:root {
    color-scheme: light;
    --forest-950: #08251e;
    --forest-900: #0d3027;
    --forest-800: #123c31;
    --forest-700: #245a49;
    --sage-500: #819879;
    --sage-300: #b7c6b0;
    --sage-100: #e9eee6;
    --ivory: #f5f3ed;
    --white: #fff;
    --ink: #17211d;
    --muted: #617069;
    --line: #d9dfd8;
    --accent: #bdcf78;
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, Avenir, 'Helvetica Neue', Arial, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --container: min(1240px, calc(100% - 64px));
    font-family: var(--sans);
    color: var(--ink);
    background: var(--ivory);
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; min-width: 320px; background: var(--ivory); line-height: 1.6; overflow-x: hidden; }
body.nav-open, body.search-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }

.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--forest-900); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 128px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
h2 { color: var(--forest-950); font-size: clamp(3rem, 5vw, 5rem); line-height: .98; }
h1 em, h2 em { color: var(--sage-500); font-weight: 400; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 84px; border-bottom: 1px solid rgba(255,255,255,.2); color: var(--white); transition: background .25s, box-shadow .25s, color .25s, height .25s; }
.site-header.is-scrolled { height: 74px; color: var(--ink); background: #f7f6f1; border-color: rgba(13,48,39,.1); box-shadow: 0 8px 35px rgba(8,37,30,.08); }
.header-inner { width: var(--container); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--accent); }
.brand-mark svg { width: 100%; height: 100%; }
.brand-mark path:first-child { fill: currentColor; opacity: .92; }
.brand-mark path:not(:first-child) { stroke: var(--forest-900); stroke-width: 1.7; stroke-linecap: round; }
.site-header:not(.is-scrolled) .brand-mark path:not(:first-child), .brand-light .brand-mark path:not(:first-child) { stroke: var(--forest-900); }
.brand-copy { display: grid; line-height: 1; letter-spacing: .16em; }
.brand-copy strong { font-size: 1.15rem; letter-spacing: .22em; }
.brand-copy span { margin-top: 4px; font-size: .57rem; font-weight: 600; letter-spacing: .4em; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 38px); margin-left: auto; }
.site-nav a { position: relative; padding: 10px 0; font-size: .78rem; font-weight: 600; }
.site-nav a::after { content: ''; position: absolute; inset: auto auto 3px 0; width: 0; height: 1px; background: currentColor; transition: width .2s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.search-trigger { width: 40px; height: 40px; padding: 0; display: grid; place-items: center; border: 0; color: inherit; background: transparent; cursor: pointer; transition: color .2s, background .2s; }
.search-trigger:hover, .search-trigger:focus-visible { color: var(--forest-950); background: var(--accent); }
.search-trigger svg { width: 19px; height: 19px; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; }
.language-picker { position: relative; }
.language-button { height: 40px; padding: 0 4px; display: flex; align-items: center; gap: 7px; border: 0; color: inherit; background: transparent; cursor: pointer; font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.language-button [data-language-code] { text-transform: uppercase; }
.language-button > svg:first-child { width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.5; }
.language-button .chevron { width: 13px; height: 13px; stroke: currentColor; stroke-width: 1.5; transition: transform .2s; }
.language-button[aria-expanded="true"] .chevron { transform: rotate(180deg); }
.language-menu { position: absolute; top: calc(100% + 12px); right: 0; width: 170px; padding: 8px; border: 1px solid var(--line); background: var(--white); color: var(--ink); box-shadow: 0 18px 50px rgba(8,37,30,.16); }
.language-menu a { width: 100%; padding: 10px 12px; display: flex; align-items: center; gap: 12px; border: 0; background: transparent; cursor: pointer; text-align: left; font-size: .82rem; }
.language-menu a:hover, .language-menu a[aria-current="page"] { background: var(--sage-100); }
.language-menu a span { width: 34px; color: var(--forest-700); font-size: .66rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.button { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; cursor: pointer; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, color .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; stroke: currentColor; stroke-width: 1.5; }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .66rem; }
.button-solid { color: var(--white); background: var(--forest-800); border-color: var(--forest-800); }
.button-solid:hover { background: var(--forest-950); }
.site-header:not(.is-scrolled) .button-solid { color: var(--forest-950); background: var(--accent); border-color: var(--accent); }
.button-light { color: var(--forest-950); background: var(--white); border-color: var(--white); }
.menu-toggle { width: 42px; height: 42px; padding: 10px; display: none; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 1px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 790px; height: 100svh; display: flex; align-items: center; color: var(--white); background: var(--forest-950); overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url('/themes/tsddefne/assets/images/tsd-defne-hero.jpg') center / cover no-repeat; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(4,27,21,.92) 0%, rgba(4,27,21,.77) 38%, rgba(4,27,21,.23) 69%, rgba(4,27,21,.18) 100%), linear-gradient(0deg, rgba(3,23,18,.57), transparent 48%); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 90px; }
.hero-copy { width: min(735px, 70%); }
.hero h1 { color: var(--white); font-size: clamp(4.1rem, 7.1vw, 7rem); line-height: .9; }
.hero h1 em { color: #c6d99f; }
.hero-copy > p { max-width: 650px; margin: 34px 0 38px; color: rgba(255,255,255,.78); font-size: 1.02rem; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 4px; border-bottom: 1px solid var(--forest-700); color: var(--forest-800); font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.text-link span:last-child { font-size: 1rem; transition: transform .2s; }
.text-link:hover span:last-child { transform: translate(3px,-2px); }
.text-link-light { color: var(--white); border-color: rgba(255,255,255,.45); }
.hero-scroll { position: absolute; z-index: 3; bottom: 26px; left: 50%; display: flex; align-items: center; gap: 15px; color: rgba(255,255,255,.68); transform: translateX(-50%); font-size: .6rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-scroll-line { position: relative; width: 1px; height: 42px; display: block; background: rgba(255,255,255,.35); overflow: hidden; }
.hero-scroll-line i { position: absolute; top: -12px; left: 0; width: 1px; height: 14px; background: var(--accent); animation: scroll-marker 2s ease-in-out infinite; }
@keyframes scroll-marker { 0% { transform: translateY(0); } 65%, 100% { transform: translateY(54px); } }

.product-passport { border-bottom: 1px solid var(--line); background: #eef0e8; }
.product-passport-inner { min-height: 178px; display: grid; grid-template-columns: 220px 1fr; align-items: stretch; }
.passport-intro { padding: 38px 32px 38px 0; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #cfd7cd; }
.passport-intro span { margin-bottom: 8px; color: var(--forest-700); font-size: .6rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.passport-intro strong { max-width: 160px; color: var(--forest-950); font-family: var(--serif); font-size: 1.6rem; font-weight: 400; line-height: 1.08; }
.passport-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.passport-cell { min-width: 0; padding: 34px 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #cfd7cd; }
.passport-cell:last-child { border-right: 0; }
.passport-cell > span { margin-bottom: 15px; color: var(--sage-500); font-size: .58rem; font-weight: 700; letter-spacing: .1em; }
.passport-cell strong { color: var(--forest-900); font-family: var(--serif); font-size: clamp(1.25rem, 1.55vw, 1.62rem); font-weight: 400; line-height: 1.15; white-space: nowrap; }
.passport-cell small { margin-top: 7px; color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; }
.intro-copy { padding: 0 8% 7px 0; }
.intro-copy p { margin-bottom: 34px; color: var(--muted); font-size: 1.06rem; line-height: 1.9; }

.laurel-section { position: relative; overflow: hidden; background: var(--ivory); }
.laurel-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.laurel-visual { position: relative; min-height: 690px; display: grid; place-items: center; background: var(--forest-900); overflow: hidden; }
.laurel-visual::before { content: ''; position: absolute; width: 540px; height: 540px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.laurel-visual::after { content: 'LAURUS NOBILIS'; position: absolute; top: 60px; left: -22px; color: rgba(255,255,255,.07); font-size: 4rem; font-weight: 700; letter-spacing: .12em; transform: rotate(90deg); transform-origin: left bottom; }
.leaf-orbit { position: relative; z-index: 2; width: min(72%, 370px); color: var(--accent); filter: drop-shadow(0 28px 28px rgba(0,0,0,.25)); transform: rotate(8deg); }
.leaf-orbit svg { width: 100%; }
.leaf-fill { fill: #809957; }
.leaf-line { stroke: #d6e5aa; stroke-width: 3; stroke-linecap: round; opacity: .76; }
.origin-stamp { position: absolute; z-index: 3; right: 0; bottom: 0; min-width: 230px; padding: 26px 28px; display: grid; color: var(--forest-950); background: var(--accent); }
.origin-stamp span { font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.origin-stamp strong { margin: 2px 0 9px; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.laurel-copy { padding-right: 4%; }
.laurel-copy > p { max-width: 680px; margin: 34px 0 42px; color: var(--muted); font-size: 1rem; line-height: 1.9; }
.attribute-list { border-top: 1px solid var(--line); }
.attribute { display: grid; grid-template-columns: 46px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.attribute-number { padding-top: 2px; color: var(--sage-500); font-size: .66rem; font-weight: 700; letter-spacing: .08em; }
.attribute strong { color: var(--forest-900); font-family: var(--serif); font-size: 1.22rem; font-weight: 400; }
.attribute p { margin: 5px 0 0; color: var(--muted); font-size: .85rem; line-height: 1.65; }

.facility { color: var(--white); background: var(--forest-950); }
.section-heading { margin-bottom: 64px; }
.section-heading-wide { display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; align-items: end; }
.section-heading h2 { color: var(--white); }
.section-heading h2 em { color: var(--accent); }
.section-heading > p { max-width: 480px; margin: 0 0 6px; color: rgba(255,255,255,.62); line-height: 1.85; }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.process-card { position: relative; min-height: 510px; overflow: hidden; }
.process-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.process-card-image:hover img { transform: scale(1.025); }
.process-card-image::after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(4,24,18,.92)); }
.process-overlay { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; display: grid; grid-template-columns: 28px 1fr; gap: 14px; }
.process-overlay > span { color: var(--accent); font-size: .66rem; font-weight: 700; }
.process-overlay strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.process-overlay p { margin: 7px 0 0; color: rgba(255,255,255,.64); font-size: .8rem; line-height: 1.6; }
.quality-strip { margin-top: 18px; display: grid; grid-template-columns: 1.5fr repeat(3, .72fr) 1fr; border: 1px solid rgba(255,255,255,.14); }
.quality-strip > div { min-height: 118px; padding: 24px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.14); }
.quality-strip > div:last-child { border-right: 0; }
.quality-intro span, .quality-future span { color: var(--accent); font-size: .59rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.quality-intro strong { margin-top: 5px; font-family: var(--serif); font-size: 1.13rem; font-weight: 400; }
.quality-item { gap: 12px; color: rgba(255,255,255,.68); font-size: .74rem; }
.quality-item i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(189,207,120,.12); }
.quality-future strong { margin-top: 7px; font-size: .95rem; font-weight: 500; letter-spacing: .08em; }

.sustainability { background: var(--white); }
.sustainability-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.sustainability-copy > p { margin: 34px 0; color: var(--muted); line-height: 1.9; }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; }
.pill-row span { padding: 9px 14px; border: 1px solid var(--line); border-radius: 30px; color: var(--forest-700); font-size: .68rem; font-weight: 600; letter-spacing: .04em; }
.supply-map { position: relative; min-height: 500px; background: var(--sage-100); overflow: hidden; }
.supply-map::before { content: ''; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(#76907f 1px, transparent 1px); background-size: 24px 24px; }
.map-lines { position: absolute; inset: 8% 5%; width: 90%; height: 84%; }
.map-lines path { stroke: rgba(36,90,73,.35); stroke-width: 1.3; stroke-dasharray: 5 7; }
.map-node { position: absolute; width: 170px; min-height: 132px; padding: 20px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(13,48,39,.14); background: rgba(255,255,255,.92); box-shadow: 0 18px 40px rgba(8,37,30,.08); }
.map-node > span { color: var(--sage-500); font-size: .62rem; font-weight: 700; }
.map-node strong { margin: 7px 0 3px; color: var(--forest-900); font-family: var(--serif); font-size: 1.14rem; font-weight: 400; }
.map-node small { color: var(--muted); font-size: .66rem; }
.node-1 { top: 50px; left: 45px; }
.node-2 { top: 183px; left: calc(50% - 85px); color: var(--white); background: var(--forest-800); }
.node-2 strong, .node-2 small { color: var(--white); }
.node-3 { right: 45px; bottom: 50px; }

.downloads { background: var(--ivory); }
.downloads-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; align-items: center; }
.downloads-grid > div:first-child > p { max-width: 530px; margin: 32px 0 0; color: var(--muted); line-height: 1.85; }
.document-list { border-top: 1px solid var(--line); }
.document-row { min-height: 112px; display: grid; grid-template-columns: 54px 1fr 44px; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); }
.doc-icon { width: 46px; height: 56px; display: grid; place-items: center; border: 1px solid var(--sage-300); color: var(--forest-700); }
.doc-icon svg { width: 30px; height: 36px; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.doc-icon-certificate svg { width: 34px; height: 34px; }
.document-row div { display: grid; }
.document-row strong { color: var(--forest-900); font-family: var(--serif); font-size: 1.18rem; font-weight: 400; }
.document-row small { margin-top: 4px; color: var(--muted); font-size: .67rem; }
.document-row button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; transition: color .2s, background .2s; }
.document-row button:hover { color: var(--white); background: var(--forest-800); }

.sample { color: var(--white); background: #102f27; }
.sample-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.sample-copy { position: static; }
.sample h2 { color: var(--white); }
.sample h2 em { color: var(--accent); }
.sample-copy > p { max-width: 540px; margin: 34px 0; color: rgba(255,255,255,.64); line-height: 1.85; }
.sample-contact { padding: 18px 0; display: flex; flex-direction: column; border-block: 1px solid rgba(255,255,255,.15); }
.sample-contact span { color: var(--accent); font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.sample-contact a { margin-top: 4px; font-family: var(--serif); font-size: 1.25rem; }
.b2b-notice { margin-top: 24px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.54); font-size: .72rem; line-height: 1.6; }
.b2b-notice svg { flex: 0 0 auto; width: 22px; height: 22px; stroke: var(--accent); stroke-width: 1.4; }
.sample-form { padding: 48px; color: var(--ink); background: var(--white); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.sample-form label:not(.consent) { display: grid; margin-bottom: 22px; color: var(--forest-800); font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sample-form input, .sample-form select, .sample-form textarea { width: 100%; margin-top: 8px; padding: 13px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--ink); background: transparent; font-size: .88rem; font-weight: 400; letter-spacing: 0; text-transform: none; transition: border-color .2s; }
.sample-form textarea { resize: vertical; }
.sample-form input:focus, .sample-form select:focus, .sample-form textarea:focus { border-color: var(--forest-700); }
.sample-form input::placeholder, .sample-form textarea::placeholder { color: #9ba6a0; }
.consent { margin: 0 0 24px; display: grid; grid-template-columns: 18px 1fr; gap: 11px; align-items: center; color: var(--muted); font-size: .7rem; line-height: 1.5; }
.consent input { width: 16px; height: 16px; margin: 0; align-self: center; accent-color: var(--forest-700); }
.form-submit { width: 100%; }
.form-note { margin: 12px 0 0; color: #89938e; font-size: .64rem; line-height: 1.5; text-align: center; }
.form-status { margin-top: 16px; padding: 12px; color: var(--forest-900); background: var(--sage-100); font-size: .76rem; text-align: center; }
.form-status[hidden] { display: none !important; }

.site-footer { padding: 80px max(32px, calc((100% - 1240px) / 2)) 28px; color: rgba(255,255,255,.62); background: #071d18; }
.footer-inner { display: grid; grid-template-columns: minmax(220px,.85fr) minmax(0,2.25fr) minmax(250px,.9fr); gap: clamp(38px,4vw,64px); padding-bottom: 68px; }
.brand-light { color: var(--white); }
.footer-brand p { max-width: 350px; margin: 22px 0 0; font-size: clamp(.82rem,.78rem + .12vw,.9rem); line-height: 1.75; }
.footer-column { display: flex; flex-direction: column; gap: 11px; font-size: clamp(.8rem,.77rem + .08vw,.86rem); line-height: 1.55; }
.footer-column a:hover, .footer-column button:hover { color: var(--white); }
.footer-column button { width: fit-content; padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; text-align: left; }
.footer-label { margin-bottom: 9px; color: var(--accent); font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-navigation { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 30px clamp(20px,2.4vw,40px); align-items: start; }
.footer-menu-group { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-menu-group > .footer-label { width: fit-content; margin-bottom: 5px; }
.footer-menu-links { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-menu-links a { color: rgba(255,255,255,.65); font-size: clamp(.76rem,.73rem + .08vw,.82rem); line-height: 1.48; }
.footer-menu-links a:hover, .footer-menu-links a:focus-visible { color: var(--white); }
.footer-contact { gap: 16px; }
.footer-contact-page-link { width: fit-content; }
.footer-contact-row { display: grid; grid-template-columns: 30px 1fr; gap: 11px; align-items: start; }
.footer-contact-row svg { width: 20px; height: 20px; margin-top: 3px; stroke: var(--accent); stroke-width: 1.4; }
.footer-contact-row > span { display: grid; }
.footer-address-value { display: inline-flex; align-items: flex-start; gap: 7px; }
.footer-address-link-icon { width: 11px !important; height: 11px !important; margin: 4px 0 0 !important; flex: 0 0 auto; stroke: var(--accent) !important; stroke-width: 1.55 !important; }
.footer-contact-row small { margin-bottom: 3px; color: rgba(255,255,255,.42); font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-contact-row strong { color: rgba(255,255,255,.82); font-size: .8rem; font-weight: 500; line-height: 1.55; }
.footer-legal-navigation { padding: 23px 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px clamp(20px,3vw,42px); border-top: 1px solid rgba(255,255,255,.1); }
.footer-legal-navigation a { position: relative; color: rgba(255,255,255,.62); font-size: clamp(.72rem,.69rem + .08vw,.78rem); line-height: 1.45; transition: color .18s; }
.footer-legal-navigation a:hover, .footer-legal-navigation a:focus-visible { color: var(--white); }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; letter-spacing: .02em; }

.global-search { width: min(980px, calc(100% - 48px)); max-height: min(760px, calc(100svh - 48px)); padding: 0; border: 1px solid rgba(13,48,39,.18); color: var(--ink); background: var(--ivory); box-shadow: 0 32px 90px rgba(3,23,18,.38); overflow: auto; }
.global-search::backdrop { background: rgba(3,23,18,.78); }
.search-panel { padding: 42px; }
.search-panel-header { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: start; }
.search-kicker { display: block; margin-bottom: 11px; color: var(--forest-700); font-size: .6rem; font-weight: 800; letter-spacing: .18em; }
.search-panel-header h2 { color: var(--forest-950); font-size: clamp(2.45rem, 4.5vw, 4rem); line-height: .96; }
.search-panel-header p { max-width: 620px; margin: 18px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.7; }
.search-close { width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border: 1px solid var(--line); background: transparent; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.search-close:hover, .search-close:focus-visible { color: var(--white); background: var(--forest-900); border-color: var(--forest-900); }
.search-close svg { width: 19px; height: 19px; stroke: currentColor; stroke-width: 1.4; }
.global-search-form { margin-top: 34px; }
.search-field { min-height: 62px; display: grid; grid-template-columns: 24px 1fr auto; gap: 14px; align-items: center; padding-left: 20px; border: 1px solid #cbd4ca; background: var(--white); }
.search-field > svg { width: 21px; height: 21px; stroke: var(--forest-700); stroke-width: 1.5; }
.search-field input { min-width: 0; height: 60px; padding: 0; border: 0; outline: 0; color: var(--forest-950); background: transparent; font-size: 1rem; }
.search-field input::placeholder { color: #89948e; }
.search-field button { align-self: stretch; min-width: 112px; padding: 0 22px; border: 0; color: var(--white); background: var(--forest-900); cursor: pointer; font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.search-field button:hover, .search-field button:focus-visible { color: var(--forest-950); background: var(--accent); }
.search-guidance { margin: 9px 0 0; color: #7a8881; font-size: .68rem; }
.search-live { min-height: 22px; margin-top: 14px; color: var(--muted); font-size: .72rem; }
.search-results { margin-top: 6px; border-top: 1px solid var(--line); }
.search-result { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 24px; align-items: center; padding: 20px 4px; border-bottom: 1px solid var(--line); }
.search-result > span:first-child { min-width: 0; display: grid; }
.search-result strong { color: var(--forest-900); font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.search-result small { margin-top: 4px; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.search-result > span:last-child { color: var(--forest-700); font-size: 1rem; transition: transform .2s; }
.search-result:hover > span:last-child { transform: translate(3px,-2px); }
.search-correction { margin: 10px 0 4px; padding: 10px 14px; border: 1px solid var(--line); color: var(--forest-800); background: var(--sage-100); cursor: pointer; font-size: .75rem; }
.search-correction strong { font-weight: 800; }
.search-view-all { margin-top: 14px; display: inline-flex; align-items: center; gap: 10px; padding-bottom: 2px; border-bottom: 1px solid var(--forest-700); color: var(--forest-800); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.search-suggestions { margin-top: 24px; }
.search-suggestions-heading { margin-bottom: 13px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.search-suggestions-heading > span { color: var(--forest-800); font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.search-suggestions-heading small { color: #7a8881; font-size: .66rem; }
.search-shortcuts { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.search-shortcut { min-height: 106px; padding: 20px; display: grid; grid-template-columns: 26px 1fr auto; gap: 14px; align-items: start; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f8f8f3; transition: color .2s, background .2s; }
.search-shortcut:hover, .search-shortcut:focus-visible { color: var(--white); background: var(--forest-900); }
.search-shortcut-index { padding-top: 3px; color: var(--sage-500); font-size: .57rem; font-weight: 800; }
.search-shortcut > span:nth-child(2) { display: grid; }
.search-shortcut strong { color: var(--forest-900); font-family: var(--serif); font-size: 1.08rem; font-weight: 400; transition: color .2s; }
.search-shortcut small { margin-top: 4px; color: var(--muted); font-size: .67rem; line-height: 1.5; transition: color .2s; }
.search-shortcut:hover strong, .search-shortcut:focus-visible strong { color: var(--white); }
.search-shortcut:hover small, .search-shortcut:focus-visible small { color: rgba(255,255,255,.64); }
.search-shortcut > span:last-child { font-size: .9rem; }
.search-shortcut[hidden] { display: none !important; }

.search-page { min-height: 100svh; background: var(--white); }
.search-results-page .site-header, .search-results-page .site-header.is-scrolled { color: var(--white); background: var(--forest-950); border-color: rgba(255,255,255,.14); box-shadow: none; }
.search-results-page .site-header .site-nav, .search-results-page .site-header .header-actions, .search-results-page .site-footer, .search-results-page .global-search, .search-results-page .section-rail, .search-results-page .contact-dock { display: none; }
.search-page-back { display: inline-flex; margin-bottom: 34px; color: var(--accent); font-size: .65rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.search-page-hero { padding: 166px 0 78px; color: var(--white); background: var(--forest-950); }
.search-page-hero h1 { color: var(--white); font-size: clamp(3.5rem, 6vw, 6rem); line-height: .94; }
.search-page-hero > .container > p { max-width: 650px; margin: 25px 0 0; color: rgba(255,255,255,.66); line-height: 1.8; }
.search-page-form { max-width: 850px; margin-top: 34px; }
.search-page-content { min-height: 440px; padding-top: 72px; padding-bottom: 110px; }
.search-page-heading { padding-bottom: 18px; display: flex; align-items: baseline; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.search-page-heading span { color: var(--forest-700); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.search-page-heading strong { color: var(--muted); font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.search-page-results { border-left: 1px solid var(--line); }
.search-page-result { min-height: 138px; padding: 26px 28px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 30px; align-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .2s, background .2s; }
.search-page-result > span:first-child { display: grid; }
.search-page-result small { color: var(--sage-500); font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.search-page-result strong { margin-top: 5px; color: var(--forest-900); font-family: var(--serif); font-size: 1.5rem; font-weight: 400; transition: color .2s; }
.search-page-result p { max-width: 760px; margin: 7px 0 0; color: var(--muted); font-size: .78rem; transition: color .2s; }
.search-page-result:hover, .search-page-result:focus-visible { color: var(--white); background: var(--forest-900); }
.search-page-result:hover strong, .search-page-result:focus-visible strong { color: var(--white); }
.search-page-result:hover p, .search-page-result:focus-visible p { color: rgba(255,255,255,.62); }
.search-page-result > span:last-child svg { width: 19px; height: 19px; stroke: currentColor; stroke-width: 1.4; }
.search-page-empty { min-height: 190px; padding: 38px 0; display: grid; grid-template-columns: 82px 1fr; gap: 26px; align-items: center; border-bottom: 1px solid var(--line); }
.search-page-empty > span { color: var(--sage-300); font-family: var(--serif); font-size: 3.4rem; line-height: 1; }
.search-page-empty strong { color: var(--forest-900); font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.search-page-empty p { max-width: 620px; margin: 7px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.7; }

.section-rail { position: fixed; z-index: 82; top: 50%; right: 0; display: grid; border: 1px solid rgba(183,198,176,.34); border-right: 0; background: rgba(8,37,30,.78); transform: translateY(-50%); box-shadow: 0 12px 32px rgba(4,25,19,.15); }
.section-rail a { position: relative; width: 40px; height: 38px; display: grid; place-items: center; border-bottom: 1px solid rgba(255,255,255,.12); }
.section-rail a:last-child { border-bottom: 0; }
.section-rail i { width: 6px; height: 6px; display: block; border-radius: 50%; background: var(--sage-300); transition: width .2s, height .2s, border-radius .2s, background .2s; }
.section-rail span { position: absolute; right: 48px; top: 50%; padding: 7px 11px; color: var(--white); background: var(--forest-900); opacity: 0; pointer-events: none; transform: translate(7px,-50%); transition: opacity .16s, transform .16s; white-space: nowrap; font-size: .6rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.section-rail a:hover span, .section-rail a:focus-visible span { opacity: 1; transform: translate(0,-50%); }
.section-rail a.is-active { background: rgba(189,207,120,.94); }
.section-rail a.is-active i { width: 16px; height: 2px; border-radius: 0; background: var(--forest-900); }

.contact-dock { position: fixed; z-index: 90; right: 20px; bottom: 20px; display: flex; gap: 8px; }
.dock-button { height: 46px; padding: 0 14px; display: flex; align-items: center; gap: 8px; border: 0; color: var(--white); box-shadow: 0 12px 30px rgba(8,37,30,.19); cursor: pointer; font-size: .65rem; font-weight: 700; }
.dock-button svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.4; }
.dock-button.whatsapp { background: #176d52; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

html[lang^="zh"] .hero h1 { font-size: clamp(4.35rem, 5.7vw, 5.5rem); line-height: 1.02; }
html[lang^="zh"] h2 { font-size: clamp(2.8rem, 4.5vw, 4.45rem); line-height: 1.08; }

@media (max-width: 1100px) {
    :root { --container: min(100% - 48px, 980px); }
    .site-nav { gap: 18px; }
    .site-nav a { font-size: .7rem; }
    .header-cta { display: none; }
    .product-passport-inner { grid-template-columns: 180px 1fr; }
    .passport-cell { padding-inline: 20px; }
    .laurel-grid, .sustainability-grid { gap: 65px; }
    .process-grid { grid-template-columns: 1fr 1fr; }
    .quality-strip { grid-template-columns: 1.4fr repeat(2, 1fr); }
    .quality-strip > div:nth-child(3) { border-right: 0; }
    .quality-strip > div:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.14); }
    .quality-future { grid-column: span 2; }
    .footer-inner { grid-template-columns: minmax(210px,.8fr) minmax(0,1.8fr); }
    .footer-navigation { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
    :root { --container: calc(100% - 40px); }
    .section { padding: 92px 0; }
    h2 { font-size: clamp(2.75rem, 10vw, 4.5rem); }
    .site-header { height: 72px; }
    .site-header.is-scrolled { height: 68px; }
    .site-nav { position: fixed; inset: 68px 0 0; padding: 55px 28px; display: none; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 20px; color: var(--white); background: var(--forest-950); }
    .site-nav.is-open { display: flex; }
    .site-nav a { font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
    .menu-toggle { display: block; }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .hero { min-height: 760px; }
    .hero-media { background-position: 61% center; }
    .hero-shade { background: linear-gradient(90deg, rgba(4,27,21,.9), rgba(4,27,21,.48)), linear-gradient(0deg, rgba(4,27,21,.7), transparent 50%); }
    .hero-copy { width: 92%; }
    .hero h1 { font-size: clamp(3.75rem, 14vw, 5.6rem); }
    .hero-copy > p { margin: 28px 0 30px; font-size: .92rem; }
    .hero-scroll { bottom: 22px; }
    .product-passport-inner { grid-template-columns: 1fr; }
    .passport-intro { padding: 28px 0; flex-direction: row; align-items: center; justify-content: space-between; gap: 30px; border-right: 0; border-bottom: 1px solid #cfd7cd; }
    .passport-intro span { margin: 0; }
    .passport-intro strong { max-width: none; font-size: 1.4rem; }
    .passport-grid { grid-template-columns: 1fr 1fr; }
    .passport-cell { min-height: 135px; border-bottom: 1px solid #cfd7cd; }
    .passport-cell:nth-child(2) { border-right: 0; }
    .passport-cell:nth-last-child(-n+2) { border-bottom: 0; }
    .section-rail { display: none; }
    .global-search { width: calc(100% - 24px); max-height: calc(100svh - 24px); }
    .search-panel { padding: 32px; }
    .intro-grid, .laurel-grid, .section-heading-wide, .sustainability-grid, .downloads-grid, .sample-shell { grid-template-columns: 1fr; gap: 52px; }
    .intro-copy { padding: 0; }
    .laurel-visual { min-height: 560px; order: 2; }
    .section-heading > p { max-width: 620px; }
    .process-card { min-height: 420px; }
    .downloads-grid { gap: 45px; }
    .sample-copy { position: static; }
    .sample-form { padding: 36px; }
    .footer-inner { grid-template-columns: 1fr; }
    .footer-navigation { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .footer-contact { grid-column: auto; }
    .footer-contact { display: grid; grid-template-columns: repeat(3, 1fr); }
    .footer-contact > .footer-label { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
    :root { --container: calc(100% - 32px); }
    .section { padding: 76px 0; }
    .brand-mark { width: 34px; height: 34px; }
    .brand-copy strong { font-size: 1rem; }
    .language-button > svg:first-child, .language-button .chevron { display: none; }
    .hero { min-height: 720px; }
    .hero-content { justify-content: flex-start; padding-top: 155px; }
    .hero-copy { width: 100%; }
    .hero h1 { font-size: clamp(3.35rem, 16vw, 4.65rem); }
    html[lang^="zh"] .hero h1 { font-size: clamp(2.7rem, 12.5vw, 3.25rem); }
    .hero-copy > p { max-width: 95%; font-size: .84rem; line-height: 1.7; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
    .button { min-height: 48px; }
    .hero-scroll { left: 16px; transform: none; }
    .product-passport-inner { width: 100%; }
    .passport-intro { padding: 24px 16px; align-items: flex-start; flex-direction: column; gap: 5px; }
    .passport-grid { grid-template-columns: 1fr; }
    .passport-cell { min-height: 112px; padding: 24px 16px; border-right: 0; border-bottom: 1px solid #cfd7cd; }
    .passport-cell:nth-child(2), .passport-cell:nth-last-child(-n+2) { border-bottom: 1px solid #cfd7cd; }
    .passport-cell:last-child { border-bottom: 0; }
    .passport-cell strong { font-size: 1.4rem; }
    .global-search { width: calc(100% - 16px); max-height: calc(100svh - 16px); }
    .search-panel { padding: 24px 20px; }
    .search-panel-header { gap: 16px; }
    .search-panel-header h2 { font-size: 2.45rem; }
    .search-panel-header p { font-size: .78rem; }
    .global-search-form { margin-top: 26px; }
    .search-field { min-height: 56px; grid-template-columns: 20px minmax(0,1fr) auto; gap: 10px; padding-left: 14px; }
    .search-field input { height: 54px; font-size: .86rem; }
    .search-field button { min-width: 70px; padding-inline: 13px; font-size: .61rem; }
    .search-suggestions-heading { align-items: flex-start; flex-direction: column; gap: 2px; }
    .search-shortcuts { grid-template-columns: 1fr; }
    .search-page-hero { padding: 138px 0 62px; }
    .search-page-hero h1 { font-size: 3rem; }
    .search-page-content { padding-top: 52px; padding-bottom: 76px; }
    .search-page-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
    .search-page-result { padding: 24px 20px; }
    .search-page-empty { grid-template-columns: 54px 1fr; gap: 16px; }
    .search-page-empty > span { font-size: 2.6rem; }
    .intro-grid { gap: 36px; }
    .intro-copy p { font-size: .94rem; }
    .laurel-grid { gap: 44px; }
    .laurel-visual { min-height: 470px; }
    .origin-stamp { min-width: 190px; padding: 20px; }
    .process-grid { grid-template-columns: 1fr; }
    .process-card { grid-column: auto; min-height: 380px; }
    .quality-strip { grid-template-columns: 1fr 1fr; }
    .quality-intro { grid-column: span 2; }
    .quality-strip > div:nth-child(3) { border-right: 0; }
    .quality-strip > div:nth-child(4) { border-right: 1px solid rgba(255,255,255,.14); }
    .quality-future { grid-column: span 2; }
    .supply-map { min-height: 510px; }
    .map-node { width: 150px; }
    .node-1 { top: 35px; left: 22px; }
    .node-2 { top: 187px; left: calc(50% - 75px); }
    .node-3 { right: 22px; bottom: 35px; }
    .sample-form { margin-inline: -4px; padding: 28px 22px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .footer-inner { grid-template-columns: 1fr; gap: 36px; }
    .footer-navigation { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 24px; }
    .footer-contact { display: flex; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
    .dock-button { width: 46px; padding: 0; justify-content: center; border-radius: 50%; }
    .dock-button span { display: none; }
    .contact-dock { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
    [data-reveal] { opacity: 1; transform: none; }
}

/* TSD Defne component layer */
body { background: var(--white); }
.site-header.is-scrolled { background: var(--white); }
.nav-list { display: flex; align-items: center; gap: clamp(17px, 2vw, 32px); margin: 0; padding: 0; list-style: none; }
.nav-item { position: static; }
.nav-item-line { display: flex; align-items: center; gap: 3px; }
.mega-toggle { width: 22px; height: 30px; padding: 0; display: grid; place-items: center; border: 0; color: currentColor; background: transparent; cursor: pointer; }
.mega-toggle svg { width: 13px; stroke: currentColor; stroke-width: 1.4; transition: transform .2s; }
.mega-panel { position: fixed; top: 84px; left: 50%; width: min(920px, calc(100% - 64px)); padding: 28px; display: grid; grid-template-columns: .68fr 1.32fr; gap: 30px; color: var(--ink); background: var(--white); border: 1px solid var(--line); box-shadow: 0 30px 80px rgba(3,23,18,.2); opacity: 0; visibility: hidden; transform: translate(-50%, 12px); transition: opacity .2s, visibility .2s, transform .2s; }
.site-header.is-scrolled .mega-panel { top: 74px; }
.nav-item:hover .mega-panel, .nav-item:focus-within .mega-panel { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav-item:hover .mega-toggle svg, .nav-item:focus-within .mega-toggle svg { transform: rotate(180deg); }
.mega-panel-intro { padding: 27px; color: var(--white); background: var(--forest-900); }
.mega-panel-intro > span { color: var(--accent); font-size: .58rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.mega-panel-intro strong { display: block; margin-top: 12px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.mega-panel-intro p { margin: 13px 0 0; color: rgba(255,255,255,.64); font-size: .75rem; line-height: 1.65; }
.mega-links { display: grid; grid-template-columns: 1fr 1fr; align-content: stretch; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.mega-links > a { min-height: 104px; padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s, color .2s; }
.mega-links > a::after { display: none; }
.mega-links > a:hover, .mega-links > a:focus-visible { color: var(--white); background: var(--forest-800); }
.mega-links > a span { display: flex; align-items: center; gap: 10px; }
.mega-links strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }
.mega-links svg { width: 18px; stroke: currentColor; stroke-width: 1.4; }

.hero-slides, .hero-slide, .hero-slide img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-slide { margin: 0; opacity: 0; visibility: hidden; transition: opacity 1s cubic-bezier(.2,.8,.2,1), visibility 1s; }
.hero-slide img { object-fit: cover; object-position: center; transform: scale(1.035); transition: transform 8s ease-out; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide.is-active img { transform: scale(1); }
.hero-shade { z-index: 1; pointer-events: none; }
.hero-controls { position: absolute; z-index: 4; top: 50%; left: max(20px, calc((100vw - 1240px) / 2 - 95px)); display: grid; gap: 5px; transform: translateY(-50%); }
.hero-controls button { min-width: 132px; height: 35px; padding: 0; display: grid; grid-template-columns: 20px 32px 1fr; gap: 8px; align-items: center; border: 0; color: rgba(255,255,255,.5); background: transparent; cursor: pointer; text-align: left; }
.hero-controls button > span { font-size: .56rem; font-weight: 800; letter-spacing: .1em; }
.hero-controls button i { height: 1px; display: block; background: rgba(255,255,255,.28); transition: width .25s, background .25s; }
.hero-controls button small { opacity: 0; transform: translateX(-5px); transition: opacity .25s, transform .25s; white-space: nowrap; font-size: .55rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-controls button:hover, .hero-controls button:focus-visible, .hero-controls button.is-active { color: var(--white); }
.hero-controls button.is-active i { background: var(--accent); }
.hero-controls button:hover small, .hero-controls button:focus-visible small, .hero-controls button.is-active small { opacity: 1; transform: none; }
.motion-link .motion-arrow, .text-link > svg { width: 18px; height: 18px; flex: 0 0 auto; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.motion-link .motion-arrow { animation: diagonal-drift 2.2s ease-in-out infinite; }
@keyframes diagonal-drift { 0%, 60%, 100% { transform: translate(0,0); } 78% { transform: translate(4px,-4px); } }
.hero-scroll { left: max(24px, calc((100vw - 1240px) / 2)); bottom: 28px; gap: 12px; transform: none; }
.hero-scroll-icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; }
.hero-scroll-icon svg { width: 17px; height: 17px; stroke: var(--accent); stroke-width: 1.5; animation: scroll-arrow 1.8s cubic-bezier(.2,.8,.2,1) infinite; }
@keyframes scroll-arrow { 0%, 100% { transform: translateY(-3px); opacity: .55; } 55% { transform: translateY(4px); opacity: 1; } }

.section-rail { right: 18px; width: 34px; padding: 9px 0; gap: 3px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: var(--forest-950); box-shadow: 0 15px 34px rgba(4,25,19,.2); }
.section-rail .rail-track { position: absolute; z-index: -1; top: 19px; bottom: 19px; left: 50%; width: 1px; background: rgba(255,255,255,.1); transform: translateX(-50%); }
.section-rail a { width: 32px; height: 29px; border: 0; border-radius: 50%; }
.section-rail i { width: 5px; height: 5px; border: 1px solid rgba(255,255,255,.5); background: var(--forest-950); }
.section-rail span[role="tooltip"] { right: 43px; padding: 6px 10px; border-radius: 2px; background: var(--forest-950); }
.section-rail a.is-active { background: transparent; }
.section-rail a.is-active i { width: 9px; height: 9px; border: 2px solid var(--forest-950); border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px var(--accent); }

.scroll-top { position: fixed; z-index: 88; bottom: 20px; left: 20px; height: 44px; padding: 0 14px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.14); color: var(--white); background: var(--forest-950); box-shadow: 0 12px 28px rgba(4,25,19,.2); opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .25s, visibility .25s, transform .25s, background .2s; cursor: pointer; }
.scroll-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.scroll-top:hover, .scroll-top:focus-visible { color: var(--forest-950); background: var(--accent); }
.scroll-top svg { width: 17px; stroke: currentColor; stroke-width: 1.5; }
.scroll-top span { font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.developer-credit { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.6); transition: color .2s; }
.developer-credit:hover, .developer-credit:focus-visible { color: var(--accent); }
.developer-credit svg { width: 16px; stroke: currentColor; stroke-width: 1.3; }


.page-header { position: relative; min-height: 590px; display: flex; align-items: flex-end; color: var(--white); background: var(--forest-950); overflow: hidden; }
.page-header-media, .page-header-shade, .page-header-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-header-media img { object-fit: cover; object-position: center; }
.page-header-shade { background: linear-gradient(90deg, rgba(4,27,21,.94), rgba(4,27,21,.62) 50%, rgba(4,27,21,.28)), linear-gradient(0deg, rgba(4,27,21,.7), transparent 70%); }
.page-header-inner { position: relative; z-index: 2; min-height: 590px; padding-top: 135px; padding-bottom: 72px; display: flex; flex-direction: column; justify-content: space-between; }
.breadcrumbs { min-height: 22px; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.6); font-size: .62rem; font-weight: 700; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs > a, .breadcrumbs > span { min-height: 22px; display: inline-flex; align-items: center; }
.breadcrumbs a:hover, .breadcrumbs a:focus-visible { color: var(--accent); }
.breadcrumbs > svg { width: 15px; height: 15px; display: block; align-self: center; flex: 0 0 auto; stroke: currentColor; stroke-width: 1.4; }
.breadcrumbs .breadcrumb-home { width: 22px; height: 22px; display: grid; place-items: center; border: 0; border-radius: 0; background: transparent; }
.breadcrumbs .breadcrumb-home svg { width: 18px; height: 18px; stroke-width: 1.35; }
.page-header-copy { width: min(850px, 80%); }
.page-header h1 { color: var(--white); font-size: clamp(4rem, 7vw, 7rem); line-height: .9; }
.page-header-copy > p { max-width: 710px; margin: 27px 0 0; color: rgba(255,255,255,.72); font-size: 1rem; line-height: 1.8; }
.page-header-index { position: absolute; right: 0; bottom: 70px; display: grid; justify-items: end; color: rgba(255,255,255,.3); }
.page-header-index span { font-size: .58rem; font-weight: 800; letter-spacing: .18em; }
.page-header-index strong { font-family: var(--serif); font-size: 3rem; font-weight: 400; }
.page-body { background: var(--white); }
.page-body-grid { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 110px; }
.page-main { min-width: 0; }
.rich-content { color: var(--muted); font-size: 1rem; line-height: 1.9; }
.page-body .rich-content p {
    text-align: justify;
    text-align-last: start;
    text-justify: inter-word;
    hyphens: auto;
    overflow-wrap: break-word;
}
html[lang^="zh"] .page-body .rich-content p { text-justify: inter-character; }
.rich-content > p:first-child { color: var(--forest-900); font-family: var(--serif); font-size: clamp(1.7rem, 2.8vw, 2.55rem); line-height: 1.35; }
.rich-content h2, .rich-content h3 { margin: 50px 0 18px; color: var(--forest-950); font-family: var(--serif); font-weight: 400; line-height: 1.1; }
.rich-content h2 { font-size: 2.4rem; }.rich-content h3 { font-size: 1.7rem; }
.rich-content ul { padding-left: 20px; }
.rich-table-scroll { width: 100%; margin: 24px 0 42px; overflow-x: auto; overscroll-behavior-inline: contain; border: 1px solid var(--line); }
.rich-table-scroll:focus-visible { outline: 2px solid var(--forest-700); outline-offset: 3px; }
.rich-content table { width: 100%; min-width: 640px; border-collapse: collapse; color: var(--forest-900); background: var(--white); font-size: .76rem; line-height: 1.55; }
.rich-content caption { padding: 13px 16px; color: var(--forest-700); border-bottom: 1px solid var(--line); text-align: left; font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.rich-content th, .rich-content td { padding: 15px 17px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.rich-content th:last-child, .rich-content td:last-child { border-right: 0; }
.rich-content tbody tr:last-child td { border-bottom: 0; }
.rich-content th { color: var(--forest-800); background: rgba(23,61,50,.05); font-size: .61rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.rich-content td:first-child { font-weight: 750; }
.rich-content td code { padding: 2px 5px; color: var(--forest-800); background: rgba(23,61,50,.07); font-size: .68rem; }
.page-highlights { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.page-highlights article { min-height: 210px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.page-highlights article > span { color: var(--sage-500); font-size: .62rem; font-weight: 800; }
.page-highlights article strong { display: block; margin-top: 25px; color: var(--forest-900); font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.page-highlights article p { margin: 10px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.6; }
.page-cta { margin-top: 44px; }
.contact-page-grid { margin: 55px 0 38px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-page-grid a { min-height: 175px; padding: 25px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-page-grid svg { width: 25px; height: 25px; margin-bottom: auto; stroke: var(--forest-700); stroke-width: 1.3; }
.contact-page-grid small { margin-top: 28px; color: var(--sage-500); font-size: .57rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-page-grid strong { margin-top: 5px; color: var(--forest-900); font-size: .75rem; font-weight: 600; }
.inner-contact-form { padding: 42px; border: 1px solid var(--line); background: #f8faf8; }
.inner-contact-form label { display: grid; gap: 7px; margin-bottom: 16px; color: var(--forest-800); font-size: .64rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.inner-contact-form input, .inner-contact-form select, .inner-contact-form textarea { width: 100%; border: 1px solid #cbd4ca; background: var(--white); }
.inner-contact-form input, .inner-contact-form select { height: 50px; padding: 0 14px; }.inner-contact-form textarea { padding: 13px 14px; resize: vertical; }
.dyno-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.dyno-form-grid label { display: grid; align-content: start; gap: 8px; margin-bottom: 18px; color: inherit; font-size: .64rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.dyno-form-grid label.field-wide { grid-column: 1 / -1; }
.dyno-form-grid label > span i { color: var(--accent); font-style: normal; }
.dyno-form-grid input, .dyno-form-grid select, .dyno-form-grid textarea { width: 100%; min-width: 0; }
.form-status { margin-top: 18px; padding: 13px 15px; font-size: .75rem; }
.form-status.is-success { color: #174b35; background: #dff1e5; }.form-status.is-error { color: #792c2c; background: #f7e2e2; }
.form-submit:disabled { opacity: .65; cursor: wait; }

/* Dyno injected systems */
.dyno-popup, [class*="dyno-popup"] { font-family: var(--sans); }
.dyno-popup__content, .dyno-popup-content, [class*="dyno-popup"] [class*="content"] { border-radius: 0 !important; }
.dyno-popup button, [class*="dyno-popup"] button { border-radius: 0; }
.dyno-accessibility-widget, [class*="accessibility-widget"] { z-index: 110 !important; }

@media (max-width: 1320px) {
    .hero-controls { left: 18px; }
    .hero-controls button small { display: none; }
    .hero-controls button { min-width: 60px; grid-template-columns: 18px 27px; }
}
@media (max-width: 1100px) {
    .nav-list { gap: 14px; }
    .mega-panel { top: 74px; width: calc(100% - 48px); }
    .page-body-grid { grid-template-columns: 220px minmax(0,1fr); gap: 65px; }
}
@media (max-width: 820px) {
    .site-nav { overflow: auto; }
    .nav-list { width: 100%; display: grid; gap: 5px; }
    .nav-item-line { justify-content: space-between; }
    .mega-toggle { width: 45px; height: 45px; }
    .mega-panel { position: static; width: 100%; max-height: 0; padding: 0; display: block; overflow: hidden; border: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; transition: max-height .3s; }
    .nav-item.is-expanded .mega-panel { max-height: 620px; padding-top: 12px; }
    .mega-panel-intro { display: none; }
    .mega-links { grid-template-columns: 1fr; border-color: rgba(255,255,255,.15); }
    .mega-links > a { min-height: 70px; padding: 14px 18px; border-color: rgba(255,255,255,.15); color: rgba(255,255,255,.78); font-size: 1rem; }
    .mega-links strong { color: inherit; font-family: var(--sans); font-size: .78rem; font-weight: 600; }
    .hero-controls { top: auto; right: 20px; bottom: 32px; left: auto; display: flex; transform: none; }
    .hero-controls button { min-width: 28px; width: 28px; grid-template-columns: 1fr; }
    .hero-controls button i, .hero-controls button small { display: none; }
    .hero-controls button > span { font-size: .6rem; }
    .hero-scroll { left: 20px; bottom: 30px; }
    .page-header, .page-header-inner { min-height: 520px; }
    .page-header-copy { width: 92%; }
    .page-header-index { display: none; }
    .page-body-grid { grid-template-columns: 1fr; gap: 55px; }
    .page-highlights, .contact-page-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
    .hero-slide img { object-position: 62% center; }
    .hero-controls { right: 12px; bottom: 88px; }
    .hero-scroll { bottom: 22px; }
    .hero-scroll > span:first-child { display: none; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .scroll-top { bottom: 14px; left: 14px; width: 44px; padding: 0; justify-content: center; border-radius: 50%; }
    .scroll-top span { display: none; }
    .page-header, .page-header-inner { min-height: 480px; }
    .page-header-inner { padding-top: 115px; padding-bottom: 50px; }
    .page-header h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
    .page-header-copy > p { font-size: .85rem; }
    .page-highlights, .contact-page-grid { grid-template-columns: 1fr; }
    .inner-contact-form { padding: 26px 20px; }
    .dyno-form-grid { grid-template-columns: 1fr; }
    .dyno-form-grid label.field-wide { grid-column: auto; }
}

/* TSD Defne refinement layer — 2026-08-06 */
.header-inner { position: relative; }
@media (min-width: 821px) {
    .site-nav { position: absolute; left: 50%; margin: 0; transform: translateX(-50%); }
    .header-actions { margin-left: auto; }
}

.mega-panel {
    top: 84px;
    width: min(780px, calc(100% - 56px));
    padding: 0;
    display: block;
    border: 1px solid #dfe5df;
    border-top: 3px solid var(--forest-700);
    box-shadow: 0 22px 54px rgba(5, 29, 22, .14);
}
.mega-panel-intro {
    padding: 20px 24px 18px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 7px 22px;
    align-items: baseline;
    color: var(--forest-950);
    background: var(--white);
    border-bottom: 1px solid var(--line);
}
.mega-panel-intro > span { grid-row: 1 / 3; align-self: start; padding-top: 6px; color: var(--sage-500); }
.mega-panel-intro strong { margin: 0; font-size: 1.55rem; }
.mega-panel-intro p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.mega-links { padding: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; border: 0; }
.mega-links > a { min-height: 72px; padding: 16px 18px; border: 0; color: var(--forest-900); background: #fafbfa; }
.mega-links > a:hover, .mega-links > a:focus-visible { color: var(--forest-950); background: var(--sage-100); }
.mega-links strong { font-family: var(--sans); font-size: .78rem; font-weight: 700; }
.mega-links svg { width: 16px; color: var(--forest-700); }

.hero-shade {
    background: linear-gradient(90deg, rgba(8, 17, 15, .8) 0%, rgba(8, 18, 16, .56) 40%, rgba(6, 12, 11, .14) 73%, rgba(5, 9, 8, .08) 100%), linear-gradient(0deg, rgba(3, 8, 7, .46), transparent 50%);
}
.hero-slide { transition: opacity .72s ease, visibility .72s ease; }
.hero-slide img, .hero-slide.is-active img { transform: none; transition: none; }
.hero-content { padding-left: clamp(124px, 10.5vw, 164px); transform: translateY(-24px); }
.hero-copy { width: min(680px, 73%); text-align: left; }
.hero h1 { font-size: clamp(3.7rem, 6.15vw, 6.25rem); line-height: .96; }
.hero-copy > p { max-width: 610px; margin: 27px 0 32px; }
.hero-controls { left: max(18px, calc((100vw - 1240px) / 2)); }
.hero-controls button { min-width: 106px; grid-template-columns: 18px 26px 1fr; }
.hero-controls button.is-active i { background: rgba(255,255,255,.7); }
.hero-controls button small { color: rgba(255,255,255,.76); }
.hero-scroll {
    left: 50%;
    bottom: 20px;
    gap: 7px;
    flex-direction: column;
    transform: translateX(-50%);
    transition: color .2s, transform .25s;
}
.hero-scroll:hover, .hero-scroll:focus-visible { color: var(--white); transform: translate(-50%, -3px); }
.mouse-scroll { position: relative; width: 22px; height: 34px; display: block; border: 1px solid rgba(255,255,255,.58); border-radius: 14px; }
.mouse-scroll i { position: absolute; top: 7px; left: 50%; width: 2px; height: 6px; border-radius: 2px; background: var(--white); transform: translateX(-50%); animation: mouse-wheel 1.8s ease-in-out infinite; }
.hero-scroll-arrow { width: 15px; height: 15px; stroke: rgba(255,255,255,.74); stroke-width: 1.5; animation: scroll-arrow 1.8s ease-in-out infinite; }
@keyframes mouse-wheel { 0%, 100% { opacity: .35; transform: translate(-50%, 0); } 55% { opacity: 1; transform: translate(-50%, 8px); } }

.intro-grid { display: block; }
.intro-copy { max-width: 760px; padding: 0; margin-top: 34px; }
.intro-copy p { margin-bottom: 28px; }
.section-heading-wide { display: block; }
.section-heading-wide > p { max-width: 700px; margin: 27px 0 0; }

.laurel-visual { background: var(--forest-900); }
.laurel-visual::before, .laurel-visual::after { display: none; }
.laurel-leaf-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.laurel-visual::after { content: ''; display: block; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,37,30,.04), rgba(8,37,30,.26)); }
.origin-stamp { z-index: 4; }

.supply-map { min-height: 330px; display: grid; place-items: center; padding: 42px 34px; background: #f4f7f3; }
.supply-map::before { opacity: .22; }
.supply-route { position: relative; z-index: 1; width: 100%; display: grid; grid-template-columns: minmax(135px, 1fr) 52px minmax(135px, 1fr) 52px minmax(135px, 1fr); align-items: center; }
.map-node { position: static; width: auto; min-height: 146px; padding: 22px; box-shadow: 0 12px 28px rgba(8,37,30,.055); }
.node-2 { color: var(--white); background: var(--forest-800); }
.route-connector { position: relative; height: 24px; display: flex; align-items: center; }
.route-connector i { width: 100%; height: 1px; background: #8ea096; }
.route-connector::before { content: ''; position: absolute; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--forest-700); }
.route-connector svg { position: absolute; right: -2px; width: 14px; height: 14px; stroke: var(--forest-700); stroke-width: 1.5; }

.section-rail {
    right: 16px;
    width: 28px;
    padding: 7px 0;
    gap: 1px;
    border: 1px solid #e0e5e1;
    border-radius: 16px;
    background: var(--white);
    box-shadow: 0 10px 26px rgba(5,29,22,.1);
}
.section-rail .rail-track { top: 16px; bottom: 16px; background: #e2e7e3; }
.section-rail a { width: 26px; height: 27px; }
.section-rail i { width: 4px; height: 4px; border: 0; background: #aab5ae; }
.section-rail a.is-active i { width: 8px; height: 8px; border: 2px solid var(--white); background: var(--forest-700); box-shadow: 0 0 0 1px var(--forest-700); }
.section-rail span[role="tooltip"] { right: 36px; padding: 6px 9px; color: var(--forest-900); background: var(--white); border: 1px solid var(--line); box-shadow: 0 8px 20px rgba(5,29,22,.1); }

.page-header, .page-header-inner { min-height: 400px; }
.page-header-inner { padding-top: 105px; padding-bottom: 42px; justify-content: flex-end; gap: clamp(22px, 2.35vw, 32px); }
.page-header-copy { width: min(760px, 82%); }
.page-header h1 { font-size: clamp(2.85rem, 4.4vw, 4.55rem); line-height: .98; }
.page-header-copy > p { max-width: 650px; margin-top: 18px; font-size: .9rem; line-height: 1.7; }
.page-header-index { display: none; }

.site-footer {
    position: relative;
    isolation: isolate;
    background: linear-gradient(rgba(4, 24, 19, .9), rgba(4, 24, 19, .96)), #041813;
}
.site-footer.is-background-ready { background: linear-gradient(rgba(4, 24, 19, .9), rgba(4, 24, 19, .96)), url('/themes/tsddefne/assets/images/footer-laurel-bg.jpg') center 58% / cover no-repeat; }
.site-footer::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(189,207,120,.035), transparent 38%); pointer-events: none; }
.developer-credit { gap: 0; }
.developer-credit strong { color: #d8e69c; font-weight: 800; letter-spacing: .025em; }
.developer-credit:hover strong, .developer-credit:focus-visible strong { color: var(--white); }
.developer-credit svg { display: none; }

.external-link-icon { width: 13px; height: 13px; margin-left: 6px; display: inline-block; flex: 0 0 auto; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.1em; }

.search-presets { margin-top: 14px; display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.search-presets > span { margin-right: 3px; color: var(--muted); font-size: .68rem; }
.search-presets button { padding: 6px 10px; border: 1px solid var(--line); border-radius: 18px; color: var(--forest-700); background: var(--white); cursor: pointer; font-size: .66rem; transition: border-color .2s, color .2s, background .2s; }
.search-presets button:hover, .search-presets button:focus-visible { border-color: var(--forest-700); color: var(--white); background: var(--forest-700); }

/* Dyno cookie consent */
#cookie-banner.cookie-banner {
    position: fixed !important;
    z-index: 10000 !important;
    right: 18px !important;
    bottom: 18px !important;
    left: 18px !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    color: var(--ink) !important;
    background: #ffffff !important;
    opacity: 1 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    font-family: var(--sans) !important;
}
#cookie-banner .cookie-banner-content {
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 18px 20px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 22px !important;
    align-items: center !important;
    border: 1px solid #d9dfda !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    opacity: 1 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 18px 54px rgba(4, 26, 20, .18) !important;
}
#cookie-banner .cookie-banner-text { margin: 0 !important; color: var(--muted) !important; font-size: .74rem !important; line-height: 1.65 !important; }
#cookie-banner .cookie-policy-link { color: var(--forest-800) !important; font-weight: 750 !important; text-decoration: underline !important; text-underline-offset: 3px !important; }
#cookie-banner .cookie-banner-actions { display: flex !important; flex-wrap: wrap !important; gap: 7px !important; justify-content: flex-end !important; }
#cookie-banner .cookie-btn, #cookie-settings-modal .cookie-btn {
    min-height: 38px !important;
    padding: 0 14px !important;
    border: 1px solid var(--forest-800) !important;
    border-radius: 2px !important;
    font-family: var(--sans) !important;
    font-size: .61rem !important;
    font-weight: 800 !important;
    letter-spacing: .05em !important;
    cursor: pointer !important;
}
#cookie-banner .cookie-btn-accept, #cookie-settings-modal .cookie-btn-save { color: var(--white) !important; background: var(--forest-800) !important; }
#cookie-banner .cookie-btn-reject, #cookie-banner .cookie-btn-settings { color: var(--forest-800) !important; background: var(--white) !important; }
#cookie-settings-modal.cookie-modal { position: fixed !important; z-index: 10020 !important; inset: 0 !important; padding: 20px !important; align-items: center !important; justify-content: center !important; background: rgba(4, 22, 17, .74) !important; font-family: var(--sans) !important; }
#cookie-settings-modal .cookie-modal-content { width: min(570px, 100%) !important; max-height: calc(100svh - 40px) !important; overflow: auto !important; border: 1px solid var(--line) !important; border-radius: 4px !important; color: var(--ink) !important; background: var(--white) !important; box-shadow: 0 28px 80px rgba(3,20,15,.28) !important; }
#cookie-settings-modal .cookie-modal-header { padding: 21px 24px !important; display: flex !important; align-items: center !important; justify-content: space-between !important; border-bottom: 1px solid var(--line) !important; }
#cookie-settings-modal .cookie-modal-header h3 { margin: 0 !important; color: var(--forest-950) !important; font-family: var(--serif) !important; font-size: 1.65rem !important; font-weight: 400 !important; }
#cookie-settings-modal .cookie-modal-close { width: 36px !important; height: 36px !important; padding: 0 !important; border: 1px solid var(--line) !important; border-radius: 50% !important; color: var(--forest-900) !important; background: transparent !important; cursor: pointer !important; font-size: 1.25rem !important; }
#cookie-settings-modal .cookie-modal-body { padding: 8px 24px !important; }
#cookie-settings-modal .cookie-category { padding: 18px 0 !important; display: grid !important; grid-template-columns: 44px 1fr !important; gap: 16px !important; align-items: start !important; border-bottom: 1px solid var(--line) !important; }
#cookie-settings-modal .cookie-category-info strong { color: var(--forest-900) !important; font-size: .78rem !important; }
#cookie-settings-modal .cookie-category-info p { margin: 5px 0 0 !important; color: var(--muted) !important; font-size: .7rem !important; line-height: 1.55 !important; }
#cookie-settings-modal .cookie-modal-footer { padding: 18px 24px 22px !important; }

/* Dyno accessibility */
#a11y-trigger {
    position: fixed !important;
    z-index: 10010 !important;
    top: 98px !important;
    right: 18px !important;
    left: auto !important;
    width: 48px !important;
    height: 48px !important;
    padding: 9px !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid #355c4d !important;
    border-radius: 50% !important;
    color: #fff !important;
    background: #0d3027 !important;
    box-shadow: 0 10px 28px rgba(5,29,22,.13) !important;
}
#a11y-trigger:hover, #a11y-trigger:focus-visible { background: #245a49 !important; box-shadow: 0 13px 32px rgba(5,29,22,.24) !important; }
#a11y-trigger img {
    width: 29px !important;
    height: 29px !important;
    display: block !important;
    object-fit: contain !important;
    border-radius: 0 !important;
    filter: none !important;
}
#a11y-panel {
    position: fixed !important;
    z-index: 10015 !important;
    top: 92px !important;
    right: 18px !important;
    left: auto !important;
    width: min(390px, calc(100vw - 36px)) !important;
    max-height: calc(100svh - 112px) !important;
    border: 1px solid #dce3dd !important;
    border-radius: 4px !important;
    color: #17211d !important;
    background: #fff !important;
    box-shadow: 0 24px 70px rgba(4,25,19,.22) !important;
    font-family: var(--sans) !important;
    overflow: hidden !important;
}
#a11y-panel-header { padding: 17px 18px !important; display: flex !important; align-items: center !important; justify-content: space-between !important; border-bottom: 1px solid #d9dfd8 !important; background: #fff !important; }
#a11y-panel-title { margin: 0 !important; color: #08251e !important; font-family: var(--sans) !important; font-size: .82rem !important; font-weight: 800 !important; letter-spacing: .02em !important; }
#a11y-close-btn { width: 34px !important; height: 34px !important; display: grid !important; place-items: center !important; border: 1px solid #d9dfd8 !important; border-radius: 50% !important; color: #123c31 !important; background: transparent !important; }
#a11y-panel-body { max-height: calc(100svh - 240px) !important; padding: 12px !important; overflow: auto !important; background: #f3f7f4 !important; }
#a11y-panel .a11y-opt-grid { display: grid !important; grid-template-columns: repeat(2, minmax(0,1fr)) !important; gap: 7px !important; }
#a11y-panel .a11y-opt-btn { min-width: 0 !important; min-height: 74px !important; padding: 12px 9px !important; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; gap: 7px !important; border: 1px solid #d9e2dc !important; border-radius: 3px !important; color: #123c31 !important; background: #fff !important; font-family: var(--sans) !important; font-size: .64rem !important; line-height: 1.25 !important; text-align: center !important; }
#a11y-panel .a11y-opt-btn.a11y-wide { grid-column: auto !important; }
#a11y-panel .a11y-opt-btn svg { width: 21px !important; height: 21px !important; fill: none !important; stroke: currentColor !important; stroke-width: 1.55 !important; }
#a11y-panel .a11y-opt-btn[aria-pressed="true"] { color: #fff !important; background: #245a49 !important; border-color: #245a49 !important; }
#a11y-panel-footer { padding: 12px 14px !important; border-top: 1px solid #d9dfd8 !important; background: #fff !important; }
#a11y-reset-btn { width: 100% !important; min-height: 40px !important; border: 1px solid #123c31 !important; border-radius: 2px !important; color: #123c31 !important; background: #fff !important; font-size: .66rem !important; font-weight: 800 !important; }

@media (max-width: 1100px) and (min-width: 821px) {
    .site-nav { gap: 11px; }
    .nav-list { gap: 12px; }
    .site-nav a { font-size: .66rem; }
    .hero-content { padding-left: 102px; }
}
@media (max-width: 820px) {
    .mega-panel { border: 0; border-radius: 0; }
    .hero-content { padding-left: 0; transform: translateY(-18px); }
    .hero-copy { width: min(620px, 92%); }
    .hero h1 { font-size: clamp(3.1rem, 12vw, 5rem); }
    .hero-controls { right: 18px; bottom: 84px; }
    .hero-scroll { left: 22px; bottom: 18px; transform: none; }
    .hero-scroll:hover, .hero-scroll:focus-visible { transform: translateY(-3px); }
    .supply-map { padding: 30px; }
    .supply-route { grid-template-columns: 1fr; }
    .route-connector { width: 24px; height: 48px; justify-self: center; transform: rotate(90deg); }
    .map-node { width: 100%; min-height: 122px; }
    .page-header, .page-header-inner { min-height: 365px; }
    .page-header-inner { padding-top: 94px; padding-bottom: 36px; }
    .page-header h1 { font-size: clamp(2.75rem, 10vw, 4rem); }
    #cookie-banner .cookie-banner-content { grid-template-columns: 1fr !important; gap: 14px !important; }
    #cookie-banner .cookie-banner-actions { justify-content: flex-start !important; }
}
@media (max-width: 560px) {
    .hero-scroll > span:first-child { display: block; }
    .hero-scroll { left: 18px; align-items: flex-start; }
    .hero-scroll-arrow { margin-left: 3px; }
    .section-rail { right: 9px; }
    .page-header, .page-header-inner { min-height: 345px; }
    .page-header h1 { font-size: clamp(2.45rem, 12vw, 3.45rem); }
    #cookie-banner.cookie-banner { right: 10px !important; bottom: 10px !important; left: 10px !important; }
    #cookie-banner .cookie-banner-content { padding: 16px !important; }
    #cookie-banner .cookie-banner-actions { display: grid !important; grid-template-columns: 1fr 1fr !important; }
    #cookie-banner .cookie-btn-settings { grid-column: 1 / -1 !important; }
    html body #a11y-trigger { top: 82px !important; right: 12px !important; bottom: auto !important; left: auto !important; }
    html body #a11y-panel { top: 74px !important; right: 10px !important; bottom: auto !important; left: auto !important; width: calc(100vw - 20px) !important; max-height: calc(100svh - 84px) !important; }
    #a11y-panel-body { max-height: calc(100svh - 220px) !important; }
}

.page-body-grid { display: block; }
.page-main { max-width: 920px; }
.rich-content h2 { padding-top: 28px; border-top: 1px solid var(--line); }

/* TSD Defne navigation and inner-page refinement — 2026-08-06 */
body { font-size: clamp(15px, .18vw + 14.35px, 16px); }
h2 { font-size: clamp(2.55rem, 4.65vw, 4.8rem); }
.hero h1 { font-size: clamp(3.45rem, 6vw, 6.1rem); }
.hero-copy > p, .intro-copy p, .laurel-copy > p, .sustainability-copy > p, .section-heading > p { font-size: clamp(.91rem, .28vw + .84rem, 1.02rem); }
.page-header h1 { font-size: clamp(2.65rem, 4.15vw, 4.3rem); }
.page-header-copy > p { font-size: clamp(.82rem, .18vw + .78rem, .92rem); }
.rich-content { font-size: clamp(.92rem, .18vw + .88rem, 1rem); }
.rich-content > p:first-child { font-size: clamp(1.55rem, 2.5vw, 2.4rem); }
.rich-content h2 { font-size: clamp(1.75rem, 2.7vw, 2.35rem); }
.rich-content h3 { font-size: clamp(1.35rem, 2vw, 1.7rem); }

.header-cta {
    min-width: 142px;
    min-height: 44px;
    padding: 0 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 850;
    line-height: 1;
    letter-spacing: .055em;
    text-align: center;
}

@media (min-width: 821px) {
    .mega-panel {
        top: 62px;
        width: min(900px, calc(100vw - 64px));
        min-height: 282px;
        padding: 0;
        display: grid;
        grid-template-columns: minmax(280px, .78fr) minmax(430px, 1.22fr);
        gap: 0;
        overflow: hidden;
        border: 1px solid rgba(15, 25, 21, .13);
        border-top: 0;
        background: var(--white);
        box-shadow: 0 24px 64px rgba(4, 15, 12, .2);
    }
    .site-header.is-scrolled .mega-panel { top: 57px; }
    .mega-panel-intro {
        position: relative;
        min-height: 282px;
        padding: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 0;
        overflow: hidden;
        color: var(--white);
        background: #111614;
        border: 0;
    }
    .mega-panel-intro::before {
        content: '';
        position: absolute;
        inset: -6px;
        background: none center / cover no-repeat;
        filter: grayscale(1) contrast(1.12);
        opacity: .62;
    }
    .site-header.has-navigation-media .mega-panel-intro::before { background-image: url('/themes/tsddefne/assets/images/footer-laurel-bg.jpg'); }
    .mega-panel-intro::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.86)); }
    .mega-panel-intro > * { position: relative; z-index: 1; }
    .mega-panel-intro > span { padding: 0 0 12px; color: rgba(255,255,255,.68); }
    .mega-panel-intro strong { margin: 0; color: var(--white); font-size: clamp(1.6rem, 2.2vw, 2.05rem); line-height: 1.05; }
    .mega-panel-intro p { max-width: 250px; margin: 13px 0 0; color: rgba(255,255,255,.68); font-size: .72rem; line-height: 1.6; }
    .mega-links {
        padding: 18px 28px;
        display: grid;
        grid-template-columns: 1fr;
        align-content: center;
        gap: 0;
        border: 0;
        counter-reset: mega-link;
    }
    .mega-links > a {
        min-height: 62px;
        padding: 0 2px;
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr) 18px;
        align-items: center;
        gap: 8px;
        border: 0;
        border-bottom: 1px solid #e3e7e4;
        color: #202723;
        background: transparent;
        counter-increment: mega-link;
        transition: color .2s, padding .2s;
    }
    .mega-links > a:last-child { border-bottom: 0; }
    .mega-links > a::before { content: '0' counter(mega-link); color: #8b958f; font-size: .57rem; font-weight: 800; letter-spacing: .08em; }
    .mega-links > a:hover, .mega-links > a:focus-visible { padding-left: 6px; color: var(--forest-700); background: transparent; }
    .mega-links strong { font-size: .79rem; font-weight: 750; }
    .mega-links svg { justify-self: end; color: currentColor; }
}

.hero-controls { left: 16px; }
.hero-scroll-arrow { display: none; }

.section-rail {
    right: 13px;
    width: 20px;
    padding: 4px 0;
    gap: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.section-rail .rail-track { top: 15px; bottom: 15px; background: rgba(34, 57, 48, .22); }
.section-rail a { width: 20px; height: 27px; border: 0; border-radius: 0; }
.section-rail i { width: 5px; height: 5px; border: 1px solid rgba(20, 50, 39, .5); background: rgba(255,255,255,.92); box-shadow: 0 1px 4px rgba(5,28,21,.15); }
.section-rail a.is-active { background: transparent; }
.section-rail a.is-active i { width: 8px; height: 8px; border: 2px solid var(--white); background: var(--forest-700); box-shadow: 0 0 0 1px var(--forest-700); }
.section-rail span[role="tooltip"] { right: 29px; padding: 6px 9px; border-radius: 0; }

.page-body-grid {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: clamp(54px, 7vw, 105px);
    align-items: start;
}
.page-content-column { min-width: 0; }
.page-side-menu { position: static; top: auto; min-width: 0; border-top: 2px solid var(--forest-800); }
.page-side-menu-group { padding: 19px 0 10px; border-bottom: 1px solid var(--line); }
.page-side-menu-group > .page-side-menu-group-title { display: block; min-height: 0; margin-bottom: 7px; padding: 0; color: #7f8d86; font-size: clamp(.64rem, .08vw + .62rem, .69rem); font-weight: 800; letter-spacing: .1em; line-height: 1.45; text-transform: uppercase; }
.page-side-menu-group > div { display: grid; }
.page-side-menu-group > div > a { min-height: 42px; padding: 8px 0; display: grid; grid-template-columns: minmax(0, 1fr) 15px; gap: 8px; align-items: center; color: var(--muted); font-size: clamp(.84rem, .12vw + .81rem, .9rem); font-weight: 500; line-height: 1.42; transition: color .18s, padding .18s; }
.page-side-menu-group > div > a svg { width: 14px; stroke: currentColor; stroke-width: 1.35; opacity: 0; transform: translateX(-4px); transition: opacity .18s, transform .18s; }
.page-side-menu-group > div > a:hover, .page-side-menu-group > div > a:focus-visible, .page-side-menu-group > div > a.is-current { padding-left: 5px; color: var(--forest-800); }
.page-side-menu-group > div > a:hover svg, .page-side-menu-group > div > a:focus-visible svg, .page-side-menu-group > div > a.is-current svg { opacity: 1; transform: none; }
.page-side-menu a.is-current { color: var(--forest-800); font-weight: 800; }
.page-side-menu-toggle { display: none; }

@media (prefers-reduced-motion: reduce) {
    .fancy-gallery-item img { transition: none !important; }
}
.page-main { max-width: 920px; }

/* Reusable inner-page field modules */
.field-section-heading { margin-bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.field-section-heading > div > span { display: block; margin-bottom: 8px; color: var(--forest-700); font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.field-section-heading h2 { margin: 0; color: var(--forest-950); font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.55rem); font-weight: 400; line-height: 1.05; }
.field-section-heading > strong { color: var(--muted); font-size: .72rem; font-weight: 700; }
.field-single-media, .fancy-gallery, .field-files, .field-videos, .field-showcase { margin-top: clamp(58px, 7vw, 86px); padding-top: 30px; border-top: 1px solid var(--line); }
.field-single-media figure { margin: 0; }
.field-single-media img { width: 100%; max-height: 590px; display: block; object-fit: cover; }
.field-single-media figcaption { padding: 14px 0; display: grid; gap: 3px; color: var(--muted); font-size: .76rem; }
.field-single-media figcaption strong { color: var(--forest-900); }

.fancy-gallery { border-top-color: #d9d9d7; }
.fancy-gallery-heading { margin-bottom: 18px; }
.fancy-gallery-heading h2 { margin: 0; color: #171717; font-family: var(--serif); font-size: clamp(1.65rem, 2.3vw, 2.15rem); font-weight: 400; line-height: 1.12; letter-spacing: -.045em; }
.fancy-gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; align-items: start; }
.fancy-gallery-item { min-width: 0; margin: 0; }
.fancy-gallery-item > button { width: 100%; aspect-ratio: 4 / 3; padding: 0; display: block; border: 0; border-radius: 0; background: #ededeb; cursor: zoom-in; overflow: hidden; }
.fancy-gallery-item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: opacity .2s ease, transform .28s ease; }
.fancy-gallery-item > button:hover img, .fancy-gallery-item > button:focus-visible img { opacity: .9; transform: scale(1.015); }
.fancy-gallery-item > button:focus-visible { outline: 2px solid #151515; outline-offset: 3px; }

.field-file-list { display: grid; gap: 10px; }
.field-file-row { min-height: 82px; padding: 13px 14px; display: grid; grid-template-columns: 50px minmax(0, 1fr) auto; gap: 15px; align-items: center; border: 1px solid #dfe2df; color: #17201d; background: #fff; transition: border-color .18s, background .18s; }
.field-file-row:hover, .field-file-row:focus-visible { border-color: #aeb4b0; background: #fafafa; }
.field-file-icon { width: 50px; height: 50px; display: grid; place-items: center; color: #626a66; border: 1px solid #dfe2df; background: #f5f6f5; }
.field-file-icon .file-icon { width: 29px; height: 29px; display: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.field-file-icon .file-icon-generic, .field-file-type.file-type-generic { display: inline-block; }
.field-file-type { display: none; }
.field-file-row[href$=".pdf" i] .field-file-icon { color: #a13b32; border-color: #ead6d3; background: #fbf4f3; }
.field-file-row:is([href$=".doc" i], [href$=".docx" i], [href$=".rtf" i]) .field-file-icon { color: #315a91; border-color: #d7e0eb; background: #f2f6fa; }
.field-file-row:is([href$=".xls" i], [href$=".xlsx" i], [href$=".csv" i]) .field-file-icon { color: #347157; border-color: #d4e3dc; background: #f2f8f5; }
.field-file-row:is([href$=".zip" i], [href$=".rar" i], [href$=".7z" i]) .field-file-icon { color: #8a652e; border-color: #e7ddca; background: #faf7f0; }
.field-file-row:is([href$=".jpg" i], [href$=".jpeg" i], [href$=".png" i], [href$=".webp" i], [href$=".svg" i]) .field-file-icon { color: #75508f; border-color: #e2d8e8; background: #f8f4fa; }
.field-file-row[href$=".pdf" i] :is(.file-icon-generic, .file-type-generic),
.field-file-row:is([href$=".doc" i], [href$=".docx" i], [href$=".rtf" i]) :is(.file-icon-generic, .file-type-generic),
.field-file-row:is([href$=".xls" i], [href$=".xlsx" i], [href$=".csv" i]) :is(.file-icon-generic, .file-type-generic),
.field-file-row:is([href$=".zip" i], [href$=".rar" i], [href$=".7z" i]) :is(.file-icon-generic, .file-type-generic),
.field-file-row:is([href$=".jpg" i], [href$=".jpeg" i], [href$=".png" i], [href$=".webp" i], [href$=".svg" i]) :is(.file-icon-generic, .file-type-generic) { display: none; }
.field-file-row[href$=".pdf" i] :is(.file-icon-pdf, .file-type-pdf),
.field-file-row:is([href$=".doc" i], [href$=".docx" i], [href$=".rtf" i]) :is(.file-icon-word, .file-type-word),
.field-file-row:is([href$=".xls" i], [href$=".xlsx" i], [href$=".csv" i]) :is(.file-icon-sheet, .file-type-sheet),
.field-file-row:is([href$=".zip" i], [href$=".rar" i], [href$=".7z" i]) :is(.file-icon-archive, .file-type-archive),
.field-file-row:is([href$=".jpg" i], [href$=".jpeg" i], [href$=".png" i], [href$=".webp" i], [href$=".svg" i]) :is(.file-icon-image, .file-type-image) { display: inline-block; }
.field-file-copy { min-width: 0; display: grid; gap: 5px; }
.field-file-copy small { color: #777e7a; font-size: .59rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.field-file-copy strong { overflow: hidden; color: #17201d; font-size: clamp(.8rem, .3vw + .74rem, .92rem); font-weight: 680; text-overflow: ellipsis; white-space: nowrap; }
.field-download-action { min-height: 40px; padding: 0 13px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; color: #fff; background: #17201d; font-size: .65rem; font-weight: 800; letter-spacing: .035em; }
.field-download-action svg { width: 17px; height: 17px; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.field-file-row:hover .field-download-action, .field-file-row:focus-visible .field-download-action { background: #2b3430; }
html[data-theme="dark"] .field-file-row { color: #eef1ef; border-color: #35403b; background: #111a16; }
html[data-theme="dark"] .field-file-row:hover, html[data-theme="dark"] .field-file-row:focus-visible { border-color: #66716b; background: #17211d; }
html[data-theme="dark"] .field-file-copy strong { color: #f1f3f2; }
html[data-theme="dark"] .field-file-copy small { color: #a8afab; }
html[data-theme="dark"] .field-download-action { color: #151a18; background: #f1f3f2; }

.field-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field-video-grid figure { margin: 0; background: #071b15; }
.field-video-grid video { width: 100%; aspect-ratio: 16 / 9; display: block; background: #071b15; }
.field-video-grid figcaption { padding: 13px 16px; color: rgba(255,255,255,.72); border-top: 1px solid rgba(255,255,255,.12); font-size: .7rem; }

.field-value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.field-value-grid article { min-height: 116px; padding: 18px; display: flex; flex-direction: column; gap: 10px; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow-wrap: anywhere; }
.field-value-grid article small, .field-richtext-example > small, .field-json-example > small, .field-repeater-label small { color: var(--forest-700); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.field-value-grid article strong, .field-value-grid article a { color: var(--forest-900); font-size: .84rem; font-weight: 650; }
.field-value-grid article p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.field-value-grid .field-value-wide { grid-column: span 2; }
.field-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.field-tags span { padding: 6px 9px; color: var(--forest-800); border: 1px solid var(--line); font-size: .65rem; font-weight: 650; }
.field-color-value { display: flex; align-items: center; gap: 9px; }
.field-color-value i { width: 24px; height: 24px; display: block; border: 1px solid var(--line); background: var(--field-color); }
.field-richtext-example, .field-json-example, .field-repeater { margin-top: 24px; padding: 24px; border: 1px solid var(--line); }
.field-richtext-example > div { margin-top: 14px; color: var(--muted); line-height: 1.75; }
.field-richtext-example p { margin: 0; }
.field-json-example pre { margin: 15px 0 0; padding: 16px; color: var(--forest-900); border: 1px solid var(--line); background: rgba(23,61,50,.035); overflow: auto; white-space: pre-wrap; overflow-wrap: anywhere; }
.field-json-example code { font-size: .72rem; line-height: 1.65; }
.field-repeater { padding: 0; border: 0; }
.field-repeater-label { margin-bottom: 13px; }
.field-repeater-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.field-repeater-grid article { padding: 20px; display: grid; align-content: start; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.field-repeater-grid img { width: 100%; aspect-ratio: 16 / 10; margin-bottom: 18px; object-fit: cover; }
.field-repeater-grid article > span { color: var(--forest-700); font-size: .62rem; font-weight: 800; }
.field-repeater-grid article > strong { margin-top: 7px; color: var(--forest-900); font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.field-repeater-grid article > p { margin: 9px 0 16px; color: var(--muted); font-size: .78rem; line-height: 1.6; }

.fancy-dialog { position: fixed; inset: 0; width: 100vw; max-width: none; height: 100svh; max-height: none; margin: 0; padding: 0; border: 0; color: #fff; background: rgba(8,8,8,.97); overflow: hidden; }
.fancy-dialog[open] { display: grid; place-items: center; }
.fancy-dialog::backdrop { background: rgba(0,0,0,.96); }
.fancy-dialog figure { width: fit-content; max-width: calc(100vw - 150px); height: fit-content; max-height: calc(100svh - 72px); margin: 0; display: flex; flex-direction: column; align-items: stretch; }
.fancy-dialog figure img { width: auto; max-width: 100%; height: auto; max-height: calc(100svh - 132px); display: block; object-fit: contain; }
.fancy-dialog figcaption { min-height: 38px; padding: 12px 20px 0; color: rgba(255,255,255,.72); border: 0; background: transparent; text-align: center; font-size: .74rem; }
.fancy-dialog-close, .fancy-dialog-nav { position: fixed; z-index: 2; width: 46px; height: 46px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; background: rgba(18,18,18,.88); cursor: pointer; transition: color .18s, background .18s, border-color .18s; }
.fancy-dialog-close:hover, .fancy-dialog-close:focus-visible, .fancy-dialog-nav:hover, .fancy-dialog-nav:focus-visible { color: #111; background: #fff; }
.fancy-dialog-close { top: 18px; right: 18px; }
.fancy-dialog-nav { top: 50%; transform: translateY(-50%); }
.fancy-dialog-nav.is-prev { left: 18px; }.fancy-dialog-nav.is-next { right: 18px; }
.fancy-dialog-close svg, .fancy-dialog-nav svg { width: 21px; stroke: currentColor; stroke-width: 1.4; }

html[data-theme="dark"] .field-value-grid article,
html[data-theme="dark"] .field-richtext-example,
html[data-theme="dark"] .field-json-example,
html[data-theme="dark"] .field-repeater-grid article { background: #0f1c17; }
html[data-theme="dark"] .rich-content table { color: var(--ink); background: #101c18; }
html[data-theme="dark"] .rich-content th { background: #17261f; }
html[data-theme="dark"] .fancy-gallery { border-top-color: #383838; }
html[data-theme="dark"] .fancy-gallery-heading h2 { color: #f1f1f1; }
html[data-theme="dark"] .fancy-gallery-item > button { background: #101010; }

@media (max-width: 820px) {
    .field-value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .field-video-grid { grid-template-columns: 1fr; }
    .fancy-gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
    .field-section-heading { align-items: start; }
    .fancy-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .field-file-row { grid-template-columns: 44px minmax(0, 1fr); padding: 12px; gap: 12px; }
    .field-file-icon { width: 44px; height: 44px; }
    .field-download-action { grid-column: 1 / -1; width: 100%; }
    .field-value-grid { grid-template-columns: 1fr; }
    .field-value-grid .field-value-wide { grid-column: auto; }
    .field-repeater-grid { grid-template-columns: 1fr; }
    .fancy-dialog figure { max-width: calc(100vw - 24px); max-height: calc(100svh - 88px); }
    .fancy-dialog figure img { max-height: calc(100svh - 146px); }
    .fancy-dialog-close { top: 10px; right: 10px; }
    .fancy-dialog-nav { top: auto; bottom: 12px; transform: none; }
    .fancy-dialog-nav.is-prev { left: 12px; }.fancy-dialog-nav.is-next { right: 12px; }
    .fancy-dialog figcaption { padding-inline: 58px; }
}

.inner-contact-form { padding: 34px 0; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; }
.inner-contact-form input, .inner-contact-form select, .inner-contact-form textarea,
.sample-form input, .sample-form select, .sample-form textarea {
    border: 0;
    border-bottom: 1px solid #bfc9c2;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    outline: 0;
}
.inner-contact-form input, .inner-contact-form select { height: 48px; padding: 0; }
.inner-contact-form textarea { padding: 13px 0; }
.inner-contact-form input:focus, .inner-contact-form select:focus, .inner-contact-form textarea:focus,
.sample-form input:focus, .sample-form select:focus, .sample-form textarea:focus { border-bottom-color: var(--forest-700); }
.inner-contact-form select, .sample-form select {
    padding-right: 48px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='m4 6 4 4 4-4' stroke='%23245a49' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.contact-dock { right: 78px; bottom: 18px; gap: 8px; }
.dock-button {
    position: relative;
    width: 48px;
    height: 48px;
    padding: 0;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    box-shadow: 0 10px 26px rgba(4,24,18,.18);
    transition: transform .2s, box-shadow .2s;
}
.dock-button:hover, .dock-button:focus-visible { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(4,24,18,.24); }
.dock-button svg { width: 23px; height: 23px; fill: currentColor; stroke: none; }
.dock-button span { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.dock-button.whatsapp { background: #25d366; }

#a11y-trigger { top: auto !important; right: 18px !important; bottom: 18px !important; left: auto !important; }
#a11y-panel { top: auto !important; right: 18px !important; bottom: 78px !important; left: auto !important; max-height: calc(100svh - 98px) !important; }

@media (max-width: 1100px) and (min-width: 821px) {
    .header-cta { min-width: 124px; padding-inline: 14px; font-size: .61rem; }
    .page-body-grid { grid-template-columns: 210px minmax(0, 1fr); gap: 54px; }
}

@media (max-width: 820px) {
    .hero-controls { right: auto; left: 18px; bottom: 82px; }
    .page-body-grid { display: block; }
    .page-side-menu { position: static; margin-bottom: 46px; }
    .page-side-menu nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
    .page-side-menu-group { min-width: 0; }
    .page-header h1 { font-size: clamp(2.5rem, 9vw, 3.85rem); }
}

@media (max-width: 560px) {
    .hero h1 { font-size: clamp(2.85rem, 12.5vw, 4.15rem); }
    .hero-controls { right: auto; left: 12px; bottom: 82px; }
    .section-rail { right: 7px; }
    .page-header h1 { font-size: clamp(2.25rem, 11vw, 3.15rem); }
    .page-side-menu nav { grid-template-columns: 1fr; gap: 0; }
    .page-side-menu-group { padding: 12px 0 6px; }
    .contact-dock { right: 72px; bottom: calc(14px + env(safe-area-inset-bottom)); }
    .dock-button { width: 46px; height: 46px; }
    html body #a11y-trigger { top: auto !important; right: 12px !important; bottom: 14px !important; left: auto !important; }
    html body #a11y-panel { top: auto !important; right: 10px !important; bottom: 72px !important; left: auto !important; width: calc(100vw - 20px) !important; max-height: calc(100svh - 82px) !important; }
}

@media (max-width: 820px) {
    .page-side-menu { margin-bottom: 38px; border-top: 0; }
    .page-side-menu-toggle {
        width: 100%;
        min-height: 72px;
        padding: 14px 0;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 38px;
        gap: 16px;
        align-items: center;
        border: 0;
        border-top: 2px solid var(--forest-800);
        border-bottom: 1px solid var(--line);
        color: var(--forest-900);
        background: transparent;
        cursor: pointer;
        text-align: left;
    }
    .page-side-menu-toggle > span { min-width: 0; display: grid; gap: 3px; }
    .page-side-menu-toggle small { color: #7f8d86; font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
    .page-side-menu-toggle strong { overflow: hidden; font-family: var(--serif); font-size: 1.2rem; font-weight: 400; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
    .page-side-menu-toggle > svg { width: 20px; height: 20px; justify-self: end; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; transition: transform .28s cubic-bezier(.22,1,.36,1); }
    .page-side-menu.is-open .page-side-menu-toggle > svg { transform: rotate(180deg); }
    .page-side-menu nav[hidden] { display: none !important; }
    .page-side-menu.is-open nav { padding-top: 10px; }
}

/* Interface controls, document actions and alternate colour mode */
html[data-font-scale="smallest"] { font-size: 13px; }
html[data-font-scale="small"] { font-size: 14.5px; }
html[data-font-scale="normal"] { font-size: 16px; }
html[data-font-scale="large"] { font-size: 18.5px; }
html[data-font-scale="largest"] { font-size: 20.5px; }

.theme-toggle {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 0;
    color: inherit;
    background: transparent;
    cursor: pointer;
}
.theme-toggle:hover, .theme-toggle:focus-visible { color: var(--forest-950); background: var(--accent); }
.theme-toggle svg { width: 19px; height: 19px; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.theme-icon-sun { display: none; }
html[data-theme="dark"] .theme-icon-sun { display: block; }
html[data-theme="dark"] .theme-icon-moon { display: none; }

.tooltip-control::after,
.dock-button::after,
#a11y-trigger[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    z-index: 120;
    right: 50%;
    bottom: calc(100% + 10px);
    width: max-content;
    max-width: 210px;
    padding: 7px 9px;
    color: #fff;
    background: #0a1c16;
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 8px 24px rgba(3,18,14,.2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(50%, 4px);
    transition: opacity .16s, visibility .16s, transform .16s;
    white-space: nowrap;
    font-family: var(--sans);
    font-size: .63rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.3;
    text-transform: none;
}
.tooltip-control:hover::after, .tooltip-control:focus-visible::after,
.dock-button:hover::after, .dock-button:focus-visible::after,
#a11y-trigger[data-tooltip]:hover::after, #a11y-trigger[data-tooltip]:focus-visible::after {
    opacity: 1;
    visibility: visible;
    transform: translate(50%, 0);
}
.theme-toggle::after { right: 0; bottom: auto; top: calc(100% + 10px); transform: translate(0, -4px); }
.theme-toggle:hover::after, .theme-toggle:focus-visible::after { transform: none; }

@media (min-width: 821px) {
    .mega-panel { border: 0; outline: 0; box-shadow: 0 26px 70px rgba(4,15,12,.21); }
    .mega-panel-intro { border: 0; }
    .mega-panel-intro::before { inset: 0; }
}

.document-copy { min-width: 0; display: grid; }
.document-action {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--forest-800);
    transition: color .2s, background .2s, border-color .2s, transform .2s;
}
.document-action svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.document-row:hover .document-action, .document-row:focus-visible .document-action { color: var(--white); background: var(--forest-800); border-color: var(--forest-800); transform: translateX(3px); }

.sample-copy { position: static !important; align-self: start; height: fit-content; }
.sample-copy[data-reveal] { transform: none; }

.page-header-tools {
    position: absolute;
    right: 0;
    bottom: 48px;
    display: flex;
    gap: 7px;
}
.page-header-tools button {
    position: relative;
    width: 39px;
    height: 39px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.34);
    color: var(--white);
    background: rgba(5,23,18,.22);
    cursor: pointer;
    font-size: .72rem;
    font-weight: 800;
    transition: color .2s, background .2s, border-color .2s;
}
.page-header-tools button:hover, .page-header-tools button:focus-visible { color: var(--forest-950); background: var(--accent); border-color: var(--accent); }
.page-header-tools button:disabled { opacity: .42; cursor: not-allowed; }
.page-header-tools button:disabled:hover { color: var(--white); background: rgba(5,23,18,.22); border-color: rgba(255,255,255,.34); }
.page-share-button svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.page-share-status {
    position: absolute;
    z-index: 4;
    top: calc(100% + 8px);
    right: 0;
    width: max-content;
    max-width: min(230px, 70vw);
    padding: 8px 11px;
    color: var(--forest-950);
    background: var(--white);
    box-shadow: 0 10px 28px rgba(3,20,15,.2);
    font-size: .65rem;
    font-weight: 700;
    line-height: 1.35;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity .18s, transform .18s;
}
.page-share-status.is-visible { opacity: 1; transform: none; }

.dock-button span { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

html[data-theme="dark"] {
    color-scheme: dark;
    --forest-950: #f3f7f4;
    --forest-900: #e7efe9;
    --forest-800: #c9d8ce;
    --forest-700: #a9c6b7;
    --sage-500: #9db296;
    --sage-300: #60736a;
    --sage-100: #192720;
    --ivory: #0b1512;
    --white: #fff;
    --ink: #edf3ef;
    --muted: #a8b6af;
    --line: #2a3b34;
}
html[data-theme="dark"] body,
html[data-theme="dark"] .intro,
html[data-theme="dark"] .sustainability,
html[data-theme="dark"] .downloads,
html[data-theme="dark"] .search-page,
html[data-theme="dark"] .page-body { background: var(--ivory); }
html[data-theme="dark"] .inner-contact-form,
html[data-theme="dark"] .contact-page-grid a { color: var(--ink); background: #101c18; border-color: var(--line); }
html[data-theme="dark"] .inner-contact-form input,
html[data-theme="dark"] .inner-contact-form select,
html[data-theme="dark"] .inner-contact-form textarea { color: var(--ink); background: transparent; border-color: #60736a; }
html[data-theme="dark"] .product-passport { background: #111e19; }
html[data-theme="dark"] .passport-intro,
html[data-theme="dark"] .passport-cell { border-color: var(--line); }
html[data-theme="dark"] .site-header.is-scrolled { color: var(--ink); background: rgba(10,20,16,.96); border-color: var(--line); }
html[data-theme="dark"] .mega-panel,
html[data-theme="dark"] .language-menu,
html[data-theme="dark"] .global-search { color: var(--ink); background: #101c18 !important; border-color: var(--line) !important; }
html[data-theme="dark"] #cookie-banner.cookie-banner,
html[data-theme="dark"] #cookie-banner .cookie-banner-content { color: #17241f !important; background: #ffffff !important; border-color: #d9dfda !important; }
html[data-theme="dark"] .mega-links > a,
html[data-theme="dark"] .search-shortcut { color: var(--ink); background: #13211b; border-color: var(--line); }
html[data-theme="dark"] .mega-links > a { border-bottom-color: var(--line); }
html[data-theme="dark"] .mega-links > a:hover,
html[data-theme="dark"] .search-shortcut:hover { color: var(--white); background: #244d3d; }
html[data-theme="dark"] .sample-form { color: var(--ink); background: #13211b; }
html[data-theme="dark"] .supply-map { background: #13211b; }
html[data-theme="dark"] .map-node { background: #182720; border-color: var(--line); }
html[data-theme="dark"] .node-2 { color: #fff; background: #245a49; }
html[data-theme="dark"] .search-field { border-color: var(--line); background: #13211b; }
html[data-theme="dark"] .search-field input { color: var(--ink); }
html[data-theme="dark"] .search-page-hero,
html[data-theme="dark"] .facility,
html[data-theme="dark"] .sample { color: #fff; background: #07120f; }
html[data-theme="dark"] .button-solid,
html[data-theme="dark"] .search-field button { color: #fff; background: #245a49; border-color: #245a49; }
html[data-theme="dark"] .hero .button-light { color: #0b2e25; background: #f4f6f5; border-color: #f4f6f5; }
html[data-theme="dark"] #a11y-panel { color: #edf3ef !important; background: #0e1915 !important; border-color: #30433a !important; }
html[data-theme="dark"] #a11y-panel-header,
html[data-theme="dark"] #a11y-panel-footer { background: #0e1915 !important; border-color: #30433a !important; }
html[data-theme="dark"] #a11y-panel-title { color: #f0f6f2 !important; }
html[data-theme="dark"] #a11y-close-btn { color: #d7e5dc !important; border-color: #40564b !important; }
html[data-theme="dark"] #a11y-panel-body { background: #09130f !important; }
html[data-theme="dark"] #a11y-panel .a11y-opt-btn { color: #dbe8e0 !important; background: #13211b !important; border-color: #30433a !important; }
html[data-theme="dark"] #a11y-panel .a11y-opt-btn[aria-pressed="true"] { color: #08251e !important; background: #bdcf78 !important; border-color: #bdcf78 !important; }
html[data-theme="dark"] #a11y-reset-btn { color: #dbe8e0 !important; background: #13211b !important; border-color: #60776b !important; }

@media (max-width: 820px) {
    .sample-copy { position: static !important; }
    .page-header-tools { right: 0; bottom: 38px; }
    .theme-toggle { width: 36px; }
    .header-cta { display: none; }
    .tooltip-control::after { display: none; }
}

@media (max-width: 560px) {
    .page-header-copy { width: 100%; }
    .page-header-tools { right: 0; bottom: 18px; }
    .page-header-tools button { width: 35px; height: 35px; }
    .theme-toggle { display: grid; }
}

/* Unified identity, type scale and responsive homepage — 2026-08-07 */
.brand-mark { width: 40px; height: 40px; }
.brand-copy strong { font-size: 1.18rem; }
.brand-copy span { font-size: .59rem; }
.nav-list { gap: clamp(14px, 1.55vw, 25px); }
.site-nav a { font-size: clamp(.77rem, .14vw + .74rem, .84rem); font-weight: 650; line-height: 1.25; }
.header-cta { font-size: .69rem; }

.motion-link .motion-arrow {
    animation: none;
    transform: translate3d(0, 0, 0);
    transition: transform .38s cubic-bezier(.22, 1, .36, 1);
}
.motion-link:hover .motion-arrow,
.motion-link:focus-visible .motion-arrow { transform: translate3d(3px, -3px, 0); }

.vision-mission-sections { display: grid; gap: clamp(72px, 8vw, 112px); }
.direction-section { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(260px, .92fr); gap: clamp(42px, 6vw, 74px); align-items: center; }
.direction-section-mission { grid-template-columns: minmax(260px, .92fr) minmax(0, 1.08fr); }
.direction-section-mission .direction-media { order: 2; }
.direction-media { aspect-ratio: 3 / 2; overflow: hidden; border-radius: 4px; background: #ecefed; }
.direction-media img { width: 100%; height: 100%; object-fit: cover; }
.direction-copy > span { display: block; margin-bottom: 20px; color: var(--sage-500); font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.direction-copy h2 { font-size: clamp(2.25rem, 4vw, 3.45rem); line-height: 1.02; }
.direction-copy p { margin: 26px 0 0; color: var(--muted); font-size: clamp(.94rem, .15vw + .91rem, 1rem); line-height: 1.9; text-align: justify; }

@media (max-width: 1100px) and (min-width: 821px) {
    .nav-list { gap: 11px; }
    .site-nav a { font-size: .73rem; }
    .brand { gap: 8px; }
    .brand-mark { width: 36px; height: 36px; }
    .brand-copy strong { font-size: 1.03rem; }
    .header-actions { gap: 7px; }
}

@media (max-width: 820px) {
    :root { --container: calc(100% - 40px); }
    .site-header { height: 76px; }
    .site-header.is-scrolled { height: 70px; }
    .header-inner { gap: 10px; }
    .brand-mark { width: 39px; height: 39px; }
    .brand-copy strong { font-size: 1.08rem; }
    .brand-copy span { font-size: .55rem; }
    .header-actions { gap: 3px; }
    .search-trigger, .theme-toggle, .menu-toggle { width: 40px; height: 40px; }
    .language-button { min-width: 34px; height: 40px; justify-content: center; font-size: .72rem; }
    .site-nav { inset: 70px 0 0; padding: 38px 24px 52px; gap: 14px; }
    .site-nav a { font-size: clamp(1.35rem, 5.5vw, 1.8rem); line-height: 1.15; }

    .hero { min-height: 760px; height: 100svh; }
    .hero-shade { background: linear-gradient(90deg, rgba(6,19,15,.9), rgba(6,19,15,.54)), linear-gradient(0deg, rgba(4,14,11,.78) 0%, transparent 48%); }
    .hero-content { justify-content: center; padding: 108px 0 168px; transform: none; }
    .hero-copy { width: min(620px, 94%); }
    .hero h1 { font-size: clamp(3.15rem, 11.5vw, 4.8rem); line-height: .96; }
    html[lang^="zh"] .hero h1 { font-size: clamp(2.75rem, 9.5vw, 4rem); line-height: 1.08; }
    .hero-copy > p { max-width: 540px; margin: 23px 0 28px; font-size: .96rem; line-height: 1.72; }
    .hero-actions { flex-flow: row wrap; gap: 18px 24px; }
    .hero-actions .button { min-height: 48px; padding-inline: 20px; }
    .hero-controls { top: auto; right: auto; bottom: 78px; left: 20px; display: flex; gap: 5px; transform: none; }
    .hero-controls button { width: 36px; min-width: 36px; height: 33px; display: flex; align-items: center; justify-content: center; border-top: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.62); }
    .hero-controls button.is-active { border-top-color: rgba(255,255,255,.95); color: var(--white); }
    .hero-controls button i, .hero-controls button small { display: none; }
    .hero-controls button > span { font-size: .61rem; }
    .hero-scroll { bottom: 17px; }

    .section { padding: 88px 0; }
    h2 { font-size: clamp(2.8rem, 8vw, 4rem); }
    .product-passport-inner { width: var(--container); }
    .passport-intro { padding-inline: 0; }
    .direction-section, .direction-section-mission { grid-template-columns: 1fr; gap: 32px; }
    .direction-section-mission .direction-media { order: 0; }
    .direction-copy { max-width: 650px; }
}

@media (max-width: 560px) {
    :root { --container: calc(100% - 32px); }
    .site-header { height: 72px; }
    .site-header.is-scrolled { height: 68px; }
    .brand { gap: 7px; }
    .brand-mark { width: 36px; height: 36px; }
    .brand-copy strong { font-size: 1rem; letter-spacing: .18em; }
    .brand-copy span { margin-top: 3px; font-size: .51rem; letter-spacing: .32em; }
    .header-actions { gap: 0; }
    .search-trigger, .theme-toggle, .menu-toggle { width: 36px; height: 40px; }
    .language-button { min-width: 29px; padding: 0 2px; }

    .hero { min-height: 680px; height: 100svh; max-height: 860px; }
    .hero-content { padding: 100px 0 150px; }
    .hero-copy { width: 100%; }
    .hero h1 { max-width: 10ch; font-size: clamp(3rem, 13vw, 3.75rem); line-height: .94; }
    html[lang^="zh"] .hero h1 { max-width: 8ch; font-size: clamp(2.55rem, 11vw, 3.2rem); }
    .hero-copy > p { max-width: 34ch; margin: 20px 0 25px; font-size: .9rem; line-height: 1.68; }
    .hero-actions { align-items: center; flex-direction: row; gap: 16px; }
    .hero-actions .button { min-height: 46px; padding-inline: 17px; font-size: .67rem; }
    .hero-actions .text-link { gap: 10px; font-size: .68rem; }
    .hero-controls { bottom: 72px; left: 16px; }
    .hero-controls button { width: 33px; min-width: 33px; }
    .hero-scroll { right: 16px; bottom: 13px; left: auto; align-items: center; transform: none; }
    .hero-scroll:hover, .hero-scroll:focus-visible { transform: translateY(-2px); }
    .hero-scroll > span:first-child { font-size: .54rem; }
    .mouse-scroll { width: 20px; height: 31px; }

    .product-passport-inner { width: var(--container); }
    .passport-intro { padding: 23px 0; align-items: flex-start; }
    .passport-intro strong { font-size: 1.32rem; }
    .passport-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .passport-cell { min-height: 116px; padding: 21px 14px; border-right: 1px solid #cfd7cd; border-bottom: 1px solid #cfd7cd; }
    .passport-cell:nth-child(2n) { border-right: 0; }
    .passport-cell:nth-last-child(-n+2) { border-bottom: 0; }
    .passport-cell strong { font-size: clamp(1.08rem, 5vw, 1.34rem); white-space: normal; }
    .passport-cell small { font-size: .56rem; }

    .section { padding: 74px 0; }
    h2 { font-size: clamp(2.55rem, 11vw, 3.35rem); line-height: 1; }
    .intro-grid { display: grid; gap: 24px; }
    .intro-copy p, .laurel-copy > p, .sustainability-copy > p { font-size: .94rem; line-height: 1.78; }
    .intro-copy p { margin-bottom: 25px; }
    .laurel-grid { gap: 38px; }
    .laurel-visual { min-height: 0; aspect-ratio: 4 / 5; }
    .origin-stamp { min-width: 180px; padding: 18px; }
    .laurel-copy > p { margin: 25px 0 30px; }
    .attribute { grid-template-columns: 34px 1fr; gap: 13px; padding: 18px 0; }

    .section-heading { margin-bottom: 38px; }
    .section-heading-wide { gap: 22px; }
    .process-grid {
        width: calc(100vw - 16px);
        margin-right: calc((var(--container) - 100vw) / 2);
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: minmax(274px, 82vw);
        gap: 12px;
        padding: 0 16px 13px 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    .process-grid::-webkit-scrollbar { display: none; }
    .process-card { min-height: 420px; scroll-snap-align: start; }
    .process-overlay { right: 22px; bottom: 22px; left: 22px; }
    .quality-strip { margin-top: 24px; }
    .quality-strip > div { min-height: 94px; padding: 18px; }

    .sustainability-grid { gap: 38px; }
    .supply-map { min-height: 455px; padding: 22px; }
    .supply-route { gap: 0; }
    .map-node { min-height: 104px; padding: 17px; }
    .route-connector { height: 40px; }

    .downloads-grid { gap: 30px; }
    .document-row { min-height: 98px; grid-template-columns: 46px minmax(0, 1fr) 38px; gap: 14px; }
    .doc-icon { width: 42px; height: 50px; }
    .document-action { width: 38px; height: 38px; }
    .sample-shell { gap: 35px; }
    .sample-copy > p { margin: 25px 0; }
    .sample-form { margin-inline: 0; padding: 27px 20px; }

    .vision-mission-sections { gap: 68px; }
    .direction-section { gap: 27px; }
    .direction-media { aspect-ratio: 4 / 3; }
    .direction-copy > span { margin-bottom: 13px; }
    .direction-copy h2 { font-size: clamp(2.25rem, 10vw, 3rem); }
    .direction-copy p { margin-top: 20px; line-height: 1.8; }
}

/* Search dialogue and responsive navigation — 2026-08-07 */
.global-search { width: min(960px, calc(100% - 40px)); border: 0; background: #f8f8f4; }
.search-panel { padding: clamp(30px, 4vw, 44px); }
.search-panel-header h2 { max-width: 760px; font-size: clamp(2.7rem, 4.25vw, 3.75rem); line-height: 1; }
.search-field { border-color: #cfd7d1; background: #fff; }
.search-field:focus-within { border-color: #315f50; box-shadow: 0 0 0 1px #315f50; }
.search-field input[type="search"] { appearance: none; -webkit-appearance: none; }
.search-field input[type="search"]::-webkit-search-cancel-button { display: none; }
.search-live { min-height: 0; margin-top: 18px; line-height: 1.55; }
.search-live:empty { display: none; }
.search-results { margin-top: 12px; display: grid; justify-items: stretch; border-top: 1px solid var(--line); }
.search-results[hidden] { display: none; }
.search-correction {
    width: fit-content;
    max-width: 100%;
    margin: 14px 0 0;
    padding: 10px 13px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 3px;
    justify-self: start;
    align-items: baseline;
    border: 1px solid #d5ddd7;
    color: #294d41;
    background: #eef2ee;
    line-height: 1.45;
}
.search-correction:hover, .search-correction:focus-visible { border-color: #315f50; background: #fff; }
.search-view-all { margin: 12px 0 4px; justify-self: start; }

.menu-toggle {
    position: relative;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid currentColor;
    background: transparent;
}
.menu-toggle span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 1px;
    margin: 0;
    background: currentColor;
    transform-origin: center;
    transition: width .25s cubic-bezier(.22,1,.36,1), transform .3s cubic-bezier(.22,1,.36,1);
}
.menu-toggle span:first-child { transform: translate(-50%, -4px); }
.menu-toggle span:last-child { width: 13px; transform: translate(calc(-50% + 2.5px), 4px); }
.menu-toggle[aria-expanded="true"] span:first-child { width: 18px; transform: translate(-50%, 0) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { width: 18px; opacity: 1; transform: translate(-50%, 0) rotate(-45deg); }

@media (max-width: 1180px) {
    .site-header { height: 76px; }
    .site-header.is-scrolled { height: 70px; }
    .header-inner { gap: 12px; }
    .header-cta { display: none; }
    .menu-toggle { display: block; }
    .site-nav,
    .site-header.is-scrolled .site-nav {
        position: fixed;
        inset: 70px 0 0;
        width: 100%;
        margin: 0;
        padding: 30px max(24px, calc((100vw - 900px) / 2)) 56px;
        display: none;
        overflow-y: auto;
        color: #fff;
        background: #08251e;
        transform: none;
    }
    .site-nav.is-open { display: block; }
    .nav-list { width: 100%; display: grid; gap: 0; }
    .nav-item { position: static; border-bottom: 1px solid rgba(255,255,255,.14); }
    .nav-item-line { min-height: 64px; display: grid; grid-template-columns: minmax(0, 1fr) 48px; gap: 10px; align-items: center; }
    .site-nav .nav-item-line > a { padding: 18px 0; color: #fff; font-family: var(--sans); font-size: clamp(.94rem, 1.7vw, 1.08rem); font-weight: 650; letter-spacing: .015em; }
    .site-nav .nav-item-line > a::after { display: none; }
    .mega-toggle { width: 48px; height: 48px; justify-self: end; border: 1px solid rgba(255,255,255,.22); color: #fff; }
    .mega-toggle svg { width: 15px; }
    .mega-panel,
    .site-header.is-scrolled .mega-panel {
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        min-height: 0;
        max-height: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        border: 0;
        color: #fff;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: max-height .36s cubic-bezier(.22,1,.36,1), padding .36s cubic-bezier(.22,1,.36,1);
    }
    .nav-item:hover .mega-panel, .nav-item:focus-within .mega-panel { transform: none; }
    .nav-item.is-expanded .mega-panel { max-height: 520px; padding: 0 0 18px; }
    .mega-panel-intro { display: none; }
    .mega-links { padding: 0 0 4px 18px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; border: 0; }
    .mega-links > a {
        min-height: 50px;
        padding: 12px 0;
        grid-template-columns: 25px minmax(0, 1fr) 17px;
        color: rgba(255,255,255,.76);
        border-bottom: 1px solid rgba(255,255,255,.1);
        background: transparent;
    }
    .mega-links > a::before { color: rgba(255,255,255,.42); }
    .mega-links > a:hover, .mega-links > a:focus-visible { padding-left: 4px; color: #fff; background: transparent; }
    .mega-links strong { color: inherit; font-family: var(--sans); font-size: .78rem; font-weight: 600; }
}

@media (max-width: 700px) {
    .global-search { width: 100%; max-width: none; height: 100svh; max-height: none; margin: 0; }
    .search-panel { min-height: 100%; padding: 24px 20px 36px; }
    .search-panel-header { gap: 14px; }
    .search-panel-header h2 { max-width: 10ch; font-size: clamp(2.35rem, 11vw, 3.05rem); }
    .search-panel-header p { margin-top: 13px; font-size: .8rem; }
    .search-close { width: 40px; height: 40px; }
    .global-search-form { margin-top: 25px; }
    .search-field { grid-template-columns: 20px minmax(0, 1fr); gap: 10px; padding: 0 14px; }
    .search-field input { height: 54px; font-size: .9rem; }
    .search-field button { grid-column: 1 / -1; min-height: 46px; margin: 0 -14px; }
    .search-presets { align-items: flex-start; }
    .search-presets > span { width: 100%; }
    .search-shortcuts { grid-template-columns: 1fr; }
    .mega-links { grid-template-columns: 1fr; padding-left: 12px; }
    .site-nav, .site-header.is-scrolled .site-nav { padding: 22px 20px 50px; }
}

/* Minimal hamburger and editorial mobile navigation */
.menu-toggle {
    width: 40px;
    height: 42px;
    border: 0;
    outline-offset: 4px;
}
.menu-toggle:hover, .menu-toggle:focus-visible { color: var(--accent); background: transparent; }
.menu-toggle span { width: 22px; height: 1.5px; }
.menu-toggle span:first-child { transform: translate(-50%, -4px); }
.menu-toggle span:last-child { width: 14px; transform: translate(calc(-50% + 4px), 4px); }
.menu-toggle[aria-expanded="true"] span:first-child,
.menu-toggle[aria-expanded="true"] span:last-child { width: 20px; }

@media (max-width: 1180px) {
    .site-nav,
    .site-header.is-scrolled .site-nav {
        display: block;
        padding-top: clamp(28px, 5vh, 54px);
        background: #08251e;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity .24s ease, visibility .24s ease, transform .34s cubic-bezier(.22,1,.36,1);
    }
    .site-nav::before {
        content: '';
        position: absolute;
        z-index: 0;
        inset: 0 0 0 48%;
        background: linear-gradient(90deg, #08251e 0%, rgba(8,37,30,.7) 34%, rgba(8,37,30,.42) 100%);
        filter: grayscale(1);
        opacity: .22;
        pointer-events: none;
    }
    .site-header.has-navigation-media .site-nav::before { background-image: linear-gradient(90deg, #08251e 0%, rgba(8,37,30,.7) 34%, rgba(8,37,30,.42) 100%), url('/themes/tsddefne/assets/images/footer-laurel-bg.jpg'); }
    .site-nav.is-open {
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
    }
    .nav-list { position: relative; z-index: 1; max-width: 820px; margin: 0 auto; counter-reset: mobile-nav; }
    .nav-item { counter-increment: mobile-nav; }
    .nav-item-line {
        min-height: 76px;
        grid-template-columns: 38px minmax(0, 1fr) 40px;
        gap: 12px;
    }
    .nav-item-line::before {
        content: '0' counter(mobile-nav);
        color: rgba(255,255,255,.42);
        font-size: .58rem;
        font-weight: 800;
        letter-spacing: .1em;
    }
    .site-nav .nav-item-line > a {
        font-family: var(--serif);
        font-size: clamp(1.55rem, 3vw, 2.15rem);
        font-weight: 400;
        letter-spacing: -.025em;
    }
    .mega-toggle {
        width: 40px;
        height: 40px;
        border: 0;
        color: rgba(255,255,255,.72);
    }
    .mega-toggle:hover, .mega-toggle:focus-visible { color: var(--accent); background: transparent; }
    .mega-toggle svg { width: 17px; transition: transform .3s cubic-bezier(.22,1,.36,1); }
    .nav-item.is-expanded .mega-toggle svg { transform: rotate(180deg); }
    .nav-item.is-expanded .mega-panel { padding: 0 0 22px 50px; }
    .mega-links { padding-left: 0; gap: 0 30px; }
    .mega-links > a { min-height: 48px; grid-template-columns: 24px minmax(0, 1fr) 16px; }
}

@media (max-width: 700px) {
    .site-nav::before { left: 32%; opacity: .14; }
    .nav-item-line { min-height: 68px; grid-template-columns: 30px minmax(0, 1fr) 36px; gap: 9px; }
    .site-nav .nav-item-line > a { font-size: clamp(1.38rem, 7vw, 1.75rem); }
    .nav-item.is-expanded .mega-panel { padding-left: 39px; }
    .mega-links > a { min-height: 46px; }
}

/* Mobile homepage composition */
@media (max-width: 560px) {
    .hero { min-height: 700px; height: 100svh; max-height: 860px; }
    .hero-shade {
        background: linear-gradient(90deg, rgba(5,18,14,.91) 0%, rgba(5,18,14,.64) 70%, rgba(5,18,14,.3) 100%), linear-gradient(0deg, rgba(3,13,10,.78) 0%, transparent 52%);
    }
    .hero-content {
        justify-content: flex-start;
        padding-top: clamp(132px, 17vh, 148px);
        padding-bottom: 178px;
    }
    .hero-copy { width: 100%; max-width: none; }
    .hero h1 {
        width: 100%;
        max-width: 12.2ch;
        font-size: clamp(2.72rem, 11vw, 3.08rem);
        line-height: .98;
        text-wrap: balance;
    }
    html[lang^="zh"] .hero h1 { max-width: 10ch; font-size: clamp(2.4rem, 10vw, 2.85rem); line-height: 1.1; }
    .hero-copy > p {
        width: 100%;
        max-width: none;
        margin: 23px 0 26px;
        color: rgba(255,255,255,.82);
        font-size: .88rem;
        line-height: 1.72;
        text-wrap: pretty;
    }
    .hero-actions {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 14px;
    }
    .hero-actions .button {
        min-height: 46px;
        padding-inline: 16px;
        gap: 13px;
        font-size: .64rem;
        white-space: nowrap;
    }
    .hero-actions .text-link {
        min-width: 0;
        gap: 8px;
        padding-bottom: 3px;
        font-size: .63rem;
        white-space: nowrap;
    }
    .hero-actions .text-link svg { width: 16px; height: 16px; }

    .hero-controls {
        right: 16px;
        bottom: 77px;
        left: 16px;
        width: auto;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
    }
    .hero-controls button {
        width: auto;
        min-width: 0;
        height: 36px;
        padding: 9px 0 0;
        justify-content: flex-start;
        border-top-color: rgba(255,255,255,.24);
    }
    .hero-controls button.is-active { border-top-color: rgba(255,255,255,.92); }
    .hero-controls button > span { font-size: .58rem; }

    .hero-scroll {
        right: auto;
        bottom: 12px;
        left: 50%;
        gap: 5px;
        align-items: center;
        flex-direction: column;
        transform: translateX(-50%);
    }
    .hero-scroll:hover, .hero-scroll:focus-visible { transform: translate(-50%, -2px); }
    .hero-scroll > span:first-child { font-size: .51rem; letter-spacing: .13em; }
    .mouse-scroll { width: 18px; height: 27px; border-color: rgba(255,255,255,.52); }
    .mouse-scroll i { top: 5px; height: 5px; }

    .intro h2, .laurel-copy h2, .section-heading h2, .sustainability-copy h2, .downloads h2, .sample h2 {
        width: 100%;
        max-width: none;
        font-size: clamp(2.34rem, 9.5vw, 2.76rem);
        line-height: 1.02;
        text-wrap: balance;
    }
    .intro-copy, .laurel-copy, .sustainability-copy, .downloads-grid > div:first-child, .sample-copy { width: 100%; }
    .intro-copy p, .laurel-copy > p, .sustainability-copy > p, .downloads-grid > div:first-child > p, .sample-copy > p {
        max-width: none;
        color: #55655d;
        font-size: .92rem;
        line-height: 1.78;
        text-wrap: pretty;
    }
    .facility .section-heading > p, .sample-copy > p { color: rgba(255,255,255,.7); }
    html[data-theme="dark"] .intro-copy p,
    html[data-theme="dark"] .laurel-copy > p,
    html[data-theme="dark"] .sustainability-copy > p,
    html[data-theme="dark"] .downloads-grid > div:first-child > p { color: #a8b6af; }
}

@media (max-width: 370px) {
    .hero h1 { font-size: 2.58rem; }
    .hero-actions { gap: 10px; }
    .hero-actions .button { padding-inline: 13px; font-size: .6rem; }
    .hero-actions .text-link { font-size: .59rem; }
}

/* Responsive inner-page header */
@media (max-width: 820px) {
    .page-header { min-height: 0; height: auto; align-items: stretch; }
    .page-header-inner {
        min-height: 345px;
        height: auto;
        padding-top: 100px;
        padding-bottom: 18px;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        align-content: end;
        gap: 16px;
    }
    .breadcrumbs {
        width: 100%;
        min-width: 0;
        gap: 7px;
        overflow: hidden;
        white-space: nowrap;
    }
    .breadcrumbs a { flex: 0 0 auto; }
    .breadcrumbs > span[aria-current="page"] {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .page-header-copy { width: 100%; max-width: 680px; align-self: end; }
    .page-header h1 {
        max-width: 100%;
        font-size: clamp(2.35rem, 7.5vw, 3.25rem);
        line-height: 1.02;
        overflow-wrap: break-word;
        text-wrap: balance;
    }
    .page-header-copy > p {
        width: 100%;
        max-width: 620px;
        margin-top: 12px;
        font-size: .86rem;
        line-height: 1.62;
        text-wrap: pretty;
    }
    .page-header-tools {
        position: static;
        right: auto;
        bottom: auto;
        justify-self: end;
        align-self: end;
        margin: 0;
    }
}

@media (max-width: 560px) {
    .page-header-inner { min-height: 345px; padding-top: 96px; padding-bottom: 18px; gap: 15px; }
    .breadcrumbs { font-size: .57rem; letter-spacing: .065em; }
    .breadcrumbs .breadcrumb-home { width: 20px; height: 20px; }
    .breadcrumbs .breadcrumb-home svg { width: 16px; height: 16px; }
    .breadcrumbs > svg { width: 13px; height: 13px; }
    .page-header h1 { font-size: clamp(2.15rem, 9.4vw, 2.55rem); line-height: 1.03; }
    html[lang^="zh"] .page-header h1 { font-size: clamp(2.05rem, 8.8vw, 2.4rem); line-height: 1.12; }
    .page-header-copy > p { margin-top: 11px; font-size: .82rem; line-height: 1.58; }
    .page-header-tools { gap: 6px; }
    .page-header-tools button { width: 36px; height: 36px; }
}

/* Inner-page clarity, navigation completeness and 404 presentation */
.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;
}

.breadcrumbs { align-items: center; }
.breadcrumbs > * { flex: 0 0 auto; }
.breadcrumbs .breadcrumb-home { position: relative; color: rgba(255,255,255,.82); align-self: center; }
.breadcrumbs .breadcrumb-home svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.breadcrumbs .breadcrumb-home:hover,
.breadcrumbs .breadcrumb-home:focus-visible,
.breadcrumbs [aria-current="page"] { color: var(--accent); }
.breadcrumbs [aria-current="page"] { font-weight: 750; }
.breadcrumbs .breadcrumb-separator { align-self: center; }
.breadcrumbs .breadcrumb-home::after {
    top: calc(100% + 9px);
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-3px);
}
.breadcrumbs .breadcrumb-home:hover::after,
.breadcrumbs .breadcrumb-home:focus-visible::after { transform: none; }

.search-trigger::after {
    top: calc(100% + 10px);
    right: 0;
    bottom: auto;
    transform: translateY(-4px);
}
.search-trigger:hover::after,
.search-trigger:focus-visible::after { transform: none; }

/* The accessibility trigger sits against the viewport edge. Anchor its
   tooltip to that same edge so long localised labels never overflow. */
#a11y-trigger[data-tooltip]::after {
    right: 0;
    max-width: min(220px, calc(100vw - 24px));
    transform: translateY(4px);
    white-space: normal;
    text-align: right;
}
#a11y-trigger[data-tooltip]:hover::after,
#a11y-trigger[data-tooltip]:focus-visible::after { transform: none; }

.page-side-menu-group > .page-side-menu-group-title {
    margin: 0 0 7px;
    color: #4f6259;
    font-family: var(--sans);
    font-size: clamp(.68rem, .08vw + .66rem, .73rem);
    font-weight: 800;
    letter-spacing: .095em;
    line-height: 1.45;
    text-transform: uppercase;
}
.page-side-menu-group > div > a {
    color: #53645c;
    font-size: clamp(.9rem, .12vw + .87rem, .97rem);
    line-height: 1.48;
}
.page-side-menu-toggle small { color: #4f6259; }

.page-body .rich-content {
    color: #52635b;
    font-size: clamp(1rem, .18vw + .96rem, 1.08rem);
    line-height: 1.86;
}
.page-body .rich-content > p:first-child {
    font-size: clamp(1.42rem, 1.75vw, 1.95rem);
    line-height: 1.42;
}
.page-body .rich-content h2 {
    margin-top: 42px;
    font-size: clamp(1.65rem, 2.1vw, 2.05rem);
    line-height: 1.16;
}
.page-body .rich-content h3 {
    margin-top: 36px;
    font-size: clamp(1.3rem, 1.55vw, 1.52rem);
    line-height: 1.22;
}
.page-body .rich-content table { font-size: .84rem; }
.page-body .rich-content th { font-size: .68rem; }
.field-section-heading h2 { font-size: clamp(1.65rem, 2.3vw, 2.15rem); line-height: 1.12; }
.field-value-grid article strong, .field-value-grid article a { font-size: .91rem; }
.field-value-grid article p, .field-repeater-grid article > p { font-size: .84rem; line-height: 1.65; }

html[data-theme="dark"] .page-side-menu-group > .page-side-menu-group-title { color: #b8c8bf; }
html[data-theme="dark"] .page-side-menu-group > div > a,
html[data-theme="dark"] .page-body .rich-content { color: #b5c3bb; }
html[data-theme="dark"] .page-side-menu-toggle small { color: #b8c8bf; }

.error-page {
    position: relative;
    min-height: 100svh;
    padding: 138px 0 62px;
    display: flex;
    align-items: center;
    color: var(--forest-950);
    background: #f8faf7;
    overflow: hidden;
}
.error-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(233,239,230,.62), transparent 38%);
    pointer-events: none;
}
.error-page-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(310px, .72fr) minmax(520px, 1.28fr);
    grid-template-areas: "copy visual" "navigation navigation";
    gap: clamp(38px, 5vw, 76px) clamp(48px, 7vw, 104px);
    align-items: center;
}
.error-page-copy { grid-area: copy; max-width: 610px; }
.error-page-visual { grid-area: visual; min-width: 0; margin: 0; overflow: hidden; background: #8fa365; }
.error-page-visual img { width: 100%; height: auto; aspect-ratio: 3 / 2; display: block; object-fit: cover; }
.error-page-kicker, .error-page-navigation > span {
    margin: 0 0 17px;
    color: #456e5e;
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.error-page h1 {
    max-width: 680px;
    color: var(--forest-950);
    font-size: clamp(3rem, 4.2vw, 4.4rem);
    line-height: 1;
    text-wrap: balance;
}
.error-page-copy > p:not(.error-page-kicker) {
    max-width: 620px;
    margin: 25px 0 0;
    color: #5f6f68;
    font-size: clamp(.96rem, .16vw + .92rem, 1.05rem);
    line-height: 1.8;
}
.error-page-actions { margin-top: 34px; display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.error-page-actions .button { min-height: 50px; gap: 18px; color: #fff; background: var(--forest-900); border-color: var(--forest-900); }
.error-page-actions .button:hover, .error-page-actions .button:focus-visible { color: var(--forest-950); background: var(--accent); border-color: var(--accent); }
.error-page-actions svg, .error-page-navigation svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.error-page-contact { min-height: 46px; display: inline-flex; align-items: center; gap: 11px; border-bottom: 1px solid #9baba3; color: #274d40; font-size: .72rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.error-page-contact:hover, .error-page-contact:focus-visible { color: #6f924d; border-color: #6f924d; }
.error-page-navigation { grid-area: navigation; display: grid; grid-template-columns: minmax(170px, .7fr) repeat(4, minmax(0, 1fr)); align-items: stretch; border-block: 1px solid #d7e0d8; background: transparent; }
.error-page-navigation > span { margin: 0; padding: 20px 22px 18px 0; align-self: center; }
.error-page-navigation > a {
    min-height: 62px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px;
    gap: 15px;
    align-items: center;
    padding: 0 18px;
    border-left: 1px solid #e0e6e1;
    color: #4e6259;
}
.error-page-navigation > a strong { font-size: .82rem; font-weight: 650; }
.error-page-navigation > a:hover, .error-page-navigation > a:focus-visible { color: #315f4e; }

html[data-theme="dark"] .error-page { color: var(--forest-950); background: #f8faf7; }
html[data-theme="dark"] .error-page h1 { color: var(--forest-950); }
html[data-theme="dark"] .error-page-navigation { background: transparent; border-color: #d7e0d8; }
body:has(.error-page) .site-header,
body:has(.error-page) .site-header.is-scrolled {
    color: var(--forest-950);
    background: rgba(248,250,247,.95);
    border-color: #dfe7df;
    box-shadow: none;
}

@media (max-width: 820px) {
    .error-page { min-height: 100svh; padding: 112px 0 58px; align-items: flex-start; }
    .error-page::before { background: linear-gradient(180deg, rgba(233,239,230,.62), transparent 35%); }
    .error-page-inner { grid-template-columns: 1fr; grid-template-areas: "visual" "copy" "navigation"; gap: 40px; }
    .error-page-visual { width: 100%; max-width: 680px; justify-self: center; }
    .error-page h1 { font-size: clamp(2.65rem, 9vw, 3.8rem); }
    .error-page-navigation { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .error-page-navigation > span { grid-column: 1 / -1; }
    .error-page-navigation > a { border-top: 1px solid #e0e6e1; }
    .error-page-navigation > a:nth-of-type(odd) { border-left: 0; }
}

@media (max-width: 560px) {
    .page-body .rich-content { font-size: 1rem; line-height: 1.82; }
    .page-body .rich-content > p:first-child { font-size: clamp(1.32rem, 6vw, 1.58rem); }
    .page-body .rich-content h2 { font-size: clamp(1.48rem, 7vw, 1.78rem); }
    .page-body .rich-content h3 { font-size: clamp(1.23rem, 5.8vw, 1.45rem); }
    .error-page { padding-top: 100px; }
    .error-page-inner { gap: 32px; }
    .error-page-copy > p:not(.error-page-kicker) { margin-top: 20px; font-size: .93rem; }
    .error-page-actions { margin-top: 28px; gap: 17px; }
    .error-page-navigation { grid-template-columns: 1fr; }
    .error-page-navigation > span { grid-column: auto; }
    .error-page-navigation > a { border-left: 0; }
}
