@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-semibold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("assets/fonts/source-sans-3-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("assets/fonts/source-sans-3-semibold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --apricot: #f09367;
  --blush: #f0a599;
  --copper: #ce5a43;
  --blood-orange: #ab482d;
  --olive: #8a8635;
  --moss: #889063;
  --sunshine: #d9b552;
  --burgundy: #6a1f3a;
  --ivory: #f8f1e7;
  --paper: #fff9ef;
  --sage: var(--moss);
  --sage-dark: var(--burgundy);
  --rose: var(--blush);
  --lavender: var(--apricot);
  --butter: var(--sunshine);
  --ink: #352e29;
  --ink-soft: var(--burgundy);
  --line: rgba(106, 31, 58, 0.2);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  --page-gutter: clamp(1rem, 4vw, 4.75rem);
  --header-height: 6rem;
  --shadow: 0 1.5rem 4rem rgba(64, 52, 42, 0.13);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  text-size-adjust: 100%;
}

body {
  width: 100%;
  min-width: 0;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: 20;
  inset: 0;
  border: 0.5rem solid rgba(255, 250, 242, 0.68);
  pointer-events: none;
  content: "";
}

body.lightbox-open {
  overflow: hidden;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

main,
section,
footer {
  min-width: 0;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--paper);
  outline-offset: 4px;
  box-shadow: 0 0 0 6px var(--burgundy);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  transform: translateY(-150%);
  background: var(--ink);
  color: white;
  font-weight: 600;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: calc(1rem + env(safe-area-inset-top)) max(var(--page-gutter), env(safe-area-inset-right)) 1rem max(var(--page-gutter), env(safe-area-inset-left));
  border-bottom: 1px solid transparent;
  transition: background-color 250ms ease, border-color 250ms ease, min-height 250ms ease;
}

.menu-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  padding: 0;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.menu-toggle__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.menu-toggle svg {
  width: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.5;
}

.menu-toggle__line {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 180ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line--top {
  transform: translateY(4px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line--bottom {
  transform: translateY(-4px) rotate(-45deg);
}

.site-header.is-scrolled {
  min-height: 4.9rem;
  border-color: var(--line);
  background: rgba(246, 240, 230, 0.88);
  backdrop-filter: blur(14px);
}

.wordmark {
  position: relative;
  display: inline-grid;
  flex: 0 0 auto;
  grid-template-columns: auto auto;
  align-items: baseline;
  column-gap: 0.35rem;
  color: var(--ink);
  font-family: var(--serif);
  line-height: 0.8;
  text-decoration: none;
}

.wordmark__name {
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.wordmark__art {
  color: var(--sage-dark);
  font-size: 1.15rem;
  font-style: italic;
}

.wordmark__note {
  grid-column: 1 / -1;
  margin-top: 0.45rem;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 0.55rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2.5rem);
}

.site-nav a {
  position: relative;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:not(.site-nav__shop)::after {
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: currentColor;
  content: "";
  transition: transform 200ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-nav__shop {
  padding: 0.65rem 1.05rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
}

[aria-disabled="true"] {
  cursor: not-allowed;
}

.site-nav [aria-disabled="true"],
.hero [aria-disabled="true"],
.shop-callout [aria-disabled="true"] {
  opacity: 0.62;
}

.hero {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: max(47rem, 100svh);
  grid-template-columns: minmax(0, 0.88fr) minmax(21rem, 0.72fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
  padding: calc(var(--header-height) + 4rem) max(var(--page-gutter), calc((100% - 92rem) / 2)) 6rem;
  isolation: isolate;
}

@supports (overflow: clip) {
  .hero {
    overflow: clip;
  }
}

.hero::before {
  position: absolute;
  z-index: -2;
  top: -15rem;
  left: 42%;
  width: 42rem;
  height: 42rem;
  border-radius: 50%;
  background: rgba(201, 191, 221, 0.27);
  content: "";
  filter: blur(2px);
}

.hero__copy {
  position: relative;
  z-index: 2;
  max-width: 49rem;
}

.eyebrow {
  margin: 0 0 1.1rem;
  color: var(--sage-dark);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.hero h1,
.section h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.86;
}

.hero h1 {
  max-width: 9ch;
  font-size: clamp(4rem, 8.5vw, 8.7rem);
}

.hero h1 em {
  position: relative;
  color: var(--sage-dark);
  font-weight: 400;
}

.hero h1 em::after {
  position: absolute;
  right: -0.05em;
  bottom: 0.02em;
  left: -0.03em;
  height: 0.07em;
  border-radius: 100%;
  background: var(--rose);
  content: "";
  opacity: 0.55;
  transform: rotate(-1deg);
}

.hero__intro {
  max-width: 35rem;
  margin: 2.2rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.hero__actions,
.shop-callout__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.4rem 2rem;
  margin-top: 2.2rem;
}

.button {
  display: inline-flex;
  min-height: 3.3rem;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0.85rem 1.4rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button svg {
  width: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.button--primary {
  background: var(--burgundy);
  color: var(--paper);
}

.button--primary:not([aria-disabled="true"]):hover {
  background: var(--blood-orange);
  transform: translateY(-2px);
}

.text-link {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.1;
  text-decoration: none;
}

.text-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transition: transform 180ms ease;
}

.text-link:not([aria-disabled="true"]):hover::after {
  transform: translateY(0.2rem);
}

.hero__art {
  position: relative;
  width: min(100%, 34rem);
  justify-self: center;
}

.hero__halo {
  position: absolute;
  inset: 4% -8% 6%;
  border-radius: 48% 52% 46% 54% / 59% 42% 58% 41%;
  background: var(--butter);
  opacity: 0.5;
  transform: rotate(7deg);
}

.hero__frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.hero__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__frame--main {
  width: 78%;
  aspect-ratio: 4 / 5;
  padding: clamp(0.5rem, 1vw, 0.9rem);
  transform: rotate(2.5deg);
}

.hero__frame--small {
  position: absolute;
  right: 0;
  bottom: 7%;
  width: 39%;
  aspect-ratio: 3 / 4;
  padding: 0.5rem;
  transform: rotate(-5deg);
}

.hero__art-note {
  position: absolute;
  right: 5%;
  bottom: -2.2rem;
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 0.92rem;
  font-style: italic;
}

.hero__art-note span {
  margin-right: 0.25rem;
  color: var(--rose);
  font-style: normal;
}

.botanical {
  position: absolute;
  z-index: -1;
  width: clamp(10rem, 18vw, 18rem);
  pointer-events: none;
  opacity: 0.55;
}

.botanical--hero-left {
  bottom: -2rem;
  left: -4rem;
  transform: rotate(-8deg);
}

.botanical--hero-right {
  top: 4rem;
  right: -6rem;
  transform: rotate(178deg);
}

.scroll-cue {
  position: absolute;
  bottom: 2rem;
  left: var(--page-gutter);
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink-soft);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-cue svg {
  width: 0.7rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.3;
}

.section {
  padding: clamp(6rem, 11vw, 10rem) var(--page-gutter);
}

.story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(16rem, 0.8fr) minmax(20rem, 0.72fr);
  gap: clamp(3rem, 10vw, 12rem);
  background: var(--paper);
}

.story__ornament {
  position: absolute;
  top: 2rem;
  left: 50%;
  display: flex;
  width: min(25rem, 45vw);
  align-items: center;
  gap: 1rem;
  transform: translateX(-50%);
  color: var(--rose);
}

.story__ornament span {
  height: 1px;
  flex: 1;
  background: var(--line);
}

.story__ornament i {
  font-style: normal;
}

.section h2 {
  font-size: clamp(3.2rem, 6vw, 6rem);
}

.story__body {
  align-self: end;
  max-width: 36rem;
}

.story__body p {
  color: var(--ink-soft);
}

.story__lead {
  margin-top: 0;
  color: var(--ink) !important;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  line-height: 1.15;
}

.story__body .text-link {
  margin-top: 1rem;
}

.gallery-section {
  position: relative;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  background: var(--sunshine);
}

.gallery-section::after {
  position: absolute;
  top: -12rem;
  right: -6rem;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  background: rgba(206, 90, 67, 0.3);
  content: "";
}

.gallery-section__header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  padding: 0 var(--page-gutter);
}

.gallery-section__header > p {
  max-width: 29rem;
  margin: 0 4vw 0 0;
  color: var(--ink-soft);
}

.gallery-shell {
  margin-top: clamp(3rem, 6vw, 5rem);
}

.gallery-controls {
  display: flex;
  min-height: 3rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 var(--page-gutter) 1.5rem;
}

.gallery-controls p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.gallery-controls__buttons {
  display: flex;
  gap: 0.6rem;
}

.icon-button {
  display: grid;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  place-items: center;
  transition: background-color 160ms ease, color 160ms ease, opacity 160ms ease;
}

.icon-button svg,
.lightbox__nav svg,
.lightbox__close svg {
  width: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.icon-button:hover:not(:disabled) {
  background: var(--ink);
  color: var(--paper);
}

.icon-button:disabled {
  cursor: default;
  opacity: 0.28;
}

.gallery-track {
  display: flex;
  width: 100%;
  gap: clamp(1rem, 2.2vw, 2rem);
  margin: 0;
  padding: 0 var(--page-gutter) 2rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-padding-inline: var(--page-gutter);
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--ink) transparent;
  scrollbar-width: thin;
  cursor: grab;
  list-style: none;
}

.gallery-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
  user-select: none;
}

.gallery-track::-webkit-scrollbar {
  height: 0.35rem;
}

.gallery-track::-webkit-scrollbar-track {
  margin-inline: var(--page-gutter);
  background: transparent;
}

.gallery-track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--ink);
}

.gallery-card {
  width: clamp(17rem, var(--card-width, 31vw), 34rem);
  flex: 0 0 auto;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.gallery-card__button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  text-align: left;
}

.gallery-card__image-wrap {
  position: relative;
  display: block;
  aspect-ratio: var(--card-ratio, 4 / 5);
  overflow: hidden;
  background: var(--paper);
}

.gallery-card__image-wrap::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: inset 0 0 0 0.65rem rgba(255, 250, 242, 0.13);
  content: "";
  pointer-events: none;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.gallery-card__button:hover img,
.gallery-card__button:focus-visible img {
  transform: scale(1.025);
}

.gallery-card__caption {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: baseline;
  padding-top: 1rem;
}

.gallery-card__title {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-style: italic;
  line-height: 1;
}

.gallery-card__number {
  color: var(--ink-soft);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.gallery-card__status {
  display: block;
  margin-top: 0.45rem;
  color: var(--ink-soft);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.noscript-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 0 var(--page-gutter);
}

.noscript-gallery figure {
  margin: 0;
}

.noscript-gallery figcaption {
  margin-top: 0.7rem;
  font-family: var(--serif);
  font-size: 1.2rem;
}

.shop-callout {
  position: relative;
  overflow: hidden;
  padding-top: clamp(9rem, 14vw, 13rem);
  padding-bottom: clamp(7rem, 11vw, 10rem);
  background: var(--blush);
  isolation: isolate;
  text-align: center;
}

.shop-callout::before,
.shop-callout::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
}

.shop-callout::before {
  top: -10rem;
  left: -6rem;
  width: 24rem;
  height: 24rem;
  background: rgba(240, 147, 103, 0.38);
}

.shop-callout::after {
  right: -8rem;
  bottom: -13rem;
  width: 30rem;
  height: 30rem;
  background: rgba(217, 181, 82, 0.42);
}

.shop-callout__inner {
  max-width: 58rem;
  margin: 0 auto;
}

.shop-callout .eyebrow {
  color: var(--burgundy);
}

.shop-callout h2 {
  font-size: clamp(4rem, 8vw, 8rem);
}

.shop-callout__inner > p:not(.eyebrow, .link-status) {
  max-width: 34rem;
  margin: 1.8rem auto 0;
  color: var(--burgundy);
  font-size: 1.08rem;
}

.shop-callout__actions {
  justify-content: center;
}

.button--dark {
  background: var(--burgundy);
  color: var(--paper);
}

.button--dark:not([aria-disabled="true"]):hover {
  transform: translateY(-2px);
}

.text-link--dark {
  color: var(--burgundy);
}

.link-status {
  margin: 1.3rem 0 0;
  color: var(--burgundy);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.botanical--callout {
  z-index: -1;
  right: 2vw;
  bottom: -4rem;
  width: clamp(13rem, 24vw, 24rem);
  opacity: 0.45;
  transform: rotate(170deg);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 3rem var(--page-gutter);
  background: var(--burgundy);
  color: var(--paper);
}

.wordmark--footer {
  color: inherit;
}

.wordmark--footer .wordmark__art {
  color: var(--rose);
}

.site-footer p {
  margin: 0;
  color: rgba(255, 250, 242, 0.66);
  font-size: 0.78rem;
}

.site-footer__meta {
  justify-self: end;
}

.lightbox {
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(33, 36, 32, 0.94);
  color: var(--paper);
}

.lightbox::backdrop {
  background: rgba(33, 36, 32, 0.94);
}

.lightbox__panel {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: 5rem minmax(0, 1fr) 5rem;
  align-items: center;
  gap: 1rem;
  padding: clamp(1rem, 3vw, 3rem);
}

.lightbox__figure {
  display: grid;
  min-width: 0;
  height: 100%;
  max-height: calc(100vh - 6rem);
  max-height: calc(100dvh - 6rem);
  grid-template-rows: minmax(0, 1fr) auto;
  justify-items: center;
  gap: 1rem;
  margin: 0;
}

.lightbox__figure img {
  min-height: 0;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.28);
}

.lightbox__figure figcaption {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  text-align: center;
}

.lightbox__kicker,
.lightbox__count {
  color: rgba(255, 250, 242, 0.6);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#lightbox-title {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-style: italic;
}

.lightbox__nav,
.lightbox__close {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  place-items: center;
  border: 1px solid rgba(255, 250, 242, 0.45);
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease;
}

.lightbox__nav:hover,
.lightbox__close:hover {
  background: var(--paper);
  color: var(--ink);
}

.lightbox__close {
  position: absolute;
  z-index: 1;
  top: 1.5rem;
  right: 1.5rem;
}

.js .reveal {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js .reveal[data-reveal-delay="1"] {
  transition-delay: 120ms;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  :root {
    --header-height: 5.1rem;
  }

  .site-header {
    gap: 0.75rem;
  }

  .site-nav a:not(.site-nav__shop) {
    display: none;
  }

  .nav-ready .menu-toggle {
    display: grid;
    margin-left: auto;
  }

  .nav-ready .site-nav {
    position: fixed;
    top: max(calc(var(--header-height) + 0.5rem), calc(5.25rem + env(safe-area-inset-top)));
    right: max(var(--page-gutter), env(safe-area-inset-right));
    left: max(var(--page-gutter), env(safe-area-inset-left));
    display: grid;
    gap: 0.2rem;
    padding: 0.75rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: rgba(255, 249, 239, 0.98);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.65rem);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    visibility: hidden;
  }

  .nav-ready .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .nav-ready .site-nav a,
  .nav-ready .site-nav a:not(.site-nav__shop) {
    display: flex;
    min-height: 3rem;
    align-items: center;
    padding: 0.7rem 0.85rem;
    border-radius: 0.65rem;
  }

  .nav-ready .site-nav a:not(.site-nav__shop)::after {
    display: none;
  }

  .nav-ready .site-nav__shop {
    justify-content: center;
    margin-top: 0.2rem;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 4rem;
    padding-top: calc(var(--header-height) + 4rem);
    padding-bottom: 7rem;
  }

  .hero__copy {
    max-width: 44rem;
  }

  .hero h1 {
    font-size: clamp(4.6rem, 15vw, 8rem);
  }

  .hero__art {
    width: min(86vw, 32rem);
  }

  .botanical--hero-right {
    display: none;
  }

  .scroll-cue {
    display: none;
  }

  .story {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .gallery-section__header {
    align-items: start;
    flex-direction: column;
    gap: 1.5rem;
  }

  .gallery-card {
    --card-width: 62vw;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .site-footer > p:not(.site-footer__meta) {
    display: none;
  }
}

@media (max-width: 560px) {
  :root {
    --page-gutter: max(1rem, env(safe-area-inset-left), env(safe-area-inset-right));
  }

  body::before {
    border-width: 0.28rem;
  }

  .site-header {
    gap: 0.75rem;
  }

  .wordmark__name {
    font-size: 1.14rem;
  }

  .wordmark__art {
    font-size: 1rem;
  }

  .wordmark__note {
    font-size: 0.48rem;
  }

  .site-nav__shop {
    padding: 0.58rem 0.78rem !important;
    font-size: 0.65rem !important;
  }

  .hero {
    gap: 3.5rem;
    padding-top: calc(var(--header-height) + env(safe-area-inset-top) + 2.5rem);
    padding-bottom: 5rem;
  }

  .hero::before {
    top: 7rem;
    left: 25%;
    width: 24rem;
    height: 24rem;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 17vw, 5.3rem);
  }

  .hero__actions,
  .shop-callout__actions {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.25rem;
  }

  .hero__actions .button,
  .shop-callout__actions .button {
    width: 100%;
    max-width: 24rem;
  }

  .hero__art {
    width: 91%;
  }

  .botanical--hero-left {
    width: 10rem;
    opacity: 0.35;
  }

  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section h2 {
    font-size: clamp(3.3rem, 16vw, 4.7rem);
  }

  .gallery-controls p {
    max-width: 12rem;
    font-size: 0.72rem;
  }

  .gallery-card {
    width: min(82vw, 22rem);
    min-width: 0;
  }

  .gallery-track {
    scrollbar-width: none;
  }

  .gallery-track::-webkit-scrollbar {
    display: none;
  }

  .noscript-gallery {
    grid-template-columns: 1fr;
  }

  .shop-callout h2 {
    font-size: clamp(4rem, 19vw, 5.5rem);
  }

  .shop-callout {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .shop-callout__actions {
    align-items: center;
  }

  .site-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .site-footer .wordmark,
  .site-footer__meta {
    justify-self: center;
  }

  .lightbox__panel {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(0, 1fr) 3.25rem;
    padding: calc(4.5rem + env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
  }

  .lightbox__figure {
    grid-column: 1 / -1;
    grid-row: 1;
    max-height: calc(100vh - 10rem);
    max-height: calc(100dvh - 10rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  }

  .lightbox__nav {
    width: 3.25rem;
    height: 3.25rem;
  }

  .lightbox__nav--previous {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
  }

  .lightbox__nav--next {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
  }

  .lightbox__figure figcaption {
    flex-wrap: wrap;
    justify-content: center;
  }

  .lightbox__kicker {
    display: none;
  }

  .lightbox__close {
    top: calc(0.75rem + env(safe-area-inset-top));
    right: max(0.75rem, env(safe-area-inset-right));
  }
}

@media (max-width: 360px) {
  .wordmark__note {
    display: none;
  }

  .hero h1 {
    font-size: clamp(2.9rem, 16.5vw, 3.7rem);
  }

  .gallery-controls {
    align-items: flex-end;
  }

  .gallery-controls p {
    max-width: 9rem;
  }

  .gallery-controls__buttons {
    gap: 0.35rem;
  }

  .gallery-card {
    width: 84vw;
  }

  .shop-callout h2 {
    font-size: clamp(3.35rem, 18vw, 4rem);
  }
}

@media (hover: none) and (pointer: coarse) {
  .site-nav a,
  .text-link,
  .button {
    min-height: 2.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
