@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-latin.woff2') format('woff2');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --cream: #F9FAF5; --chocolate: #623E2E; --teal: #5CA793;
  --gold: #DE9B4C; --plum: #9A5B8A; --peach: #F5C7B0;
  --muted: #795D4E; --line: #623e2e30; --soft: #f0eee6;
  --ease: cubic-bezier(.22,1,.36,1); --gutter: clamp(1.25rem,4.6vw,5rem);
}
* { box-sizing: border-box; }
html { scroll-padding-top: 7rem; }
body { margin: 0; background: var(--cream); color: var(--chocolate); font: 400 1rem/1.55 'Nunito Sans',Arial,sans-serif; }
button,input,select,textarea { font: inherit; color: inherit; }
button,a,summary { -webkit-tap-highlight-color: transparent; }
button,summary { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
picture { display: block; }
h1,h2,h3,p,figure { margin: 0; }
h1,h2,h3 { line-height: 1.07; font-weight: 700; letter-spacing: -.055em; text-wrap: balance; }
h1 { font-size: clamp(3.2rem,6.5vw,6.5rem); }
h2 { font-size: clamp(2.4rem,4vw,4.2rem); }
h3 { font-size: clamp(1.45rem,2.1vw,2.15rem); }
p { text-wrap: pretty; }
[hidden] { display: none !important; }
::selection { background: var(--peach); color: var(--chocolate); }
:focus-visible { outline: 3px solid var(--chocolate); outline-offset: 5px; }
main:focus { outline: none; }
button:focus-visible,summary:focus-visible { outline-offset: 4px; }
.skip { position: fixed; z-index: 100; left: 1rem; top: -5rem; background: var(--chocolate); color: var(--cream); padding: .85rem 1.25rem; }
.skip:focus { top: 1rem; }
.wrap { width: min(1420px,calc(100% - var(--gutter)*2)); margin-inline: auto; }
.section { padding-block: clamp(4rem,7vw,7rem); }
.eyebrow,.section-index { font-size: .78rem; letter-spacing: .115em; font-weight: 750; text-transform: uppercase; line-height: 1.5; }
.eyebrow { margin-bottom: 1.15rem; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 2rem; min-height: 56px; padding: .9rem 1.4rem; border: 1px solid var(--chocolate); border-radius: 100px; background: var(--chocolate); color: var(--cream); font-weight: 700; font-size: .95rem; line-height: 1.3; transition: transform 200ms var(--ease),background 200ms; }
.button span { font-size: 1.4rem; font-weight: 400; }
.button:hover,.button:focus-visible { background: #4d3023; transform: translateY(-2px); }
.button:active { transform: scale(.975); }
.button-outline { background: transparent; color: var(--chocolate); }
.button-outline:hover,.button-outline:focus-visible { background: var(--peach); }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.8rem; min-height: 46px; padding-block: .55rem; border-bottom: 1px solid var(--chocolate); font-size: .95rem; font-weight: 700; line-height: 1.4; width: fit-content; }
.text-link span { font-size: 1.4rem; transition: transform 200ms var(--ease); }
.text-link:hover span,.text-link:focus-visible span { transform: translate(3px,-3px); }
.tag { display: inline-block; border: 1px solid var(--line); border-radius: 100px; padding: .4rem .9rem; background: var(--cream); font-size: .8rem; font-weight: 700; }

/* The original raster mark is never recoloured, reconstructed or distorted. */
.header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 98px; padding: 1.2rem var(--gutter); background: var(--cream); border-bottom: 1px solid var(--line); }
.brand { display: block; width: 184px; flex-shrink: 0; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; gap: 2.4rem; }
.desktop-nav a,.header-invitation { display: inline-flex; align-items: center; min-height: 44px; font-size: .9rem; font-weight: 700; position: relative; }
.desktop-nav a::after { content: ''; position: absolute; height: 1px; background: currentColor; inset: auto 0 4px; transform: scaleX(0); transform-origin: left; transition: transform 200ms; }
.desktop-nav a:hover::after,.desktop-nav a:focus-visible::after,.desktop-nav a[aria-current]::after { transform: scaleX(1); }
.header-invitation { gap: 1.8rem; }
.header-invitation span { font-size: 1.35rem; }
.mobile-menu { display: none; }

/* A luminous open centre, with two photographic bodies in relationship. */
.hero { min-height: 850px; height: min(900px,calc(100svh - 98px)); position: relative; isolation: isolate; overflow: clip; padding-top: 55px; background: radial-gradient(ellipse at 61% 65%,#f5c7b060 0,transparent 48%),radial-gradient(ellipse at 24% 66%,#de9b4c12 0,transparent 45%); }
.hero-heading { position: relative; z-index: 3; text-align: center; padding-inline: var(--gutter); }
.hero-heading .eyebrow { margin-bottom: 24px; }
.hero h1 { font-size: clamp(4.4rem,7.45vw,7.45rem); letter-spacing: -.062em; line-height: 1.02; }
.hero h1>span { display: block; }
.hero h1>span+span { margin-top: .05em; }
.hero-center { position: relative; z-index: 4; width: 320px; margin: 30px auto 0; text-align: center; }
.hero-center>p { font-size: 1.2rem; line-height: 1.4; }
.hero-center .button { margin-top: 24px; }
.hero-anchor { display: flex; flex-direction: column; align-items: center; font-size: .8rem; gap: 14px; margin: 24px auto 0; width: fit-content; min-height: 50px; }
.hero-anchor span { font-size: 1.5rem; }
.hero-family { position: absolute; z-index: 2; width: 27%; max-width: 390px; left: 4.8%; top: 40%; transform: rotate(-8deg); }
.hero-family img { width: 100%; height: clamp(240px,24vw,360px); object-fit: cover; object-position: 72% center; border-radius: 48% 48% 45% 46%; }
.hero-family figcaption { text-align: center; font-size: .8rem; margin-top: 20px; transform: rotate(8deg); }
.hero-object { position: absolute; width: 31%; right: 3.4%; top: 42%; z-index: 2; transform: rotate(8deg); border-radius: 50%; }
.hero-object picture { border-radius: 22% 45% 35% 22%; overflow: hidden; background: #f5ede0; box-shadow: 0 22px 40px -25px #623e2e40; }
.hero-object img { width: 100%; aspect-ratio: 1.419; object-fit: cover; }
.hero-object>span { display: flex; justify-content: center; align-items: center; gap: 1rem; font-size: .78rem; margin-top: 17px; transform: rotate(-8deg); }
.hero-object>span>span { font-size: 1.2rem; }
.hero-object:hover picture,.hero-object:focus-visible picture { box-shadow: 0 28px 45px -23px #623e2e60; }
.hero-orbit { position: absolute; width: 89%; height: 58%; top: 24%; left: 5.5%; border: 1px solid #b68d6950; border-radius: 50%; transform: rotate(-12deg); z-index: 0; }
.pebble { position: absolute; z-index: 1; display: block; }
.pebble-gold { width: 72px; height: 88px; border-radius: 55% 42% 48% 45%; background: var(--gold); top: 20%; left: 4.2%; transform: rotate(24deg); }
.pebble-teal { width: 84px; height: 105px; border-radius: 48% 47% 57% 36%; background: var(--teal); right: 5%; top: 20%; transform: rotate(-23deg); }
.pebble-plum { width: 36px; height: 46px; background: var(--plum); border-radius: 50% 50% 40% 40%; left: 35%; bottom: 17%; transform: rotate(-24deg); }
.pebble-brown { width: 20px; height: 24px; border-radius: 50%; background: var(--chocolate); right: 34%; top: 66%; transform: rotate(23deg); }
.hero-foot { position: absolute; inset: auto var(--gutter) 0; min-height: 66px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .78rem; }

.encounter { display: grid; grid-template-columns: 1.2fr 1fr; column-gap: 8%; padding-block: 5rem; }
.section-index { grid-column: 1/-1; margin-bottom: 2rem; }
.encounter-title { position: relative; }
.encounter h2 { font-size: clamp(2.4rem,3.55vw,3.6rem); }
.encounter h2 span { color: var(--muted); }
.encounter-copy { max-width: 440px; font-size: 1.05rem; padding-top: .2rem; }
.encounter-copy p+p { margin-top: 1rem; }
.encounter-copy .text-link { margin-top: 1rem; }
.meeting-socket { position: relative; width: 60px; height: 66px; margin: 36px 0 0 2px; }
.meeting-pebble { position: absolute; inset: 0; background: var(--gold); border-radius: 57% 44% 50% 40%; z-index: 6; pointer-events: none; }
.section-heading { display: flex; gap: 2rem; justify-content: space-between; align-items: end; margin-bottom: 2.5rem; }
.selection { padding-top: 2.5rem; }
.selection-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 3.5rem; }
.product-art { display: block; position: relative; overflow: hidden; border-radius: 1.6rem 7rem 1.6rem 1.6rem; background: #f5ede0; }
.product-art picture { padding: 0; }
.product-art img { width: 100%; aspect-ratio: 1.419; object-fit: cover; transition: transform 650ms var(--ease); }
.product-art>.tag { position: absolute; bottom: 20px; left: 20px; white-space: nowrap; z-index: 1; }
.product-art:hover img,.product-art:focus-visible img { transform: scale(1.035) rotate(-2deg); }
.round-arrow { position: absolute; bottom: 20px; right: 20px; width: 52px; height: 52px; display: grid; place-items: center; background: var(--cream); border-radius: 50%; font-size: 1.6rem; }
.card-caption { display: flex; gap: 1rem; justify-content: space-between; padding-top: 1.6rem; align-items: center; }
.card-caption .eyebrow { font-size: .7rem; margin-bottom: .7rem; }
.card-caption h3 { font-size: 2.5rem; }
.card-caption>p { font-size: .9rem; }
.editorial-card { display: flex; flex-direction: column; padding-top: 2.5rem; }
.editorial-media { height: 280px; position: relative; }
.editorial-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 64%; border-radius: 1.3rem 7rem 1.3rem 1.3rem; }
.editorial-circle { position: absolute; display: grid; place-items: center; width: 106px; height: 106px; background: var(--teal); color: #40271e; border-radius: 50%; font-size: 1.5rem; font-weight: 700; top: -35px; right: 15px; transform: rotate(12deg); }
.editorial-caption { padding: 1.6rem .2rem 0; }
.editorial-caption .eyebrow { font-size: .7rem; margin-bottom: .7rem; }
.editorial-caption h3 { font-size: 2.2rem; }
.editorial-caption .text-link { margin-top: .65rem; }
.moment { background: var(--peach); border-radius: 5rem 5rem 0 0; padding-block: 6rem; }
.moment-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 8%; align-items: center; }
.moment-image { position: relative; align-self: stretch; min-height: 590px; }
.moment-image>img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; border-radius: 48% 48% 3% 3%; }
.moment-image-note { position: absolute; bottom: 22px; right: -18px; border-radius: 50%; width: 146px; height: 146px; background: var(--cream); display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1rem; line-height: 1.35; transform: rotate(9deg); }
.meeting-destination { position: absolute; top: 5%; left: -25px; width: 60px; height: 66px; }
.moment-copy>p:not(.eyebrow) { margin-top: 1.4rem; max-width: 37ch; font-size: 1.05rem; }
.moment-steps { list-style: none; padding: 0; margin: 1.8rem 0 0; }
.moment-steps li { display: flex; gap: 1.4rem; padding: 1.25rem 0; border-top: 1px solid var(--line); }
.moment-steps li>span { font-size: .8rem; padding-top: .18rem; }
.moment-steps h3 { font-size: 1.3rem; letter-spacing: -.025em; margin-bottom: .5rem; }
.moment-steps p { font-size: .95rem; max-width: 34ch; }
.world-invitation h2 { font-size: clamp(2.6rem,5.4vw,5.4rem); }
.world-bottom { display: flex; align-items: center; gap: 3rem; margin-top: 3rem; }
.small-symbol { width: 86px; flex-shrink: 0; }
.world-bottom p { font-size: 1.05rem; flex: 1; }
.help-strip { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-block: 2rem 3rem; gap: 1.5rem; }
.help-strip>p { font-size: 1.65rem; letter-spacing: -.03em; }
.footer { padding-top: 4rem; background: var(--soft); }
.footer-top { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 3rem; }
.footer-top .brand { width: 200px; margin-bottom: 1.5rem; }
.footer-top p { font-size: .9rem; }
.footer nav { display: flex; flex-direction: column; align-items: start; }
.footer nav a { min-height: 44px; padding-block: .6rem; font-size: .95rem; }
.footer nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-note { justify-self: end; font-size: 1rem !important; line-height: 1.3; }
.footer-note span { font-size: 3.4rem; letter-spacing: -.065em; font-weight: 750; }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 3rem; padding-block: 1.25rem; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; font-size: .75rem; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; }

/* Catalog, product, purpose and help retain their own page silhouettes. */
.page-intro { padding-block: 4rem 4.5rem; display: flex; align-items: end; gap: 4rem; justify-content: space-between; }
.page-intro h1 { font-size: clamp(3rem,5.1vw,5.2rem); }
.page-intro h1 span { color: var(--muted); }
.page-intro>p { padding-bottom: .35rem; min-width: 235px; }
.catalog-top { border-top: 1px solid var(--line); padding-top: 1.5rem; display: flex; gap: 2rem; justify-content: space-between; margin-bottom: 3rem; }
.catalog-top h2 { font-size: 1.1rem; letter-spacing: -.02em; }
.catalog-top p { font-size: .9rem; }
.catalog-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 10%; align-items: center; }
.catalog-note h2 { font-size: clamp(2.5rem,3.6vw,3.7rem); }
.catalog-note>p:not(.eyebrow) { max-width: 34ch; margin-top: 1.5rem; }
.catalog-note .reference-note { font-size: .9rem; }
.catalog-note .text-link { margin-top: 1.5rem; }
.catalog-shape { display: block; width: 60px; height: 72px; margin-bottom: 2.4rem; background: var(--teal); border-radius: 43% 57% 40% 48%; transform: rotate(18deg); }
.ways { display: grid; grid-template-columns: repeat(3,1fr); gap: 3rem; margin: 3rem 0 1.5rem; }
.ways article { border-top: 1px solid var(--line); padding-top: 1rem; }
.way-number { display: block; font-size: .85rem; margin-bottom: 2rem; }
.ways h3 { max-width: 13ch; margin-bottom: 1.3rem; }
.ways p { max-width: 32ch; }
.breadcrumb { display: flex; gap: .75rem; align-items: center; min-height: 77px; font-size: .8rem; }
.breadcrumb a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: underline; text-underline-offset: 4px; }
.product-layout { display: grid; grid-template-columns: 1.18fr 1fr; gap: 7%; padding-bottom: 3rem; }
.gallery-viewport { border-radius: 2rem 7rem 2rem 2rem; overflow: hidden; background: #f5ede0; aspect-ratio: 1.419; display: grid; align-items: center; touch-action: pan-y; }
.gallery-main img { width: 100%; aspect-ratio: 1.419; object-fit: contain; }
.gallery-main.is-full img { aspect-ratio: 1.419; }
.gallery-controls { display: flex; align-items: center; gap: .6rem; margin-top: 1rem; }
.gallery-controls button { background: transparent; border: 1px solid transparent; border-radius: 100px; padding: .7rem 1rem; min-height: 46px; font-size: .85rem; }
.gallery-controls button[aria-pressed=true] { border-color: var(--chocolate); background: #f5c7b04a; }
.gallery-count { margin-left: auto; font-size: .8rem; }
.gallery-caption { margin-top: 1rem; color: var(--muted); font-size: .8rem; }
.gallery-original { margin-top: 1rem; }
.gallery-original summary { padding-block: .8rem; min-height: 44px; font-size: .9rem; text-decoration: underline; }
.product-info { padding-top: .8rem; }
.product-info>.eyebrow { margin: 1.8rem 0 .8rem; font-size: .7rem; }
.product-info h1 { font-size: clamp(4.8rem,6.3vw,6.3rem); }
.product-info h1 span { color: var(--plum); }
.product-lead { font-size: 1.25rem; margin-block: 1.5rem 1rem; }
.product-info>p:not(.eyebrow) { max-width: 38ch; }
.honest-note { border-top: 1px solid var(--line); margin-block: 1.5rem; padding-top: 1.2rem; max-width: 38ch; }
.honest-note h2 { font-size: 1rem; letter-spacing: -.02em; margin-bottom: .6rem; }
.honest-note p { font-size: .9rem; }
.product-info>.text-link { display: flex; margin-top: 1rem; }
.product-facts { margin-block: 1.5rem; }
.product-facts div { display: flex; gap: 1rem; padding-block: .6rem; border-top: 1px solid var(--line); }
.product-facts dt { font-weight: 700; }
.product-facts dd { margin: 0; }
.product-story { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: center; border-top: 1px solid var(--line); }
.product-story>div>p:not(.eyebrow) { margin-top: 1.5rem; max-width: 35ch; }
.story-prompt { background: var(--peach); border-radius: 4rem 1.5rem 4rem 1.5rem; padding: 1.5rem 3rem 3rem; transform: rotate(2deg); }
.story-prompt>span { font-size: 6rem; line-height: .7; display: block; margin-top: 2rem; }
.story-prompt p { font-size: clamp(1.5rem,2.5vw,2.3rem); letter-spacing: -.04em; line-height: 1.2; }
.story-prompt small { display: block; margin-top: 2rem; font-size: .9rem; }
.consultation { background: var(--soft); padding: 3.5rem; border-radius: 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 7%; }
.consultation h2 { font-size: clamp(2rem,3vw,3rem); }
.consultation>div>p:not(.eyebrow) { margin-top: 1.5rem; max-width: 35ch; }
.consult-form label { display: block; font-size: .9rem; font-weight: 700; margin-bottom: .6rem; }
.consult-form select,.consult-form textarea { width: 100%; border: 1px solid #623e2e70; border-radius: .7rem; background: var(--cream); padding: .8rem; }
.consult-form select { min-height: 48px; margin-bottom: 1rem; }
.consult-form textarea { resize: vertical; min-height: 150px; }
.copy-button { margin-top: 1rem; }
.copy-status { font-size: .85rem; margin-top: 1rem; }
.world-hero { display: grid; grid-template-columns: 1fr 1.2fr; gap: 5%; align-items: center; padding-block: 4.5rem 5rem; }
.world-hero h1 { font-size: clamp(4rem,6.2vw,6.4rem); }
.world-hero h1 span { color: var(--muted); }
.world-hero p:not(.eyebrow) { margin-top: 1.6rem; font-size: 1.1rem; }
.world-hero-image { position: relative; }
.world-hero-image img { width: 100%; aspect-ratio: 1.1; object-fit: cover; object-position: 73% center; border-radius: 48% 48% 2rem 2rem; }
.world-seal { position: absolute; bottom: 25px; left: -45px; width: 140px; height: 140px; border-radius: 50%; background: var(--gold); display: flex; justify-content: center; align-items: center; text-align: center; color: #40271e; font-size: 1.1rem; line-height: 1.3; transform: rotate(-12deg); }
.world-manifesto { display: grid; grid-template-columns: 1.2fr 1fr; gap: 8%; border-top: 1px solid var(--line); }
.world-manifesto p+p { margin-top: 1rem; }
.world-ways { background: #e5eee7; }
.world-closing { display: grid; grid-template-columns: .9fr 1fr; gap: 13%; align-items: center; }
.world-closing>div:first-child { position: relative; }
.world-closing img { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: 50% 70%; border-radius: 2rem 8rem 2rem 2rem; }
.world-closing p:not(.eyebrow) { max-width: 36ch; margin: 1.5rem 0; }
.world-closing-dot { width: 50px; height: 65px; border-radius: 45%; background: var(--plum); position: absolute; right: -35px; top: 30%; transform: rotate(20deg); }
.help-intro { padding-block: 4.5rem; display: flex; align-items: end; gap: 10%; position: relative; }
.help-intro h1 { font-size: clamp(4rem,6.3vw,6.4rem); }
.help-intro h1 span { color: var(--muted); }
.help-intro>p { padding-bottom: .5rem; }
.help-pebble { position: absolute; width: 105px; height: 130px; background: var(--gold); right: 3%; top: 4.5rem; border-radius: 50% 40% 48% 35%; transform: rotate(20deg); }
.faq-section { display: grid; grid-template-columns: 1fr 1.6fr; gap: 5%; border-top: 1px solid var(--line); padding-top: 2.2rem; }
.faq-section>h2 { font-size: 1.4rem; letter-spacing: -.03em; padding-top: 1rem; }
.faqs details { border-bottom: 1px solid var(--line); }
.faqs summary { padding: 1.35rem 0; list-style: none; font-weight: 700; display: flex; justify-content: space-between; align-items: center; gap: 2rem; min-height: 64px; }
summary::-webkit-details-marker { display: none; }
.faqs summary span { font-size: 1.6rem; line-height: 1; font-weight: 400; transition: transform 200ms; }
.faqs details[open] summary span { transform: rotate(45deg); }
.faqs details>div { padding: 0 2rem 1.5rem 0; max-width: 62ch; }

/* Document transition is optional; links and normal browser history are primary. */
@media (prefers-reduced-motion: no-preference) {
  @view-transition { navigation: auto; }
  ::view-transition-group(*) { animation-duration: 280ms; animation-timing-function: var(--ease); }
  ::view-transition-old(root),::view-transition-new(root) { animation-duration: 160ms; }
  [data-product-link].transition-source,[data-product-detail] { view-transition-name: ajolote; }
}
@media (min-width:1600px) { .hero { min-height: 900px; } .hero-family { left: 8%; } .hero-object { right: 7%; max-width: 460px; } }
@media (max-width:1100px) {
  .header-invitation { display: none; }
  .hero { min-height: 760px; }
  .hero h1 { font-size: 7.3vw; }
  .hero-family { left: 2%; width: 29%; top: 43%; }
  .hero-family img { height: 280px; }
  .hero-object { width: 30%; top: 48%; right: 1.7%; }
  .hero-center { margin-top: 32px; }
  .hero-center>p { font-size: 1.05rem; }
  .pebble-gold,.pebble-teal { transform: scale(.7); }
  .encounter,.moment-grid { column-gap: 5%; }
  .selection-grid { gap: 2rem; }
  .card-caption { display: block; }
  .card-caption>p { margin-top: .7rem; }
  .editorial-media { height: 280px; }
  .moment-image { min-height: 560px; }
  .world-bottom { gap: 2rem; }
  .world-bottom>.button { max-width: 240px; }
  .page-intro { display: block; }
  .page-intro>p { margin-top: 2rem; }
  .consultation { padding: 2.5rem; gap: 5%; }
  .product-layout { gap: 5%; }
  .gallery-viewport { border-top-right-radius: 6rem; }
  .help-pebble { width: 70px; height: 90px; }
}
@media (max-width:800px) {
  .header { min-height: 82px; padding-block: 1rem; }
  .brand { width: 154px; }
  .desktop-nav { gap: 1.2rem; }
  .hero { min-height: 790px; padding-top: 42px; height: auto; }
  .hero h1 { font-size: 7.8vw; }
  .hero-center { margin-top: 25px; }
  .hero-family { top: 47%; width: 34%; left: 6%; }
  .hero-family img { height: 250px; }
  .hero-object { top: 50%; width: 36%; right: 6%; }
  .hero-orbit { top: 40%; height: 42%; transform: rotate(-8deg); }
  .hero-anchor { margin-top: 13px; }
  .hero-anchor span { display: none; }
  .pebble-gold { top: 31%; left: 5%; }
  .pebble-teal { top: 30%; right: 4%; }
  .pebble-plum { left: 47%; bottom: 20%; }
  .pebble-brown { top: 79%; right: 16%; }
  .encounter { display: block; }
  .encounter-copy { margin-top: 2rem; max-width: 100%; }
  .meeting-socket { display: none; }
  .moment-grid { gap: 3rem; }
  .moment { border-radius: 3rem 3rem 0 0; padding-block: 4rem; }
  .moment-image { min-height: 620px; }
  .moment-image-note { width: 120px; height: 120px; right: -10px; }
  .world-bottom { flex-wrap: wrap; }
  .world-bottom>.button { margin-left: 118px; max-width: none; }
  .footer-top { grid-template-columns: 1.3fr 1fr; }
  .footer-note { display: none; }
  .footer-bottom { flex-wrap: wrap; }
  .ways { gap: 1.5rem; }
  .catalog-grid { gap: 6%; }
  .product-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .gallery { max-width: 590px; }
  .gallery-viewport { aspect-ratio: 1.419; }
  .gallery-main img { aspect-ratio: 1.419; }
  .product-info>p:not(.eyebrow),.honest-note { max-width: 60ch; }
  .product-info h1 br { display: none; }
  .product-info h1 { font-size: 4.5rem; }
  .product-info>.eyebrow { margin-top: 1.3rem; }
  .product-story { gap: 5%; }
  .story-prompt { padding-inline: 1.5rem; }
  .consultation { display: block; }
  .consultation>div>p:not(.eyebrow) { max-width: 50ch; }
  .consult-form { margin-top: 2rem; }
  .world-hero { gap: 5%; }
  .world-hero h1 { font-size: 7vw; }
  .world-hero-image img { aspect-ratio: .8; }
  .world-seal { width: 100px; height: 100px; left: -20px; font-size: .9rem; }
  .world-manifesto { grid-template-columns: 1fr; gap: 2rem; }
  .world-closing { gap: 8%; }
  .help-intro { display: block; }
  .help-intro>p { margin-top: 2rem; }
  .faq-section { grid-template-columns: 1fr; gap: 1rem; }
}
@media (max-width:600px) {
  :root { --gutter: 1.25rem; }
  .header { min-height: 76px; }
  .brand { width: 142px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { display: flex; gap: .85rem; align-items: center; min-height: 44px; font-size: .9rem; list-style: none; }
  .menu-icon { width: 20px; height: 8px; border-block: 1px solid var(--chocolate); transition: transform 200ms; }
  .mobile-menu[open] .menu-icon { transform: rotate(-45deg); }
  .mobile-menu nav { position: absolute; top: 100%; inset-inline: 0; background: var(--cream); padding: 1.1rem var(--gutter) 1.6rem; border-bottom: 1px solid var(--line); box-shadow: 0 18px 20px #623e2e12; }
  .mobile-menu nav a { display: block; padding-block: .8rem; min-height: 50px; font-size: 1.25rem; }
  .mobile-menu nav a[aria-current] { text-decoration: underline; text-underline-offset: 6px; }
  .hero { padding-top: 31px; min-height: 795px; }
  .hero-heading { padding-inline: 16px; }
  .hero-heading .eyebrow { font-size: .64rem; letter-spacing: .08em; margin-bottom: 20px; }
  .hero h1 { font-size: clamp(2.75rem,9.8vw,3.65rem); line-height: 1.02; letter-spacing: -.063em; }
  .hero h1>span+span { max-width: 10ch; margin: .06em auto 0; }
  .hero-center { margin-top: 22px; width: calc(100% - 40px); }
  .hero-center>p { font-size: 1rem; }
  .hero-center .button { margin-top: 20px; min-height: 54px; }
  .hero-anchor { font-size: .75rem; margin-top: 14px; min-height: 38px; }
  .hero-family { top: auto; bottom: 109px; left: 6%; width: 40%; transform: rotate(-9deg); }
  .hero-family img { height: 198px; }
  .hero-family figcaption { font-size: .65rem; margin-top: 14px; white-space: nowrap; }
  .hero-object { top: auto; bottom: 124px; right: 3%; width: 47%; transform: rotate(10deg); }
  .hero-object img { aspect-ratio: 1.419; }
  .hero-object>span { font-size: .62rem; gap: .4rem; margin-top: 13px; }
  .hero-object>span>span { font-size: 1rem; }
  .hero-orbit { left: -14%; top: auto; bottom: 110px; width: 126%; height: 260px; transform: rotate(-16deg); }
  .pebble-gold { width: 30px; height: 39px; top: 37%; left: -1%; transform: rotate(25deg); }
  .pebble-teal { width: 39px; height: 51px; right: 3%; top: auto; bottom: 315px; transform: rotate(-18deg); }
  .pebble-plum { width: 24px; height: 31px; left: 49%; bottom: 83px; }
  .pebble-brown { width: 12px; height: 15px; top: auto; bottom: 355px; left: 11%; }
  .hero-foot { min-height: 58px; font-size: .67rem; }
  .hero-foot span:last-child { display: none; }
  .encounter { padding-block: 3.5rem; }
  .section-index { font-size: .7rem; margin-bottom: 1.4rem; }
  .encounter h2 { font-size: 2.35rem; }
  .encounter-copy { font-size: 1rem; }
  .section-heading { display: block; margin-bottom: 1.8rem; }
  .section-heading>.text-link { margin-top: 1.2rem; }
  .selection-grid { display: block; }
  .product-art { border-radius: 1.2rem 5rem 1.2rem 1.2rem; }
  .product-art picture { padding: 0; }
  .card-caption { display: flex; }
  .card-caption h3 { font-size: 2.1rem; }
  .card-caption>p { font-size: .8rem; margin: 0; }
  .card-caption .eyebrow { font-size: .63rem; }
  .editorial-card { padding-top: 4.5rem; }
  .editorial-media { height: 280px; }
  .editorial-caption h3 { font-size: 2.1rem; }
  .moment-grid { display: flex; flex-direction: column; gap: 2.5rem; }
  .moment-image { min-height: 0; width: 100%; height: 380px; }
  .moment-image-note { right: -5px; bottom: 15px; }
  .moment-copy h2 { font-size: 2.8rem; }
  .moment-copy>p:not(.eyebrow) { font-size: 1rem; }
  .world-invitation h2 { font-size: 2.45rem; }
  .world-bottom { margin-top: 2rem; gap: 1.5rem; align-items: start; }
  .small-symbol { width: 58px; }
  .world-bottom p { font-size: .95rem; }
  .world-bottom p br { display: none; }
  .world-bottom>.button { margin-left: 0; }
  .help-strip { align-items: start; flex-direction: column; gap: .6rem; padding-bottom: 2rem; }
  .help-strip>p { font-size: 1.4rem; }
  .footer { padding-top: 2.5rem; }
  .footer-top { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-top .brand { width: 174px; }
  .footer nav { flex-direction: row; flex-wrap: wrap; gap: 1.3rem; }
  .footer nav a { font-size: .85rem; }
  .footer-bottom { margin-top: 1.5rem; gap: .5rem; font-size: .7rem; }
  .footer-bottom span:nth-child(2) { width: 100%; }
  .page-intro { padding-block: 3rem; }
  .page-intro h1 { font-size: 2.95rem; }
  .page-intro>p { font-size: 1rem; }
  .catalog-top { display: block; margin-bottom: 2rem; }
  .catalog-top>p { margin-top: .65rem; }
  .catalog-grid { display: block; }
  .catalog-note { margin-top: 3.5rem; padding: 2rem; background: var(--soft); border-radius: 1.5rem; }
  .catalog-note h2 { font-size: 2.5rem; }
  .catalog-shape { width: 38px; height: 46px; margin-bottom: 1.5rem; }
  .ways { grid-template-columns: 1fr; gap: 2rem; }
  .ways article { display: grid; grid-template-columns: 35px 1fr; gap: .8rem 1rem; }
  .ways article .way-number { margin-bottom: 0; grid-row: span 2; }
  .ways h3 { max-width: none; margin: 0; font-size: 1.7rem; }
  .ways p { grid-column: 2; font-size: .95rem; }
  .breadcrumb { min-height: 63px; }
  .product-layout { gap: 2rem; }
  .gallery-viewport { border-radius: 1.3rem 5rem 1.3rem 1.3rem; }
  .gallery-controls { gap: .3rem; }
  .gallery-controls button { padding: .65rem .8rem; font-size: .78rem; }
  .gallery-count { font-size: .75rem; }
  .gallery-caption { font-size: .75rem; }
  .product-info h1 { font-size: 3.9rem; }
  .product-info h1 br { display: block; }
  .product-info>.eyebrow { font-size: .68rem; }
  .product-lead { font-size: 1.2rem; }
  .product-story { grid-template-columns: 1fr; gap: 3rem; }
  .story-prompt { padding: 1.5rem 2rem 2.5rem; margin-inline: .3rem; }
  .story-prompt p { font-size: 1.7rem; }
  .consultation { padding: 2rem 1.3rem; border-radius: 1.3rem; }
  .consultation .eyebrow { font-size: .68rem; }
  .world-hero { display: block; padding-block: 3rem; }
  .world-hero h1 { font-size: 3.6rem; }
  .world-hero p:not(.eyebrow) { font-size: 1rem; }
  .world-hero-image { margin-top: 2.5rem; }
  .world-hero-image img { aspect-ratio: 1.1; }
  .world-seal { left: -10px; bottom: 5px; }
  .world-closing { grid-template-columns: 1fr; gap: 3rem; }
  .world-closing-dot { right: -8px; width: 30px; height: 41px; }
  .help-intro { padding-block: 3rem; }
  .help-intro h1 { font-size: 3.65rem; }
  .help-pebble { width: 47px; height: 59px; top: 3.5rem; right: 0; }
  .faq-section { padding-top: 1rem; }
  .faqs summary { gap: 1.3rem; font-size: .95rem; }
  .faqs details>div { padding-right: 0; font-size: .95rem; }
}
@media (max-width:350px) {
  .hero h1 { font-size: 2.68rem; }
  .hero { min-height: 780px; }
  .hero-family img { height: 170px; }
  .hero-family { bottom: 108px; }
  .hero-object { bottom: 127px; }
  .hero-object>span { font-size: .58rem; }
  .hero-family figcaption { font-size: .59rem; }
  .card-caption { display: block; }
  .card-caption>p { margin-top: .7rem; }
  .gallery-controls button { padding-inline: .6rem; font-size: .73rem; }
  .page-intro h1 { font-size: 2.7rem; }
  .help-pebble { width: 34px; height: 44px; }
}
/* Normal-flow grid keeps the hero complete when fonts are enlarged. */
.hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.9fr) minmax(0,1.1fr); grid-template-rows: auto 1fr auto; gap: 24px 3%; padding: 55px var(--gutter) 0; height: auto; }
.hero-heading { grid-column: 1/-1; padding-inline: 0; }
.hero-center { grid-area: 2/2; width: 100%; max-width: 320px; margin: 0 auto; }
.hero-family { grid-area: 2/1; position: relative; inset: auto; width: 100%; max-width: 390px; align-self: center; }
.hero-object { grid-area: 2/3; position: relative; inset: auto; width: 100%; align-self: center; }
.hero-foot { grid-column: 1/-1; position: relative; inset: auto; width: 100%; margin-top: 0; }
.button { max-width: 100%; gap: clamp(.75rem,2vw,2rem); }
h1,h2,h3,p { overflow-wrap: anywhere; }
section,article,figure,nav,div,h1,h2,h3,p { min-width: 0; }
.gallery-controls,.card-caption { flex-wrap: wrap; }
.product-art>.tag { max-width: calc(100% - 40px); white-space: normal; }
.header { flex-wrap: wrap; }
.desktop-nav { flex-wrap: wrap; }
@media (max-width:800px) {
  .hero { grid-template-columns: minmax(0,1fr) minmax(0,1fr); grid-template-rows: auto auto 1fr auto; gap: 20px 10%; padding-top: 42px; }
  .hero-center { grid-area: 2/1/3/-1; }
  .hero-family { grid-area: 3/1; width: 90%; justify-self: center; }
  .hero-object { grid-area: 3/2; width: 100%; justify-self: center; }
}
@media (max-width:600px) {
  .hero { padding: 31px 20px 0; gap: 20px 5%; }
  .hero-center { max-width: none; }
  .hero-family { width: 94%; }
  .hero-object { width: 100%; }
  .hero-family figcaption { white-space: normal; }
  .hero-object>span { flex-wrap: wrap; }
}
@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .button:hover,.button:focus-visible,.button:active,.text-link:hover span,.text-link:focus-visible span,.product-art:hover img,.product-art:focus-visible img { transform: none; }
  [data-product-detail],[data-product-link] { view-transition-name: none !important; }
}
@media (forced-colors:active) { .tag,.button,.gallery-controls button,.header { border: 1px solid CanvasText; } .pebble,.hero-orbit { display: none; } }
