:root {
  --navy: #10283f;
  --navy-2: #173a55;
  --gold: #c7a66a;
  --gold-dark: #a9874e;
  --cream: #f6f2eb;
  --paper: #fcfbf8;
  --ink: #122638;
  --muted: #62707b;
  --line: rgba(16, 40, 63, .14);
  --white: #fff;
  --shadow: 0 22px 65px rgba(16, 40, 63, .11);
  --radius: 3px;
  --container: min(1180px, calc(100% - 48px));
}

* { 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; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 128px 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: 10px; left: 10px; transform: translateY(-150%); background: var(--white); padding: 10px 16px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 50; inset: 0 0 auto; color: var(--white); }
.header-inner { height: 102px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 4px; text-decoration: none; }
.brand-mark { width: 57px; height: 45px; overflow: visible; }
.brand-mark text { fill: currentColor; font-size: 43px; font-weight: 720; letter-spacing: -5px; font-family: Arial, sans-serif; }
.brand-mark .r { font-weight: 300; }
.brand-mark path { fill: none; stroke: var(--gold); stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.brand-name { font-size: 15px; letter-spacing: .24em; white-space: nowrap; }
.brand-name b { color: var(--gold); font-weight: 500; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: rgba(255,255,255,.77); text-decoration: none; font-size: 13px; letter-spacing: .05em; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--white); }
.main-nav .nav-cta { padding: 12px 20px; border: 1px solid rgba(199,166,106,.65); color: var(--white); }
.menu-button { display: none; border: 0; background: none; padding: 10px; color: inherit; }
.menu-button span:not(.sr-only) { display: block; width: 26px; height: 1px; margin: 6px 0; background: currentColor; }

.hero { min-height: 820px; position: relative; overflow: hidden; padding: 188px 0 0; color: var(--white); background: linear-gradient(125deg, #0c2134 0%, var(--navy) 58%, #153b57 100%); }
.hero::before { content: ""; position: absolute; width: 740px; height: 740px; right: -265px; top: -350px; border: 1px solid rgba(199,166,106,.18); border-radius: 50%; }
.hero::after { content: ""; position: absolute; width: 1px; height: 380px; left: calc(50% + 75px); top: 174px; background: linear-gradient(transparent, rgba(199,166,106,.35), transparent); transform: rotate(42deg); }
.hero-orbit { position: absolute; width: 430px; height: 430px; right: 5%; top: 170px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .72fr; gap: 110px; align-items: center; }
.eyebrow { margin: 0 0 22px; color: var(--gold-dark); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 700; display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.eyebrow-light { color: var(--gold); }
.hero .eyebrow { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
p { text-align: justify; text-justify: inter-word; hyphens: auto; }
.hero-signature p { text-align: center; }
.quote-author p, .testimonial-author p { text-align: left; }
.eyebrow, .service-label, .about-role { text-align: left; hyphens: none; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; line-height: 1.06; }
h1 { max-width: 720px; margin-bottom: 26px; font-size: clamp(50px, 5.6vw, 78px); }
h2 { margin-bottom: 28px; color: var(--navy); font-size: clamp(38px, 4.2vw, 60px); }
.hero-lead { max-width: 650px; margin-bottom: 38px; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 14px 24px; border: 0; border-radius: var(--radius); text-decoration: none; font-weight: 650; font-size: 14px; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--gold); }
.button-primary:hover { background: #d5b77e; }
.text-link { color: var(--white); text-decoration: none; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.25); padding: 9px 0; }
.text-link span { margin-left: 12px; color: var(--gold); }
.hero-signature { position: relative; min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.hero-signature p { margin: 0; color: rgba(255,255,255,.58); font-family: Georgia, serif; font-size: 23px; }
.hero-signature strong { color: var(--gold); font-family: Georgia, serif; font-size: 44px; font-weight: 400; line-height: 1.2; }
.signature-arrow { height: 120px; margin-bottom: 22px; position: relative; }
.signature-arrow span { display: block; width: 1px; height: 112px; background: var(--gold); }
.signature-arrow span::before, .signature-arrow span::after { content: ""; position: absolute; top: 0; width: 31px; height: 1px; background: var(--gold); }
.signature-arrow span::before { left: 0; transform: rotate(45deg); transform-origin: left; }
.signature-arrow span::after { right: 0; transform: rotate(-45deg); transform-origin: right; }
.signature-words { display: flex; margin-top: 30px; color: rgba(255,255,255,.44); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; }
.signature-words span { padding: 0 10px; border-right: 1px solid rgba(199,166,106,.35); }
.signature-words span:last-child { border: 0; }
.trust-row { position: absolute; z-index: 3; left: 50%; bottom: 0; transform: translateX(-50%); display: grid; grid-template-columns: .9fr .95fr 1.2fr 1.35fr; min-height: 116px; border-top: 1px solid rgba(255,255,255,.11); }
.trust-row > div { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 10px; min-width: 0; padding: 24px 16px; border-right: 1px solid rgba(255,255,255,.11); text-align: left; }
.trust-row > div:first-child { padding-left: 0; }
.trust-row > div:last-child { border-right: 0; }
.trust-row strong { color: var(--gold); font-family: Georgia, serif; font-size: 25px; font-weight: 400; white-space: nowrap; }
.trust-row span { min-width: 0; color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.4; }

.intro { background: var(--paper); }
.split-heading { display: grid; grid-template-columns: .95fr .75fr; gap: 130px; align-items: end; }
.intro-copy { border-left: 1px solid var(--gold); padding-left: 38px; }
.intro-copy p { color: var(--muted); font-size: 17px; }
.intro-copy p:last-child { margin-bottom: 0; }
.intro-copy strong { color: var(--navy); }

.services { color: var(--white); background: var(--navy); }
.section-heading { max-width: 770px; margin-bottom: 62px; }
.section-heading h2 { color: var(--white); }
.section-heading > p:last-child { max-width: 650px; color: rgba(255,255,255,.6); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.11); }
.service-card { min-height: 680px; position: relative; padding: 42px 38px 36px; border-right: 1px solid rgba(255,255,255,.11); display: flex; flex-direction: column; transition: background .3s ease, transform .3s ease; }
.service-card:last-child { border-right: 0; }
.service-card:hover { background: rgba(255,255,255,.045); transform: translateY(-5px); }
.service-card.featured { background: rgba(199,166,106,.06); }
.service-number { position: absolute; top: 24px; right: 26px; color: rgba(255,255,255,.2); font-family: Georgia, serif; font-size: 15px; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 45px; border: 1px solid rgba(199,166,106,.48); transform: rotate(45deg); }
.service-icon svg { width: 31px; height: 31px; fill: none; stroke: var(--gold); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; transform: rotate(-45deg); }
.service-label { margin-bottom: 8px; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: 10px; font-weight: 700; }
.service-card h3 { margin-bottom: 22px; font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.service-card > p:not(.service-label) { color: rgba(255,255,255,.63); font-size: 15px; }
.service-card ul { margin: 8px 0 32px; padding: 0; list-style: none; }
.service-card li { position: relative; padding: 8px 0 8px 20px; color: rgba(255,255,255,.76); font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.07); }
.service-card li::before { content: ""; position: absolute; left: 1px; top: 18px; width: 6px; height: 1px; background: var(--gold); }
.service-card .service-note { margin: 0 0 26px; padding: 16px 0 0; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.55; border-top: 1px solid rgba(199,166,106,.26); }
.service-card .service-note strong { color: var(--gold); }
.service-card > a { margin-top: auto; color: var(--gold); text-decoration: none; font-size: 13px; font-weight: 650; letter-spacing: .03em; }
.service-card > a span { float: right; font-size: 18px; }

.pricing { background: var(--paper); }
.pricing-heading { display: grid; grid-template-columns: 1.05fr .7fr; gap: 100px; align-items: end; margin-bottom: 58px; }
.pricing-heading h2 { max-width: 760px; margin-bottom: 0; }
.pricing-heading > p { margin: 0 0 7px; padding-left: 30px; color: var(--muted); font-size: 16px; border-left: 1px solid var(--gold); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { min-height: 550px; display: flex; flex-direction: column; padding: 38px 34px 32px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 14px 45px rgba(16,40,63,.055); }
.price-card-featured { color: var(--white); background: var(--navy); border-color: var(--navy); box-shadow: var(--shadow); }
.price-kicker { margin-bottom: 10px; color: var(--gold-dark); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 750; }
.price-card-featured .price-kicker { color: var(--gold); }
.price-card h3 { margin: 0 0 13px; color: var(--navy); font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.price-card-featured h3 { color: var(--white); }
.price { margin-bottom: 26px; color: var(--gold-dark); font-size: 13px; }
.price strong { font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.price-card-featured .price { color: var(--gold); }
.price-card > p:not(.price-kicker):not(.price) { color: var(--muted); font-size: 14px; }
.price-card-featured > p:not(.price-kicker):not(.price) { color: rgba(255,255,255,.63); }
.price-card ul { margin: 10px 0 32px; padding: 0; list-style: none; }
.price-card li { position: relative; padding: 10px 0 10px 19px; color: #415263; font-size: 13px; border-bottom: 1px solid var(--line); }
.price-card-featured li { color: rgba(255,255,255,.76); border-color: rgba(255,255,255,.1); }
.price-card li::before { content: ""; position: absolute; top: 19px; left: 0; width: 6px; height: 1px; background: var(--gold); }
.price-card > a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 22px; color: var(--navy); text-decoration: none; font-size: 13px; font-weight: 700; border-top: 1px solid var(--line); }
.price-card-featured > a { color: var(--gold); border-color: rgba(255,255,255,.13); }
.pricing-note { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 28px; padding: 26px 30px; background: var(--cream); border-left: 3px solid var(--gold); }
.pricing-note p { max-width: 760px; margin: 0; color: var(--muted); font-size: 13px; }
.pricing-note strong { color: var(--navy); }
.pricing-note a { color: var(--navy); text-decoration: none; font-size: 13px; font-weight: 700; white-space: nowrap; }
.pricing-note a span { margin-left: 12px; color: var(--gold-dark); }

.difference { overflow: hidden; background: var(--cream); }
.difference-grid { display: grid; grid-template-columns: .72fr 1fr; gap: 130px; align-items: center; }
.difference-quote { min-height: 540px; position: relative; padding: 88px 55px 55px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.difference-photo { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: 65% center; opacity: .82; }
.difference-quote::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(16,40,63,.92) 0%, rgba(16,40,63,.78) 56%, rgba(16,40,63,.55) 100%); }
.difference-quote::after { content: ""; position: absolute; inset: 24px -24px -24px 24px; z-index: -1; border: 1px solid var(--gold); }
.quote-mark { position: absolute; z-index: 2; top: 35px; left: 47px; color: var(--gold); font-family: Georgia, serif; font-size: 80px; line-height: 1; }
.difference-quote blockquote { position: relative; z-index: 2; }
blockquote { margin: 50px 0 65px; font-family: Georgia, serif; font-size: clamp(30px, 3.2vw, 43px); line-height: 1.25; }
.quote-author { position: relative; z-index: 2; display: flex; align-items: center; gap: 15px; }
.quote-author > span { width: 42px; height: 1px; background: var(--gold); }
.quote-author p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; }
.quote-author strong { color: var(--white); font-size: 14px; }
.difference-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.benefit-list { margin-top: 40px; }
.benefit-list div { display: grid; grid-template-columns: 45px 1fr; gap: 15px; padding: 17px 0; border-top: 1px solid var(--line); }
.benefit-list div:last-child { border-bottom: 1px solid var(--line); }
.benefit-list span { color: var(--gold-dark); font-family: Georgia, serif; font-size: 13px; }
.benefit-list p { margin: 0; color: var(--muted); }
.benefit-list strong { color: var(--navy); }

.process { background: var(--paper); }
.section-heading.light-bg h2 { color: var(--navy); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: item; }
.process-grid li { min-height: 280px; padding: 38px 30px 24px; border-top: 1px solid var(--navy); border-right: 1px solid var(--line); }
.process-grid li:last-child { border-right: 0; }
.process-grid li > span { color: var(--gold-dark); font-family: Georgia, serif; font-size: 15px; }
.process-grid h3 { margin: 65px 0 16px; color: var(--navy); font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.process-grid p { color: var(--muted); font-size: 14px; }

.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1fr); gap: 82px; align-items: center; }
.portrait-wrap { width: min(100%, 340px); max-width: 340px; position: relative; margin-inline: auto; }
.portrait-wrap img { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; filter: saturate(.82) contrast(1.02); box-shadow: var(--shadow); }
.portrait-accent { position: absolute; inset: -25px 35px 30px -30px; border: 1px solid var(--gold); }
.portrait-badge { position: absolute; right: -45px; bottom: 42px; width: 114px; height: 114px; color: var(--white); background: var(--navy); border-radius: 50%; display: grid; place-content: center; text-align: center; box-shadow: 0 12px 32px rgba(16,40,63,.18); }
.portrait-badge strong { color: var(--gold); font-family: Georgia, serif; font-size: 30px; font-weight: 400; line-height: 1; }
.portrait-badge span { font-size: 11px; }
.about-role { margin-top: -18px; margin-bottom: 28px; color: var(--gold-dark); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 700; }
.about-copy > p:not(.eyebrow):not(.about-role) { color: var(--muted); font-size: 17px; }
.about-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.about-tags span { padding: 7px 13px; color: var(--navy); background: var(--cream); border: 1px solid rgba(199,166,106,.28); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.testimonials { overflow: hidden; background: var(--cream); }
.testimonials-grid { display: grid; grid-template-columns: .58fr 1fr; gap: 110px; align-items: center; }
.testimonials-heading > p:not(.eyebrow) { max-width: 430px; color: var(--muted); font-size: 16px; }
.testimonial-carousel { position: relative; }
.testimonial-stage { display: grid; color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.testimonial-slide { grid-area: 1 / 1; min-height: 430px; display: flex; flex-direction: column; padding: 62px 64px 48px; opacity: 0; visibility: hidden; transform: translateX(22px); transition: opacity .5s ease, transform .5s ease, visibility .5s ease; }
.testimonial-slide.is-active { opacity: 1; visibility: visible; transform: translateX(0); }
.testimonial-mark { height: 54px; color: var(--gold); font-family: Georgia, serif; font-size: 82px; line-height: .85; }
.testimonial-text { margin: 22px 0 42px; color: rgba(255,255,255,.88); font-family: Georgia, "Times New Roman", serif; font-size: clamp(21px, 2vw, 28px); line-height: 1.48; }
.testimonial-author { display: flex; align-items: center; gap: 15px; margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.testimonial-initials { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 48px; color: var(--navy); background: var(--gold); border-radius: 50%; font-family: Georgia, serif; font-size: 15px; }
.testimonial-author p { display: flex; flex-direction: column; gap: 2px; margin: 0; }
.testimonial-author strong { color: var(--white); font-size: 14px; }
.testimonial-author p span { color: rgba(255,255,255,.52); font-size: 12px; }
.testimonial-controls { display: flex; align-items: center; justify-content: flex-end; gap: 18px; margin-top: 22px; }
.testimonial-arrow, .testimonial-toggle { width: 42px; height: 42px; padding: 0; color: var(--navy); background: transparent; border: 1px solid rgba(16,40,63,.25); cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.testimonial-arrow:hover, .testimonial-arrow:focus-visible, .testimonial-toggle:hover, .testimonial-toggle:focus-visible { color: var(--white); background: var(--navy); border-color: var(--navy); }
.testimonial-toggle { font-size: 12px; }
.testimonial-dots { display: flex; gap: 8px; }
.testimonial-dots button { width: 24px; height: 3px; padding: 0; background: rgba(16,40,63,.2); border: 0; cursor: pointer; transition: width .25s ease, background .25s ease; }
.testimonial-dots button.is-active { width: 42px; background: var(--gold-dark); }

.contact { position: relative; overflow: hidden; padding: 124px 0; color: var(--white); background: linear-gradient(130deg, #0d2236, var(--navy)); }
.contact::after { content: ""; position: absolute; right: -220px; bottom: -310px; width: 620px; height: 620px; border: 1px solid rgba(199,166,106,.2); border-radius: 50%; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr .8fr; gap: 120px; align-items: start; }
.contact h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow):not(.contact-region) { max-width: 570px; color: rgba(255,255,255,.66); font-size: 17px; }
.contact-copy > p:not(.eyebrow):not(.contact-region) strong { color: var(--gold); }
.direct-email { display: inline-flex; gap: 25px; align-items: center; margin: 15px 0 40px; padding-bottom: 8px; color: var(--gold); text-decoration: none; font-family: Georgia, serif; font-size: 25px; border-bottom: 1px solid rgba(199,166,106,.35); }
.contact-region { color: rgba(255,255,255,.45); font-size: 12px; line-height: 1.8; }
.contact-form { padding: 38px; color: var(--navy); background: var(--white); box-shadow: 0 24px 65px rgba(0,0,0,.18); }
.contact-form label { display: block; margin-bottom: 18px; color: #465664; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 7px; padding: 13px 0; color: var(--navy); background: transparent; border: 0; border-bottom: 1px solid rgba(16,40,63,.22); border-radius: 0; outline: none; text-transform: none; letter-spacing: 0; font-size: 15px; font-weight: 400; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--gold-dark); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.button-gold { width: 100%; margin-top: 8px; color: var(--navy); background: var(--gold); }
.button-gold:hover { background: #d5b77e; }
.form-note { margin: 12px 0 0; color: #82909a; text-align: center; font-size: 10px; }

.site-footer { padding: 55px 0 30px; color: rgba(255,255,255,.62); background: #091a2a; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding-bottom: 42px; border-bottom: 1px solid rgba(255,255,255,.09); }
.brand-footer { color: var(--white); }
.footer-main p { margin: 0; font-size: 12px; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 3px; }
.footer-contact a { color: var(--gold); text-decoration: none; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 27px; }
.footer-bottom p { margin: 0; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1000px) {
  :root { --container: min(100% - 36px, 780px); }
  .section { padding: 96px 0; }
  .hero { min-height: 880px; padding-top: 150px; }
  .hero-grid { grid-template-columns: 1fr; gap: 25px; }
  .hero-signature { display: none; }
  .trust-row { grid-template-columns: repeat(2,1fr); }
  .trust-row > div { padding: 18px 16px; border-bottom: 1px solid rgba(255,255,255,.11); }
  .trust-row > div:nth-child(2) { border-right: 0; }
  .split-heading, .difference-grid, .contact-grid, .pricing-heading, .testimonials-grid { grid-template-columns: 1fr; gap: 70px; }
  .about-grid { grid-template-columns: minmax(0, .75fr) minmax(0, 1fr); gap: 48px; }
  .testimonials-heading { max-width: 680px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.11); }
  .service-card:last-child { border-bottom: 0; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .portrait-wrap { margin-inline: auto; }
}

@media (max-width: 760px) {
  :root { --container: calc(100% - 32px); }
  .section { padding: 78px 0; }
  .header-inner { height: 82px; }
  .brand-mark { width: 49px; }
  .menu-button { display: block; position: relative; z-index: 60; }
  .main-nav { position: fixed; inset: 0; z-index: 55; padding: 115px 28px 40px; background: var(--navy); flex-direction: column; align-items: stretch; gap: 0; transform: translateX(100%); transition: transform .3s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { padding: 17px 0; font-family: Georgia, serif; font-size: 25px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav .nav-cta { margin-top: 24px; padding: 15px; text-align: center; font-family: inherit; font-size: 14px; border: 1px solid var(--gold); }
  .hero { min-height: 850px; padding-top: 137px; }
  h1 { font-size: clamp(44px, 13.7vw, 64px); }
  h2 { font-size: 39px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 13px; }
  .text-link { width: max-content; }
  .trust-row { min-height: 160px; }
  .trust-row > div { gap: 8px; padding: 13px 12px; }
  .trust-row > div:first-child { padding-left: 12px; }
  .trust-row strong { font-size: 21px; }
  .trust-row span { font-size: 10px; }
  .split-heading { gap: 35px; }
  .intro-copy { padding-left: 23px; }
  .section-heading { margin-bottom: 42px; }
  .service-card { padding: 36px 25px 30px; }
  .pricing-heading { gap: 30px; }
  .pricing-heading > p { padding-left: 20px; }
  .price-card { padding: 32px 25px 27px; }
  .pricing-note { align-items: flex-start; flex-direction: column; gap: 18px; padding: 22px; }
  .difference-grid { gap: 72px; }
  .difference-quote { min-height: 440px; padding: 62px 32px 35px; }
  blockquote { margin: 60px 0 48px; font-size: 31px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: auto; padding: 30px 20px; border-right: 0; }
  .process-grid h3 { margin-top: 30px; }
  .about-grid { grid-template-columns: 1fr; gap: 45px; }
  .portrait-wrap { width: min(100%, 220px); }
  .portrait-badge { right: -28px; width: 94px; height: 94px; }
  .testimonials-grid { gap: 38px; }
  .testimonial-slide { min-height: 500px; padding: 42px 26px 32px; }
  .testimonial-text { font-size: 21px; }
  .testimonial-controls { justify-content: center; }
  .contact-grid { gap: 52px; }
  .contact-form { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .direct-email { font-size: 20px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-contact { align-items: flex-start; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
