:root{
  --green-950:#071d18;
  --green-900:#0b2a21;
  --green-800:#123c2e;
  --green-700:#1d5b43;
  --green-500:#4e7d62;
  --cream:#f5f1e7;
  --sand:#e9e0cf;
  --gold:#c7a668;
  --gold-soft:#e0c997;
  --ink:#15221c;
  --muted:#68736c;
  --white:#fcfbf7;
  --line:rgba(21,34,28,.16);
  --serif:"Playfair Display", Georgia, serif;
  --sans:"DM Sans", Arial, sans-serif;
  --max:1320px;
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(calc(100% - 64px),var(--max));margin-inline:auto}
.section-dark{background:var(--green-950);color:var(--white)}
.section-light{background:var(--cream)}
.section-green{background:var(--green-900);color:var(--white)}
.section-sand{background:var(--sand)}
.grain{position:fixed;inset:0;pointer-events:none;z-index:100;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 max(32px,calc((100vw - var(--max))/2));color:#fff;transition:.35s ease;border-bottom:1px solid transparent}
.site-header.scrolled{height:72px;background:rgba(7,29,24,.84);backdrop-filter:blur(18px);border-bottom-color:rgba(255,255,255,.1)}
.brand{display:inline-flex;align-items:center;gap:11px}
.brand-mark{width:38px;height:38px;display:grid;place-items:center}
.brand-mark svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.5}
.brand-copy{display:flex;flex-direction:column;line-height:1.03;letter-spacing:.09em}.brand-copy strong{font-size:13px}.brand-copy small{font-size:8px;letter-spacing:.24em;margin-top:5px;opacity:.7}
.site-nav{display:flex;align-items:center;gap:34px;font-size:13px}.site-nav>a:not(.nav-cta){opacity:.78;transition:.2s}.site-nav>a:hover{opacity:1}
.nav-cta{border:1px solid rgba(255,255,255,.34);padding:10px 17px;border-radius:999px;transition:.2s}.nav-cta:hover{background:#fff;color:var(--green-950)}
.menu-toggle{display:none;background:none;border:0;color:#fff;width:44px;height:44px;padding:0}.menu-toggle span{display:block;width:24px;height:1px;background:currentColor;margin:7px auto;transition:.25s}
.hero{min-height:100vh;position:relative;isolation:isolate;overflow:hidden;padding:164px 0 48px;display:flex;flex-direction:column;justify-content:space-between}
.hero-bg{position:absolute;inset:0;z-index:-3}.hero-bg svg{width:100%;height:100%}.hero:after{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(4,19,15,.68),rgba(4,19,15,.10) 56%,rgba(4,19,15,.20));}
.hero-leaf{position:absolute;z-index:-1;width:290px;height:115px;border:1px solid rgba(219,205,164,.24);border-radius:100% 0 100% 0;transform:rotate(-26deg)}
.hero-leaf:after{content:"";position:absolute;left:12%;right:8%;top:50%;height:1px;background:rgba(219,205,164,.22);transform:rotate(-8deg)}
.leaf-one{right:5vw;top:24vh}.leaf-two{right:14vw;top:33vh;transform:scale(.6) rotate(24deg);opacity:.6}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.65fr);gap:8vw;align-items:end}
.eyebrow{font-size:11px;font-weight:700;letter-spacing:.2em;color:var(--gold-soft);text-transform:uppercase}.eyebrow.dark{color:var(--green-700)}
.hero-copy h1,.section-head h2,.intro-copy h2,.products-head h2{font-family:var(--serif);font-weight:500;letter-spacing:-.04em;line-height:.96;margin:22px 0}.hero-copy h1{font-size:clamp(54px,7vw,108px);max-width:970px}.hero-copy h1 em,.section-head h2 em,.intro-copy h2 em,.products-head h2 em{font-weight:500;color:var(--gold-soft)}
.hero-copy p{max-width:710px;font-size:clamp(16px,1.4vw,20px);color:rgba(255,255,255,.72);line-height:1.7;margin:0}
.hero-actions{display:flex;align-items:center;gap:28px;margin-top:36px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 23px;border-radius:999px;font-size:13px;font-weight:700}.btn-light{background:#f8f5ed;color:var(--green-950);transition:.25s}.btn-light:hover{transform:translateY(-2px);background:#fff}.text-link{font-size:13px;color:rgba(255,255,255,.8)}.text-link span{margin-left:6px}
.hero-proof{display:flex;flex-direction:column;align-items:stretch;gap:0}.hero-proof-kicker{font-size:10px;letter-spacing:.24em;padding:0 0 12px;color:rgba(255,255,255,.52)}.hero-proof-card{border-top:1px solid rgba(255,255,255,.2);padding:18px 0 22px;display:grid;grid-template-columns:48px 1fr;gap:12px}.hero-proof-card.compact{border-bottom:1px solid rgba(255,255,255,.2)}.proof-index{font-size:10px;color:var(--gold-soft)}.hero-proof-card p{font-family:var(--serif);font-size:21px;line-height:1.25;margin:0;color:rgba(255,255,255,.74)}.hero-proof-card strong{color:#fff;font-weight:500}
.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);margin-top:80px;border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}.hero-stats article{padding:26px 26px 24px 0;border-right:1px solid rgba(255,255,255,.16);display:grid;grid-template-columns:auto 1fr;column-gap:9px;align-items:end}.hero-stats article:last-child{border-right:0;padding-left:26px}.hero-stats article:not(:first-child){padding-left:26px}.hero-stats strong{font-family:var(--serif);font-size:48px;font-weight:500;line-height:.9}.hero-stats span{font-size:10px;letter-spacing:.14em;color:var(--gold-soft);padding-bottom:3px}.hero-stats p{grid-column:1/-1;margin:9px 0 0;font-size:12px;color:rgba(255,255,255,.58)}
.intro{padding:128px 0 88px}.intro-grid{display:grid;grid-template-columns:.65fr 1.65fr .9fr;gap:5vw;align-items:start}.section-number{font-size:10px;font-weight:700;letter-spacing:.18em;color:var(--green-500)}.intro-copy h2{font-size:clamp(42px,5vw,74px);margin:14px 0 0}.intro-copy h2 em,.products-head h2 em{color:var(--green-700)}.intro-note{border-left:1px solid var(--line);padding-left:28px;color:#49564f;font-size:15px}.intro-note p{margin:0 0 18px}
.foundations{padding:0 0 130px}.cards-stack{display:grid;gap:28px}.foundation-card{display:grid;grid-template-columns:1.03fr .97fr;min-height:530px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#f8f5ed}.foundation-card.reverse{grid-template-columns:.97fr 1.03fr}.foundation-card.reverse .card-visual{order:2}.card-visual{position:relative;min-height:500px;background:var(--green-800);overflow:hidden}.card-body{padding:64px;display:flex;flex-direction:column;justify-content:center}.card-no{font-size:10px;letter-spacing:.18em;color:var(--green-500);font-weight:700}.card-body h3{font-family:var(--serif);font-size:clamp(38px,4vw,62px);line-height:1;letter-spacing:-.04em;font-weight:500;margin:20px 0 14px}.card-body h4{font-size:16px;line-height:1.5;margin:0 0 22px;font-weight:600;color:var(--green-800)}.card-body p{color:#57645d;max-width:590px;margin:0}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:32px}.tags span{border:1px solid rgba(29,91,67,.2);border-radius:999px;padding:7px 10px;font-size:10px;color:var(--green-700);font-weight:700}
.visual-estate{background:radial-gradient(circle at 76% 19%,rgba(225,203,149,.28),transparent 23%),linear-gradient(155deg,#174b38,#0b2d23)}.contours{position:absolute;inset:-10%;opacity:.24;background:repeating-radial-gradient(ellipse at 15% 95%,transparent 0 28px,rgba(232,214,167,.8) 29px 30px,transparent 31px 51px);transform:rotate(-10deg)}.big-num{position:absolute;left:8%;bottom:6%;font-family:var(--serif);font-size:clamp(180px,23vw,330px);line-height:.72;letter-spacing:-.09em;color:rgba(241,229,196,.88)}.unit{position:absolute;left:10%;top:9%;font-size:10px;letter-spacing:.35em;color:rgba(255,255,255,.65)}
.visual-heritage{background:#d8c9aa;color:#173b2d;display:grid;place-items:center}.visual-heritage:after{content:"";position:absolute;inset:22px;border:1px solid rgba(23,59,45,.18);border-radius:18px}.heritage-tree{width:min(80%,470px);height:auto;position:relative;z-index:2;opacity:.88}.heritage-label{position:absolute;top:8%;left:8%;font-size:10px;letter-spacing:.28em;font-weight:700}
.value-chain{padding:124px 0}.section-head{display:grid;grid-template-columns:1.4fr .6fr;gap:10vw;align-items:end}.section-head h2{font-size:clamp(44px,5.4vw,82px);margin:16px 0 0}.section-head p{color:rgba(255,255,255,.66);font-size:15px;margin:0 0 7px}.chain{margin-top:70px;display:grid;grid-template-columns:repeat(13,auto);align-items:center;gap:10px;overflow-x:auto;padding-bottom:18px;scrollbar-width:thin}.chain-item{width:138px;min-width:138px;height:190px;border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:17px;display:flex;flex-direction:column;justify-content:space-between;background:rgba(255,255,255,.025)}.chain-item span{font-size:10px;color:var(--gold-soft)}.chain-item strong{font-family:var(--serif);font-size:19px;line-height:1.08;font-weight:500}.chain-item small{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.42)}.chain-arrow{color:var(--gold);opacity:.75}.chain-tags{margin-top:42px;padding-top:24px;border-top:1px solid rgba(255,255,255,.14);display:flex;flex-wrap:wrap;gap:10px}.chain-tags span{font-size:10px;letter-spacing:.06em;border:1px solid rgba(255,255,255,.15);padding:7px 11px;border-radius:999px;color:rgba(255,255,255,.7)}
.products{padding:124px 0 132px}.products-head{display:grid;grid-template-columns:.7fr 1.4fr .65fr;align-items:end;gap:4vw;margin-bottom:64px}.products-head h2{font-size:clamp(44px,5vw,76px);margin:0}.products-head p{margin:0;color:#59655d;font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-card{min-height:440px;border-radius:22px;padding:26px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}.product-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(7,29,24,.7));z-index:0}.product-card>*{position:relative;z-index:1}.product-index{position:absolute;top:24px;left:26px;font-size:10px;letter-spacing:.16em;color:rgba(255,255,255,.75)}.product-card h3{font-family:var(--serif);font-size:31px;line-height:1.05;font-weight:500;color:#fff;margin:0 0 12px}.product-card p{color:rgba(255,255,255,.7);font-size:13px;margin:0;max-width:240px}.product-card-a{background:linear-gradient(140deg,#725a35,#1a3d2d)}.product-card-b{background:linear-gradient(140deg,#54705a,#112f25)}.product-card-c{background:linear-gradient(140deg,#b48e58,#4b2f1e)}.product-card-d{background:linear-gradient(140deg,#2e5551,#132e2c)}.product-symbol{position:absolute;z-index:0!important;inset:auto auto 36% 50%;transform:translate(-50%,50%);width:210px;height:210px;color:rgba(242,226,185,.78)}.gift-symbol{border:1px solid currentColor;width:155px;height:125px}.gift-symbol:before,.gift-symbol:after{content:"";position:absolute;background:currentColor}.gift-symbol:before{width:1px;top:-12px;bottom:0;left:50%}.gift-symbol:after{height:1px;left:-12px;right:-12px;top:32px}.gift-symbol span:first-child,.gift-symbol span:last-child{position:absolute;width:62px;height:30px;border:1px solid currentColor;border-radius:60% 60% 10% 60%;top:-31px}.gift-symbol span:first-child{right:50%;transform:rotate(14deg)}.gift-symbol span:last-child{left:50%;transform:scaleX(-1) rotate(14deg)}
.leaf-symbol{width:150px;height:220px;border:1px solid currentColor;border-radius:100% 0 100% 0;transform:translate(-50%,50%) rotate(-23deg)}.leaf-symbol:before{content:"";position:absolute;left:15px;right:12px;top:52%;height:1px;background:currentColor;transform:rotate(-25deg)}
.cup-symbol{width:164px;height:92px;border:1px solid currentColor;border-radius:0 0 80px 80px}.cup-symbol:before{content:"";position:absolute;width:55px;height:55px;border:1px solid currentColor;border-left:0;border-radius:0 50% 50% 0;right:-56px;top:6px}.cup-symbol:after{content:"";position:absolute;left:-30px;right:-50px;bottom:-24px;height:1px;background:currentColor}
.molecule-symbol i{position:absolute;width:26px;height:26px;border:1px solid currentColor;border-radius:50%}.molecule-symbol i:nth-child(1){left:25px;top:105px}.molecule-symbol i:nth-child(2){right:34px;top:45px}.molecule-symbol i:nth-child(3){right:16px;bottom:10px}.molecule-symbol:before,.molecule-symbol:after{content:"";position:absolute;height:1px;background:currentColor;transform-origin:left}.molecule-symbol:before{width:115px;left:51px;top:116px;transform:rotate(-27deg)}.molecule-symbol:after{width:104px;left:135px;top:87px;transform:rotate(69deg)}
.manifesto{padding:150px 0}.manifesto-inner{max-width:1050px}.quote-mark{font-family:var(--serif);font-size:118px;color:var(--gold);line-height:.5}.manifesto blockquote{font-family:var(--serif);font-size:clamp(36px,4.5vw,68px);line-height:1.12;letter-spacing:-.035em;font-weight:500;margin:36px 0 70px}.manifesto blockquote em{color:var(--gold-soft)}.manifesto-meta{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.15);padding-top:20px;font-size:10px;letter-spacing:.16em;color:rgba(255,255,255,.5)}
.footer{background:#061511;color:#fff;padding:72px 0 26px}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr 1fr;gap:6vw}.footer-brand{margin-bottom:22px}.footer-grid>div:first-child>p{max-width:340px;font-family:var(--serif);font-size:20px;color:rgba(255,255,255,.54);line-height:1.35}.footer-links,.footer-contact{display:flex;flex-direction:column;gap:13px;font-size:13px}.footer-links a,.footer-contact a{color:rgba(255,255,255,.65)}.contact-note{margin:0;color:rgba(255,255,255,.48);font-size:13px}.footer-links a:hover,.footer-contact a:hover{color:#fff}.footer-contact>span{font-size:9px;letter-spacing:.18em;color:var(--gold-soft);margin-bottom:6px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:66px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:9px;letter-spacing:.12em;color:rgba(255,255,255,.38)}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.7,.2,1)}.reveal.in-view{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}
@media (max-width:1100px){.hero-grid{grid-template-columns:1fr}.hero-proof{display:none}.hero-stats{grid-template-columns:repeat(2,1fr)}.hero-stats article:nth-child(2){border-right:0}.hero-stats article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.16)}.intro-grid{grid-template-columns:.45fr 1.55fr}.intro-note{grid-column:2}.foundation-card,.foundation-card.reverse{grid-template-columns:1fr 1fr}.card-body{padding:42px}.products-head{grid-template-columns:1fr 2fr}.products-head p{grid-column:2}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:760px){.container{width:min(calc(100% - 36px),var(--max))}.site-header{height:72px;padding:0 18px}.menu-toggle{display:block}.site-nav{position:fixed;top:72px;left:12px;right:12px;background:rgba(7,29,24,.97);backdrop-filter:blur(18px);padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:18px;display:flex;flex-direction:column;align-items:stretch;gap:6px;transform:translateY(-14px);opacity:0;pointer-events:none;transition:.25s}.site-nav.open{transform:none;opacity:1;pointer-events:auto}.site-nav a{padding:11px 8px}.nav-cta{text-align:center;margin-top:6px}.menu-toggle.active span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle.active span:last-child{transform:translateY(-4px) rotate(-45deg)}.hero{padding:132px 0 28px;min-height:920px}.hero-copy h1{font-size:54px}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.hero-stats{margin-top:70px}.hero-stats strong{font-size:38px}.hero-stats article,.hero-stats article:not(:first-child),.hero-stats article:last-child{padding:20px 14px}.intro{padding:86px 0 64px}.intro-grid{grid-template-columns:1fr}.intro-note{grid-column:auto;border-left:0;border-top:1px solid var(--line);padding:24px 0 0}.intro-copy h2{font-size:45px}.foundations{padding-bottom:90px}.foundation-card,.foundation-card.reverse{grid-template-columns:1fr}.foundation-card.reverse .card-visual{order:0}.card-visual{min-height:360px}.card-body{padding:34px 26px 40px}.card-body h3{font-size:44px}.section-head{grid-template-columns:1fr}.section-head h2{font-size:48px}.chain{margin-top:45px}.value-chain{padding:88px 0}.products{padding:88px 0}.products-head{grid-template-columns:1fr}.products-head p{grid-column:auto}.products-head h2{font-size:48px}.product-grid{grid-template-columns:1fr}.product-card{min-height:390px}.manifesto{padding:100px 0}.manifesto blockquote{font-size:38px}.manifesto-meta{flex-direction:column;gap:8px}.footer-grid{grid-template-columns:1fr}.footer-bottom{gap:20px;align-items:flex-start;flex-direction:column}.big-num{font-size:210px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}


/* PDF download actions */
.nav-download{border:1px solid rgba(255,255,255,.34);padding:10px 17px;border-radius:999px;background:#f8f5ed;color:var(--green-950);font-weight:700;transition:.2s;display:inline-flex;align-items:center;gap:7px}
.nav-download:hover{background:#fff;transform:translateY(-1px)}
.btn-outline{border:1px solid rgba(255,255,255,.38);color:#fff;background:rgba(255,255,255,.03);transition:.25s;gap:8px}
.btn-outline:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.65);transform:translateY(-2px)}

/* Print/PDF layout: a self-contained offline company profile */
@media print{
  @page{size:A4 portrait;margin:0}
  *{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}
  html,body{width:210mm!important;max-width:210mm!important;background:var(--cream)!important;overflow:visible!important}
  body{font-size:10.5pt}
  .grain,.menu-toggle,.site-nav,.hero-actions,.pdf-download{display:none!important}
  .reveal{opacity:1!important;transform:none!important;transition:none!important}
  .container{width:calc(100% - 24mm)!important;max-width:none!important;margin-inline:12mm!important}
  .site-header{position:absolute!important;top:0!important;left:0!important;right:0!important;height:22mm!important;padding:0 12mm!important;background:transparent!important;border:0!important;backdrop-filter:none!important}
  .site-header .brand{display:inline-flex!important}
  .hero{min-height:297mm!important;height:297mm!important;padding:45mm 0 15mm!important;break-after:page!important;page-break-after:always!important}
  .hero-grid{grid-template-columns:1fr .42fr!important;gap:10mm!important;align-items:end!important}
  .hero-copy h1{font-size:42pt!important;line-height:.94!important;max-width:155mm!important;margin:8mm 0 6mm!important}
  .hero-copy p{font-size:11pt!important;max-width:145mm!important}
  .hero-proof{display:flex!important}
  .hero-proof-card p{font-size:14pt!important}
  .hero-stats{margin-top:18mm!important}
  .hero-stats strong{font-size:26pt!important}
  .hero-stats article{padding-top:5mm!important;padding-bottom:5mm!important}

  .intro{padding:18mm 0 10mm!important;break-before:page!important;page-break-before:always!important}
  .intro-grid{grid-template-columns:.45fr 1.55fr!important;gap:8mm!important}
  .intro-note{grid-column:2!important;border-left:0!important;border-top:1px solid var(--line)!important;padding:6mm 0 0!important;font-size:10pt!important}
  .intro-copy h2{font-size:31pt!important;line-height:1!important}
  .foundations{padding:0 0 15mm!important}
  .cards-stack{gap:7mm!important}
  .foundation-card,.foundation-card.reverse{grid-template-columns:1fr 1fr!important;min-height:0!important;height:105mm!important;border-radius:5mm!important;break-inside:avoid!important;page-break-inside:avoid!important}
  .foundation-card.reverse .card-visual{order:2!important}
  .card-visual{min-height:0!important;height:105mm!important}
  .card-body{padding:9mm!important}
  .card-body h3{font-size:24pt!important;margin:4mm 0 3mm!important}
  .card-body h4{font-size:10.5pt!important;margin:0 0 3mm!important}
  .card-body p{font-size:9.5pt!important;line-height:1.45!important}
  .tags{margin-top:4mm!important;gap:1.5mm!important}
  .tags span{font-size:7.2pt!important;padding:1.2mm 2mm!important}
  .big-num{font-size:105pt!important}
  .heritage-tree{width:72%!important;max-height:92mm!important}

  .value-chain{padding:17mm 0!important;min-height:297mm!important;break-before:page!important;page-break-before:always!important}
  .section-head{grid-template-columns:1fr!important;gap:7mm!important}
  .section-head h2{font-size:32pt!important;line-height:1!important}
  .section-head p{font-size:10pt!important;max-width:160mm!important}
  .chain{margin-top:12mm!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:4mm!important;overflow:visible!important;padding:0!important}
  .chain-arrow{display:none!important}
  .chain-item{width:auto!important;min-width:0!important;height:43mm!important;padding:4mm!important;border-radius:4mm!important}
  .chain-item strong{font-size:14pt!important}
  .chain-item small{font-size:7pt!important}
  .chain-tags{margin-top:10mm!important;padding-top:6mm!important}

  .products{padding:17mm 0!important;min-height:297mm!important;break-before:page!important;page-break-before:always!important}
  .products-head{grid-template-columns:.55fr 1.45fr!important;gap:6mm!important;margin-bottom:9mm!important}
  .products-head p{grid-column:2!important;font-size:9.5pt!important}
  .products-head h2{font-size:31pt!important;line-height:1!important}
  .product-grid{grid-template-columns:repeat(2,1fr)!important;gap:4mm!important}
  .product-card{min-height:0!important;height:92mm!important;border-radius:5mm!important;padding:6mm!important;break-inside:avoid!important;page-break-inside:avoid!important}
  .product-card h3{font-size:20pt!important}
  .product-card p{font-size:9pt!important}
  .product-symbol{transform:translate(-50%,50%) scale(.72)!important}

  .manifesto{padding:35mm 0 20mm!important;min-height:225mm!important;break-before:page!important;page-break-before:always!important}
  .quote-mark{font-size:70pt!important}
  .manifesto blockquote{font-size:31pt!important;line-height:1.08!important;margin:13mm 0 20mm!important}
  .footer{padding:16mm 0 8mm!important;min-height:72mm!important;break-inside:avoid!important;page-break-inside:avoid!important}
  .footer-grid{grid-template-columns:1.25fr .7fr 1fr!important;gap:8mm!important}
  .footer-grid>div:first-child>p{font-size:12pt!important}
  .footer-bottom{margin-top:10mm!important;padding-top:4mm!important}
}
