:root {
  --ink: #122027;
  --ink-2: #1d2f37;
  --ink-3: #2b4149;
  --paper: #ffffff;
  --canvas: #f3f1eb;
  --canvas-2: #faf9f6;
  --line: #dcd9d0;
  --line-dark: rgba(255, 255, 255, .14);
  --muted: #647178;
  --muted-light: #bdc7cb;
  --brass: #b68a43;
  --brass-dark: #8e672d;
  --brass-pale: #eee1c9;
  --olive: #68715d;
  --success: #2f6b54;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 8px 24px rgba(22, 35, 40, .06);
  --shadow: 0 24px 70px rgba(17, 31, 37, .11);
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Aptos", "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; overscroll-behavior: none; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--ink); background: var(--brass-pale); }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 14px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

/* Header */
.topbar { color: #d7dee1; background: #0d181d; font-size: 12px; letter-spacing: .02em; }
.topbar .container { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-meta, .topbar-contact { display: flex; align-items: center; gap: 18px; }
.topbar a { color: #fff; text-decoration: none; }
.topbar a:hover { color: #e4c384; }
.topbar-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--brass); }
.site-header { position: sticky; top: 0; z-index: 100; width: 100%; background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(220, 217, 208, .88); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); isolation: isolate; }
.header-main { min-height: 78px; display: flex; align-items: center; gap: 26px; }
.brand-link { min-width: 0; display: flex; align-items: center; gap: 12px; margin-right: auto; text-decoration: none; flex: 0 1 auto; }
.brand-emblem { width: 42px; height: 48px; display: grid; place-items: center; color: var(--brass-dark); }
.brand-emblem svg { width: 100%; height: 100%; }
.brand-copy { min-width: 0; display: flex; flex-direction: column; line-height: 1.08; }
.brand-copy strong { font-size: 13px; letter-spacing: .09em; }
.brand-copy small { margin-top: 6px; color: #748087; font-size: 11px; letter-spacing: .02em; }
.header-main nav ul { display: flex; align-items: center; gap: 2px; padding: 0; margin: 0; list-style: none; }
.header-main nav a { position: relative; display: block; padding: 10px 10px; color: #36474f; font-size: 13px; font-weight: 650; text-decoration: none; border-radius: 8px; }
.header-main nav a:hover { color: var(--ink); background: var(--canvas-2); }
.header-main nav a.active { color: var(--brass-dark); }
.header-main nav a.active::after { position: absolute; right: 10px; bottom: 4px; left: 10px; height: 1px; content: ""; background: var(--brass); }
.menu-btn { position: relative; z-index: 3; flex: 0 0 44px; display: none; width: 44px; height: 44px; padding: 0; color: var(--ink); background: transparent; border: 0; border-radius: 8px; cursor: pointer; }
.menu-btn span, .menu-btn::before, .menu-btn::after { display: block; width: 22px; height: 1.5px; margin: 5px auto; content: ""; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-btn[aria-expanded="true"] span { opacity: 0; }
.menu-btn[aria-expanded="true"]::before { transform: translateY(6.5px) rotate(45deg); }
.menu-btn[aria-expanded="true"]::after { transform: translateY(-6.5px) rotate(-45deg); }

/* Typography and buttons */
h1, h2, h3 { margin-top: 0; text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { font-size: clamp(44px, 6.2vw, 82px); line-height: .98; }
h2 { font-size: clamp(34px, 4.1vw, 55px); line-height: 1.06; }
h3 { font-size: 21px; line-height: 1.25; letter-spacing: -.02em; }
p { margin-top: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--brass-dark); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 26px; height: 1px; content: ""; background: currentColor; }
.eyebrow.light { color: #e7c078; }
.lead { color: #d7dfe2; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.58; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; font-size: 14px; font-weight: 750; text-decoration: none; border: 1px solid transparent; border-radius: var(--radius-sm); cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--ink-2); border-color: var(--ink-2); }
.btn-primary:hover { background: var(--ink); border-color: var(--ink); }
.btn-brass { color: #172027; background: #d1a75f; border-color: #d1a75f; box-shadow: 0 12px 32px rgba(193, 145, 66, .22); }
.btn-brass:hover { background: #dfb974; border-color: #dfb974; }
.btn-ghost { color: #fff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.34); }
.btn-outline { color: var(--ink); background: #fff; border-color: #cfc9bc; }
.btn-outline:hover { border-color: var(--brass); }
.btn-link { min-height: auto; padding: 0; color: var(--brass-dark); background: transparent; border: 0; border-radius: 0; }
.btn-link::after { content: "→"; transition: transform .2s ease; }
.btn-link:hover { transform: none; }
.btn-link:hover::after { transform: translateX(4px); }

/* Home hero */
.home-hero { position: relative; min-height: 680px; display: grid; overflow: hidden; color: #fff; background: var(--ink); }
.home-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-hero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(9, 18, 23, .18), rgba(9, 18, 23, 0) 68%); pointer-events: none; }
.hero-home-grid { position: relative; z-index: 2; min-height: 680px; display: grid; align-items: center; }
.hero-copy { max-width: 720px; padding: 86px 0 126px; }
.hero-copy h1 { max-width: 700px; margin: 18px 0 24px; }
.hero-copy h1 em { color: #e5c07c; font-style: normal; }
.hero-copy .lead { max-width: 635px; margin-bottom: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 31px; color: #c5d0d4; font-size: 13px; }
.hero-facts span { display: flex; align-items: center; gap: 8px; }
.hero-facts span::before { width: 5px; height: 5px; content: ""; border: 1px solid #d8ae66; border-radius: 50%; }
.cred-bar { position: relative; z-index: 3; margin-top: -72px; }
.cred-bar-inner { min-height: 144px; display: grid; grid-template-columns: 1.2fr repeat(4, .7fr); color: #fff; background: #1a2a31; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.cred-intro, .cred-item { padding: 25px 27px; }
.cred-intro { display: flex; flex-direction: column; justify-content: center; background: #22353d; }
.cred-intro small { color: #d3dcdf; }
.cred-intro strong { margin-top: 4px; font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 500; }
.cred-item { display: flex; flex-direction: column; justify-content: center; text-decoration: none; border-left: 1px solid rgba(255,255,255,.09); transition: background .2s ease; }
.cred-item:hover { background: rgba(255,255,255,.045); }
.cred-item strong { color: #e3bb74; font-size: 18px; letter-spacing: .05em; }
.cred-item span { margin-top: 3px; color: #b9c5c9; font-size: 12px; }

/* Shared sections */
section { padding: 96px 0; }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { margin: 11px 0 16px; }
.section-head p { color: var(--muted); font-size: 17px; }
.services-section { padding-top: 118px; background: var(--canvas-2); }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.service-feature { position: relative; min-height: 375px; display: flex; flex-direction: column; padding: 35px; color: #fff; background: var(--ink-2); border-radius: var(--radius); overflow: hidden; }
.service-feature:nth-child(1) { grid-column: span 7; }
.service-feature:nth-child(2) { grid-column: span 5; color: var(--ink); background: #e9e3d6; }
.service-feature::after { position: absolute; right: -48px; bottom: -70px; width: 230px; height: 230px; content: ""; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.service-feature:nth-child(2)::after { border-color: rgba(18,32,39,.09); }
.service-no { color: #d9b46f; font-family: Georgia, serif; font-size: 15px; }
.service-feature:nth-child(2) .service-no { color: var(--brass-dark); }
.service-feature h3 { max-width: 540px; margin: 66px 0 14px; font-family: Georgia, serif; font-size: clamp(29px, 3.4vw, 43px); font-weight: 500; }
.service-feature p { max-width: 540px; color: #cad4d8; }
.service-feature:nth-child(2) p { color: #59676d; }
.service-feature .service-meta { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-top: auto; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); }
.service-feature:nth-child(2) .service-meta { border-color: rgba(18,32,39,.12); }
.service-price small { display: block; color: #abb9be; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.service-feature:nth-child(2) .service-price small { color: #6f7a7e; }
.service-price strong { font-size: 26px; }
.service-feature a { position: relative; z-index: 2; color: #fff; font-size: 14px; font-weight: 750; text-decoration: none; }
.service-feature:nth-child(2) a { color: var(--ink); }
.minor-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 18px; }
.minor-service { min-height: 245px; display: flex; flex-direction: column; padding: 27px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.minor-service .service-no { color: var(--brass-dark); }
.minor-service h3 { margin: 38px 0 9px; }
.minor-service p { color: var(--muted); font-size: 14px; }
.minor-service .minor-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.minor-service .minor-bottom strong { font-size: 15px; }
.minor-service .minor-bottom a { color: var(--brass-dark); font-weight: 800; text-decoration: none; }
.why-section { background: #fff; }
.why-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: start; }
.why-statement h2 { max-width: 520px; margin: 12px 0 22px; }
.why-statement > p { max-width: 560px; color: var(--muted); font-size: 17px; }
.signature { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.signature strong, .signature span { display: block; }
.signature strong { font-family: Georgia, serif; font-size: 20px; font-weight: 500; }
.signature span { margin-top: 3px; color: var(--muted); font-size: 13px; }
.principles { counter-reset: principle; border-top: 1px solid var(--line); }
.principle { position: relative; display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.principle::before { counter-increment: principle; content: "0" counter(principle); color: var(--brass-dark); font-family: Georgia, serif; font-size: 14px; }
.principle h3 { margin: 0 0 7px; }
.principle p { margin: 0; color: var(--muted); font-size: 14px; }
.process-section { color: #fff; background: var(--ink); }
.process-section .section-head p { color: #b9c5c9; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); }
.process-step { position: relative; min-height: 230px; padding: 34px 34px 0 0; border-right: 1px solid var(--line-dark); }
.process-step + .process-step { padding-left: 34px; }
.process-step:last-child { border-right: 0; }
.process-step .step-no { color: #dfb975; font-family: Georgia, serif; font-size: 14px; }
.process-step h3 { margin: 52px 0 10px; color: #fff; }
.process-step p { color: #aebbc0; font-size: 14px; }

/* Quote and FAQ */
.quote-section { background: var(--canvas); }
.quote-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 72px; align-items: start; }
.quote-copy h2 { margin: 12px 0 20px; }
.quote-copy > p { color: var(--muted); font-size: 17px; }
.contact-shortcuts { display: grid; gap: 10px; margin-top: 34px; }
.contact-shortcut { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; text-decoration: none; border-bottom: 1px solid #d6d1c6; }
.contact-shortcut small { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.contact-shortcut strong { font-size: 17px; }
.contact-shortcut span { color: var(--brass-dark); }
.quote { padding: 34px; background: #fff; border: 1px solid #ddd8cc; border-radius: var(--radius); box-shadow: var(--shadow); }
.quote-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.quote-head h3 { margin: 0; font-family: Georgia, serif; font-size: 26px; font-weight: 500; }
.quote-head span { color: var(--success); font-size: 12px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 13px; }
.quote label { display: block; margin: 11px 0; color: #44535a; font-size: 12px; font-weight: 700; }
.quote input, .quote select, .quote textarea { width: 100%; margin-top: 6px; padding: 13px 14px; color: var(--ink); background: #fdfcf9; border: 1px solid #d7d2c8; border-radius: 8px; }
.quote textarea { min-height: 112px; resize: vertical; }
.quote input:focus, .quote select:focus, .quote textarea:focus { outline: 0; border-color: var(--brass); box-shadow: 0 0 0 3px rgba(182, 138, 67, .13); }
.quote .btn { width: 100%; margin-top: 10px; }
.form-note { margin: 12px 0 0; color: #788389; font-size: 11px; text-align: center; }
.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; }
.faq-layout h2 { margin: 12px 0 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 48px 22px 0; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 18px; right: 0; width: 30px; height: 30px; display: grid; place-items: center; content: "+"; color: var(--brass-dark); border: 1px solid #cfc9bc; border-radius: 50%; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 720px; margin: -4px 50px 22px 0; color: var(--muted); }

/* Internal pages */
.breadcrumbs { padding-top: 24px; color: #778288; font-size: 12px; }
.breadcrumbs a { color: var(--brass-dark); text-decoration: none; }
.page-hero { position: relative; padding: 62px 0 86px; overflow: hidden; background: var(--canvas-2); border-bottom: 1px solid var(--line); }
.page-hero::after { position: absolute; top: -180px; right: -90px; width: 520px; height: 520px; content: ""; border: 1px solid #e4dfd4; border-radius: 50%; }
.page-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr); gap: 90px; align-items: end; }
.page-hero h1 { max-width: 850px; margin: 18px 0 22px; color: var(--ink); font-size: clamp(45px, 6vw, 72px); }
.page-hero .lead { max-width: 750px; color: #596a72; font-size: 18px; }
.page-hero-aside { padding: 27px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.page-hero-aside .aside-label { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.page-hero-aside .aside-price { display: block; margin: 9px 0 18px; font-family: Georgia, serif; font-size: 32px; font-weight: 500; }
.page-hero-aside p { color: var(--muted); font-size: 13px; }
.page-hero-aside .btn { width: 100%; }
.facts-strip { background: #fff; border-bottom: 1px solid var(--line); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { min-height: 126px; padding: 28px 25px; border-right: 1px solid var(--line); }
.fact:first-child { border-left: 1px solid var(--line); }
.fact small { display: block; color: var(--brass-dark); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.fact strong { display: block; margin-top: 10px; font-size: 15px; line-height: 1.35; }
.content-section { background: #fff; }
.content-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 82px; align-items: start; }
.content-intro { position: sticky; top: 126px; }
.content-intro h2 { margin: 12px 0 18px; }
.content-intro p { color: var(--muted); }
.content-list { border-top: 1px solid var(--line); }
.content-row { display: grid; grid-template-columns: 44px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.content-row > span { color: var(--brass-dark); font-family: Georgia, serif; font-size: 14px; }
.content-row h3 { margin: 0 0 8px; }
.content-row p { margin: 0; color: var(--muted); font-size: 14px; }
.pricing-section { background: var(--canvas); }
.pricing-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 54px; align-items: start; }
.pricing-list { border-top: 1px solid #ccc6ba; }
.pricing-row { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 25px 0; border-bottom: 1px solid #d4cec2; }
.pricing-row strong { display: block; margin-bottom: 4px; font-size: 16px; }
.pricing-row p { margin: 0; color: var(--muted); font-size: 13px; }
.pricing-row > span { color: var(--ink); font-family: Georgia, serif; font-size: 20px; white-space: nowrap; }
.aside-card { padding: 28px; background: #fff; border: 1px solid #dad4c8; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.aside-card h3 { margin-bottom: 16px; }
.aside-card ul { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.aside-card li { position: relative; padding-left: 19px; color: var(--muted); font-size: 14px; }
.aside-card li::before { position: absolute; top: .67em; left: 0; width: 5px; height: 5px; content: ""; background: var(--brass); border-radius: 50%; }
.aside-note { margin: 22px 0 0; padding-top: 20px; color: var(--muted); font-size: 13px; border-top: 1px solid var(--line); }
.page-process { color: #fff; background: var(--ink); }
.page-process-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.page-process h2 { margin: 12px 0; }
.page-process-intro p { color: #afbcc1; }
.page-steps { border-top: 1px solid var(--line-dark); }
.page-step { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line-dark); }
.page-step > span { color: #dcb66f; font-family: Georgia, serif; font-size: 14px; }
.page-step h3 { margin: 0 0 6px; color: #fff; }
.page-step p { margin: 0; color: #afbcc1; font-size: 14px; }
.registry-band { padding: 42px 0; background: #203139; border-top: 1px solid rgba(255,255,255,.08); }
.registry-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; color: #fff; }
.registry-copy strong { display: block; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.registry-copy span { color: #aebbc0; font-size: 13px; }
.registry-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.registry-links a { padding: 9px 13px; color: #e7c17b; font-size: 12px; font-weight: 750; text-decoration: none; border: 1px solid rgba(231,193,123,.3); border-radius: 999px; }
.contact-cta { padding: 76px 0; background: #fff; }
.contact-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 45px 48px; background: var(--canvas-2); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.contact-cta h2 { margin: 9px 0 10px; font-size: clamp(32px, 3.4vw, 46px); }
.contact-cta p { margin: 0; color: var(--muted); }
.contact-cta-actions { display: flex; gap: 10px; }

/* Footer */
footer { padding: 62px 0 22px; color: #ced7da; background: #0d181d; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .8fr .8fr 1fr; gap: 45px; }
.footer-brand { display: flex; align-items: center; gap: 13px; color: #fff; }
.footer-brand .brand-emblem { width: 36px; height: 42px; color: #d1a85f; }
.footer-brand strong { display: block; font-size: 13px; letter-spacing: .08em; }
.footer-brand span { display: block; margin-top: 4px; color: #97a5aa; font-size: 11px; }
.footer-about { max-width: 330px; margin-top: 20px; color: #929fa4; font-size: 13px; }
.footer-col h3 { margin-bottom: 16px; color: #fff; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.footer-col a, .footer-col p { display: block; margin: 9px 0; color: #aebbc0; font-size: 13px; text-decoration: none; }
.footer-col a:hover { color: #e7c17b; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; padding-top: 19px; color: #738187; font-size: 11px; border-top: 1px solid rgba(255,255,255,.08); }
.mobile-cta { display: none; }

@media (max-width: 1100px) {
  .phone-top { display: none; }
  .header-main { gap: 12px; }
  .header-main nav a { padding-inline: 8px; font-size: 12px; }
  .cred-bar-inner { grid-template-columns: 1.2fr repeat(4, .72fr); }
  .cred-intro, .cred-item { padding: 22px 18px; }
  .why-grid, .content-grid { gap: 52px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 82px; }
  .topbar { display: none; }
  .site-header {
    top: 0;
    overflow: visible;
    /* Mobile browsers can treat fixed descendants of a backdrop-filtered
       sticky element as if they were fixed to the header itself. */
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .header-main { min-height: 72px; }
  .menu-btn { display: block; }
  .header-main nav {
    position: absolute;
    z-index: 120;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    height: calc(100dvh - var(--mobile-header-height, 72px));
    min-height: calc(100vh - var(--mobile-header-height, 72px));
    padding: 18px max(24px, env(safe-area-inset-right)) calc(40px + env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
    background: #fff;
    box-shadow: 0 18px 40px rgba(18, 32, 39, .12);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-14px);
    transform-origin: top center;
    transition: opacity .2s ease, transform .22s ease, visibility 0s linear .22s;
  }
  .header-main nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
  .header-main nav ul { display: grid; align-items: stretch; }
  .header-main nav a { padding: 16px 8px; font-family: Georgia, serif; font-size: 24px; font-weight: 500; border-bottom: 1px solid var(--line); border-radius: 0; }
  .header-main nav a.active::after { display: none; }
  body.menu-open .mobile-cta { display: none; }
  .home-hero, .hero-home-grid { min-height: 650px; }
  .home-hero-photo { object-position: 55% center; }
  .hero-copy { max-width: 650px; padding: 72px 0 122px; }
  .cred-bar-inner { grid-template-columns: repeat(4, 1fr); }
  .cred-intro { grid-column: 1 / -1; min-height: 90px; }
  .service-feature:nth-child(1), .service-feature:nth-child(2) { grid-column: span 6; }
  .minor-service-grid { grid-template-columns: 1fr; }
  .minor-service { min-height: 210px; }
  .why-grid, .quote-layout, .faq-layout, .content-grid, .pricing-layout, .page-process-grid { grid-template-columns: 1fr; gap: 46px; }
  .content-intro { position: static; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .page-hero-aside { max-width: 520px; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .fact:nth-child(4) { border-top: 1px solid var(--line); }
  .contact-cta-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid .footer-col:last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .site-header .container { width: min(100% - 20px, var(--container)); }
  .brand-link { gap: 9px; }
  .brand-copy strong { white-space: nowrap; }

  .brand-emblem { width: 36px; height: 42px; }
  .brand-copy strong { font-size: 11px; }
  .brand-copy small { font-size: 10px; }
  .home-hero, .hero-home-grid { min-height: 625px; }
  .home-hero-photo { object-position: 59% center; }
  .home-hero::after { background: linear-gradient(90deg, rgba(9,18,23,.34), rgba(9,18,23,.08)); }
  .hero-copy { padding: 58px 0 116px; }
  .hero-copy h1 { font-size: 47px; }
  .hero-copy .lead { font-size: 16px; }
  .hero-actions .btn { width: 100%; }
  .hero-facts { display: grid; gap: 8px; }
  .cred-bar { margin-top: -70px; }
  .cred-bar-inner { grid-template-columns: 1fr 1fr; }
  .cred-intro { grid-column: 1 / -1; min-height: 92px; }
  .cred-item { min-height: 105px; }
  .cred-item:nth-child(even) { border-left: 0; }
  .services-section { padding-top: 96px; }
  section { padding: 70px 0; }
  .section-head { margin-bottom: 30px; }
  .section-head h2 { font-size: 37px; }
  .section-head p { font-size: 15px; }
  .service-feature:nth-child(1), .service-feature:nth-child(2) { grid-column: 1 / -1; }
  .service-feature { min-height: 335px; padding: 27px; }
  .service-feature h3 { margin-top: 50px; font-size: 33px; }
  .service-feature .service-meta { align-items: start; flex-direction: column; }
  .why-grid { gap: 32px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step + .process-step { min-height: auto; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .process-step h3 { margin-top: 28px; }
  .quote { padding: 24px 20px; }
  .quote-head { display: block; }
  .quote-head span { display: block; margin-top: 5px; }
  .form-grid { grid-template-columns: 1fr; }
  .faq-layout { gap: 28px; }
  .page-hero { padding: 45px 0 62px; }
  .page-hero h1 { font-size: 44px; }
  .page-hero .lead { font-size: 16px; }
  .facts-grid { grid-template-columns: 1fr; }
  .fact, .fact:first-child, .fact:nth-child(3), .fact:nth-child(4) { min-height: auto; padding: 20px 0; border: 0; border-bottom: 1px solid var(--line); }
  .content-row { grid-template-columns: 35px 1fr; gap: 12px; }
  .pricing-row { grid-template-columns: 1fr; gap: 8px; }
  .pricing-row > span { white-space: normal; }
  .registry-inner { align-items: start; flex-direction: column; }
  .registry-links { justify-content: flex-start; }
  .contact-cta { padding: 52px 0; }
  .contact-cta-inner { padding: 30px 24px; }
  .contact-cta-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-grid > div:first-child, .footer-grid .footer-col:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; padding-bottom: 68px; }
  .mobile-cta { position: fixed; right: 10px; bottom: 10px; left: 10px; z-index: 110; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; box-shadow: 0 16px 40px rgba(0,0,0,.24); }
  .mobile-cta a { padding: 13px; font-size: 13px; font-weight: 800; text-align: center; text-decoration: none; }
  .mobile-cta a:first-child { color: #fff; background: var(--ink-2); }
  .mobile-cta a:last-child { color: var(--ink); background: #d5ac65; }
}

@media (max-width: 390px) {
  .site-header .container { width: calc(100% - 16px); }
  .brand-emblem { width: 31px; height: 37px; }
  .brand-copy strong { font-size: 10px; letter-spacing: .055em; }
  .brand-copy small { margin-top: 4px; font-size: 9px; }
  .menu-btn { width: 42px; height: 42px; flex-basis: 42px; }
  .hero-copy h1 { font-size: clamp(39px, 12vw, 47px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
