/* ============================================================
   TWENTY ONE TON — Homepage stylesheet
   Brand tokens · responsive to 360px · reduced-motion respected
   ============================================================ */

@font-face { font-family:"Poppins"; src:url("../assets/fonts/Poppins-Regular.ttf") format("truetype"); font-weight:400; font-display:swap; }
@font-face { font-family:"Poppins"; src:url("../assets/fonts/Poppins-Medium.ttf") format("truetype"); font-weight:500; font-display:swap; }
@font-face { font-family:"Poppins"; src:url("../assets/fonts/Poppins-SemiBold.ttf") format("truetype"); font-weight:600; font-display:swap; }
@font-face { font-family:"Poppins"; src:url("../assets/fonts/Poppins-Bold.ttf") format("truetype"); font-weight:700; font-display:swap; }
@font-face { font-family:"Poppins"; src:url("../assets/fonts/Poppins-ExtraBold.ttf") format("truetype"); font-weight:800; font-display:swap; }
@font-face { font-family:"Poppins"; src:url("../assets/fonts/Poppins-Italic.ttf") format("truetype"); font-weight:400; font-style:italic; font-display:swap; }

:root{
  --orange:#F58220;
  --ink:#141414;
  --mid:#2E2E2E;
  --muted:#6E6E6E;
  --light:#F4F4F4;
  --paper:#FFFFFF;
  --wordmark-gray:#A9A9AA;
  --radius:18px;
  --shadow:0 14px 34px rgba(0,0,0,.12);
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:"Poppins",system-ui,sans-serif;color:var(--mid);background:var(--paper);line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
a:focus-visible,button:focus-visible{outline:3px solid var(--orange);outline-offset:3px;border-radius:4px}
ul,ol{list-style:none}
h1,h2,h3{color:var(--ink);line-height:1.18}
h2{font-size:clamp(1.7rem,3.2vw,2.4rem);font-weight:800}
.wrap{width:min(1180px,92%);margin:0 auto}
.eyebrow{color:var(--orange);font-weight:700;font-size:.8rem;letter-spacing:3px;text-transform:uppercase;margin-bottom:.75rem;margin-top:1.0rem;}
.wm{position:absolute;pointer-events:none;user-select:none}

/* Buttons */
.btn{display:inline-block;border-radius:28px;font-weight:600;font-size:.95rem;padding:.85rem 1.9rem;transition:transform .15s ease,box-shadow .15s ease;border:0;cursor:pointer}
.btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,.18)}
.btn-orange{background:var(--orange);color:var(--ink)}
.btn-ghost{border:2px solid #5a5a5a;color:#fff}
.btn-ink{background:var(--ink);color:#fff}

/* ---------- Top bar ---------- */
.topbar{background:var(--ink);color:#B9B9B9;font-size:.78rem;padding:.6rem 0}
.topbar-in{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.25rem}
.topbar a{color:var(--orange);font-weight:600}
.topbar .sep{margin:0 .7rem}

/* ---------- Header ---------- */
.header{background:var(--paper)}
.header-in{display:flex;justify-content:space-between;align-items:center;padding:1.3rem 0 1.1rem;gap:1rem;flex-wrap:wrap}
.brand img{width:240px;height:auto}
.header-meta{display:flex;gap:2.6rem}
.hblock{font-size:.75rem;color:var(--muted)}
.hblock strong{color:var(--ink);font-size:.85rem}
.hblock .dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:var(--orange);margin-right:.45rem}
.hblock a{font-weight:500}

/* ---------- Nav ---------- */
.navbar{position:relative;z-index:20;margin-bottom:-33px}
.navbar-bar{background:var(--orange);border-radius:14px;display:flex;align-items:center;justify-content:space-between;padding:.7rem .8rem .7rem 1.7rem;box-shadow:0 10px 24px rgba(0,0,0,.18)}
.nav-menu{display:flex;flex-wrap:wrap}
.nav-menu a{color:var(--ink);font-weight:600;font-size:.9rem;margin-right:1.6rem;padding:.35rem 0;border-bottom:2px solid transparent}
.nav-menu a:hover{border-bottom-color:var(--ink)}
.nav-cta{border-radius:24px;padding:.7rem 1.5rem;font-size:.87rem;white-space:nowrap}
.nav-toggle{display:none;background:none;border:0;width:44px;height:40px;cursor:pointer;padding:8px}
.nav-toggle span{display:block;height:3px;background:var(--ink);border-radius:2px;margin:5px 0;transition:transform .2s ease,opacity .2s ease}

/* ---------- Hero ---------- */
.hero{background:var(--ink);position:relative;overflow:hidden;padding:8.5rem 0 9.5rem}
.wm-hero{right:-16%;top:4%;width:min(900px,70vw);opacity:.9}
.hero-in{position:relative}
.hero h1{color:#fff;font-size:clamp(1.9rem,4.4vw,3.3rem);font-weight:800;max-width:800px}
.hero h1 span{color:var(--orange)}
.hero-sub{color:#B9B9B9;font-size:clamp(.95rem,1.4vw,1.05rem);max-width:640px;margin:1.6rem 0 2.1rem}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}
.hero-micro{color:#8a8a8a;font-size:.82rem;margin-top:1.1rem;font-style:italic}
.hero-checks{display:flex;flex-wrap:wrap;gap:1rem 2.2rem;margin-top:2.6rem}
.hero-checks li{display:flex;align-items:center;color:#D8D8D8;font-size:.85rem;font-weight:500}
.hero-checks img{width:22px;height:auto;margin-right:.6rem;flex:none}

/* ---------- Credibility bar ---------- */
.cred{position:relative;z-index:10;margin-top:-4.2rem;padding-bottom:1rem}
.cred-pill{background:var(--paper);border-radius:60px;box-shadow:var(--shadow);display:flex;align-items:center;padding:1.9rem 3rem;gap:1.5rem}
.cred-label{font-size:1.05rem;font-weight:700;min-width:130px;line-height:1.3}
.cred-stats{display:flex;flex:1;justify-content:space-between;flex-wrap:wrap;gap:1.2rem}
.cred-stats li{text-align:center;max-width:160px}
.cred-stats strong{display:block;color:var(--orange);font-weight:800;font-size:2rem;line-height:1.1}
.cred-stats span{color:var(--muted);font-size:.72rem;line-height:1.35;display:block;margin-top:.15rem}

/* ---------- Founder ---------- */
.founder{padding:6rem 0 5.5rem}
.founder-in{display:flex;gap:4.5rem;align-items:flex-start}
.founder-left{flex:0 0 min(470px,100%);position:relative}
.founder-card{background:var(--ink);border-radius:var(--radius);min-height:430px;position:relative;overflow:hidden}
.wm-founder{left:-20%;bottom:-15%;width:110%}
.founder-card-in{position:relative;padding:2.8rem 2.3rem}
.founder-logo{width:180px;margin-bottom:1.6rem}
.founder-name{color:#fff;font-weight:700;font-size:1.6rem}
.founder-role{color:#B9B9B9;font-size:.88rem;margin-top:.2rem}
.founder-photo-note{color:#5a5a5a;font-size:.75rem;margin-top:8.5rem;font-style:italic}
.founder-chip{position:absolute;right:-1.4rem;bottom:-1.4rem;background:var(--orange);border-radius:16px;padding:1.2rem 1.5rem;text-align:center;box-shadow:0 10px 24px rgba(0,0,0,.16)}
.founder-chip strong{display:block;font-weight:800;font-size:1.8rem;color:var(--ink)}
.founder-chip span{font-size:.68rem;font-weight:600;color:var(--ink);text-transform:uppercase;letter-spacing:1px}
.founder-right{flex:1;min-width:280px;margin-top:0px;}
.founder-right h2{margin-bottom:1.2rem}
.founder-right p{font-size:.95rem;margin-bottom:1rem;max-width:560px}
.founder-stats{display:flex;gap:2.8rem;margin:1.7rem 0 1.9rem;flex-wrap:wrap}
.founder-stats div{border-left:4px solid var(--orange);padding-left:1.1rem}
.founder-stats strong{display:block;font-weight:800;font-size:1.6rem;color:var(--ink)}
.founder-stats span{font-size:.75rem;color:var(--muted);display:block;max-width:190px;line-height:1.4}

/* ---------- Thesis ---------- */
.thesis{background:var(--light);padding:5.7rem 0}
.thesis-in{display:flex;gap:4.3rem;align-items:flex-start}
.thesis-left{flex:1;min-width:290px}
.thesis-left h2 span{color:var(--orange)}
.thesis-left p{font-size:.95rem;margin:1.3rem 0 1.8rem;max-width:560px}
.deploy-label{font-weight:700;font-size:.75rem;letter-spacing:2px;color:var(--muted);text-transform:uppercase;margin-bottom:1rem}
.deploy-list li{display:flex;align-items:center;margin-bottom:.8rem;font-size:.92rem;font-weight:500}
.deploy-list img{width:24px;height:auto;margin-right:.75rem;flex:none}
.thesis-right{flex:0 0 min(490px,100%)}
.quote-card{background:var(--ink);border-radius:var(--radius);padding:2.9rem 2.6rem;position:relative;overflow:hidden;min-height:400px}
.quote-ic{width:44px;margin-bottom:1.8rem}
.quote-card p{color:#fff;font-weight:700;font-size:clamp(1.15rem,1.9vw,1.5rem);line-height:1.45;position:relative}
.quote-card cite{color:#8a8a8a;font-size:.8rem;font-style:italic;display:block;margin-top:2.4rem;position:relative}
.wm-quote{right:-22%;bottom:-22%;width:75%}

/* ---------- Pillars ---------- */
.pillars{padding:6rem 0}
.pillars h2{margin-bottom:2.8rem}
.pillar-row{display:flex;gap:2rem;flex-wrap:wrap}
.pillar-card{flex:1 1 300px;background:var(--light);border-radius:var(--radius);padding:2.2rem 2rem}
.chip{width:62px;height:62px;background:var(--orange);border-radius:14px;margin-bottom:1.4rem;display:flex;align-items:center;justify-content:center}
.pillar-card h3{font-size:1.22rem;font-weight:700}
.pillar-card .tag{color:var(--orange);font-size:.82rem;font-style:italic;margin:.4rem 0 1.1rem}
.pillar-card li{display:flex;align-items:flex-start;margin-bottom:.65rem;font-size:.83rem;line-height:1.5}
.pillar-card li img{width:19px;height:auto;margin:.32rem .65rem 0 0;flex:none}

/* ---------- Process ---------- */
.process{background:var(--light);position:relative;overflow:hidden;padding:5.7rem 0}
.wm-process{right:-14%;top:-22%;width:min(640px,55vw)}
.process h2{margin-bottom:2.8rem;position:relative}
.steps{display:flex;gap:1.6rem;flex-wrap:wrap;position:relative;counter-reset:step}
.step{flex:1 1 230px;background:var(--paper);border-radius:16px;padding:1.9rem 1.7rem}
.step-dark{background:var(--ink)}
.step .n{color:var(--orange);font-weight:800;font-size:2.4rem;display:block;line-height:1}
.step h3{font-size:1.15rem;font-weight:700;margin:.55rem 0 .55rem}
.step-dark h3{color:#fff}
.step p{font-size:.8rem;line-height:1.55;color:var(--muted)}
.step-dark p{color:#B9B9B9}
.measure{text-align:center;color:var(--muted);font-style:italic;font-size:.9rem;margin-top:2.4rem;position:relative}

/* ---------- Testimonials ---------- */
.testi{padding:6rem 0}
.testi-in{display:flex;gap:4.3rem;align-items:flex-start}
.testi-left{flex:1;min-width:290px}
.testi-left h2{margin-bottom:1.2rem}
.testi-left>p{font-size:.95rem;max-width:430px}
.testi-minis{display:flex;gap:1.9rem;margin-top:1.7rem;flex-wrap:wrap}
.mini{max-width:300px}
.mini p{font-size:.8rem;color:var(--muted);line-height:1.55}
.mini strong{display:block;color:var(--ink);font-size:.76rem;margin-top:.5rem}
.testi-right{flex:0 0 min(560px,100%)}
.testi-card{background:var(--light);border-radius:var(--radius);padding:2.7rem 2.5rem}
.testi-mark{width:56px;margin-bottom:1.6rem}
.testi-card blockquote{font-weight:700;font-size:clamp(1.05rem,1.7vw,1.35rem);line-height:1.5;color:var(--ink);min-height:9.5rem}
.testi-card figcaption{margin-top:1.7rem}
.testi-card figcaption strong{color:var(--orange);font-size:.95rem}
.testi-card figcaption span{display:block;color:var(--muted);font-size:.8rem;margin-top:.15rem}
.testi-arrows{margin-top:1.6rem}
.arrow{width:42px;height:42px;border-radius:50%;border:0;background:var(--orange);color:var(--ink);font-size:1.3rem;font-weight:700;cursor:pointer;margin-right:.6rem;transition:transform .15s ease}
.arrow:hover{transform:scale(1.08)}
.arrow-g{background:#EDD9C6}

/* ---------- CTA band ---------- */
.ctaband{padding:0 0 6rem}
.ctabox{display:flex;border-radius:20px;overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,.14);flex-wrap:wrap}
.cta-left{background:var(--orange);flex:0 0 min(400px,100%);padding:3.2rem 2.8rem}
.cta-eyebrow{font-weight:700;font-size:.75rem;letter-spacing:2.5px;color:var(--ink);opacity:.7;text-transform:uppercase}
.cta-left h2{font-size:clamp(1.8rem,3vw,2.4rem);margin-top:.6rem}
.cta-right{background:var(--ink);flex:1 1 400px;padding:3.2rem 3rem;position:relative;overflow:hidden}
.wm-cta{right:-14%;top:-18%;width:52%}
.cta-lead{color:#D8D8D8;font-size:1rem;font-style:italic;max-width:560px;position:relative}
.cta-row{display:flex;gap:2.6rem;margin-top:2.2rem;flex-wrap:wrap;position:relative}
.cta-row li{display:flex;align-items:center;gap:.85rem}
.cta-row .ic{width:46px;height:46px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;flex:none}
.cta-row strong{display:block;font-size:.85rem;color:#fff}
.cta-row a,.cta-row em{font-size:.82rem;color:var(--orange);font-weight:600;font-style:normal}

/* ---------- Footer ---------- */
.footer{background:var(--ink);padding:4.4rem 0 0}
.footer-cols{display:flex;gap:4rem;flex-wrap:wrap}
.fcol-about{max-width:330px}
.fcol-about img{width:180px;margin-bottom:1.3rem}
.fcol-about p{color:#9A9A9A;font-size:.82rem;line-height:1.7}
.fcol h3{color:#fff;font-size:.98rem;font-weight:700;margin-bottom:1.1rem}
.fcol li{display:flex;align-items:center;margin-bottom:.6rem;font-size:.82rem}
.fcol li img{width:16px;height:auto;margin-right:.6rem;flex:none}
.fcol li a,.fcol li span{color:#B9B9B9}
.fcol li a:hover{color:var(--orange)}
.copyright{border-top:1px solid #2c2c2c;margin-top:3.2rem;padding:1.4rem 0;text-align:center;color:var(--muted);font-size:.75rem}
.copyright strong{color:var(--orange);font-weight:600}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1024px){
  .founder-in,.thesis-in,.testi-in{flex-direction:column;gap:3rem}
  .founder-left,.thesis-right,.testi-right{flex:1 1 auto;width:100%}
  .founder-card{min-height:360px}
  .founder-chip{right:rem;bottom:-3.9rem}
  .wm-hero{right:-35%;opacity:.6}
  .header-meta{display:none}
}

@media (max-width:768px){
  .nav-toggle{display:block}
  .nav-menu{display:none;flex-direction:column;width:100%;padding:.6rem 0 .4rem}
  .nav-menu a{margin:0;padding:.55rem .3rem;display:block;font-size:1rem}
  .navbar-bar{flex-wrap:wrap}
  .navbar-bar.open .nav-menu{display:flex}
  .navbar-bar.open .nav-toggle span:nth-child(1){transform:translateY(8px) rotate(45deg)}
  .navbar-bar.open .nav-toggle span:nth-child(2){opacity:0}
  .navbar-bar.open .nav-toggle span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
  .nav-cta{order:-1;margin-left:auto}
  .hero{padding:6.5rem 0 8rem}
  .cred-pill{border-radius:24px;flex-direction:column;align-items:flex-start;padding:1.7rem 1.6rem}
  .cred-stats{justify-content:flex-start;gap:1.4rem 2rem}
  .cred-stats li{text-align:left;max-width:140px}
  .steps{flex-direction:column}
  .ctabox{flex-direction:column}
  .cta-left{flex-basis:auto}
  .footer-cols{gap:2.4rem}
}

@media (max-width:480px){
  .brand img{width:190px}
  .hero h1{font-size:1.75rem}
  .hero-btns .btn{width:100%;text-align:center}
  .founder-card-in{padding:2.1rem 1.6rem}
  .founder-photo-note{margin-top:5.5rem}
  .quote-card{padding:2.1rem 1.7rem;min-height:0}
  .testi-card{padding:2rem 1.6rem}
  .cta-right{padding:2.4rem 1.7rem}
  .cta-row{flex-direction:column;gap:1.2rem}
}

/* ---------- Motion & accessibility ---------- */
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition:none!important;animation:none!important}
}

/* ============================================================
   V2 ADDITIONS — inner pages, founder photo, timeline, form
   ============================================================ */

/* nav active state */
.nav-menu a.active{border-bottom-color:var(--ink)}

/* page hero (inner pages, shorter than homepage hero) */
.page-hero{background:var(--ink);position:relative;overflow:hidden;padding:7rem 0 6rem}
.page-hero h1{color:#fff;font-size:clamp(1.8rem,3.8vw,2.9rem);font-weight:800;max-width:820px}
.page-hero h1 span{color:var(--orange)}
.page-hero .hero-sub{color:#B9B9B9;max-width:700px;margin-top:1.4rem}

/* founder photo card (homepage) */
.founder-card-photo{padding:0}
.founder-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 12%}
.founder-overlay{position:absolute;left:0;right:0;bottom:0;padding:5rem 2.3rem 1.9rem;background:linear-gradient(to top,rgba(20,20,20,.94) 25%,rgba(20,20,20,0))}
.founder-overlay .founder-name{color:#fff;font-weight:700;font-size:1.6rem}
.founder-overlay .founder-role{color:var(--orange);font-size:.88rem;font-weight:600;margin-top:.15rem}

/* about poster */
.poster-frame{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);border-bottom:6px solid var(--orange);background:var(--ink)}
.poster-frame img{width:100%;display:block}
.poster-frame figcaption{color:#B9B9B9;font-size:.78rem;font-style:italic;padding:1rem 1.4rem;line-height:1.5}
.about-intro{padding-top:5rem}

/* services alternating rows */
.svc{padding:4.6rem 0;border-bottom:1px solid #eee}
.svc:nth-of-type(even){background:var(--light);border-bottom:0}
.svc-in{display:flex;gap:4rem;align-items:flex-start}
.svc-flip .svc-in{flex-direction:row-reverse}
.svc-text{flex:1;min-width:300px}
.svc-text h2{margin:1.1rem 0 .3rem}
.svc-text .tag{color:var(--orange);font-style:italic;font-size:.95rem;margin-bottom:1rem}
.svc-text p{font-size:.95rem;max-width:600px;margin-bottom:.9rem}
.svc-ideal{font-size:.85rem;color:var(--muted)}
.svc-list{flex:0 0 min(400px,100%);background:var(--paper);border-radius:var(--radius);padding:1.9rem 1.8rem;box-shadow:0 8px 22px rgba(0,0,0,.07)}
.svc:nth-of-type(even) .svc-list{background:var(--paper)}
.svc-list li{display:flex;align-items:flex-start;margin-bottom:.8rem;font-size:.9rem;line-height:1.5}
.svc-list li img{width:20px;height:auto;margin:.32rem .7rem 0 0;flex:none}

/* AI decode section */
.decode{padding:5.7rem 0}
.decode-in{display:flex;gap:4.3rem;align-items:flex-start}
.decode-left{flex:1;min-width:300px}
.decode-left h2 span{color:var(--orange)}
.decode-left p{font-size:.95rem;max-width:580px;margin:1rem 0}
.decode-right{flex:0 0 min(470px,100%)}
.pillars-gray{background:var(--light)}
.pillar-row-wrap .pillar-card{flex:1 1 340px}
.pillar-card .pbody{font-size:.85rem;color:var(--muted);line-height:1.6;margin-top:.6rem}
.pillar-card-dark{background:var(--ink)}
.pillar-card-dark h3{color:#fff}
.pillar-card-dark .pbody{color:#B9B9B9}
.plink{display:inline-block;margin-top:1rem;color:var(--orange);font-weight:700;font-size:.85rem}
.plink-orange{color:var(--orange)}
.sec-intro{max-width:720px;font-size:.95rem;margin:-1.6rem 0 2.4rem}
.tlink{color:var(--orange);font-weight:600}
.cta-btn{margin-top:1.8rem;position:relative}
.ctaband-pad{padding-top:6rem}

/* work roster */
.case-client{color:var(--orange);font-weight:700;font-size:.8rem;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:.5rem}
.roster{background:var(--light);padding:5.7rem 0}
.roster-groups{display:flex;flex-wrap:wrap;gap:1.6rem;margin-top:2.4rem}
.rgroup{flex:1 1 320px;background:var(--paper);border-radius:var(--radius);padding:1.7rem 1.7rem}
.rgroup h3{font-size:1rem;color:var(--orange);margin-bottom:.5rem}
.rgroup p{font-size:.83rem;color:var(--muted);line-height:1.7}

/* about timeline */
.timeline-sec{background:var(--light);position:relative;overflow:hidden;padding:5.7rem 0}
.timeline{margin-top:2.6rem;position:relative;border-left:3px solid #ddd;padding-left:0}
.titem{position:relative;padding:0 0 2.6rem 3rem}
.titem:last-child{padding-bottom:.5rem}
.tnode{position:absolute;left:-1.05rem;top:.1rem;width:2rem;height:2rem;border-radius:50%;background:var(--paper);box-shadow:0 3px 10px rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center}
.tnode img{width:18px;height:auto}
.tera{color:var(--orange);font-weight:700;font-size:.75rem;letter-spacing:2px;text-transform:uppercase}
.titem h3{font-size:1.35rem;font-weight:800;margin:.2rem 0 .1rem}
.trole{font-weight:600;font-size:.9rem;color:var(--ink)}
.tbody{font-size:.92rem;color:var(--mid);max-width:760px;margin:.55rem 0 .9rem;position:relative}
.tchips{display:flex;flex-wrap:wrap;gap:.5rem}
.tchip{background:var(--paper);border:1px solid #e5e5e5;border-left:3px solid var(--orange);border-radius:8px;padding:.35rem .7rem;font-size:.72rem;font-weight:600;color:var(--ink)}

/* insights */
.acard{flex:1 1 340px;background:var(--light);border-radius:var(--radius);padding:2rem 1.9rem}
.anum{color:var(--orange);font-weight:800;font-size:1.6rem}
.acard h3{font-size:1.1rem;font-weight:700;margin:.4rem 0 .2rem}
.asoon{margin-top:.9rem;font-size:.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--muted)}
.asoon a{color:var(--orange)}
.agrid{gap:1.6rem}

/* contact */
.contact-sec{padding:1rem 0 6rem}
.contact-in{display:flex;gap:4rem;align-items:flex-start}
.contact-form-col{flex:1;min-width:300px}
.contact-form-col h2{margin:.6rem 0 1.6rem}
.cform label{display:block;font-weight:600;font-size:.85rem;color:var(--ink);margin-bottom:1.1rem}
.cform input,.cform textarea,.cform select{display:block;width:100%;margin-top:.4rem;padding:.75rem .9rem;border:2px solid #e2e2e2;border-radius:10px;font-family:inherit;font-size:.9rem;color:var(--mid);background:#fff}
.cform input:focus,.cform textarea:focus,.cform select:focus{outline:none;border-color:var(--orange)}
.frow{display:flex;gap:1.2rem}
.frow label{flex:1}
.fnote{font-size:.75rem;color:var(--muted);margin-top:.9rem}
.fnote a{color:var(--orange);font-weight:600}
.contact-side{flex:0 0 min(430px,100%)}
.contact-card{min-height:0}
.side-logo{margin-bottom:1.8rem;position:relative}
.cta-col{flex-direction:column;gap:1.3rem;margin-top:0}
.side-note{color:#B9B9B9;font-size:.83rem;font-style:italic;line-height:1.65;margin-top:1.9rem;position:relative}

@media (max-width:1024px){
  .svc-in,.decode-in,.contact-in{flex-direction:column;gap:2.6rem}
  .svc-flip .svc-in{flex-direction:column}
  .svc-list,.decode-right,.contact-side{width:100%;flex:1 1 auto}
}
@media (max-width:768px){
  .page-hero{padding:5rem 0 4.2rem}
  .frow{flex-direction:column;gap:0}
  .timeline{border-left-width:2px}
  .titem{padding-left:2.2rem}
}
