:root {
  --bg: #ffffff;
  --ink: #111111;
  --muted: #666666;
  --line: rgba(17, 17, 17, .55);
  --gutter: clamp(24px, 8.9vw, 164px);
  --cell-pad: clamp(20px, 2.1vw, 38px);
  --sans: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  color-scheme: light;
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
  -webkit-font-smoothing: antialiased;
}
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-size: 15px; line-height: 1.8; }
body.locked, html.is-opening { overflow: hidden; }
a { color: inherit; text-decoration: none; text-underline-offset: 4px; }
button { padding: 0; color: inherit; background: none; border: 0; font: inherit; cursor: pointer; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: default; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }
img { display: block; max-width: 100%; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
p, h1, h2, h3 { margin: 0; }
[hidden] { display: none !important; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.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; top: -80px; left: 20px; z-index: 1200; padding: 12px 20px; background: var(--ink); color: var(--bg); }
.skip-link:focus { top: 12px; }
.frame { margin-inline: var(--gutter); border-inline: 1px solid var(--line); }
.grid-three { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-three > * + * { border-left: 1px solid var(--line); }
.eyebrow { display: block; font-size: 11px; line-height: 1.6; font-weight: 500; letter-spacing: .065em; }
.text-link { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; font-size: 13px; }
.text-link svg { width: 19px; height: 19px; }
.text-link:hover { text-decoration: underline; }
.pill, .button { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 47px; padding: 10px 20px; border: 1px solid var(--ink); border-radius: 50px; font-size: 12px; font-weight: 500; line-height: 1.6; transition: color .25s, background .25s; }
.pill svg, .button svg { width: 20px; height: 20px; }
.pill:hover, .button { background: var(--ink); color: var(--bg); }
.pill.filled { background: var(--ink); color: var(--bg); }
.pill.filled:hover, .button:hover { background: transparent; color: var(--ink); }
/* The opening logo uses the original artwork. Only its display color changes. */
.brand-intro { display: none; position: fixed; inset: 0; z-index: 1000; align-items: center; justify-content: center; isolation: isolate; }
.is-opening .brand-intro { display: flex; }
.intro-backdrop { position: absolute; inset: 0; z-index: -1; background: var(--bg); opacity: 1; transition: opacity .45s ease .7s; }
#intro-logo { width: min(78vw, 560px); height: auto; filter: brightness(0); transform-origin: center; will-change: transform; }
.intro-skip { position: absolute; bottom: max(24px, env(safe-area-inset-bottom)); right: var(--gutter); font-size: 12px; min-height: 44px; letter-spacing: .08em; }
.intro-skip span { margin-left: 12px; }
.is-opening #site-content { visibility: hidden; }
.is-opening.intro-revealing #site-content { visibility: visible; }
.is-opening .header-logo { visibility: hidden; }
.intro-revealing .intro-backdrop { opacity: 0; }
.intro-revealing .intro-skip { opacity: 0; pointer-events: none; transition: opacity .15s; }
/* Continuous ruled columns, from the header to the footer. */
.site-header { border-bottom: 1px solid var(--line); }
.header-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); height: clamp(104px, 9vw, 144px); }
.header-cell { display: flex; align-items: flex-start; min-width: 0; padding: 27px var(--cell-pad); }
.header-cell + .header-cell { border-left: 1px solid var(--line); }
.header-tagline { position: fixed; top: 27px; left: calc(var(--gutter) + var(--cell-pad)); z-index: 70; font-size: 12px; line-height: 30px; background: var(--bg); padding-inline: 7px; margin-left: -7px; }
.logo-cell { position: relative; justify-content: center; }
.header-logo { position: absolute; z-index: 60; top: 17px; left: 50%; width: clamp(144px, 17vw, 244px); transform: translateX(-50%); }
.header-logo img { width: 100%; height: auto; filter: brightness(0); }
.desktop-nav { position: fixed; z-index: 75; top: 25px; right: calc(var(--gutter) + var(--cell-pad) - 7px); display: flex; align-items: center; gap: clamp(12px, 1.4vw, 28px); padding: 0 7px; background: var(--bg); font-size: 12px; }
.desktop-nav > a { display: flex; align-items: center; min-height: 36px; transition: opacity .2s; }
.desktop-nav > a:hover { opacity: .55; }
.desktop-nav .shop-nav { margin-left: 1px; }
.shop-nav svg { width: 21px; height: 21px; }
.side-wordmark { position: fixed; z-index: 70; top: 28px; left: calc(var(--gutter) / 2); transform: translateX(-50%); writing-mode: vertical-rl; font-size: 10px; font-weight: 500; letter-spacing: .02em; line-height: 1; }
.menu-button, .mobile-nav { display: none; }
/* Large photographs with the reference's full-height arrows in the side rails. */
.showcase { border-bottom: 1px solid var(--line); }
.hero-stage { position: relative; }
.showcase-slides { position: relative; aspect-ratio: 16 / 9; min-height: 410px; overflow: hidden; touch-action: pan-y; }
.showcase-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .8s ease, visibility .8s; pointer-events: none; }
.showcase-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.hero-slide-link { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; }
.hero-slide-link::after { z-index: 2; content: ''; position: absolute; inset: 0 0 auto; height: 160px; background: linear-gradient(#fff, rgba(255,255,255,.97) 72%, transparent); pointer-events: none; }
.hero-slide-link > img { width: 100%; height: 100%; object-fit: cover; }
.hero-caption { position: absolute; z-index: 3; left: 6%; bottom: 13%; }
.hero-mineral .hero-caption { color: #fff; }
.hero-caption h2 { margin-top: 19px; font-size: clamp(34px, 4.55vw, 80px); font-weight: 500; letter-spacing: -.06em; line-height: .98; }
.hero-caption p { margin-top: 23px; font-size: clamp(12px, 1vw, 16px); letter-spacing: .05em; }
.hero-caption-link { display: inline-flex; align-items: center; gap: 40px; margin-top: 34px; font-size: 12px; padding-bottom: 5px; border-bottom: 1px solid currentColor; }
.hero-caption-link svg { width: 26px; }
.hero-slide-link:hover .hero-caption-link svg { transform: translateX(5px); }
.hero-caption-link svg { transition: transform .25s; }
.image-caption { position: absolute; z-index: 3; bottom: 15px; right: 20px; color: #c1c1b9; font-size: 10px; }
.hero-necklace .hero-slide-link { background: #f0f0f0; }
.hero-necklace .hero-slide-link > img { object-fit: contain; }
.hero-puni .hero-slide-link, .hero-soap .hero-slide-link { background: #f4f4f4; }
.hero-puni .hero-slide-link > img, .hero-soap .hero-slide-link > img { width: 61%; margin-left: 39%; object-fit: contain; }
.caption-label { left: 0; bottom: 0; padding: 24px 30px 28px; background: var(--bg); border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.caption-label h2 { font-size: clamp(25px, 3vw, 53px); letter-spacing: -.055em; }
.caption-label p { margin-top: 13px; font-size: 12px; }
.caption-label .hero-caption-link { margin-top: 22px; }
.hero-arrow { display: none; position: absolute; top: 0; width: var(--gutter); height: 100%; overflow: hidden; transition: background .2s; }
.carousel-ready .hero-arrow { display: block; }
.hero-arrow svg { width: 100%; height: 100%; stroke-linecap: butt; stroke-linejoin: miter; opacity: .8; }
.hero-arrow svg path { vector-effect: non-scaling-stroke; stroke-width: 1px; }
.hero-arrow:hover { background: var(--ink); color: var(--bg); }
.hero-prev { right: 100%; }
.hero-next { left: 100%; }
.showcase-controls { border-top: 1px solid var(--line); min-height: 95px; }
.control-cell { display: flex; align-items: center; min-width: 0; padding: 14px var(--cell-pad); }
.slide-status { gap: 10px; font-size: 11px; line-height: 1.4; }
#slide-current { font-size: 16px; font-variant-numeric: tabular-nums; }
.slide-total { color: var(--muted); }
#slide-name { margin-left: auto; max-width: 50%; font-size: 9px; letter-spacing: .04em; }
.slide-dots { justify-content: center; padding: 0; }
.slide-dot { display: flex; align-items: center; justify-content: center; width: 40px; height: 48px; }
.slide-dot span { display: block; width: 6px; height: 6px; border: 1px solid var(--ink); border-radius: 50%; transition: background .25s, transform .25s; }
.slide-dot[aria-current='true'] span { background: var(--ink); transform: scale(1.1); }
.control-end { justify-content: space-between; gap: 15px; }
#slide-play { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; font-size: 10px; }
.pause-icon { display: block; width: 8px; height: 10px; border-inline: 2px solid currentColor; }
.pause-icon.is-paused { width: 0; height: 0; border: 0; border-left: 8px solid currentColor; border-top: 5px solid transparent; border-bottom: 5px solid transparent; }
.scroll-prompt { display: flex; align-items: center; gap: 14px; font-size: 9px; line-height: 1.4; }
.scroll-prompt span { font-size: 19px; }
/* Material story and simple, verifiable reasons to choose the products. */
.about-section { border-bottom: 1px solid var(--line); }
.about-cell { padding: 40px var(--cell-pad) 42px; }
.about-title .eyebrow { margin-bottom: 32px; }
.about-title h1 { font-weight: 400; }
.about-title h1 span { display: block; font-size: clamp(14px, 1.55vw, 25px); line-height: 1.3; letter-spacing: -.025em; }
.about-title h1 strong { display: block; padding-block: 16px 23px; font-size: clamp(58px, 7.9vw, 126px); line-height: .83; letter-spacing: -.075em; font-weight: 700; }
.about-copy { display: flex; flex-direction: column; gap: 25px; font-size: 14px; line-height: 2; }
.copy-footnote { margin-top: auto; padding-top: 30px; font-size: 11px; color: var(--muted); }
.about-copy .text-link { margin-top: auto; padding-top: 12px; }
.benefit-grid { border-top: 1px solid var(--line); }
.benefit-grid article { padding: 28px var(--cell-pad) 31px; }
.benefit-grid h2 { margin: 22px 0 13px; font-size: clamp(14px, 1.3vw, 19px); font-weight: 500; line-height: 1.8; }
.benefit-grid p { font-size: 12px; line-height: 1.9; color: var(--muted); }
.material-note { border-top: 1px solid var(--line); padding: 17px var(--cell-pad) 19px; font-size: 10px; line-height: 1.9; color: var(--muted); }
.material-note p + p { margin-top: 6px; }
.material-note a { text-decoration: underline; }
.spacer-band { border-bottom: 1px solid var(--line); }
.spacer-band .frame { height: clamp(68px, 7vw, 118px); }
/* One product per ruled row, with a large image occupying two columns. */
.feature { border-bottom: 1px solid var(--line); }
.feature-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); }
.feature-info { padding: 36px var(--cell-pad) 40px; }
.feature-info h2 { margin-top: 40px; font-size: clamp(40px, 4.9vw, 81px); line-height: .88; letter-spacing: -.065em; font-weight: 700; }
.feature-info h2 small { display: block; margin-top: 22px; font-size: 13px; line-height: 1.9; font-weight: 400; letter-spacing: .04em; }
.feature-info > p:not(.eyebrow):not(.feature-price) { margin-top: 28px; font-size: 12px; line-height: 2; }
.feature-price { margin-top: 26px; font-size: 16px; line-height: 1.5; letter-spacing: -.02em; }
.feature-price small { margin-left: 7px; font-size: 10px; }
.feature-actions { display: grid; gap: 12px; margin-top: 27px; }
.feature-actions .pill { width: 100%; font-size: 11px; padding-inline: 16px; }
.feature-media { position: relative; display: flex; align-items: center; justify-content: center; min-width: 0; min-height: 580px; height: 100%; border-left: 1px solid var(--line); background: #f4f4f4; color: var(--ink); overflow: hidden; }
.feature-media img { position: absolute; inset: 0; width: 100%; height: 100%; padding: 20px 22px 50px; object-fit: contain; transition: transform .7s ease; }

.media-index { position: absolute; z-index: 2; bottom: 17px; left: 22px; font-size: 10px; letter-spacing: .04em; }
.care-gallery { border-bottom: 1px solid var(--line); }
.care-gallery > a { min-width: 0; }
.care-gallery > a > div { position: relative; aspect-ratio: 1.45; background: #f4f4f4; overflow: hidden; }
.care-gallery img { width: 100%; height: 100%; object-fit: contain; padding: 15px 20px; transition: transform .5s; }

.care-gallery > a > span { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; padding: 16px var(--cell-pad); font-size: 11px; border-top: 1px solid var(--line); }
.care-gallery small { margin-left: 5px; color: var(--muted); font-size: 10px; }
.care-gallery svg { margin-left: auto; width: 18px; height: 18px; }
/* Pointer-driven magnification is clipped to photographs; text stays above it. */
.photo-lens { display: none; position: absolute; z-index: 1; width: 150px; height: 150px; max-width: none; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(17,17,17,.18); }
@media (hover: hover) and (pointer: fine) {
  .photo-lens { display: block; }
  .photo-zoom-active { cursor: crosshair; }
}
/* Shop collection: four columns on desktop, two on small screens. */
.products-section { border-bottom: 1px solid var(--line); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding: 39px var(--cell-pad) 36px; }
.section-heading h2 { margin-top: 19px; font-size: clamp(35px, 4.5vw, 72px); letter-spacing: -.06em; font-weight: 500; line-height: 1; }
.section-heading h2 span { display: block; font-size: 12px; letter-spacing: .05em; margin-top: 17px; }
.section-heading > p { font-size: 12px; line-height: 1.9; }
.product-tools { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px var(--cell-pad); border-top: 1px solid var(--line); }
.filters { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.filter { position: relative; min-height: 44px; color: var(--muted); font-size: 12px; }
.filter::after { content: ''; position: absolute; bottom: 4px; left: 0; right: 0; height: 1px; background: currentColor; transform: scaleX(0); transition: transform .2s; }
.filter[aria-pressed='true'] { color: var(--ink); }
.filter[aria-pressed='true']::after, .filter:hover::after { transform: scaleX(1); }
.product-count { flex: 0 0 auto; font-size: 11px; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.product-card { display: flex; flex-direction: column; min-width: 0; border-bottom: 1px solid var(--line); }
.product-card:not(:nth-child(4n + 1)) { border-left: 1px solid var(--line); }
.product-image-link { display: block; position: relative; width: 100%; aspect-ratio: 1 / 1.14; overflow: hidden; background: #f4f4f4; color: #111210; }
.product-image-link img { width: 100%; height: 100%; object-fit: contain; padding: 21px 17px 24px; transition: transform .5s; }

.product-badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 3px 8px; border: 1px solid rgba(17,18,16,.3); background: rgba(255,255,255,.94); font-size: 9px; line-height: 1.6; }
.image-arrow { position: absolute; z-index: 2; right: 12px; bottom: 12px; display: flex; justify-content: center; align-items: center; width: 29px; height: 29px; border: 1px solid #111210; border-radius: 50%; background: rgba(255,255,255,.8); }
.image-arrow svg { width: 17px; height: 17px; }
.product-info { display: flex; flex-direction: column; flex: 1; padding: 23px 20px 20px; border-top: 1px solid var(--line); }
.product-category { font-size: 10px; color: var(--muted); letter-spacing: .07em; }
.product-info h3 { margin-top: 10px; font-size: 14px; font-weight: 500; line-height: 1.8; }
.product-desc { margin-top: 15px; font-size: 11px; line-height: 1.9; color: var(--muted); }
.product-bottom { margin-top: auto; padding-top: 22px; }
.price { font-size: 17px; letter-spacing: -.025em; line-height: 1.5; font-variant-numeric: tabular-nums; }
.price small { font-size: 10px; margin-left: 8px; letter-spacing: 0; }
.detail-link { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 44px; margin-top: 7px; font-size: 10px; }
.detail-link svg { width: 19px; height: 19px; }
.detail-link:hover { text-decoration: underline; }
.more-row { display: flex; justify-content: center; padding: 27px var(--cell-pad); }
.more-row .pill { min-width: 260px; justify-content: center; }
.more-row:has([hidden]) { padding-block: 0; }
.product-note { padding: 0 var(--cell-pad) 24px; font-size: 10px; color: var(--muted); }
.noscript-store { grid-column: 1 / -1; padding: 45px var(--cell-pad); text-decoration: underline; border-bottom: 1px solid var(--line); }
/* Shopping guide and the large, spare closing mark. */
.guide-section { border-bottom: 1px solid var(--line); }
.guide-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); }
.guide-copy { padding: 36px var(--cell-pad) 42px; }
.guide-copy h2 { margin-top: 35px; font-size: clamp(32px, 3.7vw, 61px); line-height: .97; letter-spacing: -.055em; font-weight: 500; }
.guide-copy > p:not(.eyebrow) { margin-top: 26px; font-size: 12px; line-height: 2; }
.guide-copy .pill { margin-top: 26px; width: 100%; font-size: 11px; padding-inline: 16px; }
.faq { border-left: 1px solid var(--line); }
.faq details + details { border-top: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 99px; padding: 27px var(--cell-pad); cursor: pointer; list-style: none; font-size: 13px; line-height: 1.9; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-size: 22px; line-height: 1; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.answer { padding: 0 var(--cell-pad) 30px; max-width: 700px; font-size: 13px; line-height: 2; color: var(--muted); }
.answer a { text-decoration: underline; }
.site-footer { background: var(--bg); }
.footer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.footer-grid > * { padding: 45px var(--cell-pad) 40px; min-width: 0; }
.footer-grid > * + * { border-left: 1px solid var(--line); }
.footer-brand { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.footer-brand > a { width: min(100%, 234px); }
.footer-brand img { width: 100%; height: auto; filter: brightness(0); }
.intro-replay { font-size: 10px; min-height: 44px; color: var(--muted); }
.intro-replay span { margin-left: 8px; }
.intro-replay:hover { color: var(--ink); }
.footer-links nav { display: grid; gap: 10px; font-size: clamp(22px, 2.6vw, 43px); font-weight: 400; line-height: 1.2; letter-spacing: -.03em; }
.footer-links nav a { width: fit-content; }
.footer-links nav a:hover { text-decoration: underline; text-decoration-thickness: 1px; }
.policy-links { display: grid; gap: 4px; margin-top: 35px; font-size: 11px; color: var(--muted); }
.policy-links a { padding-block: 5px; }
.policy-links a:hover { text-decoration: underline; }
.footer-contact { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 20px; padding: 14px 0; border-top: 1px solid var(--line); font-size: 13px; }
.footer-company h2 { font-size: clamp(18px, 1.8vw, 30px); letter-spacing: -.035em; line-height: 1.3; font-weight: 500; }
.footer-company p { margin-top: 23px; font-size: 12px; line-height: 2; }
.footer-company .text-link { margin-top: 10px; }
.footer-company .pill { width: 100%; margin-top: 29px; padding-inline: 16px; font-size: 11px; }
.footer-bottom { border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 24px; padding: 24px var(--cell-pad); color: var(--muted); font-size: 10px; }
/* Native dialog keeps keyboard focus inside the product details. */
.product-dialog { width: min(980px, calc(100% - 48px)); max-height: calc(100dvh - 64px); padding: 0; border: 1px solid var(--line); background: var(--bg); color: var(--ink); overflow-y: auto; overscroll-behavior: contain; }
.product-dialog::backdrop { background: rgba(0,0,0,.5); backdrop-filter: blur(5px); }
.dialog-inner { display: grid; grid-template-columns: .95fr 1.05fr; }
.dialog-media { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; min-width: 0; background: #f4f4f4; padding: 40px 25px; }
.dialog-media img { width: 100%; max-height: 660px; height: auto; object-fit: contain; }
.dialog-content { padding: 58px 37px 36px; }
.dialog-content h2 { margin: 15px 0 20px; font-size: 25px; line-height: 1.65; font-weight: 500; }
.dialog-content .price { font-size: 26px; }
.dialog-description { margin-top: 28px; font-size: 13px; line-height: 2; color: var(--muted); }
.specs { margin: 25px 0 28px; font-size: 12px; }
.spec-row { display: grid; grid-template-columns: 95px minmax(0, 1fr); gap: 13px; padding-block: 14px; border-top: 1px solid var(--line); }
.spec-row:last-child { border-bottom: 1px solid var(--line); }
.spec-row dt { color: var(--muted); }
.spec-row dd { margin: 0; overflow-wrap: anywhere; }
.dialog-actions .button { width: 100%; padding: 12px 18px; }
.stock-note { margin-top: 15px; font-size: 11px; line-height: 1.9; color: var(--muted); }
.dialog-consult { display: inline-block; margin-top: 21px; font-size: 12px; text-decoration: underline; }
.dialog-close { position: sticky; z-index: 2; display: flex; align-items: center; justify-content: center; top: 12px; width: 38px; height: 38px; margin: 12px 12px -50px auto; border: 1px solid var(--line); border-radius: 50%; background: var(--bg); }
.cursor-guide { display: none; position: fixed; inset: 0; z-index: 150; pointer-events: none; mix-blend-mode: difference; opacity: 0; transition: opacity .15s; }
.cursor-horizontal, .cursor-vertical { position: absolute; display: block; background: rgba(255,255,255,.13); }
.cursor-horizontal { top: var(--cursor-y, -2px); left: 0; right: 0; height: 1px; }
.cursor-vertical { left: var(--cursor-x, -2px); top: 0; bottom: 0; width: 1px; }
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .cursor-guide { display: block; }
  .cursor-visible .cursor-guide { opacity: 1; }
  .is-opening .cursor-guide, body.locked .cursor-guide { opacity: 0; }
}
@media (min-width: 1800px) {
  .feature-media { min-height: 700px; }
  .about-copy { font-size: 16px; }
}
@media (max-width: 1100px) {
  :root { --cell-pad: 20px; }
  .header-tagline { font-size: 10px; }
  .desktop-nav { gap: 12px; font-size: 11px; }
  .scroll-prompt { font-size: 8px; gap: 9px; }
  .feature-info h2 { font-size: 46px; }
  .feature-info { padding-top: 28px; }
  .feature-actions .pill, .guide-copy .pill, .footer-company .pill { font-size: 10px; padding-inline: 12px; gap: 10px; }
  .feature-media { min-height: 560px; }
  .product-info { padding-inline: 15px; }
  .product-info h3 { font-size: 13px; }
  .benefit-grid h2 { font-size: 14px; }
}
@media (max-width: 980px) {
  :root { --gutter: 6vw; }
  .header-grid { height: 96px; }
  .header-logo { width: 164px; top: 12px; }
  .desktop-nav { display: none; }
  .menu-button { position: fixed; top: 19px; right: calc(var(--gutter) + 11px); z-index: 92; display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid var(--line); background: var(--bg); border-radius: 50%; }
  .mobile-nav { position: fixed; z-index: 90; top: 0; left: 0; right: 0; padding: 88px calc(var(--gutter) + 20px) 32px; background: var(--bg); border-bottom: 1px solid var(--line); box-shadow: 0 30px 80px rgba(0,0,0,.12); }
  .mobile-nav.open { display: grid; }
  .mobile-nav a { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
  .mobile-nav a:last-child { border-bottom: 0; }
  .showcase-slides { min-height: 410px; }
  .hero-caption h2 { font-size: 44px; }
  .caption-label h2 { font-size: 30px; }
  .showcase-controls { min-height: 78px; }
  .control-cell { padding-inline: 13px; }
  #slide-name { display: none; }
  .scroll-prompt { max-width: 105px; }
  .about-title h1 strong { font-size: 74px; }
  .about-title h1 span { font-size: 14px; }
  .about-copy { font-size: 12px; }
  .about-cell { padding: 30px 20px; }
  .feature-info h2 { font-size: 43px; }
  .feature-info > p:not(.eyebrow):not(.feature-price) { font-size: 11px; }
  .feature-media { min-height: 540px; }
  .feature-info h2 small { font-size: 12px; }
  .care-gallery > a > span { padding-inline: 15px; }
  .care-gallery small { display: none; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card:not(:nth-child(4n + 1)) { border-left: 0; }
  .product-card:nth-child(even) { border-left: 1px solid var(--line); }
  .product-image-link { aspect-ratio: 1 / 1; }
  .product-info { padding: 22px; }
  .product-info h3 { font-size: 15px; }
  .product-desc { font-size: 12px; }
  .product-bottom { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
  .detail-link { width: auto; gap: 14px; margin: 0; }
  .guide-copy h2 { font-size: 35px; }
  .faq summary { min-height: 91px; font-size: 12px; }
  .footer-grid > * { padding: 30px 20px; }
  .footer-company .pill { flex-wrap: wrap; justify-content: center; }
  .footer-company p { font-size: 11px; }
}
@media (max-width: 680px) {
  :root { --gutter: 23px; --cell-pad: 20px; scroll-padding-top: 76px; }
  body { font-size: 14px; }
  .header-grid { height: 83px; }
  .header-cell { padding: 16px 9px; }
  .header-tagline { position: static; font-size: 8px; line-height: 1.65; max-width: 84px; padding: 0; margin: 0; }
  .header-logo { top: 9px; width: 130px; }
  .side-wordmark { left: 11px; top: 17px; font-size: 8px; }
  .menu-button { top: 13px; right: 32px; width: 34px; height: 34px; }
  .menu-button svg { width: 19px; height: 19px; }
  .mobile-nav { padding-top: 72px; }
  .showcase-slides { aspect-ratio: 4 / 5; min-height: 380px; max-height: 670px; }
  .hero-slide-link::after { height: 120px; }
  .hero-mineral .hero-slide-link > img { object-position: 63% center; }
  .hero-mineral .hero-slide-link::before { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.7), transparent 80%); pointer-events: none; }
  .hero-caption { left: 20px; right: 15px; bottom: 47px; }
  .hero-caption .eyebrow { font-size: 9px; }
  .hero-caption h2 { margin-top: 19px; font-size: clamp(34px, 9.1vw, 60px); }
  .hero-caption p { font-size: 10px; letter-spacing: 0; margin-top: 18px; }
  .hero-caption-link { margin-top: 24px; gap: 29px; font-size: 10px; }
  .image-caption { bottom: 12px; right: 15px; font-size: 9px; }
  .hero-necklace .hero-slide-link > img, .hero-puni .hero-slide-link > img, .hero-soap .hero-slide-link > img { width: 100%; height: calc(100% - 156px); margin-left: 0; padding: 56px 15px 9px; object-position: center; }
  .caption-label { bottom: 0; left: 0; right: 0; padding: 18px 20px 20px; border-right: 0; }
  .caption-label h2 { font-size: 29px; margin-top: 8px; }
  .caption-label p { font-size: 10px; margin-top: 12px; }
  .caption-label .hero-caption-link { margin-top: 14px; padding-bottom: 2px; }
  .caption-label .hero-caption-link svg { width: 19px; height: 19px; }
  .showcase-controls { grid-template-columns: 1fr 1.3fr 1fr; min-height: 67px; }
  .control-cell { padding: 10px; }
  .slide-status { gap: 6px; }
  #slide-current { font-size: 14px; }
  .slide-total { font-size: 9px; }
  .slide-dots { padding: 0; }
  .slide-dot { width: 28px; }
  .slide-dot span { width: 5px; height: 5px; }
  .control-end { justify-content: center; }
  .scroll-prompt { display: none; }
  #slide-play { gap: 7px; font-size: 10px; }
  .about-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-title { grid-column: 1 / -1; padding: 34px 20px 38px; border-bottom: 1px solid var(--line); }
  .about-title .eyebrow { margin-bottom: 27px; }
  .about-title h1 { display: flex; flex-wrap: wrap; align-items: end; gap: 17px 14px; }
  .about-title h1 span:first-child { flex: 0 0 100%; font-size: 16px; }
  .about-title h1 strong { padding: 0; font-size: clamp(75px, 18vw, 115px); }
  .about-title h1 span:last-child { flex: 1; font-size: 13px; padding-bottom: 6px; }
  .about-grid > .about-copy { padding: 27px 17px; font-size: 12px; line-height: 1.95; gap: 20px; }
  .about-grid > .about-copy:nth-child(2) { border-left: 0; }
  .copy-footnote { padding-top: 10px; font-size: 10px; }
  .about-copy .text-link { gap: 5px; font-size: 10px; line-height: 1.8; }
  .about-copy .text-link svg { width: 16px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { display: grid; grid-template-columns: 85px minmax(0, 1fr); gap: 9px 14px; padding: 23px 19px; }
  .benefit-grid > article + article { border-left: 0; border-top: 1px solid var(--line); }
  .benefit-grid .eyebrow { grid-row: 1 / 3; font-size: 9px; line-height: 1.8; padding-top: 2px; }
  .benefit-grid h2 { font-size: 13px; margin: 0; }
  .benefit-grid p { font-size: 11px; }
  .material-note { padding: 18px 19px; font-size: 9px; }
  .spacer-band .frame { height: 57px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-info { padding: 29px 21px 30px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0 18px; }
  .feature-info > .eyebrow { grid-column: 1 / -1; font-size: 9px; }
  .feature-info h2 { grid-row: 2 / 4; margin-top: 24px; font-size: clamp(38px, 10vw, 60px); }
  .feature-info h2 small { font-size: 10px; margin-top: 15px; letter-spacing: 0; }
  .feature-info > p:not(.eyebrow):not(.feature-price) { margin-top: 24px; font-size: 11px; }
  .feature-price { font-size: 15px; margin-top: 15px; align-self: end; }
  .feature-price small { font-size: 9px; margin-left: 4px; }
  .feature-actions { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 25px; }
  .feature-actions .pill { font-size: 9px; min-height: 43px; padding: 9px 12px; gap: 5px; }
  .feature-actions .pill svg { width: 17px; height: 17px; }
  .feature-media { border-left: 0; border-top: 1px solid var(--line); height: auto; min-height: 0; aspect-ratio: 1 / 1.1; }
  .feature-media img { padding: 18px 17px 41px; }
  .media-index { bottom: 13px; left: 17px; font-size: 8px; }
  .care-gallery > a > div { aspect-ratio: 1 / 1.1; }
  .care-gallery img { padding: 9px 8px; }
  .care-gallery > a > span { padding: 10px; gap: 4px; font-size: 8px; }
  .care-gallery svg { width: 13px; height: 13px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 21px; padding: 32px 20px; }
  .section-heading h2 { font-size: 40px; }
  .section-heading h2 span { font-size: 11px; margin-top: 14px; }
  .section-heading .eyebrow { font-size: 9px; }
  .section-heading > p { font-size: 11px; }
  .product-tools { display: block; padding: 11px 16px; }
  .filters { gap: 6px 18px; }
  .filter { font-size: 10px; }
  .product-count { font-size: 9px; margin-top: 8px; padding-bottom: 4px; }
  .product-image-link { aspect-ratio: 1 / 1.2; }
  .product-image-link img { padding: 28px 10px 22px; }
  .product-badge { top: 8px; left: 8px; font-size: 8px; padding: 2px 5px; }
  .image-arrow { bottom: 9px; right: 9px; width: 24px; height: 24px; }
  .image-arrow svg { width: 14px; height: 14px; }
  .product-info { padding: 17px 13px 13px; }
  .product-category { font-size: 8px; }
  .product-info h3 { font-size: 12px; margin-top: 8px; }
  .product-desc { font-size: 10px; margin-top: 12px; }
  .product-bottom { display: block; padding-top: 18px; }
  .price { font-size: 15px; }
  .price small { font-size: 8px; margin-left: 5px; }
  .detail-link { width: 100%; font-size: 9px; margin-top: 5px; }
  .more-row { padding: 25px 18px; }
  .more-row .pill { min-width: 0; width: 100%; max-width: 290px; font-size: 11px; }
  .product-note { padding-inline: 17px; font-size: 9px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-copy { padding: 30px 20px; }
  .guide-copy h2 { margin-top: 25px; font-size: 47px; }
  .guide-copy .pill { width: auto; gap: 40px; padding-inline: 18px; font-size: 11px; }
  .faq { border-left: 0; border-top: 1px solid var(--line); }
  .faq summary { min-height: 82px; font-size: 12px; padding: 22px 20px; gap: 16px; }
  .faq summary span { font-size: 20px; }
  .answer { padding: 0 20px 25px; font-size: 12px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; padding: 39px 20px 20px; border-bottom: 1px solid var(--line); gap: 14px; }
  .footer-brand > a { width: 206px; }
  .footer-links { padding: 28px 17px; }
  .footer-grid > .footer-links { border-left: 0; }
  .footer-links nav { font-size: 24px; gap: 13px; }
  .policy-links { margin-top: 29px; font-size: 9px; gap: 9px; }
  .footer-contact { font-size: 11px; margin-top: 17px; }
  .footer-contact svg { width: 18px; height: 18px; }
  .footer-grid > .footer-company { padding: 29px 17px; }
  .footer-company h2 { font-size: 17px; }
  .footer-company p { font-size: 10px; margin-top: 22px; }
  .footer-company .text-link { font-size: 11px; gap: 8px; }
  .footer-company .pill { font-size: 9px; margin-top: 23px; gap: 2px; padding-inline: 8px; border-radius: 24px; }
  .footer-company .pill svg { width: 16px; height: 16px; }
  .footer-bottom { padding: 21px 16px; flex-direction: column; gap: 10px; font-size: 9px; }
  .product-dialog { width: calc(100% - 30px); max-height: calc(100dvh - 30px); }
  .dialog-inner { grid-template-columns: 1fr; }
  .dialog-media { height: 320px; padding: 27px; }
  .dialog-media img { width: 100%; height: 100%; object-fit: contain; }
  .dialog-content { padding: 31px 24px 35px; }
  .dialog-content h2 { font-size: 21px; }
  .dialog-content .price { font-size: 24px; }
  .spec-row { grid-template-columns: 85px minmax(0, 1fr); }
  .dialog-close { margin-right: 10px; right: 10px; top: 10px; }
}
@media (max-width: 360px) {
  :root { --gutter: 17px; }
  .side-wordmark { left: 8px; }
  .menu-button { right: 25px; }
  .header-logo { width: 116px; }
  .header-tagline { font-size: 7px; }
  .hero-caption h2 { font-size: 32px; }
  .feature-info { padding-inline: 15px; gap: 0 12px; }
  .feature-info h2 { font-size: 36px; }
  .feature-actions { grid-template-columns: 1fr; }
  .feature-actions .pill { font-size: 11px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-grid > .about-copy + .about-copy { border-left: 0; border-top: 1px solid var(--line); }
  .benefit-grid article { grid-template-columns: 75px minmax(0, 1fr); gap: 10px; padding-inline: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; transition-delay: 0ms !important; }
  .cursor-guide { display: none; }
}
