/* ============================================================
   FLETCH DIGITAL — COMPLETE DESIGN SYSTEM
   Dark #0a0a0f · Premium gold #D4AF37 · self-contained
   ============================================================ */
:root{
  --ink:#0a0a0f; --ink2:#0d0d13; --panel:#121219; --panel2:#16161e;
  --gold:#D4AF37; --gold-lt:#F0D68A; --gold-dp:#A8862A;
  --silver:#E8E9EC; --gray:#9AA0AA; --gray-dim:#6E747E;
  --line:rgba(212,175,55,.22); --line-2:rgba(212,175,55,.42);
  --f-display:'Sora',system-ui,-apple-system,'Segoe UI',sans-serif;
  --f-body:'Manrope',system-ui,-apple-system,'Segoe UI',sans-serif;
  --f-mono:'IBM Plex Mono',ui-monospace,'SF Mono',monospace;
  --shell:1180px; --r:16px;
  color-scheme:dark;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:84px;background:var(--ink)}
body{margin:0;background:var(--ink);color:var(--silver);font-family:var(--f-body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;overflow-x:clip}
img,svg,canvas,video{max-width:100%;display:block}
h1,h2,h3,h4,h5{font-family:var(--f-display);line-height:1.16;letter-spacing:-.022em;margin:0 0 .5em;font-weight:700}
h1{font-size:clamp(2.1rem,5vw,3.5rem);font-weight:800}
h2{font-size:clamp(1.65rem,3.5vw,2.55rem)}
h3{font-size:clamp(1.28rem,2.3vw,1.72rem)}
h4{font-size:1.13rem}
p{margin:0 0 1em}
a{color:var(--gold);text-decoration:none;transition:color .22s ease}
a:hover{color:var(--gold-lt)}
strong,b{color:var(--silver)}
:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:4px}
::selection{background:rgba(212,175,55,.3);color:#fff}
.shell{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:24px}
section{padding:84px 0;position:relative}
.hairline{height:1px;border:0;margin:0;background:linear-gradient(90deg,transparent,var(--line),transparent)}
.gold{color:var(--gold)}
.silver-text{color:var(--silver)}
.lede{font-size:1.06rem;color:var(--gray)}
.eyebrow{font-family:var(--f-mono);font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin:0 0 .9em}
.section-head{margin-bottom:48px;max-width:76ch}
.section-head.center{margin-inline:auto;text-align:center}
.section-head.center .lede{max-width:66ch;margin-inline:auto}
.eyebrow.center{text-align:center}
.plaque{background:linear-gradient(165deg,rgba(255,255,255,.05),rgba(255,255,255,.014));border:1px solid var(--line);border-radius:var(--r);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
@supports not ((backdrop-filter:blur(2px)) or (-webkit-backdrop-filter:blur(2px))){.plaque{background:var(--panel)}}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .7s cubic-bezier(.22,.61,.36,1)}
.reveal.in{opacity:1;transform:none}
.reveal[data-d="1"]{transition-delay:.09s}
.reveal[data-d="2"]{transition-delay:.18s}
.reveal[data-d="3"]{transition-delay:.27s}
.reveal[data-d="4"]{transition-delay:.36s}
.reveal[data-d="5"]{transition-delay:.45s}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 24px;border-radius:999px;border:1px solid transparent;font-family:var(--f-display);font-weight:700;font-size:.83rem;line-height:1.3;text-align:center;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease}
.btn svg{flex:0 0 auto}
.btn-gold{background:linear-gradient(135deg,var(--gold-lt),var(--gold) 55%,var(--gold-dp));color:#0b0b10;box-shadow:0 6px 22px -8px rgba(212,175,55,.7)}
.btn-gold:hover{color:#0b0b10;transform:translateY(-2px);box-shadow:0 12px 30px -8px rgba(212,175,55,.85)}
.btn-ghost{background:rgba(255,255,255,.02);border-color:var(--line);color:var(--silver)}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}
.btn-sm{padding:9px 16px;font-size:.71rem;letter-spacing:.02em}
.btn-block{width:100%;margin-top:16px}
.btn[disabled]{opacity:.6;cursor:default;transform:none}

/* ---------- header ---------- */
.masthead{position:sticky;top:0;z-index:70;background:rgba(10,10,15,.82);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
@supports not ((backdrop-filter:blur(2px)) or (-webkit-backdrop-filter:blur(2px))){.masthead{background:#0a0a0f}}
.masthead .shell{display:flex;align-items:center;gap:18px;min-height:72px}
.brand{display:flex;align-items:center;gap:11px;color:var(--silver)}
.brand:hover{color:var(--silver)}
.brand img{object-fit:contain;filter:drop-shadow(0 0 12px rgba(212,175,55,.35));transition:filter .4s ease,transform .4s ease}
.brand:hover img{filter:drop-shadow(0 0 18px rgba(212,175,55,.65));transform:rotate(-4deg)}
.brand-text{display:flex;flex-direction:column;line-height:1.1}
.brand-name{font-family:var(--f-display);font-weight:800;font-size:1.02rem;letter-spacing:-.02em}
.brand-sub{font-family:var(--f-mono);font-size:.55rem;letter-spacing:.26em;text-transform:uppercase;color:var(--gold)}
.nav{display:flex;gap:26px;margin-left:auto}
.nav a{color:var(--gray);font-size:.87rem;font-weight:600}
.nav a:hover{color:var(--gold)}
.masthead .btn-sm{white-space:nowrap;flex:0 0 auto}
.burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;margin-left:auto;background:none;border:0;cursor:pointer}
.burger span{display:block;width:23px;height:2px;border-radius:2px;background:var(--gold);transition:transform .3s ease,opacity .2s ease}
.burger.on span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.on span:nth-child(2){opacity:0}
.burger.on span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ---------- drawer ---------- */
.drawer{position:fixed;top:0;right:0;z-index:95;width:min(320px,86vw);height:100vh;height:100dvh;padding:90px 26px 34px;display:flex;flex-direction:column;gap:2px;background:#0b0b11;border-left:1px solid var(--line);box-shadow:-26px 0 64px rgba(0,0,0,.65);transform:translateX(102%);visibility:hidden;transition:transform .34s cubic-bezier(.22,.61,.36,1),visibility .34s;overflow-y:auto;overscroll-behavior:contain}
.drawer.open{transform:none;visibility:visible}
.drawer a{padding:15px 4px;font-family:var(--f-display);font-size:1.02rem;font-weight:600;color:var(--silver);border-bottom:1px solid rgba(255,255,255,.06)}
.drawer a:hover{color:var(--gold)}
.drawer .btn{margin-top:20px;border-bottom:0;white-space:normal}
.drawer .btn-gold{color:#0b0b10}
.scrim{position:fixed;inset:0;z-index:90;background:rgba(4,4,7,.68);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s}
.scrim.open{opacity:1;visibility:visible}
body.lock{overflow:hidden}

/* ---------- hero ---------- */
.hero{position:relative;isolation:isolate;padding:70px 0 90px;overflow:hidden;background:var(--ink)}
#net{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}
.hero-glow{position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(58% 44% at 50% 4%,rgba(212,175,55,.17),transparent 70%),radial-gradient(44% 38% at 86% 66%,rgba(212,175,55,.10),transparent 72%)}
.hero .shell{position:relative;z-index:2}
.hero-copy{max-width:860px}
.hero-logo{object-fit:contain;filter:drop-shadow(0 0 34px rgba(212,175,55,.42));animation:float 7s ease-in-out infinite}
.line-lead{display:block;font-family:var(--f-mono);font-size:.62rem;font-weight:500;letter-spacing:.34em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5em}
h1 .gold{display:block}
.hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 24px}
.hero-meta{display:flex;flex-wrap:wrap;gap:10px 26px;font-family:var(--f-mono);font-size:.66rem;letter-spacing:.11em;text-transform:uppercase;color:var(--gray-dim)}
.hero-meta span{position:relative;padding-left:15px}
.hero-meta span::before{content:"";position:absolute;left:0;top:.52em;width:6px;height:6px;border-radius:50%;background:var(--gold);opacity:.75}

/* ---------- hero metric panels ---------- */
.hero-metrics{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:100%;max-width:1040px;margin:44px auto 0}
.metric{min-width:0;overflow:hidden;contain:layout paint;display:flex;flex-direction:column;gap:14px;padding:20px 20px 18px;border-radius:16px;background:linear-gradient(165deg,rgba(255,255,255,.055),rgba(255,255,255,.014));border:1px solid var(--line);box-shadow:0 10px 30px rgba(0,0,0,.45),0 0 24px -10px rgba(212,175,55,.55);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.metric:hover{transform:translateY(-3px);border-color:var(--line-2);box-shadow:0 16px 40px rgba(0,0,0,.5),0 0 36px -8px rgba(212,175,55,.7)}
.metric-head{display:flex;align-items:flex-start;gap:13px;min-width:0}
.metric-ic{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:var(--gold-lt);background:rgba(212,175,55,.14);border:1px solid rgba(212,175,55,.32);box-shadow:0 0 18px -7px rgba(212,175,55,.8)}
.metric-ic svg{width:20px;height:20px}
.metric-txt{min-width:0}
.metric-title{margin:0 0 5px;font-size:1.06rem;line-height:1.24;font-weight:700;color:var(--silver);overflow-wrap:break-word}
.metric-sub{margin:0;font-family:var(--f-mono);font-size:.655rem;line-height:1.35;letter-spacing:.085em;text-transform:uppercase;color:var(--gold);overflow-wrap:break-word}
.metric-vis{height:62px;flex:0 0 62px;margin-top:auto;overflow:hidden;border-radius:9px}
.metric-vis svg{width:100%;height:62px}
.m-bars .mb{fill:var(--gold);transform-box:fill-box;transform-origin:bottom;animation:bar 2.8s cubic-bezier(.4,0,.2,1) infinite}
.m-bars .mb:nth-of-type(2){animation-delay:.12s}
.m-bars .mb:nth-of-type(3){animation-delay:.24s}
.m-bars .mb:nth-of-type(4){animation-delay:.36s}
.m-bars .mb:nth-of-type(5){animation-delay:.48s}
.m-bars .mb:nth-of-type(6){animation-delay:.6s}
@keyframes bar{0%,100%{transform:scaleY(.4);opacity:.32}45%{transform:scaleY(1);opacity:.96}72%{transform:scaleY(.82);opacity:.62}}
.m-line .ml-fill{fill:rgba(212,175,55,.15);opacity:0;animation:mfade 3.4s ease-in-out infinite}
.m-line .ml-path{fill:none;stroke:var(--gold-lt);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:200;stroke-dashoffset:200;filter:drop-shadow(0 0 5px rgba(212,175,55,.6));animation:mdraw 3.4s cubic-bezier(.5,0,.2,1) infinite}
.m-line .ml-dot{fill:var(--gold-lt);opacity:0;filter:drop-shadow(0 0 6px rgba(212,175,55,.9));animation:mpop 3.4s ease-in-out infinite}
@keyframes mdraw{0%{stroke-dashoffset:200}55%,90%{stroke-dashoffset:0}100%{stroke-dashoffset:0;opacity:0}}
@keyframes mfade{0%,25%{opacity:0}62%,90%{opacity:1}100%{opacity:0}}
@keyframes mpop{0%,52%{opacity:0}64%,90%{opacity:1}100%{opacity:0}}
.m-flow .mf-track{fill:none;stroke:rgba(212,175,55,.25);stroke-width:2.4;stroke-linecap:round}
.m-flow .mf-pulse{fill:none;stroke:var(--gold-lt);stroke-width:2.4;stroke-linecap:round;stroke-dasharray:14 96;filter:drop-shadow(0 0 5px rgba(212,175,55,.8));animation:mpulse 2.6s linear infinite}
@keyframes mpulse{from{stroke-dashoffset:110}to{stroke-dashoffset:0}}
.m-flow .mf-node{fill:var(--ink);stroke:var(--gold);stroke-width:2.4;animation:mnode 2.6s ease-in-out infinite}
.m-flow .n2{animation-delay:.55s}
.m-flow .n3{animation-delay:1.1s}
@keyframes mnode{0%,100%{stroke:rgba(212,175,55,.42)}40%{stroke:var(--gold-lt)}}

/* ---------- about ---------- */
.about-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:44px;align-items:start}
.about-copy p{color:var(--gray)}
.note{display:flex;padding:17px 19px;border-left:3px solid var(--gold);background:rgba(212,175,55,.07);border-radius:0 12px 12px 0;margin-top:24px;color:var(--gray)}
.creed{display:grid;gap:14px}
.creed-item{padding:20px 22px}
.creed-item h4{margin:0 0 6px;color:var(--gold-lt)}
.creed-item p{margin:0;font-size:.9rem;color:var(--gray)}
.stat-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:20px;text-align:center}
.stat{padding:17px 8px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.02)}
.stat b{display:block;font-family:var(--f-display);font-size:1.3rem;color:var(--gold)}
.stat span{font-size:.68rem;color:var(--gray-dim);letter-spacing:.04em}

/* ---------- services ---------- */
.svc-group{margin-bottom:60px}
.svc-group:last-of-type{margin-bottom:0}
.svc-group-head{margin-bottom:26px;max-width:70ch}
.svc-group-head h3{margin-bottom:.35em}
.svc-group-head p{color:var(--gray);margin:0}
.svc-grid,.why-grid,.work-grid,.book-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(288px,1fr));gap:20px}
.card{display:flex;flex-direction:column;padding:26px;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.card:hover{transform:translateY(-4px);border-color:var(--line-2);box-shadow:0 18px 44px rgba(0,0,0,.45)}
.card.featured{border-color:rgba(212,175,55,.5);box-shadow:0 0 34px -14px rgba(212,175,55,.75)}
.card>p{color:var(--gray);font-size:.94rem}
.tag{align-self:flex-start;padding:4px 12px;border-radius:999px;background:rgba(212,175,55,.16);border:1px solid var(--line-2);color:var(--gold);font-family:var(--f-mono);font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;margin-bottom:13px}
.feat{list-style:none;padding:0;margin:14px 0 0;display:grid;gap:10px}
.feat li{position:relative;padding-left:23px;font-size:.89rem;color:var(--gray)}
.feat li::before{content:"";position:absolute;left:0;top:.5em;width:9px;height:9px;border-radius:50%;background:rgba(212,175,55,.3);border:1px solid var(--gold)}
.price-block{margin-top:auto;padding-top:20px}
.price-block::before{content:"";display:block;height:1px;background:var(--line);margin-bottom:18px}
.price{display:flex;align-items:baseline;gap:9px}
.price b{font-family:var(--f-display);font-size:2rem;font-weight:800;color:var(--gold)}
.price em{font-style:normal;font-family:var(--f-mono);font-size:.63rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gray-dim)}
.upkeep{margin:7px 0 0;font-size:.78rem;color:var(--gray-dim)}
.upkeep b{color:var(--gray)}
.price-note,.placeholder-note{text-align:center;font-family:var(--f-mono);font-size:.72rem;letter-spacing:.08em;color:var(--gray-dim);margin-top:34px}

/* ---------- booking ---------- */
.step{padding:24px}
.step i{display:block;font-style:normal;font-family:var(--f-mono);font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:9px}
.step h4{margin:0 0 7px}
.step p{margin:0;font-size:.9rem;color:var(--gray)}
.cal-wrap{margin-top:28px;padding:14px;overflow:hidden}
.cal-embed{min-height:640px;border-radius:12px;overflow:hidden;display:grid;place-items:center;background:rgba(255,255,255,.015)}
.cal-embed iframe{width:100%;min-height:640px;border:0;display:block}
.cal-fallback{display:grid;justify-items:center;gap:15px;text-align:center;padding:38px 22px}
.cal-fallback img{width:96px;height:96px;object-fit:contain;filter:drop-shadow(0 0 22px rgba(212,175,55,.4))}

/* ---------- work ---------- */
.work{padding:0;overflow:hidden;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.work:hover{transform:translateY(-4px);border-color:var(--line-2);box-shadow:0 18px 44px rgba(0,0,0,.45)}
.work-vis{position:relative;width:100%;aspect-ratio:8/5;overflow:hidden;contain:layout paint;background:#0a0c10;border-bottom:1px solid var(--line)}
.work-img{position:absolute;inset:0;width:100%;height:100%;transition:transform .55s cubic-bezier(.22,.61,.36,1)}
.work:hover .work-img{transform:scale(1.045)}
.work-body{padding:22px}
.work-body h4{margin:0 0 8px}
.work-body p{margin:0;font-size:.9rem;color:var(--gray)}
.chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}
.chip{padding:5px 11px;border-radius:999px;background:rgba(212,175,55,.09);border:1px solid rgba(212,175,55,.28);color:var(--gold);font-family:var(--f-mono);font-size:.63rem;letter-spacing:.05em}

/* ---------- trust ---------- */
.why{padding:26px}
.why h4{margin:0 0 8px}
.why p{margin:0;font-size:.9rem;color:var(--gray)}
.why .ic{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:rgba(212,175,55,.13);border:1px solid var(--line);margin-bottom:16px;box-shadow:0 0 18px -8px rgba(212,175,55,.8)}
.why .ic svg{width:23px;height:23px;fill:none;stroke:var(--gold-lt);stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}

/* ---------- contact ---------- */
.contact-grid{display:grid;grid-template-columns:1.28fr .72fr;gap:22px;align-items:start}
.form-card{padding:30px}
.field{display:grid;gap:8px;margin-bottom:17px;min-width:0}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.field label{font-family:var(--f-mono);font-size:.63rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold)}
input,select,textarea{width:100%;padding:12px 14px;font-family:var(--f-body);font-size:.93rem;color:var(--silver);background-color:#0e0e15;border:1px solid var(--line);border-radius:11px;-webkit-appearance:none;appearance:none;transition:border-color .22s ease,box-shadow .22s ease}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(212,175,55,.14)}
input::placeholder,textarea::placeholder{color:var(--gray-dim);opacity:1}
textarea{min-height:132px;resize:vertical;line-height:1.6}
select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='2.2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 13px center;background-size:15px;padding-right:40px;cursor:pointer}
select option,select optgroup{background-color:#0e0e15;color:var(--silver)}
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{-webkit-text-fill-color:var(--silver);-webkit-box-shadow:0 0 0 60px #0e0e15 inset;caret-color:var(--silver)}
.hp{position:absolute!important;left:-9999px;width:1px;height:1px;overflow:hidden}
.form-msg{margin-top:15px;font-size:.9rem;line-height:1.55}
.form-msg.ok{padding:14px 16px;border-radius:12px;color:var(--gold-lt);font-weight:600;background:rgba(212,175,55,.16);border:1px solid rgba(212,175,55,.5)}
.contact-side{display:grid;gap:14px}
.info{display:block;padding:20px 22px;color:var(--silver)}
a.info:hover{border-color:var(--line-2);color:var(--silver)}
.info i{display:block;font-style:normal;font-family:var(--f-mono);font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:7px}
.info b{display:block;font-size:.95rem;margin-bottom:4px;overflow-wrap:anywhere}
.info small{display:block;color:var(--gray-dim);font-size:.78rem;line-height:1.5}
.socials{display:flex;gap:10px}
.socials a{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;border:1px solid var(--line);background:rgba(255,255,255,.02)}
.socials a:hover{border-color:var(--gold);background:rgba(212,175,55,.1)}
.socials svg{width:17px;height:17px;fill:var(--gold)}

/* ---------- footer ---------- */
.footer{border-top:1px solid var(--line);padding:60px 0 30px;background:rgba(8,8,12,.55)}
.foot-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:34px}
.foot-brand img{width:88px;height:88px;object-fit:contain;margin-bottom:14px;filter:drop-shadow(0 0 20px rgba(212,175,55,.3))}
.foot-brand p{font-size:.87rem;color:var(--gray);max-width:38ch}
.foot-col h5{font-family:var(--f-mono);font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin:0 0 15px}
.foot-col ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.foot-col a{color:var(--gray);font-size:.87rem}
.foot-col a:hover{color:var(--gold)}
.foot-base{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:44px;padding-top:22px;border-top:1px solid var(--line);font-size:.78rem;color:var(--gray-dim)}
.foot-base p{margin:0}

/* ---------- chatbot ---------- */
.bot-launch{position:fixed;right:20px;bottom:20px;z-index:80;width:60px;height:60px;padding:0;border-radius:50%;border:1px solid var(--line-2);background:linear-gradient(150deg,#1a1a22,#0b0b11);cursor:pointer;display:grid;place-items:center;box-shadow:0 12px 34px rgba(0,0,0,.55),0 0 26px -10px rgba(212,175,55,.8);transition:transform .25s ease}
.bot-launch:hover{transform:scale(1.07)}
.bot-launch img{object-fit:contain;position:absolute;left:50%;top:50%;transform:translate(-50.96%,-40.39%);margin:0!important}
.bot-launch.hide{display:none}
.ping{position:absolute;top:4px;right:4px;width:11px;height:11px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 3px #0a0a0f;animation:ping 2s ease-in-out infinite}
@keyframes ping{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.82)}}
.bot{position:fixed;right:20px;bottom:20px;z-index:85;width:min(384px,calc(100vw - 32px));height:min(618px,calc(100dvh - 40px));display:none;flex-direction:column;background:var(--panel);border:1px solid var(--line-2);border-radius:20px;overflow:hidden;box-shadow:0 28px 70px rgba(0,0,0,.66)}
.bot.open{display:flex;animation:botin .3s cubic-bezier(.22,.61,.36,1)}
@keyframes botin{from{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:none}}
.bot-top{display:flex;align-items:center;gap:11px;padding:14px;border-bottom:1px solid var(--line);background:var(--panel2)}
.bot-top img{width:38px;height:38px;object-fit:contain}
.bot-id{display:flex;flex-direction:column;line-height:1.3;min-width:0}
.bot-id b{font-size:.9rem}
.bot-id span{font-size:.68rem;color:var(--gray-dim)}
.bot-x{margin-left:auto;padding:7px;background:none;border:0;cursor:pointer}
.bot-x svg{width:19px;height:19px;fill:none;stroke:var(--gray);stroke-width:2;stroke-linecap:round}
.bot-x:hover svg{stroke:var(--gold)}
.bot-log{flex:1;overflow-y:auto;padding:16px;overscroll-behavior:contain}
.chips-row{display:flex;gap:7px;padding:0 16px 12px;overflow-x:auto;scrollbar-width:none}
.chips-row::-webkit-scrollbar{display:none}
.bot-bar{display:flex;gap:8px;padding:12px 14px;border-top:1px solid var(--line);background:var(--panel2)}
.bot-bar input{flex:1;padding:11px 14px;border-radius:999px}
.bot-send{width:44px;flex:0 0 44px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--gold-lt),var(--gold));cursor:pointer;display:grid;place-items:center}
.bot-send svg{width:18px;height:18px;fill:#0b0b10}
.fd-row{display:flex;margin:0 0 10px}
.fd-row.fd-me{justify-content:flex-end}
.fd-msg{max-width:84%;padding:10px 13px;border-radius:15px;font-size:.875rem;line-height:1.55;color:var(--silver);background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.075);overflow-wrap:anywhere;animation:msgin .28s cubic-bezier(.22,.61,.36,1) both}
@keyframes msgin{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
.fd-msg strong{color:var(--gold-lt)}
.fd-msg a{color:var(--gold-lt);text-decoration:underline}
.fd-me .fd-msg{background:linear-gradient(150deg,rgba(212,175,55,.22),rgba(212,175,55,.1));border-color:var(--line-2);border-bottom-right-radius:5px}
.fd-bot .fd-msg{border-bottom-left-radius:5px}
.fd-ok .fd-msg{background:rgba(212,175,55,.2);border-color:rgba(212,175,55,.55);color:var(--gold-lt);font-weight:600;max-width:100%}
.fd-typing{display:inline-flex;gap:4px;align-items:center;padding:3px 1px}
.fd-typing i{width:6px;height:6px;border-radius:50%;background:var(--gold);opacity:.45;animation:dots 1.25s ease-in-out infinite}
.fd-typing i:nth-child(2){animation-delay:.16s}
.fd-typing i:nth-child(3){animation-delay:.32s}
@keyframes dots{0%,100%{transform:translateY(0);opacity:.35}45%{transform:translateY(-4px);opacity:1}}
.fd-step{display:flex;align-items:center;gap:6px;margin:2px 0 9px 2px;font-family:var(--f-mono);font-size:.56rem;letter-spacing:.13em;text-transform:uppercase;color:var(--gray-dim)}
.fd-step b{color:var(--gold);font-weight:500}
.fd-step span{width:14px;height:2px;border-radius:2px;background:rgba(255,255,255,.13)}
.fd-step span.on{background:var(--gold);box-shadow:0 0 8px -1px rgba(212,175,55,.9)}
.fd-chip{font:inherit;font-size:.74rem;padding:7px 13px;border-radius:999px;color:var(--gold-lt);background:rgba(212,175,55,.08);border:1px solid rgba(212,175,55,.32);cursor:pointer;white-space:nowrap;transition:background .2s ease,border-color .2s ease}
.fd-chip:hover{background:rgba(212,175,55,.2);border-color:var(--gold)}

/* ---------- responsive ---------- */
@media (max-width:980px){
  .about-grid,.contact-grid{grid-template-columns:minmax(0,1fr)}
  .foot-grid{grid-template-columns:1fr 1fr}
  .hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr));max-width:660px}
  .metric:last-child{grid-column:1/-1}
}
@media (max-width:860px){
.drawer .btn.btn-gold{padding:10px 15px;font-size:.7rem;letter-spacing:.02em;margin-top:16px;line-height:1.32;gap:6px}
  .nav,.masthead .btn-sm{display:none}
  .burger{display:flex}
  section{padding:60px 0}
  .hero{padding:48px 0 66px}
  
  .section-head{margin-bottom:36px}
  .hero-cta .btn{flex:1 1 auto}
}
@media (max-width:600px){
  .shell{padding-inline:18px}
  .hero-metrics{grid-template-columns:minmax(0,1fr);gap:12px;max-width:460px;margin-top:32px}
  .metric{padding:17px 17px 15px;gap:13px}
  .metric-ic{flex-basis:36px;width:36px;height:36px}
  .metric-title{font-size:1.02rem}
  .metric-vis,.metric-vis svg{height:56px}
  .metric-vis{flex-basis:56px}
  .field-row{grid-template-columns:minmax(0,1fr)}
  .stat-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .foot-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 18px}
.foot-grid>.foot-brand{grid-column:1/-1}
.foot-grid>.foot-col:last-child{grid-column:1/-1}
.foot-col ul{gap:8px}
.foot-col h5{margin-bottom:11px}
.footer{padding:44px 0 26px}
.foot-base{margin-top:30px;padding-top:18px}
  .form-card,.card,.why,.step,.info,.work-body{padding:20px}
  .cal-embed,.cal-embed iframe{min-height:560px}
  .bot{right:12px;bottom:12px;width:calc(100vw - 24px);height:min(600px,calc(100dvh - 24px))}
  .bot-launch{right:14px;bottom:14px}
}
@media (max-width:380px){.shell{padding-inline:14px}.metric-title{font-size:.96rem}}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none;transition:none}
  .mb,.ml-path,.ml-fill,.ml-dot,.mf-pulse,.mf-node,.fd-typing i,.ping,.fd-msg{animation:none!important}
  .mb{opacity:.85}
  .ml-path{stroke-dashoffset:0}
  .ml-fill,.ml-dot{opacity:1}
  .card,.work,.metric,.btn,.work-img{transition:none}
}

/* ===== BRAND LOGOS =====
   spiral-icon.png : header, chatbot button, chat-window icon (+ favicon via <link>)
   full-logo.png   : hero
   Both PNGs are used byte-for-byte. Each file carries empty canvas around the
   artwork, so background-size/position re-frame it in CSS only - no pixel of
   either upload is altered. Every box/border/shadow CSS could add is forced off. */
.bot-launch img,.bot-top img{
  border:0!important;outline:0!important;box-shadow:none!important;
  border-radius:0!important;padding:0!important;
  background-color:transparent!important;
  background-repeat:no-repeat}
.hero-logo{display:block!important;margin-left:-21px!important;margin-right:auto!important}
@media (max-width:600px){
.hero-logo{margin-left:auto!important;margin-right:auto!important}
}
@media (max-width:600px){
.hero-logo{height:190px!important;margin-left:auto!important;margin-right:auto!important}
}

/* ===== PHOTO LIGHTBOX (case-study images) ===== */
.lb{position:fixed;inset:0;z-index:2147483200;display:none;place-items:center;
  background:rgba(4,4,7,.94);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
.lb.on{display:grid}
.lb img{max-width:94vw;max-height:88vh;border-radius:12px;cursor:zoom-in;
  transition:transform .3s cubic-bezier(.22,.61,.36,1);transform-origin:center center;
  box-shadow:0 30px 80px rgba(0,0,0,.8)}
.lb img.zoom{cursor:zoom-out;transform:scale(2.2)}
.lb-x{position:absolute;top:16px;right:16px;width:42px;height:42px;display:grid;place-items:center;
  background:none;border:1px solid var(--line-2);border-radius:50%;cursor:pointer;background:rgba(10,10,15,.7)}
.lb-x svg{width:20px;height:20px;fill:none;stroke:var(--gold);stroke-width:2.2;stroke-linecap:round}
.lb-hint{position:absolute;bottom:18px;left:0;right:0;text-align:center;
  font-family:var(--f-mono);font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gray-dim)}
body.lb-lock{overflow:hidden}

/* ===== WORK: paged project carousel =====
   Mobile keeps the existing single-column vertical card, one project per view.
   Desktop shows three tall cards side by side with arrows to page through. */
.wk-stage{position:relative}
.wk-viewport{overflow:hidden}
.work-grid.wk-track{display:flex;gap:20px;align-items:stretch;
  transition:transform .5s cubic-bezier(.22,.61,.36,1);will-change:transform}
.wk-track>.work{flex:0 0 100%;min-width:0}
.cd-card{grid-column:auto}
.wk-nav{position:absolute;top:190px;z-index:4;width:42px;height:42px;display:grid;place-items:center;
  cursor:pointer;border-radius:50%;border:1px solid var(--line-2);background:rgba(8,8,12,.9);
  -webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);
  transition:background .25s ease,border-color .25s ease,transform .25s ease}
.wk-prev{left:-14px}
.wk-next{right:-14px}
.wk-nav:hover{background:rgba(212,175,55,.18);border-color:var(--gold);transform:scale(1.08)}
.wk-nav[hidden]{display:none}
.wk-nav svg{width:18px;height:18px;fill:none;stroke:var(--gold);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.wk-dots{display:flex;justify-content:center;gap:8px;margin-top:26px}
.wk-dots:empty{display:none}
.wk-dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;cursor:pointer;
  background:rgba(212,175,55,.28);transition:background .25s ease,transform .25s ease}
.wk-dot.on{background:var(--gold);transform:scale(1.35);box-shadow:0 0 10px -1px rgba(212,175,55,.9)}
.wk-more{display:inline-flex;margin:22px auto 0;justify-self:center}
.wk-stage{display:flex;flex-direction:column}
.wk-more[hidden]{display:none}
@media (max-width:860px){
  /* one project per view, exactly the vertical card that is there now */
  .work-grid.wk-track{gap:0}
  .wk-track>.work{flex:0 0 100%}
  .wk-nav{top:auto;bottom:-4px;width:38px;height:38px}
  .wk-prev{left:2px}
  .wk-next{right:2px}
  .wk-dots{margin-top:20px;margin-bottom:14px}
}
@media (min-width:1240px){
  .wk-prev{left:-22px}
  .wk-next{right:-22px}
}
@media (prefers-reduced-motion:reduce){.work-grid.wk-track{transition:none}}

/* ===== MOBILE ONLY: Services & Pricing become swipe carousels =====
   Desktop keeps the existing grid untouched — these rules never apply above 860px.
   Native scroll-snap: real momentum swiping, no JS, all card markup unchanged. */
@media (max-width:860px){
  .svc-grid{
    display:flex;
    grid-template-columns:none;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-x:contain;
    scrollbar-width:none;
    gap:14px;
    padding-bottom:6px;
    /* let cards bleed to the screen edge, so a peek of the next one shows */
    margin-inline:-18px;
    padding-inline:18px;
    scroll-padding-inline:18px}
  .svc-grid::-webkit-scrollbar{display:none}
  .svc-grid>.card{
    flex:0 0 84%;
    min-width:0;
    scroll-snap-align:start;
    scroll-snap-stop:always}
  .svc-grid>.card:last-child{margin-right:18px}
  /* small hint under each carousel */
  .svc-grid+.svc-swipe{display:flex}
}
.svc-swipe{display:none;align-items:center;justify-content:center;gap:8px;
  margin:12px 0 0;font-family:var(--f-mono);font-size:.6rem;letter-spacing:.16em;
  text-transform:uppercase;color:var(--gray-dim)}
.svc-swipe svg{width:15px;height:15px;fill:none;stroke:var(--gold);stroke-width:2;
  stroke-linecap:round;stroke-linejoin:round;animation:svcNudge 1.8s ease-in-out infinite}
@keyframes svcNudge{0%,100%{transform:translateX(0)}50%{transform:translateX(4px)}}
@media (prefers-reduced-motion:reduce){.svc-swipe svg{animation:none}}

/* ===== C. DAYKIN CASE STUDY CARD (scoped, cd- prefix) ===== */
.cd-card{grid-column:1/-1}
.cd-stage{position:relative;background:#07080c;border-bottom:1px solid var(--line)}
.cd-viewport{overflow:hidden}
.cd-track{display:flex;will-change:transform;transition:transform .5s cubic-bezier(.22,.61,.36,1)}
.cd-slide{flex:0 0 100%;margin:0;display:grid;place-items:center;
  aspect-ratio:1/1;padding:14px;
  background:radial-gradient(circle at 50% 30%,rgba(212,175,55,.06),transparent 70%)}
.cd-slide img{max-width:100%;max-height:100%;width:auto;height:auto;display:block;cursor:zoom-in;
  border-radius:10px;border:1px solid rgba(212,175,55,.16);
  box-shadow:0 14px 40px rgba(0,0,0,.55)}
.cd-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;
  width:38px;height:38px;display:grid;place-items:center;cursor:pointer;
  border-radius:50%;border:1px solid var(--line-2);background:rgba(8,8,12,.82);
  -webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);
  transition:background .25s ease,border-color .25s ease,transform .25s ease}
.cd-prev{left:10px}
.cd-next{right:10px}
.cd-nav:hover{background:rgba(212,175,55,.18);border-color:var(--gold);transform:translateY(-50%) scale(1.08)}
.cd-nav svg{width:17px;height:17px;fill:none;stroke:var(--gold);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.cd-dots{display:flex;justify-content:center;flex-wrap:wrap;gap:7px;padding:0 14px 14px}
.cd-dot{width:7px;height:7px;padding:0;border:0;border-radius:50%;cursor:pointer;
  background:rgba(212,175,55,.3);transition:background .25s ease,transform .25s ease}
.cd-dot.on{background:var(--gold);transform:scale(1.4);box-shadow:0 0 9px -1px rgba(212,175,55,.9)}
.cd-sub{margin:-2px 0 12px;font-family:var(--f-mono);font-size:.68rem;letter-spacing:.14em;
  text-transform:uppercase;color:var(--gold)}
.cd-list{list-style:none;padding:0;margin:14px 0 0;display:grid;gap:9px}
.cd-list li{position:relative;padding-left:22px;font-size:.88rem;line-height:1.55;color:var(--gray)}
.cd-list li::before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:50%;
  background:rgba(212,175,55,.3);border:1px solid var(--gold)}
.cd-note{margin:16px 0 0;padding:11px 14px;font-size:.82rem;line-height:1.5;color:var(--gold-lt);
  background:rgba(212,175,55,.08);border:1px solid rgba(212,175,55,.24);border-radius:10px}
.cd-cta{display:flex;width:100%;max-width:280px;margin:18px auto 0;justify-content:center}
.cd-card .chips{justify-content:center;margin-top:16px}
@media (min-width:900px){
  .cd-stage{display:grid;place-items:center}
  .cd-slide{padding:22px}
  .cd-viewport{width:100%}
}
@media (max-width:600px){
  .cd-slide{padding:0}
  .cd-nav{width:34px;height:34px}
  .cd-prev{left:6px}
  .cd-next{right:6px}
}
@media (prefers-reduced-motion:reduce){.cd-track{transition:none}}

/* ===== REVIEWS SECTION (new) ===== */
.rev-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(288px,1fr));gap:20px}
.rev-grid:empty{display:none}
.rev-card{padding:26px;display:flex;flex-direction:column;
  background:linear-gradient(165deg,rgba(255,255,255,.05),rgba(255,255,255,.014));
  border:1px solid var(--line);border-radius:var(--r);
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.rev-card:hover{transform:translateY(-4px);border-color:var(--line-2);box-shadow:0 16px 40px rgba(0,0,0,.42)}
.rev-stars{display:flex;gap:3px;margin-bottom:14px}
.rev-stars svg{width:17px;height:17px;fill:var(--gold);filter:drop-shadow(0 0 6px rgba(212,175,55,.45))}
.rev-quote{margin:0 0 18px;font-size:.95rem;line-height:1.65;color:var(--silver)}
.rev-who{margin-top:auto;padding-top:16px;border-top:1px solid var(--line)}
.rev-who b{display:block;font-family:var(--f-display);font-size:.95rem;color:var(--silver)}
.rev-who span{font-size:.82rem;color:var(--gray-dim)}
.rev-tag{align-self:flex-start;margin-top:12px;padding:4px 12px;border-radius:999px;
  background:rgba(212,175,55,.16);border:1px solid var(--line-2);color:var(--gold);
  font-family:var(--f-mono);font-size:.6rem;letter-spacing:.14em;text-transform:uppercase}
#reviewEmpty{margin-top:0;margin-bottom:38px}
.rev-form-wrap{max-width:720px;margin-inline:auto}
.rev-form-title{font-family:var(--f-display);font-size:1.28rem;font-weight:700;
  letter-spacing:-.015em;margin:0 0 .35em;color:var(--silver)}
.rev-form-lede{margin:0 0 24px;font-size:.94rem;color:var(--gray)}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.stars{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.star{width:38px;height:38px;padding:0;display:grid;place-items:center;cursor:pointer;
  background:none;border:0;border-radius:9px;transition:transform .18s ease}
.star svg{width:26px;height:26px;fill:none;stroke:var(--line-2);stroke-width:1.6;
  transition:fill .18s ease,stroke .18s ease,filter .18s ease}
.star:hover{transform:translateY(-2px)}
.star.on svg{fill:var(--gold);stroke:var(--gold);filter:drop-shadow(0 0 7px rgba(212,175,55,.55))}
.star:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
.star-label{margin-left:8px;font-family:var(--f-mono);font-size:.66rem;letter-spacing:.12em;
  text-transform:uppercase;color:var(--gray-dim)}
.star-label.set{color:var(--gold)}
@media (max-width:600px){
  .rev-form-wrap .form-card{padding:20px}
  .star{width:34px;height:34px}
  .star svg{width:23px;height:23px}
  .star-label{width:100%;margin-left:0;margin-top:4px}
}

/* ===== REVIEW DISPLAY — carousel (mobile) / 4-up grid (desktop) ===== */
.rev-stage{position:relative;margin:0 0 44px}
.rev-stage[hidden]{display:none}
.rev-viewport{overflow:hidden}
.rev-track{display:flex;gap:20px;will-change:transform;
  transition:transform .45s cubic-bezier(.22,.61,.36,1)}
.rev-track>.rev-card{flex:0 0 calc((100% - 60px)/4);min-width:0}
.rev-track.fill-1>.rev-card{flex:0 0 100%}
.rev-track.fill-2>.rev-card{flex:0 0 calc((100% - 20px)/2)}
.rev-track.fill-3>.rev-card{flex:0 0 calc((100% - 40px)/3)}
.rev-next{position:absolute;top:50%;right:-8px;transform:translateY(-50%);
  width:44px;height:44px;display:grid;place-items:center;cursor:pointer;
  border-radius:50%;border:1px solid var(--line-2);background:rgba(10,10,15,.9);
  box-shadow:0 8px 26px rgba(0,0,0,.5),0 0 20px -8px rgba(212,175,55,.7);
  transition:transform .25s ease,border-color .25s ease}
.rev-next[hidden]{display:none}
.rev-next:hover{transform:translateY(-50%) scale(1.08);border-color:var(--gold)}
.rev-next svg{width:20px;height:20px;fill:none;stroke:var(--gold);stroke-width:2.2;
  stroke-linecap:round;stroke-linejoin:round}
.rev-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}
.rev-dots:empty{display:none}
.rev-dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;cursor:pointer;
  background:rgba(212,175,55,.28);transition:background .25s ease,transform .25s ease}
.rev-dot.on{background:var(--gold);transform:scale(1.35);box-shadow:0 0 10px -1px rgba(212,175,55,.9)}
@media (max-width:900px){
  .rev-track>.rev-card{flex:0 0 calc((100% - 20px)/2)}
}
@media (max-width:640px){
  .rev-stage{margin-bottom:34px}
  .rev-track{gap:14px}
  .rev-track>.rev-card{flex:0 0 100%}
  .rev-next{display:none!important}
  .rev-viewport{touch-action:pan-y}
}
@media (prefers-reduced-motion:reduce){ .rev-track{transition:none} }

/* ===== REVIEW THANK-YOU POPUP (new) ===== */
.rev-modal{position:fixed;inset:0;z-index:2147483100;display:grid;place-items:center;padding:20px}
.rev-modal[hidden]{display:none}
.rev-modal-scrim{position:absolute;inset:0;background:rgba(4,4,7,.72);opacity:0;
  transition:opacity .32s ease;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}
.rev-modal.in .rev-modal-scrim{opacity:1}
.rev-modal-card{position:relative;width:min(440px,100%);padding:34px 30px 30px;text-align:center;
  border-radius:18px;border:1px solid var(--line-2);
  background:linear-gradient(165deg,#15151d,#0d0d13);
  box-shadow:0 28px 70px rgba(0,0,0,.7),0 0 44px -18px rgba(212,175,55,.75);
  opacity:0;transform:translateY(14px) scale(.97);
  transition:opacity .34s cubic-bezier(.22,.61,.36,1),transform .34s cubic-bezier(.22,.61,.36,1)}
.rev-modal.in .rev-modal-card{opacity:1;transform:none}
.rev-modal-tick{width:60px;height:60px;margin:0 auto 18px;display:grid;place-items:center;
  border-radius:50%;background:rgba(212,175,55,.14);border:1px solid var(--line-2);
  box-shadow:0 0 26px -8px rgba(212,175,55,.8)}
.rev-modal-tick svg{width:30px;height:30px;fill:none;stroke:var(--gold);stroke-width:2.4;
  stroke-linecap:round;stroke-linejoin:round}
.rev-modal-card h3{font-family:var(--f-display);font-size:1.5rem;font-weight:800;
  letter-spacing:-.02em;margin:0 0 .5em;color:var(--gold-lt)}
.rev-modal-card p{font-size:.95rem;line-height:1.65;color:var(--gray);margin:0 0 24px}
.rev-modal-card .btn{width:100%}
.rev-modal-x{position:absolute;top:12px;right:12px;width:34px;height:34px;padding:0;
  display:grid;place-items:center;background:none;border:0;cursor:pointer;border-radius:9px}
.rev-modal-x svg{width:18px;height:18px;fill:none;stroke:var(--gray);stroke-width:2;stroke-linecap:round}
.rev-modal-x:hover svg{stroke:var(--gold)}
body.rev-lock{overflow:hidden}
@media (prefers-reduced-motion:reduce){
  .rev-modal-scrim,.rev-modal-card{transition:none}
  .rev-modal-card{transform:none}
}

/* ===== GLOBE BACKDROP + SEAMLESS HEADER ===== */
#globe{position:fixed;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;display:block}
body>header.masthead{z-index:70}
main,.footer{position:relative;z-index:2}
/* floating elements keep position:fixed — they must never be pushed into page flow */
.bot-launch{position:fixed!important;right:20px;bottom:20px;z-index:2147483000!important}
.bot{position:fixed!important;right:20px;bottom:20px;z-index:2147483001!important}
.drawer{position:fixed!important;z-index:2147483002!important}
.scrim{position:fixed!important;z-index:2147482999!important}
.masthead{background:linear-gradient(180deg,rgba(10,10,15,.62) 0%,rgba(10,10,15,.34) 62%,rgba(10,10,15,0) 100%)!important;border-bottom:1px solid rgba(212,175,55,.14)!important;transition:background .35s ease,border-color .35s ease,backdrop-filter .35s ease}
.masthead::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(212,175,55,.5),transparent)}
.masthead.stuck{background:linear-gradient(180deg,rgba(10,10,15,.78),rgba(10,10,15,.62))!important;border-bottom-color:rgba(212,175,55,.26)!important}
.hero{background-color:transparent!important}
.hero::after{opacity:.22}

/* ============================================================
   PREMIUM REFINEMENT PASS
   ============================================================ */
/* gold gradient display type */
h1 .gold,h2 .gold{background:linear-gradient(100deg,var(--gold-lt) 0%,var(--gold) 42%,#FFF0C4 62%,var(--gold-dp) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:var(--gold)}
@supports not ((-webkit-background-clip:text) or (background-clip:text)){h1 .gold,h2 .gold{-webkit-text-fill-color:var(--gold);color:var(--gold)}}

/* faint technical grid behind the hero */
.hero::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.5;
  background-image:linear-gradient(rgba(212,175,55,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(212,175,55,.045) 1px,transparent 1px);
  background-size:76px 76px;
  -webkit-mask-image:radial-gradient(72% 58% at 50% 26%,#000 0%,transparent 78%);
  mask-image:radial-gradient(72% 58% at 50% 26%,#000 0%,transparent 78%)}

/* hairline dividers pick up a gold node in the centre */
.hairline{position:relative}
.hairline::after{content:"";position:absolute;left:50%;top:-2px;width:5px;height:5px;margin-left:-2.5px;border-radius:50%;background:var(--gold);box-shadow:0 0 12px 2px rgba(212,175,55,.55)}

/* featured cards get a lit top edge */
.card.featured{position:relative;overflow:hidden}
.card.featured::before{content:"";position:absolute;top:0;left:14%;right:14%;height:1.5px;background:linear-gradient(90deg,transparent,var(--gold-lt),transparent);box-shadow:0 0 14px rgba(212,175,55,.8)}

/* metric panels: inner light + top edge */
.metric{position:relative}
.metric::before{content:"";position:absolute;top:0;left:18%;right:18%;height:1px;background:linear-gradient(90deg,transparent,rgba(212,175,55,.75),transparent)}
.metric-vis{background:linear-gradient(180deg,rgba(212,175,55,.05),transparent)}

/* work cards: gold wash on hover */
.work-vis::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,transparent 55%,rgba(10,10,15,.55));opacity:.9;transition:opacity .4s ease}
.work:hover .work-vis::after{opacity:.55}

/* section eyebrow gets a rule */
.section-head.center .eyebrow{display:flex;align-items:center;justify-content:center;gap:12px}
.section-head.center .eyebrow::before,.section-head.center .eyebrow::after{content:"";width:34px;height:1px;background:linear-gradient(90deg,transparent,var(--gold))}
.section-head.center .eyebrow::after{background:linear-gradient(90deg,var(--gold),transparent)}

/* stats + info hover life */
.stat{transition:border-color .3s ease,transform .3s ease}
.stat:hover{border-color:var(--line-2);transform:translateY(-2px)}
.creed-item{transition:border-color .3s ease,transform .3s ease}
.creed-item:hover{border-color:var(--line-2);transform:translateX(3px)}
.why{transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.why:hover{transform:translateY(-4px);border-color:var(--line-2);box-shadow:0 16px 40px rgba(0,0,0,.42)}

/* brand mark breathes gently */



@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}

/* scrollbar */
::-webkit-scrollbar{width:11px;height:11px}
::-webkit-scrollbar-track{background:#0a0a0f}
::-webkit-scrollbar-thumb{background:rgba(212,175,55,.32);border-radius:99px;border:3px solid #0a0a0f}
::-webkit-scrollbar-thumb:hover{background:rgba(212,175,55,.6)}
html{scrollbar-color:rgba(212,175,55,.4) #0a0a0f;scrollbar-width:thin}

@media (prefers-reduced-motion:reduce){.hero-logo{animation:none}}

@media (max-width:600px) { .hero-logo { margin:0 auto !important; display:block !important; } }/* ===== WORK SAMPLES — mobile only: tighten space around the square photos ===== */
@media (max-width:860px){
  /* photo flush: no gap above or below the square */
  .cd-slide{padding:0}
  .cd-slide img{border-radius:0;border:0;box-shadow:none}
  .cd-stage{background:transparent}
  .cd-dots{padding:10px 12px 0}
  /* every card sizes to its own content — no forced equal height */
  .work-grid.wk-track{align-items:flex-start}
  .wk-track>.work{align-self:flex-start}
  /* tighter, consistent body spacing across all 6 cards */
  .wk-track>.work .work-body{padding:16px}

  /* --- C. Daykin card only: wrap tight to the square photo --- */
  .cd-card{min-height:0;height:auto}
  .cd-card .cd-stage{padding:0;margin:0}
  .cd-card .cd-viewport{line-height:0;padding:0;margin:0}
  .cd-card .cd-track{padding:0;margin:0}
  .cd-card .cd-slide{padding:0!important;margin:0;overflow:hidden}
  .cd-card .cd-slide img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;margin:0;border:0;border-radius:0;box-shadow:none}
  .cd-card .cd-dots{padding:6px 12px 0;margin:0}
  .cd-card .work-body{padding:8px 16px 14px}
  .cd-card .work-body h4{margin-bottom:.2em;line-height:1.2}
  .cd-card .cd-sub{margin:0 0 6px}
  .cd-card .work-body>p{margin-bottom:.5em;line-height:1.45}
  .cd-card .cd-list{margin-top:8px;gap:3px}
  .cd-card .cd-list li{padding-left:18px;line-height:1.35}
  .cd-card .cd-list li::before{top:.45em}
  .cd-card .cd-note{margin-top:10px;padding:8px 11px;line-height:1.4}
  .cd-card .cd-cta{margin-top:10px}
  .cd-card .chips{margin-top:10px}
  .cd-card .chips .chip{margin:0}
}

/* ===== C. DAYKIN card — mobile: photo flush to the gold line, dots overlaid ===== */
@media (max-width:768px){
  /* dots come out of the flow, so nothing sits between photo and the gold line */
  .cd-card .cd-stage{position:relative}
  .cd-card .cd-dots{position:absolute;left:0;right:0;bottom:10px;
    padding:0;margin:0;z-index:3;pointer-events:auto}
  /* photo arrows off on mobile — swipe still works, dots unchanged */
  .cd-card .cd-nav{display:none}
}
/* ===== DESKTOP ONLY — tighter photo + project nav moved below ===== */
@media (min-width:769px){
  /* the photo box is square and the photo fills it — no slack top or bottom */
  .cd-card .cd-stage{position:relative;padding:0}
  .cd-card .cd-viewport{aspect-ratio:1/1;height:auto;padding:0;margin:0;line-height:0}
  .cd-card .cd-track{height:100%}
  .cd-card .cd-slide{padding:0;height:100%;aspect-ratio:auto}
  .cd-card .cd-slide img{width:100%;height:100%;object-fit:contain;
    display:block;margin:0;border:0;border-radius:0;box-shadow:none}
  /* photo bottom meets the gold line; dots float inside the photo above it */
  .cd-card .cd-dots{position:absolute;left:0;right:0;bottom:10px;
    padding:0;margin:0;z-index:3}

  /* project arrows leave the top corners and sit either side of the dots */
  .wk-bar{display:flex;align-items:center;justify-content:center;gap:26px;margin-top:24px}
  .wk-bar .wk-dots{margin:0}
  .wk-nav{position:static;transform:none;top:auto;left:auto;right:auto;
    width:auto;height:auto;padding:10px 16px;border-radius:999px;
    display:inline-flex;align-items:center;gap:8px}
  .wk-nav:hover{transform:translateY(-1px)}
  .wk-lab{font-family:var(--f-display);font-weight:700;font-size:.76rem;color:var(--gold);white-space:nowrap}
  .wk-prev .wk-lab{order:2}
}
@media (max-width:768px){
  .wk-lab{display:none}          /* mobile keeps the icon-only arrows exactly as they are */
}

/* ===== MULTI-PAGE POLISH — spacing, alignment, page transitions ===== */
/* first section on an inner page needs breathing room under the sticky header */
body:not(.page-index) main>section:first-child{padding-top:64px}
body:not(.page-index) main>section:first-child .section-head{margin-top:0}
main>section:last-child{padding-bottom:88px}

/* current page marker in the nav — uses the existing gold, no new colours */
.nav a[aria-current="page"]{color:var(--gold)}
.drawer a[aria-current="page"]{color:var(--gold)}

/* soft fade-in on load so moving between pages feels continuous */
@keyframes pageIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
main{animation:pageIn .34s cubic-bezier(.22,.61,.36,1) both}

/* keep everything optically centred at every width */
.shell{margin-inline:auto}
main>section>.shell{width:100%}

@media (max-width:860px){
  body:not(.page-index) main>section:first-child{padding-top:40px}
  main>section:last-child{padding-bottom:64px}
}
@media (prefers-reduced-motion:reduce){
  main{animation:none}
}

/* ===== FOOTER LOGO — soft pulsating glow, matching the hero mark ===== */
@keyframes glowPulse{
  0%,100%{filter:drop-shadow(0 0 18px rgba(212,175,55,.30))}
  50%    {filter:drop-shadow(0 0 34px rgba(212,175,55,.55))}
}
.foot-brand img{
  border:0;outline:0;box-shadow:none;background:transparent;
  animation:glowPulse 4.5s ease-in-out infinite}

/* ===== HERO HEADLINE — the two lines flow together ===== */
h1 br{display:none}
h1 .gold{display:block;margin-bottom:.04em}
.hero-copy h1{line-height:1.1}

/* ===== NAV — grouped dropdowns, same gold highlight ===== */
.nav{align-items:center}
.nav-group{position:relative}
.nav-top{display:inline-flex;align-items:center;gap:6px;background:none;border:0;padding:0;
  cursor:pointer;font:inherit;font-size:.87rem;font-weight:600;color:var(--gray);
  font-family:var(--f-body);transition:color .22s ease}
.nav-group:hover .nav-top,.nav-group:focus-within .nav-top,.nav-top[aria-expanded="true"]{color:var(--gold)}
.nav-top svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:2.4;
  stroke-linecap:round;stroke-linejoin:round;transition:transform .25s ease}
.nav-group:hover .nav-top svg,.nav-group:focus-within .nav-top svg{transform:rotate(180deg)}
.nav-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(6px);
  min-width:172px;margin-top:12px;padding:8px;display:grid;gap:2px;
  background:rgba(12,12,17,.97);border:1px solid var(--line);border-radius:12px;
  box-shadow:0 18px 44px rgba(0,0,0,.6),0 0 22px -12px rgba(212,175,55,.7);
  opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease,transform .22s ease;z-index:80}
.nav-group:hover .nav-menu,.nav-group:focus-within .nav-menu{
  opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.nav-menu::before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}
.nav-menu a{display:block;padding:8px 12px;border-radius:8px;font-size:.85rem;color:var(--gray)}
.nav-menu a:hover,.nav-menu a[aria-current="page"]{color:var(--gold);background:rgba(212,175,55,.09)}

/* drawer: same groups, tighter spacing, nothing removed */
.drawer-group{margin-top:12px}
.drawer-label{display:block;padding:0 4px 4px;font-family:var(--f-mono);font-size:.58rem;
  letter-spacing:.2em;text-transform:uppercase;color:var(--gold);border:0}
.drawer .drawer-group a{padding:10px 4px 10px 16px;font-size:.95rem}
.drawer>a{padding:11px 4px}

/* ===== FAQ PAGE ===== */
.faq-list{max-width:820px;margin-inline:auto;display:grid;gap:12px}
.faq-item{background:linear-gradient(165deg,rgba(255,255,255,.05),rgba(255,255,255,.014));
  border:1px solid var(--line);border-radius:14px;overflow:hidden;
  transition:border-color .3s ease,box-shadow .3s ease}
.faq-item[open]{border-color:var(--line-2);box-shadow:0 14px 36px rgba(0,0,0,.4)}
.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:18px 20px;cursor:pointer;list-style:none;
  font-family:var(--f-display);font-size:1rem;font-weight:700;color:var(--silver)}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:hover{color:var(--gold-lt)}
.faq-item summary svg{flex:0 0 20px;width:20px;height:20px;fill:none;stroke:var(--gold);
  stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s ease}
.faq-item[open] summary svg{transform:rotate(180deg)}
.faq-item p{margin:0;padding:0 20px 20px;font-size:.93rem;line-height:1.65;color:var(--gray)}
@media (max-width:600px){
  .faq-item summary{padding:15px 16px;font-size:.94rem}
  .faq-item p{padding:0 16px 16px}
}

/* ===== DESKTOP ONLY — hero centred ===== */
@media (min-width:861px){
  #hero .hero-copy{max-width:860px;margin-left:auto;margin-right:auto;text-align:center}
  #hero .hero-logo{display:block;margin-left:auto!important;margin-right:auto!important}
  #hero h1,
  #hero .line-lead,
  #hero .lede,
  #hero .hero-copy>p{text-align:center}
  #hero .hero-cta{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center}
  #hero .hero-meta{display:flex;flex-wrap:wrap;justify-content:center}
}

/* ===== FOOTER SOCIAL ICONS — smaller, same gold-on-dark treatment ===== */
.foot-socials{margin-top:16px;gap:8px}
.foot-socials a{width:32px;height:32px;border-radius:9px}
.foot-socials svg{width:15px;height:15px}
@media (max-width:600px){
  .foot-socials{justify-content:flex-start}
}

/* ===== DESKTOP / TABLET ONLY — hero logo (+10% step, ~51% vs original) ===== */
@media (min-width:601px){
  .hero-logo{height:229px!important}
}
