:root {
  --blue-950: #061b45;
  --blue-900: #09265f;
  --blue-800: #0a3279;
  --blue-700: #17499b;
  --silver: #b9c1ce;
  --silver-light: #e8ebf0;
  --paper: #f8f7f3;
  --white: #fff;
  --ink: #121a2a;
  --muted: #5e6879;
  --line: #dce1e8;
  --shadow: 0 24px 70px rgba(6, 27, 69, .14);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", Arial, sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 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; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); background: #fff; color: var(--blue-900); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(7, 29, 72, .88); backdrop-filter: blur(16px); color: white; }
.nav-wrap { height: 84px; display: flex; align-items: center; gap: 32px; }
.brand { align-self: stretch; display: flex; align-items: center; gap: 11px; min-width: 184px; text-decoration: none; overflow: visible; }
.brand img { width: 42px; height: 70px; object-fit: contain; filter: drop-shadow(0 2px 5px rgba(0,0,0,.22)); }
.brand span, .footer-brand span { font-family: "Playfair Display", Georgia, serif; font-size: 1.45rem; font-weight: 600; font-style: italic; letter-spacing: -.02em; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.main-nav a { position: relative; text-decoration: none; font-size: .9rem; font-weight: 600; color: rgba(255,255,255,.83); }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: white; transition: right .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.language-switcher { display: flex; gap: 3px; padding: 4px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: 99px; }
.lang { border: 0; border-radius: 99px; background: transparent; color: rgba(255,255,255,.66); font-size: .73rem; font-weight: 800; padding: 7px 9px; }
.lang.active { background: white; color: var(--blue-900); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; background: white; margin: 5px 0; }

.hero { min-height: 820px; padding: 172px 0 90px; color: white; background: radial-gradient(circle at 80% 15%, rgba(44, 91, 166, .9) 0, transparent 33%), linear-gradient(126deg, var(--blue-950), var(--blue-800)); overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to left, #000, transparent 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 50px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--blue-700); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.hero .eyebrow { color: #cdd7e9; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.4rem, 6.5vw, 6.4rem); line-height: .98; letter-spacing: -.055em; font-weight: 700; }
.hero h1 em { font-family: "Playfair Display", Georgia, serif; font-weight: 600; color: #d6dce7; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: 1.15rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 52px; padding: 14px 22px; border: 0; border-radius: 9px; text-decoration: none; font-weight: 800; font-size: .9rem; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: white; color: var(--blue-900); box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.button-ghost { border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.07); color: white; }
.button-ghost strong { font-size: .84rem; }
.trust-row { display: flex; gap: 34px; margin-top: 58px; }
.trust-row div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 4px 10px; }
.trust-row strong { grid-row: 1 / 3; font-size: 1.7rem; color: #d8dee9; }
.trust-row span { max-width: 74px; font-size: .7rem; line-height: 1.2; color: rgba(255,255,255,.62); text-transform: uppercase; letter-spacing: .06em; }
.hero-art { min-height: 510px; position: relative; perspective: 1100px; }
.paris-line { position: absolute; inset: 2% 0 auto 15%; height: 420px; opacity: .4; }
.paris-line::before { content: ""; position: absolute; left: 46%; top: 0; width: 18px; height: 390px; background: linear-gradient(110deg, transparent 46%, #d5dbe5 48% 52%, transparent 54%); transform: skew(-11deg); }
.paris-line::after { content: ""; position: absolute; left: 27%; right: 15%; bottom: 70px; height: 125px; border: 8px solid #d5dbe5; border-bottom: 0; border-radius: 60% 60% 0 0; transform: perspective(150px) rotateX(-20deg); }
.document-card { position: absolute; width: 220px; height: 290px; padding: 26px; background: linear-gradient(145deg, #fff, #e7ebf1); color: var(--blue-900); box-shadow: 0 24px 70px rgba(1,9,29,.35); border-radius: 8px; border: 1px solid rgba(255,255,255,.5); }
.document-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(90deg, transparent 91%, rgba(9,38,95,.05) 91%); background-size: 13px 100%; }
.doc-one { right: 3%; top: 15%; transform: rotate(10deg); }
.doc-two { left: 8%; top: 28%; transform: rotate(-11deg); }
.doc-three { left: 32%; top: 10%; transform: rotate(-2deg) translateZ(60px); }
.doc-mark { display: block; font-family: "Playfair Display", serif; font-size: 4.6rem; line-height: 1; }
.doc-lines { display: block; width: 100%; height: 75px; margin-top: 25px; background: repeating-linear-gradient(to bottom, rgba(9,38,95,.28) 0 2px, transparent 2px 13px); }
.document-card b { position: absolute; left: 26px; bottom: 22px; font-size: .72rem; letter-spacing: .16em; }
.seal { position: absolute; right: 3%; bottom: 0; width: 115px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; display: grid; place-content: center; text-align: center; color: #e1e6ee; font-family: "Playfair Display", serif; font-size: 1rem; box-shadow: inset 0 0 0 8px rgba(255,255,255,.04); }
.seal small { display: block; font-family: "Manrope", sans-serif; font-size: .55rem; letter-spacing: .25em; }

.intro-band { padding: 52px 0; background: white; border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 40px; align-items: start; }
.intro-statement { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.45rem); line-height: 1.35; color: var(--blue-900); }
.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.section-heading h2 { margin: 0; font-size: clamp(2.3rem, 4vw, 4.1rem); line-height: 1.08; letter-spacing: -.045em; color: var(--blue-950); }
.section-heading > p:not(.section-kicker) { max-width: 640px; margin: 22px 0 0; color: var(--muted); }
.section-heading.centered { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.prose { color: var(--muted); font-size: 1rem; }
.prose .lead { margin-top: 0; color: var(--ink); font-size: 1.16rem; line-height: 1.75; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 32px; }
.value { border-top: 2px solid var(--blue-700); padding-top: 14px; }
.value strong { display: block; color: var(--blue-900); font-size: .92rem; }
.value span { display: block; margin-top: 4px; font-size: .78rem; line-height: 1.45; }
.team-block { margin-top: 88px; padding-top: 42px; border-top: 1px solid var(--line); }
.team-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 40px; align-items: end; margin-bottom: 30px; }
.team-heading h3 { max-width: 720px; margin: 0; color: var(--blue-950); font: 500 clamp(1.8rem, 3vw, 2.7rem)/1.15 "Playfair Display", Georgia, serif; letter-spacing: -.025em; }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.team-card { display: grid; grid-template-columns: minmax(180px, .8fr) 1fr; min-height: 345px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 16px 42px rgba(6,27,69,.07); }
.team-card img { width: 100%; height: 100%; min-height: 345px; object-fit: cover; object-position: center; }
.team-card-body { display: flex; flex-direction: column; justify-content: center; padding: 30px; }
.team-card h4 { margin: 0; color: var(--blue-950); font: 600 1.55rem/1.15 "Playfair Display", Georgia, serif; }
.team-role { margin: 8px 0 18px; color: var(--blue-700); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.team-bio { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.7; }

.human-ai { position: relative; overflow: hidden; background: linear-gradient(135deg, #f4eee3 0%, #faf8f3 55%, #edf2f8 100%); }
.human-ai::before { content: "A"; position: absolute; right: -2vw; top: -105px; color: rgba(14,54,125,.045); font: 600 25rem/1 "Playfair Display", Georgia, serif; }
.human-ai-intro { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: start; }
.human-ai h2 { margin: 0; color: var(--blue-950); font-size: clamp(2.35rem, 4.5vw, 4.45rem); line-height: 1.05; letter-spacing: -.045em; }
.human-ai-copy { padding-top: 36px; color: #4d5663; font-size: 1rem; line-height: 1.8; }
.human-ai-copy p { margin-top: 0; }
.ai-closing { padding: 18px 0 0 22px; border-left: 3px solid var(--blue-700); color: var(--blue-950); font-weight: 700; }
.ai-points { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 48px; overflow: hidden; border: 1px solid rgba(11,48,110,.13); border-radius: 20px; background: rgba(11,48,110,.13); }
.ai-point { position: relative; min-height: 180px; padding: 30px 32px 30px 78px; background: rgba(255,255,255,.72); }
.ai-point span { position: absolute; left: 28px; top: 30px; color: #9c7446; font: italic 1rem "Playfair Display", serif; }
.ai-point h3 { margin: 0 0 9px; color: var(--blue-950); font-size: 1.05rem; }
.ai-point p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.65; }

.services { background: white; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 330px; padding: 32px; border: 1px solid var(--line); background: var(--paper); border-radius: var(--radius); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-number { color: var(--blue-700); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { margin: 22px 0 12px; color: var(--blue-950); font-size: 1.32rem; }
.service-card p { color: var(--muted); font-size: .9rem; }
.service-card ul { margin: 18px 0 0; padding: 0; list-style: none; }
.service-card li { position: relative; margin: 8px 0; padding-left: 18px; color: #465266; font-size: .82rem; }
.service-card li::before { content: ""; position: absolute; left: 0; top: .67em; width: 6px; height: 6px; border-radius: 50%; background: var(--blue-700); }
.service-note { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; margin-top: 28px; padding: 24px 28px; border-radius: 14px; background: var(--blue-900); color: white; }
.note-icon { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-family: Georgia, serif; font-style: italic; }
.service-note p { margin: 2px 0 0; color: rgba(255,255,255,.7); font-size: .82rem; }
.service-note a { font-weight: 800; font-size: .83rem; }

.prices { background: var(--paper); }
.price-tabs { display: flex; gap: 8px; margin: 42px 0 18px; }
.price-tab { padding: 10px 16px; border: 1px solid var(--line); border-radius: 99px; background: white; color: var(--muted); font-size: .8rem; font-weight: 800; }
.price-tab.active { border-color: var(--blue-900); background: var(--blue-900); color: white; }
.price-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 14px 38px rgba(6,27,69,.06); }
.price-table { width: 100%; border-collapse: collapse; min-width: 680px; }
.price-table th, .price-table td { padding: 18px 24px; text-align: left; border-bottom: 1px solid var(--line); }
.price-table th { background: var(--blue-900); color: white; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.price-table td { font-size: .88rem; }
.price-table td:not(:first-child) { font-weight: 700; color: var(--blue-900); }
.price-table tr:last-child td { border-bottom: 0; }
.price-footnotes { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 24px; color: var(--muted); font-size: .78rem; }

.process { background: var(--blue-950); color: white; }
.process .section-heading h2 { color: white; }
.process .section-kicker { color: #c3cede; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.process-step { position: relative; padding: 28px 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; counter-increment: steps; }
.process-step::before { content: "0" counter(steps); display: block; margin-bottom: 40px; color: #aebbd1; font: 600 italic 1.15rem "Playfair Display", serif; }
.process-step:not(:last-child)::after { content: "→"; position: absolute; top: 50%; right: -19px; z-index: 2; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-950); color: rgba(255,255,255,.45); }
.process-step h3 { margin: 0; font-size: 1rem; }
.process-step p { margin: 10px 0 0; color: rgba(255,255,255,.65); font-size: .82rem; }

.faq { background: white; }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: start; }
.faq-layout .section-heading { position: sticky; top: 120px; }
.text-link { display: inline-block; margin-top: 24px; color: var(--blue-700); font-size: .86rem; font-weight: 800; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 0; border: 0; background: none; color: var(--ink); text-align: left; font-weight: 800; }
.faq-question span:last-child { flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); color: var(--blue-700); transition: transform .25s; }
.faq-question[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.faq-answer { display: none; max-width: 760px; padding: 0 45px 24px 0; color: var(--muted); font-size: .9rem; }
.faq-answer p { margin: 0; }
.faq-question[aria-expanded="true"] + .faq-answer { display: block; }

.contact { padding-bottom: 0; background: var(--paper); }
.contact-shell { display: grid; grid-template-columns: .95fr 1.05fr; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); }
.contact-copy { padding: 55px; background: linear-gradient(145deg, var(--blue-950), var(--blue-800)); color: white; }
.section-kicker.light { color: #becae0; }
.contact-copy h2 { margin: 0; font-size: clamp(2.3rem, 4vw, 3.7rem); line-height: 1.06; letter-spacing: -.045em; }
.contact-copy > p:not(.section-kicker) { color: rgba(255,255,255,.7); }
.contact-list { display: grid; gap: 12px; margin-top: 32px; }
.contact-list a { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.contact-list a > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #d3dae5; }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: rgba(255,255,255,.56); font-size: .68rem; }
.contact-list strong { font-size: .88rem; }
.messenger-row { display: flex; gap: 10px; margin-top: 30px; }
.messenger { padding: 9px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; text-decoration: none; font-size: .78rem; font-weight: 800; }
.contact-form { padding: 55px; background: white; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 16px; color: #3c4658; font-size: .76rem; font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #ccd3dd; border-radius: 8px; background: #fbfbfa; color: var(--ink); outline: 0; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue-700); box-shadow: 0 0 0 3px rgba(23,73,155,.12); }
.privacy-check { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 500 !important; line-height: 1.45; }
.privacy-check input { width: auto; margin-top: 3px; }
.contact-form .button-primary { background: var(--blue-900); color: white; }
.full { width: 100%; }
.honeypot { position: absolute; left: -9999px; }
.form-status { min-height: 20px; margin: 12px 0 0; font-size: .78rem; color: var(--blue-700); }
.visit-panel { display: grid; grid-template-columns: 1.1fr .9fr; height: 420px; margin-top: 28px; overflow: hidden; border-radius: 22px 22px 0 0; background: white; box-shadow: var(--shadow); }
.office-photo { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.office-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.office-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 48%; background: linear-gradient(transparent, rgba(3,18,49,.82)); pointer-events: none; }
.office-photo figcaption { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 24px; color: white; }
.office-photo figcaption span, .office-photo figcaption strong { display: block; }
.office-photo figcaption span { margin-bottom: 6px; color: #d8e1ef; font-size: .67rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.office-photo figcaption strong { font: 500 1.35rem/1.25 "Playfair Display", Georgia, serif; }
.map-wrap { position: relative; min-width: 0; height: 100%; overflow: hidden; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: saturate(.65) contrast(1.05); }
.map-wrap > a { position: absolute; right: 18px; bottom: 18px; padding: 10px 14px; border-radius: 8px; background: white; color: var(--blue-900); box-shadow: 0 8px 26px rgba(0,0,0,.18); text-decoration: none; font-size: .75rem; font-weight: 800; }

.site-footer { padding: 48px 0; background: #041535; color: rgba(255,255,255,.66); }
.footer-grid { display: grid; grid-template-columns: 190px 1fr auto auto; align-items: center; gap: 32px; font-size: .78rem; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: white; text-decoration: none; }
.footer-brand img { width: 44px; height: 72px; object-fit: contain; }
.footer-grid div { display: flex; gap: 18px; }
.footer-grid a { text-decoration: none; }
.quick-actions { position: fixed; z-index: 80; right: 18px; bottom: 18px; display: none; gap: 8px; }
.quick-actions a { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-900); color: white; box-shadow: 0 8px 24px rgba(6,27,69,.25); text-decoration: none; font-weight: 800; }
.quick-actions a:last-child { background: #168b50; }

.reveal { animation: rise .7s both; }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { animation: none; } * { transition: none !important; } }

@media (max-width: 960px) {
  .nav-wrap { height: 76px; }
  .brand { min-width: 150px; }
  .brand img { width: 36px; height: 60px; }
  .brand span { font-size: 1.2rem; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { display: none; position: absolute; inset: 76px 0 auto; padding: 22px 20px 28px; flex-direction: column; align-items: flex-start; gap: 18px; background: var(--blue-950); }
  .main-nav.open { display: flex; }
  .language-switcher { margin-left: 4px; }
  .hero { min-height: auto; padding-top: 140px; }
  .hero-grid, .split-layout, .faq-layout, .human-ai-intro { grid-template-columns: 1fr; }
  .hero-art { min-height: 400px; max-width: 560px; width: 100%; margin: 0 auto; }
  .split-layout, .faq-layout { gap: 45px; }
  .faq-layout .section-heading { position: static; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(2)::after { display: none; }
  .contact-shell { grid-template-columns: 1fr; }
  .team-card { grid-template-columns: 1fr; }
  .team-card img { height: 330px; min-height: 0; }
  .human-ai-intro { gap: 18px; }
  .human-ai-copy { padding-top: 0; }
  .visit-panel { grid-template-columns: 1fr; height: auto; }
  .office-photo, .map-wrap { height: 360px; }
  .footer-grid { grid-template-columns: 150px 1fr; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 78px 0; }
  .language-switcher { gap: 0; }
  .lang { padding: 6px 7px; }
  .hero { padding: 124px 0 64px; }
  .hero h1 { font-size: clamp(3.05rem, 14vw, 4.6rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .trust-row { gap: 12px; justify-content: space-between; }
  .trust-row div { display: block; }
  .trust-row strong, .trust-row span { display: block; }
  .trust-row span { margin-top: 4px; }
  .hero-art { min-height: 335px; transform: scale(.84); transform-origin: center top; margin-bottom: -55px; }
  .document-card { width: 170px; height: 225px; padding: 20px; }
  .doc-mark { font-size: 3.6rem; }
  .doc-lines { height: 54px; margin-top: 17px; }
  .document-card b { left: 20px; bottom: 17px; }
  .intro-grid { grid-template-columns: 1fr; gap: 10px; }
  .intro-statement { font-size: 1.55rem; }
  .section-heading h2 { font-size: 2.5rem; }
  .values { grid-template-columns: 1fr; }
  .team-block { margin-top: 62px; }
  .team-heading, .team-grid, .ai-points { grid-template-columns: 1fr; }
  .team-heading { gap: 10px; }
  .team-card { min-height: 0; }
  .team-card img { height: 300px; }
  .team-card-body { padding: 26px 24px 30px; }
  .ai-point { min-height: 0; padding: 26px 24px 26px 66px; }
  .ai-point span { left: 24px; top: 26px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-note { grid-template-columns: auto 1fr; }
  .service-note a { grid-column: 2; }
  .price-footnotes { grid-template-columns: 1fr; gap: 4px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step:not(:last-child)::after { display: none; }
  .contact-copy, .contact-form { padding: 34px 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .office-photo, .map-wrap { height: 310px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-grid div { justify-content: center; }
  .quick-actions { display: flex; }
}
