@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/CormorantGaramond-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("assets/Jost-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 400;
  font-display: swap;
}

:root {
  --pearl: #faf9f6;
  --graphite: #383530;
  --stone: #efece7;
  --taupe: #dcd6cc;
  --white: #fff;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --gutter: clamp(1.25rem, 4.5vw, 5.25rem);
  --section-space: clamp(6rem, 10vw, 10rem);
  color: var(--graphite);
  background: var(--pearl);
  font-family: var(--sans);
  font-synthesis: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--pearl); }
body.dialog-open { overflow: hidden; }
main > section:not(.hero) { scroll-margin-top: 1.75rem; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; font-weight: 400; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--graphite);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding: 0.5rem var(--gutter);
  color: var(--white);
  transition: color 280ms ease, background-color 280ms ease, box-shadow 280ms ease;
}

.site-header::before {
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: 7rem;
  background: linear-gradient(to bottom, rgba(22, 18, 16, 0.42), transparent);
  content: "";
  pointer-events: none;
}

.site-header.is-scrolled {
  color: var(--graphite);
  background: rgba(250, 249, 246, 0.96);
  box-shadow: 0 1px 0 rgba(56, 53, 48, 0.12);
  backdrop-filter: blur(14px);
}
.site-header.is-scrolled::before { opacity: 0; }

.desktop-nav { display: flex; align-items: center; gap: clamp(1.8rem, 3vw, 3.5rem); font-size: 0.875rem; font-weight: 300; letter-spacing: 0.098rem; text-transform: uppercase; }
.desktop-nav-right { justify-content: flex-end; }
.desktop-nav button { font-weight: inherit; letter-spacing: inherit; text-transform: inherit; }
.desktop-nav a,
.text-control { display: inline-flex; min-height: 2.75rem; align-items: center; border: 0; padding: 0 0.15rem; background: none; text-decoration: none; cursor: pointer; }
.desktop-nav a:hover,
.text-control:hover { text-decoration: underline; text-underline-offset: 0.35em; }

.brand-mark { width: 3.5rem; }
.brand-mark img,
.footer-mark img { width: 100%; height: auto; mix-blend-mode: multiply; }
.site-header .brand-mark img { mix-blend-mode: normal; }
.icon-label-control,
.icon-control { display: inline-flex; min-width: 2.75rem; min-height: 2.75rem; align-items: center; justify-content: center; gap: 0.5rem; border: 0; padding: 0; color: inherit; background: none; cursor: pointer; }
.icon-label-control img { width: 1.15rem; height: 1.15rem; filter: brightness(0) invert(1); transition: filter 280ms ease; }
.icon-control img { width: 1.25rem; height: 1.25rem; }
.site-header.is-scrolled .icon-label-control img { filter: none; }
.mobile-menu-button,
.mobile-bag-button { display: none; }

.hero {
  position: relative;
  height: 100vh;
  height: 100dvh;
  min-height: 42rem;
  color: var(--white);
  background: #50463d;
  overflow: hidden;
}

.hero-picture { position: absolute; inset: 0; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24, 20, 17, 0.44) 0%, rgba(24, 20, 17, 0.18) 37%, rgba(24, 20, 17, 0.02) 67%); }
.hero-copy { position: absolute; top: 50%; left: var(--gutter); width: min(34rem, 42vw); transform: translateY(-38%); }
.eyebrow { margin: 0 0 0.8rem; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; }
h1, h2, .story-lead, .footer-name { margin: 0; font-family: var(--serif); font-weight: 300; }
h1 { font-size: clamp(3.75rem, 5.2vw, 5.25rem); line-height: 0.92; letter-spacing: -0.04em; }
.hero-copy > p:not(.eyebrow) { max-width: 30rem; margin: 1.7rem 0 1.6rem; font-size: clamp(1rem, 1.22vw, 1.2rem); line-height: 1.55; }

.button { display: inline-flex; min-height: 3.15rem; align-items: center; justify-content: center; padding: 0.8rem 1.65rem; border: 1px solid currentColor; border-radius: 0; background: transparent; font-size: 0.83rem; text-align: center; text-decoration: none; cursor: pointer; }
.button-light { color: var(--white); }
.button-light:hover { color: var(--graphite); background: var(--white); }
.button-dark { color: var(--white); border-color: var(--graphite); background: var(--graphite); }
.button-dark:hover { color: var(--graphite); background: transparent; }
.text-cta { display: inline-flex; min-height: 2.75rem; align-items: center; gap: 0.55rem; border-bottom: 1px solid currentColor; font-size: 0.82rem; font-weight: 400; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase; }
.text-cta img,
.text-link img,
.hero-product-link img { width: 1rem; height: 1rem; }
.text-cta-light { color: var(--white); }
.hero-copy .text-cta { margin-top: 2rem; }
.text-cta-light img,
.hero-product-link img { filter: brightness(0) invert(1); }
.hero-product-link { position: absolute; right: var(--gutter); bottom: 2rem; display: grid; min-height: 3.5rem; grid-template-columns: 1fr auto; align-content: center; align-items: center; gap: 0.12rem 0.5rem; border: 0; padding: 0; color: var(--white); background: transparent; font: inherit; text-align: left; cursor: pointer; }
.hero-product-link { text-decoration: none; }

a[href*="wa.me"] { display: inline-flex; align-items: center; gap: 0.5rem; }
.whatsapp-icon { width: 1.15rem; height: 1.15rem; flex: 0 0 auto; }
.button-dark .whatsapp-icon { filter: brightness(0) invert(1); }
.button-dark:hover .whatsapp-icon { filter: none; }
.hero-product-name { grid-column: 1 / -1; font-size: 0.82rem; font-weight: 400; }
.hero-product-action { border-bottom: 1px solid currentColor; font-size: 0.76rem; }

.section { padding: var(--section-space) var(--gutter); }
.section-heading h2,
.world-copy h2,
.footer-assistance h2 { font-size: clamp(2.5rem, 5.2vw, 5rem); line-height: 1; letter-spacing: -0.035em; }
.section-heading > p:last-child { margin: 1rem 0 0; font-size: 1.05rem; }

.collection { overflow: hidden; padding-top: clamp(3.5rem, 5vw, 5rem); padding-bottom: clamp(3rem, 4.5vw, 4.5rem); }
#collection { scroll-margin-top: 5rem; }
.collection-header { display: flex; max-width: 94rem; align-items: center; justify-content: space-between; gap: 2rem; margin: 0 auto; }
.collection-header h2 { margin: 0; font-size: clamp(3rem, 4.2vw, 4.25rem); line-height: 1; letter-spacing: -0.035em; }
.carousel-navigation { display: flex; align-items: center; gap: 1rem; }
.carousel-shell { position: relative; max-width: 94rem; margin: clamp(2.25rem, 3.25vw, 3.25rem) auto 0; }
.carousel-viewport { overflow: hidden; scroll-behavior: smooth; }
.carousel-track { display: flex; gap: clamp(1.1rem, 2.8vw, 3rem); }
.product-card { flex: 0 0 calc((100% - clamp(2.2rem, 5.6vw, 6rem)) / 3); min-width: 0; }
.product-card-button { width: 100%; border: 0; padding: 0; color: inherit; background: none; text-align: left; cursor: pointer; }
a.product-card-button { display: block; text-decoration: none; }
.product-image-wrap { display: block; aspect-ratio: 1.08 / 1; overflow: hidden; background: var(--pearl); }
.product-image-wrap img { width: 100%; height: 100%; object-fit: contain; transition: transform 350ms ease; }
.product-card-button:hover img { transform: scale(1.02); }
.product-card-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding-top: 1rem; }
.product-card-name { margin: 0; font-family: var(--sans); font-size: 0.95rem; font-weight: 400; }
.product-card-price { margin: 0; font-size: 0.84rem; font-weight: 400; white-space: nowrap; }
.product-card-action { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.7rem; border-bottom: 1px solid currentColor; font-size: 0.78rem; font-weight: 400; }
.product-card-action img { width: 0.9rem; height: 0.9rem; }
.carousel-control { display: inline-flex; width: 2.75rem; height: 2.75rem; align-items: center; justify-content: center; border: 0; padding: 0; background: transparent; cursor: pointer; }
.carousel-control img { width: 1.5rem; height: 1.5rem; }
.carousel-control:disabled { opacity: 0.35; cursor: default; }
.carousel-status { min-width: 5rem; margin: 0; font-size: 0.8rem; font-weight: 400; text-align: center; }
.demo-note { max-width: 94rem; margin: 1.25rem auto 0; color: #6d6963; font-size: 0.78rem; }

.world { position: relative; min-height: clamp(35rem, 41vw, 38rem); padding: 0; overflow: hidden; background: var(--pearl); }
#world { scroll-margin-top: 5rem; }
#pearl-notes { scroll-margin-top: 5rem; }
#assistance { scroll-margin-top: 5rem; }
.world-picture { position: absolute; inset: 0; }
.world-picture img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.world-copy { position: absolute; z-index: 1; top: 50%; left: var(--gutter); width: min(34%, 31rem); translate: 0 -50%; }
.world-eyebrow { margin: 0 0 1.5rem; font-size: 0.7rem; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; }
.world-copy h2 { max-width: 31rem; font-size: clamp(3.4rem, 4.6vw, 4.75rem); }
.world-copy > p:not(.world-eyebrow) { max-width: 27rem; margin: 1.65rem 0 0; font-size: 1rem; line-height: 1.65; }
.story-lead { margin-bottom: 1.25rem; font-size: clamp(1.7rem, 3vw, 3rem); line-height: 1.08; letter-spacing: -0.025em; }
.text-link { display: inline-flex; min-height: 2.75rem; align-items: center; gap: 0.45rem; margin-top: 0.85rem; border: 0; border-bottom: 1px solid currentColor; padding: 0; color: inherit; background: none; font: inherit; font-size: 0.82rem; font-weight: 400; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.pearl-notes {
  display: grid;
  grid-template-columns: minmax(13rem, 27%) minmax(0, 65%);
  align-items: start;
  justify-content: space-between;
  gap: 8%;
  padding: clamp(4rem, 6vw, 5.5rem) var(--gutter) clamp(4.5rem, 6.5vw, 6rem);
  background: var(--pearl);
}
.pearl-notes-intro { padding-top: 0.35rem; }
.pearl-notes-eyebrow { margin: 0 0 1.25rem; font-size: 0.7rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; }
.pearl-notes h2 { max-width: 17rem; margin: 0; font-family: var(--serif); font-size: clamp(2.75rem, 3.2vw, 3.4rem); font-weight: 300; line-height: 0.94; letter-spacing: -0.04em; }
.pearl-notes-deck { max-width: 17rem; margin: 1.6rem 0 0; font-size: 1rem; line-height: 1.55; }
.pearl-notes-list { border-top: 1px solid var(--taupe); }
.pearl-note { border-bottom: 1px solid var(--taupe); }
.pearl-note h3 { margin: 0; }
.pearl-note-trigger {
  display: grid;
  width: 100%;
  min-height: 5.25rem;
  grid-template-columns: 3.3rem minmax(0, 1fr) 2.75rem;
  align-items: center;
  gap: 0;
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.pearl-note-number { align-self: center; font-family: var(--serif); font-size: 1.15rem; font-weight: 300; }
.pearl-note-title { font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 300; line-height: 1; letter-spacing: -0.025em; }
.pearl-note-icon { position: relative; justify-self: end; width: 1.25rem; height: 1.25rem; }
.pearl-note-icon img { position: absolute; inset: 0; width: 1.25rem; height: 1.25rem; transition: opacity 180ms ease, transform 220ms ease; }
.pearl-note-icon .icon-minus { opacity: 0; transform: rotate(-45deg); }
.pearl-note.is-open .pearl-note-icon .icon-plus { opacity: 0; transform: rotate(45deg); }
.pearl-note.is-open .pearl-note-icon .icon-minus { opacity: 1; transform: none; }
.pearl-note-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 360ms cubic-bezier(0.2, 0.65, 0.3, 1); }
.pearl-note-panel[hidden] { display: none; }
.pearl-note.is-open .pearl-note-panel { grid-template-rows: 1fr; }
.pearl-note-panel-clip { min-height: 0; overflow: hidden; }
.pearl-note-body {
  display: grid;
  grid-template-columns: minmax(12rem, 1fr) minmax(17rem, 20rem);
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3.25rem);
  padding: 0 0 clamp(2.5rem, 4vw, 4rem) 3.3rem;
}
.pearl-note-body > p { z-index: 1; grid-column: 1; grid-row: 1; max-width: 22rem; align-self: end; margin: 0; font-size: 1rem; line-height: 1.65; }
.pearl-note-visual { width: min(100%, 20rem); min-width: 0; aspect-ratio: 4 / 3; grid-column: 2; grid-row: 1 / 3; justify-self: end; overflow: hidden; background: var(--pearl); }
.pearl-note-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, #000 55%, transparent 100%);
  mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, #000 55%, transparent 100%);
}
.pearl-notes-link { display: inline-flex; min-height: 2.75rem; grid-column: 1; grid-row: 2; align-items: center; justify-self: start; align-self: start; gap: 0.5rem; border: 0; border-bottom: 1px solid currentColor; padding: 0; color: inherit; background: none; font-size: 0.72rem; font-weight: 400; letter-spacing: 0.09em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.pearl-notes-link img { width: 0.95rem; height: 0.95rem; }
.site-footer { padding: 0 var(--gutter); border-top: 1px solid var(--taupe); background: var(--stone); }
.footer-assistance { display: flex; min-height: 6rem; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--taupe); }
.footer-assistance h2 { margin: 0; font-size: clamp(2rem, 3vw, 2.8rem); }
.footer-assistance .text-cta { flex: 0 0 auto; }
.footer-columns { display: grid; grid-template-columns: minmax(16rem, 1.4fr) repeat(3, minmax(10rem, 1fr)); gap: clamp(2.5rem, 5vw, 6rem); padding: clamp(2.75rem, 4vw, 4rem) 0; }
.footer-brand { max-width: 19rem; }
.footer-mark { display: block; width: 3.75rem; }
.footer-name { margin-top: 1.25rem; font-size: 1.75rem; }
.footer-brand > p:last-child { margin: 1rem 0 0; color: #625d56; font-size: 0.9rem; line-height: 1.65; }
.footer-column h2,
.footer-heading { display: block; margin: 0 0 1rem; font-family: var(--sans); font-size: 0.7rem; font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase; }
.footer-disclosure { border: 0; }
.footer-disclosure summary { list-style: none; }
.footer-disclosure summary::-webkit-details-marker { display: none; }
.footer-disclosure-icon { display: none; }
.footer-column ul { margin: 0; padding: 0; list-style: none; }
.footer-column a,
.footer-column button { display: inline-flex; min-height: 2.75rem; align-items: center; border: 0; padding: 0; color: inherit; background: none; font: inherit; font-size: 0.84rem; font-weight: 300; text-align: left; text-decoration: none; cursor: pointer; }
.footer-column a:hover,
.footer-column button:hover { text-decoration: underline; text-underline-offset: 0.35em; }
.footer-contact address { display: flex; flex-direction: column; font-style: normal; }
.footer-contact > p { max-width: 15rem; margin: 0.7rem 0 0; color: #625d56; font-size: 0.82rem; }
.footer-services { display: flex; min-height: 3.75rem; align-items: center; justify-content: center; gap: 0.75rem; border-top: 1px solid var(--taupe); }
.footer-services button,
.footer-services a { display: inline-flex; min-height: 2.75rem; align-items: center; border: 0; padding: 0; color: inherit; background: none; font-size: 0.76rem; font-weight: 300; text-decoration: none; cursor: pointer; }
.footer-services button:hover,
.footer-services a:hover { text-decoration: underline; text-underline-offset: 0.35em; }
.footer-legal { display: flex; min-height: 4.75rem; align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--taupe); }
.footer-legal p { margin: 0; color: #6f6962; font-size: 0.7rem; letter-spacing: 0.04em; }
.footer-legal > div { display: flex; flex-wrap: wrap; gap: 0 1.5rem; }
.footer-legal button,
.footer-legal a { display: inline-flex; min-height: 2.75rem; align-items: center; border: 0; padding: 0; color: inherit; background: none; font-size: 0.72rem; font-weight: 300; text-decoration: none; cursor: pointer; }
.footer-legal button:hover,
.footer-legal a:hover { text-decoration: underline; text-underline-offset: 0.35em; }

dialog { color: var(--graphite); border: 0; background: var(--pearl); box-shadow: 0 1rem 4rem rgba(31, 27, 24, 0.2); }
dialog::backdrop { background: rgba(30, 27, 24, 0.46); backdrop-filter: blur(2px); }
dialog[open] { animation: dialog-in 260ms ease both; }
.panel-dialog { width: min(29rem, 94vw); height: 100%; max-height: none; margin: 0 0 0 auto; padding: 2rem; }
.bag-dialog { font-weight: 400; }
.dialog-topline { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--taupe); padding-bottom: 1rem; }
.dialog-topline p { margin: 0; font-family: var(--serif); font-size: 1.6rem; }
.menu-dialog nav { display: flex; flex-direction: column; gap: 0; margin-top: 2rem; }
.menu-dialog nav a,
.menu-dialog nav button { width: 100%; border: 0; border-bottom: 1px solid var(--taupe); padding: 1rem 0; background: none; font-family: var(--serif); font-size: 2rem; font-weight: 300; text-align: left; text-decoration: none; cursor: pointer; }
.empty-bag { display: flex; min-height: calc(100svh - 7rem); flex-direction: column; align-items: flex-start; justify-content: center; }
.empty-bag p:first-child { margin: 0; font-family: var(--serif); font-size: 2.5rem; }
.empty-bag p:nth-child(2) { max-width: 20rem; margin: 1rem 0 2rem; font-size: 0.95rem; }
.bag-contents { display: flex; min-height: calc(100svh - 5rem); flex-direction: column; }
.bag-lines { padding: 1rem 0; }
.bag-line { display: grid; grid-template-columns: 6rem 1fr; gap: 1rem; border-bottom: 1px solid var(--taupe); padding: 1rem 0; }
.bag-line-image { display: block; width: 6rem; aspect-ratio: 1; background: var(--stone); overflow: hidden; }
.bag-line-image img { width: 100%; height: 100%; object-fit: contain; }
.bag-line-copy h3 { margin: 0; font-family: var(--serif); font-size: 1.35rem; font-weight: 300; line-height: 1.1; }
.bag-line-copy > p { margin: 0.4rem 0 0.75rem; font-size: 0.82rem; }
.bag-line-copy > p span { display: block; color: #6d6963; font-size: 0.7rem; }
.bag-line-actions { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; }
.bag-quantity { display: grid; width: 6.6rem; min-height: 2.5rem; grid-template-columns: repeat(3, 1fr); align-items: center; border: 1px solid var(--taupe); text-align: center; }
.bag-quantity button { min-height: 2.5rem; border: 0; padding: 0; background: none; cursor: pointer; }
.bag-quantity button:disabled { opacity: 0.35; cursor: default; }
.bag-remove { min-height: 2.5rem; border: 0; border-bottom: 1px solid currentColor; padding: 0; background: none; font-size: 0.75rem; cursor: pointer; }
.bag-service-note { display: grid; grid-template-columns: 1.5rem 1fr; gap: 0.9rem; align-items: start; padding: 1.25rem 0; }
.bag-service-note img { width: 1.5rem; margin-top: 0.1rem; }
.bag-service-note p { margin: 0; font-size: 0.8rem; line-height: 1.55; }
.bag-summary { margin-top: auto; border-top: 1px solid var(--taupe); padding: 1.5rem 0 0; }
.bag-summary > div { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; font-family: var(--serif); font-size: 1.45rem; }
.bag-summary strong { font-weight: 300; }
.bag-summary p { margin: 1rem 0 0; color: #6d6963; font-size: 0.72rem; line-height: 1.55; }
.bag-checkout-button { width: 100%; gap: 0.8rem; margin-top: 1.2rem; font-family: var(--sans); }
.bag-checkout-button img { width: 1.2rem; filter: invert(1); }
.bag-checkout-button:hover img { filter: none; }
.bag-continue-link { display: flex; min-height: 2.75rem; align-items: center; justify-content: center; margin-top: 0.45rem; font-size: 0.78rem; text-underline-offset: 0.3em; }
.guide-copy { display: flex; min-height: 72vh; flex-direction: column; align-items: flex-start; justify-content: center; }
.guide-copy .story-lead { margin-bottom: 1.5rem; font-size: 2.7rem; }
.guide-copy > p:not(.story-lead) { max-width: 21rem; margin: 0 0 1rem; font-size: 0.95rem; }
.guide-copy .button { margin-top: 1rem; }
.pearl-guide-copy { gap: 1.25rem; }
.guide-topic-controls { display: flex; width: 100%; flex-wrap: wrap; gap: 0.35rem 1rem; border-bottom: 1px solid var(--taupe); }
.guide-topic-controls button { min-height: 2.75rem; border: 0; border-bottom: 1px solid transparent; padding: 0; background: none; font-size: 0.76rem; cursor: pointer; }
.guide-topic-controls button[aria-pressed="true"] { border-bottom-color: var(--graphite); }
.pearl-guide-copy section { max-width: 21rem; }
.pearl-guide-copy section .story-lead { margin-bottom: 1rem; }
.pearl-guide-copy section > p:not(.story-lead) { margin: 0; font-size: 0.95rem; line-height: 1.65; }
.guide-source { display: inline-flex; min-height: 2.75rem; align-items: center; margin-top: 0.75rem; border-bottom: 1px solid currentColor; font-size: 0.72rem; letter-spacing: 0.05em; text-decoration: none; text-transform: uppercase; }
.fulfilment-copy { gap: 1.35rem; }
.fulfilment-copy .story-lead { margin-bottom: 0.35rem; }
.fulfilment-copy h3 { margin: 0 0 0.5rem; font-size: 0.72rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; }
.fulfilment-copy div p,
.fulfilment-copy address { max-width: 21rem; margin: 0; font-size: 0.9rem; font-style: normal; line-height: 1.6; }
.fulfilment-copy div p { margin-top: 0.55rem; }
.policy-copy .story-lead { max-width: 20rem; }

.quick-view { width: min(68rem, calc(100vw - 2rem)); max-height: calc(100svh - 2rem); padding: 0; }
.quick-view-close { position: absolute; z-index: 2; top: 1rem; right: 1rem; padding: 0.45rem 0.6rem; background: rgba(250, 249, 246, 0.92); }
.quick-view-layout { display: grid; grid-template-columns: 1.08fr 0.92fr; min-height: min(45rem, calc(100svh - 2rem)); }
.quick-view-image-wrap { position: relative; min-height: 35rem; background: var(--stone); }
.quick-view-image-wrap > img { width: 100%; height: 100%; object-fit: cover; }
.quick-view-thumbnails { position: absolute; bottom: 1rem; left: 1rem; display: flex; gap: 0.5rem; }
.quick-view-thumbnail { width: 3.25rem; height: 3.25rem; border: 1px solid transparent; padding: 0; background: var(--pearl); cursor: pointer; }
.quick-view-thumbnail[aria-pressed="true"] { border-color: var(--graphite); }
.quick-view-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.quick-view-copy { align-self: center; padding: clamp(2rem, 5vw, 5rem); }
.quick-view-copy h2 { font-size: clamp(2.5rem, 4vw, 4rem); line-height: 1; }
.quick-view-price { margin: 1.4rem 0 0; font-size: 0.9rem; }
.demo-badge { display: inline-block; margin: 0.5rem 0 1.5rem; border: 1px solid var(--taupe); padding: 0.35rem 0.55rem; font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; }
.quick-view-copy > p:not(.eyebrow, .quick-view-price, .demo-badge, .quick-view-note) { font-family: var(--serif); font-size: 1.3rem; line-height: 1.3; }
.quick-view-copy ul { margin: 1.5rem 0; padding-left: 1.1rem; font-size: 0.9rem; }
.quick-view-copy li + li { margin-top: 0.4rem; }
.quick-view-note { margin: 1.5rem 0; color: #6d6963; font-size: 0.8rem; }

.hero-copy > *,
.hero-product-link { animation: hero-reveal 760ms cubic-bezier(0.2, 0.65, 0.3, 1) both; }
.hero-copy h1 { animation-delay: 120ms; }
.hero-copy > p { animation-delay: 230ms; }
.hero-copy .text-cta { animation-delay: 340ms; }
.hero-product-link { animation-delay: 460ms; }

.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(1.4rem);
  transition: opacity 680ms ease, transform 680ms cubic-bezier(0.2, 0.65, 0.3, 1);
}
.motion-ready [data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes hero-reveal {
  from { opacity: 0; transform: translateY(1rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes dialog-in {
  from { opacity: 0; transform: translateX(1rem); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1050px) {
  .footer-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3rem 4rem; }
}

@media (max-width: 900px) {
  :root { --gutter: 1.25rem; --section-space: 5.5rem; }
  .site-header { grid-template-columns: 1fr auto 1fr; min-height: 4.25rem; padding: 0.375rem var(--gutter); }
  .desktop-nav { display: none; }
  .mobile-menu-button,
  .mobile-bag-button { display: inline-flex; justify-self: start; color: inherit; font-size: 0.8125rem; font-weight: 300; letter-spacing: 0.06em; text-transform: uppercase; }
  .mobile-bag-button { justify-self: end; }
  .brand-mark { width: 3rem; }
  .hero { height: 100vh; height: 100dvh; min-height: 40rem; }
  .hero-image { object-position: center top; }
  .hero-shade { background: linear-gradient(to bottom, rgba(21, 18, 16, 0.1) 20%, rgba(21, 18, 16, 0.05) 42%, rgba(13, 18, 18, 0.64) 100%); }
  .hero-copy { top: auto; bottom: 6.75rem; left: var(--gutter); width: calc(100% - 2 * var(--gutter)); transform: none; }
  .hero-copy .eyebrow { display: none; }
  h1 { font-size: clamp(3rem, 12.5vw, 4.25rem); }
  .hero-copy .text-cta { margin-top: 1.35rem; }
  .hero-copy > p:not(.eyebrow) { max-width: 21rem; margin: 1rem 0 1rem; font-size: 1rem; line-height: 1.5; }
  .hero-product-link { right: var(--gutter); bottom: 1.15rem; }
  .section-heading h2,
  .world-copy h2,
  .footer-assistance h2 { font-size: clamp(2.55rem, 11vw, 4rem); }
  .collection { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  #collection { scroll-margin-top: 4.25rem; }
  .collection-header { gap: 0.5rem; }
  .collection-header h2 { font-size: clamp(2.25rem, 9.5vw, 3rem); }
  .carousel-navigation { gap: 0.15rem; }
  .carousel-status { min-width: 3.75rem; font-size: 0.75rem; }
  .carousel-shell { margin-top: 2rem; padding: 0; }
  .carousel-viewport { width: calc(100% + var(--gutter)); padding-right: calc(var(--gutter) * 2); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .carousel-viewport::-webkit-scrollbar { display: none; }
  .carousel-track { gap: 0.9rem; }
  .product-card { flex-basis: 84%; scroll-snap-align: start; }
  .carousel-control { color: var(--graphite); }
  .product-image-wrap { aspect-ratio: 1 / 1; }
  .product-card-meta { padding-top: 0.85rem; }
  .demo-note { margin-top: 1rem; }
  .world { display: flex; min-height: 0; flex-direction: column; overflow: visible; background: var(--stone); }
  #world { scroll-margin-top: 4.25rem; }
  #pearl-notes { scroll-margin-top: 4.25rem; }
  #assistance { scroll-margin-top: 4.25rem; }
  .world-picture { position: relative; inset: auto; display: block; width: 100%; height: clamp(28rem, 75vw, 40rem); flex: 0 0 auto; overflow: hidden; background: var(--stone); -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 86%, transparent 100%); mask-image: linear-gradient(to bottom, #000 0%, #000 86%, transparent 100%); }
  .world-picture img { object-position: center top; }
  .world-copy { position: relative; top: auto; bottom: auto; left: auto; width: 100%; margin-top: clamp(-2.5rem, -4vw, -1.5rem); padding: 0 var(--gutter) clamp(4.5rem, 9vw, 7rem); translate: none; }
  .world-eyebrow { margin-bottom: 1rem; }
  .world-copy h2 { max-width: 22rem; font-size: clamp(2.85rem, 11vw, 3.7rem); }
  .world-copy > p:not(.world-eyebrow) { max-width: 22rem; margin-top: 1.15rem; }
  .story-lead { margin-top: 0; font-size: 2rem; }
  .pearl-notes { grid-template-columns: 1fr; gap: 3.5rem; padding: 5rem var(--gutter) 6rem; }
  .pearl-notes-intro { padding-top: 0; }
  .pearl-notes h2 { max-width: 19rem; font-size: clamp(3rem, 12vw, 4.25rem); }
  .pearl-notes-deck { margin-top: 1.35rem; }
  .pearl-note-trigger { grid-template-columns: 2.75rem minmax(0, 1fr) 2rem; }
  .pearl-note-title { font-size: clamp(2rem, 7.5vw, 2.75rem); }
  .pearl-note-body { grid-template-columns: minmax(10rem, 0.9fr) minmax(14rem, 1.1fr); padding-left: 2.75rem; }
  .footer-assistance { min-height: 7rem; }
  .quick-view { max-height: calc(100svh - 1rem); }
  .quick-view-layout { display: block; }
  .quick-view-image-wrap { min-height: 0; aspect-ratio: 1.15 / 1; }
  .quick-view-copy { padding: 2rem 1.25rem 2.5rem; }
  .quick-view-copy h2 { font-size: 2.75rem; }
}

@media (min-width: 901px) and (max-width: 1024px) {
  .world { display: flex; min-height: 0; flex-direction: column; overflow: visible; background: var(--stone); }
  .world-picture { position: relative; inset: auto; display: block; width: 100%; height: 40rem; flex: 0 0 auto; overflow: hidden; background: var(--stone); -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 86%, transparent 100%); mask-image: linear-gradient(to bottom, #000 0%, #000 86%, transparent 100%); }
  .world-picture img { object-position: center top; }
  .world-copy { position: relative; top: auto; bottom: auto; left: auto; width: 100%; margin-top: -2.5rem; padding: 0 var(--gutter) 7rem; translate: none; }
  .world-copy h2 { max-width: 29rem; font-size: clamp(3.6rem, 7vw, 4.5rem); }
  .world-copy > p:not(.world-eyebrow) { max-width: 27rem; }
}

@media (max-width: 640px) {
  .pearl-notes { gap: 2.75rem; padding-top: 4.5rem; padding-bottom: 5rem; }
  .pearl-note-trigger { min-height: 5rem; grid-template-columns: 2.4rem minmax(0, 1fr) 1.5rem; }
  .pearl-note-number { font-size: 1rem; }
  .pearl-note-title { padding-right: 0.5rem; font-size: clamp(1.85rem, 8vw, 2.3rem); }
  .pearl-note-body { grid-template-columns: 1fr; gap: 1.5rem; padding: 0 0 2.75rem 2.4rem; }
  .pearl-note-body > p { max-width: 19rem; grid-column: 1; grid-row: 1; font-size: 0.9375rem; line-height: 1.6; }
  .pearl-note-visual { aspect-ratio: 4 / 3; grid-column: 1; grid-row: 2; }
  .pearl-notes-link { grid-column: 1; grid-row: 3; }
  .footer-assistance { min-height: 0; align-items: flex-start; flex-direction: column; gap: 1rem; padding: 2rem 0; }
  .footer-assistance h2 { font-size: 2.35rem; }
  .footer-columns { grid-template-columns: 1fr; gap: 0; padding: 2rem 0 0; }
  .footer-brand { max-width: 18rem; }
  .footer-brand { padding-bottom: 2rem; }
  .footer-disclosure { border-top: 1px solid var(--taupe); }
  .footer-disclosure summary { display: flex; min-height: 3.5rem; align-items: center; justify-content: space-between; cursor: pointer; }
  .footer-heading { margin: 0; }
  .footer-disclosure-icon { display: block; width: 1rem; height: 1rem; }
  .footer-disclosure-icon img { width: 1rem; height: 1rem; }
  .footer-disclosure-icon .icon-minus { display: none; }
  .footer-disclosure[open] .icon-plus { display: none; }
  .footer-disclosure[open] .icon-minus { display: block; }
  .footer-disclosure-content { padding: 0 0 1.25rem; }
  .footer-disclosure-content li + li { border-top: 1px solid rgba(56, 53, 48, 0.08); }
  .footer-disclosure-content a { width: 100%; min-height: 2.75rem; justify-content: space-between; gap: 1rem; text-decoration: underline; text-decoration-color: rgba(56, 53, 48, 0.38); text-decoration-thickness: 1px; text-underline-offset: 0.32em; }
  .footer-disclosure-content a::after { width: 0.85rem; height: 0.85rem; flex: 0 0 auto; background: url("assets/caret-right.svg") center / contain no-repeat; content: ""; opacity: 0.7; }
  .footer-disclosure-content a:hover { text-decoration-color: currentColor; }
  .footer-disclosure-content a:focus-visible { border-radius: 1px; outline: 2px solid currentColor; outline-offset: 2px; }
  .footer-contact { border-top: 1px solid var(--taupe); padding: 1.75rem 0 2rem; }
  .footer-contact h2 { margin-bottom: 0.75rem; }
  .footer-services { min-height: 0; align-items: flex-start; flex-direction: column; gap: 0; padding: 0.7rem 0; }
  .footer-services span { display: none; }
  .footer-services button,
  .footer-services a { min-height: 2.75rem; text-align: left; }
  .footer-legal { align-items: flex-start; flex-direction: column; gap: 0.75rem; padding: 1.4rem 0; }
  .footer-legal > div { gap: 0 1.25rem; }
}

@media (min-width: 901px) and (max-aspect-ratio: 1/1) {
  .hero-image { object-position: center top; }
  .hero-copy {
    top: auto;
    bottom: clamp(5.5rem, 9vh, 8rem);
    width: min(34rem, 55vw);
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .carousel-viewport { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-delay: 0ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .motion-ready [data-reveal] { opacity: 1; transform: none; }
}
