:root {
  --ink: #171816;
  --paper: #f4f1ea;
  --white: #fff;
  --copper: #d26c3f;
  --lime: #d8e456;
  --muted: #77756e;
  --line: rgba(23, 24, 22, .16);
  --max: 1240px;
  --gutter: clamp(20px, 5vw, 72px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: var(--white); background: var(--ink); transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 24px var(--gutter); color: var(--white); transition: padding .25s ease, background .25s ease; }
.site-header.is-stuck { position: fixed; padding-block: 12px; background: rgba(23, 24, 22, .92); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 11px; letter-spacing: .03em; }
.brand-mark { display: grid; width: 40px; height: 40px; place-items: center; border: 2px solid currentColor; border-radius: 50%; font: 800 22px/1 Georgia, serif; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 16px; letter-spacing: .18em; }
.brand small { margin-top: 3px; font-size: 8px; letter-spacing: .16em; opacity: .72; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); font-size: 13px; font-weight: 650; letter-spacing: .06em; }
.site-nav > a:not(.nav-call) { position: relative; }
.site-nav > a:not(.nav-call)::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-language { padding-bottom: 3px; border-bottom: 1px solid currentColor; }
.nav-call { padding: 13px 18px; color: var(--ink); background: var(--lime); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; color: currentColor; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; content: ""; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.hero-grid { position: relative; display: grid; width: min(100% - 2 * var(--gutter), var(--max)); min-height: calc(100svh - 42px); margin: 0 auto; grid-template-columns: 1.05fr .95fr; align-items: center; }
.hero-copy { position: relative; z-index: 3; max-width: 720px; padding: 138px 0 90px; }
.eyebrow { margin: 0 0 26px; font-size: 12px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { display: inline-block; width: 42px; height: 1px; margin: 0 13px 4px 0; background: currentColor; content: ""; }
.hero h1 { max-width: 820px; margin: 0; font: 700 clamp(48px, 6.3vw, 94px)/.96 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
.hero h1 em { color: var(--lime); font-weight: 400; }
.hero-intro { max-width: 570px; margin: 32px 0 0; color: rgba(255,255,255,.72); font-size: clamp(16px, 1.5vw, 20px); line-height: 1.6; }
.hero-actions { display: flex; margin-top: 36px; align-items: center; gap: 30px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 24px; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--lime); }
.button-primary:hover { background: var(--white); }
.text-link { font-size: 13px; font-weight: 700; }
.text-link span { display: inline-block; margin-left: 7px; transition: transform .2s ease; }
.text-link:hover span { transform: translateY(4px); }
.hero-trust { display: flex; margin-top: 60px; color: rgba(255,255,255,.65); gap: 28px; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.hero-trust span { display: flex; align-items: center; gap: 8px; }
.hero-trust b { color: var(--lime); font-weight: 700; }
.hero-visual { position: absolute; z-index: 1; right: -3vw; bottom: 0; width: min(57vw, 780px); }
.hero-visual img { position: relative; z-index: 2; width: 100%; height: auto; filter: drop-shadow(-24px 18px 40px rgba(0,0,0,.25)); }
.hero-disc { position: absolute; z-index: 0; top: 20%; right: 2%; width: 76%; aspect-ratio: 1; border-radius: 50%; background: var(--copper); opacity: .9; }
.hero-stamp { position: absolute; z-index: 3; right: -14px; bottom: 17%; margin: 0; color: rgba(255,255,255,.56); font-size: 10px; line-height: 1.2; letter-spacing: .2em; text-align: center; }
.hero-stamp span { color: var(--white); font: 400 48px/1 Georgia, serif; }
.hero-marquee { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; height: 42px; margin: 0; overflow: hidden; color: var(--ink); background: var(--lime); font-size: 12px; font-weight: 900; line-height: 42px; letter-spacing: .16em; white-space: nowrap; }
.hero-marquee span { display: inline-block; min-width: 200%; animation: marquee 24s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }
.hero-animate { opacity: 0; animation: hero-in .7s ease forwards; transform: translateY(22px); }
.hero-animate:nth-child(2) { animation-delay: .08s; }.hero-animate:nth-child(3) { animation-delay: .16s; }.hero-animate:nth-child(4) { animation-delay: .24s; }.hero-animate:nth-child(5) { animation-delay: .32s; }
@keyframes hero-in { to { opacity: 1; transform: none; } }

.section { padding: clamp(80px, 11vw, 150px) var(--gutter); }
.section-label { display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-label::after { width: 52px; height: 1px; background: currentColor; content: ""; opacity: .35; }
.section-label span { color: var(--copper); }
.section-label.light span { color: var(--lime); }
.intro { display: grid; max-width: calc(var(--max) + 2 * var(--gutter)); margin: auto; grid-template-columns: .6fr 1.6fr .4fr; gap: 40px; align-items: start; }
.intro-copy h2, .testimonials h2 { max-width: 850px; margin: -12px 0 28px; font: 600 clamp(38px, 5vw, 70px)/1.03 Georgia, serif; letter-spacing: -.045em; }
.intro-copy p { max-width: 630px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.circle-link { display: grid; width: 132px; aspect-ratio: 1; margin-left: auto; place-items: center; border: 1px solid var(--ink); border-radius: 50%; text-align: center; transition: color .25s ease, background .25s ease, transform .25s ease; }
.circle-link span { font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.circle-link svg { position: absolute; width: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; opacity: 0; transform: translate(-8px, 8px); transition: opacity .2s, transform .2s; }
.circle-link:hover { color: var(--white); background: var(--ink); transform: rotate(-6deg); }
.circle-link:hover span { opacity: 0; }.circle-link:hover svg { opacity: 1; transform: none; }

.services { color: var(--white); background: var(--ink); }
.services-heading, .service-list { width: min(100%, var(--max)); margin-inline: auto; }
.services-heading { display: grid; grid-template-columns: .6fr 2fr; gap: 40px; }
.services-heading h2 { margin: -13px 0 72px; font: 600 clamp(44px, 6vw, 82px)/1 Georgia, serif; letter-spacing: -.05em; }
.service-item { display: grid; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.16); grid-template-columns: .35fr .8fr 1.5fr; gap: 40px; align-items: center; }
.service-item:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.service-number { align-self: start; color: var(--lime); font: italic 18px/1 Georgia, serif; }
.service-image { overflow: hidden; aspect-ratio: 3/2; background: #252724; }
.service-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: filter .45s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.service-item:hover img { filter: saturate(1); transform: scale(1.045); }
.service-copy h3 { margin: 0 0 12px; font: 500 clamp(28px, 3vw, 46px)/1.1 Georgia, serif; letter-spacing: -.025em; }
.service-copy p { max-width: 550px; margin: 0; color: rgba(255,255,255,.58); line-height: 1.65; }
.service-detail-link { display: inline-block; margin-top: 18px; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.testimonials { max-width: calc(var(--max) + 2 * var(--gutter)); margin: auto; }
.testimonial-heading { display: grid; grid-template-columns: .6fr 2fr; gap: 40px; }
.quotes { display: grid; margin-top: 50px; border-top: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.quote { display: flex; min-height: 420px; margin: 0; padding: 38px 34px 0 0; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.quote + .quote { padding-left: 34px; }
.quote:last-child { padding-right: 0; border-right: 0; }
.quote blockquote { margin: 0; font: 400 clamp(22px, 2vw, 30px)/1.35 Georgia, serif; letter-spacing: -.02em; }
.quote figcaption { display: flex; padding-top: 28px; border-top: 1px solid var(--line); align-items: center; gap: 14px; }
.quote figcaption img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; filter: grayscale(1); }
.quote figcaption strong, .quote figcaption small { display: block; }
.quote figcaption strong { font-size: 13px; }.quote figcaption small { margin-top: 4px; color: var(--muted); font-size: 11px; }

.contact { color: var(--white); background: var(--copper); text-align: center; }
.contact .eyebrow::before { display: none; }
.contact h2 { margin: 0 0 48px; font: 600 clamp(58px, 9vw, 128px)/.9 Georgia, serif; letter-spacing: -.06em; }
.contact-row { display: flex; width: min(100%, 900px); margin: auto; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.35); align-items: center; justify-content: space-between; text-align: left; }
.contact-row a { font: 500 clamp(24px, 4vw, 48px)/1 Georgia, serif; border-bottom: 2px solid currentColor; }
.contact-row p { margin: 0; font-size: 13px; line-height: 1.6; text-align: right; text-transform: uppercase; }
.site-footer { display: grid; padding: 40px var(--gutter); color: var(--white); background: var(--ink); grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.site-footer nav { display: flex; gap: 24px; font-size: 12px; }
.site-footer > p { margin: 0; color: rgba(255,255,255,.48); font-size: 11px; text-align: right; }
.mobile-call { display: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

.subpage { min-height: 100svh; background: var(--paper); }
.subpage .site-header { position: relative; color: var(--ink); }
.subpage .site-header.is-stuck { position: fixed; color: var(--white); }
.subpage .menu-toggle[aria-expanded="true"] { color: var(--white); }
.page-hero { padding: clamp(70px, 10vw, 130px) var(--gutter) clamp(50px, 7vw, 95px); border-bottom: 1px solid var(--line); }
.page-hero > div, .page-content { width: min(100%, 960px); margin: auto; }
.page-hero h1 { max-width: 900px; margin: 20px 0 0; font: 600 clamp(52px, 8vw, 104px)/.94 Georgia, serif; letter-spacing: -.06em; }
.page-content { padding: clamp(60px, 8vw, 110px) var(--gutter); }
.certification-hero { position: relative; min-height: min(720px, calc(100svh - 88px)); padding-block: 0; overflow: hidden; color: var(--white); background: var(--ink); }
.certification-hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; content: ""; }
.page-hero > .certification-hero-inner { position: relative; display: grid; width: min(100%, var(--max)); min-height: inherit; grid-template-columns: 1fr .85fr; align-items: center; gap: 40px; }
.certification-hero-copy { position: relative; z-index: 3; padding: 80px 0; }
.certification-hero-copy h1 { max-width: 720px; }
.certification-hero-copy > p:last-child { max-width: 550px; margin: 28px 0 0; color: rgba(255,255,255,.67); font-size: clamp(16px, 1.6vw, 20px); line-height: 1.65; }
.certification-person { position: absolute; right: -7%; bottom: 0; width: min(57%, 760px); }
.certification-person img { position: relative; z-index: 2; width: 100%; height: auto; filter: drop-shadow(-24px 18px 40px rgba(0,0,0,.25)); }
.certification-disc { position: absolute; z-index: 0; right: 5%; bottom: -9%; width: 82%; aspect-ratio: 1; border-radius: 50%; background: var(--copper); }
.certification { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 8vw, 100px); align-items: center; }
.certification img { width: min(100%, 420px); margin: auto; }
.certification h2 { margin: 0 0 18px; font: 600 clamp(34px, 4vw, 54px)/1.05 Georgia, serif; }
.certification p { color: var(--muted); font-size: 18px; line-height: 1.7; }
.policy { color: #3f403c; font-size: 16px; line-height: 1.75; }
.policy h2 { margin: 56px 0 12px; color: var(--ink); font: 600 34px/1.15 Georgia, serif; }
.policy h3 { margin: 32px 0 8px; color: var(--ink); font-size: 18px; }
.policy li { margin: 8px 0; }

.service-page { background: var(--paper); }
.service-hero { display: grid; min-height: 700px; color: var(--white); background: var(--ink); grid-template-columns: 1.15fr .85fr; }
.service-hero-copy { display: flex; padding: clamp(80px, 9vw, 130px) var(--gutter); flex-direction: column; justify-content: center; }
.breadcrumbs { display: flex; margin-bottom: 55px; color: rgba(255,255,255,.5); gap: 9px; font-size: 11px; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--lime); }
.service-hero h1 { max-width: 760px; margin: 0; font: 600 clamp(54px, 6vw, 88px)/.95 Georgia, serif; letter-spacing: -.055em; }
.service-hero h1 em { color: var(--lime); font-weight: 400; }
.service-hero-copy > p:not(.eyebrow) { max-width: 680px; margin: 30px 0 0; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.7; }
.language-link { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.service-hero-media { position: relative; min-height: 500px; overflow: hidden; background: var(--copper); }
.service-hero-media::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(23,24,22,.46), transparent 55%); content: ""; }
.service-hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); }
.service-hero-media > span { position: absolute; z-index: 2; right: 28px; bottom: 20px; color: rgba(255,255,255,.8); font: 400 70px/1 Georgia, serif; }
.service-body { display: grid; width: min(100%, calc(var(--max) + 2 * var(--gutter))); margin: auto; grid-template-columns: .55fr 1.45fr; gap: 60px; }
.service-prose h2, .service-questions > h2, .related-services h2 { margin: -10px 0 28px; font: 600 clamp(38px, 5vw, 68px)/1.04 Georgia, serif; letter-spacing: -.045em; }
.service-prose > p { color: var(--muted); font-size: 18px; line-height: 1.8; }
.service-prose h3 { margin: 48px 0 20px; font: 600 30px/1.2 Georgia, serif; }
.check-list { display: grid; margin: 40px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; grid-template-columns: 1fr 1fr; }
.check-list li { position: relative; padding: 21px 25px 21px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); line-height: 1.5; }
.check-list li::before { position: absolute; top: 25px; left: 4px; width: 9px; height: 9px; border: 2px solid var(--copper); border-radius: 50%; content: ""; }
.check-list.compact { margin-top: 22px; }
.service-detail { color: var(--white); background: var(--ink); }
.service-detail-grid, .process-list, .service-questions, .related-services { width: min(100%, var(--max)); margin-inline: auto; }
.service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.service-detail h2 { margin: 32px 0 0; font: 600 clamp(38px, 5vw, 68px)/1.04 Georgia, serif; letter-spacing: -.045em; }
.service-detail-grid > p { margin: 0; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.8; }
.process-list { display: grid; margin-top: 80px; border-top: 1px solid rgba(255,255,255,.16); grid-template-columns: repeat(4, 1fr); }
.process-list article { min-height: 250px; padding: 25px; border-right: 1px solid rgba(255,255,255,.16); }
.process-list article:last-child { border-right: 0; }
.process-list span { color: var(--lime); font-size: 12px; }
.process-list h3 { margin: 55px 0 14px; font: 500 28px/1.1 Georgia, serif; }
.process-list p { margin: 0; color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.6; }
.service-guidance { display: grid; width: min(100%, var(--max)); margin-inline: auto; background: #eef0e9; grid-template-columns: 1fr 1fr; gap: clamp(45px, 7vw, 100px); }
.service-guidance h2 { margin: 28px 0 24px; font: 600 clamp(34px, 4vw, 55px)/1.06 Georgia, serif; letter-spacing: -.04em; }
.service-guidance p { color: var(--muted); font-size: 17px; line-height: 1.8; }
.service-guidance p + p { margin-top: 20px; }
.service-questions > .section-label { margin-bottom: 36px; }
.question-list { display: grid; border-top: 1px solid var(--line); grid-template-columns: 1fr 1fr; }
.question-list article { padding: 34px 36px 34px 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.question-list article:nth-child(even) { padding-left: 36px; border-right: 0; }
.question-list h3 { margin: 0 0 14px; font: 600 25px/1.25 Georgia, serif; }
.question-list p { margin: 0; color: var(--muted); line-height: 1.7; }
.service-cta { color: var(--white); background: var(--copper); text-align: center; }
.service-cta .eyebrow::before { display: none; }
.service-cta h2 { max-width: 900px; margin: 0 auto 25px; font: 600 clamp(48px, 7vw, 98px)/.94 Georgia, serif; letter-spacing: -.055em; }
.service-cta > p:not(.eyebrow) { max-width: 650px; margin: 0 auto 45px; line-height: 1.7; }
.service-phone { font: 500 clamp(28px, 4vw, 54px)/1 Georgia, serif; border-bottom: 2px solid currentColor; }
.related-services { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.related-services h2 { margin-top: 28px; }
.related-links { border-top: 1px solid var(--line); }
.related-links a { display: flex; padding: 20px 4px; border-bottom: 1px solid var(--line); align-items: center; justify-content: space-between; font-size: 18px; transition: padding .2s ease, color .2s ease; }
.related-links a:hover { padding-inline: 13px; color: var(--copper); }
.nepali-page { font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Noto Sans Devanagari", "Segoe UI", sans-serif; }
.nepali-page h1, .nepali-page h2, .nepali-page h3 { font-family: "Noto Serif Devanagari", Georgia, serif; letter-spacing: -.025em; }
.nepali-page .hero h1 { font-size: clamp(46px, 5.2vw, 76px); line-height: 1.06; }

@media (max-width: 900px) {
  .site-header { padding-top: 18px; }
  .site-header.menu-open { color: var(--white); background: transparent; backdrop-filter: none; }
  .menu-toggle { position: relative; z-index: 31; display: block; }
  .site-nav { position: fixed; z-index: 30; inset: 0; display: flex; min-height: 100dvh; padding: 96px var(--gutter) 42px; flex-direction: column; align-items: stretch; gap: 0; color: var(--white); background: var(--ink); font: 600 clamp(30px, 8vw, 46px)/1.1 Georgia, serif; opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s, transform .2s; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav > a:not(.nav-call) { display: flex; min-height: 68px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.18); align-items: center; }
  .site-nav > .nav-language { border-bottom: 1px solid rgba(255,255,255,.18); }
  .site-nav > a:not(.nav-call)::after { display: none; }
  .site-nav a:focus-visible, .menu-toggle:focus-visible { outline: 2px solid var(--lime); outline-offset: 5px; }
  .nav-call { align-self: flex-start; min-height: 48px; margin-top: auto; padding: 0 18px; color: var(--ink); font: 800 13px/1 sans-serif; display: inline-flex; align-items: center; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { min-height: calc(100svh - 42px); grid-template-columns: 1fr; align-items: start; }
  .hero-copy { padding: 135px 0 390px; }
  .hero h1 { font-size: clamp(46px, 11vw, 74px); }
  .hero-intro { max-width: 500px; }
  .hero-trust { display: none; }
  .hero-visual { right: -8vw; width: min(90vw, 650px); }
  .hero-disc { right: 0; }
  .intro, .services-heading, .testimonial-heading { grid-template-columns: 1fr; }
  .circle-link { display: none; }
  .intro-copy h2, .services-heading h2, .testimonials h2 { margin-top: 0; }
  .service-item { grid-template-columns: 48px 1fr; }
  .service-image { grid-column: 2; }
  .service-copy { grid-column: 2; }
  .quotes { grid-template-columns: 1fr; }
  .quote, .quote + .quote { min-height: 0; padding: 34px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .quote blockquote { margin-bottom: 70px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer nav { justify-content: flex-end; }
  .site-footer > p { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 600px) {
  .nepali-page .hero h1 { font-size: 42px; }
  .hero-copy { padding-bottom: 340px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-visual { right: -20vw; width: 112vw; }
  .hero-stamp { right: 15vw; }
  .section { padding-block: 78px; }
  .service-item { padding: 30px 0; grid-template-columns: 30px 1fr; gap: 18px; }
  .contact-row { align-items: flex-start; flex-direction: column; gap: 30px; }
  .contact-row p { text-align: left; }
  .site-footer { padding-bottom: 100px; grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; flex-wrap: wrap; }
  .site-footer > p { grid-column: auto; }
  .mobile-call { position: fixed; z-index: 19; right: 14px; bottom: 14px; left: 14px; display: flex; min-height: 56px; align-items: center; justify-content: center; color: var(--ink); background: var(--lime); box-shadow: 0 12px 30px rgba(0,0,0,.18); font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-call svg { width: 20px; margin-right: 9px; fill: none; stroke: currentColor; stroke-linejoin: round; stroke-width: 1.7; }
  .certification { grid-template-columns: 1fr; }
  .certification-hero { min-height: 760px; }
  .page-hero > .certification-hero-inner { grid-template-columns: 1fr; align-items: start; }
  .certification-hero-copy { padding-top: 70px; }
  .certification-person { right: -24%; width: 118%; }
  .certification-disc { right: 7%; width: 72%; }
  .service-hero { grid-template-columns: 1fr; }
  .service-hero-copy { padding-top: 85px; }
  .service-hero-media { min-height: 380px; }
  .service-body, .service-detail-grid, .service-guidance, .related-services { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list article:nth-child(2) { border-right: 0; }
}

@media (max-width: 600px) {
  .service-hero { min-height: 0; }
  .service-hero-copy { padding-top: 70px; }
  .breadcrumbs { margin-bottom: 38px; flex-wrap: wrap; }
  .service-hero h1 { font-size: 47px; }
  .service-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .service-body { gap: 32px; }
  .check-list, .question-list, .process-list { grid-template-columns: 1fr; }
  .check-list li, .question-list article, .question-list article:nth-child(even), .process-list article { padding-left: 0; padding-right: 0; border-right: 0; }
  .check-list li { padding-left: 29px; }
  .process-list article { min-height: 210px; }
  .related-services { gap: 25px; }
}

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