:root {
  --ink: #2f2a25;
  --muted: #736b63;
  --paper: #fcfaf6;
  --sand: #f4ede4;
  --sand-deep: #e8dacc;
  --terracotta: #b85f3d;
  --terracotta-dark: #96472d;
  --sage: #68705a;
  --sage-dark: #41483a;
  --cream: #fffdf9;
  --line: rgba(47, 42, 37, .15);
  --shadow: 0 24px 70px rgba(68, 47, 32, .14);
  --radius: 22px;
  --serif: Georgia, "Noto Serif SC", "Songti SC", serif;
  --sans: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; line-height: 1.15; letter-spacing: -.035em; }
h2 { font-size: clamp(2.25rem, 4.1vw, 4.4rem); }
:focus-visible { outline: 3px solid rgba(184, 95, 61, .42); outline-offset: 4px; }
[hidden] { display: none !important; }

.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow { margin-bottom: 16px; color: var(--terracotta); font-size: .72rem; line-height: 1.2; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

.announcement { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 7px 24px; color: #fff7ef; background: var(--sage-dark); font-size: .76rem; letter-spacing: .025em; }
.announcement strong { color: #f5d9c9; }
.announcement a { border-bottom: 1px solid rgba(255,255,255,.48); }

.site-header { position: sticky; top: 0; z-index: 60; border-bottom: 1px solid rgba(47,42,37,.08); background: rgba(252,250,246,.9); backdrop-filter: blur(18px); }
.nav-shell { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: var(--terracotta); }
.brand-mark svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.frame-mark { position: relative; width: 39px; height: 45px; border: 2px solid currentColor; }
.frame-mark::before { content: ""; position: absolute; inset: 5px; border: 1px solid currentColor; opacity: .75; }
.frame-mark > span { position: absolute; left: 50%; top: 50%; width: 8px; height: 8px; border: 1px solid currentColor; border-radius: 50%; transform: translate(-50%, -50%); }
.brand b { display: block; font-family: var(--serif); font-size: 1.2rem; line-height: 1.1; letter-spacing: .05em; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: .54rem; letter-spacing: .16em; }
.primary-nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 40px); }
.primary-nav a { position: relative; padding: 26px 0; font-size: .87rem; font-weight: 650; }
.primary-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 20px; height: 1px; background: var(--terracotta); transition: left .2s, right .2s; }
.primary-nav a:hover::after { left: 0; right: 0; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.text-button { padding: 5px 0; border: 0; border-bottom: 1px solid currentColor; background: none; cursor: pointer; font-size: .8rem; font-weight: 700; }
.cart-button { display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; cursor: pointer; font-size: .82rem; font-weight: 750; transition: .2s; }
.cart-button:hover { color: white; background: var(--ink); }
.cart-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cart-count { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--terracotta); font-size: .67rem; }
.icon-button, .mobile-menu-button { display: none; }

.hero { overflow: hidden; padding: 52px 0 76px; background: linear-gradient(112deg, var(--sand) 0 52%, #ead6c4 52% 100%); }
.hero-grid { min-height: 620px; display: grid; grid-template-columns: .83fr 1.17fr; align-items: stretch; gap: 50px; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 48px 0 25px; }
.hero-copy h1 { margin-bottom: 28px; font-size: clamp(3.5rem, 6vw, 6.3rem); }
.hero-copy h1 em { color: var(--terracotta); font-weight: 400; }
.hero-lead { max-width: 620px; color: #665c54; font-size: 1.08rem; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 46px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 750; font-size: .9rem; transition: transform .2s, background .2s, color .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--terracotta); border-color: var(--terracotta); box-shadow: 0 12px 26px rgba(151,71,45,.18); }
.button-primary:hover { background: var(--terracotta-dark); border-color: var(--terracotta-dark); }
.button-ghost { background: transparent; border-color: var(--line); }
.button-ghost:hover { background: rgba(255,255,255,.55); border-color: rgba(47,42,37,.4); }
.button-small { min-height: 38px; padding: 8px 15px; font-size: .76rem; }
.button-full { width: 100%; }
.hero-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 0; margin: 0; list-style: none; }
.hero-points li { padding-top: 12px; border-top: 1px solid rgba(47,42,37,.2); color: var(--muted); font-size: .72rem; font-weight: 700; }
.hero-points span { margin-right: 7px; color: var(--terracotta); font-size: .62rem; }
.hero-visual { position: relative; min-width: 0; border-radius: 240px 240px 30px 30px; overflow: hidden; box-shadow: var(--shadow); }
.hero-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-note { position: absolute; z-index: 2; right: 24px; bottom: 24px; min-width: 205px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.55); background: rgba(255,252,245,.88); backdrop-filter: blur(12px); }
.hero-note span, .hero-note small { display: block; color: var(--muted); font-size: .67rem; }
.hero-note strong { display: block; margin: 3px 0; font-family: var(--serif); font-size: 1.05rem; }

.trust-bar { border-bottom: 1px solid var(--line); background: var(--cream); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 24px 20px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.line-icon { width: 32px; height: 32px; display: grid; place-items: center; color: var(--terracotta); border: 1px solid rgba(184,95,61,.35); border-radius: 50%; }
.trust-grid p { margin: 0; line-height: 1.25; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-size: .82rem; }
.trust-grid small { margin-top: 4px; color: var(--muted); font-size: .66rem; }

.section-heading { margin-bottom: 46px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.section-heading h2 { max-width: 830px; margin-bottom: 0; }
.split-heading > p { max-width: 480px; margin: 0 0 7px; color: var(--muted); line-height: 1.9; }
.centered-heading { max-width: 850px; margin-inline: auto; text-align: center; }
.centered-heading > p:last-child { color: var(--muted); }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.filter-button { padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: .78rem; font-weight: 700; transition: .2s; }
.filter-button:hover, .filter-button.is-active { color: white; border-color: var(--sage-dark); background: var(--sage-dark); }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.product-card { min-width: 0; border: 1px solid rgba(47,42,37,.1); background: var(--cream); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(68,47,32,.11); }
.product-media { position: relative; aspect-ratio: 1.3; overflow: hidden; background: var(--sand); }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.product-card:hover .product-media img { transform: scale(1.025); }
.product-badge { position: absolute; top: 15px; left: 15px; padding: 6px 10px; color: var(--sage-dark); background: rgba(255,253,249,.88); border: 1px solid rgba(255,255,255,.6); backdrop-filter: blur(8px); font-size: .65rem; font-weight: 800; letter-spacing: .04em; }
.product-info { padding: 22px 22px 20px; }
.product-topline { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.product-title h3 { margin-bottom: 5px; font-family: var(--serif); font-size: 1.4rem; font-weight: 500; }
.product-title p { margin-bottom: 0; color: var(--muted); font-size: .75rem; }
.product-price { flex-shrink: 0; font-family: var(--serif); font-size: 1.3rem; }
.product-price small { color: var(--muted); font-family: var(--sans); font-size: .62rem; }
.product-summary { min-height: 50px; margin: 16px 0; color: var(--muted); font-size: .82rem; }
.product-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.product-meta span { padding: 5px 8px; background: var(--sand); color: #655b54; font-size: .66rem; }
.product-actions { display: grid; grid-template-columns: 1fr; }
.product-actions button { min-height: 46px; padding: 10px 16px; border: 1px solid var(--ink); background: transparent; cursor: pointer; font-weight: 750; font-size: .78rem; transition: .2s; }
.product-actions .quick-add { color: white; background: var(--ink); }
.product-actions button:hover { color: white; background: var(--terracotta); border-color: var(--terracotta); }

.story-band { padding: 92px 0; color: #f7eee4; background: var(--sage-dark); }
.story-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.story-quote { position: relative; padding-left: 65px; }
.story-quote > span { position: absolute; left: 0; top: -30px; color: #dba78e; font-family: var(--serif); font-size: 6rem; line-height: 1; }
.story-quote h2 { margin: 0; font-size: clamp(2.4rem, 4.5vw, 4.6rem); }
.story-copy p { color: rgba(255,255,255,.68); line-height: 1.9; }
.story-copy a { display: inline-block; margin-top: 10px; color: #f2c8b2; border-bottom: 1px solid rgba(242,200,178,.4); font-size: .82rem; font-weight: 750; }

.process-section { background: var(--sand); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding: 0; margin: 60px 0 30px; background: var(--line); list-style: none; border: 1px solid var(--line); }
.process-grid li { position: relative; min-height: 330px; padding: 32px 27px; background: var(--paper); }
.process-grid li > span { position: absolute; top: 24px; right: 24px; color: #b7aaa0; font-family: var(--serif); font-size: .85rem; }
.process-icon { width: 57px; height: 57px; display: grid; place-items: center; margin: 22px 0 50px; color: var(--terracotta); border: 1px solid rgba(184,95,61,.35); border-radius: 50%; font-family: var(--serif); font-size: 1.4rem; }
.process-grid h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 1.22rem; font-weight: 500; }
.process-grid p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.85; }
.process-note { padding: 18px 22px; border: 1px solid rgba(184,95,61,.24); background: rgba(255,255,255,.45); color: #675d55; font-size: .78rem; }
.process-note strong { color: var(--terracotta-dark); }

.material-section { padding-top: 30px; }
.material-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.material-grid article { min-height: 260px; padding: 30px 25px; border-right: 1px solid var(--line); background: var(--cream); }
.material-grid article:last-child { border-right: 0; }
.material-grid article > span { display: block; margin-bottom: 55px; color: var(--terracotta); font-family: var(--serif); font-size: .8rem; }
.material-grid h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 1.2rem; font-weight: 500; }
.material-grid p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.85; }

.about-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 32px; }
.about-card, .company-card { padding: clamp(34px, 5vw, 62px); border: 1px solid var(--line); }
.about-card { background: var(--cream); }
.about-card h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.about-card > p:not(.eyebrow) { max-width: 640px; color: var(--muted); line-height: 1.95; }
.studio-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 45px; padding-top: 30px; border-top: 1px solid var(--line); }
.studio-stats strong, .studio-stats span { display: block; }
.studio-stats strong { color: var(--terracotta); font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.studio-stats span { color: var(--muted); font-size: .7rem; }
.company-card { background: var(--sand); }
.card-label { display: inline-block; margin-bottom: 24px; padding: 6px 9px; color: #fff; background: var(--sage-dark); font-size: .67rem; font-weight: 800; }
.company-card dl { margin: 0; }
.company-card dl div { display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.company-card dt { color: var(--muted); font-size: .73rem; }
.company-card dd { margin: 0; font-size: .8rem; font-weight: 650; }
.company-card a { border-bottom: 1px solid rgba(47,42,37,.25); }

.compliance-section { padding-top: 30px; }
.compliance-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.compliance-grid h2 { margin-bottom: 22px; }
.compliance-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); line-height: 1.9; }
.check-list { padding: 0; margin: 30px 0 0; list-style: none; }
.check-list li { position: relative; padding: 12px 0 12px 29px; border-bottom: 1px solid var(--line); font-size: .82rem; }
.check-list li::before { content: "✓"; position: absolute; left: 2px; color: var(--terracotta); font-weight: 800; }
.refusal-card { padding: 38px; color: #f8efe7; background: #392f29; }
.refusal-card h3 { margin-bottom: 22px; font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.refusal-card ul { padding-left: 20px; }
.refusal-card li { margin-bottom: 14px; color: rgba(255,255,255,.7); font-size: .78rem; line-height: 1.8; }
.refusal-card strong { color: #f0c7b2; }
.refusal-card > p { margin: 24px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); color: white; font-size: .76rem; }

.faq-section { background: var(--sand); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro h2 { font-size: clamp(2.4rem, 3.6vw, 3.8rem); }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.faq-intro .button { margin-top: 18px; }
.accordion-item { border-top: 1px solid var(--line); }
.accordion-item:last-child { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 23px 0; border: 0; background: none; cursor: pointer; text-align: left; font-family: var(--serif); font-size: 1.15rem; }
.accordion-item button b { color: var(--terracotta); font-family: var(--sans); font-size: 1.25rem; font-weight: 400; }
.accordion-panel { padding: 0 45px 23px 0; }
.accordion-panel p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.9; }

.contact-section { color: #f8efe7; background: var(--sage-dark); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.contact-intro h2 { color: white; }
.contact-intro > p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.67); }
.contact-details { margin-top: 45px; }
.contact-details > * { display: block; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.15); }
.contact-details > *:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-details span, .contact-details strong, .contact-details small { display: block; }
.contact-details span { margin-bottom: 5px; color: #e1b89f; font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-details strong { font-family: var(--serif); font-size: 1.05rem; font-weight: 500; }
.contact-details small { margin-top: 3px; color: rgba(255,255,255,.55); font-size: .68rem; }
.contact-form { padding: clamp(28px, 4vw, 46px); color: var(--ink); background: var(--paper); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
input[readonly] { color: #655d55; background: #eee9e1; cursor: not-allowed; }
label { display: block; margin-bottom: 15px; font-size: .72rem; font-weight: 750; }
input, textarea, select { width: 100%; margin-top: 7px; padding: 12px 13px; color: var(--ink); border: 1px solid rgba(47,42,37,.22); border-radius: 0; outline: none; background: #fff; font-weight: 400; font-size: .82rem; transition: border .2s, box-shadow .2s; }
input:focus, textarea:focus, select:focus { border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(184,95,61,.1); }
textarea { resize: vertical; }
.field-note { display: block; margin-top: 6px; color: var(--muted); font-size: .62rem; font-weight: 500; line-height: 1.55; }
.check-control { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0; color: var(--muted); font-weight: 500; line-height: 1.65; }
.check-control input { width: 17px; height: 17px; flex: 0 0 auto; margin: 3px 0 0; accent-color: var(--terracotta); }
.check-control a { color: var(--terracotta-dark); text-decoration: underline; }
.form-status { margin: 14px 0 0; text-align: center; font-size: .75rem; }

.site-footer { padding: 70px 0 28px; color: rgba(255,255,255,.72); background: #28221e; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 55px; }
.brand-light { color: white; }
.brand-light small { color: rgba(255,255,255,.55); }
.footer-brand > p { max-width: 390px; margin: 22px 0 0; font-size: .75rem; }
.footer-warning { color: #d6a88f; }
.footer-grid h3 { margin: 8px 0 19px; color: white; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a, .footer-grid > div:not(:first-child) button { display: block; margin: 11px 0; padding: 0; color: rgba(255,255,255,.62); border: 0; background: none; cursor: pointer; font-size: .73rem; text-align: left; }
.footer-grid a:hover, .footer-grid button:hover { color: white !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .65rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 18px; }

.drawer-backdrop { position: fixed; z-index: 90; inset: 0; visibility: hidden; opacity: 0; background: rgba(31,25,21,.5); backdrop-filter: blur(3px); transition: .3s; }
.drawer-backdrop.is-open { visibility: visible; opacity: 1; }
.cart-drawer { position: fixed; z-index: 100; top: 0; right: 0; width: min(480px, 100%); height: 100dvh; display: flex; flex-direction: column; padding: 29px; background: var(--paper); transform: translateX(105%); transition: transform .35s ease; box-shadow: -25px 0 70px rgba(29,23,19,.18); }
.cart-drawer.is-open { transform: translateX(0); }
.drawer-header { display: flex; justify-content: space-between; align-items: start; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 0; font-size: 2rem; }
.cart-count-inline { color: var(--terracotta); font-family: var(--sans); font-size: .85rem; }
.close-button { width: 38px; height: 38px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 1.6rem; line-height: 1; transition: .2s; }
.close-button:hover { color: white; background: var(--ink); }
.cart-items { flex: 1; overflow: auto; }
.cart-item { display: grid; grid-template-columns: 86px 1fr auto; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 86px; height: 86px; object-fit: cover; }
.cart-item h3 { margin: 0 0 4px; font-family: var(--serif); font-size: .96rem; font-weight: 500; }
.cart-item p { margin: 0; color: var(--muted); font-size: .65rem; line-height: 1.5; }
.quantity-control { display: inline-flex; align-items: center; margin-top: 10px; border: 1px solid var(--line); }
.quantity-control button { width: 27px; height: 25px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.quantity-control span { min-width: 24px; text-align: center; font-size: .7rem; }
.cart-item > div:last-child { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
.remove-item { padding: 0; color: var(--muted); border: 0; background: none; cursor: pointer; font-size: .65rem; text-decoration: underline; }
.cart-item-price { font-size: .8rem; font-weight: 800; }
.cart-empty { margin: auto; padding: 60px 20px; text-align: center; }
.cart-empty > span { color: var(--terracotta); font-family: var(--serif); font-size: 3rem; }
.cart-empty h3 { margin-bottom: 5px; font-family: var(--serif); font-weight: 500; }
.cart-empty p { margin-bottom: 25px; color: var(--muted); font-size: .77rem; }
.cart-summary { padding-top: 20px; border-top: 1px solid var(--line); }
.cart-summary > div:not(.cart-total):not(.cod-seal) { display: flex; justify-content: space-between; margin: 7px 0; font-size: .75rem; }
.cart-summary > p { color: var(--muted); font-size: .65rem; }
.cart-total { display: flex; justify-content: space-between; margin: 17px 0; padding-top: 16px; border-top: 1px solid var(--line); }
.cart-total strong { font-family: var(--serif); font-size: 1.35rem; }
.cod-seal { margin-top: 12px; padding: 9px; text-align: center; color: var(--sage-dark); background: #e7eadf; font-size: .67rem; font-weight: 750; }

dialog { color: var(--ink); }
dialog::backdrop { background: rgba(31,25,21,.62); backdrop-filter: blur(5px); }
.modal { width: min(1030px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; border: 0; background: var(--paper); box-shadow: var(--shadow); overflow: auto; }
.modal-close { position: sticky; z-index: 5; float: right; top: 18px; right: 18px; margin: 18px 18px -56px 0; background: rgba(255,255,255,.88); backdrop-filter: blur(8px); }
.product-modal { width: min(1180px, calc(100% - 32px)); }
.product-modal-layout { display: grid; grid-template-columns: minmax(380px, .88fr) minmax(0, 1.12fr); align-items: start; min-height: 720px; }
.product-modal-media { position: sticky; top: 0; min-height: 720px; padding: 34px; background: var(--sand); }
.product-modal-media img { width: 100%; aspect-ratio: 1; object-fit: cover; box-shadow: 0 20px 55px rgba(68,47,32,.13); }
.product-modal-media p { margin: 17px 3px 0; color: var(--muted); font-size: .62rem; line-height: 1.6; }
.product-modal-info { min-width: 0; padding: 46px 48px 32px; }
.product-modal-info h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.15rem); }
.product-detail-header { display: flex; justify-content: space-between; gap: 24px; padding-right: 30px; }
.product-detail-header .eyebrow { margin-bottom: 10px; }
.product-detail-price { min-width: 82px; flex: 0 0 auto; padding-top: 4px; text-align: right; }
.product-detail-price span, .product-detail-price strong { display: block; }
.product-detail-price span { color: var(--muted); font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; }
.product-detail-price strong { color: var(--terracotta); font-family: var(--serif); font-size: 1.65rem; font-weight: 500; }
.modal-description { max-width: 690px; margin: 22px 0; color: var(--muted); font-size: .8rem; line-height: 1.85; }
.product-facts { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-facts div { min-height: 78px; padding: 14px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-facts span, .product-facts strong { display: block; }
.product-facts span { margin-bottom: 3px; color: var(--muted); font-size: .6rem; text-transform: uppercase; letter-spacing: .07em; }
.product-facts strong { font-size: .7rem; line-height: 1.5; }
.detail-note-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 20px 0 24px; }
.detail-note-grid span { display: block; margin-bottom: 4px; color: var(--terracotta-dark); font-size: .63rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.detail-note-grid p { margin: 0; color: var(--muted); font-size: .68rem; line-height: 1.7; }
.customize-box { padding: 22px; border: 1px solid rgba(47,42,37,.09); background: var(--sand); }
.customize-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 15px; }
.customize-heading span { display: block; color: var(--terracotta); font-size: .58rem; font-weight: 800; letter-spacing: .1em; }
.customize-heading h3 { margin: 2px 0 0; font-family: var(--serif); font-size: 1.2rem; font-weight: 500; }
.customize-heading small { padding: 5px 8px; color: var(--sage-dark); background: #e4e8dd; font-size: .58rem; font-weight: 750; white-space: nowrap; }
.customize-box .check-control { margin-bottom: 0; font-size: .64rem; }
.modal-purchase { position: sticky; bottom: 0; z-index: 2; margin-top: 12px; padding: 8px 0 0; background: linear-gradient(transparent, var(--paper) 14%); }
.modal-purchase > p { margin: 8px 0 0; color: var(--muted); text-align: center; font-size: .59rem; }
.modal-actions { display: grid; grid-template-columns: 112px 1fr; gap: 10px; padding-top: 10px; }
.quantity-select { display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); }
.quantity-select button { width: 34px; height: 100%; border: 0; background: transparent; cursor: pointer; font-size: 1rem; }
.quantity-select span { font-size: .8rem; font-weight: 750; }

.checkout-modal { max-width: 1100px; padding: 55px; }
.checkout-heading { padding-right: 50px; }
.checkout-heading h2 { margin-bottom: 10px; font-size: 2.8rem; }
.checkout-heading > p:last-child { max-width: 750px; color: var(--muted); font-size: .8rem; }
.checkout-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 45px; margin-top: 35px; }
.checkout-fields h3 { display: flex; align-items: center; gap: 10px; margin: 30px 0 18px; font-family: var(--serif); font-size: 1.15rem; font-weight: 500; }
.checkout-fields h3:first-child { margin-top: 0; }
.checkout-fields h3 span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--terracotta); font-family: var(--sans); font-size: .7rem; }
.payment-choice { position: relative; display: flex; align-items: center; gap: 12px; padding: 17px; border: 1px solid var(--terracotta); background: #fff7f0; }
.payment-choice > input { position: absolute; opacity: 0; pointer-events: none; }
.payment-radio { width: 17px; height: 17px; flex: 0 0 auto; border: 5px solid var(--terracotta); border-radius: 50%; background: white; }
.payment-choice > span:nth-of-type(2) { flex: 1; }
.payment-choice strong, .payment-choice small { display: block; }
.payment-choice small { margin-top: 3px; color: var(--muted); font-weight: 400; }
.payment-choice b { color: var(--terracotta); }
.checkout-summary { position: sticky; top: 0; align-self: start; padding: 26px; background: var(--sand); }
.checkout-summary > h3 { margin-bottom: 20px; font-family: var(--serif); font-weight: 500; }
.checkout-item { display: grid; grid-template-columns: 48px 1fr auto; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); }
.checkout-item img { width: 48px; height: 48px; object-fit: cover; }
.checkout-item p { margin: 0; font-size: .68rem; line-height: 1.4; }
.checkout-item small { color: var(--muted); }
.checkout-item strong { font-size: .7rem; }
.summary-line { display: flex; justify-content: space-between; margin: 10px 0; font-size: .75rem; }
.summary-line.total { margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); }
.summary-line.total strong { color: var(--terracotta); font-family: var(--serif); font-size: 1.3rem; }
.checkout-summary > p { color: var(--muted); font-size: .65rem; }

.tracking-modal { width: min(520px, calc(100% - 32px)); padding: 48px; }
.tracking-modal h2 { margin-bottom: 8px; font-size: 2.5rem; }
.tracking-modal > p:not(.eyebrow) { color: var(--muted); font-size: .78rem; }
.tracking-result { margin-top: 18px; }
.tracking-card { padding: 18px; border: 1px solid var(--line); background: var(--sand); }
.tracking-card strong, .tracking-card span { display: block; }
.tracking-card span { color: var(--muted); font-size: .7rem; }
.tracking-card strong { margin: 3px 0 10px; }
.tracking-error { padding: 12px; color: #8a3526; background: #f8ded5; font-size: .75rem; }
.success-modal { width: min(520px, calc(100% - 32px)); padding: 55px; text-align: center; }
.success-symbol { width: 65px; height: 65px; display: grid; place-items: center; margin: 0 auto 20px; color: white; background: var(--sage); border-radius: 50%; font-size: 1.6rem; }
.success-modal h2 { margin-bottom: 10px; font-size: 2.5rem; }
.success-modal > p:not(.eyebrow) { color: var(--muted); font-size: .8rem; }
.order-code { display: grid; grid-template-columns: 1fr auto; margin: 25px 0; padding: 15px; background: var(--sand); text-align: left; }
.order-code span { grid-column: 1 / -1; color: var(--muted); font-size: .65rem; }
.order-code strong { font-size: 1rem; letter-spacing: .06em; }
.order-code button { border: 0; background: none; cursor: pointer; text-decoration: underline; font-size: .7rem; }

.cookie-banner { position: fixed; z-index: 80; left: 24px; right: 24px; bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 30px; max-width: 1100px; margin: auto; padding: 18px 22px; border: 1px solid var(--line); background: rgba(255,253,249,.96); box-shadow: 0 18px 60px rgba(45,34,27,.19); backdrop-filter: blur(15px); }
.cookie-banner strong { font-family: var(--serif); }
.cookie-banner p { margin: 3px 0 0; color: var(--muted); font-size: .7rem; }
.cookie-banner > div:last-child { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 30px; padding: 12px 18px; color: white; background: var(--ink); border-radius: 999px; box-shadow: var(--shadow); transform: translate(-50%, 30px); opacity: 0; pointer-events: none; transition: .25s; font-size: .75rem; }
.toast.is-visible { transform: translate(-50%, 0); opacity: 1; }

/* Standalone policy pages */
.policy-nav-shell { grid-template-columns: auto 1fr auto; }
.policy-back { white-space: nowrap; }
.policy-page { min-height: 70vh; }
.policy-hero { padding: 88px 0 72px; background: var(--sand); border-bottom: 1px solid var(--line); }
.policy-hero h1 { max-width: 900px; margin-bottom: 22px; font-size: clamp(3.2rem, 7vw, 6.5rem); }
.policy-hero .policy-summary { max-width: 760px; margin-bottom: 28px; color: var(--muted); font-size: 1rem; line-height: 1.9; }
.policy-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; color: var(--muted); font-size: .7rem; }
.policy-meta strong { color: var(--ink); }
.policy-body { padding: 78px 0 110px; }
.policy-layout { display: grid; grid-template-columns: 240px minmax(0, 780px); justify-content: space-between; gap: 80px; }
.policy-toc { position: sticky; top: 120px; align-self: start; padding: 23px; border: 1px solid var(--line); background: var(--cream); }
.policy-toc h2 { margin-bottom: 15px; font-family: var(--sans); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.policy-toc a { display: block; padding: 8px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: .7rem; }
.policy-toc a:last-child { border-bottom: 0; }
.policy-toc a:hover { color: var(--terracotta); }
.policy-document > section { padding: 0 0 38px; margin-bottom: 38px; border-bottom: 1px solid var(--line); scroll-margin-top: 115px; }
.policy-document > section:last-of-type { border-bottom: 0; }
.policy-document h2 { margin-bottom: 16px; font-size: clamp(1.65rem, 3vw, 2.35rem); letter-spacing: -.02em; }
.policy-document h3 { margin: 24px 0 10px; font-family: var(--serif); font-size: 1.05rem; font-weight: 600; }
.policy-document p, .policy-document li { color: var(--muted); font-size: .82rem; line-height: 1.9; }
.policy-document ul, .policy-document ol { padding-left: 22px; }
.policy-document li { margin-bottom: 7px; }
.policy-document a { color: var(--terracotta-dark); text-decoration: underline; }
.policy-callout { padding: 20px 22px; margin: 25px 0; color: #6f4c39; border-left: 3px solid var(--terracotta); background: #f5e5da; font-size: .78rem; line-height: 1.8; }
.policy-contact-card { padding: 28px; background: var(--sage-dark); color: white; }
.policy-contact-card h2 { margin-bottom: 10px; color: white; font-size: 1.65rem; }
.policy-contact-card p { margin-bottom: 0; color: rgba(255,255,255,.7); }
.policy-contact-card a { color: #f0c6b1; }
.policy-page-footer { margin-top: 0; }

/* Standalone commercial pages */
.primary-nav a[aria-current="page"]::after { left: 0; right: 0; }
.page-hero { padding: 88px 0 78px; overflow: hidden; background: linear-gradient(120deg, var(--sand) 0 68%, #ead6c4 68%); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: 75px; }
.page-hero h1 { margin: 0; font-size: clamp(3.5rem, 6.5vw, 6.6rem); }
.page-hero h1 em { color: var(--terracotta); font-weight: 400; }
.page-hero-grid > div:last-child > p { max-width: 600px; margin-bottom: 28px; color: var(--muted); font-size: 1rem; line-height: 1.9; }
.page-hero-notes { display: flex; flex-wrap: wrap; gap: 8px; }
.page-hero-notes span { padding: 7px 11px; border: 1px solid rgba(47,42,37,.16); border-radius: 999px; background: rgba(255,255,255,.35); font-size: .68rem; font-weight: 750; }
.catalog-page { padding-top: 90px; }
.catalog-assurance { padding: 45px 0; color: #f8efe7; background: var(--sage-dark); }
.assurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.assurance-grid > div { padding: 8px 32px; border-right: 1px solid rgba(255,255,255,.18); }
.assurance-grid > div:first-child { padding-left: 0; }
.assurance-grid > div:last-child { padding-right: 0; border-right: 0; }
.assurance-grid strong { display: block; margin-bottom: 7px; font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.assurance-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: .72rem; line-height: 1.7; }
.journey-list { max-width: 980px; padding: 0; margin: 70px auto 0; list-style: none; counter-reset: none; }
.journey-list li { display: grid; grid-template-columns: 90px 1fr; gap: 28px; padding: 34px 0; border-top: 1px solid var(--line); }
.journey-list li:last-child { border-bottom: 1px solid var(--line); }
.journey-list li > span { color: var(--terracotta); font-family: var(--serif); font-size: 2rem; }
.journey-list h2 { margin-bottom: 10px; font-size: clamp(1.65rem, 3vw, 2.55rem); }
.journey-list p { max-width: 720px; margin-bottom: 8px; color: var(--muted); line-height: 1.85; }
.journey-list small { color: var(--sage-dark); font-size: .68rem; font-weight: 800; letter-spacing: .025em; }
.content-band { padding: 95px 0; background: var(--sand); border-block: 1px solid var(--line); }
.content-band-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 80px; }
.content-band-grid h2 { margin-bottom: 0; font-size: clamp(2.3rem, 4.7vw, 4.8rem); }
.check-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.cta-section { padding-top: 70px; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 45px 50px; color: white; background: var(--ink); }
.cta-card h2 { max-width: 800px; margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.7rem); }
.cta-card .eyebrow { color: #efb394; }
.cta-card .button { flex: 0 0 auto; }
.material-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.material-detail-grid article { min-height: 370px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.material-detail-grid article > span { color: var(--terracotta); font-size: .68rem; font-weight: 800; }
.material-detail-grid h3 { margin: 40px 0 12px; font-family: var(--serif); font-size: 1.75rem; font-weight: 500; }
.material-detail-grid p { color: var(--muted); font-size: .78rem; line-height: 1.8; }
.material-detail-grid dl { margin: 30px 0 0; }
.material-detail-grid dl div { display: grid; grid-template-columns: 75px 1fr; gap: 12px; padding: 8px 0; border-top: 1px solid var(--line); font-size: .67rem; }
.material-detail-grid dt { color: var(--muted); }
.material-detail-grid dd { margin: 0; font-weight: 700; }
.spec-table { border-top: 1px solid var(--line); }
.spec-row { display: grid; grid-template-columns: .8fr 1.2fr 1.2fr; gap: 30px; padding: 22px 0; border-bottom: 1px solid var(--line); font-size: .75rem; }
.spec-row span { color: var(--muted); }
.spec-head { color: var(--terracotta); font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.care-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.care-layout ol { padding: 0; margin: 0; list-style: none; }
.care-layout li { display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding: 18px 0; border-top: 1px solid var(--line); }
.care-layout li:last-child { border-bottom: 1px solid var(--line); }
.care-layout li span { color: var(--terracotta); font-family: var(--serif); font-size: 1.25rem; }
.care-layout li p { margin: 0; color: var(--muted); }
.about-page-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; }
.about-manifesto { position: sticky; top: 120px; align-self: start; }
.about-manifesto h2 { font-size: clamp(2.6rem, 4.7vw, 4.9rem); }
.about-manifesto > p { color: var(--muted); line-height: 1.9; }
.text-link { display: inline-block; margin-top: 15px; color: var(--terracotta-dark); border-bottom: 1px solid currentColor; font-weight: 750; }
.principle-stack article { display: grid; grid-template-columns: 55px 1fr; column-gap: 22px; padding: 30px 0; border-top: 1px solid var(--line); }
.principle-stack article:last-child { border-bottom: 1px solid var(--line); }
.principle-stack article > span { grid-row: 1 / 3; color: var(--terracotta); font-family: var(--serif); font-size: 1.5rem; }
.principle-stack h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 1.5rem; font-weight: 500; }
.principle-stack p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.75; }
.business-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.business-card { padding: 35px; background: var(--cream); border: 1px solid var(--line); }
.business-card dl { margin: 0; }
.business-card dl div { display: grid; grid-template-columns: 155px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .75rem; }
.business-card dt { color: var(--muted); }
.business-card dd { margin: 0; font-weight: 700; }
.business-card a { color: var(--terracotta-dark); }
.standards-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 60px; }
.standards-grid h2 { font-size: clamp(2.5rem, 4.5vw, 4.5rem); }
.standards-grid > div:first-child > p:last-child { color: var(--muted); }
.standards-grid h3 { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.plain-list { padding-left: 18px; color: var(--muted); font-size: .76rem; line-height: 1.8; }
.faq-page { padding-top: 90px; }
.faq-page-layout { display: grid; grid-template-columns: 245px 1fr; gap: 80px; }
.faq-sidebar { position: sticky; top: 120px; align-self: start; display: grid; }
.faq-sidebar > a:not(.button) { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .75rem; font-weight: 700; }
.faq-sidebar .button { margin-top: 25px; }
.faq-groups section { margin-bottom: 70px; scroll-margin-top: 110px; }
.faq-groups section > h2 { margin-bottom: 22px; font-size: clamp(2rem, 3.6vw, 3.3rem); }
.contact-page-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: start; }
.contact-page-info h2 { font-size: clamp(2.4rem, 4.5vw, 4.4rem); }
.contact-methods { margin-top: 35px; }
.contact-methods > * { display: block; padding: 18px 0; border-top: 1px solid var(--line); }
.contact-methods > *:last-child { border-bottom: 1px solid var(--line); }
.contact-methods span, .contact-methods strong, .contact-methods small { display: block; }
.contact-methods span { color: var(--terracotta); font-size: .61rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.contact-methods strong { margin: 4px 0; font-family: var(--serif); font-size: 1.18rem; font-weight: 500; }
.contact-methods small { color: var(--muted); font-size: .66rem; }
.contact-safety { margin-top: 30px; padding: 22px; color: #eee4da; background: var(--sage-dark); }
.contact-safety h3 { margin-bottom: 7px; font-family: var(--serif); font-weight: 500; }
.contact-safety p { margin: 0; color: rgba(255,255,255,.7); font-size: .7rem; }
.contact-form-page { padding: 38px; }
.contact-form-page h2 { margin-bottom: 18px; font-size: 2.6rem; }
.response-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.response-grid article { padding: 15px 36px; border-right: 1px solid var(--line); }
.response-grid article:first-child { padding-left: 0; }
.response-grid article:last-child { border-right: 0; }
.response-grid article > span { color: var(--terracotta); font-size: .65rem; font-weight: 800; }
.response-grid h3 { margin: 25px 0 9px; font-family: var(--serif); font-size: 1.5rem; font-weight: 500; }
.response-grid p { color: var(--muted); font-size: .72rem; line-height: 1.75; }
.response-grid a { color: var(--terracotta-dark); font-size: .72rem; font-weight: 800; }

/* Private order desk */
.admin-page { min-height: 100vh; background: #eee8df; }
.admin-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 14px max(24px, calc((100% - 1240px) / 2)); border-bottom: 1px solid var(--line); background: var(--paper); }
.admin-header > div { display: flex; align-items: center; gap: 28px; }
.admin-header p { margin: 0; color: var(--muted); font-size: .7rem; }
.admin-main { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 55px 0 100px; }
.admin-login { width: min(480px, 100%); margin: 60px auto; padding: 42px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
.admin-login h1, .admin-toolbar h1 { margin-bottom: 10px; font-size: clamp(2.6rem, 5vw, 4.5rem); }
.admin-login > p:not(.eyebrow) { color: var(--muted); }
.admin-login form { display: grid; gap: 16px; margin-top: 30px; }
.admin-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.admin-tabs { display: flex; gap: 8px; margin: 25px 0; border-bottom: 1px solid var(--line); }
.admin-tabs button { padding: 12px 18px; border: 0; border-bottom: 2px solid transparent; background: transparent; cursor: pointer; font-weight: 800; }
.admin-tabs button.is-active { color: var(--terracotta-dark); border-color: var(--terracotta); }
.admin-tabs span { display: inline-grid; min-width: 22px; height: 22px; place-items: center; margin-left: 5px; border-radius: 50%; color: white; background: var(--sage-dark); font-size: .65rem; }
.admin-notice { min-height: 24px; margin-bottom: 14px; color: var(--sage-dark); font-size: .72rem; font-weight: 750; }
.admin-notice.is-error { color: #a2362c; }
.admin-list { display: grid; gap: 20px; }
.admin-order-card, .admin-contact-card { padding: 30px; background: var(--paper); border: 1px solid var(--line); }
.admin-order-card > header, .admin-contact-card > header { display: flex; justify-content: space-between; gap: 25px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.admin-order-card header span, .admin-contact-card header span { color: var(--terracotta); font-size: .65rem; font-weight: 800; letter-spacing: .06em; }
.admin-order-card header h2, .admin-contact-card header h2 { margin: 4px 0; font-size: 1.8rem; }
.admin-order-card header p { margin: 0; color: var(--muted); font-size: .72rem; }
.admin-order-card header > div:last-child { text-align: right; }
.admin-order-card header > div:last-child strong, .admin-order-card header > div:last-child small { display: block; }
.admin-order-card header > div:last-child strong { font-family: var(--serif); font-size: 1.7rem; }
.admin-order-card header > div:last-child small { color: var(--muted); font-size: .62rem; }
.admin-order-meta { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.admin-order-meta div { padding: 16px; border-right: 1px solid var(--line); }
.admin-order-meta div:first-child { padding-left: 0; }
.admin-order-meta div:last-child { border-right: 0; }
.admin-order-meta span, .admin-order-meta strong { display: block; }
.admin-order-meta span { color: var(--muted); font-size: .59rem; text-transform: uppercase; letter-spacing: .07em; }
.admin-order-meta strong { margin-top: 4px; font-size: .67rem; line-height: 1.5; }
.admin-order-items { margin: 18px 0; }
.admin-order-item { display: flex; justify-content: space-between; gap: 25px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .7rem; }
.admin-order-item > div { display: grid; gap: 2px; }
.admin-order-item > div:last-child { justify-items: end; }
.admin-order-item span { color: var(--muted); }
.admin-order-item button { padding: 2px 0; border: 0; border-bottom: 1px solid currentColor; color: var(--terracotta-dark); background: none; cursor: pointer; font-size: .65rem; font-weight: 800; }
.admin-update-form { padding: 22px; background: var(--sand); }
.admin-update-form .form-status { display: inline-block; margin-left: 12px; }
.admin-contact-card header a { color: var(--terracotta-dark); font-size: .7rem; font-weight: 800; }
.admin-contact-card > p { margin: 24px 0; color: var(--muted); line-height: 1.8; }
.admin-contact-card footer { display: flex; justify-content: space-between; gap: 20px; font-size: .7rem; }
.admin-contact-card footer span { color: var(--muted); }
.admin-empty { padding: 40px; text-align: center; color: var(--muted); background: var(--paper); }
.admin-image-dialog { width: min(900px, calc(100% - 30px)); padding: 20px; border: 0; background: var(--paper); box-shadow: var(--shadow); }
.admin-image-dialog::backdrop { background: rgba(31,25,21,.7); }
.admin-image-dialog .close-button { float: right; margin-bottom: 10px; }
.admin-image-dialog img { width: 100%; max-height: 75vh; object-fit: contain; clear: both; background: var(--sand); }
.admin-image-dialog p { margin: 10px 0 0; color: var(--muted); font-size: .7rem; }

@media (max-width: 1050px) {
  .nav-shell { grid-template-columns: auto auto 1fr; }
  .mobile-menu-button { display: grid; justify-self: end; width: 38px; height: 38px; padding: 9px; border: 0; background: transparent; cursor: pointer; }
  .mobile-menu-button span { display: block; width: 20px; height: 1px; margin: 3px 0; background: var(--ink); }
  .primary-nav { position: absolute; top: 78px; left: 0; right: 0; display: none; padding: 15px 24px 24px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 15px 30px rgba(50,42,36,.08); }
  .primary-nav.is-open { display: grid; }
  .primary-nav a { padding: 10px 0; }
  .primary-nav a::after { display: none; }
  .nav-actions { justify-self: end; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .hero-copy h1 { font-size: clamp(3.5rem, 7.5vw, 5.4rem); }
  .hero-visual { border-radius: 160px 160px 25px 25px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .material-grid { grid-template-columns: repeat(2, 1fr); }
  .material-grid article:nth-child(2) { border-right: 0; }
  .material-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .policy-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 45px; }
  .about-grid, .contact-grid { gap: 25px; }
  .faq-grid { grid-template-columns: .8fr 1.2fr; gap: 55px; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 30px; }
  .page-hero-grid { gap: 35px; }
  .material-detail-grid { grid-template-columns: repeat(2, 1fr); }
  .about-page-grid, .contact-page-grid { gap: 45px; }
  .standards-grid { gap: 30px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 650px); }
  .section { padding: 78px 0; }
  .announcement { justify-content: space-between; padding-inline: 15px; font-size: .65rem; }
  .announcement span { max-width: 72%; }
  .nav-shell { min-height: 67px; grid-template-columns: 1fr auto auto; gap: 8px; }
  .brand-mark { width: 35px; height: 35px; }
  .brand b { font-size: 1rem; }
  .brand small, .nav-actions .text-button, .cart-button > span { display: none; }
  .primary-nav { top: 67px; }
  .cart-button { padding: 8px 10px; }
  .hero { padding: 0 0 40px; background: var(--sand); }
  .hero-grid { min-height: auto; display: flex; flex-direction: column; gap: 0; }
  .hero-copy { padding: 65px 0 40px; }
  .hero-copy h1 { font-size: clamp(3.2rem, 15vw, 5.4rem); }
  .hero-lead { font-size: .95rem; }
  .hero-actions .button { flex: 1; }
  .hero-points { grid-template-columns: 1fr; gap: 9px; }
  .hero-visual { min-height: 430px; border-radius: 160px 160px 18px 18px; }
  .hero-visual img { object-position: 63% center; }
  .hero-note { right: 15px; bottom: 15px; min-width: 180px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { justify-content: flex-start; padding: 18px 9px; }
  .trust-grid strong { font-size: .74rem; }
  .trust-grid small { font-size: .6rem; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .split-heading > p { margin: 0; }
  .product-grid { grid-template-columns: 1fr; }
  .product-media { aspect-ratio: 1.08; }
  .story-grid, .compliance-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .story-quote { padding-left: 35px; }
  .story-quote > span { font-size: 4rem; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: auto; }
  .process-icon { margin-bottom: 28px; }
  .material-grid { grid-template-columns: 1fr; }
  .material-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .material-grid article:last-child { border-bottom: 0; }
  .material-grid article > span { margin-bottom: 30px; }
  .about-card, .company-card { padding: 30px 23px; }
  .studio-stats { gap: 10px; }
  .studio-stats strong { font-size: 1.7rem; }
  .company-card dl div { grid-template-columns: 85px 1fr; }
  .refusal-card { padding: 28px 22px; }
  .faq-intro { position: static; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; align-items: stretch; flex-direction: column; gap: 13px; }
  .cookie-banner > div:last-child { flex-wrap: wrap; }
  .product-modal-layout { grid-template-columns: 1fr; }
  .product-modal-media { position: static; min-height: 0; aspect-ratio: auto; padding: 24px; }
  .product-modal-media p { margin-bottom: 0; }
  .product-modal-info { padding: 30px 22px 35px; }
  .product-detail-header { padding-right: 20px; }
  .detail-note-grid { grid-template-columns: 1fr; gap: 12px; }
  .customize-box { padding: 18px; }
  .checkout-modal { padding: 45px 20px 25px; }
  .checkout-grid { grid-template-columns: 1fr; }
  .checkout-summary { position: static; }
  .tracking-modal, .success-modal { padding: 45px 22px 28px; }
  .policy-back { padding-inline: 10px; font-size: .7rem; }
  .policy-hero { padding: 64px 0 50px; }
  .policy-hero h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .policy-body { padding: 55px 0 75px; }
  .policy-layout { grid-template-columns: 1fr; gap: 45px; }
  .policy-toc { position: static; }
  .page-hero { padding: 62px 0 54px; background: var(--sand); }
  .page-hero-grid, .content-band-grid, .care-layout, .about-page-grid, .business-layout, .contact-page-grid { grid-template-columns: 1fr; gap: 35px; }
  .page-hero h1 { font-size: clamp(3.1rem, 15vw, 5.2rem); }
  .page-hero-grid > div:last-child > p { font-size: .88rem; }
  .assurance-grid, .standards-grid, .response-grid { grid-template-columns: 1fr; }
  .assurance-grid > div, .assurance-grid > div:first-child, .assurance-grid > div:last-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .assurance-grid > div:last-child { border-bottom: 0; }
  .journey-list li { grid-template-columns: 55px 1fr; gap: 15px; }
  .check-columns { grid-template-columns: 1fr; gap: 0; }
  .cta-card { align-items: flex-start; flex-direction: column; padding: 35px 25px; }
  .material-detail-grid { grid-template-columns: 1fr; }
  .material-detail-grid article { min-height: 0; }
  .spec-row { grid-template-columns: 1fr; gap: 7px; }
  .spec-head { display: none; }
  .about-manifesto, .faq-sidebar { position: static; }
  .business-card { padding: 25px 20px; }
  .business-card dl div { grid-template-columns: 105px 1fr; }
  .faq-page-layout { grid-template-columns: 1fr; gap: 45px; }
  .faq-sidebar { display: flex; flex-wrap: wrap; gap: 7px; }
  .faq-sidebar .eyebrow { width: 100%; }
  .faq-sidebar > a:not(.button) { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; }
  .faq-sidebar .button { width: 100%; margin-top: 10px; }
  .contact-form-page { padding: 28px 20px; }
  .response-grid article, .response-grid article:first-child, .response-grid article:last-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .admin-header { align-items: flex-start; padding-inline: 15px; }
  .admin-header > div { align-items: flex-start; flex-direction: column; gap: 3px; }
  .admin-main { width: min(100% - 30px, 650px); padding-top: 30px; }
  .admin-login, .admin-order-card, .admin-contact-card { padding: 24px 18px; }
  .admin-order-card > header, .admin-contact-card > header, .admin-contact-card footer { flex-direction: column; }
  .admin-order-card header > div:last-child { text-align: left; }
  .admin-order-meta { grid-template-columns: 1fr 1fr; }
  .admin-order-meta div, .admin-order-meta div:first-child { padding: 12px; border-bottom: 1px solid var(--line); }
  .admin-order-item { align-items: flex-start; flex-direction: column; }
  .admin-order-item > div:last-child { justify-items: start; }
  .admin-update-form { padding: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
