/* ==========================================================================
   Panchsheel Agro Industries — Design System
   Palette: light green · gold · white
   ========================================================================== */

:root {
  /* Greens — light to deep */
  --g-050: #f4faf6;
  --g-100: #e8f3ec;
  --g-200: #d2e8da;
  --g-300: #b3d6c0;
  --g-400: #7fb894;
  --g-500: #4f9d6c;
  --g-600: #2f7d46;
  --g-700: #256237;
  --g-800: #1b4a29;
  --g-900: #12341d;

  /* Golds */
  --gold-050: #fdfaf1;
  --gold-100: #f8f0d8;
  --gold-200: #f0e2b4;
  --gold-300: #e4cd84;
  --gold-400: #d6b84a;
  --gold-500: #c9a227;
  --gold-600: #ab8819;
  --gold-700: #866a12;

  /* Neutrals */
  --ink: #16241b;
  --body: #4a5a51;
  --muted: #7b8a82;
  --line: #e2ebe5;
  --line-soft: #eef4f0;
  --white: #ffffff;
  --shell: #fbfdfc;

  /* System */
  --wa: #25d366;
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 26px;
  --shadow-xs: 0 1px 2px rgba(18, 52, 29, .05);
  --shadow-sm: 0 2px 4px rgba(18, 52, 29, .05), 0 6px 16px rgba(18, 52, 29, .05);
  --shadow-md: 0 4px 10px rgba(18, 52, 29, .07), 0 16px 40px rgba(18, 52, 29, .08);
  --shadow-lg: 0 8px 22px rgba(18, 52, 29, .09), 0 32px 70px rgba(18, 52, 29, .11);
  --ring: 0 0 0 4px rgba(79, 157, 108, .16);
  --max: 1200px;
  --gutter: 24px;
  --nav-h: 78px;

  --display: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 20px); }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.68;
  color: var(--body);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: var(--g-600); text-decoration: none; transition: color .16s ease; }
a:hover { color: var(--g-500); }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { color: var(--ink); font-family: var(--display); line-height: 1.18; margin: 0 0 .5em; }
h1 { font-size: clamp(2.2rem, 5.1vw, 3.6rem); font-weight: 800; letter-spacing: -.038em; line-height: 1.1; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 700; letter-spacing: -.032em; line-height: 1.14; }
h3 { font-size: clamp(1.15rem, 1.85vw, 1.36rem); font-weight: 700; letter-spacing: -.022em; }
h4 { font-size: 1.02rem; font-weight: 700; letter-spacing: -.016em; margin: 0 0 .45em; line-height: 1.35; }
p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0 0 1.15em; padding-left: 1.25em; }
li { margin-bottom: .45em; }
strong { color: var(--ink); font-weight: 650; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }
:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--gold-200); color: var(--ink); }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.wrap-narrow { max-width: 840px; }
section { padding: clamp(58px, 8vw, 104px) 0; position: relative; }
.sec-mint { background: var(--g-050); }
.sec-shell { background: var(--shell); }
.sec-gold { background: linear-gradient(170deg, var(--gold-050) 0%, #ffffff 100%); }
.sec-deep { background: var(--g-900); color: rgba(255,255,255,.8); }
.sec-deep h1, .sec-deep h2, .sec-deep h3, .sec-deep h4 { color: #fff; }
.sec-deep a { color: var(--gold-300); }

.center { text-align: center; }
.sec-head { max-width: 720px; margin: 0 auto clamp(38px, 5vw, 62px); text-align: center; }
.sec-head p { color: var(--muted); font-size: 1.05rem; margin-bottom: 0; }
.sec-head.left { margin-inline: 0; text-align: left; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .55em;
  font-size: .73rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase;
  color: var(--g-600); margin-bottom: .95rem;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--gold-500); border-radius: 2px; }
.sec-head .eyebrow::before { display: none; }
.sec-deep .eyebrow { color: var(--gold-300); }

.grid { display: grid; gap: 24px; }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }
.g5 { grid-template-columns: repeat(5, 1fr); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 68px); align-items: center; }

/* ---------- Icons ---------- */
.ico { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.ico-lg { width: 28px; height: 28px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  padding: 14px 30px; border-radius: 999px; border: 1.5px solid transparent;
  font-size: .94rem; font-weight: 600; letter-spacing: .005em; text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--g-600); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--g-500); color: #fff; box-shadow: var(--shadow-md); }
.btn-gold { background: var(--gold-500); color: #241d05; box-shadow: var(--shadow-sm); }
.btn-gold:hover { background: var(--gold-300); color: #241d05; box-shadow: var(--shadow-md); }
.btn-outline { border-color: var(--g-300); color: var(--g-700); background: #fff; }
.btn-outline:hover { background: var(--g-600); color: #fff; border-color: var(--g-600); }
.btn-ghost-light { border-color: rgba(255,255,255,.5); color: #fff; background: rgba(255,255,255,.08); }
.btn-ghost-light:hover { background: #fff; color: var(--g-800); border-color: #fff; }
.btn-wa { background: var(--wa); color: #06301a; }
.btn-wa:hover { background: #1fbe5a; color: #06301a; }
.btn-sm { padding: 10px 22px; font-size: .87rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-row.center { justify-content: center; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid var(--line-soft);
}
.topbar { background: var(--g-800); color: rgba(255,255,255,.8); font-size: .79rem; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 40px; flex-wrap: wrap; }
.topbar a { color: rgba(255,255,255,.9); }
.topbar a:hover { color: var(--gold-300); }
.topbar-items { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.topbar-badge { color: var(--gold-300); font-weight: 600; letter-spacing: .04em; }

.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: var(--nav-h); }
.brand { display: flex; align-items: center; gap: 13px; flex-shrink: 0; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1.12; }
.brand-name { font-family: var(--display); font-size: 1.24rem; font-weight: 800; color: var(--g-900); letter-spacing: -.035em; }
.brand-sub { font-size: .61rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-600); font-weight: 700; }

.nav-links { display: flex; align-items: center; gap: 3px; list-style: none; margin: 0; padding: 0; }
.nav-links li { margin: 0; }
.nav-links a {
  display: block; padding: 9px 15px; border-radius: 999px;
  font-size: .92rem; font-weight: 550; color: var(--body); transition: background .16s, color .16s;
}
.nav-links a:hover { background: var(--g-050); color: var(--g-700); }
.nav-links a.active { color: var(--g-800); background: var(--g-100); font-weight: 650; }
.nav-cta { margin-left: 10px; }

.nav-toggle {
  display: none; background: #fff; border: 1px solid var(--line); border-radius: 12px;
  width: 46px; height: 46px; padding: 0; align-items: center; justify-content: center;
}
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; position: relative; transition: background .2s; }
.nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--ink); border-radius: 2px;
  transition: transform .22s ease, top .22s ease;
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: clamp(540px, 78vh, 720px); display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: url("../img/hero.jpg") center/cover no-repeat; }
.hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(102deg, rgba(18,52,29,.95) 0%, rgba(27,74,41,.90) 42%, rgba(27,74,41,.68) 78%, rgba(27,74,41,.55) 100%),
    linear-gradient(to top, rgba(18,52,29,.78) 0%, rgba(18,52,29,.10) 42%, transparent 62%),
    radial-gradient(120% 90% at 88% 18%, rgba(201,162,39,.20), transparent 58%);
}
.hero .wrap { position: relative; z-index: 2; padding-block: 68px; }
.hero-inner { max-width: 680px; }
.hero h1 { color: #fff; margin-bottom: .42em; }
.hero h1 .accent { color: var(--gold-300); }
.hero-lead { font-size: clamp(1rem, 1.7vw, 1.15rem); color: rgba(255,255,255,.9); max-width: 570px; margin-bottom: 1.9rem; }
.hero .eyebrow { color: var(--gold-300); }
.hero .eyebrow::before { background: var(--gold-300); }

/* Indicator strip inside the hero */
.hero-metrics {
  margin-top: 2.4rem; padding-top: 1.9rem;
  border-top: 1px solid rgba(255,255,255,.24);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(116px, 1fr)); gap: 20px 14px;
}
.hm { display: flex; flex-direction: column; gap: 7px; }
.hm-ico {
  width: 30px; height: 30px; border-radius: 9px;
  background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.22);
  color: var(--gold-300); display: flex; align-items: center; justify-content: center;
}
.hm-ico .ico { width: 17px; height: 17px; stroke-width: 1.8; }
.hm-val { font-family: var(--display); font-size: 1.34rem; font-weight: 800; color: #fff; line-height: 1.05; letter-spacing: -.034em; }
.hm-val.sm { font-size: 1rem; }
.hm-lab { font-size: .63rem; letter-spacing: .09em; text-transform: uppercase; color: rgba(255,255,255,.72); font-weight: 600; line-height: 1.35; }

/* Inner page banner */
.page-hero { background: linear-gradient(160deg, var(--g-900) 0%, var(--g-700) 100%); color: rgba(255,255,255,.82); padding: clamp(54px, 7vw, 90px) 0; position: relative; overflow: hidden; }
.page-hero::after {
  content: ""; position: absolute; right: -90px; top: -110px; width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,162,39,.22), transparent 66%);
}
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; margin-bottom: .35em; }
.page-hero p { max-width: 660px; font-size: 1.05rem; margin-bottom: 0; }
.page-hero .eyebrow { color: var(--gold-300); }
.page-hero .eyebrow::before { background: var(--gold-300); }
.crumbs { font-size: .81rem; color: rgba(255,255,255,.62); margin-bottom: 1rem; }
.crumbs a { color: rgba(255,255,255,.82); }
.crumbs a:hover { color: var(--gold-300); }

/* ---------- Cards ---------- */
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--g-200); }
.card h3 { margin-bottom: .4em; }
.card p { color: var(--body); font-size: .94rem; margin-bottom: 0; }
.sec-deep .card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); }
.sec-deep .card p { color: rgba(255,255,255,.74); }

.card-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: linear-gradient(145deg, var(--g-100), var(--g-050));
  border: 1px solid var(--g-200); color: var(--g-600);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.card-icon.gold { background: linear-gradient(145deg, var(--gold-100), var(--gold-050)); border-color: var(--gold-200); color: var(--gold-600); }
.card-num {
  width: 42px; height: 42px; border-radius: 50%; background: var(--gold-500); color: #241d05;
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .95rem; margin-bottom: 18px;
}

/* ---------- Metrics band ---------- */
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.metric {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; display: flex; gap: 16px; align-items: flex-start;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.metric:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--g-200); }
.metric-ico {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(145deg, var(--gold-100), var(--gold-050));
  border: 1px solid var(--gold-200); color: var(--gold-600);
  display: flex; align-items: center; justify-content: center;
}
.metric-val { display: block; font-family: var(--display); font-size: 1.8rem; font-weight: 800; color: var(--g-700); line-height: 1.05; margin-bottom: .18rem; letter-spacing: -.034em; }
.metric-val.sm { font-size: 1.32rem; }
.metric-lab { font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); font-weight: 600; }

/* ---------- Feature list (icon + text, no card) ---------- */
.feature { display: flex; gap: 16px; align-items: flex-start; }
.feature-ico {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  background: var(--g-100); border: 1px solid var(--g-200); color: var(--g-600);
  display: flex; align-items: center; justify-content: center;
}
.feature h4 { margin-bottom: .3em; }
.feature p { font-size: .92rem; color: var(--muted); margin: 0; }

/* ---------- Principle chips ---------- */
.principles { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.principle {
  text-align: center; padding: 30px 18px; border-radius: var(--radius);
  background: #fff; border: 1px solid var(--line);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.principle:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--gold-200); }
.principle-ico {
  width: 56px; height: 56px; margin: 0 auto 16px; border-radius: 50%;
  background: linear-gradient(145deg, var(--g-100), #fff); border: 1px solid var(--g-200); color: var(--g-600);
  display: flex; align-items: center; justify-content: center;
}
.principle h4 { margin: 0; font-size: .95rem; }

/* ---------- Vision / Mission ---------- */
.vm { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.vm-card {
  position: relative; overflow: hidden; padding: 40px; border-radius: var(--radius-lg);
  background: linear-gradient(155deg, var(--g-050) 0%, #fff 60%);
  border: 1px solid var(--g-200);
}
.vm-card.gold { background: linear-gradient(155deg, var(--gold-050) 0%, #fff 60%); border-color: var(--gold-200); }
.vm-card::after {
  content: ""; position: absolute; right: -60px; bottom: -70px; width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(79,157,108,.12), transparent 68%);
}
.vm-card.gold::after { background: radial-gradient(circle, rgba(201,162,39,.16), transparent 68%); }
.vm-ico {
  width: 58px; height: 58px; border-radius: 16px; margin-bottom: 22px;
  background: #fff; border: 1px solid var(--g-200); color: var(--g-600);
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-xs);
}
.vm-card.gold .vm-ico { border-color: var(--gold-200); color: var(--gold-600); }
.vm-card h3 { font-size: clamp(1.34rem, 2.3vw, 1.75rem); letter-spacing: -.028em; margin-bottom: .5em; position: relative; z-index: 2; }
.vm-card p { position: relative; z-index: 2; margin-bottom: 0; }

/* ---------- Product cards ---------- */
.product-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--g-200); }
.product-media { position: relative; aspect-ratio: 4/3; background: var(--gold-050); overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-media img { transform: scale(1.06); }
.product-tag {
  position: absolute; top: 13px; left: 13px; z-index: 2;
  background: rgba(255,255,255,.94); color: var(--g-700); font-size: .68rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px;
  box-shadow: var(--shadow-xs);
}
.product-tag.gold { background: var(--gold-500); color: #241d05; }
.product-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.product-body h3 { font-size: 1.48rem; font-weight: 800; letter-spacing: -.036em; margin-bottom: .08em; }
.product-sub { font-size: .76rem; letter-spacing: .11em; text-transform: uppercase; color: var(--gold-600); font-weight: 700; margin-bottom: .9em; }
.product-body p { font-size: .91rem; color: var(--body); margin-bottom: 1.15em; }
.product-meta { list-style: none; padding: .95em 0 0; margin: 0 0 1.35em; font-size: .83rem; border-top: 1px dashed var(--line); }
.product-meta li { display: flex; justify-content: space-between; gap: 12px; margin: 0 0 .42em; color: var(--muted); }
.product-meta li span:last-child { color: var(--ink); font-weight: 650; text-align: right; }
.product-body .btn { margin-top: auto; width: 100%; }

/* ---------- Table ---------- */
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; -webkit-overflow-scrolling: touch; box-shadow: var(--shadow-sm); }
table { width: 100%; border-collapse: collapse; min-width: 900px; font-size: .89rem; }
thead th {
  background: var(--g-700); color: #fff; text-align: left; padding: 15px 16px;
  font-size: .69rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; white-space: nowrap;
  vertical-align: bottom;
}
tbody td { padding: 13px 16px; border-bottom: 1px solid var(--line-soft); vertical-align: middle; white-space: nowrap; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:nth-child(even) { background: var(--g-050); }
tbody tr:hover { background: var(--gold-050); }
tbody td:first-child { font-weight: 700; color: var(--g-700); }
.table-note { font-size: .84rem; color: var(--muted); margin-top: 1.1rem; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { text-align: center; padding: 32px 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.sec-deep .stat, .stat.on-dark { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.15); }
.stat strong { display: block; font-family: var(--display); font-size: clamp(1.95rem, 3.5vw, 2.55rem); color: var(--g-600); font-weight: 800; line-height: 1; margin-bottom: .35rem; letter-spacing: -.034em; }
.sec-deep .stat strong, .stat.on-dark strong { color: var(--gold-300); }
.stat span { font-size: .79rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.sec-deep .stat span, .stat.on-dark span { color: rgba(255,255,255,.72); }

/* ---------- Process ---------- */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.step-media { aspect-ratio: 3/2; background: var(--g-050); }
.step-media img { width: 100%; height: 100%; object-fit: cover; }
.step-body { padding: 20px; }
.step-body h4 { margin-bottom: .35em; }
.step-body p { font-size: .865rem; color: var(--muted); margin: 0; }
.step-no {
  position: absolute; top: 12px; left: 12px; z-index: 2; width: 34px; height: 34px; border-radius: 50%;
  background: var(--gold-500); color: #241d05; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: .84rem; box-shadow: var(--shadow-sm);
}

/* ---------- Media block ---------- */
.media-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); position: relative; }
.media-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.media-img.tall img { aspect-ratio: 3/4; }
.checklist { list-style: none; padding: 0; margin: 0 0 1.6em; }
.checklist li { position: relative; padding-left: 36px; margin-bottom: .85em; font-size: .95rem; }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 23px; height: 23px; border-radius: 50%;
  background: var(--g-100) url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f7d46' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/13px no-repeat;
}
.sec-deep .checklist li::before { background-color: rgba(201,162,39,.24); }

/* ---------- Certifications ---------- */
.cert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.cert {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 22px; text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.cert:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--gold-200); }
.cert-badge { height: 68px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.cert-badge img { max-height: 68px; width: auto; object-fit: contain; }
.cert h4 { font-size: .98rem; margin-bottom: .3em; }
.cert p { font-size: .81rem; color: var(--muted); margin: 0; }
.cert code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .77rem; color: var(--g-700);
  background: var(--g-050); border: 1px solid var(--g-200); padding: 4px 9px; border-radius: 6px;
  display: inline-block; margin-top: .7em; word-break: break-all;
}

/* ---------- World map ---------- */
.map-panel {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(20px, 3vw, 34px); box-shadow: var(--shadow-sm);
}
.map-panel img { width: 100%; height: auto; }
.map-legend { display: flex; flex-wrap: wrap; gap: 14px 30px; justify-content: center; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line-soft); }
.map-legend span { display: inline-flex; align-items: center; gap: 9px; font-size: .85rem; color: var(--body); font-weight: 550; }
.map-legend i { width: 15px; height: 15px; border-radius: 4px; display: inline-block; }
.lg-home { background: #2f7d46; }
.lg-gulf { background: #e6c76a; }
.lg-target { background: #b3d2bd; }

/* ---------- Forms ---------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(26px, 4vw, 46px); box-shadow: var(--shadow-md); }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: .83rem; font-weight: 650; color: var(--ink); margin-bottom: 7px; }
.field label .req { color: #c0392b; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; font-family: inherit; font-size: .94rem; color: var(--ink);
  background: var(--g-050); border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  transition: border-color .16s, background .16s, box-shadow .16s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--g-500); background: #fff; box-shadow: var(--ring);
}
.field textarea { min-height: 132px; resize: vertical; }
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237b8a82' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 17px; padding-right: 42px;
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field-hint { font-size: .77rem; color: var(--muted); margin-top: 6px; }
.hp { position: absolute !important; left: -9999px !important; opacity: 0; height: 0; }
.form-note { font-size: .79rem; color: var(--muted); margin-top: 14px; text-align: center; }
.form-status { margin-top: 16px; padding: 14px 16px; border-radius: var(--radius-sm); font-size: .89rem; display: none; }
.form-status.show { display: block; }
.form-status.ok { background: var(--g-100); color: var(--g-800); border: 1px solid var(--g-400); }
.form-status.err { background: #fdecea; color: #a93226; border: 1px solid #e6a49c; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(32px, 5vw, 58px); align-items: start; }
.contact-item { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line-soft); }
.contact-item:last-child { border-bottom: 0; }
.contact-item .ci-icon {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px;
  background: var(--g-100); border: 1px solid var(--g-200); color: var(--g-600);
  display: flex; align-items: center; justify-content: center;
}
.contact-item h4 { margin-bottom: .2em; font-size: .93rem; }
.contact-item p, .contact-item a { font-size: .93rem; color: var(--body); margin: 0; }
.contact-item a { display: block; }
.map-embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); line-height: 0; box-shadow: var(--shadow-sm); }
.map-embed iframe { width: 100%; height: 360px; border: 0; }

/* ---------- Quote ---------- */
.quote {
  background: linear-gradient(150deg, var(--gold-050), #fff);
  border: 1px solid var(--gold-200); border-left: 4px solid var(--gold-500);
  border-radius: 0 var(--radius) var(--radius) 0; padding: 30px 34px;
}
.quote p { font-family: var(--display); font-size: 1.16rem; font-weight: 500; color: var(--ink); margin-bottom: .7em; line-height: 1.5; letter-spacing: -.015em; }
.quote cite { font-style: normal; font-size: .85rem; color: var(--muted); font-weight: 600; }
.sec-deep .quote { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); border-left-color: var(--gold-500); }
.sec-deep .quote p { color: #fff; }
.sec-deep .quote cite { color: rgba(255,255,255,.6); }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(125deg, var(--g-900) 0%, var(--g-600) 100%); color: #fff; text-align: center; position: relative; overflow: hidden; }
.cta-band::after {
  content: ""; position: absolute; left: 50%; bottom: -160px; width: 500px; height: 500px; transform: translateX(-50%);
  border-radius: 50%; background: radial-gradient(circle, rgba(201,162,39,.22), transparent 66%);
}
.cta-band .wrap { position: relative; z-index: 2; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.86); max-width: 600px; margin: 0 auto 2.1rem; }
.cta-band .eyebrow { color: var(--gold-300); }
.cta-band .eyebrow::before { background: var(--gold-300); }

/* ---------- Footer ---------- */
.site-footer { background: var(--g-900); color: rgba(255,255,255,.66); font-size: .89rem; padding-top: clamp(52px, 6vw, 78px); }
.site-footer h4 { color: #fff; font-family: var(--sans); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 1.2em; }
.site-footer a { color: rgba(255,255,255,.66); }
.site-footer a:hover { color: var(--gold-300); }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.35fr; gap: 42px; padding-bottom: 46px; }
.footer-brand { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.footer-brand img { width: 54px; height: 54px; object-fit: contain; }
.footer-brand .brand-name { color: #fff; font-size: 1.16rem; }
.footer-brand .brand-sub { color: var(--gold-400, #d6b84a); }
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { margin-bottom: .62em; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.12); padding: 22px 0; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: .79rem; color: rgba(255,255,255,.48); }
.footer-ids { display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: .77rem; color: rgba(255,255,255,.54); margin-top: 16px; }
.footer-ids span { white-space: nowrap; }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 300;
  display: flex; align-items: center; gap: 10px;
  background: var(--wa); color: #06301a; font-weight: 650; font-size: .89rem;
  padding: 13px 21px 13px 16px; border-radius: 999px;
  box-shadow: 0 6px 22px rgba(37,211,102,.42);
  transition: transform .2s ease, box-shadow .2s ease;
}
.wa-float:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 10px 30px rgba(37,211,102,.5); color: #06301a; }
.wa-float svg { width: 22px; height: 22px; flex-shrink: 0; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .principles { grid-template-columns: repeat(3, 1fr); }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1000px) {
  .g4, .g5, .stats, .process, .cert-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
}
@media (max-width: 900px) {
  .g3 { grid-template-columns: repeat(2, 1fr); }
  .split, .contact-grid, .vm { grid-template-columns: 1fr; }
  .split.rev .media-img { order: -1; }

  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed; inset: 0 0 0 auto; width: min(330px, 86vw);
    flex-direction: column; align-items: stretch; gap: 2px;
    background: #fff; padding: 92px 20px 30px; box-shadow: -8px 0 44px rgba(18,52,29,.16);
    transform: translateX(100%); transition: transform .3s cubic-bezier(.4,0,.2,1); overflow-y: auto;
  }
  .nav-links.open { transform: none; }
  .nav-links a { padding: 13px 16px; border-radius: var(--radius-sm); font-size: 1rem; }
  .nav-cta { margin: 14px 0 0; }
  .nav-cta .btn { width: 100%; }
  .nav-backdrop { position: fixed; inset: 0; background: rgba(18,52,29,.5); opacity: 0; pointer-events: none; transition: opacity .3s; z-index: 199; }
  .nav-backdrop.show { opacity: 1; pointer-events: auto; }
  body.nav-open { overflow: hidden; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .g2, .g3, .g4, .g5, .stats, .process, .cert-grid, .principles, .metric-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-metrics { grid-template-columns: repeat(2, 1fr); gap: 16px 12px; margin-top: 2rem; padding-top: 1.6rem; }
  .hm-val { font-size: 1.15rem; }
  .hm-val.sm { font-size: .95rem; }
  .topbar-items { gap: 14px; }
  .topbar .hide-sm { display: none; }
  .wa-float { padding: 14px; right: 16px; bottom: 16px; }
  .wa-float span { display: none; }
  .btn { width: 100%; }
  .btn-row .btn { width: auto; flex: 1 1 auto; }
  .vm-card { padding: 30px 26px; }
  .map-legend { gap: 12px 20px; }
}

/* ---------- Print ---------- */
@media print {
  .site-header, .wa-float, .cta-band, .nav-toggle { display: none !important; }
  body { font-size: 12pt; color: #000; }
  .hero::after { background: none; }
}
