/* ==========================================
   Plastics & Planners — Oceanworks-inspired theme
   Clean white, big type, high contrast, blue/green accents
   ========================================== */

:root{
  --bg:#ffffff;
  --ink:#0b1220;
  --muted:#475569;
  --muted2:#64748b;
  --line:#e5e7eb;

  --blue:#3b82f6;
  --teal:#2dd4bf;

  --shadow: 0 18px 55px rgba(2,8,23,.10);
  --shadow2: 0 10px 28px rgba(2,8,23,.08);

  --r:18px;
  --r2:26px;
  --max:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  background:var(--bg);
  color:var(--ink);
  text-rendering: geometricPrecision;
}
a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}

.container{max-width:var(--max); margin:0 auto; padding:0 20px}

/* Header */
.topbar{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.88);
  backdrop-filter: blur(14px);
  border-bottom:1px solid var(--line);
}
.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 0;
  gap:14px;
}
.brand{
  display:flex;
  gap:12px;
  align-items:center;
  min-width:220px;
}
.brand__mark{
  width:44px;height:44px;border-radius:14px;
  border:1px solid var(--line);
  box-shadow: var(--shadow2);
  display:grid;place-items:center;
  overflow:hidden;
}
.brand__mark img{width:44px;height:44px; object-fit:contain}
.brand__text strong{display:block; font-size:14px; letter-spacing:.2px; font-weight:900}
.brand__text small{display:block; font-size:12px; color:var(--muted2); margin-top:2px}

.nav{
  display:flex;
  gap:16px;
  align-items:center;
}
.nav a{
  padding:10px 10px;
  border-radius:12px;
  font-weight:800;
  color:rgba(2,8,23,.82);
}
.nav a:hover{background:rgba(2,8,23,.04)}

.nav__toggle{display:none}
.mobileNav{padding:0 0 14px}
.mobileNav a{
  display:block;
  padding:12px 10px;
  border-radius:14px;
  font-weight:800;
  color:rgba(2,8,23,.84);
}
.mobileNav a:hover{background:rgba(2,8,23,.04)}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:14px;
  font-weight:900;
  letter-spacing:.2px;
  border:1px solid var(--line);
  background:#fff;
  cursor:pointer;
  transition: transform .08s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover{box-shadow:0 14px 40px rgba(2,8,23,.10)}
.btn:active{transform: translateY(1px)}
.btn--primary{
  border:1px solid rgba(2,8,23,.08);
  background: linear-gradient(135deg, var(--teal), var(--blue));
  color:#fff;
  box-shadow: 0 18px 44px rgba(59,130,246,.18);
}
.btn--outline{
  background:#fff;
  color:var(--ink);
}
.btn--ghost{
  background:#fff;
  box-shadow:none;
}

/* Hero */
.hero{
  padding: 56px 0 24px;
}
.hero__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:18px;
  align-items:stretch;
}
.hero__title{
  margin:0;
  font-size: 72px;
  line-height: .98;
  letter-spacing: -1.8px;
  font-weight: 900;
}
.hero__sub{
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 64ch;
  font-size: 16px;
}
.hero__cta{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}
.hero__meta{display:flex; gap:10px; flex-wrap:wrap; margin-top:18px}

.pill{
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(2,8,23,.02);
  font-weight:800;
  color:rgba(2,8,23,.78);
  font-size:13px;
}

/* Media */
.hero__media{display:grid; gap:12px}
.mediaCard{
  border-radius: var(--r2);
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow: var(--shadow);
  background:#fff;
}
.mediaCard img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter: contrast(1.06) saturate(1.05);
}
.mediaNote{
  border-radius: var(--r2);
  border:1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow2);
  padding:16px;
  display:grid;
  gap:10px;
}
.kpi{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(2,8,23,.06);
  background:rgba(2,8,23,.02);
}
.kpi__label{font-weight:900; color:rgba(2,8,23,.72); font-size:12px; text-transform:uppercase; letter-spacing:.6px}
.kpi__value{font-weight:900; color:var(--ink);}

/* Sections */
.section{padding: 34px 0}
.section--tint{
  background: rgba(2,8,23,.02);
  border-top:1px solid rgba(2,8,23,.06);
  border-bottom:1px solid rgba(2,8,23,.06);
}
.section__head{margin-bottom:14px}
.eyebrow{
  font-size:12px;
  letter-spacing:1.2px;
  text-transform:uppercase;
  color:rgba(2,8,23,.66);
  font-weight:900;
  margin-bottom:8px;
}
h2{
  margin:0;
  font-size: 28px;
  letter-spacing: -0.6px;
}
.muted{color:var(--muted); line-height:1.7}
.small{font-size:13px; color:var(--muted2)}

/* Cards & grids */
.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.grid2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
}
.card, .callout, .partnerCard{
  border-radius: var(--r2);
  border:1px solid var(--line);
  background:#fff;
  box-shadow: var(--shadow2);
  padding:18px;
}
.card h3, .callout h3, .partnerCard h3{margin:0 0 8px; font-size:16px; font-weight:900}
.card p, .callout p, .partnerCard p{margin:0; color:var(--muted); line-height:1.7}

.checklist{
  margin:12px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}
.checklist li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:rgba(2,8,23,.78);
  line-height:1.6;
}
.checklist li::before{
  content:"✓";
  width:18px;height:18px;
  border-radius:6px;
  display:inline-grid;
  place-items:center;
  background: rgba(45,212,191,.14);
  border:1px solid rgba(45,212,191,.24);
  color:#0f766e;
  font-weight:900;
  margin-top:2px;
  flex:0 0 18px;
}

.pillars{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.pillar{
  border-radius: var(--r2);
  border:1px solid var(--line);
  background:#fff;
  box-shadow: var(--shadow2);
  padding:18px;
}
.pillar__title{font-weight:900; font-size:18px; margin:6px 0 8px}
.divider{height:1px; background:rgba(2,8,23,.10); margin:14px 0}
.row{display:flex; gap:12px; flex-wrap:wrap; margin-top:12px}

.steps{
  margin:10px 0 0;
  padding-left: 18px;
  color:rgba(2,8,23,.78);
  line-height:1.7;
}

.chips{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px}
.chip{
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(59,130,246,.06);
  font-weight:900;
  color:rgba(2,8,23,.80);
}

.partnerGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}

/* Form */
.form{display:grid; gap:10px}
.form label span{
  display:block;
  font-size:13px;
  font-weight:900;
  color:rgba(2,8,23,.78);
  margin-bottom:6px;
}
.form input, .form select, .form textarea{
  width:100%;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(2,8,23,.14);
  background:#fff;
  color:var(--ink);
  outline:none;
}
.form input:focus, .form select:focus, .form textarea:focus{
  border-color: rgba(59,130,246,.55);
  box-shadow: 0 0 0 4px rgba(59,130,246,.15);
}

/* Footer */
.footer{
  padding: 26px 0 40px;
  border-top:1px solid var(--line);
  background:#fff;
}
.footer__inner{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-end;
  flex-wrap:wrap;
}
.footer__brand{display:flex; gap:12px; align-items:center}
.footer__mark{
  width:44px;height:44px;border-radius:14px;
  border:1px solid var(--line);
  box-shadow: var(--shadow2);
  overflow:hidden;
}
.footer__mark img{width:44px;height:44px; object-fit:contain}
.footer__links{display:flex; gap:12px; flex-wrap:wrap; justify-content:flex-end}
.footer__links a{
  padding:10px 12px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(2,8,23,.02);
  font-weight:900;
}
.footer__links a:hover{background:rgba(2,8,23,.04)}
.footer__meta{color:var(--muted2); font-weight:800; margin-top:8px}

/* Responsive */
@media (max-width: 980px){
  .nav{display:none}
  .nav__toggle{display:inline-flex}
  .hero__grid{grid-template-columns:1fr}
  .hero__title{font-size:54px}
  .grid3, .grid2, .pillars, .partnerGrid{grid-template-columns:1fr}
}
