
:root{--ink:#17241f;--ink2:#26362e;--paper:#f4efe8;--paper2:#e9e0d5;--white:#fffdf9;--rust:#9b4f35;--sage:#66786a;--gold:#c49a62;--muted:#625f59;--line:rgba(23,36,31,.16);--shadow:0 18px 50px rgba(22,30,26,.12);--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.62}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}img{display:block;max-width:100%}.container{width:min(calc(100% - 32px),var(--max));margin:auto}.topbar{background:var(--rust);color:white;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:7px 0}.langs{display:flex;gap:12px;flex-wrap:wrap}.langs a{opacity:.75}.langs a.active{opacity:1;border-bottom:2px solid #fff;padding-bottom:2px}.site-header{position:sticky;top:0;z-index:60;background:rgba(244,239,232,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-inner{display:grid;grid-template-columns:220px 1fr auto;align-items:center;gap:18px;padding:13px 0}.logo img{width:208px}.menu-toggle{display:none;border:0;background:none;font-size:1.5rem;color:var(--ink)}.nav ul{display:flex;justify-content:center;gap:15px;margin:0;padding:0;list-style:none}.nav a{font-size:.78rem;font-weight:700}.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;padding:13px 18px;font-weight:800;font-size:.84rem;letter-spacing:.03em;text-transform:uppercase}.header-cta{background:var(--ink);color:#fff}.btn.primary{background:var(--rust);color:#fff}.btn.dark{background:var(--ink);color:#fff}.btn.outline{border-color:currentColor}.btn.light{background:var(--white);color:var(--ink)}
.hero{padding:34px 0 62px;background:linear-gradient(180deg,var(--paper) 0%,#efe7dd 100%)}.hero-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:26px;align-items:stretch}.hero-copy{background:var(--ink);color:white;padding:54px;border-radius:4px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.hero-copy:after{content:"";position:absolute;right:-80px;bottom:-110px;width:280px;height:280px;border:1px solid rgba(255,255,255,.12);border-radius:50%}.eyebrow{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:800}.hero h1,.section-title,.editorial h2,.route-card h3,.profile h3,.district h3,.faq h2,.contact h2{font-family:Georgia,'Times New Roman',serif}.hero h1{font-size:clamp(2.7rem,5vw,5.1rem);line-height:.98;margin:16px 0 22px;font-weight:500}.hero p{color:#e7e2da;font-size:1.07rem;max-width:55ch}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.hero-photo{min-height:620px;position:relative;overflow:hidden;border-radius:4px;box-shadow:var(--shadow)}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-photo .caption{position:absolute;left:22px;bottom:22px;background:rgba(244,239,232,.92);padding:12px 15px;font-family:Georgia,serif;font-size:1rem}.fact-band{margin-top:-28px;position:relative;z-index:2}.fact-grid{display:grid;grid-template-columns:repeat(5,1fr);background:var(--white);box-shadow:var(--shadow);border-top:4px solid var(--sage)}.fact{padding:22px;border-right:1px solid var(--line)}.fact:last-child{border-right:0}.fact strong{display:block;font-family:Georgia,serif;font-size:1.05rem;margin-bottom:5px}.fact span{font-size:.83rem;color:var(--muted)}
.section{padding:92px 0}.section.white{background:var(--white)}.section.dark{background:var(--ink);color:white}.section.sage{background:var(--ink2);color:white}.section-head{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:end;margin-bottom:38px}.section-title{font-size:clamp(2.2rem,4vw,3.7rem);line-height:1.04;margin:0;font-weight:500}.section-head p{margin:0;color:var(--muted);font-size:1.04rem}.dark .section-head p,.sage .section-head p{color:#d7ddd8}.rule{width:90px;height:4px;background:linear-gradient(90deg,var(--rust),var(--gold));margin:16px 0}.intro-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:26px}.editorial{background:var(--white);padding:36px;box-shadow:var(--shadow)}.editorial h2{font-size:2.15rem;line-height:1.08;margin:0 0 16px}.editorial p{color:var(--muted)}.editorial-image{min-height:500px}.editorial-image img{width:100%;height:100%;object-fit:cover}.profiles{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:26px}.profile{background:#efe6dc;padding:24px;border-top:5px solid var(--rust)}.profile:nth-child(even){border-color:var(--sage)}.profile h3{margin:0 0 10px;font-size:1.35rem}.profile p{margin:0;color:var(--muted);font-size:.93rem}
.timeline{display:grid;grid-template-columns:repeat(6,1fr);gap:0;counter-reset:stage}.stage{padding:22px 18px;border-left:1px solid rgba(255,255,255,.18)}.stage:first-child{border-left:0}.stage h3{font-family:Georgia,serif;color:var(--gold);font-size:1.22rem;line-height:1.15}.stage p{font-size:.9rem;color:#d8dfda}.process-visuals{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:34px}.process-visuals img{height:155px;width:100%;object-fit:cover;filter:saturate(.82)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:var(--white);box-shadow:0 10px 28px rgba(22,30,26,.08);overflow:hidden}.product-card img{width:100%;height:220px;object-fit:cover}.product-card .copy{padding:20px}.product-card h3{font-family:Georgia,serif;font-size:1.35rem;margin:0 0 8px}.product-card p{margin:0;color:var(--muted);font-size:.92rem}.product-card.wide{grid-column:span 2}
.routes{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.route-card{background:rgba(255,255,255,.07);padding:30px;border:1px solid rgba(255,255,255,.15);min-height:260px}.route-card h3{font-size:2rem;color:var(--gold);margin:0 0 14px}.route-card p{color:#dce2de}.route-card a{display:inline-block;margin-top:15px;color:white;border-bottom:1px solid var(--gold);font-weight:700}
.material-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:34px;align-items:center}.material-photo{position:relative}.material-photo img{width:100%;height:650px;object-fit:cover}.material-photo:after{content:"";position:absolute;inset:16px;border:1px solid rgba(255,255,255,.6)}.material-list{display:grid;gap:14px}.material-item{background:var(--white);padding:22px;border-left:5px solid var(--sage)}.material-item h3{font-family:Georgia,serif;margin:0 0 7px}.material-item p{margin:0;color:var(--muted)}
.district-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.district{padding:24px;background:#314138;border-top:4px solid var(--gold)}.district h3{color:white;margin:0 0 10px;font-size:1.35rem}.district p{color:#d8dfda;margin:0;font-size:.92rem}.district-intro{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:30px}.district-intro p{color:#d8dfda}
.brief-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:stretch}.brief-copy{background:var(--rust);color:white;padding:38px}.brief-copy p{color:#f3e6dc}.check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;background:var(--white);box-shadow:var(--shadow)}.check{padding:18px 20px;border-bottom:1px solid var(--line);border-right:1px solid var(--line);position:relative;padding-left:48px}.check:before{content:"✓";position:absolute;left:20px;color:var(--sage);font-weight:900}.market-band{background:linear-gradient(120deg,var(--paper2),var(--white));border:1px solid var(--line);padding:40px;display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center}.market-links{display:flex;flex-wrap:wrap;gap:10px}.market-links a{background:var(--ink);color:#fff;padding:11px 14px;font-size:.84rem;font-weight:700}
.faq-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:30px}.faq-list{display:grid;gap:12px}.faq-item{background:var(--white);border:1px solid var(--line);padding:20px}.faq-item h3{margin:0 0 8px;font-size:1.05rem}.faq-item p{margin:0;color:var(--muted)}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.contact-copy{background:var(--ink);color:white;padding:36px}.contact-copy p{color:#d8dfda}.contact-copy ul{padding-left:18px}.form-wrap{background:white;padding:12px;box-shadow:var(--shadow)}.footer{background:#111a16;color:#dce2de;padding:34px 0}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}.footer a{color:white}.small{font-size:.85rem;color:#8b8780}.backtop{position:fixed;right:18px;bottom:18px;background:var(--rust);color:white;padding:10px 13px;z-index:30}
@media(max-width:1100px){.header-inner{grid-template-columns:220px auto}.menu-toggle{display:block;justify-self:end}.nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--paper);border-bottom:1px solid var(--line)}.nav.open{display:block}.nav ul{flex-direction:column;gap:0;padding:12px 20px}.nav a{display:block;padding:10px 0}.header-cta{display:none}.hero-grid,.intro-grid,.material-grid,.brief-grid,.faq-grid,.contact-grid,.district-intro,.section-head{grid-template-columns:1fr}.fact-grid{grid-template-columns:repeat(3,1fr)}.profiles,.district-grid{grid-template-columns:repeat(2,1fr)}.timeline{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.process-visuals{grid-template-columns:repeat(3,1fr)}.hero-photo{min-height:480px}}
@media(max-width:700px){.topbar .container{align-items:flex-start;flex-direction:column}.header-inner{grid-template-columns:1fr auto}.logo img{width:190px}.hero{padding-top:18px}.hero-copy{padding:32px}.hero h1{font-size:2.65rem}.hero-photo{min-height:390px}.fact-grid,.profiles,.routes,.district-grid,.timeline,.product-grid,.check-grid{grid-template-columns:1fr}.fact{border-right:0;border-bottom:1px solid var(--line)}.product-card.wide{grid-column:auto}.section{padding:70px 0}.process-visuals{grid-template-columns:1fr 1fr}.material-photo img{height:430px}.market-band{grid-template-columns:1fr;padding:26px}.footer-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:stretch}}


/* Layout rebuilt to match the selected editorial mockup */
:root{--mock-black:#171717;--mock-cream:#f8f4ee;--mock-brown:#8a4f31;--mock-gold:#b7783d;--mock-line:#d8d0c6}
.topbar{background:linear-gradient(90deg,#202020,#171717);color:#fff;font-size:.72rem;letter-spacing:.045em;text-transform:uppercase}
.topwide,.headerwide,.hero-wide,.benefit-wide,.heritage-wide,.category-wide{width:min(calc(100% - 64px),1440px);margin:0 auto}
.topwide{height:31px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.langs{display:flex;gap:20px;align-items:center;white-space:nowrap}.langs a{font-size:.72rem;opacity:.86;padding:7px 0 5px}.langs a.active{opacity:1;border-bottom:2px solid var(--mock-gold)}
.site-header{position:sticky;top:0;z-index:80;background:#fff;border-bottom:1px solid #e2ddd7;backdrop-filter:none}
.headerwide{min-height:66px;display:grid;grid-template-columns:235px minmax(0,1fr) 250px;align-items:center;gap:24px}
.logo img{width:205px;background:transparent;border-radius:0}.nav ul{display:flex;justify-content:center;align-items:center;gap:25px;margin:0;padding:0;list-style:none;white-space:nowrap}.nav a{font-size:.74rem;font-weight:500;letter-spacing:.015em;text-transform:uppercase;color:#1d1d1d}.header-cta{justify-self:end;background:#1b1b1b;color:#fff;padding:13px 20px;min-width:235px;font-size:.75rem}
.mockup-hero{position:relative;min-height:365px;background-image:linear-gradient(90deg,rgba(8,8,8,.96) 0%,rgba(10,10,10,.86) 25%,rgba(10,10,10,.48) 47%,rgba(10,10,10,.05) 72%),var(--hero-image);background-position:center;background-size:cover;color:#fff;display:flex;align-items:center}
.hero-wide{display:flex;align-items:center;min-height:365px}.mockup-hero-copy{width:min(620px,52vw);padding:34px 0}.mockup-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.65rem,4.25vw,4.6rem);font-weight:500;line-height:1.03;letter-spacing:.015em;margin:0;color:#fff}.gold-rule{width:44px;height:3px;background:var(--mock-gold);margin:18px 0}.mockup-hero p{max-width:560px;font-size:1.03rem;line-height:1.47;color:#f1ece7;margin:0}.mockup-hero .hero-actions{margin-top:22px;display:flex;gap:14px;flex-wrap:wrap}.mockup-hero .btn{padding:13px 17px;font-size:.76rem}.mockup-hero .btn.primary{background:linear-gradient(90deg,#9a6039,#b57a46);color:white}.mockup-hero .btn.outline{border-color:rgba(255,255,255,.78);color:#fff;background:rgba(0,0,0,.18)}
.benefit-strip{background:linear-gradient(90deg,#f8f4ef,#fffdfa,#f8f4ef);border-bottom:1px solid #dfd7ce}.benefit-wide{display:grid;grid-template-columns:repeat(5,1fr);min-height:96px;align-items:stretch}.benefit-item{display:grid;grid-template-columns:58px 1fr;align-items:center;gap:13px;padding:16px 22px;border-right:1px solid #d8d1c9}.benefit-item:last-child{border-right:0}.benefit-icon svg{width:46px;height:46px;stroke:#9a6039;stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round}.benefit-item strong{display:block;font-family:Georgia,'Times New Roman',serif;font-size:1rem;text-transform:uppercase;line-height:1.1}.benefit-item span{display:block;color:#45413d;font-size:.8rem;line-height:1.35;margin-top:5px}
.heritage-preview{background:#fff;padding:34px 0 28px}.heritage-wide{display:grid;grid-template-columns:265px repeat(4,minmax(0,1fr));gap:18px;align-items:start}.heritage-intro{padding:19px 20px 10px 0}.heritage-intro h2{font-family:Georgia,'Times New Roman',serif;font-size:2.5rem;line-height:1.05;font-weight:500;margin:0;color:#211d1a}.heritage-intro p{font-size:.92rem;line-height:1.52;color:#494540;margin:0 0 16px}.heritage-intro a{font-size:.78rem;font-weight:800;color:var(--mock-brown);text-transform:uppercase;letter-spacing:.04em}.heritage-card picture{display:block;overflow:hidden}.heritage-card img{width:100%;height:226px;object-fit:cover}.heritage-card h3{font-family:Georgia,'Times New Roman',serif;text-align:center;font-size:1.02rem;font-weight:500;text-transform:uppercase;margin:13px 0 5px}.heritage-card p{text-align:center;color:#44413e;font-size:.82rem;line-height:1.42;margin:0 8px}
.category-ribbon{background:linear-gradient(90deg,#1d1e1f,#111314,#202223);color:#fff;padding:17px 0 20px}.category-ribbon h2{font-family:Georgia,'Times New Roman',serif;font-size:1.7rem;font-weight:500;text-align:center;margin:0 0 14px}.category-grid{display:grid;grid-template-columns:repeat(8,1fr)}.category-item{text-align:center;padding:3px 12px;border-right:1px solid rgba(194,132,80,.34)}.category-item:last-child{border-right:0}.category-icon svg{width:42px;height:42px;stroke:#c48450;stroke-width:1.65;fill:none;stroke-linecap:round;stroke-linejoin:round}.category-item span{display:block;margin-top:5px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.035em;color:#f5f0eb}
/* Keep the detailed lower-page material, but separate it clearly from the mockup opening */
#supply-chain{padding-top:90px}
@media(max-width:1250px){.headerwide{grid-template-columns:205px 1fr auto}.nav ul{gap:14px}.nav a{font-size:.67rem}.header-cta{min-width:auto;padding:12px 14px}.heritage-wide{grid-template-columns:230px repeat(4,1fr)}.heritage-intro h2{font-size:2.15rem}.heritage-card img{height:205px}}
@media(max-width:1040px){.topwide,.headerwide,.hero-wide,.benefit-wide,.heritage-wide,.category-wide{width:min(calc(100% - 36px),960px)}.headerwide{grid-template-columns:210px auto}.menu-toggle{display:block;justify-self:end}.nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid #ddd}.nav.open{display:block}.nav ul{flex-direction:column;align-items:flex-start;gap:0;padding:10px 24px;white-space:normal}.nav a{display:block;padding:9px 0;font-size:.8rem}.header-cta{display:none}.mockup-hero{min-height:430px;background-position:65% center}.hero-wide{min-height:430px}.mockup-hero-copy{width:60%}.benefit-wide{grid-template-columns:repeat(2,1fr)}.benefit-item{border-bottom:1px solid #ddd}.heritage-wide{grid-template-columns:1fr 1fr}.heritage-intro{grid-column:1/-1;max-width:760px}.heritage-card img{height:260px}.category-grid{grid-template-columns:repeat(4,1fr);gap:18px 0}.category-item:nth-child(4){border-right:0}}
@media(max-width:700px){.topwide{height:auto;min-height:34px;align-items:flex-start;flex-direction:column;padding:7px 0}.topwide>span{display:none}.langs{gap:14px}.headerwide{min-height:62px}.logo img{width:185px}.mockup-hero{min-height:520px;background-image:linear-gradient(180deg,rgba(8,8,8,.68) 0%,rgba(8,8,8,.76) 100%),var(--hero-image);background-position:60% center}.hero-wide{min-height:520px;align-items:flex-end}.mockup-hero-copy{width:100%;padding:45px 0}.mockup-hero h1{font-size:2.55rem}.mockup-hero .hero-actions{flex-direction:column;align-items:stretch}.benefit-wide{grid-template-columns:1fr}.benefit-item{border-right:0}.heritage-wide{grid-template-columns:1fr}.heritage-intro{padding-right:0}.heritage-card img{height:260px}.category-grid{grid-template-columns:repeat(2,1fr)}.category-item:nth-child(even){border-right:0}.category-ribbon h2{font-size:1.45rem}}
