:root {
  --ink: #17211b;
  --forest: #1d3529;
  --forest-2: #284537;
  --cream: #f2eee4;
  --paper: #faf8f1;
  --wood: #cfa36d;
  --lime: #dbe5a8;
  --line: rgba(23, 33, 27, .18);
  --display: "Newsreader", Georgia, serif;
  --sans: "Karla", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 20px; line-height: 1.62; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: -5rem; padding: .75rem 1rem; background: var(--lime); color: var(--ink); }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 136px; display: grid; grid-template-columns: minmax(290px, 1fr) auto minmax(290px, 1fr); align-items: end; padding: 44px clamp(22px, 4vw, 72px) 16px; color: white; border-bottom: 1px solid rgba(255,255,255,.22); transition: background .35s, height .35s, color .35s, padding .35s; }
.site-header.scrolled { height: 116px; padding-top: 39px; padding-bottom: 10px; color: var(--ink); background: rgba(250,248,241,.94); border-bottom-color: var(--line); backdrop-filter: blur(16px); }
.header-facts { position: absolute; inset: 0 clamp(22px, 4vw, 72px) auto; height: 39px; display: flex; justify-content: flex-end; align-items: center; gap: 34px; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 13px; font-weight: 500; letter-spacing: .02em; }
.site-header.scrolled .header-facts { border-bottom-color: var(--line); }
.header-facts a { display: inline-flex; gap: 8px; align-items: center; opacity: .88; }
.header-facts a:hover { opacity: 1; }
.header-facts span { color: var(--wood); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.brand { display: inline-flex; width: max-content; align-items: center; gap: 12px; }
.brand-logo { display: block; width: 56px; height: 56px; object-fit: cover; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: white; clip-path: circle(49%); }
.site-header.scrolled .brand-logo { border-color: rgba(23,33,27,.28); }
.brand-copy { display: grid; line-height: 1; gap: 5px; }
.brand-copy strong { font: 500 26px/1 var(--display); letter-spacing: .01em; }
.brand-copy small { font-size: 11px; text-transform: uppercase; letter-spacing: .17em; opacity: .78; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.1vw, 38px); font-size: 16px; font-weight: 500; }
.main-nav a { position: relative; padding: 20px 0 13px; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: currentColor; transition: right .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.main-nav a[aria-current="page"]::after { right: 0; }
.nav-dropdown { position: relative; display: flex; align-items: center; }
.submenu-toggle { display: none; }
.submenu { position: absolute; top: calc(100% + 7px); left: -24px; width: 245px; padding: 12px 0; color: var(--ink); background: var(--paper); box-shadow: 0 22px 45px rgba(8,18,13,.18); opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .25s, visibility .25s, transform .25s; }
.nav-dropdown:hover .submenu, .nav-dropdown:focus-within .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.main-nav .submenu a { display: block; padding: 11px 24px; border-left: 2px solid transparent; font-size: 14px; font-weight: 500; }
.main-nav .submenu a:hover, .main-nav .submenu a:focus-visible, .main-nav .submenu a[aria-current="page"] { border-left-color: var(--wood); background: rgba(207,163,109,.1); }
.main-nav .submenu a::after { display: none; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 24px; }
.language { padding: 0; border: 0; background: transparent; cursor: pointer; font-size: 13px; letter-spacing: .08em; }
.language span { margin: 0 4px; opacity: .45; }
.header-cta { padding: 15px 24px; color: var(--ink); background: var(--lime); font-size: 14px; font-weight: 600; letter-spacing: .04em; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 780px; height: 100svh; max-height: 1050px; display: grid; align-items: center; overflow: hidden; color: white; background: #18231c; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url("../img/hero-veneer.png") center / cover no-repeat; transform: scale(1.025); animation: hero-in 1.8s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { background: linear-gradient(90deg, rgba(8,18,13,.9) 0%, rgba(11,23,16,.65) 34%, rgba(13,24,18,.08) 69%), linear-gradient(0deg, rgba(11,22,16,.55) 0%, transparent 38%); }
.hero-content { position: relative; z-index: 2; width: min(820px, 72vw); margin: 50px 0 0 clamp(22px, 8vw, 150px); }
.eyebrow { margin: 0 0 24px; font-size: 10px; font-weight: 600; letter-spacing: .23em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 38px; height: 1px; margin: 0 14px 3px 0; background: currentColor; opacity: .65; }
.eyebrow.light { color: rgba(255,255,255,.75); }
h1, h2 { margin: 0; font: 500 clamp(54px, 7.2vw, 118px)/.88 var(--display); letter-spacing: -.055em; }
h1 em, h2 em { color: var(--wood); font-weight: 400; }
.hero-lead { max-width: 610px; margin: 35px 0 32px; color: rgba(255,255,255,.82); font: 400 clamp(21px, 1.55vw, 24px)/1.55 var(--sans); }
.hero-buttons, .price-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 206px; padding: 16px 19px; border: 1px solid currentColor; font-size: 12px; font-weight: 600; letter-spacing: .03em; transition: color .25s, background .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); border-color: white; background: white; }
.button-light:hover { background: var(--lime); border-color: var(--lime); }
.button-dark { color: white; border-color: var(--ink); background: var(--ink); }
.button-dark:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.text-link { display: inline-flex; gap: 22px; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 600; }
.text-link.light { border-bottom-color: rgba(255,255,255,.4); }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.hero-meta { position: absolute; z-index: 2; right: clamp(22px, 4vw, 72px); bottom: 47px; display: flex; gap: clamp(24px, 3vw, 55px); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.hero-meta span { display: grid; gap: 7px; }
.hero-meta b { color: var(--wood); font-size: 9px; }
.scroll-cue { position: absolute; z-index: 2; left: 40px; bottom: 30px; display: grid; justify-items: center; gap: 10px; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left top; }
.scroll-cue span { display: block; width: 36px; height: 1px; background: white; }

.section { position: relative; padding: clamp(90px, 11vw, 170px) clamp(22px, 8vw, 150px); }
.section-index { position: absolute; top: 12%; right: 5%; color: rgba(23,33,27,.05); font: 500 clamp(130px, 20vw, 340px)/1 var(--display); }
.intro { display: grid; grid-template-columns: 1.1fr .75fr; column-gap: 11vw; background: var(--paper); }
.intro h2, .process h2, .secondary-products h2, .prices h2 { font-size: clamp(53px, 6vw, 96px); }
.intro-copy { align-self: end; max-width: 560px; padding-top: 70px; }
.intro-copy .lead { font: 500 clamp(20px, 2vw, 28px)/1.35 var(--display); }
.intro-copy p:not(.lead) { color: rgba(23,33,27,.68); }
.intro-copy .text-link { margin-top: 20px; }
.fact-strip { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 110px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact-strip div { display: flex; align-items: baseline; gap: 18px; padding: 27px 0; }
.fact-strip div + div { padding-left: 38px; border-left: 1px solid var(--line); }
.fact-strip strong { font: 500 36px/1 var(--display); }
.fact-strip span { color: rgba(23,33,27,.6); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.section-dark { padding: clamp(90px, 10vw, 155px) clamp(22px, 5vw, 90px); color: white; background: var(--forest); }
.section-top { display: grid; grid-template-columns: 1.6fr .65fr; align-items: end; gap: 60px; max-width: 1440px; margin: 0 auto 75px; }
.section-top h2 { font-size: clamp(52px, 5.6vw, 90px); }
.section-top > p { max-width: 420px; margin: 0 0 8px; color: rgba(255,255,255,.64); }
.product-grid { max-width: 1440px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.product-card { position: relative; min-height: 510px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 30px; background: #d3b993; color: var(--ink); }
.product-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,15,11,.72), transparent 68%); }
.product-no { position: relative; z-index: 2; align-self: flex-end; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(23,33,27,.45); border-radius: 50%; font-size: 9px; }
.wood-sample { position: absolute; inset: 0; background-size: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .wood-sample { transform: scale(1.055); }
.product-beech .wood-sample { background: repeating-radial-gradient(ellipse at 120% 40%, transparent 0 19px, rgba(83,53,25,.13) 21px 22px, transparent 24px 42px), linear-gradient(115deg,#e7ca9d,#b98655); }
.product-poplar .wood-sample { background: repeating-linear-gradient(94deg, rgba(74,93,51,.08) 0 2px, transparent 3px 23px), linear-gradient(130deg,#dfd8af,#aeb586); }
.product-oak .wood-sample { background: repeating-radial-gradient(ellipse at 15% 110%, transparent 0 34px, rgba(65,40,20,.2) 36px 38px, transparent 40px 73px), linear-gradient(130deg,#bc9160,#795735); }
.product-content { position: relative; z-index: 2; display: grid; color: white; }
.product-content small { margin-bottom: 8px; color: rgba(255,255,255,.63); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.product-content strong { font: 500 clamp(43px, 4vw, 64px)/1 var(--display); }
.product-content i { margin-top: 25px; font: normal 500 11px/1 var(--sans); opacity: 0; transform: translateY(8px); transition: .25s; }
.product-card:hover .product-content i { opacity: 1; transform: translateY(0); }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: var(--cream); }
.process-heading { position: sticky; top: 120px; align-self: start; }
.process-heading > p:not(.eyebrow) { max-width: 460px; margin: 30px 0; color: rgba(23,33,27,.65); }
.process-list { margin: 0; padding: 0; list-style: none; counter-reset: process; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 90px 1fr; gap: 25px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: #a06f3b; font: 500 13px/1 var(--sans); }
.process-list b { display: block; font: 500 clamp(25px, 2.2vw, 36px)/1.05 var(--display); }
.process-list p { margin: 10px 0 0; color: rgba(23,33,27,.62); font-size: 18px; }

.export { position: relative; min-height: 750px; overflow: hidden; display: grid; align-items: center; padding: 110px clamp(22px, 8vw, 150px); color: white; background: #16251d; }
.export::before { content: ""; position: absolute; width: 600px; height: 600px; left: 55%; top: 50%; border: 1px solid rgba(219,229,168,.15); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 100px rgba(219,229,168,.025), 0 0 0 200px rgba(219,229,168,.02); }
.export-content { position: relative; z-index: 2; max-width: 560px; }
.export h2 { font-size: clamp(63px, 7vw, 108px); }
.export-content > p:not(.eyebrow) { max-width: 470px; margin: 30px 0; color: rgba(255,255,255,.66); }
.export-map { position: absolute; z-index: 1; width: min(65vw, 1000px); right: -4%; top: 50%; transform: translateY(-50%); opacity: .55; }
.export-map svg { width: 100%; fill: rgba(207,163,109,.25); stroke: rgba(219,229,168,.55); stroke-width: 1; }
.export-map circle { fill: var(--lime); stroke: none; }
.export-map .route { fill: none; stroke: var(--wood); stroke-width: 1.5; stroke-dasharray: 7 7; }

.secondary-products { background: var(--paper); }
.secondary-products .section-top { color: var(--ink); }
.secondary-products .section-top > p { color: rgba(23,33,27,.65); }
.energy-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; }
.energy-card { position: relative; display: flex; justify-content: space-between; padding: clamp(30px,4vw,65px); overflow: hidden; color: white; isolation: isolate; }
.energy-card::before { content: ""; position: absolute; z-index: -2; inset: 0; transition: transform .7s; }
.energy-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(120deg, rgba(12,22,16,.8), rgba(12,22,16,.18)); }
.energy-card:hover::before { transform: scale(1.04); }
.energy-firewood::before { background: repeating-linear-gradient(93deg, #7c4b29 0 45px, #b87b45 46px 53px, #53331f 54px 98px); }
.energy-chips::before { background: radial-gradient(ellipse at 20% 30%,#d3a76f 0 4px,transparent 5px), radial-gradient(ellipse at 70% 60%,#9a693e 0 5px,transparent 6px), #8e6844; background-size: 23px 19px, 31px 28px, auto; }
.energy-card > span { font-size: 10px; }
.energy-card > div { align-self: end; }
.energy-card small { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.energy-card h3 { margin: 8px 0 25px; font: 500 clamp(45px, 5vw, 75px)/.88 var(--display); letter-spacing: -.04em; }
.energy-card a { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 11px; }

.prices { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; background: var(--cream); }
.price-intro > p:not(.eyebrow):not(.price-date) { max-width: 480px; color: rgba(23,33,27,.65); }
.price-date { margin-top: 30px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.price-panel { align-self: center; border-top: 1px solid var(--ink); }
.price-row { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); font: 500 22px/1.2 var(--display); }
.price-row span { display: grid; }
.price-row small { margin-top: 7px; color: rgba(23,33,27,.48); font: 400 10px/1 var(--sans); text-transform: uppercase; letter-spacing: .1em; }
.price-row strong { font: 500 14px/1 var(--sans); }
.price-actions { margin-top: 32px; justify-content: space-between; }
.demo-note { margin: 25px 0 0; color: rgba(23,33,27,.48); font-size: 10px; }

.cta-band { display: grid; grid-template-columns: 150px 1.2fr .7fr; gap: 5vw; align-items: center; padding: clamp(80px, 9vw, 140px) clamp(22px, 8vw, 150px); color: white; background: var(--forest-2); }
.cta-stamp { display: grid; place-items: center; width: 125px; height: 125px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; transform: rotate(-7deg); }
.cta-stamp strong { font: 500 26px/1 var(--display); letter-spacing: 0; }
.cta-band h2 { font-size: clamp(52px, 6vw, 94px); }
.cta-contact p { max-width: 380px; color: rgba(255,255,255,.65); }
.cta-contact .button { margin: 18px 0; }
.phone { display: block; width: max-content; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.35); font: 500 20px/1.2 var(--display); }

.site-footer { color: white; background: #101912; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 6vw; padding: 80px clamp(22px, 6vw, 110px); }
.brand-footer { margin-bottom: 20px; }
.footer-main > div:first-child > p { color: rgba(255,255,255,.5); font-size: 12px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 12px; }
.footer-links strong { margin-bottom: 7px; color: var(--wood); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.footer-links a { color: rgba(255,255,255,.65); }
.footer-links a:hover { color: white; }
.cert-band { display: grid; grid-template-columns: 1.4fr 150px 150px 1fr; align-items: center; gap: 35px; padding: 42px clamp(22px, 6vw, 110px); border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); background: #15251b; }
.cert-copy { display: grid; }
.cert-copy span { color: var(--wood); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.cert-copy strong { margin-top: 8px; font: 500 25px/1.1 var(--display); }
.cert-mark { display: grid; place-items: center; height: 96px; padding: 14px; border: 1px solid rgba(255,255,255,.4); background: white; transition: transform .25s, background .25s; }
.cert-mark:hover { transform: translateY(-3px); background: var(--lime); }
.cert-mark img { display: block; width: 100%; height: 66px; object-fit: contain; }
.cert-band .text-link { justify-self: end; }
.footer-legal { display: flex; justify-content: space-between; padding: 24px clamp(22px, 6vw, 110px); color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.footer-legal span:nth-child(2) { display: flex; gap: 28px; }

/* Interior pages */
.inner-hero { position: relative; min-height: 680px; display: grid; grid-template-columns: 1.35fr .55fr; align-items: end; gap: 8vw; overflow: hidden; padding: 230px clamp(22px, 8vw, 150px) 95px; color: white; background: var(--forest); }
.inner-hero::before { content: ""; position: absolute; inset: 0; opacity: .42; background: radial-gradient(circle at 75% 35%, rgba(207,163,109,.32), transparent 27%), repeating-radial-gradient(ellipse at 108% 110%, transparent 0 50px, rgba(219,229,168,.09) 52px 53px, transparent 55px 95px); }
.inner-hero-copy, .inner-hero-aside { position: relative; z-index: 1; }
.inner-hero h1 { font-size: clamp(70px, 8vw, 122px); }
.inner-hero-copy > p:last-child { max-width: 680px; margin: 35px 0 0; color: rgba(255,255,255,.7); font-size: 22px; }
.inner-hero-aside { justify-self: end; width: min(100%, 270px); padding: 25px 0; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.inner-hero-aside span { display: block; margin-bottom: 13px; color: var(--wood); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.inner-hero-aside strong { font: 400 30px/1.3 var(--display); }
.detail-intro { max-width: 850px; margin-bottom: 90px; }
.detail-intro h2 { font-size: clamp(58px, 6vw, 92px); }
.wood-detail { display: grid; grid-template-columns: 60px minmax(300px, .85fr) 1fr; gap: 5vw; align-items: center; padding: 55px 0; border-top: 1px solid var(--line); }
.wood-detail:last-child { border-bottom: 1px solid var(--line); }
.detail-number { align-self: start; color: #9a6a3a; font-size: 10px; }
.detail-swatch { position: relative; min-height: 330px; overflow: hidden; }
.detail-swatch .wood-sample { transition: transform .7s; }
.wood-detail:hover .wood-sample { transform: scale(1.04); }
.wood-detail h3 { margin: 0 0 20px; font: 500 clamp(48px, 5vw, 76px)/1 var(--display); }
.wood-detail > div:last-child > p:not(.eyebrow) { max-width: 550px; color: rgba(23,33,27,.65); }
.wood-detail .text-link { margin-top: 20px; }
.export-compact { min-height: 680px; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; background: var(--cream); }
.contact-data h2 { font-size: clamp(58px, 6vw, 92px); }
.contact-cards { display: grid; margin-top: 65px; border-top: 1px solid var(--line); }
.contact-cards > * { display: grid; gap: 7px; padding: 24px 0; border-bottom: 1px solid var(--line); font-style: normal; }
.contact-cards small { color: rgba(23,33,27,.5); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.contact-cards strong { font: 500 22px/1.3 var(--display); }
.contact-form { padding: clamp(30px, 5vw, 70px); background: var(--paper); box-shadow: 0 25px 70px rgba(23,33,27,.08); }
.form-heading { display: grid; gap: 8px; margin-bottom: 38px; }
.form-heading span { color: #966637; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.form-heading strong { font: 500 32px/1.1 var(--display); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 22px; color: rgba(23,33,27,.63); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 0; color: var(--ink); border: 0; border-bottom: 1px solid rgba(23,33,27,.3); border-radius: 0; outline: none; background: transparent; font: 400 15px/1.4 var(--sans); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom-color: var(--forest); }
.contact-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.contact-form .form-check { grid-template-columns: 18px 1fr; align-items: start; text-transform: none; letter-spacing: 0; line-height: 1.45; }
.form-check input { width: 15px; margin-top: 3px; }
.location-band { display: grid; grid-template-columns: 1.2fr .65fr; align-items: end; gap: 8vw; padding: clamp(90px, 10vw, 150px) clamp(22px, 8vw, 150px); color: white; background: var(--forest-2); }
.location-band h2 { font-size: clamp(56px, 6vw, 94px); }
.location-band > div:last-child p { margin: 0 0 30px; color: rgba(255,255,255,.65); }

/* Product detail: beech */
.beech-hero { position: relative; min-height: 820px; display: grid; grid-template-columns: 1.2fr .65fr; align-items: end; gap: 8vw; overflow: hidden; padding: 245px clamp(22px, 8vw, 150px) 105px; color: white; background: #142119; }
.beech-hero-image, .beech-hero-shade { position: absolute; inset: 0; }
.beech-hero-image { background: url("../img/hero-veneer.png") 58% center / cover no-repeat; transform: scale(1.02); }
.beech-hero-shade { background: linear-gradient(90deg, rgba(8,18,13,.94) 0%, rgba(8,18,13,.73) 40%, rgba(8,18,13,.14) 77%), linear-gradient(0deg, rgba(8,18,13,.62), transparent 48%); }
.beech-hero-copy, .beech-hero-fact { position: relative; z-index: 1; }
.breadcrumb { display: flex; gap: 12px; margin-bottom: 55px; color: rgba(255,255,255,.58); font-size: 11px; letter-spacing: .06em; }
.breadcrumb a:hover { color: white; }
.beech-hero h1 { font-size: clamp(76px, 8.5vw, 132px); }
.beech-hero-copy > p:last-child { max-width: 680px; margin: 34px 0 0; color: rgba(255,255,255,.78); font-size: 22px; }
.beech-hero-fact { justify-self: end; width: min(100%, 320px); padding: 25px 0; border-top: 1px solid rgba(255,255,255,.45); border-bottom: 1px solid rgba(255,255,255,.45); }
.beech-hero-fact > span { display: block; color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.beech-hero-fact strong { display: block; margin-top: 8px; font: 500 70px/1 var(--display); }
.beech-hero-fact small { margin-left: 8px; color: var(--wood); font: 500 15px/1 var(--sans); }
.material-intro { display: grid; grid-template-columns: 1.05fr .8fr; gap: 8vw; }
.material-title h2, .beech-uses h2 { font-size: clamp(62px, 6vw, 96px); }
.material-copy { padding-top: 55px; }
.material-copy .lead { font: 500 clamp(25px, 2.2vw, 34px)/1.35 var(--display); }
.material-copy > p:not(.lead) { color: rgba(23,33,27,.65); }
.material-copy > p + p { margin-top: 18px; }
.material-facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); margin: 80px 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.material-facts div { display: grid; gap: 7px; padding: 27px 25px; }
.material-facts div + div { border-left: 1px solid var(--line); }
.material-facts dt { color: rgba(23,33,27,.5); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.material-facts dd { margin: 0; font: 500 23px/1.2 var(--display); }
.beech-gallery { display: grid; grid-template-columns: .75fr 1.25fr 1.35fr 1.2fr; gap: 3px; padding: 0 clamp(22px, 4vw, 72px) clamp(90px, 9vw, 140px); background: var(--paper); }
.beech-gallery figure { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--cream); }
.beech-gallery img { display: block; width: 100%; height: 310px; object-fit: cover; filter: saturate(.68) sepia(.08); transition: transform .65s, filter .35s; }
.beech-gallery figure:hover img { transform: scale(1.035); filter: saturate(.9); }
.beech-gallery figcaption { display: flex; justify-content: space-between; gap: 12px; padding: 14px 16px; font-size: 11px; }
.beech-gallery figcaption span { color: #9a6939; font-size: 9px; }
.beech-process { padding: clamp(90px, 10vw, 150px) clamp(22px, 8vw, 150px); color: white; background: var(--forest); }
.beech-process-head { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 8vw; padding-bottom: 75px; }
.beech-process-head .eyebrow { grid-column: 1 / -1; }
.beech-process-head h2 { font-size: clamp(62px, 6vw, 96px); }
.beech-process-head > p:last-child { color: rgba(255,255,255,.62); }
.beech-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.beech-steps li { position: relative; display: grid; grid-template-columns: 70px minmax(0, 1fr) 230px; gap: 5vw; min-height: 320px; align-items: center; padding: 50px 0; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.22); }
.step-no { align-self: start; color: var(--wood); font-size: 11px; }
.step-copy { max-width: 750px; }
.step-copy small { color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.step-copy h3 { margin: 9px 0 18px; font: 500 clamp(34px, 3vw, 48px)/1.05 var(--display); }
.step-copy p { margin: 0; color: rgba(255,255,255,.68); }
.step-copy p + p { margin-top: 16px; }
.step-mark { justify-self: end; color: rgba(207,163,109,.15); font: 500 clamp(60px, 7vw, 110px)/1 var(--display); letter-spacing: -.06em; white-space: nowrap; }
.energy-statement { position: relative; display: grid; grid-template-columns: 120px 1.3fr .7fr; gap: 5vw; align-items: center; padding: clamp(75px, 8vw, 120px) clamp(22px, 8vw, 150px); color: white; background: #a06d3a; }
.energy-statement .energy-icon { display: grid; place-items: center; width: 100px; height: 100px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font: 300 48px/1 var(--sans); }
.energy-statement .eyebrow { position: absolute; top: 32px; left: clamp(22px, 8vw, 150px); }
.energy-statement blockquote { margin: 0; font: 500 clamp(30px, 3vw, 46px)/1.12 var(--display); }
.energy-statement > p:last-child { color: rgba(255,255,255,.72); }
.beech-uses { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; background: var(--cream); }
.use-grid { display: grid; align-self: end; border-top: 1px solid var(--line); }
.use-grid article { display: grid; grid-template-columns: 45px .7fr 1fr; gap: 20px; align-items: baseline; padding: 26px 0; border-bottom: 1px solid var(--line); }
.use-grid span { color: #9a6939; font-size: 9px; }
.use-grid h3 { margin: 0; font: 500 24px/1.15 var(--display); }
.use-grid p { margin: 0; color: rgba(23,33,27,.62); font-size: 16px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s, transform .7s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes hero-in { from { opacity: .45; transform: scale(1.1); } to { opacity: 1; transform: scale(1.025); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { position: fixed; inset: 116px 0 0; display: flex; flex-direction: column; align-items: flex-start; padding: 45px 28px; color: var(--ink); background: var(--paper); transform: translateX(100%); transition: transform .35s; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { width: 100%; padding: 11px 0; font: 500 35px/1.2 var(--display); border-bottom: 1px solid var(--line); }
  .main-nav a::after { display: none; }
  .nav-dropdown { display: grid; grid-template-columns: 1fr auto; width: 100%; }
  .submenu-toggle { display: grid; place-items: center; width: 48px; height: 48px; padding: 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; font-size: 25px; transition: transform .25s; }
  .submenu-toggle[aria-expanded="true"] { transform: rotate(45deg); }
  .submenu { position: static; grid-column: 1 / -1; width: 100%; max-height: 0; padding: 0; overflow: hidden; visibility: hidden; opacity: 1; transform: none; box-shadow: none; background: rgba(207,163,109,.1); transition: max-height .35s, visibility .35s, padding .35s; }
  .nav-dropdown:hover .submenu, .nav-dropdown:focus-within .submenu { visibility: hidden; transform: none; }
  .nav-dropdown.open .submenu, .nav-dropdown.open:hover .submenu, .nav-dropdown.open:focus-within .submenu { max-height: 340px; padding: 10px 0; visibility: visible; }
  .main-nav .submenu a { padding: 10px 20px; border: 0; font: 500 18px/1.25 var(--sans); }
  .header-actions { display: none; }
  .menu-toggle { justify-self: end; display: block; width: auto; padding: 10px 0 10px 16px; border: 0; background: transparent; font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
  .hero-meta { display: none; }
  .intro, .process, .prices { gap: 6vw; }
  .footer-main { grid-template-columns: 1.3fr repeat(2,1fr); }
  .footer-main > div:last-child { display: none; }
  .cert-band { grid-template-columns: 1fr 120px 120px; }
  .cert-band .text-link { display: none; }
}

@media (max-width: 760px) {
  body { font-size: 17px; }
  .site-header, .site-header.scrolled { height: 112px; padding: 42px 22px 8px; }
  .header-facts { inset: 0 22px auto; height: 37px; justify-content: space-between; gap: 14px; font-size: 11px; }
  .header-facts span { display: none; }
  .brand-copy strong { font-size: 19px; }
  .brand-copy small { font-size: 9px; }
  .brand-logo { width: 44px; height: 44px; }
  .main-nav { inset-block-start: 112px; }
  .hero { min-height: 700px; }
  .hero-media { background-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg,rgba(8,18,13,.9),rgba(8,18,13,.3)), linear-gradient(0deg,rgba(8,18,13,.65),transparent); }
  .hero-content { width: auto; margin: 40px 22px 0; }
  h1 { font-size: clamp(48px, 13.4vw, 58px); }
  .hero-lead { font-size: 18px; }
  .process-list p { font-size: 16px; }
  .inner-hero-copy > p:last-child { font-size: 18px; }
  .hero-buttons { align-items: flex-start; flex-direction: column; gap: 10px; }
  .scroll-cue { display: none; }
  .section { padding: 85px 22px; }
  .intro, .process, .prices { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 25px; }
  .fact-strip { margin-top: 65px; grid-template-columns: 1fr; }
  .fact-strip div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .section-dark { padding: 85px 22px; }
  .section-top { grid-template-columns: 1fr; gap: 24px; margin-bottom: 45px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 400px; }
  .process-heading { position: static; }
  .process-list { margin-top: 45px; }
  .process-list li { grid-template-columns: 48px 1fr; }
  .export { min-height: 690px; padding: 85px 22px; }
  .export-content { align-self: start; }
  .export-map { width: 145vw; right: -65%; top: 69%; }
  .energy-grid { grid-template-columns: 1fr; }
  .energy-card { min-height: 420px; }
  .price-panel { margin-top: 35px; }
  .price-actions { align-items: flex-start; flex-direction: column; }
  .cta-band { grid-template-columns: 1fr; padding: 85px 22px; }
  .cta-stamp { display: none; }
  .footer-main { grid-template-columns: 1fr 1fr; padding: 65px 22px; }
  .footer-main > div:first-child { grid-column: 1/-1; }
  .cert-band { grid-template-columns: 1fr 1fr; padding: 38px 22px; }
  .cert-copy { grid-column: 1/-1; }
  .footer-legal { gap: 20px; align-items: flex-start; flex-direction: column; padding: 25px 22px; }
  .footer-legal span:nth-child(2) { order: -1; }
  .inner-hero { min-height: 650px; grid-template-columns: 1fr; padding: 180px 22px 70px; }
  .inner-hero h1 { font-size: clamp(54px, 14vw, 72px); }
  .inner-hero-aside { display: none; }
  .wood-detail { grid-template-columns: 35px 1fr; gap: 22px; }
  .wood-detail .detail-swatch { grid-column: 2; min-height: 260px; }
  .wood-detail > div:last-child { grid-column: 2; }
  .detail-intro { margin-bottom: 45px; }
  .contact-layout, .location-band { grid-template-columns: 1fr; }
  .contact-form { margin-top: 35px; padding: 30px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .beech-hero { min-height: 730px; grid-template-columns: 1fr; padding: 190px 22px 70px; }
  .beech-hero h1 { font-size: clamp(58px, 16vw, 78px); }
  .beech-hero-copy > p:last-child { font-size: 18px; }
  .beech-hero-fact { display: none; }
  .breadcrumb { margin-bottom: 45px; }
  .material-intro, .beech-process-head, .beech-uses { grid-template-columns: 1fr; }
  .material-copy { padding-top: 0; }
  .material-facts { grid-template-columns: 1fr 1fr; margin-top: 45px; }
  .material-facts div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .material-facts div:nth-child(4) { border-top: 1px solid var(--line); }
  .beech-gallery { grid-template-columns: 1fr 1fr; gap: 2px; padding: 0 22px 80px; }
  .beech-gallery img { height: 210px; }
  .beech-gallery figcaption { min-height: 63px; flex-direction: column; justify-content: flex-start; }
  .beech-process { padding: 85px 22px; }
  .beech-process-head { gap: 28px; padding-bottom: 45px; }
  .beech-steps li { grid-template-columns: 38px 1fr; gap: 18px; min-height: 0; padding: 38px 0; }
  .step-mark { display: none; }
  .energy-statement { grid-template-columns: 1fr; padding: 100px 22px 70px; }
  .energy-statement .energy-icon { display: none; }
  .energy-statement .eyebrow { left: 22px; }
  .use-grid { margin-top: 40px; }
  .use-grid article { grid-template-columns: 35px 1fr; }
  .use-grid p { grid-column: 2; font-size: 16px; }
}

@media (max-width: 760px) {
  .hero-content { width: calc(100% - 44px); margin-right: 22px; }
}
