/* ==========================================================================
   Insibly Tech — Design System
   Ink navy + signal amber, Fraunces display / Inter body.
   ========================================================================== */

:root{
  /* Palette */
  --ink:        #10143A;   /* primary — deep navy ink */
  --ink-2:      #1B2058;   /* lighter navy, gradients/hover */
  --slate:      #4C5482;   /* secondary text on light */
  --mist:       #EDF0FA;   /* pale blue-grey section bg */
  --mist-2:     #F6F7FC;   /* near-white page bg */
  --amber:      #E2A63B;   /* accent — signal amber */
  --amber-ink:  #8A5A0E;   /* amber text-on-light (accessible) */
  --white:      #FFFFFF;
  --line:       #E2E5F1;   /* hairline borders */
  --text:       #171A33;   /* body text on light */
  --text-muted: #5A5F82;
  --text-on-ink:      #F4F5FC;
  --text-on-ink-muted:#AEB3D9;
  --success:    #2E7D5B;

  /* Type */
  --font-display: "Fraunces", "Iowan Old Style", "Georgia", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Rhythm */
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(16,20,58,.06), 0 1px 1px rgba(16,20,58,.04);
  --shadow-md: 0 12px 32px -12px rgba(16,20,58,.18);
  --shadow-lg: 0 24px 60px -20px rgba(16,20,58,.28);
  --maxw: 1200px;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--mist-2);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.6;
}
img, svg{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
ul{ margin: 0; padding: 0; list-style: none; }
h1,h2,h3,h4{ font-family: var(--font-display); font-weight: 600; line-height: 1.15; margin: 0; color: var(--ink); }
p{ margin: 0; }
button{ font-family: inherit; }

.container{
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: 28px;
}
@media (min-width: 600px){ .container{ padding-inline: 36px; } }
@media (min-width: 900px){ .container{ padding-inline: 48px; } }

section{ position: relative; }
.section{ padding: clamp(56px, 9vw, 108px) 0; }
.section--tight{ padding: clamp(40px, 6vw, 72px) 0; }
.section--ink{ position: relative; overflow: hidden; background: var(--ink); color: var(--text-on-ink); }
.section--ink::before{
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(560px 320px at 92% 0%, rgba(226,166,59,.14), transparent 60%),
    radial-gradient(700px 420px at -10% 100%, rgba(120,140,220,.12), transparent 60%),
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271000%27%20height%3D%27700%27%20viewBox%3D%270%200%201000%20700%27%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27%23FFFFFF%27%20stroke-opacity%3D%270.07%27%20stroke-width%3D%271.4%27%3E%3Cline%20x1%3D%27120%27%20y1%3D%27560%27%20x2%3D%27340%27%20y2%3D%27400%27%2F%3E%3Cline%20x1%3D%27340%27%20y1%3D%27400%27%20x2%3D%27580%27%20y2%3D%27470%27%2F%3E%3Cline%20x1%3D%27580%27%20y1%3D%27470%27%20x2%3D%27800%27%20y2%3D%27260%27%2F%3E%3Cline%20x1%3D%27340%27%20y1%3D%27400%27%20x2%3D%27260%27%20y2%3D%27180%27%2F%3E%3Cline%20x1%3D%27580%27%20y1%3D%27470%27%20x2%3D%27660%27%20y2%3D%27650%27%2F%3E%3Cline%20x1%3D%27800%27%20y1%3D%27260%27%20x2%3D%27930%27%20y2%3D%27120%27%2F%3E%3Cline%20x1%3D%27260%27%20y1%3D%27180%27%20x2%3D%27450%27%20y2%3D%2770%27%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%27%23FFFFFF%27%20fill-opacity%3D%270.06%27%3E%3Ccircle%20cx%3D%27120%27%20cy%3D%27560%27%20r%3D%277%27%2F%3E%3Ccircle%20cx%3D%27260%27%20cy%3D%27180%27%20r%3D%276%27%2F%3E%3Ccircle%20cx%3D%27450%27%20cy%3D%2770%27%20r%3D%276%27%2F%3E%3Ccircle%20cx%3D%27660%27%20cy%3D%27650%27%20r%3D%276%27%2F%3E%3Ccircle%20cx%3D%27930%27%20cy%3D%27120%27%20r%3D%276%27%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%27%23E2A63B%27%20fill-opacity%3D%270.16%27%20stroke%3D%27%23E2A63B%27%20stroke-opacity%3D%270.4%27%20stroke-width%3D%271.4%27%3E%3Ccircle%20cx%3D%27340%27%20cy%3D%27400%27%20r%3D%2720%27%2F%3E%3Ccircle%20cx%3D%27580%27%20cy%3D%27470%27%20r%3D%2716%27%2F%3E%3Ccircle%20cx%3D%27800%27%20cy%3D%27260%27%20r%3D%2715%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 0 0, 0 0, right -40px top -20px;
  background-size: auto, auto, min(760px, 90%) auto;
  pointer-events: none;
}
.section--ink > .container{ position: relative; }
.section--ink h1, .section--ink h2, .section--ink h3{ color: var(--white); }
.section--mist{ background: var(--mist); }

.eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--amber-ink);
  margin-bottom: 14px;
}
.section--ink .eyebrow, .section--dark-eyebrow .eyebrow{ color: var(--amber); }
.eyebrow::before{
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--amber);
  flex: none;
}

h1{ font-size: clamp(34px, 4.6vw, 58px); letter-spacing: -.01em; }
h2{ font-size: clamp(26px, 3vw, 38px); letter-spacing: -.01em; }
h3{ font-size: clamp(19px, 2vw, 22px); }
.lede{ font-size: clamp(17px, 1.6vw, 20px); color: var(--text-muted); max-width: 62ch; }
.section--ink .lede, .hero .lede{ color: var(--text-on-ink-muted); }
.hero .eyebrow{ color: var(--amber); }

.kicker-row{ max-width: 720px; }
.center{ text-align: center; margin-inline: auto; }

/* Buttons */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
  white-space: nowrap;
}
.btn:hover{ transform: translateY(-1px); }
.btn-primary{ background: var(--amber); color: var(--ink); box-shadow: var(--shadow-sm); }
.btn-primary:hover{ background: #EDB559; box-shadow: var(--shadow-md); }
.btn-ghost{ background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover{ background: var(--white); border-color: var(--ink); }
.section--ink .btn-ghost, .hero .btn-ghost{ color: var(--white); border-color: rgba(255,255,255,.28); }
.section--ink .btn-ghost:hover, .hero .btn-ghost:hover{ background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); }
.btn-outline-amber{ background: transparent; color: var(--amber); border-color: rgba(226,166,59,.5); }
.btn-outline-amber:hover{ background: rgba(226,166,59,.12); border-color: var(--amber); }
.btn-sm{ padding: 9px 18px; font-size: 14px; }
.btn-block{ width: 100%; }

/* ---------------- Header / Nav ---------------- */
.site-header{
  position: sticky; top: 0; z-index: 100;
  background: rgba(246,247,252,.86);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav{
  display: flex; align-items: center; justify-content: space-between;
  height: 76px;
}
.brand{ display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 19px; color: var(--ink); }
.brand-mark{ width: 34px; height: 34px; flex: none; }
.brand small{ display:block; font-family: var(--font-body); font-weight: 500; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted); margin-top: -2px; }

.nav-links{ display: none; align-items: center; gap: 2px; }
.nav-links a{
  padding: 10px 14px; border-radius: 999px; font-size: 14.5px; font-weight: 600; color: var(--slate);
  transition: background-color .15s ease, color .15s ease;
}
.nav-links a:hover{ background: var(--mist); color: var(--ink); }
.nav-links a.is-active{ color: var(--ink); background: var(--mist); }

.nav-item.has-dropdown{ position: relative; }
.nav-dropdown{
  position: absolute; top: calc(100% + 6px); left: 0;
  min-width: 230px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
}
.nav-item.has-dropdown:hover .nav-dropdown,
.nav-item.has-dropdown:focus-within .nav-dropdown{ opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown a{ display: block; padding: 10px 12px; border-radius: 10px; font-size: 14px; }
.nav-dropdown a:hover{ background: var(--mist); }
.nav-dropdown .dd-desc{ display:block; font-size: 12.5px; color: var(--text-muted); font-weight: 400; margin-top: 1px; }

.nav-cta{ display: none; align-items: center; gap: 10px; }
.nav-actions{ display: flex; align-items: center; gap: 8px; }

.nav-toggle{
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 10px; border: 1px solid var(--line); background: var(--white);
}
.nav-toggle span{ display:block; width: 18px; height: 2px; background: var(--ink); position: relative; }
.nav-toggle span::before, .nav-toggle span::after{ content:""; position:absolute; left:0; width:18px; height:2px; background: var(--ink); transition: transform .2s ease; }
.nav-toggle span::before{ top: -6px; }
.nav-toggle span::after{ top: 6px; }

.mobile-panel{
  display: none;
  border-top: 1px solid var(--line);
  background: var(--white);
  padding: 8px 24px 20px;
}
.mobile-panel.is-open{ display: block; }
.mobile-panel a{ display: block; padding: 13px 4px; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line); }
.mobile-panel a:last-child{ border-bottom: none; }
.mobile-sub{ padding-left: 14px; }
.mobile-sub a{ font-weight: 500; font-size: 14.5px; color: var(--slate); padding: 10px 4px; }

@media (min-width: 980px){
  .nav-links{ display: flex; }
  .nav-cta{ display: flex; }
  .nav-toggle{ display: none; }
  .mobile-panel{ display: none !important; }
}

/* ---------------- Hero ---------------- */
.hero{
  position: relative;
  background: var(--ink);
  color: var(--text-on-ink);
  overflow: hidden;
}
.hero::before{
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(600px 380px at 88% -10%, rgba(226,166,59,.22), transparent 60%),
    radial-gradient(800px 500px at -10% 110%, rgba(120,140,220,.18), transparent 60%),
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271000%27%20height%3D%27700%27%20viewBox%3D%270%200%201000%20700%27%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27%23FFFFFF%27%20stroke-opacity%3D%270.07%27%20stroke-width%3D%271.4%27%3E%3Cline%20x1%3D%27120%27%20y1%3D%27560%27%20x2%3D%27340%27%20y2%3D%27400%27%2F%3E%3Cline%20x1%3D%27340%27%20y1%3D%27400%27%20x2%3D%27580%27%20y2%3D%27470%27%2F%3E%3Cline%20x1%3D%27580%27%20y1%3D%27470%27%20x2%3D%27800%27%20y2%3D%27260%27%2F%3E%3Cline%20x1%3D%27340%27%20y1%3D%27400%27%20x2%3D%27260%27%20y2%3D%27180%27%2F%3E%3Cline%20x1%3D%27580%27%20y1%3D%27470%27%20x2%3D%27660%27%20y2%3D%27650%27%2F%3E%3Cline%20x1%3D%27800%27%20y1%3D%27260%27%20x2%3D%27930%27%20y2%3D%27120%27%2F%3E%3Cline%20x1%3D%27260%27%20y1%3D%27180%27%20x2%3D%27450%27%20y2%3D%2770%27%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%27%23FFFFFF%27%20fill-opacity%3D%270.06%27%3E%3Ccircle%20cx%3D%27120%27%20cy%3D%27560%27%20r%3D%277%27%2F%3E%3Ccircle%20cx%3D%27260%27%20cy%3D%27180%27%20r%3D%276%27%2F%3E%3Ccircle%20cx%3D%27450%27%20cy%3D%2770%27%20r%3D%276%27%2F%3E%3Ccircle%20cx%3D%27660%27%20cy%3D%27650%27%20r%3D%276%27%2F%3E%3Ccircle%20cx%3D%27930%27%20cy%3D%27120%27%20r%3D%276%27%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%27%23E2A63B%27%20fill-opacity%3D%270.16%27%20stroke%3D%27%23E2A63B%27%20stroke-opacity%3D%270.4%27%20stroke-width%3D%271.4%27%3E%3Ccircle%20cx%3D%27340%27%20cy%3D%27400%27%20r%3D%2720%27%2F%3E%3Ccircle%20cx%3D%27580%27%20cy%3D%27470%27%20r%3D%2716%27%2F%3E%3Ccircle%20cx%3D%27800%27%20cy%3D%27260%27%20r%3D%2715%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 0 0, 0 0, right -80px bottom -60px;
  background-size: auto, auto, min(680px, 80%) auto;
  pointer-events: none;
}
.hero-grid{
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
  opacity: .5;
  pointer-events: none;
}
.hero-inner{
  position: relative;
  /* top/bottom only -- left/right padding comes from .container.
     (A padding shorthand here would zero out .container's padding-inline,
     since both classes land on the same element.) */
  padding-top: clamp(56px, 9vw, 108px);
  padding-bottom: clamp(48px, 8vw, 90px);
  display: grid;
  gap: 48px;
  align-items: center;
}
@media (min-width: 980px){
  .hero-inner{ grid-template-columns: minmax(0,1.05fr) minmax(0,0.95fr); gap: 56px; }
}
.hero-copy{ max-width: 640px; }
.hero h1{ color: var(--white); margin-bottom: 20px; }
.hero .lede{ margin-bottom: 34px; }
.hero-actions{ display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 44px; }
.hero-audience{
  display: flex; flex-wrap: wrap; align-items: center; gap: 9px 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.audience-label{
  font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--amber); margin-right: 14px;
}
.audience-item{ font-size: 14px; font-weight: 600; color: var(--text-on-ink-muted); white-space: nowrap; }
.audience-sep{ color: rgba(255,255,255,.22); margin: 0 12px; font-weight: 400; }

/* ---------------- Product screenshots ---------------- */
.hero-visual{ position: relative; }
.shot-frame{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255,255,255,.14);
}
.shot-frame img{ width: 100%; height: auto; display: block; }
.shot-frame .shot-bar{
  display: flex; align-items: center; gap: 6px;
  padding: 10px 14px;
  background: #EEF0F6;
  border-bottom: 1px solid var(--line);
}
.shot-frame .shot-dot{ width: 9px; height: 9px; border-radius: 50%; background: #D7DAE6; }
.hero-visual::before{
  content: "";
  position: absolute; inset: -24px;
  background: radial-gradient(closest-side, rgba(226,166,59,.28), transparent 75%);
  z-index: -1;
}
.hero-visual .shot-caption{
  margin-top: 14px; font-size: 13px; color: var(--text-on-ink-muted); text-align: center;
}

/* Framed screenshot used inside light-background sections (why-it-matters splits, etc.) */
.shot-frame--light{ box-shadow: var(--shadow-md); border-color: var(--line); }

/* Illustrative graphic card (used where no real product screenshot exists) */
.illo-frame{
  border-radius: var(--radius-md);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  padding: 28px;
  display: flex; align-items: center; justify-content: center;
}
.illo-frame svg{ width: 100%; height: auto; max-width: 360px; }

/* Small captioned screenshots used in multi-image galleries */
.shot-mini{ text-align: center; }
.shot-mini .shot-frame{ margin-bottom: 14px; box-shadow: var(--shadow-md); border-color: var(--line); }
.shot-mini figcaption{ font-size: 14px; font-weight: 700; color: var(--ink); }
.shot-mini figcaption span{ display:block; margin-top:3px; font-size: 12.5px; font-weight: 400; color: var(--text-muted); }

/* ---------------- Cards / grids ---------------- */
.grid{ display: grid; gap: 20px; }
.grid-2{ grid-template-columns: 1fr; }
.grid-3{ grid-template-columns: 1fr; }
.grid-4{ grid-template-columns: 1fr; }
@media (min-width: 700px){
  .grid-2{ grid-template-columns: repeat(2, 1fr); }
  .grid-4{ grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px){
  .grid-3{ grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1000px){
  .grid-4{ grid-template-columns: repeat(4, 1fr); }
}

.card{
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .2s ease, transform .2s ease;
}
.card:hover{ box-shadow: var(--shadow-md); transform: translateY(-2px); }

.icon-badge{
  width: 46px; height: 46px;
  border-radius: 13px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--ink);
  color: var(--amber);
  margin-bottom: 18px;
  flex: none;
}
.icon-badge svg{ width: 22px; height: 22px; }
.icon-badge--amber{ background: rgba(226,166,59,.14); color: var(--amber-ink); }
.section--ink .icon-badge--amber{ color: var(--amber); }

.card h3{ margin-bottom: 10px; }
.card p{ color: var(--text-muted); font-size: 15px; }

.problem-card{ background: var(--white); }
.problem-card .icon-badge{ background: rgba(16,20,58,.06); color: var(--ink); }

/* Stat cards */
.stat-card{
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 26px;
  box-shadow: var(--shadow-sm);
}
.stat-num{ font-family: var(--font-display); font-size: clamp(30px, 4vw, 42px); color: var(--ink); font-weight: 700; line-height: 1; margin-bottom: 10px; }
.stat-card p{ color: var(--text-muted); font-size: 14.5px; }
.section--ink .stat-num{ color: var(--amber); }
.section--ink .stat-card{ background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.12); }
.section--ink .stat-card p{ color: var(--text-on-ink-muted); }

/* Pillar band (solutions overview) */
.pillar{
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 44px);
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 28px;
}
@media (min-width: 900px){
  .pillar{ grid-template-columns: minmax(0,1fr) minmax(0,1.35fr); align-items: start; }
}
.pillar-num{ font-family: var(--font-display); font-size: 15px; color: var(--amber-ink); font-weight: 700; letter-spacing: .06em; }
.pillar-tools{ display: grid; gap: 14px; }
@media (min-width: 620px){ .pillar-tools{ grid-template-columns: repeat(2,1fr); } }
.tool-row{ padding: 16px 18px; background: var(--mist-2); border: 1px solid var(--line); border-radius: 14px; }
.tool-row h4{ font-family: var(--font-body); font-weight: 700; font-size: 15px; color: var(--ink); margin-bottom: 5px; }
.tool-row p{ font-size: 13.5px; color: var(--text-muted); }

/* Table (impact by role) */
.impact-table{ width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.impact-table th, .impact-table td{ text-align: left; padding: 18px 20px; font-size: 14.5px; vertical-align: top; }
.impact-table thead th{ background: var(--ink); color: var(--white); font-weight: 700; font-size: 13px; letter-spacing: .03em; text-transform: uppercase; }
.impact-table tbody tr:nth-child(even){ background: var(--mist-2); }
.impact-table td.role{ font-weight: 700; color: var(--ink); font-family: var(--font-display); font-size: 15.5px; }
.impact-table td.pain{ color: var(--text-muted); }
.impact-table td.win{ color: var(--success); font-weight: 600; }
.table-scroll{ overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* Process steps */
.steps{ display: grid; gap: 20px; counter-reset: step; }
@media (min-width: 900px){ .steps{ grid-template-columns: repeat(4, 1fr); } }
.step{ position: relative; padding: 26px 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); }
.step-num{ font-family: var(--font-display); font-size: 34px; font-weight: 700; color: var(--line); margin-bottom: 14px; }
.step h4{ font-family: var(--font-body); font-weight: 700; font-size: 15.5px; color: var(--ink); margin-bottom: 8px; }
.step p{ font-size: 14px; color: var(--text-muted); }

/* Founder cards */
.founder{
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 30px; display: grid; gap: 18px;
}
.founder-avatar{
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, var(--ink), var(--ink-2));
  color: var(--amber); font-family: var(--font-display); font-weight: 700; font-size: 22px;
  display: flex; align-items: center; justify-content: center;
}
.founder h3{ margin-bottom: 2px; }
.founder .role{ color: var(--amber-ink); font-weight: 700; font-size: 13.5px; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 14px; display:block; }
.founder ul{ display: grid; gap: 9px; }
.founder li{ font-size: 14.5px; color: var(--text-muted); padding-left: 20px; position: relative; }
.founder li::before{ content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }

/* Reusable check list (used inside cards) */
.check-list{ display: grid; gap: 9px; margin-top: 14px; }
.check-list li{ font-size: 14px; color: var(--text-muted); padding-left: 22px; position: relative; }
.check-list li::before{
  content: "";
  position: absolute; left: 0; top: 6px; width: 12px; height: 12px;
  border-radius: 4px; background: rgba(226,166,59,.16);
  box-shadow: inset 0 0 0 1px rgba(226,166,59,.4);
}
.check-list li::after{
  content: "";
  position: absolute; left: 3px; top: 8.5px; width: 6px; height: 3.5px;
  border-left: 1.6px solid var(--amber-ink); border-bottom: 1.6px solid var(--amber-ink);
  transform: rotate(-45deg);
}

.status-tag{
  display:inline-flex; align-items:center; gap:6px;
  font-size:11.5px; font-weight:700; letter-spacing:.04em; text-transform:uppercase;
  background: rgba(46,125,91,.12); color: var(--success);
  padding: 5px 11px; border-radius: 5px; margin-bottom: 14px;
}
.status-tag::before{ content:""; width:6px; height:6px; border-radius:50%; background: var(--success); }

/* Quote / mission */
.quote-block{
  border-left: 3px solid var(--amber);
  padding-left: 24px;
  font-family: var(--font-display);
  font-size: clamp(19px, 2.2vw, 25px);
  color: var(--ink);
  line-height: 1.5;
}

/* Value chips (custom-built) */
.chip-row{ display: flex; flex-wrap: wrap; gap: 10px; }
.chip{
  font-size: 13.5px; font-weight: 600; color: var(--amber-ink);
  background: rgba(226,166,59,.12);
  border-radius: 7px;
  padding: 9px 16px;
}

/* Split section (two-col text/visual) */
.split{ display: grid; gap: 36px; align-items: center; }
@media (min-width: 900px){ .split{ grid-template-columns: 1fr 1fr; gap: 56px; } }
.split.reverse .split-visual{ order: -1; }
@media (min-width: 900px){ .split.reverse .split-visual{ order: 2; } }

.visual-card{
  background: linear-gradient(160deg, var(--ink), var(--ink-2));
  border-radius: var(--radius-lg);
  padding: 36px;
  color: var(--white);
  position: relative;
  overflow: hidden;
  min-height: 320px;
  display: flex; flex-direction: column; justify-content: center; gap: 16px;
}
.visual-card::after{
  content:"";
  position: absolute; right: -60px; bottom: -60px; width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle, rgba(226,166,59,.28), transparent 70%);
}
.visual-row{ display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 14px 16px; position: relative; z-index: 1; }
.visual-row .icon-badge{ margin: 0; width: 38px; height: 38px; border-radius: 10px; background: rgba(226,166,59,.16); color: var(--amber); }
.visual-row .icon-badge svg{ width: 18px; height: 18px; }
.visual-row span{ font-size: 14px; font-weight: 600; }

/* CTA band */
.cta-band{
  background: var(--ink);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: clamp(36px, 6vw, 64px);
  display: grid;
  gap: 28px;
  position: relative;
  overflow: hidden;
}
.cta-band::before{
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(500px 260px at 90% 0%, rgba(226,166,59,.22), transparent 60%),
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27700%27%20height%3D%27520%27%20viewBox%3D%270%200%20700%20520%27%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27%23FFFFFF%27%20stroke-opacity%3D%270.07%27%20stroke-width%3D%272%27%3E%3Crect%20x%3D%27380%27%20y%3D%2770%27%20width%3D%27220%27%20height%3D%27280%27%20rx%3D%2714%27%2F%3E%3Crect%20x%3D%27430%27%20y%3D%2736%27%20width%3D%27220%27%20height%3D%27280%27%20rx%3D%2714%27%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27%23E2A63B%27%20stroke-opacity%3D%270.35%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%27472%27%20cy%3D%27236%27%20r%3D%2726%27%2F%3E%3Cpath%20d%3D%27M460%20237l9%209%2018-18%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, right -30px bottom -40px;
  background-size: auto, min(360px, 60%) auto;
}
.cta-band-inner{ position: relative; display: grid; gap: 26px; align-items: center; }
@media (min-width: 860px){ .cta-band-inner{ grid-template-columns: 1.3fr auto; } }
.cta-contacts{ display: flex; flex-wrap: wrap; gap: 24px; margin-top: 18px; }
.cta-contact{ font-size: 14.5px; }
.cta-contact strong{ display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--amber); margin-bottom: 4px; }

/* Page header (inner pages) */
.page-header{
  position: relative; overflow: hidden;
  padding: clamp(52px, 8vw, 92px) 0 clamp(36px, 5vw, 56px);
  background: var(--mist);
  border-bottom: 1px solid var(--line);
}
.page-header::before{
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(16,20,58,.07) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(560px 360px at 12% 15%, black, transparent 72%);
  -webkit-mask-image: radial-gradient(560px 360px at 12% 15%, black, transparent 72%);
  pointer-events: none;
}
.page-header::after{
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27700%27%20height%3D%27520%27%20viewBox%3D%270%200%20700%20520%27%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27%2310143A%27%20stroke-opacity%3D%270.06%27%20stroke-width%3D%272%27%3E%3Crect%20x%3D%27380%27%20y%3D%2770%27%20width%3D%27220%27%20height%3D%27280%27%20rx%3D%2714%27%2F%3E%3Crect%20x%3D%27430%27%20y%3D%2736%27%20width%3D%27220%27%20height%3D%27280%27%20rx%3D%2714%27%2F%3E%3Cline%20x1%3D%27462%27%20y1%3D%2796%27%20x2%3D%27602%27%20y2%3D%2796%27%2F%3E%3Cline%20x1%3D%27462%27%20y1%3D%27136%27%20x2%3D%27602%27%20y2%3D%27136%27%2F%3E%3Cline%20x1%3D%27462%27%20y1%3D%27176%27%20x2%3D%27560%27%20y2%3D%27176%27%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27%23E2A63B%27%20stroke-opacity%3D%270.3%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%27472%27%20cy%3D%27236%27%20r%3D%2726%27%2F%3E%3Cpath%20d%3D%27M460%20237l9%209%2018-18%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: min(560px, 70%) auto;
  background-position: right -20px top 10%;
  pointer-events: none;
}
.page-header .container{ position: relative; }
.page-header h1{ max-width: 760px; }
.page-header .lede{ max-width: 620px; }
.breadcrumb{ font-size: 13px; color: var(--text-muted); margin-bottom: 18px; display: flex; gap: 8px; align-items: center; }
.breadcrumb a{ color: var(--slate); font-weight: 600; }
.breadcrumb a:hover{ color: var(--ink); }

/* Form */
.form-card{ background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(26px, 4vw, 40px); box-shadow: var(--shadow-md); }
.field{ margin-bottom: 18px; }
.field label{ display: block; font-size: 13.5px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.field input, .field select, .field textarea{
  width: 100%; padding: 13px 14px; border-radius: 10px; border: 1px solid var(--line);
  font-family: inherit; font-size: 15px; background: var(--mist-2); color: var(--text);
  transition: border-color .15s ease, background-color .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus{ outline: none; border-color: var(--ink); background: var(--white); }
.field textarea{ min-height: 130px; resize: vertical; }
.form-note{ font-size: 13px; color: var(--text-muted); margin-top: 14px; }
.form-status{ font-size: 14px; margin-top: 14px; display: none; }
.form-status.is-visible{ display: block; }

.contact-card{ display: flex; gap: 16px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-card:last-child{ border-bottom: none; }
.contact-card h4{ font-family: var(--font-body); font-weight: 700; font-size: 15px; margin-bottom: 4px; }
.contact-card p, .contact-card a{ font-size: 14.5px; color: var(--text-muted); }
.contact-card a:hover{ color: var(--ink); }

/* Footer */
.site-footer{ background: var(--ink); color: var(--text-on-ink-muted); padding: 56px 0 28px; }
.footer-grid{ display: grid; gap: 40px; margin-bottom: 44px; }
@media (min-width: 780px){ .footer-grid{ grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.footer-brand .brand{ color: var(--white); margin-bottom: 12px; }
.footer-brand p{ font-size: 14px; max-width: 34ch; color: var(--text-on-ink-muted); }
.footer-col h5{ color: var(--white); font-size: 13px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 16px; }
.footer-col ul{ display: grid; gap: 11px; }
.footer-col a{ font-size: 14px; color: var(--text-on-ink-muted); }
.footer-col a:hover{ color: var(--amber); }
.footer-bottom{ border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; font-size: 13px; color: rgba(174,179,217,.8); }

/* Utility */
.mt-0{ margin-top: 0; }
.mb-sm{ margin-bottom: 14px; }
.mb-md{ margin-bottom: 28px; }
.mb-lg{ margin-bottom: 48px; }
.stack{ display: grid; gap: 16px; }
/* Content is always visible — no scroll-gated opacity. Reliability for
   real visitors, crawlers, and accessibility tools matters more here than
   a scroll-reveal flourish, so .reveal is kept as a plain, inert marker. */
.reveal{ opacity: 1; transform: none; }
.section-head{ max-width: 680px; margin-bottom: 44px; }
.section-head.center{ margin-inline: auto; text-align: center; }
.skip-link{ position: absolute; left: -999px; top: 0; background: var(--ink); color: var(--white); padding: 12px 18px; border-radius: 0 0 10px 0; z-index: 200; }
.skip-link:focus{ left: 0; }
