@font-face {
    font-family: "Playfair Display";
    src: url("../../fonts/playfair-latin-var.woff2") format("woff2-variations");
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("../../fonts/inter-latin-var.woff2") format("woff2-variations");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-primary: #B8965A;
    --color-primary-dark: #8D6E3C;
    --color-primary-hover: #6F542B;
    --color-text: #333333;
    --color-muted: #7A7670;
    --color-line: #E8E4DC;
    --color-surface: #ffffff;
    --color-soft: #F8F6F2;
    --font-family-base: "Inter", "Segoe UI", Arial, sans-serif;
    --font-family-display: "Playfair Display", Georgia, "Times New Roman", serif;
    --shadow: 0 18px 45px rgba(91, 71, 38, 0.12);
    --radius-large: 24px;
    --radius-medium: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body { margin: 0; color: var(--color-text); background: var(--color-surface); font-family: var(--font-family-base); line-height: 1.6; -webkit-tap-highlight-color: rgba(184, 150, 90, .22); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; transition: color .25s ease, opacity .25s ease; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--font-family-display); font-weight: 560; line-height: 1.1; letter-spacing: -.008em; text-wrap: balance; }
h3 { line-height: 1.25; letter-spacing: -.015em; text-wrap: balance; font-weight: 700; }
h1 { font-size: clamp(3rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2.25rem, 4vw, 3.75rem); }
h3 { font-size: 1.35rem; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 112px 0; }
.section--soft { background: var(--color-soft); }
.section--dark { color: #ffffff; background: var(--color-text); }
.eyebrow { margin-bottom: 12px; color: var(--color-primary-dark); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--light { color: #EDD9B4; }
.eyebrow::before { content: ""; display: inline-block; width: 26px; height: 1px; margin-right: 11px; vertical-align: 4px; background: var(--color-primary); }
.eyebrow--light::before { background: rgba(232, 200, 143, .85); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 24px; border: 1px solid var(--color-primary-dark); border-radius: 999px; color: #ffffff; background: var(--color-primary-dark); font-size: .85rem; font-weight: 800; letter-spacing: .03em; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.button:hover { border-color: var(--color-primary-hover); background: var(--color-primary-hover); box-shadow: 0 10px 24px rgba(111, 84, 43, .28); transform: translateY(-2px); }
.button--light { border-color: #ffffff; color: var(--color-primary-dark); background: #ffffff; }
.button--light:hover { color: #ffffff; background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin: 0; padding: 0; border: 0; color: var(--color-primary-dark); background: transparent; font-weight: 800; line-height: 1.45; text-align: left; text-decoration: none; appearance: none; -webkit-appearance: none; transition: color .25s ease; }
.text-link span { display: inline-block; transition: transform .25s ease; }
.text-link:hover { color: var(--color-primary-hover); }
.text-link:hover span { transform: translateX(4px); }
.site-header a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(184, 150, 90, .55); outline-offset: 3px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: absolute; z-index: 100; left: 16px; top: -100px; padding: 12px 16px; color: #fff; background: var(--color-primary-dark); }
.skip-link:focus { top: 16px; }
.section-reveal { opacity: 1; transform: none; }
html.js .section-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
html.js .section-reveal.is-visible { opacity: 1; transform: translateY(0); }
html.js #main-content > :not(nav) { opacity:0; transform:translateY(22px); transition:opacity .68s ease, transform .68s cubic-bezier(.2,.72,.22,1); }
html.js #main-content > :not(nav).is-visible { opacity:1; transform:translateY(0); }
html.js #main-content > .product-hero,
html.js #main-content > .tws-hero { opacity:1; transform:none; }
dialog { border: 0; overscroll-behavior: contain; }
dialog::backdrop { background: rgba(23, 31, 36, .72); backdrop-filter: blur(4px); }
@media (max-width: 760px) { .container { width: min(100% - 32px, 1180px); } .section { padding: 78px 0; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } html.js #main-content > :not(nav) { opacity:1; transform:none; } html.js .section-reveal { opacity:1; transform:none; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }

/* Layout audit 2026-08-23: heading rhythm, mobile scale, table guard */
h2 { margin-bottom: .45em; }
.nowrap { white-space: nowrap; }
@media (max-width: 640px) {
    h1 { font-size: clamp(2.4rem, 10.5vw, 3.1rem); }
    h2 { font-size: clamp(1.8rem, 7.5vw, 2.3rem); }
}
@media (max-width: 760px) {
    table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}
