/* Axia Luxe — site styles.
   Palette, type and the isometric/diamond motif carried over from the previous
   single-page build so the rewrite is a continuation of the brand, not a reset. */

:root{
  --ink:#1e2833; --ink2:#5a6673; --ink3:#8894a3;
  --blue:#159fdb; --blue-lt:#5cc5f2; --blue-dk:#0d78ab; --blue-tint:#e8f5fc;
  --silver:#98a1ab; --silver-lt:#c9d2da; --graphite:#333e4b;
  --bg:#ffffff; --bg2:#f2f7fb; --bg3:#eaf2f8; --line:#e2eaf1;
  --deep:#182534; --deep2:#213348;
  --shadow:0 24px 60px -30px rgba(21,60,90,.35);
  --shadow-sm:0 12px 30px -18px rgba(21,60,90,.28);
  --header-h:64px;
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 1rem)}
body{font-family:'Inter',system-ui,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased}
h1,h2,h3,.disp{font-family:'Montserrat',sans-serif;line-height:1.1;letter-spacing:-.01em;text-wrap:balance}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:4px}

.wrap{width:min(1160px,92vw);margin:0 auto}
/* Narrow reading column. Shares the wrap's left edge rather than centring its
   own 760px block — a centred column inside a 1160px page reads as misaligned
   against every banner and section heading above it. */
.narrow{width:min(1160px,92vw);margin:0 auto}
.narrow>*{max-width:44rem}

.eyebrow{font-family:'Montserrat';font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;color:var(--blue);font-weight:700}
.btn{display:inline-block;padding:.85rem 1.7rem;border-radius:6px;font-weight:600;font-size:.92rem;transition:.2s;cursor:pointer;border:1.5px solid transparent;font-family:'Inter'}
.btn-blue{background:var(--blue);color:#fff;box-shadow:0 12px 26px -12px rgba(21,159,219,.7)}
.btn-blue:hover{background:var(--blue-dk);transform:translateY(-2px)}
.btn-line{border-color:var(--silver-lt);color:var(--ink)}
.btn-line:hover{border-color:var(--blue);color:var(--blue)}
.btn-white{background:#fff;color:var(--blue-dk);box-shadow:0 14px 30px -12px rgba(0,0,0,.4)}
.btn-white:hover{transform:translateY(-2px)}

.dmark{display:inline-block;width:10px;height:10px;background:linear-gradient(135deg,var(--blue-lt),var(--blue));transform:rotate(45deg);border-radius:2px;margin-right:.6rem;vertical-align:middle}

.skip-link{position:absolute;left:-9999px;top:0;background:var(--blue);color:#fff;padding:.7rem 1.1rem;z-index:100}
.skip-link:focus{left:.5rem;top:.5rem}

/* ---------------------------------------------------------------- header */
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;padding:.7rem 0}
.brand{display:flex;align-items:center;gap:.65rem}
.brand .mark{height:42px;width:auto}
.brand .word{height:21px;width:auto}
.menu{display:flex;align-items:center;gap:1.8rem}
.menu a{font-size:.88rem;font-weight:500;color:var(--ink2);transition:.2s}
.menu a:hover,.menu a.here{color:var(--blue)}
.menu a.here{font-weight:600}
.menu .btn{padding:.55rem 1.2rem;color:#fff}
.burger{display:none;background:none;border:0;color:var(--ink);font-size:1.5rem;cursor:pointer;line-height:1}

/* ------------------------------------------------------------------ hero */
.hero{position:relative;background:linear-gradient(160deg,#eaf4fc 0%,#d3e7f6 55%,#c6dff2 100%);overflow:hidden}
.grid-bg{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(21,120,171,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(21,120,171,.13) 1px,transparent 1px);background-size:46px 46px;mask-image:radial-gradient(circle at 72% 45%,#000,transparent 78%);-webkit-mask-image:radial-gradient(circle at 72% 45%,#000,transparent 78%)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:center;padding:5rem 0 5.5rem}
.hero h1{font-size:clamp(2.6rem,6vw,4.4rem);font-weight:800;margin:1.1rem 0 1.2rem}
.hero h1 .g{color:var(--blue)}
.hero p{font-size:1.2rem;color:var(--ink2);max-width:520px;margin-bottom:2.1rem}
.hero-cta{display:flex;gap:.9rem;flex-wrap:wrap}
.hero-art{display:flex;justify-content:center;align-items:center}
.hero-art svg{width:100%;max-width:440px;height:auto;filter:drop-shadow(0 30px 40px rgba(21,120,171,.25))}

/* page banner for interior pages */
.banner{position:relative;background:linear-gradient(160deg,#eaf4fc 0%,#dcecf8 60%,#d2e6f4 100%);overflow:hidden;border-bottom:1px solid var(--line)}
.banner .wrap{position:relative;padding:3.4rem 0 3.6rem}
.banner h1{font-size:clamp(2.1rem,5vw,3.2rem);font-weight:800;margin:.8rem 0 .8rem}
.banner p{font-size:1.12rem;color:var(--graphite);max-width:38rem}

.strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.strip .wrap{display:flex;align-items:center;justify-content:center;gap:2.5rem;padding:1.1rem 0;flex-wrap:wrap;font-family:'Montserrat';font-weight:600;font-size:.92rem;color:var(--silver);letter-spacing:.02em}
.strip b{color:var(--graphite)}

/* --------------------------------------------------------------- sections */
section{padding:5rem 0}
section.tight{padding:3.5rem 0}
.alt{background:var(--bg2)}
.sec-head{max-width:640px;margin-bottom:3rem}
h2{font-size:clamp(1.9rem,4vw,2.7rem);font-weight:800;margin:.7rem 0 1rem;color:var(--ink)}
.sec-head p{color:var(--ink2);font-size:1.08rem}

/* --------------------------------------------------------------- services */
/* Five services on a 3-wide grid leaves an orphan on the second row, so the
   primary card spans two columns: 2+1 then 1+1+1 fills both rows exactly, and
   the emphasis lands where the studio's focus actually is. */
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.svc-grid .svc.primary{grid-column:span 2}
@media(max-width:1000px){
  .svc-grid{grid-template-columns:repeat(2,1fr)}
  .svc-grid .svc.primary{grid-column:span 2}
}
@media(max-width:620px){
  .svc-grid{grid-template-columns:1fr}
  .svc-grid .svc.primary{grid-column:span 1}
}
.svc{background:#fff;border:1px solid var(--line);border-radius:14px;padding:2rem;transition:.2s;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:.55rem}
.svc::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--silver-lt)}
.svc:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}
.svc.primary{background:linear-gradient(180deg,var(--blue-tint),#fff);border-color:#bfe6f7}
.svc.primary::before{background:linear-gradient(90deg,var(--blue),var(--blue-lt))}
.svc .flag{position:absolute;top:1.4rem;right:1.4rem;font-family:'Montserrat';font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--blue)}
.svc .ic{width:52px;height:52px;border-radius:12px;display:grid;place-items:center;margin-bottom:.7rem;background:var(--bg3);border:1px solid var(--line)}
.svc.primary .ic{background:#fff;border-color:#bfe6f7}
.svc .ic svg{width:26px;height:26px}
.svc h3{font-family:'Montserrat';font-size:1.3rem;font-weight:700}
.svc p{color:var(--ink2);font-size:.96rem}
.svc .lede{color:var(--graphite);font-weight:500}

/* detail rows on the services page */
.detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;padding:2.6rem 0;border-bottom:1px solid var(--line)}
.detail:last-child{border-bottom:0}
.detail h2{font-family:'Montserrat';font-size:1.75rem;font-weight:800;margin-bottom:.5rem}
.detail .lede{font-family:'Montserrat';font-size:1.05rem;font-weight:600;color:var(--blue-dk);margin-bottom:.9rem}
.detail p{color:var(--ink2)}
.badge-new{display:inline-block;font-family:'Montserrat';font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;background:var(--blue);color:#fff;border-radius:4px;padding:.2rem .5rem;vertical-align:3px;margin-left:.5rem}

.checks{list-style:none;display:flex;flex-direction:column;gap:.6rem;background:var(--bg2);border:1px solid var(--line);border-radius:14px;padding:1.5rem 1.6rem}
.checks li{display:flex;gap:.7rem;align-items:flex-start;font-size:.95rem}
.checks li::before{content:"";width:9px;height:9px;flex:none;margin-top:.55rem;transform:rotate(45deg);border-radius:2px;background:linear-gradient(135deg,var(--blue-lt),var(--blue))}

/* ------------------------------------------------------------------ apps */
.apps{background:linear-gradient(165deg,var(--deep),var(--deep2));position:relative}
.apps .eyebrow{color:var(--blue-lt)}
.apps h2{color:#fff}
.apps .sec-head p{color:#9fb0c2}
.app{display:grid;grid-template-columns:1.12fr .88fr;gap:3.5rem;align-items:center;padding:2.5rem 0}
/* DOM order is text-then-phone for every block; this is what actually
   alternates them on desktop. */
@media(min-width:861px){.app.rev .phone-col{order:-1}}
.app-txt h3{font-family:'Montserrat';font-size:2.1rem;font-weight:800;margin-bottom:.25rem;color:#fff}
.app-txt .tag{font-family:'Montserrat';font-size:1.15rem;font-weight:700;margin-bottom:1rem}
.app-txt p{color:#a9b8c8;margin-bottom:1.4rem}
.app-txt .badge{display:inline-flex;align-items:center;gap:.4rem;font-family:'Montserrat';font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;padding:.4rem .85rem;border-radius:999px;margin-bottom:1rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:#c9d6e4}
.feat{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:.55rem 1.4rem;margin-bottom:1.6rem}
.feat li{position:relative;padding-left:1.4rem;font-size:.92rem;color:#dbe4ee}
.feat li::before{content:"";position:absolute;left:0;top:.45em;width:9px;height:9px;transform:rotate(45deg);border-radius:2px;background:var(--accent,var(--blue))}
.meta{font-size:.82rem;color:#8397ab;letter-spacing:.02em}
.meta a{font-weight:600}
.why{border-left:3px solid rgba(255,255,255,.18);padding-left:1.1rem;color:#9fb0c2;font-size:.95rem;margin-bottom:1.4rem;font-style:italic}
.phone-col{display:flex;justify-content:center}
.phone{width:248px;height:508px;border-radius:40px;padding:11px;background:linear-gradient(160deg,#e8edf2,#c9d2da);box-shadow:var(--shadow),inset 0 1px 2px rgba(255,255,255,.9);border:1px solid #d5dde4}
.screen{width:100%;height:100%;border-radius:30px;overflow:hidden;position:relative;display:flex;flex-direction:column;color:#fff;padding:1.6rem 1.25rem}
.screen .notch{position:absolute;top:11px;left:50%;transform:translateX(-50%);width:78px;height:18px;background:rgba(0,0,0,.25);border-radius:0 0 12px 12px}
.screen .app-logo{font-family:'Montserrat';font-weight:800;font-size:1.3rem;margin-top:1.6rem}
.screen .app-sub{font-size:.77rem;opacity:.9;margin-top:.3rem}
.screen .chips{margin-top:auto;display:flex;flex-direction:column;gap:.5rem}
.screen .chip{background:rgba(255,255,255,.2);border-radius:12px;padding:.6rem .8rem;font-size:.75rem}
.rv-screen{background:linear-gradient(165deg,#1f8fe6,#0c3f88)}
.sprout-screen{background:linear-gradient(165deg,#2f6a41,#5cbf78)}

/* ------------------------------------------------------------------ work */
.work-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(19rem,1fr));gap:1.4rem}
.work{display:flex;flex-direction:column;gap:.45rem;background:#fff;border:1px solid var(--line);border-radius:14px;padding:1.9rem;transition:.2s}
/* Scoped to the anchor: the RECENT cards are plain divs, and lifting them on
   hover promised a click that goes nowhere. */
a.work:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm);border-color:#cfe6f4}
.work .k{font-family:'Montserrat';font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink3);font-weight:700}
.work h3{font-family:'Montserrat';font-size:1.3rem;font-weight:700;margin:.25rem 0}
.work p{color:var(--ink2);font-size:.93rem}
.work .arrow{color:var(--blue);font-size:.88rem;font-weight:600;margin-top:.5rem;display:inline-block}
.pills{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.7rem}
.pill{font-family:'Montserrat';font-size:.7rem;font-weight:600;background:var(--bg2);border:1px solid var(--line);border-radius:999px;padding:.25rem .7rem;color:var(--graphite)}

.sectors{display:flex;flex-wrap:wrap;gap:.6rem}
.sector{font-family:'Montserrat';font-weight:600;font-size:.9rem;background:#fff;border:1px solid var(--line);border-radius:999px;padding:.5rem 1.05rem;color:var(--graphite)}

/* ---------------------------------------------------------------- studio */
.about-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:3.5rem;align-items:start}
.about-grid p{color:var(--ink2);font-size:1.05rem;margin-bottom:1rem}
.partners{background:var(--bg2);border:1px solid var(--line);border-radius:16px;padding:2rem}
.partners .h{font-family:'Montserrat';font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink3);font-weight:700;margin-bottom:1rem}
.partner{display:flex;align-items:center;gap:.9rem;padding:.7rem 0;border-bottom:1px solid var(--line)}
.partner:last-child{border:0}
.av{width:42px;height:42px;border-radius:10px;background:linear-gradient(135deg,var(--blue),var(--blue-dk));display:grid;place-items:center;font-family:'Montserrat';font-weight:800;color:#fff}
.partner b{font-weight:600}
.partner .role{font-size:.85rem;color:var(--ink3)}

.principles{display:grid;grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));gap:1.3rem}
.principle{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1.7rem;display:flex;flex-direction:column;gap:.5rem}
.principle h3{font-family:'Montserrat';font-size:1.12rem;font-weight:700}
.principle p{color:var(--ink2);font-size:.94rem}

/* --------------------------------------------------------------- contact */
.contact{position:relative;background:linear-gradient(120deg,#0d78ab,#159fdb 55%,#5cc5f2);color:#fff;text-align:center;clip-path:polygon(0 4%,100% 0,100% 100%,0 96%);padding:7rem 0}
/* pointer-events:none is load-bearing, not tidiness: this decorative grid covers
   the whole band including the button, so without it every call to action above
   the footer silently swallowed its own clicks. */
.contact::after{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px);background-size:40px 40px;opacity:.6}
.contact .in{position:relative;z-index:1}
.contact .eyebrow{color:rgba(255,255,255,.85)}
.contact h2{color:#fff;font-size:clamp(2rem,5vw,3rem)}
.contact p{color:rgba(255,255,255,.9);font-size:1.15rem;max-width:520px;margin:1rem auto 2rem}

.contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1.3rem}
.ccard{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1.8rem;display:flex;flex-direction:column;gap:.4rem}
.ccard .k{font-family:'Montserrat';font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink3);font-weight:700}
.ccard .v{font-family:'Montserrat';font-size:1.25rem;font-weight:700}
.ccard .v a:hover{color:var(--blue)}
.ccard p{color:var(--ink2);font-size:.92rem}

/* ---------------------------------------------------------------- footer */
footer{background:#16202c;padding:3rem 0 2.5rem;color:#8397ab;font-size:.85rem}
.foot-top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.09);margin-bottom:1.6rem}
.foot-top .foot-h{font-family:'Montserrat';font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:#fff;font-weight:700;margin-bottom:.9rem}
.foot-top ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}
.foot-top a:hover{color:var(--blue-lt)}
.foot-blurb{color:#8397ab;max-width:26rem;margin-top:.8rem}
.foot-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
footer .mark{height:34px}
footer .fbrand{display:flex;align-items:center;gap:.6rem}
footer .fbrand b{font-family:'Montserrat';font-weight:800;letter-spacing:.16em;color:#fff;font-size:1rem}
footer a{color:#b8c4d2}
footer a:hover{color:var(--blue-lt)}

/* ------------------------------------------------------------------- 404 */
.oops{text-align:center;padding:6rem 0}
.oops h1{font-size:clamp(1.9rem,4vw,2.7rem);font-weight:800}
.oops h1.code{font-size:clamp(3rem,10vw,6rem);color:var(--blue)}
.oops p{color:var(--ink2);font-size:1.1rem;margin:1rem auto 2rem;max-width:34rem}

@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

@media(max-width:860px){
  .menu{position:fixed;inset:var(--header-h) 0 auto 0;flex-direction:column;background:#fff;border-bottom:1px solid var(--line);padding:1.5rem;gap:1.1rem;display:none}
  .menu.open{display:flex}
  .burger{display:block}
  .hero-grid,.app,.about-grid,.detail,.foot-top{grid-template-columns:1fr;gap:2rem}
  .hero-art{order:-1;max-width:320px;margin:0 auto}
  .feat{grid-template-columns:1fr}
  section{padding:3.5rem 0}
}

/* Axia Signal — findings grid */
.found-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1.3rem}
.found{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1.7rem;display:flex;flex-direction:column;gap:.5rem}
.found .fn{font-family:'Montserrat';font-weight:800;font-size:2.4rem;line-height:1;color:var(--blue);font-variant-numeric:tabular-nums}
.found p{color:var(--ink2);font-size:.94rem}

/* The 404 is deliberately centred, so it opts back out of the left-aligned rule. */
.oops .narrow>*{max-width:none}

/* ------------------------------------------------------------ contact form */
.contact-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:3rem;align-items:start}
.cform{display:flex;flex-direction:column;gap:1.1rem}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}
.field{display:flex;flex-direction:column;gap:.4rem}
.field label{font-family:'Montserrat';font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--graphite)}
.field .opt{font-weight:500;text-transform:none;letter-spacing:0;color:var(--ink3)}
.field input,.field select,.field textarea{font-family:'Inter';font-size:.98rem;color:var(--ink);background:#fff;border:1px solid var(--silver-lt);border-radius:8px;padding:.75rem .9rem;width:100%;transition:.15s}
.field textarea{resize:vertical;min-height:8rem;line-height:1.6}
.field input:hover,.field select:hover,.field textarea:hover{border-color:var(--blue-lt)}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-tint)}
.cform .btn-row{display:flex;align-items:center;gap:1.1rem;flex-wrap:wrap;margin-top:.3rem}
.cform button{border:0;cursor:pointer}
.reassure{font-size:.88rem;color:var(--ink3)}
/* Honeypot: off-screen rather than display:none, which some bots skip. */
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.caside{display:flex;flex-direction:column;gap:1.1rem}
@media(max-width:860px){
  .contact-layout{grid-template-columns:1fr;gap:2.2rem}
  .frow{grid-template-columns:1fr}
}

/* Turnstile sits in the submit row; keep it from stretching the button line. */
.cform .btn-row .cf-turnstile{flex:0 0 auto}
