@import url("./fonts.css");

:root {
  --burgundy: #5b1e2d;
  --burgundy-dark: #3a121d;
  --burgundy-soft: #7a3243;
  --gold: #c9a45f;
  --gold-deep: #a98546;
  --gold-ink: #7a5c28;
  --gold-light: #e2c68d;
  --cream: #e9e1d4;
  --cream-deep: #ded4c4;
  --paper: #faf6ef;
  --ink: #2a1f1c;
  --black: #17110f;
  --line: rgba(42, 31, 28, 0.14);
  --line-strong: rgba(42, 31, 28, 0.22);
  --line-light: rgba(233, 225, 212, 0.28);
  --content: 1180px;
  --nav-h: 71px;
  --gutter: 64px;
  --shadow-soft: 0 1px 2px rgba(23,17,15,.04), 0 10px 30px rgba(23,17,15,.06);
  --shadow-lift: 0 2px 4px rgba(23,17,15,.05), 0 18px 44px rgba(23,17,15,.11);
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  max-width: 100%;
  background: var(--cream);
  color: var(--ink);
  font-family: Jost, sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  -webkit-font-smoothing: antialiased;
}
@supports (overflow: clip) { body { overflow-x: clip; } }
body.menu-open { overflow: hidden; }
img, svg, video, iframe { display: block; max-width: 100%; height: auto; }
picture { display: contents; }
/* nothing may push the page sideways */
.container > *, .article-body > *, .hero-copy > *, .about-copy > *, .guide-copy > *, .contact-copy > *,
.problem-grid > *, .steps > *, .package-grid > *, .content-hub > *, .faq-grid > *, .related-grid > *,
.info-grid > *, .area-grid > *, .assurances > *, .resource-grid > *, .city-grid > *, .glossary-grid > *,
.form-grid > *, .details > *, .detail-row > *, .article-shell > * { min-width: 0; }
.article-body, .footer-links a, .contact-links a, .source-list a, .breadcrumb, .photo-caption a { overflow-wrap: break-word; }
.article-body a[href^="http"], .source-list a { word-break: break-word; }
.table-wrap { max-width: 100%; }
input, textarea, select { min-width: 0; max-width: 100%; }
a { color: inherit; text-decoration: none; transition: color 160ms var(--ease), background 160ms var(--ease), border-color 160ms var(--ease); }
a:hover { color: var(--gold-ink); }
.on-dark a:hover { color: var(--gold-light); }
button, input, textarea, select { border-radius: 0; font: inherit; }
button, .button { cursor: pointer; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 2px solid var(--gold-ink); outline-offset: 3px;
}
.on-dark a:focus-visible, .on-dark button:focus-visible, .on-dark input:focus-visible, .on-dark textarea:focus-visible { outline-color: var(--gold-light); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; }
:target { scroll-margin-top: calc(var(--nav-h) + 24px); }

.container { width: min(100% - var(--gutter), var(--content)); margin-inline: auto; }
.section { padding-block: clamp(56px, 8vw, 88px); }
.paper { background: var(--paper); }
.cream { background: var(--cream); }
.burgundy { background: var(--burgundy); color: var(--cream); }
.ink { background: var(--ink); color: var(--cream); }
.eyebrow { color: var(--gold-ink); font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.on-dark .eyebrow { color: var(--gold); }
.section-heading { margin: 12px 0 0; font: 400 clamp(29px, 4.4vw, 40px)/1.12 Fraunces, serif; font-variation-settings: "opsz" 48, "SOFT" 40, "WONK" 1; }
.section-intro { max-width: 680px; margin-bottom: clamp(34px, 5vw, 52px); }
.section-intro p { margin: 14px 0 0; font-size: 16px; line-height: 1.62; opacity: .78; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 60; padding: 12px 18px; background: var(--burgundy); color: var(--paper); font-size: 14px; }
.skip-link:focus { left: 12px; top: 12px; color: var(--paper); }

/* icon system */
[data-icon]::before {
  content: "";
  display: block;
  width: var(--icon-size, 28px);
  height: var(--icon-size, 28px);
  margin-bottom: var(--icon-gap, 16px);
  background: var(--icon-color, var(--burgundy));
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}
.on-dark [data-icon]::before, .featured[data-icon]::before { --icon-color: var(--gold); }
[data-icon="search"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><path d='M20.5 20.5 16.2 16.2'/></svg>"); }
[data-icon="euro"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M18.5 5.6a7.5 7.5 0 1 0 0 12.8'/><path d='M4 10h9.5'/><path d='M4 14h9.5'/></svg>"); }
[data-icon="shield"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3 19 6v5.6c0 4.4-2.9 7.6-7 9.4-4.1-1.8-7-5-7-9.4V6z'/><path d='m9 12 2.2 2.2L15.2 10'/></svg>"); }
[data-icon="pin"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M12 21.2s7-6.4 7-11.2a7 7 0 1 0-14 0c0 4.8 7 11.2 7 11.2z'/><circle cx='12' cy='9.8' r='2.6'/></svg>"); }
[data-icon="file"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M14 3H7.5A1.5 1.5 0 0 0 6 4.5v15A1.5 1.5 0 0 0 7.5 21h9a1.5 1.5 0 0 0 1.5-1.5V7z'/><path d='M14 3v4h4'/><path d='M9 13h6'/><path d='M9 17h4'/></svg>"); }
[data-icon="key"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><circle cx='8' cy='15' r='4.2'/><path d='M11.2 12 20 3.2'/><path d='m16.6 6.6 2.6 2.6'/></svg>"); }
[data-icon="home"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='m3.5 11 8.5-7.4 8.5 7.4'/><path d='M6 9.6V20h12V9.6'/><path d='M10 20v-5h4v5'/></svg>"); }
[data-icon="alert"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3.6 21 20H3z'/><path d='M12 10v4.4'/><path d='M12 17.4h.01'/></svg>"); }
[data-icon="clock"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='8.6'/><path d='M12 6.8V12l3.6 2.2'/></svg>"); }
[data-icon="calendar"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><rect x='3.6' y='5.4' width='16.8' height='15' rx='1.6'/><path d='M8 3v4.4M16 3v4.4M3.6 10.6h16.8'/></svg>"); }
[data-icon="chat"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M20.4 14.6a2.8 2.8 0 0 1-2.8 2.8H9.2L4 21V6.2a2.8 2.8 0 0 1 2.8-2.8h10.8a2.8 2.8 0 0 1 2.8 2.8z'/></svg>"); }
[data-icon="check"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='8.6'/><path d='m8.2 12.3 2.6 2.6 5-5.2'/></svg>"); }
[data-icon="tram"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><rect x='5.6' y='3.4' width='12.8' height='13.6' rx='3'/><path d='M5.6 10.4h12.8'/><path d='m9 20-1.8 2M15 20l1.8 2'/><path d='M9.4 14h.01M14.6 14h.01'/></svg>"); }
[data-icon="building"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M4 20.6V6.2L11 3.4v17.2'/><path d='M11 10h8.6v10.6'/><path d='M7 8.6h.01M7 12.4h.01M7 16.2h.01M15 13.6h.01M15 17.2h.01'/><path d='M2.6 20.6h18.8'/></svg>"); }
[data-icon="globe"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='8.6'/><path d='M3.6 12h16.8'/><path d='M12 3.4c2.4 2.5 3.7 5.4 3.7 8.6S14.4 18.1 12 20.6C9.6 18.1 8.3 15.2 8.3 12S9.6 5.9 12 3.4z'/></svg>"); }
[data-icon="lock"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><rect x='4.6' y='10.2' width='14.8' height='10.2' rx='2'/><path d='M8 10.2V7.6a4 4 0 0 1 8 0v2.6'/></svg>"); }
[data-icon="pen"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='m4 20 1-4.2L15.8 5a2.1 2.1 0 0 1 3 3L8 18.8z'/><path d='m14.2 6.6 3.2 3.2'/></svg>"); }
[data-icon="bank"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='m3 9.4 9-5.6 9 5.6'/><path d='M5.6 10.6v7.8M10 10.6v7.8M14 10.6v7.8M18.4 10.6v7.8'/><path d='M3 20.6h18'/></svg>"); }
[data-icon="list"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M9 6.4h11M9 12h11M9 17.6h11'/><path d='M4.6 6.4h.01M4.6 12h.01M4.6 17.6h.01'/></svg>"); }
[data-icon="star"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='m12 3.6 2.7 5.5 6 .9-4.3 4.2 1 6-5.4-2.8-5.4 2.8 1-6L3.3 10l6-.9z'/></svg>"); }
[data-icon="camera"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><rect x='3.4' y='6.8' width='17.2' height='12.8' rx='2'/><circle cx='12' cy='13.2' r='3.4'/><path d='m9.2 6.8 1.3-2.4h3l1.3 2.4'/></svg>"); }
[data-icon="compass"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='8.6'/><path d='m15.6 8.4-1.9 5.3-5.3 1.9 1.9-5.3z'/></svg>"); }
[data-icon="users"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><circle cx='9.4' cy='8.2' r='3.6'/><path d='M2.8 20.2a6.6 6.6 0 0 1 13.2 0'/><path d='M16.4 5.1a3.6 3.6 0 0 1 0 6.6'/><path d='M18 13.6a6.6 6.6 0 0 1 3.4 5.4'/></svg>"); }
[data-icon="graduate"] { --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M2.6 9 12 4.4 21.4 9 12 13.6z'/><path d='M6.6 11v5c0 1.4 2.4 2.6 5.4 2.6s5.4-1.2 5.4-2.6v-5'/><path d='M21.4 9v5.4'/></svg>"); }

/* navigation */
.site-nav { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(233,225,212,.92); backdrop-filter: blur(10px); }
.nav-inner { min-height: var(--nav-h); display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 34px; height: 34px; flex: none; display: grid; place-items: end center; background: var(--burgundy); }
.brand-mark::after { content: ""; width: 15px; height: 21px; background: var(--cream); border-radius: 7px 7px 0 0; }
.brand-name { color: var(--ink); font: 400 22px/1 Fraunces, serif; font-variation-settings: "opsz" 24, "SOFT" 40, "WONK" 1; letter-spacing: .02em; }
.nav-links { margin-left: auto; display: flex; align-items: center; gap: 26px; font-size: 14px; }
.nav-links a { color: var(--ink); }
.nav-links > a:not(.nav-cta) { position: relative; padding-block: 4px; }
.nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--gold-ink); transform: scaleX(0); transform-origin: left; transition: transform 220ms var(--ease); }
.nav-links > a:not(.nav-cta):hover::after, .nav-links > a[aria-current="page"]::after { transform: scaleX(1); }
.nav-links > a[aria-current="page"] { color: var(--burgundy); }
.lang { display: flex; gap: 7px; align-items: center; font-size: 12px; font-weight: 400; letter-spacing: .1em; opacity: .8; }
.nav-cta { padding: 10px 19px; border: 1px solid var(--burgundy); color: var(--burgundy) !important; }
.nav-cta:hover { background: var(--burgundy); color: var(--paper) !important; }
.menu-toggle { display: none; margin-left: auto; width: 46px; height: 46px; padding: 13px 9px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 1.5px; margin: 5px 0; background: var(--ink); transition: transform 240ms var(--ease), opacity 160ms var(--ease); }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* hero */
.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--burgundy); color: var(--cream); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(58,18,29,.96) 0%, rgba(58,18,29,.88) 38%, rgba(58,18,29,.55) 66%, rgba(23,17,15,.18) 100%), linear-gradient(0deg, rgba(23,17,15,.34), rgba(23,17,15,.04) 62%); }
.hero-backdrop { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.hero-grid { position: relative; z-index: 2; min-height: min(760px, calc(100svh - var(--nav-h))); padding-block: clamp(72px, 10vw, 112px) clamp(64px, 9vw, 104px); display: flex; align-items: center; }
.hero-copy { display: flex; max-width: 760px; flex-direction: column; align-items: flex-start; gap: clamp(18px, 3vw, 26px); animation: fadeUp 620ms var(--ease) both; text-shadow: 0 2px 18px rgba(23,17,15,.28); }
.hero h1 { max-width: 700px; margin: 0; font: 400 clamp(38px,5.4vw,66px)/1.05 Fraunces, serif; font-variation-settings: "opsz" 96, "SOFT" 40, "WONK" 1; letter-spacing: -.02em; }
.hero-lede { max-width: 540px; margin: 0; font-size: clamp(16px, 2.2vw, 19px); line-height: 1.55; opacity: .9; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; padding-top: 6px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 25px; border: 1px solid currentColor; font-size: 14.5px; font-weight: 400; letter-spacing: .04em; text-align: center; transition: transform 180ms var(--ease), background 180ms var(--ease), color 180ms var(--ease), border-color 180ms var(--ease); }
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.button-light { border-color: var(--cream); background: var(--cream); color: var(--burgundy); }
.button-light:hover { border-color: var(--gold); background: var(--gold); color: var(--black); }
.button-outline-light { border-color: rgba(233,225,212,.55); color: var(--cream); }
.button-outline-light:hover { border-color: var(--gold); color: var(--gold); background: rgba(233,225,212,.08); }
.button-primary { border-color: var(--burgundy); background: var(--burgundy); color: var(--paper); }
.button-primary:hover { border-color: var(--burgundy-dark); background: var(--burgundy-dark); color: var(--paper); }
.trust-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px; padding-top: 12px; font-size: 13px; letter-spacing: .03em; opacity: .85; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row span::before { content: ""; width: 5px; height: 5px; flex: none; transform: rotate(45deg); background: var(--gold); }
.trust-row .sep { display: none; }
.visual-caption { margin-top: 12px; font-size: 12px; letter-spacing: .04em; opacity: .58; }

/* photos (frameless) */
.photo-frame { position: relative; margin: 0; overflow: hidden; border: 0; background: var(--cream-deep); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.photo-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(23,17,15,.05); }
.photo-caption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 18px; margin-top: 10px; font-size: 11.5px; line-height: 1.45; letter-spacing: .025em; opacity: .72; }
.photo-caption a { text-decoration: underline; text-underline-offset: 2px; }

/* homepage sections */
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); }
.problem-card { padding: clamp(26px, 3vw, 34px) clamp(22px, 2.6vw, 32px); background: var(--paper); }
.problem-card h3 { margin: 0 0 12px; color: var(--burgundy); font: italic 300 clamp(22px, 2.6vw, 26px)/1.2 Fraunces, serif; font-variation-settings: "opsz" 30, "SOFT" 40, "WONK" 1; }
.problem-card p, .step p, .faq-item p { margin: 0; font-size: 15px; line-height: 1.62; opacity: .8; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(24px, 3vw, 36px); }
.step { padding-top: 20px; border-top: 2px solid var(--burgundy); }
.step-number { color: var(--gold-ink); font: 400 clamp(34px, 4vw, 44px)/1 Fraunces, serif; font-variation-settings: "opsz" 60, "SOFT" 40, "WONK" 1; }
.step h3 { margin: 12px 0 10px; font-size: 18px; font-weight: 400; }

.package-grid { display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; gap: 24px; }
.package-card { position: relative; display: flex; flex-direction: column; padding: 36px 32px 32px; border: 1px solid var(--line-strong); background: var(--cream); transition: transform 220ms var(--ease), box-shadow 220ms var(--ease); }
.package-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); }
.package-card.featured { margin-top: -20px; padding-top: 44px; border-color: var(--burgundy-dark); background: var(--burgundy); color: var(--cream); }
.badge { position: absolute; top: 0; left: 34px; transform: translateY(-50%); padding: 6px 12px; background: var(--gold); color: var(--burgundy-dark); font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.package-name { margin: 0; color: var(--burgundy); font: 500 21px/1.2 Fraunces, serif; font-variation-settings: "opsz" 18, "SOFT" 40, "WONK" 1; letter-spacing: .1em; text-transform: uppercase; }
.featured .package-name { color: inherit; }
.package-meta { margin-top: 8px; font-size: 13px; opacity: .7; }
.package-quote { margin: 18px 0 0; color: var(--burgundy); font: italic 300 19px/1.45 Fraunces, serif; font-variation-settings: "opsz" 24, "SOFT" 40, "WONK" 1; }
.featured .package-quote { color: var(--gold-light); }
.diamond-list { display: flex; flex-direction: column; gap: 13px; margin: 26px 0 0; padding: 0; list-style: none; }
.diamond-list li { display: flex; gap: 12px; font-size: 14.5px; line-height: 1.55; }
.diamond-list li::before { content: ""; width: 5px; height: 5px; flex: none; margin-top: 8px; transform: rotate(45deg); background: var(--gold-ink); }
.featured .diamond-list li::before { background: var(--gold); }
.package-bottom { margin-top: auto; padding-top: 34px; }
.price-rule { height: 1px; background: var(--gold-deep); opacity: .58; }
.price-row { display: flex; align-items: baseline; gap: 10px; margin-top: 20px; }
.price { font: 400 clamp(42px, 5vw, 52px)/1 Fraunces, serif; font-variation-settings: "opsz" 60, "SOFT" 40, "WONK" 1; font-variant-numeric: tabular-nums; }
.price-note { font-size: 12.5px; opacity: .68; }
.package-card .button { display: flex; width: 100%; margin-top: 24px; }
.package-card:not(.featured) .button { color: var(--burgundy); }
.package-card:not(.featured) .button:hover { background: var(--burgundy); color: var(--paper); }
.packages-note { margin: 26px 0 0; text-align: center; font-size: 14px; opacity: .7; }

.table-wrap { position: relative; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.compare-table { width: 100%; min-width: 700px; border-collapse: collapse; }
.compare-table th, .compare-table td { padding: 16px 18px 16px 0; border-bottom: 1px solid rgba(42,31,28,.12); font-size: 15px; line-height: 1.45; text-align: left; vertical-align: top; }
.compare-table thead th { border-bottom: 2px solid var(--gold-deep); color: var(--burgundy); font: 500 16px/1.2 Fraunces, serif; letter-spacing: .1em; text-transform: uppercase; }
.compare-table .row-label { width: 200px; font-size: 12.5px; font-weight: 500; letter-spacing: .06em; opacity: .78; text-transform: uppercase; }
.compare-table .muted { opacity: .75; }
.compare-table .table-price { border-bottom: 0; font: 400 30px/1 Fraunces, serif; font-variant-numeric: tabular-nums; }
.scroll-hint { display: none; margin: 10px 0 0; font-size: 12.5px; letter-spacing: .04em; opacity: .78; }

.about-grid, .guide-grid, .contact-grid, .split-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(36px, 5vw, 64px); align-items: center; }
.about-copy p { max-width: 620px; margin: 18px 0 0; font-size: 16.5px; line-height: 1.68; opacity: .88; }
.stats { display: flex; flex-wrap: wrap; gap: 28px 32px; margin-top: 30px; }
.stat { display: flex; flex-direction: column; gap: 6px; }
.stat strong { color: var(--gold); font: 400 34px/1 Fraunces, serif; }
.stat span { font-size: 13px; opacity: .7; }
.large-mark { width: clamp(84px, 14vw, 120px); aspect-ratio: 1; display: grid; place-items: end center; background: var(--burgundy); }
.large-mark::after { content: ""; width: 44%; height: 62%; border-radius: 26px 26px 0 0; background: var(--cream); }
.pull-quote { max-width: 440px; margin: 20px 0 0; color: var(--gold-light); font: italic 300 21px/1.45 Fraunces, serif; }

/* free guide block (fixed layering) */
.guide-grid { gap: clamp(34px, 5vw, 56px); }
.guide-copy p { max-width: 560px; margin: 16px 0 0; font-size: 16.5px; line-height: 1.62; opacity: .82; }
.inline-form { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 12px; margin-top: 26px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label, .field > span { font-size: 12px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; opacity: .75; }
.inline-form .field { flex: 1 1 260px; }
input, textarea { width: 100%; min-height: 48px; padding: 13px 16px; border: 1px solid var(--line-strong); background: var(--paper); color: var(--ink); font-size: 16px; font-weight: 300; transition: border-color 160ms var(--ease); }
input:focus, textarea:focus { border-color: var(--burgundy); }
textarea { min-height: 120px; resize: vertical; }
.form-note { min-height: 20px; margin-top: 10px; font-size: 13px; opacity: .72; }
.guide-cover {
  position: relative; isolation: isolate; overflow: hidden;
  aspect-ratio: 3/4; display: flex; flex-direction: column; justify-content: flex-start;
  padding: clamp(28px, 4vw, 42px) clamp(24px, 3.4vw, 36px);
  border: 1px solid var(--line-strong);
  background: linear-gradient(168deg, var(--paper) 0%, var(--cream) 62%);
}
.guide-cover::before {
  content: ""; position: absolute; z-index: -2; right: -14%; bottom: -16%;
  width: 72%; aspect-ratio: 1; border-radius: 50% 50% 0 0;
  border: clamp(26px, 4.4vw, 46px) solid var(--burgundy); border-bottom: 0;
  opacity: .92;
}
.guide-cover::after {
  content: ""; position: absolute; z-index: -1; inset: 0;
  background: linear-gradient(155deg, var(--paper) 0%, rgba(250,246,239,.94) 36%, rgba(250,246,239,.5) 58%, rgba(250,246,239,0) 74%);
}
.guide-cover > * { position: relative; z-index: 1; }
.guide-cover small { color: var(--gold-ink); font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.guide-cover h3 { max-width: 15ch; margin: 18px 0 0; color: var(--burgundy); font: 400 clamp(26px, 3.4vw, 34px)/1.12 Fraunces, serif; }
.guide-cover .cover-rule { width: 54px; height: 2px; margin-top: 18px; background: var(--gold-deep); }

.faq-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: clamp(24px, 3vw, 36px) clamp(32px, 4.5vw, 56px); max-width: 1000px; }
.faq-item { padding-top: 20px; border-top: 1px solid var(--line-strong); }
.faq-item h3 { margin: 0 0 10px; font-size: 17px; font-weight: 400; }

.contact-grid { align-items: start; }
.contact-copy p { max-width: 520px; margin: 16px 0 0; font-size: 16.5px; line-height: 1.62; opacity: .88; }
.contact-links { display: flex; flex-direction: column; gap: 12px; margin-top: 30px; color: var(--gold-light); }
.contact-links a { display: inline-flex; align-items: center; gap: 10px; min-height: 34px; }
.brief-form { display: flex; flex-direction: column; gap: 16px; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.on-dark .field label, .on-dark .field > span { color: var(--cream); opacity: .88; }
.on-dark input, .on-dark textarea { border-color: var(--line-light); background: rgba(233,225,212,.08); color: var(--cream); }
.on-dark input:focus, .on-dark textarea:focus { border-color: var(--gold); }
.on-dark input::placeholder, .on-dark textarea::placeholder { color: rgba(233,225,212,.58); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span { display: block; min-height: 44px; padding: 12px 16px; border: 1px solid var(--line-light); font-size: 13.5px; transition: background 160ms var(--ease), border-color 160ms var(--ease); }
.chip input:checked + span { border-color: var(--gold); background: rgba(201,164,95,.22); }
.chip input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 3px; }

.site-footer { background: var(--black); color: var(--cream); padding-bottom: env(safe-area-inset-bottom); }
.footer-inner { min-height: 134px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px 28px; padding-block: 28px; }
.site-footer .brand-mark { width: 30px; height: 30px; background: var(--gold); }
.site-footer .brand-mark::after { width: 13px; height: 19px; background: var(--ink); }
.site-footer .brand-name { color: var(--cream); font-size: 20px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 24px; font-size: 13.5px; opacity: .82; }
.footer-links a { display: inline-flex; align-items: center; min-height: 34px; }
.footer-tag { font-size: 12.5px; letter-spacing: .04em; opacity: .68; }

/* inner pages */
.page-hero { padding-block: clamp(52px, 8vw, 82px) clamp(48px, 7vw, 76px); background: var(--burgundy); color: var(--cream); }
.page-hero h1 { max-width: 870px; margin: 14px 0 20px; font: 400 clamp(33px,5vw,56px)/1.06 Fraunces, serif; letter-spacing: -.02em; }
.page-hero p { max-width: 680px; margin: 0; font-size: clamp(16px, 2.2vw, 18px); line-height: 1.6; opacity: .85; }
.details { display: grid; gap: 1px; background: var(--line); }
.detail-row { display: grid; grid-template-columns: .85fr 1.15fr; background: var(--paper); }
.detail-aside, .detail-main { padding: clamp(28px, 4vw, 42px); }
.detail-aside { background: var(--cream); }
.detail-main h2 { margin: 0; color: var(--burgundy); font: 400 clamp(28px, 4vw, 38px)/1.12 Fraunces, serif; }
.detail-main > p { margin: 18px 0 0; font-size: 16px; line-height: 1.68; opacity: .85; }
.detail-aside .price { color: var(--burgundy); }
.mini-label { margin-bottom: 12px; font-size: 11px; font-weight: 500; letter-spacing: .16em; opacity: .78; text-transform: uppercase; }
.assurances, .resource-grid, .city-grid, .glossary-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); }
.assurance, .resource-card, .city-card, .term { padding: 28px; background: var(--paper); }
.assurance h3, .resource-card h3, .city-card h3, .term h3 { margin: 0 0 10px; font-size: 17px; font-weight: 400; }
.assurance p, .resource-card p, .city-card p, .term p { margin: 0; font-size: 14.5px; line-height: 1.6; opacity: .8; }
.assurance[data-icon]::before { --icon-size: 24px; --icon-gap: 14px; }
.resource-card { min-height: 230px; display: flex; flex-direction: column; }
.resource-index { color: var(--gold-ink); font: 400 32px/1 Fraunces, serif; }
.resource-card .mini-label { margin: auto 0 12px; }
.city-grid { grid-template-columns: repeat(3,1fr); gap: 20px; background: transparent; }
.city-card { min-height: 210px; padding-top: 92px; border: 1px solid var(--line); background: linear-gradient(155deg,rgba(201,164,95,.16),transparent 46%),var(--cream); }
.glossary-grid { grid-template-columns: repeat(4,1fr); }
.term h3 { color: var(--gold-ink); font-family: Fraunces, serif; font-size: 20px; }
.newsletter { background: var(--ink); color: var(--cream); }

.content-hub { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.feature-guide { position: relative; min-height: 300px; display: flex; flex-direction: column; padding: clamp(24px, 3vw, 30px); border: 1px solid var(--line); background: var(--paper); transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), border-color 220ms var(--ease); }
.feature-guide:hover { transform: translateY(-3px); border-color: var(--line-strong); box-shadow: var(--shadow-soft); }
.feature-guide[data-icon]::before { --icon-size: 26px; --icon-gap: 18px; }
.feature-guide .guide-kicker { color: var(--gold-ink); font-size: 11px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.feature-guide h3 { margin: 14px 0 12px; color: var(--burgundy); font: 400 clamp(23px, 2.8vw, 28px)/1.15 Fraunces,serif; }
.feature-guide p { margin: 0; font-size: 15px; line-height: 1.64; opacity: .8; }
.feature-guide .text-link { margin-top: auto; padding-top: 24px; color: var(--burgundy); font-size: 14px; font-weight: 400; }
.feature-guide .text-link::after { content: "→"; display: inline-block; margin-left: 7px; transition: transform 200ms var(--ease); }
.feature-guide:hover .text-link::after { transform: translateX(4px); }
.feature-guide .text-link::before { content: ""; position: absolute; inset: 0; }

/* article layout */
.breadcrumb { margin-bottom: 20px; font-size: 12.5px; letter-spacing: .03em; opacity: .72; }
.breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.article-hero { padding-block: clamp(46px, 7vw, 72px); background: var(--burgundy); color: var(--cream); }
.article-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(32px, 5vw, 64px); }
.article-hero h1 { max-width: 760px; margin: 13px 0 20px; font: 400 clamp(32px,5vw,60px)/1.06 Fraunces,serif; letter-spacing: -.02em; }
.article-hero .lede { max-width: 700px; margin: 0; font-size: clamp(16px, 2.2vw, 18px); line-height: 1.64; opacity: .88; }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px; margin-top: 22px; font-size: 12.5px; opacity: .8; }
.article-meta span { display: inline-flex; align-items: center; gap: 8px; }
.article-meta span::before { content: ""; width: 4px; height: 4px; flex: none; transform: rotate(45deg); background: var(--gold); }
.article-hero-photo { aspect-ratio: 5/4; }
.article-photo figcaption { margin-top: 10px; }
.article-hero-photo + .photo-caption { color: var(--cream); opacity: .7; }
.hero-illustration { margin: 0; }
.hero-illustration img { width: 100%; height: auto; }
.article-section { padding-block: clamp(48px, 7vw, 82px); background: var(--paper); }
.article-shell { display: grid; grid-template-columns: 250px minmax(0,760px); justify-content: center; gap: clamp(32px, 5vw, 72px); align-items: start; }
.article-toc { position: sticky; top: calc(var(--nav-h) + 22px); padding: 20px 24px; border: 1px solid var(--line); background: var(--cream); }
.article-toc strong, .article-toc > summary { display: block; margin-bottom: 10px; color: var(--burgundy); font: 400 17px/1.2 Fraunces,serif; }
.article-toc a { display: block; padding: 9px 0; border-bottom: 1px solid rgba(42,31,28,.09); font-size: 13.5px; line-height: 1.35; }
.article-toc a:last-child { border-bottom: 0; }
.article-toc a.is-active { margin-left: -14px; padding-left: 12px; border-left: 2px solid var(--gold-deep); color: var(--burgundy); }
.article-toc > summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 34px; }
.article-toc > summary::-webkit-details-marker { display: none; }
.article-toc > summary::after { content: ""; width: 9px; height: 9px; flex: none; border-right: 1.5px solid var(--burgundy); border-bottom: 1.5px solid var(--burgundy); transform: rotate(45deg) translateY(-2px); transition: transform 200ms var(--ease); }
.article-toc[open] > summary::after { transform: rotate(-135deg) translateY(-2px); }
.article-body { font-size: 17px; line-height: 1.74; }
.article-body > :first-child { margin-top: 0; }
.article-body h2 { margin: clamp(42px, 6vw, 58px) 0 16px; color: var(--burgundy); font: 400 clamp(25px, 3.4vw, 34px)/1.18 Fraunces,serif; scroll-margin-top: calc(var(--nav-h) + 28px); }
.article-body h3 { margin: 32px 0 12px; font-size: clamp(18px, 2.4vw, 20px); font-weight: 400; scroll-margin-top: calc(var(--nav-h) + 28px); }
.article-body p { margin: 0 0 21px; }
.article-body ul, .article-body ol { margin: 0 0 26px; padding-left: 0; list-style: none; }
.article-body li { margin: 9px 0; }
.article-body ul li { position: relative; padding-left: 24px; }
.article-body ul li::before { content: ""; position: absolute; left: 4px; top: .72em; width: 6px; height: 6px; transform: rotate(45deg); background: var(--gold-deep); }
.article-body ol { counter-reset: steps; }
.article-body ol li { position: relative; counter-increment: steps; padding-left: 34px; }
.article-body ol li::before { content: counter(steps); position: absolute; left: 0; top: .1em; color: var(--gold-ink); font: 400 16px/1.5 Fraunces, serif; font-variant-numeric: tabular-nums; }
.article-body a { color: var(--burgundy); text-decoration: underline; text-decoration-color: rgba(91,30,45,.36); text-underline-offset: 3px; }
.article-body a:hover { text-decoration-color: currentColor; }
.article-body .actions { margin: 26px 0 32px; }
.article-body a.button { text-decoration: none; color: var(--burgundy); }
.article-body a.button-primary { color: var(--paper); }
.article-body a.button-primary:hover { color: var(--paper); }
.article-body a.button:hover { background: var(--burgundy); color: var(--paper); }
.quick-answer { position: relative; margin: 0 0 36px; padding: 24px 26px 24px 28px; border-left: 3px solid var(--gold-deep); background: var(--cream); }
.quick-answer strong { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; color: var(--burgundy); font-family: Fraunces,serif; font-size: 18px; font-weight: 400; }
.quick-answer strong::before { content: ""; width: 20px; height: 20px; flex: none; background: var(--burgundy); -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='8.6'/><path d='m8.2 12.3 2.6 2.6 5-5.2'/></svg>") center/contain no-repeat; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='8.6'/><path d='m8.2 12.3 2.6 2.6 5-5.2'/></svg>") center/contain no-repeat; }
.quick-answer p:last-child { margin-bottom: 0; }
.info-grid, .area-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin: 26px 0 36px; }
.info-card, .area-card { padding: 22px 22px 24px; border: 1px solid var(--line); background: var(--cream); }
.info-card[data-icon]::before, .area-card[data-icon]::before { --icon-size: 24px; --icon-gap: 12px; }
.info-card h3, .area-card h3 { margin: 0 0 8px; color: var(--burgundy); font-family: Fraunces,serif; font-size: 19px; font-weight: 400; }
.info-card p, .area-card p { margin: 0; font-size: 15px; line-height: 1.6; }
.article-photo { margin: 34px 0; }
.article-photo .photo-frame { aspect-ratio: 16/10; }
.article-photo .photo-frame img { object-position: center; }
.article-note { display: grid; grid-template-columns: 24px 1fr; gap: 16px; margin: 30px 0; padding: 22px 24px; border: 1px solid rgba(201,164,95,.5); border-left: 3px solid var(--gold-deep); background: rgba(201,164,95,.12); }
.article-note::before { content: ""; width: 24px; height: 24px; margin-top: 2px; background: var(--gold-ink); -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3.6 21 20H3z'/><path d='M12 10v4.4'/><path d='M12 17.4h.01'/></svg>") center/contain no-repeat; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3.6 21 20H3z'/><path d='M12 10v4.4'/><path d='M12 17.4h.01'/></svg>") center/contain no-repeat; }
.article-note p { grid-column: 2; margin: 0 0 12px; }
.article-note p:last-child { margin-bottom: 0; }
.source-list { padding-top: 22px; border-top: 1px solid var(--line); font-size: 14px; }
.related-guides { padding-block: clamp(48px, 7vw, 78px); background: var(--cream); }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 30px; }
.related-card { position: relative; padding: 24px 26px 26px; border: 1px solid var(--line); background: var(--paper); transition: transform 220ms var(--ease), box-shadow 220ms var(--ease); }
.related-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.related-card[data-icon]::before { --icon-size: 24px; --icon-gap: 14px; }
.related-card h3 { margin: 0 0 10px; color: var(--burgundy); font: 400 21px/1.2 Fraunces,serif; }
.related-card p { margin: 0 0 18px; font-size: 14.5px; line-height: 1.6; opacity: .8; }
.related-card a { color: var(--burgundy); font-size: 13.5px; font-weight: 400; }
.related-card a::after { content: "→"; margin-left: 6px; }
.related-card a::before { content: ""; position: absolute; inset: 0; }
.legal-disclaimer { font-size: 13px; line-height: 1.62; opacity: .72; }

/* reading progress + mobile action bar */
.read-progress { position: fixed; top: 0; left: 0; z-index: 40; width: 100%; height: 2px; background: transparent; pointer-events: none; }
.read-progress > span { display: block; height: 100%; width: 0; background: var(--gold-deep); transition: width 90ms linear; }
.mobile-cta {
  position: fixed; z-index: 35; left: 0; right: 0; bottom: 0;
  display: none; gap: 10px; align-items: center;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(23,17,15,.12);
  background: rgba(250,246,239,.97); backdrop-filter: blur(10px);
  transform: translateY(110%); transition: transform 280ms var(--ease);
}
.mobile-cta.is-visible { transform: translateY(0); }
.mobile-cta .button { flex: 1 1 auto; min-height: 46px; padding: 12px 16px; font-size: 14px; }
.mobile-cta .cta-secondary { flex: none; display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border: 1px solid var(--line-strong); color: var(--burgundy); }
.mobile-cta .cta-secondary::before { content: ""; width: 20px; height: 20px; background: currentColor; -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M20.4 14.6a2.8 2.8 0 0 1-2.8 2.8H9.2L4 21V6.2a2.8 2.8 0 0 1 2.8-2.8h10.8a2.8 2.8 0 0 1 2.8 2.8z'/></svg>") center/contain no-repeat; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M20.4 14.6a2.8 2.8 0 0 1-2.8 2.8H9.2L4 21V6.2a2.8 2.8 0 0 1 2.8-2.8h10.8a2.8 2.8 0 0 1 2.8 2.8z'/></svg>") center/contain no-repeat; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

@media (max-width: 1080px) {
  .nav-links { gap: 18px; }
  .nav-links > a:not(.nav-cta), .lang { display: none; }
  .article-shell { grid-template-columns: 220px minmax(0,1fr); }
}

@media (max-width: 980px) {
  :root { --gutter: 52px; }
  .about-grid, .guide-grid, .contact-grid, .split-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2,1fr); }
  .package-grid { grid-template-columns: 1fr; gap: 18px; }
  .package-card.featured { margin-top: 0; padding-top: 38px; }
  .detail-row { grid-template-columns: 1fr; }
  .assurances, .resource-grid, .city-grid, .glossary-grid { grid-template-columns: repeat(2,1fr); }
  .content-hub, .related-grid { grid-template-columns: repeat(2,1fr); }
  .article-hero-grid { grid-template-columns: 1fr; }
  .article-hero-photo, .hero-illustration { max-width: 640px; }
  .article-shell { grid-template-columns: minmax(0,1fr); gap: 30px; }
  .article-toc { position: static; }
  .guide-cover { aspect-ratio: 16/9; }
  .guide-cover::before { right: -10%; bottom: -30%; width: 46%; }
}

@media (max-width: 760px) {
  :root { --gutter: 40px; --nav-h: 64px; }
  .menu-toggle { display: block; }
  .site-nav { background: var(--cream); backdrop-filter: none; }
  .nav-links {
    position: fixed; inset: var(--nav-h) 0 0; z-index: 25;
    display: none; flex-direction: column; align-items: stretch; gap: 0;
    margin: 0;
    padding: 14px 24px calc(28px + env(safe-area-inset-bottom));
    background: var(--cream);
    overflow-y: auto; overscroll-behavior: contain;
  }
  .nav-links.open { display: flex; animation: fadeUp 220ms var(--ease) both; }
  .nav-links > a:not(.nav-cta) { display: flex; align-items: center; min-height: 54px; padding: 6px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
  .nav-links > a:not(.nav-cta)::after { display: none; }
  .nav-links .lang { display: flex; min-height: 54px; padding: 6px 0; font-size: 14px; letter-spacing: .12em; opacity: .78; }
  .nav-cta { margin-top: 18px; min-height: 52px; display: flex; align-items: center; justify-content: center; text-align: center; }
  .hero::after { background: linear-gradient(90deg, rgba(58,18,29,.9), rgba(58,18,29,.66)), linear-gradient(0deg, rgba(23,17,15,.44), rgba(23,17,15,.06) 62%); }
  .hero-backdrop { object-position: center 42%; }
  .hero-grid { min-height: 0; padding-block: 64px 72px; }
  .problem-grid, .steps, .faq-grid, .form-grid, .assurances, .resource-grid, .city-grid, .glossary-grid { grid-template-columns: 1fr; }
  .content-hub, .related-grid, .info-grid, .area-grid { grid-template-columns: 1fr; }
  .feature-guide, .resource-card, .city-card { min-height: 0; }
  .city-card { padding-top: 34px; }
  .actions, .actions .button { width: 100%; }
  .inline-form .button { width: 100%; }
  .scroll-hint { display: block; }
  .mobile-cta { display: flex; }
  body.has-mobile-cta { padding-bottom: 74px; }
}

@media (max-width: 640px) {
  :root { --gutter: 36px; }
  .section { padding-block: 52px; }
  .package-card, .detail-aside, .detail-main { padding: 28px 22px; }
  .trust-row { gap: 6px 16px; font-size: 12.5px; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 20px; }
  .article-photo { margin-inline: calc(var(--gutter) / -2); }
  .article-photo .photo-caption { padding-inline: calc(var(--gutter) / 2); }
  .stats { gap: 20px 26px; }
  .stat strong { font-size: 30px; }
  .compare-table { min-width: 560px; }
  .compare-table th, .compare-table td { padding: 14px 14px 14px 0; font-size: 14px; }
  .compare-table .row-label { width: 130px; font-size: 11.5px; }
  .quick-answer { padding: 20px 20px 20px 22px; }
  .article-note { padding: 18px; gap: 12px; grid-template-columns: 20px 1fr; }
  .article-note::before { width: 20px; height: 20px; }
  .article-hero-photo { aspect-ratio: 4/3; }
  .article-photo .photo-frame { aspect-ratio: 3/2; }
  .guide-cover { aspect-ratio: auto; min-height: 250px; }
  .guide-cover::before { right: -20%; bottom: -34%; width: 52%; border-width: 22px; }
}

@media (max-width: 400px) {
  :root { --gutter: 28px; }
  .hero h1 { font-size: 33px; }
  .price { font-size: 40px; }
}
