:root {
  --ink: #111317;
  --ink-soft: #1c2026;
  --charcoal: #262b32;
  --muted: #646c76;
  --paper: #ffffff;
  --surface: #f5f6f7;
  --line: #dfe3e7;
  --orange: #ff8318;
  --orange-dark: #db6100;
  --orange-pale: #fff0e1;
  --green: #20a765;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(9, 12, 16, 0.14);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 105px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 1000; padding: 12px 16px; border-radius: 8px; background: var(--orange); color: var(--ink); font-weight: 850; transition: top .2s ease; }
.skip-link:focus { top: 18px; }

.utility-bar { min-height: 36px; display: flex; align-items: center; color: #d1d5da; background: var(--ink); font-size: .77rem; font-weight: 650; }
.utility-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner p { margin: 0; }
.utility-contact { display: flex; gap: 25px; }
.utility-contact a { text-decoration: none; }
.utility-contact a:hover, .utility-contact a:focus-visible { color: var(--orange); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(17, 19, 23, .08); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; width: 126px; height: 65px; align-items: center; justify-content: flex-start; overflow: hidden; text-decoration: none; }
.brand img { width: 112px; height: 60px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .9rem; font-weight: 760; }
.main-nav a { text-decoration: none; }
.main-nav a:not(.nav-cta):hover, .main-nav a:not(.nav-cta):focus-visible { color: var(--orange-dark); }
.nav-cta { padding: 12px 18px; border-radius: 8px; background: var(--orange); color: #18120d; box-shadow: 0 8px 20px rgba(219, 97, 0, .18); }
.nav-cta:hover, .nav-cta:focus-visible { background: #ff9a3f; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 9px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; border-radius: 2px; background: var(--ink); }

.hero { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #16191e; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,13,16,.97) 0%, rgba(11,13,16,.9) 27%, rgba(11,13,16,.48) 54%, rgba(11,13,16,.06) 82%); }
.hero-inner { position: relative; z-index: 1; padding-block: 88px; }
.hero-copy { max-width: 680px; }
.eyebrow { margin: 0 0 18px; color: var(--orange-dark); font-size: .77rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-light { color: var(--orange); }
.hero h1, .section-heading h2, .trust-heading h2, .work-header h2, .journal-header h2, .faq-layout h2, .contact-section h2 { margin: 0; letter-spacing: -.044em; line-height: 1.05; }
.hero h1 { max-width: 690px; font-size: clamp(3.1rem, 6vw, 5.8rem); }
.hero-intro { max-width: 630px; margin: 26px 0 0; color: #d5d9de; font-size: clamp(1.08rem, 1.6vw, 1.25rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.button { min-height: 53px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 9px; font-weight: 850; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #17110c; box-shadow: 0 13px 30px rgba(219,97,0,.25); }
.button-primary:hover, .button-primary:focus-visible { background: #ff9a3d; }
.button-glass { border-color: rgba(255,255,255,.4); color: #fff; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.button-glass:hover, .button-glass:focus-visible { border-color: #fff; background: rgba(255,255,255,.14); }
.hero-checks { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 28px 0 0; padding: 0; list-style: none; color: #e5e8ec; font-size: .9rem; font-weight: 700; }
.hero-checks li::before { content: "✓"; margin-right: 9px; color: var(--orange); font-weight: 950; }

.credentials { position: relative; z-index: 4; border-bottom: 1px solid var(--line); background: #fff; }
.credential-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.credential-grid > div { min-height: 132px; display: grid; align-content: center; padding: 22px 26px; border-left: 1px solid var(--line); }
.credential-grid > div:last-child { border-right: 1px solid var(--line); }
.credential-grid span { margin-bottom: 12px; color: var(--orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .13em; }
.credential-grid strong, .credential-grid small { display: block; }
.credential-grid strong { font-size: 1rem; }
.credential-grid small { margin-top: 3px; color: var(--muted); font-size: .82rem; }

.trust-section { background: #fff; }
.trust-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.trust-heading h2, .section-heading h2, .work-header h2, .journal-header h2, .faq-layout h2 { font-size: clamp(2.35rem, 4.5vw, 4.15rem); }
.trust-heading > p:not(.eyebrow) { margin: 24px 0; color: var(--muted); font-size: 1.08rem; }
.inline-link { display: inline-flex; gap: 14px; align-items: center; color: var(--ink); font-weight: 850; text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: 6px; }
.inline-link span { color: var(--orange-dark); font-size: 1.4rem; transition: transform .2s ease; }
.inline-link:hover span { transform: translateX(5px); }
.trust-list { border-top: 1px solid var(--line); }
.trust-list article { display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.trust-icon { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 50%; background: var(--orange-pale); color: var(--orange-dark); font-weight: 950; }
.trust-list h3 { margin: 0 0 6px; font-size: 1.12rem; }
.trust-list p { margin: 0; color: var(--muted); }

.services-section { background: var(--surface); }
.section-heading { margin-bottom: 50px; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 340px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover, .service-card:focus-within { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-number { color: var(--orange-dark); font-size: .73rem; font-weight: 900; letter-spacing: .14em; }
.service-card h3 { margin: 62px 0 14px; font-size: 1.45rem; line-height: 1.22; }
.service-card p { margin: 0; color: var(--muted); }
.service-card a { display: inline-flex; gap: 10px; align-items: center; margin-top: auto; padding-top: 26px; font-size: .88rem; font-weight: 850; text-decoration: none; }
.service-card a::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.service-card a span { color: var(--orange-dark); font-size: 1.2rem; }
.service-card-dark { color: #fff; border-color: var(--ink); background: var(--ink); }
.service-card-dark .card-number, .service-card-dark a span { color: var(--orange); }
.service-card-dark p { color: #bbc1c9; }
.service-card-accent { border-color: #f0a45f; background: var(--orange-pale); }

.work-section { position: relative; overflow: hidden; color: #fff; background: #171a1f; }
.work-section::before { content: ""; position: absolute; top: -320px; right: -240px; width: 680px; height: 680px; border: 1px solid rgba(255,131,24,.17); border-radius: 50%; box-shadow: inset 0 0 0 100px rgba(255,131,24,.018), inset 0 0 0 210px rgba(255,131,24,.018); }
.work-header { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; margin-bottom: 46px; }
.work-header > p { margin: 0 0 6px; color: #b7bec7; font-size: 1.04rem; }
.work-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.work-grid article { min-height: 280px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,131,24,.13), rgba(255,255,255,.035)); }
.work-grid span { margin-bottom: auto; color: var(--orange); font-size: .73rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.work-grid h3 { margin: 54px 0 10px; font-size: 1.43rem; line-height: 1.2; }
.work-grid p { margin: 0; color: #b7bec7; }

.process-section { background: #fff; }
.centered-heading { max-width: 770px; margin-inline: auto; text-align: center; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-grid li { min-height: 250px; padding: 30px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid li:last-child { border-right: 1px solid var(--line); }
.process-grid li > span { color: var(--orange-dark); font-size: .76rem; font-weight: 900; letter-spacing: .13em; }
.process-grid h3 { margin: 62px 0 10px; font-size: 1.24rem; }
.process-grid p { margin: 0; color: var(--muted); }

.journal-section { background: #fff; }
.journal-header { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; margin-bottom: 48px; }
.journal-header > div:last-child > p { margin: 0 0 22px; color: var(--muted); font-size: 1.04rem; }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.journal-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.journal-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.journal-thumb { position: relative; min-height: 215px; display: grid; place-items: center; overflow: hidden; color: #fff; text-decoration: none; isolation: isolate; }
.journal-thumb::before, .journal-thumb::after { content: ""; position: absolute; z-index: -1; }
.journal-thumb::before { inset: 0; background: linear-gradient(145deg, #15181d 0%, #292e35 100%); }
.journal-thumb::after { width: 220px; height: 220px; border: 1px solid rgba(255,131,24,.34); border-radius: 50%; box-shadow: inset 0 0 0 34px rgba(255,131,24,.045), 0 0 0 70px rgba(255,131,24,.035); }
.journal-thumb span { color: var(--orange); font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 950; letter-spacing: -.05em; }
.journal-thumb-outlet::before { background: linear-gradient(145deg, #ff8b29 0%, #c84f00 100%); }
.journal-thumb-outlet::after { border-color: rgba(255,255,255,.35); box-shadow: inset 0 0 0 34px rgba(255,255,255,.06), 0 0 0 70px rgba(255,255,255,.045); }
.journal-thumb-outlet span { color: #17110c; }
.journal-thumb-panel::before { background: linear-gradient(145deg, #30363e 0%, #111317 100%); }
.journal-card-body { padding: 27px 27px 29px; }
.journal-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 0 0 17px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.journal-meta span { color: var(--orange-dark); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.journal-card h3 { margin: 0; font-size: 1.42rem; line-height: 1.25; letter-spacing: -.025em; }
.journal-card h3 a { text-decoration: none; }
.journal-card h3 a:hover, .journal-card h3 a:focus-visible { color: var(--orange-dark); }
.journal-card-body > p:not(.journal-meta) { margin: 15px 0 23px; color: var(--muted); }
.journal-read { display: inline-flex; gap: 10px; align-items: center; font-size: .88rem; font-weight: 850; text-decoration: none; }
.journal-read span { color: var(--orange-dark); font-size: 1.2rem; transition: transform .2s ease; }
.journal-read:hover span { transform: translateX(5px); }

.subpage-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(17,19,23,.08); background: rgba(255,255,255,.97); backdrop-filter: blur(14px); }
.subpage-header .header-inner { min-height: 78px; }
.subpage-nav { display: flex; align-items: center; gap: 24px; font-size: .9rem; font-weight: 800; }
.subpage-nav a { text-decoration: none; }
.subpage-nav a:hover, .subpage-nav a:focus-visible { color: var(--orange-dark); }
.subpage-nav .nav-cta:hover, .subpage-nav .nav-cta:focus-visible { color: #18120d; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 0 0 24px; color: #b9c0c8; font-size: .86rem; }
.breadcrumb a { color: #fff; text-underline-offset: 4px; }
.article-hero, .blog-hero { color: #fff; background: linear-gradient(125deg, #111317 0%, #22272e 62%, #382113 100%); }
.article-hero { padding: 92px 0 86px; }
.article-hero-inner { max-width: 920px; }
.article-category { margin: 0 0 18px; color: var(--orange); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.article-hero h1, .blog-hero h1 { margin: 0; font-size: clamp(2.75rem, 6vw, 5.4rem); letter-spacing: -.05em; line-height: 1.02; }
.article-deck { max-width: 760px; margin: 24px 0 0; color: #cbd1d8; font-size: clamp(1.08rem, 1.8vw, 1.28rem); line-height: 1.65; }
.article-date { display: block; margin-top: 28px; color: #9ba4ae; font-size: .88rem; font-weight: 700; }
.article-main { padding: 82px 0 105px; background: #fff; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(250px, 320px); gap: clamp(55px, 8vw, 110px); align-items: start; }
.article-body { font-size: 1.08rem; line-height: 1.82; }
.article-body > p:first-child { margin-top: 0; font-size: 1.2rem; color: #3f464f; }
.article-body h2 { margin: 48px 0 17px; font-size: clamp(1.75rem, 3vw, 2.35rem); letter-spacing: -.035em; line-height: 1.15; }
.article-body h3 { margin: 34px 0 12px; font-size: 1.3rem; line-height: 1.3; }
.article-body p, .article-body li { color: #444b54; }
.article-body ul, .article-body ol { padding-left: 1.3em; }
.article-body li + li { margin-top: 10px; }
.article-note { margin: 34px 0; padding: 23px 25px; border-left: 5px solid var(--orange); border-radius: 0 12px 12px 0; background: var(--orange-pale); color: #382111; }
.article-note strong { color: var(--ink); }
.article-aside { position: sticky; top: 106px; padding: 28px; border-radius: var(--radius); color: #fff; background: var(--ink); }
.article-aside p { margin: 0 0 18px; color: #b9c0c8; }
.article-aside h2 { margin: 0 0 14px; font-size: 1.45rem; line-height: 1.2; }
.article-aside .button { width: 100%; }
.back-to-blog { display: inline-flex; gap: 10px; align-items: center; margin-top: 45px; color: var(--ink); font-weight: 850; text-decoration-color: var(--orange); text-underline-offset: 5px; }

.blog-hero { padding: 88px 0 82px; }
.blog-hero p { max-width: 700px; margin: 24px 0 0; color: #cbd1d8; font-size: 1.16rem; }
.blog-list-section { padding: 84px 0 105px; background: var(--surface); }
.blog-list { display: grid; gap: 18px; }
.blog-list-item { display: grid; grid-template-columns: 250px 1fr; min-height: 230px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.blog-list-item:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.blog-list-item .journal-thumb { min-height: 100%; }
.blog-list-copy { display: flex; flex-direction: column; align-items: flex-start; padding: 30px 34px; }
.blog-list-copy h2 { margin: 0; font-size: clamp(1.45rem, 3vw, 2.15rem); line-height: 1.18; letter-spacing: -.035em; }
.blog-list-copy h2 a { text-decoration: none; }
.blog-list-copy h2 a:hover, .blog-list-copy h2 a:focus-visible { color: var(--orange-dark); }
.blog-list-copy > p:not(.journal-meta) { margin: 14px 0 22px; color: var(--muted); }
.blog-list-copy .journal-read { margin-top: auto; }

.service-page-hero { position: relative; overflow: hidden; padding: 94px 0 88px; color: #fff; background: linear-gradient(125deg, #111317 0%, #20252b 58%, #4b2810 100%); }
.service-page-hero::before { content: ""; position: absolute; right: -170px; bottom: -360px; width: 720px; height: 720px; border: 1px solid rgba(255,131,24,.24); border-radius: 50%; box-shadow: inset 0 0 0 95px rgba(255,131,24,.028), inset 0 0 0 205px rgba(255,131,24,.024); }
.service-page-hero-inner { position: relative; z-index: 1; max-width: 970px; }
.service-page-hero h1 { max-width: 930px; margin: 0; font-size: clamp(2.8rem, 6vw, 5.55rem); letter-spacing: -.052em; line-height: 1.01; }
.service-page-deck { max-width: 790px; margin: 25px 0 0; color: #d0d5db; font-size: clamp(1.08rem, 1.8vw, 1.28rem); line-height: 1.68; }
.service-hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 30px 0 0; padding: 0; list-style: none; color: #f1f3f5; font-size: .9rem; font-weight: 750; }
.service-hero-points li::before { content: "✓"; margin-right: 9px; color: var(--orange); font-weight: 950; }

.service-page-main { padding: 86px 0 110px; background: #fff; }
.service-page-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(270px, 330px); gap: clamp(55px, 8vw, 110px); align-items: start; }
.service-content { min-width: 0; font-size: 1.05rem; line-height: 1.78; }
.service-lead { margin: 0 0 42px; color: #343b43; font-size: 1.24rem; line-height: 1.7; }
.service-content h2 { margin: 50px 0 18px; font-size: clamp(1.85rem, 3.3vw, 2.65rem); letter-spacing: -.038em; line-height: 1.12; }
.service-content h2:first-of-type { margin-top: 0; }
.service-content h3 { margin: 0 0 9px; font-size: 1.18rem; line-height: 1.28; }
.service-content p, .service-content li { color: #454c55; }
.service-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 27px 0 10px; }
.service-feature { padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.service-feature p { margin: 0; font-size: .96rem; line-height: 1.62; }
.service-check-list { display: grid; gap: 13px; margin: 24px 0 0; padding: 0; list-style: none; }
.service-check-list li { position: relative; padding-left: 35px; }
.service-check-list li::before { content: "✓"; position: absolute; left: 0; top: .04em; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--orange-pale); color: var(--orange-dark); font-size: .78rem; font-weight: 950; }
.service-note { margin: 34px 0; padding: 24px 26px; border-left: 5px solid var(--orange); border-radius: 0 12px 12px 0; background: var(--orange-pale); color: #3b2516; }
.service-note strong { color: var(--ink); }
.service-process { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 27px 0 0; padding: 1px; list-style: none; background: var(--line); }
.service-process li { min-height: 175px; padding: 25px; background: #fff; }
.service-process span { display: block; margin-bottom: 31px; color: var(--orange-dark); font-size: .73rem; font-weight: 900; letter-spacing: .13em; }
.service-process p { margin: 0; font-size: .94rem; line-height: 1.62; }
.service-faq { margin-top: 28px; border-top: 1px solid var(--line); }
.service-faq details { border-bottom: 1px solid var(--line); }
.service-faq summary { position: relative; padding: 21px 40px 21px 0; cursor: pointer; font-weight: 850; list-style: none; }
.service-faq summary::-webkit-details-marker { display: none; }
.service-faq summary::after { content: "+"; position: absolute; right: 4px; top: 13px; color: var(--orange-dark); font-size: 1.7rem; font-weight: 500; }
.service-faq details[open] summary::after { content: "–"; }
.service-faq p { margin: -3px 35px 21px 0; font-size: .97rem; }
.service-contact-card { position: sticky; top: 106px; padding: 30px; border-radius: var(--radius); color: #fff; background: var(--ink); box-shadow: 0 20px 55px rgba(9,12,16,.15); }
.service-contact-card .article-category { margin-bottom: 12px; }
.service-contact-card h2 { margin: 0; font-size: 1.62rem; line-height: 1.18; }
.service-contact-card > p:not(.article-category):not(.service-hours) { margin: 15px 0 20px; color: #bcc3cb; }
.service-contact-list { display: grid; gap: 10px; margin: 0 0 24px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); list-style: none; color: #e5e8eb; font-size: .9rem; }
.service-contact-list li::before { content: "✓"; margin-right: 9px; color: var(--orange); font-weight: 950; }
.service-contact-card .button { width: 100%; }
.service-contact-card .button + .button { margin-top: 10px; }
.service-contact-card .button-glass { min-height: 48px; }
.service-hours { margin: 17px 0 0; color: #949da7; font-size: .8rem; text-align: center; }
.service-related { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); }
.service-related a { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: #343b43; font-size: .84rem; font-weight: 750; text-decoration: none; }
.service-related a:hover, .service-related a:focus-visible { border-color: var(--orange); color: var(--orange-dark); }

.faq-section { background: var(--surface); }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(55px, 9vw, 125px); align-items: start; }
.faq-list { border-top: 1px solid #cfd4da; }
.faq-list details { border-bottom: 1px solid #cfd4da; }
.faq-list summary { position: relative; padding: 23px 42px 23px 0; cursor: pointer; font-size: 1.07rem; font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 16px; color: var(--orange-dark); font-size: 1.75rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list p { margin: -5px 50px 23px 0; color: var(--muted); }

.contact-section { padding: 94px 0; color: #fff; background: linear-gradient(130deg, #e76700, var(--orange) 58%, #ff9e42); }
.contact-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.contact-section .eyebrow { color: #22150a; }
.contact-section h2 { max-width: 740px; font-size: clamp(2.65rem, 5vw, 5rem); }
.contact-section h2 + p { margin: 20px 0 0; color: #332012; font-size: 1.08rem; }
.contact-actions { display: grid; gap: 12px; justify-items: stretch; }
.contact-actions .button-primary { background: var(--ink); color: #fff; box-shadow: none; }
.contact-actions .button-primary:hover { background: #292d33; }
.button-outline-light { border-color: rgba(17,19,23,.42); color: var(--ink); background: transparent; }
.button-outline-light:hover { border-color: var(--ink); background: rgba(255,255,255,.16); }
.email-link { overflow-wrap: anywhere; padding-top: 8px; color: #2c1a0d; font-weight: 800; text-align: center; text-underline-offset: 4px; }

.site-footer { color: #d2d6db; background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1.25fr .85fr .9fr; gap: 80px; padding: 70px 0 48px; }
.footer-brand img { width: 160px; height: 105px; padding: 8px; object-fit: contain; border-radius: 10px; background: #fff; }
.footer-brand p { max-width: 370px; margin: 20px 0 0; color: #969ea8; }
.footer-main h2 { margin: 0 0 17px; color: #fff; font-size: .84rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-main ul { margin: 0; padding: 0; list-style: none; }
.footer-main li { margin: 9px 0; color: #aeb5bd; }
.footer-main a { text-decoration: none; }
.footer-main a:hover, .footer-main a:focus-visible { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0 27px; border-top: 1px solid rgba(255,255,255,.12); color: #858e98; font-size: .82rem; }
.footer-bottom p { margin: 0; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: grid; width: 58px; height: 58px; place-items: center; border: 3px solid #fff; border-radius: 50%; background: var(--green); box-shadow: 0 12px 28px rgba(8,28,18,.3); transition: transform .2s ease; }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { transform: translateY(-3px) scale(1.03); }
.floating-whatsapp svg { width: 29px; height: 29px; fill: #fff; }
:focus-visible { outline: 3px solid rgba(255,131,24,.72); outline-offset: 3px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .section { padding: 84px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 82px; left: 16px; right: 16px; display: none; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 13px 14px; }
  .nav-cta { margin-top: 7px; text-align: center; }
  .hero { min-height: 650px; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(11,13,16,.98) 0%, rgba(11,13,16,.9) 45%, rgba(11,13,16,.3) 100%); }
  .hero-copy { max-width: 610px; }
  .credential-grid { grid-template-columns: repeat(2, 1fr); }
  .credential-grid > div { border-bottom: 1px solid var(--line); }
  .trust-layout, .split-heading, .work-header, .journal-header, .faq-layout, .contact-inner, .article-layout, .service-page-layout { grid-template-columns: 1fr; gap: 48px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-card { display: grid; grid-template-columns: 240px 1fr; }
  .journal-thumb { min-height: 100%; }
  .work-grid { grid-template-columns: 1fr; }
  .work-grid article { min-height: 240px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid li:nth-child(2) { border-right: 1px solid var(--line); }
  .process-grid li:nth-child(n+3) { border-bottom: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1.2fr .8fr; gap: 50px; }
  .footer-brand { grid-column: 1 / -1; }
  .article-aside { position: static; }
  .service-contact-card { position: static; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  .utility-inner { justify-content: center; min-height: 42px; }
  .utility-contact a:nth-child(2), .utility-inner > p { display: none; }
  .header-inner { min-height: 72px; }
  .brand { height: 58px; }
  .brand img { width: 102px; height: 54px; }
  .main-nav { top: 72px; }
  .subpage-nav a:not(.nav-cta) { display: none; }
  .subpage-nav { gap: 0; }
  .subpage-nav .nav-cta { padding: 10px 13px; font-size: .8rem; }
  .hero { min-height: 690px; align-items: end; }
  .hero-image { object-position: 68% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(11,13,16,.22) 0%, rgba(11,13,16,.74) 40%, rgba(11,13,16,.98) 78%); }
  .hero-inner { padding-block: 190px 58px; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-checks { display: grid; }
  .credential-grid { grid-template-columns: 1fr; }
  .credential-grid > div { min-height: 112px; border-right: 1px solid var(--line); }
  .service-grid, .process-grid { grid-template-columns: 1fr; }
  .journal-card, .blog-list-item { display: block; }
  .journal-thumb, .blog-list-item .journal-thumb { min-height: 190px; }
  .journal-card-body, .blog-list-copy { padding: 24px; }
  .article-hero, .blog-hero { padding: 62px 0 58px; }
  .article-main, .blog-list-section, .service-page-main { padding: 62px 0 78px; }
  .service-page-hero { padding: 62px 0 58px; }
  .service-page-hero h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .service-hero-points { display: grid; }
  .service-feature-grid, .service-process { grid-template-columns: 1fr; }
  .service-process li { min-height: 155px; }
  .service-card { min-height: 315px; }
  .process-grid li, .process-grid li:nth-child(2) { min-height: 220px; border-right: 1px solid var(--line); border-bottom: 0; }
  .process-grid li:last-child { border-bottom: 1px solid var(--line); }
  .faq-list p { margin-right: 12px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; padding-top: 55px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 54px; height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
