/*
Theme Name: MatStudioCo v1.8.1 Slim Quote CTA
Theme URI: https://matstudioco.com/
Author: MatStudioCo
Description: MatStudioCo v1.8.1 with a slimmer integrated homepage quote CTA, clean site header, responsive layout, and automatic cache-busting.
Version: 1.8.1
Text Domain: matstudioco-modern
*/

:root{
  --bg:#0d0d0e;
  --bg-soft:#131315;
  --panel:#171719;
  --panel-2:#1d1d20;
  --ink:#f6f4ef;
  --muted:#b9b6b0;
  --subtle:#85827d;
  --orange:#ff5a1f;
  --orange-2:#ff7138;
  --warm:#ff8a5b;
  --line:rgba(255,255,255,.11);
  --line-strong:rgba(255,255,255,.2);
  --shell:1180px;
  --radius:24px;
  --radius-sm:16px;
  --sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --serif:Georgia,"Times New Roman",serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
img{max-width:100%;display:block}
svg{display:block}
.shell{width:min(var(--shell),calc(100% - 64px));margin-inline:auto}
.section-pad{padding:98px 0}
.center{text-align:center}
.orange{color:var(--orange)}
.green{color:var(--orange)}

/* global typography */
.kicker{font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.18em;font-weight:700;color:var(--orange)}
.section-number{display:inline-flex;width:38px;height:38px;border:1px solid var(--line-strong);border-radius:999px;align-items:center;justify-content:center;color:var(--subtle);font-size:11px;font-weight:700;flex:0 0 auto}
.section-heading{display:grid;grid-template-columns:46px minmax(0,1fr) minmax(260px,390px);gap:26px;align-items:start;margin-bottom:54px}
.section-heading h2{font-size:clamp(38px,4vw,58px);line-height:1.02;letter-spacing:-.045em;font-weight:500;margin:12px 0 0}
.section-heading h2 em{font-family:var(--serif);font-weight:400;color:var(--orange)}
.section-heading>p{margin:28px 0 0;color:var(--muted);max-width:380px}
.section-heading.light>p{color:#d0cec9}
.lead-copy{font-family:var(--serif);font-size:21px;line-height:1.5;color:var(--ink)}
.text-link{display:inline-flex;align-items:center;gap:10px;font-weight:650;margin-top:18px}
.text-link span{color:var(--orange);transition:transform .2s ease}
.text-link:hover span{transform:translateX(4px)}
.eyebrow-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(10,10,12,.36);padding:8px 13px;font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:#ebe8e2;backdrop-filter:blur(8px)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:0;cursor:pointer;border-radius:999px;padding:14px 23px;font-weight:700;font-size:14px;line-height:1.1;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
.button span{font-size:16px}
.button-primary{background:var(--orange);color:#fff;box-shadow:0 12px 30px rgba(255,90,31,.18)}
.button-primary:hover{background:var(--orange-2);transform:translateY(-2px);box-shadow:0 18px 38px rgba(255,90,31,.25)}

/* announcement + nav */
.announcement{height:32px;background:#383839;color:#fff;display:flex;align-items:center;justify-content:center;position:relative;z-index:60;font-family:var(--serif);font-size:12px;font-weight:600}
.announcement a{display:flex;align-items:center;gap:8px}
.announcement a span{color:var(--orange)}
.site-header{position:absolute;top:32px;left:0;right:0;z-index:50;height:82px;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.07);transition:background .25s ease,backdrop-filter .25s ease,top .25s ease,box-shadow .25s ease}
.site-header.scrolled{position:fixed;top:0;background:rgba(10,10,11,.88);backdrop-filter:blur(18px);box-shadow:0 10px 30px rgba(0,0,0,.22)}
body.admin-bar .site-header.scrolled{top:32px}
.header-inner{display:grid;grid-template-columns:250px 1fr 330px;align-items:center;gap:26px}
.brand{display:inline-flex;align-items:center;gap:9px;width:max-content;font-size:19px;letter-spacing:-.02em;font-weight:750}
.brand img{width:36px;height:36px;object-fit:contain}
.primary-nav{display:flex;justify-content:center;gap:38px;font-size:13px;font-weight:650}
.primary-nav a{position:relative;padding:12px 2px;color:#e6e3de}
.primary-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:6px;height:1px;background:var(--orange);transition:right .2s ease}
.primary-nav a:hover,.primary-nav a.active{color:#fff}
.primary-nav a:hover::after,.primary-nav a.active::after{right:0}
.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:24px}
.socials{display:flex;gap:12px;align-items:center}
.socials a{width:18px;height:18px;opacity:.83;transition:opacity .2s ease,transform .2s ease}
.socials a:hover{opacity:1;transform:translateY(-1px)}
.socials svg{width:18px;height:18px;fill:#fff}
.nav-cta{padding:10px 16px;border:1px solid rgba(255,255,255,.24);border-radius:999px;font-size:12px;font-weight:700;background:rgba(255,255,255,.05)}
.nav-cta:hover{border-color:var(--orange);background:rgba(255,90,31,.08)}
.mobile-toggle,.mobile-panel{display:none}

/* hero home */
.hero-home{min-height:720px;background-image:linear-gradient(90deg,rgba(5,5,6,.87) 0%,rgba(5,5,6,.54) 49%,rgba(5,5,6,.26) 100%),var(--hero);background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-end;padding:190px 0 88px}
.hero-home::after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(transparent,var(--bg));pointer-events:none}
.hero-home-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,740px) 1fr;gap:80px;align-items:end}
.hero-home-copy{max-width:760px}
.hero-home h1{font-size:clamp(58px,6.1vw,88px);line-height:.95;letter-spacing:-.06em;font-weight:520;margin:25px 0 28px}
.hero-home h1 em{font-family:var(--serif);font-weight:400;color:var(--orange)}
.hero-home-copy>p{max-width:650px;color:#d4d1cc;font-size:18px;line-height:1.55;margin:0 0 34px}
.hero-actions{display:flex;gap:28px;align-items:center;flex-wrap:wrap}
.hero-actions .text-link{margin:0;color:#f0ede8}
.hero-index{justify-self:end;display:grid;gap:10px;padding-bottom:8px;font-family:var(--serif);font-size:12px;color:#c6c2bd;text-align:right}
.hero-index span{padding-bottom:7px;border-bottom:1px solid rgba(255,255,255,.18)}

/* credibility */
.cred-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#101012}
.cred-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.cred-grid>div{padding:28px 24px;border-right:1px solid var(--line);display:grid;gap:3px}
.cred-grid>div:first-child{padding-left:0}.cred-grid>div:last-child{border-right:0;padding-right:0}
.cred-grid strong{font-size:14px}.cred-grid span{font-size:12px;color:var(--subtle)}

/* home intro */
.intro-section{background:var(--bg)}
.intro-grid{display:grid;grid-template-columns:1.05fr .85fr;gap:84px 92px;align-items:center}
.intro-grid .section-heading{grid-column:1/-1;margin-bottom:0}
.intro-copy{align-self:center;padding-left:74px}
.intro-copy p:not(.lead-copy){color:var(--muted);margin:25px 0 0}
.intro-image{margin:0;position:relative;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);background:var(--panel)}
.intro-image img{width:100%;aspect-ratio:1.28/1;object-fit:cover}
.intro-image figcaption{position:absolute;left:16px;bottom:16px;padding:7px 10px;border-radius:999px;background:rgba(5,5,6,.72);backdrop-filter:blur(8px);font-size:10px;letter-spacing:.1em;text-transform:uppercase}

/* packages */
.packages-modern{background:#101012;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.package-modern-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.package-modern{position:relative;min-height:370px;border:1px solid var(--line);border-radius:var(--radius);padding:30px;background:linear-gradient(145deg,#18181b,#121214);display:flex;flex-direction:column;overflow:hidden;transition:transform .25s ease,border-color .25s ease,background .25s ease}
.package-modern::before{content:"";position:absolute;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(255,90,31,.12),transparent 68%);right:-70px;top:-80px;pointer-events:none}
.package-modern:hover{transform:translateY(-4px);border-color:rgba(255,90,31,.55);background:linear-gradient(145deg,#1b1b1e,#131315)}
.package-top{display:flex;justify-content:space-between;align-items:center;color:var(--subtle);font-size:12px}
.package-top svg{width:24px;height:24px;fill:none;stroke:var(--orange);stroke-width:1.5}
.package-modern h3{font-size:26px;line-height:1.12;letter-spacing:-.025em;font-weight:600;margin:54px 0 10px}
.package-modern>p{color:var(--muted);max-width:440px;margin:0 0 24px;line-height:1.62}
.package-modern ul{list-style:none;margin:auto 0 26px;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 24px}
.package-modern li{font-size:13px;line-height:1.5;color:#dad7d1;position:relative;padding-left:15px}
.package-modern li::before{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:var(--orange);left:0;top:.62em}
.package-modern>a{display:inline-flex;gap:10px;align-items:center;font-size:13px;font-weight:700;width:max-content}
.package-modern>a span{color:var(--orange)}

/* audience */
.audience-section{position:relative;background-image:linear-gradient(rgba(7,7,9,.8),rgba(7,7,9,.92)),var(--audience-bg);background-size:cover;background-position:center;padding:98px 0}
.audience-section::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,90,31,.08),transparent 35%,rgba(60,86,140,.08));pointer-events:none}
.audience-inner{position:relative;z-index:2}
.audience-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.audience-card{min-height:252px;border:1px solid rgba(255,255,255,.13);border-radius:20px;padding:24px 20px;background:rgba(10,10,12,.76);backdrop-filter:blur(8px);display:flex;flex-direction:column;transition:transform .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease}
.audience-card img{height:42px;width:52px;object-fit:contain;object-position:left center;margin-bottom:28px}
.audience-card h3{font-size:15px;line-height:1.25;font-weight:650;margin:0 0 10px}
.audience-card p{font-size:12.5px;color:#c4c1bc;line-height:1.55;margin:0}

/* CTA */
.cta-modern{padding:104px 0;background:var(--bg);border-top:1px solid var(--line)}
.cta-modern-inner{text-align:center;max-width:920px}
.cta-modern h2{font-size:clamp(44px,5vw,70px);line-height:1;letter-spacing:-.05em;font-weight:500;margin:18px 0 36px}
.cta-modern h2 em{font-family:var(--serif);font-weight:400;color:var(--orange)}

/* shared page hero */
.page-hero{min-height:650px;position:relative;background-image:linear-gradient(90deg,rgba(5,5,6,.86),rgba(5,5,6,.48) 58%,rgba(5,5,6,.22)),var(--hero);background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:188px 0 84px}
.page-hero::after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(transparent,var(--bg));pointer-events:none}
.page-hero-inner{position:relative;z-index:2}
.page-hero-copy{max-width:800px}
.page-hero h1{font-size:clamp(54px,5.8vw,82px);line-height:.97;letter-spacing:-.055em;font-weight:520;margin:24px 0 28px}
.page-hero h1 em{font-family:var(--serif);font-weight:400;color:var(--orange)}
.page-hero-copy>p{max-width:650px;color:#d7d4cf;font-size:18px;margin:0 0 32px}
.page-hero-inner.center{text-align:center}.page-hero-inner.center .page-hero-copy{margin-inline:auto}.page-hero-inner.center .page-hero-copy>p{margin-inline:auto}
.about-new-hero{background-image:linear-gradient(rgba(9,11,12,.52),rgba(9,11,12,.58)),var(--hero);background-position:center 45%}
.contact-new-hero{background-position:center 48%}
.contact-quick{display:flex;gap:52px;margin-top:38px}
.contact-quick>div{display:grid;gap:3px}
.contact-quick strong{font-family:var(--serif);font-size:38px;font-weight:400;color:#fff}
.contact-quick span{font-size:11px;color:#bdb9b4;text-transform:uppercase;letter-spacing:.09em}

/* services */
.service-overview{background:var(--bg)}
.service-modern-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.service-modern{grid-column:span 2;min-height:350px;background:linear-gradient(145deg,#18181b,#121214);border:1px solid var(--line);border-radius:var(--radius);padding:28px;display:flex;flex-direction:column;overflow:hidden;transition:transform .25s ease,border-color .25s ease}
.service-modern.wide{grid-column:span 4;display:grid;grid-template-columns:1fr 220px;align-items:center}
.service-modern:hover{transform:translateY(-4px);border-color:rgba(255,90,31,.5)}
.service-modern-copy{position:relative;z-index:2}
.service-num{font-size:11px;color:var(--subtle)}
.service-modern h3{font-size:23px;line-height:1.12;letter-spacing:-.025em;font-weight:600;margin:38px 0 12px}
.service-modern p{font-size:13.5px;line-height:1.6;color:var(--muted);max-width:420px;margin:0}
.service-modern img{height:130px;width:auto;max-width:80%;object-fit:contain;margin:auto auto 0}
.service-modern.wide img{height:190px;margin:auto}
.print-modern{position:relative;background-image:linear-gradient(90deg,rgba(7,8,9,.95),rgba(7,8,9,.82)),var(--print-bg);background-size:cover;background-position:center;padding:96px 0;border-block:1px solid var(--line)}
.print-modern-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:start}
.print-copy h2{font-size:clamp(42px,4.4vw,62px);line-height:1.02;letter-spacing:-.045em;font-weight:500;margin:18px 0 26px}
.print-copy h2 em{font-family:var(--serif);font-weight:400;color:var(--orange)}
.print-copy p{color:#cfccc7;max-width:480px}
.print-services{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.2)}
.print-services>div{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.14);display:flex;gap:12px;align-items:center;font-size:14px}
.print-services>div:nth-child(odd){border-right:1px solid rgba(255,255,255,.14);padding-right:24px}.print-services>div:nth-child(even){padding-left:24px}
.print-services span{color:var(--orange)}
.process-section{background:#101012}
.process-modern{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.process-modern-step{min-height:248px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .25s ease,transform .25s ease}
.process-modern-step>span{font-family:var(--serif);font-size:34px;color:var(--orange)}
.process-modern-step h3{font-size:19px;line-height:1.2;font-weight:600;margin:42px 0 10px}
.process-modern-step p{font-size:13px;line-height:1.58;color:var(--muted);margin:0}

/* contact */
.contact-modern{background:var(--bg)}
.contact-modern-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:84px;align-items:start}
.contact-sidebar{position:sticky;top:120px}
.contact-sidebar .kicker{margin-top:24px}
.contact-sidebar h2{font-size:clamp(44px,4.5vw,64px);line-height:1;letter-spacing:-.045em;font-weight:500;margin:16px 0 26px}
.contact-sidebar h2 em{font-family:var(--serif);font-weight:400;color:var(--orange)}
.contact-sidebar>p{color:var(--muted);max-width:410px}
.contact-details{margin-top:48px;border-top:1px solid var(--line)}
.contact-details>div{padding:17px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:90px 1fr;gap:12px;font-size:13px}
.contact-details span{color:var(--subtle)}
.contact-details a,.contact-details strong{font-weight:600;overflow-wrap:anywhere}
.form-card{background:linear-gradient(145deg,#18181b,#121214);border:1px solid var(--line);border-radius:28px;padding:36px}
.notice{border:1px solid rgba(200,255,91,.4);background:rgba(200,255,91,.07);color:#eafec5;border-radius:14px;padding:12px 14px;margin-bottom:20px;font-size:13px}
.mat-form.modern{display:grid;gap:22px}
.mat-form.modern label{display:grid;gap:8px;font-size:12px;color:#c7c4bf}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.mat-form.modern input[type=text],.mat-form.modern input[type=email],.mat-form.modern input[type=tel],.mat-form.modern textarea{width:100%;border:1px solid rgba(255,255,255,.13);background:#202024;color:#fff;border-radius:14px;padding:14px 15px;outline:none;transition:border-color .2s ease,background .2s ease}
.mat-form.modern input:focus,.mat-form.modern textarea:focus{border-color:rgba(255,90,31,.8);background:#232327}
.mat-form.modern textarea{resize:vertical;min-height:130px}
.mat-form.modern fieldset{border:0;padding:0;margin:0}
.mat-form.modern legend{font-size:12px;color:#c7c4bf;margin-bottom:10px}
.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.choice{position:relative!important;display:block!important}
.choice input{position:absolute;opacity:0;pointer-events:none}
.choice span{display:block;border:1px solid rgba(255,255,255,.13);border-radius:12px;padding:12px 13px;color:#dfdcd7;background:#1c1c20;cursor:pointer}
.choice input:checked+span{border-color:var(--orange);background:rgba(255,90,31,.09);color:#fff}
.mat-form.modern .button{justify-self:start;margin-top:4px}
.newsletter-modern{position:relative;background-image:linear-gradient(90deg,rgba(14,10,9,.78),rgba(14,10,9,.66)),var(--newsletter-bg);background-size:cover;background-position:center;padding:90px 0;border-top:1px solid var(--line)}
.newsletter-modern-inner{display:grid;grid-template-columns:1fr .8fr;gap:100px;align-items:end}
.newsletter-modern h2{font-size:clamp(40px,4vw,58px);line-height:1.02;letter-spacing:-.045em;font-weight:500;margin:16px 0 18px}
.newsletter-modern h2 em{font-family:var(--serif);font-weight:400;color:var(--orange)}
.newsletter-modern p{color:#d0cdc8;max-width:560px}
.newsletter-modern-form{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}
.newsletter-modern-form input{height:50px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.92);color:#111;padding:0 18px;outline:none}
.newsletter-modern-form button{height:50px;border:0;border-radius:999px;padding:0 20px;background:var(--orange);color:#fff;font-weight:700;cursor:pointer}
.newsletter-modern-form small{grid-column:1/-1;color:#eaffc0}

/* about */
.founder-modern{background:var(--bg)}
.founder-modern-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:84px;align-items:center;max-width:1050px}
.founder-portrait{position:relative}
.founder-portrait>img{width:100%;max-width:410px;aspect-ratio:4/5;object-fit:cover;border-radius:30px;border:1px solid var(--line);box-shadow:0 28px 80px rgba(0,0,0,.3)}
.portrait-note{position:absolute;right:-24px;bottom:28px;background:#171719;border:1px solid var(--line);border-radius:16px;padding:13px 16px;display:grid;gap:2px;box-shadow:0 16px 44px rgba(0,0,0,.32)}
.portrait-note span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--orange)}
.portrait-note strong{font-family:var(--serif);font-size:16px}
.founder-story .kicker{margin-top:24px}
.founder-story h2{font-size:clamp(44px,4.8vw,66px);line-height:1;letter-spacing:-.05em;font-weight:500;margin:16px 0 26px}
.founder-story h2 em{font-family:var(--serif);font-weight:400;color:var(--orange)}
.founder-story>p:not(.lead-copy){color:var(--muted);max-width:600px}
.expertise-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:36px}
.expertise-tags span{border:1px solid var(--line);border-radius:999px;padding:8px 11px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#d3d0cb}
.principles-section{padding:98px 0;background:#101012;border-block:1px solid var(--line)}
.principles-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.principles-grid article{min-height:278px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.principles-grid article>span{font-family:var(--serif);font-size:36px;color:var(--orange)}
.principles-grid h3{font-size:23px;line-height:1.2;font-weight:600;margin:46px 0 14px}
.principles-grid p{font-size:13px;color:var(--muted);max-width:290px}
.about-services{background:var(--bg)}
.about-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.about-service{position:relative;display:flex;flex-direction:column;min-height:390px;padding:28px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(155deg,rgba(28,28,31,.98),rgba(16,16,18,.98));overflow:hidden;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}
.about-service:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(255,90,31,.8),transparent);opacity:.72}
.about-service:after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;right:-85px;top:-95px;background:radial-gradient(circle,rgba(255,90,31,.14),transparent 68%);pointer-events:none}
.about-service:hover{transform:translateY(-6px);border-color:rgba(255,90,31,.42);box-shadow:0 22px 55px rgba(0,0,0,.22)}
.about-service-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:34px;color:var(--subtle);font-size:12px;letter-spacing:.14em;text-transform:uppercase}
.about-service-top .arrow{font-size:22px;line-height:1;color:var(--orange);letter-spacing:0}
.about-service-icon{width:96px;height:96px;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:rgba(255,255,255,.025);display:grid;place-items:center;margin-bottom:30px}
.about-service img{width:68px;height:68px;object-fit:contain;margin:0}
.about-service-copy{display:flex;flex-direction:column;flex:1}
.about-service h3{font-size:26px;line-height:1.12;letter-spacing:-.025em;font-weight:600;margin:0 0 13px}
.about-service p{color:var(--muted);line-height:1.65;margin:0 0 26px}
.about-service-link{display:inline-flex;align-items:center;gap:10px;margin-top:auto;font-size:13px;font-weight:650;letter-spacing:.03em}
.about-service-link span{color:var(--orange);transition:transform .2s ease}
.about-service:hover .about-service-link span{transform:translateX(3px)}

/* footer */
.site-footer{padding:64px 0 24px;border-top:1px solid var(--line);background:#0a0a0b}
.footer-top{display:grid;grid-template-columns:1.5fr .55fr .85fr;gap:80px;align-items:start;padding-bottom:54px}
.footer-brand .brand{margin-bottom:22px}
.footer-brand p{color:var(--muted);max-width:460px;margin:0;font-size:14px}
.footer-label{display:block;color:var(--subtle);font-size:10px;text-transform:uppercase;letter-spacing:.14em;margin-bottom:16px}
.footer-nav>div,.footer-contact{display:grid;gap:11px}
.footer-nav a,.footer-contact a,.footer-contact p{font-size:13px;margin:0;color:#dedbd6}
.footer-nav a:hover,.footer-contact a:hover{color:var(--orange)}
.footer-bottom{border-top:1px solid var(--line);padding-top:20px;display:flex;justify-content:space-between;color:#77746f;font-family:var(--serif);font-size:11px}
.chat-bubble{position:fixed;right:26px;bottom:24px;width:48px;height:48px;border-radius:50%;background:var(--orange);display:grid;place-items:center;z-index:45;box-shadow:0 12px 30px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.9)}
.chat-bubble svg{width:23px;height:23px;fill:#fff}
.not-found{min-height:70vh;padding:200px 0 100px;text-align:center}.not-found h1{font-size:58px;margin:18px 0 10px}.not-found p{color:var(--muted);margin-bottom:30px}

/* subtle reveal */
.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(18px) scale(.995);transition:opacity .72s cubic-bezier(.2,.7,.2,1),transform .72s cubic-bezier(.2,.7,.2,1)}
.js .reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.package-modern,.service-modern,.about-service{transition:none}}


/* v1.4 final polish */
:focus-visible{outline:2px solid var(--orange);outline-offset:4px}
.skip-link{position:fixed;left:16px;top:16px;z-index:9999;padding:10px 14px;border-radius:10px;background:#fff;color:#111;font-weight:700;transform:translateY(-160%);transition:transform .2s ease}
.skip-link:focus{transform:none}
.package-modern:hover{box-shadow:0 22px 54px rgba(0,0,0,.24)}
.audience-card:hover{transform:translateY(-3px);border-color:rgba(255,90,31,.42);background:rgba(14,14,16,.86);box-shadow:0 18px 44px rgba(0,0,0,.2)}
.process-modern-step:hover{background:rgba(255,255,255,.018);transform:translateY(-2px)}
.form-card{box-shadow:0 22px 70px rgba(0,0,0,.18)}
.mat-form.modern input::placeholder,.mat-form.modern textarea::placeholder{color:#8f8c88}
.choice span{transition:border-color .2s ease,background .2s ease,transform .2s ease}
.choice:hover span{border-color:rgba(255,90,31,.42);transform:translateY(-1px)}
.newsletter-modern::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.16));pointer-events:none}
.newsletter-modern-inner{position:relative;z-index:1}
.newsletter-modern-form input:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,90,31,.14)}
.newsletter-modern-form button{transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
.newsletter-modern-form button:hover{transform:translateY(-2px);background:var(--orange-2);box-shadow:0 12px 28px rgba(255,90,31,.2)}
.package-modern-grid .reveal:nth-child(2),.service-modern-grid .reveal:nth-child(2),.audience-grid .reveal:nth-child(2){transition-delay:.05s}
.package-modern-grid .reveal:nth-child(3),.service-modern-grid .reveal:nth-child(3),.audience-grid .reveal:nth-child(3){transition-delay:.1s}
.package-modern-grid .reveal:nth-child(4),.service-modern-grid .reveal:nth-child(4),.audience-grid .reveal:nth-child(4){transition-delay:.15s}
.service-modern-grid .reveal:nth-child(5),.audience-grid .reveal:nth-child(5){transition-delay:.2s}
@media (hover:none){.package-modern:hover,.audience-card:hover,.service-modern:hover,.about-service:hover,.process-modern-step:hover{transform:none;box-shadow:none}}

/* responsive */
@media(max-width:1100px){
  .header-inner{grid-template-columns:210px 1fr 260px}.primary-nav{gap:28px}.nav-cta{display:none}
  .hero-home-inner{grid-template-columns:1fr}.hero-index{display:none}
  .section-heading{grid-template-columns:46px 1fr}.section-heading>p{grid-column:2;margin-top:0}
  .intro-grid{gap:64px 54px}.intro-copy{padding-left:40px}
  .audience-grid{grid-template-columns:repeat(3,1fr)}
  .service-modern-grid{grid-template-columns:repeat(4,1fr)}.service-modern{grid-column:span 2}.service-modern.wide{grid-column:span 4}
  .contact-modern-grid{gap:64px}.founder-modern-grid{gap:70px}
}

@media(max-width:820px){
  .shell{width:min(100% - 36px,var(--shell))}.section-pad,.principles-section{padding:74px 0}
  body.admin-bar .site-header.scrolled{top:46px}
  .site-header{height:68px}.header-inner{display:flex;justify-content:space-between}.brand{font-size:17px}.brand img{width:31px;height:31px}.primary-nav,.header-actions{display:none}
  .mobile-toggle{display:flex;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:rgba(10,10,11,.45);align-items:center;justify-content:center;flex-direction:column;gap:6px;cursor:pointer}
  .mobile-toggle span{width:16px;height:1px;background:#fff;transition:transform .2s ease}
  .mobile-toggle.open span:first-child{transform:translateY(3.5px) rotate(45deg)}.mobile-toggle.open span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
  .mobile-panel{display:none;position:absolute;left:18px;right:18px;top:74px;background:rgba(15,15,17,.97);border:1px solid var(--line);border-radius:20px;padding:16px;box-shadow:0 20px 60px rgba(0,0,0,.35);backdrop-filter:blur(16px)}
  .mobile-panel.open{display:grid}.mobile-panel a{padding:13px 10px;border-bottom:1px solid var(--line);font-weight:650}.mobile-panel a:last-child{border-bottom:0;color:var(--orange)}
  .hero-home,.page-hero{min-height:660px;padding:160px 0 70px;background-position:62% center}.hero-home h1,.page-hero h1{font-size:clamp(49px,12vw,68px)}.hero-home-copy>p,.page-hero-copy>p{font-size:16px}
  .cred-grid{grid-template-columns:1fr 1fr}.cred-grid>div{border-bottom:1px solid var(--line)}.cred-grid>div:nth-child(2){border-right:0}.cred-grid>div:first-child{padding-left:24px}.cred-grid>div:last-child{padding-right:24px}
  .section-heading{grid-template-columns:38px 1fr;gap:18px;margin-bottom:46px}.section-number{width:34px;height:34px}.section-heading>p{grid-column:1/-1;margin-left:56px}
  .intro-grid{grid-template-columns:1fr;gap:44px}.intro-copy{padding-left:0}.intro-grid .section-heading{grid-column:auto}.intro-image{order:3}
  .package-modern-grid{grid-template-columns:1fr}.package-modern{min-height:330px}.package-modern h3{margin-top:42px}
  .audience-grid{grid-template-columns:1fr 1fr}.audience-card{min-height:220px}.audience-section{padding:74px 0}
  .service-modern-grid{grid-template-columns:1fr}.service-modern,.service-modern.wide{grid-column:auto;display:flex}.service-modern{min-height:330px}.service-modern.wide img{height:150px;margin:auto auto 0}
  .print-modern{padding:74px 0}.print-modern-grid{grid-template-columns:1fr;gap:50px}.print-services{grid-template-columns:1fr}.print-services>div:nth-child(odd){border-right:0;padding-right:0}.print-services>div:nth-child(even){padding-left:0}
  .process-modern{grid-template-columns:1fr 1fr}
  .contact-modern-grid{grid-template-columns:1fr}.contact-sidebar{position:static}.form-card{padding:26px}.newsletter-modern-inner{grid-template-columns:1fr;gap:40px}
  .founder-modern-grid{grid-template-columns:1fr}.founder-portrait{max-width:470px;margin-inline:auto}.portrait-note{right:12px}.principles-grid{grid-template-columns:1fr}.about-service-grid{grid-template-columns:1fr 1fr}.about-service{min-height:360px}
  .footer-top{grid-template-columns:1fr 1fr;gap:50px}.footer-brand{grid-column:1/-1}.footer-bottom{gap:20px}
}

@media(max-width:520px){
  .announcement{height:30px;font-size:11px}.site-header{top:30px}.site-header.scrolled{top:0}
  .shell{width:calc(100% - 28px)}
  .hero-home,.page-hero{min-height:600px;padding-top:138px;background-position:68% center}.hero-home h1,.page-hero h1{font-size:44px}.hero-home h1 br,.page-hero h1 br{display:none}
  .hero-actions{align-items:flex-start;flex-direction:column;gap:18px}
  .cred-grid{grid-template-columns:1fr}.cred-grid>div{border-right:0;padding:20px 8px!important}
  .section-heading{grid-template-columns:1fr}.section-heading .section-number{margin-bottom:3px}.section-heading>p{margin-left:0}.section-heading h2{font-size:39px}
  .lead-copy{font-size:19px}.package-modern{padding:24px}.package-modern ul{grid-template-columns:1fr}.package-modern h3{font-size:25px}
  .audience-grid{grid-template-columns:1fr}.audience-card{min-height:0}.audience-card img{margin-bottom:22px}
  .cta-modern{padding:76px 0}.cta-modern h2{font-size:40px}
  .contact-quick{gap:28px}.contact-quick strong{font-size:32px}.form-row,.choice-grid{grid-template-columns:1fr}.form-card{padding:20px;border-radius:20px}.newsletter-modern-form{grid-template-columns:1fr}.newsletter-modern-form button{width:100%}
  .process-modern{grid-template-columns:1fr}.process-modern-step{min-height:220px}.process-modern-step h3{margin-top:34px}
  .founder-story h2{font-size:42px}.portrait-note{position:static;margin:-22px 14px 0;z-index:2;position:relative}.about-service-grid{grid-template-columns:1fr}.about-service{min-height:auto;padding:25px}.about-service-icon{width:82px;height:82px;margin-bottom:24px}.about-service img{width:58px;height:58px}.about-service h3{font-size:24px}
  .footer-top{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}.chat-bubble{right:16px;bottom:16px;width:46px;height:46px}
}


/* ==========================================================
   v1.6 MOBILE + TABLET UX PASS
   Keeps the approved desktop design while making navigation,
   typography, grids, forms, and touch targets device-friendly.
   ========================================================== */
html{scroll-padding-top:118px}
body.menu-open{overflow:hidden;touch-action:none}
button,a,input,textarea,label{-webkit-tap-highlight-color:rgba(255,90,31,.14)}
.button,.nav-cta,.mobile-panel a,.newsletter-modern-form button{min-height:44px}
.mat-form.modern input[type=text],.mat-form.modern input[type=email],.mat-form.modern input[type=tel],.mat-form.modern textarea,.newsletter-modern-form input{font-size:16px}
h1,h2,h3{text-wrap:balance}
p{text-wrap:pretty}
.footer-contact a{overflow-wrap:anywhere}

/* Tablet landscape / smaller laptop: switch to touch-first nav early. */
@media(max-width:1024px){
  .shell{width:min(var(--shell),calc(100% - 48px))}
  .section-pad,.principles-section{padding:82px 0}

  .site-header{height:72px}
  .header-inner{display:flex;justify-content:space-between;gap:20px}
  .brand{font-size:18px}.brand img{width:34px;height:34px}
  .primary-nav,.header-actions{display:none}
  .mobile-toggle{display:flex;width:46px;height:46px;min-width:46px;border:1px solid var(--line-strong);border-radius:50%;background:rgba(10,10,11,.58);align-items:center;justify-content:center;flex-direction:column;gap:6px;cursor:pointer;color:#fff;backdrop-filter:blur(10px)}
  .mobile-toggle span{width:18px;height:1.5px;background:#fff;border-radius:2px;transition:transform .2s ease,opacity .2s ease}
  .mobile-toggle.open span:first-child{transform:translateY(3.75px) rotate(45deg)}
  .mobile-toggle.open span:last-child{transform:translateY(-3.75px) rotate(-45deg)}
  .mobile-panel{display:none;position:absolute;top:78px;right:24px;left:auto;width:min(360px,calc(100vw - 48px));max-height:calc(100svh - 118px);overflow:auto;background:rgba(15,15,17,.985);border:1px solid var(--line);border-radius:22px;padding:12px;box-shadow:0 24px 70px rgba(0,0,0,.48);backdrop-filter:blur(20px)}
  .mobile-panel.open{display:grid}
  .mobile-panel a{display:flex;align-items:center;padding:14px 14px;border-radius:12px;border-bottom:1px solid var(--line);font-size:15px;font-weight:650}
  .mobile-panel a:last-child{border-bottom:0;color:var(--orange)}
  .mobile-panel a:hover,.mobile-panel a:focus-visible{background:rgba(255,255,255,.045)}

  .hero-home{min-height:680px;min-height:min(760px,82svh);padding:168px 0 76px;background-position:58% center}
  .page-hero{min-height:620px;min-height:min(720px,78svh);padding:164px 0 72px}
  .hero-home-inner{grid-template-columns:1fr;gap:0}.hero-index{display:none}
  .hero-home h1{font-size:clamp(54px,8.4vw,76px);max-width:820px}
  .page-hero h1{font-size:clamp(52px,8vw,74px);max-width:820px}
  .hero-home-copy>p,.page-hero-copy>p{font-size:17px;max-width:620px}

  .section-heading{grid-template-columns:42px minmax(0,1fr);gap:20px;margin-bottom:48px}
  .section-heading>p{grid-column:2;margin:2px 0 0;max-width:560px}
  .section-heading h2{font-size:clamp(40px,5.4vw,54px)}

  .intro-grid{grid-template-columns:1fr 1fr;gap:48px 42px}.intro-copy{padding-left:0}
  .package-modern{padding:28px;min-height:350px}
  .audience-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.audience-card{min-height:220px}

  .service-modern-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .service-modern,.service-modern.wide{grid-column:auto;display:flex;min-height:340px}
  .service-modern.wide img{height:145px;margin:auto auto 0}
  .print-modern-grid{grid-template-columns:1fr;gap:46px}.print-copy{max-width:690px}
  .process-modern{grid-template-columns:repeat(2,minmax(0,1fr))}

  .contact-modern-grid{grid-template-columns:1fr;gap:52px}.contact-sidebar{position:static;max-width:720px}
  .contact-details{max-width:680px}.form-card{padding:32px}
  .newsletter-modern-inner{grid-template-columns:1fr;gap:38px}.newsletter-modern-form{max-width:680px}

  .founder-modern-grid{grid-template-columns:.88fr 1.12fr;gap:54px}
  .portrait-note{right:8px}
  .about-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-service:last-child{grid-column:1/-1;min-height:330px}

  .footer-top{grid-template-columns:1.25fr .75fr;gap:44px 64px}.footer-contact{grid-column:2}.footer-bottom{flex-wrap:wrap}
}

/* Tablet portrait and large phones. */
@media(max-width:768px){
  html{scroll-padding-top:102px}
  .shell{width:calc(100% - 40px)}
  .section-pad,.principles-section{padding:68px 0}
  .announcement{height:31px;padding-inline:14px;text-align:center}
  .site-header{top:31px;height:68px}.site-header.scrolled{top:0}
  body.admin-bar .site-header.scrolled{top:46px}
  .brand{font-size:17px}.brand img{width:31px;height:31px}
  .mobile-toggle{width:44px;height:44px;min-width:44px}
  .mobile-panel{top:73px;right:20px;width:calc(100vw - 40px);max-height:calc(100svh - 112px)}

  .hero-home,.page-hero{min-height:610px;min-height:min(700px,78svh);padding:145px 0 64px;background-position:64% center}
  .hero-home::before,.page-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,6,.25),rgba(5,5,6,.08));pointer-events:none}
  .hero-home-copy,.page-hero-copy{position:relative;z-index:2}
  .hero-home h1,.page-hero h1{font-size:clamp(46px,10vw,64px);line-height:.98;letter-spacing:-.05em}
  .hero-home-copy>p,.page-hero-copy>p{font-size:16px;line-height:1.6}
  .hero-actions{gap:20px}
  .contact-quick{gap:30px;flex-wrap:wrap}.contact-quick strong{font-size:34px}

  .cred-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cred-grid>div{padding:22px 20px!important}.cred-grid>div:nth-child(2n){border-right:0}

  .section-heading{grid-template-columns:36px 1fr;gap:16px;margin-bottom:40px}
  .section-number{width:34px;height:34px}
  .section-heading>p{grid-column:1/-1;margin:0 0 0 52px}
  .section-heading h2{font-size:clamp(38px,7vw,48px)}

  .intro-grid{grid-template-columns:1fr;gap:36px}.intro-grid .section-heading{grid-column:auto}.intro-copy{max-width:680px}.intro-image{order:3}
  .intro-image img{aspect-ratio:4/3}
  .package-modern-grid{grid-template-columns:1fr}.package-modern{min-height:auto}.package-modern h3{margin-top:38px}
  .audience-section{padding:68px 0}.audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.audience-card{min-height:210px}
  .cta-modern{padding:78px 0}.cta-modern h2{font-size:clamp(40px,8vw,56px)}

  .service-modern-grid{grid-template-columns:1fr 1fr}.service-modern,.service-modern.wide{min-height:310px;padding:24px}
  .service-modern img,.service-modern.wide img{height:120px;max-width:72%}
  .print-modern{padding:72px 0}.print-services{grid-template-columns:1fr}.print-services>div:nth-child(odd){border-right:0;padding-right:0}.print-services>div:nth-child(even){padding-left:0}
  .process-modern-step{min-height:220px;padding:25px}

  .contact-sidebar h2{font-size:clamp(40px,8vw,54px)}
  .contact-details>div{grid-template-columns:82px 1fr}
  .form-card{padding:26px;border-radius:24px}.mat-form.modern{gap:19px}
  .newsletter-modern{padding:72px 0}

  .founder-modern-grid{grid-template-columns:1fr;gap:42px}.founder-portrait{max-width:460px;margin-inline:auto}.founder-story{max-width:700px}
  .principles-grid{grid-template-columns:1fr}.principles-grid article{min-height:auto;padding:26px}.principles-grid h3{margin-top:28px}
  .about-service-grid{grid-template-columns:1fr}.about-service,.about-service:last-child{grid-column:auto;min-height:auto}

  .footer-top{grid-template-columns:1fr 1fr;gap:42px}.footer-brand{grid-column:1/-1}.footer-contact{grid-column:auto}.footer-bottom{gap:14px}
}

/* Phone layout. */
@media(max-width:600px){
  .shell{width:calc(100% - 32px)}
  .section-pad,.principles-section{padding:58px 0}
  .announcement{font-size:10.5px}
  .brand span{font-size:16px}
  .mobile-panel{right:16px;width:calc(100vw - 32px)}

  .hero-home,.page-hero{min-height:570px;min-height:min(650px,78svh);padding:128px 0 54px;background-position:68% center}
  .hero-home h1,.page-hero h1{font-size:clamp(40px,11vw,52px)}
  .hero-home h1 br,.page-hero h1 br{display:none}
  .hero-home-copy>p,.page-hero-copy>p{font-size:15.5px}
  .hero-actions{align-items:stretch;flex-direction:column;gap:14px}.hero-actions .button{width:100%}.hero-actions .text-link{justify-content:center;min-height:44px}
  .eyebrow-pill{font-size:10px;line-height:1.2}

  .cred-grid{grid-template-columns:1fr}.cred-grid>div{border-right:0;border-bottom:1px solid var(--line);padding:18px 6px!important}.cred-grid>div:last-child{border-bottom:0}
  .section-heading{grid-template-columns:1fr;gap:10px;margin-bottom:34px}.section-heading>p{margin:4px 0 0}.section-heading h2{font-size:clamp(36px,10vw,44px)}
  .lead-copy{font-size:19px}

  .package-modern{padding:23px;border-radius:20px}.package-modern ul{grid-template-columns:1fr;gap:9px}.package-modern h3{font-size:24px;margin-top:34px}
  .audience-grid{grid-template-columns:1fr}.audience-card{min-height:auto;padding:22px}
  .cta-modern{padding:66px 0}.cta-modern h2{font-size:clamp(38px,10vw,48px);margin-bottom:28px}.cta-modern .button{width:100%}

  .service-modern-grid{grid-template-columns:1fr}.service-modern,.service-modern.wide{min-height:auto;padding:23px}.service-modern img,.service-modern.wide img{height:auto;max-height:130px;margin:34px auto 0}
  .print-copy h2{font-size:clamp(38px,10vw,48px)}
  .process-modern{grid-template-columns:1fr}.process-modern-step{min-height:auto;padding:24px}.process-modern-step h3{margin-top:28px}

  .contact-quick{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-quick strong{font-size:31px}
  .contact-sidebar h2{font-size:clamp(38px,10vw,48px)}
  .contact-details{margin-top:36px}.contact-details>div{grid-template-columns:1fr;gap:4px;padding:15px 0}
  .form-row,.choice-grid{grid-template-columns:1fr}.form-card{padding:20px;border-radius:20px}.mat-form.modern .button{width:100%}
  .newsletter-modern-form{grid-template-columns:1fr}.newsletter-modern-form button{width:100%}

  .founder-portrait>img{border-radius:24px}.portrait-note{position:relative;right:auto;bottom:auto;margin:-24px 14px 0}
  .founder-story h2{font-size:clamp(38px,10vw,48px)}
  .about-service{padding:23px;border-radius:22px}.about-service-icon{width:82px;height:82px}.about-service img{width:58px;height:58px}.about-service h3{font-size:24px}

  .site-footer{padding-top:54px}.footer-top{grid-template-columns:1fr;gap:34px;padding-bottom:40px}.footer-brand,.footer-contact{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start}
  .chat-bubble{right:max(16px,env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom));width:46px;height:46px}
}

@media(max-width:380px){
  .shell{width:calc(100% - 24px)}
  .hero-home,.page-hero{padding-left:0;padding-right:0}
  .hero-home h1,.page-hero h1{font-size:39px}
  .contact-quick{grid-template-columns:1fr}
  .form-card{padding:17px}
}

@media(max-width:900px) and (orientation:landscape) and (max-height:600px){
  .hero-home,.page-hero{min-height:540px;padding-top:124px;padding-bottom:48px}
  .hero-home h1,.page-hero h1{font-size:46px}
}


/* ==========================================================
   v1.7 HEADER POLISH
   Separates the announcement strip from the navigation and
   restores a premium, vertically centered header on desktop.
   ========================================================== */
.announcement{
  height:38px;
  min-height:38px;
  padding:0 20px;
  background:#383839;
  border-bottom:1px solid rgba(255,255,255,.10);
  font-size:13px;
  line-height:1;
  letter-spacing:.005em;
}
.announcement a{
  min-height:38px;
  align-items:center;
  justify-content:center;
  padding:0 4px;
}
.site-header{
  top:38px;
  height:78px;
  background:rgba(8,8,10,.64);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,.10);
}
.site-header.scrolled{
  top:0;
  height:74px;
  background:rgba(8,8,10,.94);
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
}
.header-inner{
  min-height:78px;
  align-items:center;
}
.site-header.scrolled .header-inner{min-height:74px}
.brand{font-size:19px;line-height:1;gap:10px}
.brand img{width:35px;height:35px}
.primary-nav{align-items:center;gap:40px;font-size:13.5px;line-height:1}
.primary-nav a{display:flex;align-items:center;min-height:44px;padding:0 2px}
.primary-nav a::after{bottom:4px}
.header-actions{min-height:44px;gap:22px}
.socials{min-height:44px;gap:13px}
.socials a{display:grid;place-items:center;width:22px;height:44px}
.nav-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px}

/* Touch navigation keeps the same visual separation. */
@media(max-width:1024px){
  .announcement{height:34px;min-height:34px;font-size:12px}
  .announcement a{min-height:34px}
  .site-header{top:34px;height:72px;background:rgba(8,8,10,.78)}
  .site-header.scrolled{top:0;height:72px}
  .header-inner,.site-header.scrolled .header-inner{min-height:72px}
}
@media(max-width:768px){
  .announcement{height:32px;min-height:32px;font-size:11.5px;padding-inline:14px}
  .announcement a{min-height:32px}
  .site-header{top:32px;height:70px}
  .site-header.scrolled{top:0;height:70px}
  .header-inner,.site-header.scrolled .header-inner{min-height:70px}
  .mobile-panel{top:76px}
}
@media(max-width:600px){
  .announcement{height:31px;min-height:31px;font-size:11px}
  .announcement a{min-height:31px}
  .site-header{top:31px;height:68px}
  .site-header.scrolled{top:0;height:68px}
  .header-inner,.site-header.scrolled .header-inner{min-height:68px}
  .mobile-panel{top:74px}
}


/* ==========================================================
   v1.8 INTEGRATED QUOTE CTA
   Removes the global announcement strip and integrates the
   quote prompt into the homepage as a premium floating CTA.
   ========================================================== */
.announcement{display:none!important}
.site-header,
.site-header.scrolled{
  top:0;
}
body.admin-bar .site-header{top:32px}
body.admin-bar .site-header.scrolled{top:32px}

.home-quote-cta{
  position:relative;
  z-index:6;
  margin-top:-42px;
  padding:0 0 34px;
}
.home-quote-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:54px minmax(0,1fr) auto;
  gap:20px;
  align-items:center;
  padding:18px 22px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:24px;
  background:linear-gradient(110deg,rgba(25,25,28,.96),rgba(15,15,17,.96));
  box-shadow:0 24px 70px rgba(0,0,0,.34);
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
}
.home-quote-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:linear-gradient(180deg,var(--orange),var(--warm));
}
.home-quote-card::after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-110px;
  top:-150px;
  border-radius:50%;
  background:rgba(255,90,31,.09);
  filter:blur(2px);
  pointer-events:none;
}
.home-quote-mark{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border-radius:18px;
  border:1px solid rgba(255,90,31,.35);
  background:rgba(255,90,31,.10);
  color:var(--orange);
  font-size:22px;
  line-height:1;
}
.home-quote-copy{min-width:0}
.home-quote-copy .kicker{margin-bottom:5px}
.home-quote-copy h2{
  margin:0;
  font-size:clamp(22px,2.1vw,30px);
  line-height:1.05;
  letter-spacing:-.035em;
  font-weight:560;
}
.home-quote-copy p{
  margin:5px 0 0;
  max-width:650px;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}
.home-quote-button{
  position:relative;
  z-index:2;
  white-space:nowrap;
  min-height:48px;
  padding-inline:22px;
}

/* With no announcement strip, the header owns the top edge cleanly. */
.site-header{
  height:78px;
  background:rgba(8,8,10,.68);
}
.site-header.scrolled{height:74px}
.header-inner{min-height:78px}
.site-header.scrolled .header-inner{min-height:74px}

@media(max-width:1024px){
  body.admin-bar .site-header,body.admin-bar .site-header.scrolled{top:32px}
  .site-header,.site-header.scrolled{top:0;height:72px}
  .header-inner,.site-header.scrolled .header-inner{min-height:72px}
  .mobile-panel{top:78px}
  .home-quote-card{grid-template-columns:50px minmax(0,1fr) auto;gap:17px;padding:17px 19px}
  .home-quote-mark{width:48px;height:48px;border-radius:15px}
}
@media(max-width:782px){
  body.admin-bar .site-header,body.admin-bar .site-header.scrolled{top:46px}
}
@media(max-width:768px){
  .site-header,.site-header.scrolled{top:0;height:70px}
  .header-inner,.site-header.scrolled .header-inner{min-height:70px}
  .mobile-panel{top:76px}
  .home-quote-cta{margin-top:-30px;padding-bottom:26px}
  .home-quote-card{grid-template-columns:46px minmax(0,1fr);padding:16px 17px;gap:14px;border-radius:22px}
  .home-quote-mark{width:44px;height:44px;border-radius:14px}
  .home-quote-button{grid-column:1/-1;width:100%;margin-top:2px}
  .home-quote-copy h2{font-size:24px}
}
@media(max-width:600px){
  .site-header,.site-header.scrolled{top:0;height:68px}
  .header-inner,.site-header.scrolled .header-inner{min-height:68px}
  .mobile-panel{top:74px}
  .home-quote-cta{margin-top:-22px;padding-bottom:22px}
  .home-quote-card{grid-template-columns:1fr;padding:16px;border-radius:20px}
  .home-quote-mark{width:44px;height:44px}
  .home-quote-copy h2{font-size:23px}
  .home-quote-copy p{font-size:13.5px}
}
