/* ============ TOKENS ============ */
:root{
  --navy:#172E73;
  --navy-deep:#101F4F;
  --green:#7ED957;
  --green-ink:#3F8A22;
  --paper:#F7F8FB;
  --surface:#FFFFFF;
  --surface-2:#EFF1F7;
  --ink:#141A2E;
  --muted:#59617C;
  --rule:#D8DDEA;
  --rule-soft:#E7EAF3;
  --on-navy:#FFFFFF;
  --on-navy-muted:#B9C3E0;
  --shadow:0 1px 2px rgba(20,26,46,.05),0 8px 24px -12px rgba(20,26,46,.18);

  --f-display:"EB Garamond","Garamond","Adobe Garamond Pro","Times New Roman",serif;
  --f-util:"Barlow","Helvetica Neue",Arial,sans-serif;
  --f-cond:"Barlow Condensed","Barlow",Arial,sans-serif;

  --wrap:1160px;
  --measure:68ch;
}
@media (prefers-color-scheme:dark){
  :root:not([data-theme="light"]){
    --paper:#0C1730;
    --surface:#152344;
    --surface-2:#1B2C53;
    --ink:#EEF1F9;
    --muted:#A3AEC9;
    --rule:#2C3F69;
    --rule-soft:#22335C;
    --navy:#8FA6E8;
    --green-ink:#8ADF63;
    --shadow:0 1px 2px rgba(0,0,0,.3),0 10px 28px -14px rgba(0,0,0,.6);
  }
}
:root[data-theme="dark"]{
  --paper:#0C1730;
  --surface:#152344;
  --surface-2:#1B2C53;
  --ink:#EEF1F9;
  --muted:#A3AEC9;
  --rule:#2C3F69;
  --rule-soft:#22335C;
  --navy:#8FA6E8;
  --green-ink:#8ADF63;
  --shadow:0 1px 2px rgba(0,0,0,.3),0 10px 28px -14px rgba(0,0,0,.6);
}

/* ============ BASE ============ */
*{box-sizing:border-box}
body{
  margin:0;background:var(--paper);color:var(--ink);
  font-family:var(--f-display);font-size:19px;line-height:1.62;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit}
h1,h2,h3,h4{margin:0;font-weight:600;text-wrap:balance;line-height:1.15}
p{margin:0}
:focus-visible{outline:2px solid var(--green);outline-offset:3px;border-radius:2px}

.wrap{max-width:var(--wrap);margin-inline:auto;padding-inline:24px}
.eyebrow{
  font-family:var(--f-cond);font-weight:600;text-transform:uppercase;
  letter-spacing:.16em;font-size:15px;color:var(--green-ink);
}

/* ============ HEADER ============ */
.masthead{position:sticky;top:0;z-index:50;background:var(--navy-deep);border-bottom:1px solid rgba(255,255,255,.10)}
.masthead-in{
  max-width:var(--wrap);margin-inline:auto;padding:0 24px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:74px;
}
.brand{display:flex;align-items:center;gap:13px;text-decoration:none;padding:10px 0}
.brand img{height:34px;width:auto}
.brand-name{font-family:var(--f-cond);font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.13em;font-size:20px;line-height:1}
.brand-sub{font-family:var(--f-util);font-weight:400;color:var(--on-navy-muted);font-size:11.5px;letter-spacing:.09em;text-transform:uppercase;margin-top:5px}
.nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.nav a{
  font-family:var(--f-cond);text-transform:uppercase;letter-spacing:.11em;font-size:17px;font-weight:500;
  color:var(--on-navy-muted);text-decoration:none;padding:9px 14px;border-radius:3px;position:relative;
  transition:color .18s,background .18s;
}
.nav a:hover{color:#fff;background:rgba(255,255,255,.07)}
.nav a[aria-current="page"]{color:#fff}
.nav a[aria-current="page"]::after{content:"";position:absolute;left:14px;right:14px;bottom:2px;height:2px;background:var(--green)}

/* ============ PAGE SWITCHING ============ */
.page{display:block;animation:fade .34s ease both}
@keyframes fade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){.page{animation:none}*{scroll-behavior:auto !important}}

/* ============ NAVY BANDS ============ */
.navy{background:var(--navy-deep);color:var(--on-navy);position:relative;overflow:hidden}
.waves{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0}
.navy-in{position:relative;z-index:1}

/* HERO */
.hero-in{
  max-width:var(--wrap);margin-inline:auto;padding:74px 24px 68px;
  display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;
  position:relative;z-index:1;
}
.hero-logo{width:min(290px,70%);height:auto;margin-bottom:30px}
.hero h1{font-size:clamp(34px,4.6vw,54px);color:#fff;letter-spacing:-.008em;font-weight:500;line-height:1.08}
.hero-lede{margin-top:20px;color:var(--on-navy-muted);font-size:20px;max-width:46ch;line-height:1.6}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.btn{
  font-family:var(--f-cond);text-transform:uppercase;letter-spacing:.12em;font-size:16px;font-weight:600;
  padding:13px 26px;border-radius:3px;text-decoration:none;border:1px solid transparent;display:inline-block;
  transition:transform .16s,background .16s,color .16s;cursor:pointer;
}
.btn-primary{background:var(--green);color:#10240A}
.btn-primary:hover{background:#93E36F;transform:translateY(-1px)}
.btn-ghost{border-color:rgba(255,255,255,.4);color:#fff}
.btn-ghost:hover{background:rgba(255,255,255,.1);transform:translateY(-1px)}
.hero-mosaic{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hero-mosaic img{
  border-radius:4px;aspect-ratio:4/3;object-fit:cover;width:100%;
  box-shadow:0 18px 44px -22px rgba(0,0,0,.7);
}

/* ============ SECTIONS ============ */
.section{padding:78px 0}
.section-tight{padding:56px 0}
.section-head{display:flex;flex-direction:column;gap:12px;margin-bottom:38px}
.section-head h2{font-size:clamp(29px,3.4vw,40px);letter-spacing:-.005em;font-weight:500}
.prose{max-width:var(--measure);display:flex;flex-direction:column;gap:20px;font-size:19.5px}
.prose strong{font-weight:600}
.lead-name{color:var(--green-ink);font-weight:600}

/* FACTS */
.facts{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--rule);
  border:1px solid var(--rule);border-radius:4px;overflow:hidden;margin-top:46px;
}
.fact{background:var(--surface);padding:26px 24px;display:flex;flex-direction:column;gap:7px;min-width:0}
.fact-n{font-family:var(--f-util);font-weight:600;font-size:27px;line-height:1.15;color:var(--navy);font-variant-numeric:tabular-nums;letter-spacing:-.01em}
.fact-l{font-family:var(--f-util);font-size:14px;color:var(--muted);line-height:1.45}

/* CAPABILITY CARDS */
.caps{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.cap{
  background:var(--surface);border:1px solid var(--rule);border-radius:4px;overflow:hidden;
  text-decoration:none;color:inherit;display:flex;flex-direction:column;
  transition:transform .18s,box-shadow .18s;box-shadow:var(--shadow);
}
.cap:hover{transform:translateY(-3px);box-shadow:0 20px 40px -22px rgba(20,26,46,.45)}
.cap img{aspect-ratio:21/9;object-fit:cover;width:100%}
.cap-body{padding:26px 28px 28px;display:flex;flex-direction:column;gap:10px}
.cap-body h3{font-size:26px;font-weight:600;color:var(--navy)}
.cap-body p{color:var(--muted);font-size:18px;line-height:1.55}
.cap-link{font-family:var(--f-cond);text-transform:uppercase;letter-spacing:.14em;font-size:15px;font-weight:600;color:var(--green-ink);margin-top:4px}

/* TEAM */
.team{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.member{display:flex;flex-direction:column;gap:20px}
.member-top{display:flex;align-items:center;gap:22px}
.member-top img{width:132px;height:132px;border-radius:3px;object-fit:cover;flex:0 0 auto;border:1px solid var(--rule)}
.member h3{font-size:27px;font-weight:600;color:var(--navy)}
.member-tag{font-family:var(--f-cond);text-transform:uppercase;letter-spacing:.15em;font-size:14px;color:var(--muted);margin-top:5px}
.member-bio{display:flex;flex-direction:column;gap:15px;font-size:18px;line-height:1.6}

/* INDUSTRY TILES */
.tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.tile{
  background:var(--navy-deep);border-radius:4px;padding:30px 22px 26px;
  display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;
  text-decoration:none;color:#fff;border:1px solid transparent;min-width:0;
  transition:transform .18s,box-shadow .18s;
}
.tile:hover{transform:translateY(-3px);box-shadow:0 18px 34px -18px rgba(16,31,79,.7)}
.tile img{width:66px;height:66px}
.tile-name{font-family:var(--f-cond);text-transform:uppercase;letter-spacing:.14em;font-size:17px;font-weight:600}
.tile-more{font-family:var(--f-util);font-size:13px;color:var(--green);letter-spacing:.04em}

/* ============ PRODUCTS ============ */
.ind-band{
  background:var(--navy-deep);color:#fff;border-radius:4px;overflow:hidden;
  display:flex;align-items:center;gap:22px;padding:22px 28px;position:relative;scroll-margin-top:96px;
}
.ind-band img{width:54px;height:54px;position:relative;z-index:1}
.ind-band-txt{position:relative;z-index:1}
.ind-band h3{font-family:var(--f-cond);text-transform:uppercase;letter-spacing:.15em;font-size:26px;font-weight:600;color:#fff}
.ind-band p{font-family:var(--f-util);font-size:14.5px;color:var(--on-navy-muted);margin-top:3px}

.product{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start;padding:44px 0;border-bottom:1px solid var(--rule-soft)}
.product:last-child{border-bottom:0}
.product.flip .product-media{order:-1}
.product h4{font-size:27px;font-weight:600;color:var(--navy);letter-spacing:-.003em;margin-bottom:12px}
.product-body{font-size:18.5px;line-height:1.6}
.product-media{display:grid;gap:14px;align-content:start;grid-template-columns:1fr 1fr}
.product-media.one{grid-template-columns:1fr}
.product-media.three img:first-child{grid-column:1 / -1;aspect-ratio:16/9}
.product-media img{border-radius:4px;width:100%;aspect-ratio:4/3;object-fit:cover;border:1px solid var(--rule-soft);background:var(--surface-2)}

.spec{width:100%;border-collapse:collapse;margin-top:22px;font-family:var(--f-util);font-size:15.5px;font-variant-numeric:tabular-nums}
.spec caption{font-family:var(--f-cond);text-transform:uppercase;letter-spacing:.15em;font-size:13.5px;color:var(--muted);text-align:left;padding-bottom:8px}
.spec th,.spec td{border:1px solid var(--navy);padding:9px 13px;text-align:left}
.spec th{font-weight:500;color:var(--muted);width:52%;background:transparent}
.spec td{font-weight:600;color:var(--ink)}
.note{font-family:var(--f-util);font-size:15px;color:var(--muted);margin-top:16px;padding-left:14px;border-left:2px solid var(--green)}
.table-scroll{overflow-x:auto}

/* ============ RECYCLING ============ */
.recycle{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}
.recycle-media{display:grid;gap:16px}
.recycle-media figure{margin:0;display:flex;flex-direction:column;gap:8px}
.recycle-media img{border-radius:4px;aspect-ratio:16/10;object-fit:cover;width:100%;border:1px solid var(--rule-soft)}
.recycle-media figcaption{font-family:var(--f-util);font-size:13.5px;color:var(--muted);letter-spacing:.02em}
.flow{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--rule);
  border:1px solid var(--rule);border-radius:4px;overflow:hidden;margin-top:52px;
}
.flow-step{
  background:var(--surface);padding:22px 22px 24px;display:flex;flex-direction:column;gap:9px;min-width:0;
}
.flow-n{
  font-family:var(--f-cond);font-size:13px;letter-spacing:.18em;text-transform:uppercase;
  color:var(--green-ink);font-weight:600;
}
.flow-t{font-family:var(--f-util);font-size:17px;font-weight:600;color:var(--navy);line-height:1.3}
.flow-d{font-family:var(--f-util);font-size:14px;color:var(--muted);line-height:1.5}

/* ============ CONTACT ============ */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:start}
.contact-card{background:var(--surface);border:1px solid var(--rule);border-radius:4px;padding:34px 34px 30px;box-shadow:var(--shadow)}
.cline{display:flex;flex-direction:column;gap:5px;padding:19px 0;border-bottom:1px solid var(--rule-soft)}
.cline:last-child{border-bottom:0}
.cline .k{font-family:var(--f-cond);text-transform:uppercase;letter-spacing:.15em;font-size:13.5px;color:var(--muted)}
.cline .v{font-size:21px;font-weight:500}
.cline a{color:var(--navy);text-decoration:none;border-bottom:1px solid transparent;transition:.15s}
.cline a:hover{border-bottom-color:var(--navy)}

/* ============ CTA ============ */
.cta{padding:52px 0}
.cta-in{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;position:relative;z-index:1;padding:38px 40px}
.cta h3{font-size:29px;font-weight:500;color:#fff}
.cta p{color:var(--on-navy-muted);margin-top:6px;font-size:18px}

/* ============ FOOTER ============ */
.foot{background:var(--navy-deep);color:var(--on-navy-muted);padding:52px 0 34px}
.foot .waves{opacity:.45}
.foot-in{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;align-items:flex-start}
.foot img.f-logo{height:70px;width:auto}
.foot-col{display:flex;flex-direction:column;gap:9px;font-family:var(--f-util);font-size:14.5px;line-height:1.65}
.foot-col a{color:var(--on-navy-muted);text-decoration:none}
.foot-col a:hover{color:#fff}
.foot-h{font-family:var(--f-cond);text-transform:uppercase;letter-spacing:.15em;font-size:13.5px;color:var(--green);margin-bottom:3px}
.foot-base{border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding-top:20px;font-family:var(--f-util);font-size:13px;color:rgba(255,255,255,.5);display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}

/* ============ RESPONSIVE ============ */
@media (max-width:960px){
  .hero-in{grid-template-columns:1fr;gap:40px;padding:52px 24px 52px}
  .facts,.flow{grid-template-columns:repeat(2,1fr)}
  .tiles{grid-template-columns:repeat(2,1fr)}
  .caps,.team,.contact-grid,.recycle{grid-template-columns:1fr;gap:34px}
  .product{grid-template-columns:1fr;gap:26px;padding:36px 0}
  .product.flip .product-media{order:0}
}
@media (max-width:720px){
  body{font-size:18px}
  .masthead{position:static}
  .masthead-in{flex-direction:column;align-items:stretch;gap:0;min-height:0;padding-bottom:8px}
  .brand{justify-content:center;padding-top:14px}
  .brand-sub{display:none !important}
  .nav{justify-content:center;padding-bottom:6px}
  .nav a{font-size:15.5px;padding:8px 10px}
  .ind-band{flex-direction:column;align-items:flex-start;gap:14px;padding:22px;scroll-margin-top:16px}
  .facts,.flow{grid-template-columns:1fr}
  .fact-n{font-size:24px}
  .tiles{grid-template-columns:1fr 1fr}
  .section{padding:56px 0}
  .cta-in{padding:30px 24px}
  .foot-in{gap:26px}
  .member-top img{width:96px;height:96px}
}
@media (max-width:540px){
  .tiles{grid-template-columns:1fr;gap:12px}
  .tile{flex-direction:row;justify-content:flex-start;text-align:left;padding:18px 20px;gap:18px}
  .tile img{width:46px;height:46px;flex:0 0 auto}
  .tile-name{font-size:16px}
  .tile-more{margin-left:auto;white-space:nowrap}
  .product-media{grid-template-columns:1fr}
  .product-media img{aspect-ratio:16/10}
  .product-media.three img:first-child{aspect-ratio:16/10}
}
