:root{
  color-scheme:light;
  --bg:#f6f7f4;
  --surface:#ffffff;
  --surface-2:#eef3ef;
  --ink:#17201b;
  --muted:#5f6c66;
  --line:#d7ded7;
  --line-strong:#b7c5bc;
  --teal:#0f766e;
  --teal-dark:#0b4f49;
  --blue:#29435f;
  --gold:#b7791f;
  --coral:#a14942;
  --red:#9f3a38;
  --shadow:0 16px 40px rgba(23,32,27,.08);
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;
  color:var(--ink);
  line-height:1.55;
  background:
    linear-gradient(180deg,#ffffff 0,#f8faf7 460px,var(--bg) 100%);
  letter-spacing:0;
}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
main{max-width:1120px;margin:0 auto;padding:0 22px 44px}
.code-sample{
  width:100%;
  overflow:auto;
  margin:0;
  padding:18px 20px;
  border:1px solid var(--line-strong);
  border-radius:8px;
  background:#101815;
  color:#edf7f0;
  font:13px/1.6 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  white-space:pre;
}
header{
  border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.94);
  backdrop-filter:saturate(130%) blur(10px);
}
nav,.nav{
  max-width:1120px;
  margin:0 auto;
  min-height:68px;
  padding:12px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
nav>a:first-child:not(.button),.brand{
  font-weight:750;
  color:var(--ink);
}
header nav>a:first-child:not(.brand):not(.button){
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-right:auto;
  font-size:15px;
}
header nav>a:first-child:not(.brand):not(.button)::before{
  content:"";
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border:1px solid var(--line-strong);
  border-radius:8px;
  background:var(--surface-2) url("tinyops-logo-mark-v4.png") center/24px 24px no-repeat;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:228px;
  line-height:1.15;
}
.brand:hover{text-decoration:none}
.brand small{
  display:block;
  margin-top:2px;
  color:var(--muted);
  font-size:12px;
  font-weight:600;
}
.brand-mark,.brand-logo{
  width:36px;
  height:36px;
  border:0;
  border-radius:9px;
  flex:0 0 36px;
  background:#fff;
}
.brand-mark{
  display:grid;
  place-items:center;
  color:var(--teal-dark);
  font-size:13px;
  font-weight:800;
}
.brand-logo{
  display:block;
  object-fit:contain;
}
.nav-links,nav{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
nav a,.nav-links a{
  color:#24302a;
  font-size:14px;
  font-weight:650;
  padding:8px 9px;
  border-radius:7px;
}
nav a:hover,.nav-links a:hover{
  background:#eef3ef;
  text-decoration:none;
}
.nav-cta{
  border:1px solid var(--teal);
  color:var(--teal-dark)!important;
  background:#ecf7f5;
}
.hero{
  padding:58px 0 38px;
}
.home-hero{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(390px,.98fr);
  gap:34px;
  align-items:center;
}
.home-hero-v2{
  grid-template-columns:minmax(0,.96fr) minmax(430px,1.04fr);
  min-height:auto;
  padding:56px 0 28px;
  align-items:center;
}
.eyebrow{
  margin:0 0 10px;
  color:var(--teal-dark);
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
}
h1,h2,h3,p{overflow-wrap:anywhere}
h1{
  margin:0 0 18px;
  font-size:56px;
  line-height:1.02;
  font-weight:820;
  letter-spacing:0;
}
h2{
  margin:0 0 14px;
  font-size:30px;
  line-height:1.18;
  letter-spacing:0;
}
h3{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.25;
  letter-spacing:0;
}
p{margin:0 0 16px}
main>h1:first-child{
  max-width:820px;
  padding-top:52px;
}
main>h1:first-child+p{
  max-width:820px;
  color:#334139;
  font-size:19px;
  line-height:1.48;
}
.page-hero-image{
  margin:20px 0 26px;
}
.page-hero-image img{
  display:block;
  width:100%;
  max-height:430px;
  object-fit:cover;
  border:1px solid var(--line-strong);
  border-radius:8px;
  background:#f7fbf8;
  box-shadow:0 18px 42px rgba(23,32,27,.1);
}
main>h2{
  margin-top:46px;
  padding-top:26px;
  border-top:1px solid var(--line);
}
ul,ol{padding-left:22px}
li{margin:6px 0}
.hero-subhead{
  max-width:760px;
  color:#334139;
  font-size:20px;
  line-height:1.45;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:24px 0 18px;
}
.quick-proof{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
  max-width:780px;
}
.quick-proof span{
  border:1px solid var(--line);
  border-radius:999px;
  padding:7px 10px;
  color:#35423b;
  background:#fff;
  font-size:13px;
  font-weight:700;
}
.hero-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:28px;
  max-width:820px;
}
.hero-metrics span{
  min-height:58px;
  border-left:1px solid var(--line-strong);
  padding:2px 0 2px 16px;
  color:#344139;
  font-size:14px;
}
.hero-metrics span:first-child{border-left:0;padding-left:0}
.hero-metrics strong{
  display:block;
  color:var(--teal-dark);
  font-size:16px;
  line-height:1.2;
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  max-width:100%;
  border:1px solid var(--line-strong);
  border-radius:7px;
  padding:10px 15px;
  color:var(--ink);
  background:var(--surface);
  font-size:14px;
  font-weight:750;
  text-decoration:none;
  text-align:center;
  box-shadow:none;
}
.button:hover{
  background:#f1f5f1;
  text-decoration:none;
}
.button.primary{
  border-color:var(--teal-dark);
  background:var(--teal-dark);
  color:#fff;
}
.button.primary:hover{background:#083f3b}
.button.ghost{background:transparent}
.button.gold{
  border-color:#9a650a;
  background:var(--gold);
  color:#fff;
}
.button.gold:hover{background:#9a650a}
.button.full{width:100%}
.offer-board{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border:1px solid var(--line-strong);
  border-radius:8px;
  background:rgba(255,255,255,.82);
  box-shadow:0 22px 50px rgba(23,32,27,.12);
  overflow:hidden;
}
.offer-panel{
  min-height:360px;
  display:flex;
  flex-direction:column;
  gap:13px;
  padding:24px;
  background:linear-gradient(180deg,#ffffff 0,#fbfcfb 100%);
}
.offer-panel + .offer-panel{
  border-left:1px solid var(--line);
}
.featured-offer{
  box-shadow:inset 0 0 0 1px rgba(15,118,110,.12);
}
.offer-kicker{
  margin:0;
  color:var(--teal-dark);
  font-size:13px;
  font-weight:850;
  text-transform:uppercase;
}
.offer-kicker.warm{color:#9a650a}
.offer-price{
  color:#1b221e;
  font-size:43px;
  line-height:1;
  font-weight:850;
}
.offer-copy{
  margin:0;
  color:#3d4943;
  font-size:15px;
}
.offer-panel ul{
  display:grid;
  gap:10px;
  margin:2px 0 4px;
  padding:0;
  list-style:none;
}
.offer-panel li{
  position:relative;
  margin:0;
  padding-left:24px;
  color:#28342e;
  font-size:14px;
}
.offer-panel li:before{
  content:"";
  position:absolute;
  left:2px;
  top:8px;
  width:11px;
  height:7px;
  border-left:2px solid var(--teal);
  border-bottom:2px solid var(--teal);
  transform:rotate(-45deg);
}
.offer-panel .button{margin-top:auto}
.offer-panel small{
  color:var(--muted);
  font-size:12px;
}
.hero-showcase{
  display:grid;
  gap:12px;
  min-width:0;
}
.hero-visual{
  margin:0;
}
.hero-visual img{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  object-fit:contain;
  border:1px solid var(--line-strong);
  border-radius:8px;
  background:#f8faf7;
  box-shadow:0 24px 56px rgba(23,32,27,.14);
}
.hero-visual figcaption{
  margin-top:9px;
  color:var(--muted);
  font-size:13px;
}
.hero-mobile-visual{
  display:none;
  margin:0;
}
.hero-offer-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.mini-offer{
  min-height:110px;
  display:flex;
  flex-direction:column;
  gap:4px;
  border:1px solid var(--line);
  border-radius:8px;
  padding:13px;
  background:#fff;
  box-shadow:0 8px 22px rgba(23,32,27,.05);
}
.mini-offer:hover{
  border-color:var(--teal);
  text-decoration:none;
}
.mini-offer.featured{
  border-color:var(--teal);
  box-shadow:0 14px 30px rgba(15,118,110,.12);
}
.mini-offer span{
  display:block;
  color:var(--coral);
  font-size:18px;
  line-height:1.1;
  font-weight:850;
}
.mini-offer strong{
  display:block;
  line-height:1.15;
}
.mini-offer small{
  display:block;
  margin-top:auto;
  color:var(--muted);
  font-size:12px;
  line-height:1.35;
}
.hero-workbench{
  overflow:hidden;
  border:1px solid var(--line-strong);
  border-radius:8px;
  background:#18251f;
  box-shadow:0 24px 56px rgba(23,32,27,.16);
}
.hero-workbench img{
  display:block;
  width:100%;
  aspect-ratio:12/7;
  object-fit:contain;
  object-position:left top;
  background:#f8faf7;
}
.workbench-caption{
  display:grid;
  gap:4px;
  padding:16px;
  color:#f7fbf8;
  background:#17201b;
}
.workbench-caption span{
  color:#8fd3cc;
  font-size:12px;
  font-weight:850;
  text-transform:uppercase;
}
.workbench-caption strong{
  font-size:17px;
  line-height:1.28;
}
.workbench-caption small{
  color:#c9d4ce;
  font-size:13px;
}
.brief-band{
  display:grid;
  grid-template-columns:minmax(230px,.65fr) minmax(320px,1fr) minmax(220px,.55fr);
  gap:18px;
  align-items:center;
  border:1px solid var(--line-strong);
  border-left:5px solid var(--blue);
  border-radius:8px;
  padding:20px;
  background:#fbfcfa;
}
.brief-band-v2{
  grid-template-columns:minmax(250px,.75fr) minmax(220px,.32fr) minmax(360px,.9fr);
  margin-top:12px;
  border-left-color:var(--teal);
}
.brief-band h2{margin-bottom:0}
.brief-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}
.brief-grid span{
  min-height:54px;
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  gap:8px;
  align-items:center;
  border:1px solid var(--line);
  border-radius:8px;
  padding:10px;
  background:var(--surface);
  color:#2f3c35;
  font-size:14px;
  font-weight:700;
}
.brief-grid strong{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:6px;
  color:#fff;
  background:var(--blue);
  font-size:12px;
}
.brief-actions{
  display:grid;
  gap:10px;
}
.trust-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.trust-row span{
  min-height:58px;
  display:grid;
  align-items:center;
  border-left:1px solid var(--line);
  padding-left:14px;
  color:#2e3b34;
  font-size:14px;
  font-weight:750;
}
.trust-row span:first-child{border-left:0}
.ops-board{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.38fr);
  gap:18px;
  align-items:start;
  margin-top:0;
}
.ops-services,.included-panel{
  border:1px solid var(--line-strong);
  border-radius:8px;
  padding:22px;
  background:rgba(255,255,255,.86);
  box-shadow:0 10px 28px rgba(23,32,27,.06);
}
.ops-services .section-heading{
  max-width:none;
  margin-bottom:14px;
}
.ops-services .section-heading h2{
  margin-bottom:0;
  font-size:19px;
  line-height:1.3;
}
.service-tile-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
}
.service-tile{
  min-height:132px;
  display:flex;
  flex-direction:column;
  gap:6px;
  justify-content:flex-start;
  border:1px solid var(--line);
  border-radius:8px;
  padding:15px 12px;
  background:#fff;
  text-align:center;
}
.service-tile:hover{
  border-color:var(--teal);
  text-decoration:none;
  box-shadow:0 10px 22px rgba(23,32,27,.07);
}
.service-tile span{
  min-height:28px;
  color:var(--teal-dark);
  font-size:20px;
  font-weight:850;
}
.service-tile strong{
  font-size:16px;
  line-height:1.15;
}
.service-tile small{
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
}
.included-panel{
  display:flex;
  flex-direction:column;
}
.included-panel .text-link{margin-top:auto}
.price-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:28px;
}
.price-pill{
  min-height:104px;
  display:flex;
  flex-direction:column;
  gap:4px;
  border:1px solid var(--line);
  border-radius:8px;
  padding:14px;
  background:var(--surface);
  box-shadow:0 8px 24px rgba(23,32,27,.05);
}
.price-pill:hover{text-decoration:none;border-color:var(--teal)}
.price-pill span{
  display:block;
  color:var(--coral);
  font-weight:850;
}
.price-pill strong,.price-pill small{display:block}
.price-pill small{margin-top:4px;color:var(--muted);font-size:12px}
.muted-pill span{color:var(--teal)}
.intake-panel{
  border:1px solid var(--line-strong);
  border-radius:8px;
  padding:22px;
  background:var(--surface);
  box-shadow:var(--shadow);
}
.panel-kicker{
  display:inline-flex;
  margin-bottom:14px;
  border:1px solid #e4cfaa;
  border-radius:999px;
  padding:4px 9px;
  color:#72500e;
  background:#fff9ec;
  font-size:12px;
  font-weight:800;
}
.start-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.42fr);
  gap:28px;
  align-items:start;
  padding:54px 0 32px;
}
.start-copy .hero-subhead{
  max-width:820px;
}
.start-panel{
  border:1px solid var(--line-strong);
  border-radius:8px;
  padding:20px;
  background:#fbfcfa;
  box-shadow:var(--shadow);
}
.intake-form-section{
  border:1px solid var(--line-strong);
  border-radius:8px;
  padding:24px;
  background:#ffffff;
  box-shadow:0 14px 36px rgba(23,32,27,.08);
}
.intake-form-section .section-heading{
  max-width:820px;
}
.intake-form{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.form-field{
  display:grid;
  gap:7px;
  min-width:0;
}
.form-field span{
  color:#24302a;
  font-size:13px;
  font-weight:800;
}
.field-note{
  color:var(--muted);
  font-size:13px;
}
.form-field input,
.form-field select,
.form-field textarea{
  width:100%;
  min-height:44px;
  border:1px solid var(--line-strong);
  border-radius:7px;
  padding:10px 12px;
  color:var(--ink);
  background:#fbfcfa;
  font:15px/1.45 Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;
}
.form-field textarea{
  min-height:118px;
  resize:vertical;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus{
  outline:3px solid rgba(15,118,110,.18);
  border-color:var(--teal);
  background:#fff;
}
.form-field input[type="file"]{
  padding:9px;
}
.span-2{grid-column:1/-1}
.form-actions{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.form-actions .button{
  min-width:220px;
}
.form-actions .microcopy{
  margin:0;
}
.hp-field{
  position:absolute;
  left:-10000px;
  width:1px;
  height:1px;
  overflow:hidden;
}
.checklist{
  margin:0 0 16px;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.checklist li{
  margin:0;
  border:1px solid var(--line);
  border-radius:8px;
  padding:11px 12px;
  background:#fff;
  color:#2f3c35;
  font-size:14px;
}
.package-options{
  margin-top:8px;
  padding-top:26px;
  border-top:1px solid var(--line);
}
.package-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.package-card{
  min-height:280px;
  display:flex;
  flex-direction:column;
  gap:10px;
  border:1px solid var(--line);
  border-radius:8px;
  padding:18px;
  background:#fff;
  box-shadow:0 8px 24px rgba(23,32,27,.05);
}
.package-card.featured{
  border-color:var(--teal);
  box-shadow:0 16px 40px rgba(15,118,110,.12);
}
.package-card p{
  color:#405048;
}
.package-card .button{
  margin-top:auto;
}
.price-tag{
  color:var(--coral);
  font-size:21px;
  font-weight:850;
}
.process-band{
  display:grid;
  grid-template-columns:minmax(210px,.42fr) minmax(0,1fr);
  gap:22px;
  margin-top:30px;
  border:1px solid var(--line-strong);
  border-left:5px solid var(--teal);
  border-radius:8px;
  padding:22px;
  background:#fbfcfa;
}
.process-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.process-grid div{
  border:1px solid var(--line);
  border-radius:8px;
  padding:14px;
  background:#fff;
}
.process-grid strong{
  display:block;
  margin-bottom:6px;
  color:var(--teal-dark);
}
.process-grid p{
  margin:0;
  color:#405048;
  font-size:14px;
}
.brief-copy{
  display:grid;
  grid-template-columns:minmax(210px,.35fr) minmax(0,1fr);
  gap:22px;
  align-items:start;
  margin-top:30px;
}
.check-list{
  list-style:none;
  margin:18px 0;
  padding:0;
}
.check-list li{
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  gap:10px;
  align-items:start;
  margin:10px 0;
  color:#2b3831;
}
.check-list span{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:50%;
  color:var(--teal-dark);
  background:#eef7f5;
  font-size:12px;
  font-weight:800;
}
.microcopy,.muted{
  color:var(--muted);
  font-size:14px;
}
section{margin-top:42px}
.section-heading{
  max-width:760px;
  margin-bottom:18px;
}
.service-matrix,.recent-work{
  border-top:1px solid var(--line);
  padding-top:34px;
}
.matrix-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.service-card{
  min-height:194px;
  border:1px solid var(--line);
  border-radius:8px;
  padding:16px;
  background:var(--surface);
  display:flex;
  flex-direction:column;
  gap:10px;
}
.service-card:hover{
  border-color:var(--teal);
  box-shadow:0 12px 26px rgba(23,32,27,.07);
  text-decoration:none;
}
.service-card span{
  color:var(--teal-dark);
  font-size:13px;
  font-weight:850;
}
.service-card strong{
  font-size:17px;
  line-height:1.28;
}
.service-card small{
  color:var(--muted);
  font-size:13px;
}
.services-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(330px,.46fr);
  gap:30px;
  align-items:start;
  padding:54px 0 28px;
}
.services-hero h1{
  max-width:850px;
}
.service-checkout-panel{
  border:1px solid var(--line-strong);
  border-radius:8px;
  padding:22px;
  background:linear-gradient(180deg,#ffffff 0,#fbfcfb 100%);
  box-shadow:0 18px 42px rgba(23,32,27,.1);
}
.service-checkout-panel h2{
  font-size:24px;
}
.panel-visual{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  object-fit:contain;
  border:1px solid var(--line);
  border-radius:8px;
  margin:0 0 18px;
  background:#f7fbf8;
}
.panel-visual-photo{
  aspect-ratio:16/9;
  object-fit:cover;
}
.panel-visual[src$="operations-workbench-hero-v2.jpg"]{
  aspect-ratio:16/9;
  object-fit:cover;
}
.package-ladder{
  border-top:1px solid var(--line);
  padding-top:32px;
}
.package-row{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:12px;
}
.compact-card{
  min-height:388px;
}
.compact-card ul{
  margin:0 0 12px;
  padding-left:18px;
}
.compact-card li{
  color:#344139;
  font-size:14px;
}
.use-case-band{
  border:1px solid var(--line-strong);
  border-radius:8px;
  padding:22px;
  background:rgba(255,255,255,.86);
  box-shadow:0 10px 28px rgba(23,32,27,.06);
}
.use-case-band .section-heading{
  max-width:none;
}
.proof-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.75fr);
  gap:24px;
  align-items:start;
  border:1px solid var(--line);
  border-left:5px solid var(--teal);
  border-radius:8px;
  padding:24px;
  background:#fbfcfa;
}
.proof-list{
  margin:0;
  padding:0;
  list-style:none;
}
.proof-list li{
  margin:0;
  padding:11px 0 11px 28px;
  border-bottom:1px solid var(--line);
  position:relative;
  color:#2e3b34;
}
.proof-list li:last-child{border-bottom:0}
.proof-list li:before{
  content:"";
  position:absolute;
  left:0;
  top:17px;
  width:12px;
  height:8px;
  border-left:2px solid var(--teal);
  border-bottom:2px solid var(--teal);
  transform:rotate(-45deg);
}
.audit-preview{
  margin:20px 0 0;
}
.audit-preview img{
  display:block;
  width:100%;
  max-width:620px;
  height:auto;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--surface);
}
.audit-preview figcaption{
  margin-top:8px;
  color:var(--muted);
  font-size:13px;
}
.product-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.5fr);
  gap:30px;
  align-items:center;
  padding:54px 0 30px;
}
.product-copy .hero-subhead{
  max-width:760px;
}
.product-cover{
  margin:0;
  border:1px solid var(--line-strong);
  border-radius:8px;
  padding:14px;
  background:#fff;
  box-shadow:0 18px 42px rgba(23,32,27,.1);
}
.product-cover img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  border:1px solid var(--line);
  border-radius:6px;
}
.product-cover figcaption{
  margin-top:10px;
  color:var(--muted);
  font-size:13px;
}
.product-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.roi-hero{
  align-items:start;
}
.roi-tool{
  display:grid;
  gap:18px;
  border:1px solid var(--line-strong);
  border-radius:8px;
  padding:22px;
  background:#fff;
  box-shadow:0 14px 34px rgba(23,32,27,.07);
}
.roi-tool .section-heading{
  max-width:760px;
}
.roi-form{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.field{
  display:grid;
  gap:6px;
}
.field span{
  color:#2f3c35;
  font-size:13px;
  font-weight:800;
}
.field input,.field select{
  width:100%;
  min-height:44px;
  border:1px solid var(--line-strong);
  border-radius:7px;
  padding:10px 11px;
  color:var(--ink);
  background:#fbfcfa;
  font:15px/1.3 Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;
}
.field input:focus,.field select:focus{
  outline:2px solid rgba(15,118,110,.2);
  border-color:var(--teal);
}
.span-2{
  grid-column:span 2;
}
.roi-results{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.result-card{
  min-height:118px;
  display:flex;
  flex-direction:column;
  gap:8px;
  justify-content:space-between;
  border:1px solid var(--line);
  border-radius:8px;
  padding:16px;
  background:#f8faf7;
}
.result-card span{
  color:var(--muted);
  font-size:13px;
  font-weight:750;
}
.result-card strong{
  color:var(--teal-dark);
  font-size:24px;
  line-height:1.12;
  overflow-wrap:anywhere;
}
.recommendation{
  border:1px solid #d7e6df;
  border-left:5px solid var(--teal);
  border-radius:8px;
  padding:16px;
  background:#f0f8f5;
  color:#24302a;
  font-weight:700;
}
.cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}
.grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:14px;
}
.card{
  border:1px solid var(--line);
  border-radius:8px;
  padding:18px;
  background:var(--surface);
  box-shadow:0 8px 22px rgba(23,32,27,.04);
}
.card h2,.card h3{margin-top:0}
.card p:last-child{margin-bottom:0}
.notice{
  border:1px solid #d9c18f;
  border-left:5px solid var(--gold);
  border-radius:8px;
  padding:15px 16px;
  background:#fffaf0;
  color:#3c3322;
}
.cta-band{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border:1px solid var(--line-strong);
  border-radius:8px;
  padding:22px;
  background:#eef3ef;
}
.text-link{
  color:var(--teal-dark);
  font-weight:800;
}
.footer{
  border-top:1px solid var(--line);
  margin-top:46px;
  padding-top:18px;
  color:var(--muted);
  font-size:14px;
}
.footer a{
  color:var(--teal-dark);
  font-weight:750;
}
.directory-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  margin:28px 0 0;
}
.directory-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:9px 14px;
  border-radius:8px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--ink);
  font-weight:800;
  text-decoration:none;
}
.directory-badge span{
  display:block;
  line-height:1.1;
}
code{
  background:#eef1ee;
  padding:2px 5px;
  border-radius:5px;
}
.brief{
  white-space:pre-wrap;
  border:1px solid var(--line);
  border-radius:8px;
  padding:16px;
  background:#fbfcfa;
  color:#24302a;
  font:14px/1.6 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  overflow:auto;
}
.table-shell{
  width:100%;
  max-width:100%;
  overflow-x:auto;
  border:1px solid var(--line-strong);
  border-radius:8px;
  background:#fff;
  -webkit-overflow-scrolling:touch;
}
.table-shell table{
  width:100%;
  min-width:720px;
  border-collapse:collapse;
}
.table-shell th,.table-shell td{
  padding:12px 14px;
  border-bottom:1px solid var(--line);
  text-align:left;
  vertical-align:top;
  font-size:14px;
}
.table-shell th{
  background:#eef3ef;
  color:var(--ink);
  font-weight:850;
}
.table-shell tr:last-child td{
  border-bottom:0;
}
.builder-shell{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.42fr);
  gap:18px;
  align-items:start;
}
.builder-panel,.builder-output{
  border:1px solid var(--line-strong);
  border-radius:8px;
  padding:22px;
  background:#fff;
  box-shadow:0 12px 30px rgba(23,32,27,.06);
}
.builder-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.builder-output{
  position:sticky;
  top:18px;
}
.output-box{
  display:grid;
  gap:12px;
  margin-top:14px;
}
.output-section{
  border:1px solid var(--line);
  border-radius:8px;
  padding:14px;
  background:#fbfcfa;
}
.output-section h3{
  font-size:16px;
}
.output-section p,.output-section li{
  font-size:14px;
}
.output-section ol,.output-section ul{
  margin:0;
  padding-left:20px;
}
.copy-block{
  white-space:pre-wrap;
  font:14px/1.55 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
}
@media (max-width:920px){
  .home-hero,.proof-row,.brief-band,.start-hero,.process-band,.brief-copy,.ops-board,.services-hero,.product-hero{grid-template-columns:1fr}
  .builder-shell{grid-template-columns:1fr}
  .builder-output{position:static}
  .builder-grid{grid-template-columns:1fr}
  .price-strip,.matrix-grid,.package-grid,.package-row,.roi-form,.roi-results{grid-template-columns:repeat(2,minmax(0,1fr))}
  .service-tile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .process-grid{grid-template-columns:1fr}
  h1{font-size:46px}
  .hero-workbench{max-width:680px}
  .offer-board,.hero-showcase{max-width:760px}
}
@media (max-width:680px){
  main{padding:0 16px 34px}
  nav,.nav{padding:12px 16px;align-items:flex-start}
  .brand{min-width:100%}
  .nav-links{width:100%;gap:6px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px}
  .nav-links a:nth-child(3),.nav-links a:nth-child(4){display:none}
  nav a,.nav-links a{padding:7px 6px;font-size:13px;flex:0 0 auto}
  .hero{padding:38px 0 28px}
  .home-hero-v2{padding:28px 0 28px}
  .home-hero .hero-showcase .hero-visual{display:none}
  .home-hero .hero-visual img{aspect-ratio:16/9;object-fit:cover}
  .hero-mobile-visual{display:block;margin:12px 0 16px}
  .hero-mobile-visual img{
    display:block;
    width:100%;
    aspect-ratio:16/9;
    object-fit:cover;
    border:1px solid var(--line-strong);
    border-radius:8px;
    background:#f7fbf8;
    box-shadow:0 14px 34px rgba(23,32,27,.1);
  }
  .start-panel,.service-checkout-panel{padding:14px}
  .start-panel .panel-visual,.service-checkout-panel .panel-visual{margin-bottom:12px}
  .product-hero{padding:32px 0 28px}
  .product-cover{order:-1}
  h1{font-size:38px;line-height:1.06}
  h2{font-size:25px}
  .hero-subhead{font-size:18px}
  .price-strip,.matrix-grid,.grid,.brief-grid,.package-grid,.package-row,.hero-metrics,.offer-board,.hero-offer-row,.service-tile-grid,.trust-row,.product-grid{grid-template-columns:1fr}
  .roi-form,.roi-results{grid-template-columns:1fr}
  .service-tile{min-height:124px}
  .hero-metrics span,.hero-metrics span:first-child,.trust-row span,.trust-row span:first-child{border-left:0;padding-left:0}
  .trust-row{gap:0}
  .trust-row span{min-height:auto;padding:10px 0;border-top:1px solid var(--line)}
  .trust-row span:first-child{border-top:0}
  .offer-panel + .offer-panel{border-left:0;border-top:1px solid var(--line)}
  .offer-panel{min-height:auto}
  .start-hero{padding:38px 0 26px}
  .package-card{min-height:auto}
  .cta-band{align-items:flex-start;flex-direction:column}
  .button{width:100%;white-space:normal}
  .quick-proof span{width:100%}
  .intake-form{grid-template-columns:1fr}
  .span-2{grid-column:auto}
  .form-actions .button{width:100%;min-width:0}
  .cta-actions{width:100%}
  .table-shell{
    overflow-x:visible;
  }
  .table-shell table{
    min-width:0;
  }
  .table-shell thead{
    display:none;
  }
  .table-shell tbody,.table-shell tr,.table-shell td{
    display:block;
  }
  .table-shell tr{
    padding:12px 14px;
    border-bottom:1px solid var(--line);
  }
  .table-shell tr:last-child{
    border-bottom:0;
  }
  .table-shell td{
    display:grid;
    grid-template-columns:96px minmax(0,1fr);
    gap:10px;
    padding:6px 0;
    border-bottom:0;
    font-size:13px;
    word-break:break-word;
  }
  .table-shell td::before{
    content:attr(data-label);
    color:var(--muted);
    font-size:11px;
    font-weight:850;
    text-transform:uppercase;
  }
}
