* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 148px; }
body { margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
figure, h1, h2, h3, p { margin: 0; }
svg { width: 20px; height: 20px; flex-shrink: 0; stroke-width: 1.75; }
[hidden] { display: none !important; }
.shell { width: min(100% - 96px, 1280px); margin-inline: auto; }
.brand-line { text-align: center; padding: 9px 20px; background: var(--tt-forest); color: var(--tt-white); font-size: .75rem; }
.site-header { background: var(--tt-white); position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--tt-line); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 120px; flex-shrink: 0; }
.brand img { width: 120px; height: auto; }
.desktop-nav { display: flex; gap: 32px; }
.desktop-nav a, .header-action { font-size: .875rem; font-weight: 600; text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; }
.desktop-nav a:hover, .header-action:hover { color: var(--tt-forest); text-decoration: underline; text-underline-offset: 6px; }
.header-action { gap: 16px; color: var(--tt-forest); }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: 1fr 1.08fr; grid-template-areas: "heading gallery" "support gallery"; column-gap: 64px; padding-block: 48px 40px; }
.hero-heading { grid-area: heading; align-self: end; }
.hero-support { grid-area: support; align-self: start; }
.hero-gallery { grid-area: gallery; min-width: 0; }
.eyebrow { font-size: .875rem; font-weight: 600; display: flex; align-items: center; gap: 10px; }
.little-dot { background: var(--tt-peach); width: 8px; height: 8px; border-radius: 50%; }
.hero h1 { font-size: 4rem; line-height: 1.08; font-weight: 800; color: var(--tt-forest); margin-block: 24px; }
.hero-product { font-size: 1.25rem; font-weight: 600; margin-bottom: 12px; }
.hero-description { color: var(--tt-muted); line-height: 1.7; max-width: 42ch; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 32px; }
.text-link { font-size: .875rem; font-weight: 600; color: var(--tt-forest); text-underline-offset: 5px; display: inline-flex; align-items: center; gap: 12px; min-height: 44px; }
.hero-footnote { margin-top: 48px; font-size: .875rem; color: var(--tt-muted); }
figcaption { display: flex; justify-content: space-between; gap: 16px; margin-top: 12px; font-size: .75rem; color: var(--tt-muted); }
.intro-line { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 24px; border-top: 1px solid var(--tt-line); font-size: .875rem; color: var(--tt-muted); }
.intro-line a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--tt-control); border-radius: 50%; color: var(--tt-forest); }
.site-footer { border-top: 1px solid var(--tt-line); padding-block: 48px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.section-space { padding-block: 96px; }
h2 { font-size: 2rem; line-height: 1.2; font-weight: 800; }
h3 { font-size: 1.5rem; line-height: 1.3; font-weight: 600; }
.ritual { background: var(--tt-cloud); margin-top: 24px; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 48px; align-items: start; margin-bottom: 48px; }
.section-heading > div { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading > div > p { color: var(--tt-muted); max-width: 34ch; }
.ritual-layout { display: grid; grid-template-columns: 1.35fr 1fr; gap: 64px; align-items: center; }
.lifestyle-image { width: 100%; aspect-ratio: 4/5; object-fit: contain; border-radius: 4px; }
.ritual-steps { padding: 0; margin: 0; list-style: none; }
.ritual-steps li { display: flex; gap: 24px; padding-block: 24px; border-top: 1px solid var(--tt-line); }
.ritual-steps li:first-child { padding-top: 0; border: 0; }
.ritual-steps li:last-child { padding-bottom: 0; }
.step-number { font-size: .75rem; color: var(--tt-forest); padding-top: 6px; }
.ritual-steps p { margin-top: 12px; color: var(--tt-muted); max-width: 36ch; }
.product { display: grid; grid-template-columns: 1.08fr 1fr; gap: 96px; align-items: start; }
.gallery-main { display: block; width: 100%; padding: 0; background: var(--tt-cloud); border: none; border-radius: 4px; position: relative; cursor: zoom-in; }
.gallery-main > img { width: 100%; height: 560px; object-fit: contain; border-radius: inherit; background: var(--tt-white); }
.product-detail-figure img { width: 100%; aspect-ratio: 4/5; object-fit: contain; border-radius: 4px; }
.zoom-affordance { position: absolute; bottom: 16px; right: 16px; width: 44px; height: 44px; display: grid; place-items: center; background: var(--tt-white); color: var(--tt-forest); border: 1px solid var(--tt-control); border-radius: 4px; }
.gallery-controls { display: flex; gap: 12px; align-items: center; margin-top: 16px; }
.gallery-thumb { padding: 4px; background: var(--tt-white); border: 1px solid var(--tt-control); border-radius: 4px; cursor: pointer; flex-shrink: 0; }
.gallery-thumb img { width: 64px; height: 64px; object-fit: contain; background: var(--tt-white); }
.gallery-thumb[aria-pressed="true"] { border: 2px solid var(--tt-forest); padding: 3px; box-shadow: inset 0 -4px 0 var(--tt-forest); }
.gallery-caption { font-size: .875rem; margin-top: 12px; }
.hero-gallery .image-note { margin-top: 4px; }
.image-note { margin-top: 16px; color: var(--tt-muted); font-size: .75rem; max-width: 65ch; }
.product-copy { padding-top: 24px; }
.product-copy .eyebrow { justify-content: space-between; flex-wrap: wrap; }
.preview-label { display: inline-block; padding: 4px 10px; background: var(--tt-sage); color: var(--tt-forest); border-radius: 4px; font-size: .75rem; font-weight: 400; }
.product-copy h2 { margin-top: 24px; }
.product-lead { font-size: 1.25rem; margin-top: 12px; }
.product-description { color: var(--tt-muted); margin-top: 24px; }
.product-dimensions { margin-top: 16px; font-size: .875rem; color: var(--tt-muted); }
.product-dimensions strong { font-weight: 600; color: var(--tt-forest); }
.product-availability { display: flex; align-items: start; gap: 12px; border-block: 1px solid var(--tt-line); padding-block: 24px; margin-block: 24px; }
.product-availability .little-dot { margin-top: 9px; flex-shrink: 0; }
.product-availability strong { font-weight: 600; font-size: .875rem; }
.product-availability p { color: var(--tt-muted); font-size: .875rem; margin-top: 4px; }
.product-copy > .tt-button { width: 100%; justify-content: space-between; }
.product-details { margin-top: 32px; }
details { border-bottom: 1px solid var(--tt-line); }
summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; min-height: 64px; padding-block: 16px; font-size: .875rem; font-weight: 600; }
summary::-webkit-details-marker { display: none; }
summary svg { transition: transform var(--tt-duration-fast) ease-out; }
details[open] > summary svg { transform: rotate(45deg); }
details > p { color: var(--tt-muted); padding-bottom: 24px; }
.story { background: var(--tt-sage); }
.story-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; }
.story-top img { width: 56px; height: 56px; object-fit: contain; }
.story-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; }
.story h2 { font-size: 3rem; line-height: 1.12; color: var(--tt-forest); }
.story-prose p { margin-bottom: 24px; }
.story-more { border-bottom-color: var(--tt-control); }
.story-more summary { color: var(--tt-forest); justify-content: flex-start; min-height: 44px; padding-top: 0; }
.story-more > div { padding-top: 16px; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; border-top: 1px solid var(--tt-control); padding-top: 32px; margin-top: 64px; }
.pillars span { font-size: .75rem; color: var(--tt-muted); }
.pillars h3 { margin-top: 12px; font-size: 1.125rem; }
.pillars p { color: var(--tt-muted); font-size: .875rem; margin-top: 8px; }
.questions { display: grid; grid-template-columns: 1fr 1.35fr; gap: 96px; }
.questions h2 { margin-top: 16px; }
.question-list { border-top: 1px solid var(--tt-line); }
.question-list summary { font-size: 1rem; }
.closing { background: var(--tt-forest); color: var(--tt-white); padding-block: 64px; }
.closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.closing h2 { margin-top: 16px; }
.closing .tt-button { background: var(--tt-white); color: var(--tt-forest); }
.closing .tt-button:hover { background: var(--tt-sage); }
.site-footer > div > p { font-size: .75rem; margin-top: 16px; color: var(--tt-muted); }
.site-footer nav { display: flex; gap: 24px; }
.site-footer nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: .875rem; text-decoration: none; }
.site-footer nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.copyright { font-size: .75rem; color: var(--tt-muted); }
dialog { padding: 24px; border: 0; border-radius: 8px; width: min(900px, calc(100% - 32px)); max-height: calc(100dvh - 32px); overflow: auto; color: var(--tt-ink); }
dialog::backdrop { background: rgb(23 35 27 / .72); }
.dialog-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 16px; }
.dialog-top h2 { font-size: .875rem; font-weight: 600; }
.dialog-close { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; border: 1px solid var(--tt-control); background: var(--tt-white); color: var(--tt-ink); border-radius: 4px; cursor: pointer; }
#dialog-image { width: 100%; max-height: 70dvh; object-fit: contain; }
dialog > p { text-align: center; font-size: .75rem; color: var(--tt-muted); margin-top: 16px; }
body:has(dialog[open]) { overflow: hidden; }
.product-price { display: flex; gap: 10px; align-items: baseline; color: var(--tt-forest); font-size: 1.75rem; font-weight: 700; }
.price-currency { font-size: .75rem; font-weight: 400; color: var(--tt-muted); }
.hero-price { margin-top: 20px; }
.hero-price + .hero-actions { margin-top: 16px; }
.detail-price { margin-block: 24px 16px; }
.stock-note { margin-top: 12px; font-size: .8125rem; color: var(--tt-muted); }
#restock-dialog { width: min(480px, calc(100% - 32px)); padding: 32px; }
.restock-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 24px; }
.restock-top .eyebrow { font-size: .8125rem; }
.restock-symbol { display: grid; place-items: center; width: 48px; height: 48px; color: var(--tt-forest); background: var(--tt-sage); border-radius: 50%; margin-bottom: 20px; }
#restock-title { color: var(--tt-forest); font-size: 2.25rem; }
#restock-description { text-align: left; font-size: 1rem; line-height: 1.6; margin-top: 12px; }
.contact-options { border: 0; padding: 0; margin: 24px 0 16px; display: flex; gap: 24px; }
.contact-options legend { font-size: .8125rem; margin-bottom: 8px; color: var(--tt-muted); }
.contact-options label { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; cursor: pointer; }
.contact-options input { accent-color: var(--tt-forest); width: 18px; height: 18px; }
.contact-label { display: block; margin-bottom: 8px; font-size: .875rem; font-weight: 600; }
.contact-input { position: relative; }
#phone-prefix { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); font-size: 1rem; pointer-events: none; }
.contact-input.is-phone #restock-contact { padding-left: 58px; }
#restock-contact { width: 100%; min-height: 50px; padding: 12px; font: inherit; font-size: 1rem; border: 1px solid var(--tt-control); border-radius: 4px; color: var(--tt-ink); background: var(--tt-white); }
.field-help, .consent-note { font-size: .75rem; color: var(--tt-muted); line-height: 1.6; margin-top: 8px; }
.notify-button { width: 100%; justify-content: space-between; margin-top: 24px; }
.notify-button:disabled { opacity: .65; cursor: wait; }
.consent-note { margin-top: 12px; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
#restock-status { text-align: left; font-size: .875rem; padding: 16px; margin-top: 20px; border: 1px solid var(--tt-control); border-radius: 4px; }
#restock-status.restock-success { background: var(--tt-sage); color: var(--tt-forest); border-color: var(--tt-sage); }
.success-close { margin-top: 16px; padding: 0; border: 0; background: transparent; cursor: pointer; text-decoration: underline; }
.no-script-notice { text-align: center; padding: 24px; }
.product-explorer { border-top: 1px solid var(--tt-line); }
.explorer-jump { margin-top: 12px; }
.explorer-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 32px; }
.explorer-heading h2 { margin-top: 16px; color: var(--tt-forest); }
.explorer-heading > p { color: var(--tt-muted); max-width: 36ch; }
.explorer-stage { position: relative; height: 600px; overflow: hidden; border-radius: 4px; background: var(--tt-cloud); }
#explorer-poster { width: 100%; height: 100%; object-fit: contain; }
#explorer-canvas { position: absolute; inset: 0; }
#explorer-canvas, #explorer-canvas model-viewer { width: 100%; height: 100%; display: block; }
#explorer-canvas model-viewer { --progress-bar-height: 0px; --poster-color: transparent; touch-action: pan-y; }
.explorer-load { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); white-space: nowrap; }
.explorer-load:disabled { cursor: wait; }
.explorer-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 16px; min-height: 44px; }
.explorer-toolbar > p { color: var(--tt-muted); font-size: .875rem; }
.explorer-controls { display: flex; flex-wrap: wrap; max-width: 100%; gap: 8px; flex-shrink: 0; }
.explorer-control { min-width: 44px; min-height: 44px; padding: 10px; display: inline-flex; justify-content: center; align-items: center; border: 1px solid var(--tt-control); border-radius: 4px; color: var(--tt-forest); background: var(--tt-white); cursor: pointer; font-size: .875rem; }
.explorer-control:hover { background: var(--tt-sage); }
.explorer-reset { padding-inline: 16px; }
.product-explorer .image-note { margin-top: 12px; }
@media (max-width: 1023px) {
  .shell { width: calc(100% - 64px); }
  .header-inner { min-height: 76px; gap: 24px; }
  .desktop-nav { gap: 20px; }
  .header-action { display: none; }
  .hero { column-gap: 32px; }
  .gallery-main > img { height: 420px; }
  .hero h1 { font-size: 2.5rem; }
  .hero-actions { gap: 12px; }
  .hero-footnote { margin-top: 24px; }
  .desktop-break { display: none; }
  .section-space { padding-block: 80px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading > div { align-items: start; }
  .ritual-layout { gap: 32px; grid-template-columns: 1fr 1fr; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.375rem; }
  .product, .story-layout, .questions { gap: 40px; }
  .product-copy { padding-top: 0; }
  .gallery-controls { flex-wrap: wrap; }
  .story h2 { font-size: 2rem; }
  .pillars { gap: 24px; }
  .site-footer { flex-wrap: wrap; }
}
@media (max-width: 639px) {
  .explorer-heading { display: block; }
  .explorer-heading > p { margin-top: 20px; }
  .explorer-stage { height: 420px; }
  .explorer-load { bottom: 24px; }
  .explorer-toolbar { flex-wrap: wrap; gap: 12px; }
  html { scroll-padding-top: 124px; }
  .shell { width: calc(100% - 40px); }
  .header-inner { min-height: 64px; }
  .brand, .brand img { width: 96px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; width: 44px; height: 44px; border: 0; background: transparent; color: var(--tt-forest); cursor: pointer; }
  .mobile-nav { padding: 8px 20px 20px; border-top: 1px solid var(--tt-line); }
  .mobile-nav a { display: flex; align-items: center; min-height: 48px; text-decoration: none; }
  .hero { grid-template-columns: 1fr; grid-template-areas: "heading" "gallery" "support"; gap: 20px; padding-block: 24px 32px; }
  .hero h1 { margin-block: 12px; }
  .hero-product { font-size: 1.125rem; margin-bottom: 0; }
  .hero-actions { margin-top: 20px; gap: 8px; }
  .hero-actions .tt-button { width: 100%; justify-content: space-between; }
  .hero-actions .text-link { margin-inline: auto; }
  .hero-footnote { display: none; }
  .gallery-main > img { height: clamp(220px, 38svh, 340px); }
  .gallery-caption { margin-top: 8px; }
  .hero-gallery .image-note { font-size: .75rem; }
  .lifestyle-image { max-height: 440px; }
  .intro-line { font-size: .75rem; }
  .intro-line span:last-child { display: none; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .section-space { padding-block: 48px; }
  .section-heading { gap: 20px; margin-bottom: 32px; }
  .section-heading > div { display: block; }
  .section-heading > div > p { margin-top: 20px; }
  .ritual-layout, .product, .story-layout, .questions { grid-template-columns: 1fr; gap: 32px; }
  .ritual-steps li { gap: 20px; }
  .ritual-steps p { max-width: none; }
  .product { gap: 40px; }
  .gallery-controls { flex-wrap: nowrap; gap: 12px; margin-top: 12px; }
  .gallery-thumb img { width: 56px; height: 56px; }
  .product-copy h2 { margin-top: 20px; }
  .story-top { margin-bottom: 24px; }
  .story-top img { width: 44px; height: 44px; }
  .pillars { grid-template-columns: 1fr; gap: 24px; margin-top: 32px; }
  .pillars h3 { margin-top: 4px; }
  .closing { padding-block: 48px; }
  .closing-inner { align-items: flex-start; flex-direction: column; }
  .site-footer nav { flex-wrap: wrap; gap: 8px 24px; }
  dialog { padding: 16px; }
  #restock-dialog { padding: 24px; }
}
@media (max-width: 639px) and (max-height: 650px) {
  .brand-line { display: none; }
  .hero { padding-top: 16px; gap: 16px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Preserve visible keyboard focus and readable forms at narrow/zoomed widths. */
:where(a, button, input, summary, [tabindex]) { scroll-margin-block: 24px; }
.field-error { margin-top: 8px; color: var(--tt-error); font-size: .875rem; }
#restock-contact[aria-invalid="true"] { border-color: var(--tt-error); }
#restock-contact::placeholder { color: var(--tt-muted); opacity: 1; }
#explorer-canvas model-viewer:focus-within { outline: 2px solid var(--tt-ink); outline-offset: -4px; }
.explorer-toolbar > p, .explorer-heading > p { min-width: 0; }
@media (max-width: 639px) {
  :where(a, button, input, summary, [tabindex]) { scroll-margin-top: 24px; }
  .mobile-nav { max-height: calc(100dvh - 100px); overflow-y: auto; }
}
@media (forced-colors: active) {
  .gallery-thumb[aria-pressed="true"] { outline: 3px solid Highlight; }
  #restock-contact[aria-invalid="true"] { outline: 2px dashed CanvasText; }
}

@media (max-width: 359px) {
  .gallery-controls { gap: 8px; }
  .gallery-thumb img { width: 48px; height: 48px; }
}
