:root {
  --green-950: #102f28;
  --green-900: #173d34;
  --green-800: #205747;
  --green-700: #286b58;
  --green-100: #dfeae5;
  --orange: #e6a05d;
  --orange-light: #f8e5cf;
  --cream: #f6f3eb;
  --paper: #fffdf8;
  --white: #ffffff;
  --ink: #18302a;
  --text: #3f514c;
  --muted: #61716c;
  --border: #dce2df;
  --shadow: 0 22px 60px rgba(16, 47, 40, .11);
  --shadow-soft: 0 12px 35px rgba(16, 47, 40, .08);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.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; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--white); color: var(--green-950); border-radius: 8px; transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6.2vw, 5.75rem); margin-bottom: 28px; }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.25rem); margin-bottom: 22px; }
h3 { font-size: 1.6rem; margin-bottom: 12px; }
p { margin-bottom: 18px; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--green-700); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--orange); }
.eyebrow-light { color: #d6e3de; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 253, 248, .94); background: color-mix(in srgb, var(--paper) 90%, transparent); border-bottom: 1px solid rgba(24, 48, 42, .08); backdrop-filter: blur(16px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); }
.brand img { width: 44px; height: 44px; border-radius: 12px; }
.brand span { display: grid; line-height: 1.08; }
.brand strong { font-size: 1.02rem; letter-spacing: .01em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { position: relative; color: var(--text); font-size: .92rem; font-weight: 700; text-decoration: none; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--orange); transition: right .2s ease; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.main-nav .nav-cta { padding: 11px 17px; border-radius: 999px; background: var(--green-950); color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 12px; background: var(--white); align-items: center; justify-content: center; }
.menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 20px; height: 2px; background: var(--ink); transition: .2s ease; }
.menu-icon { position: relative; }
.menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; }
.menu-icon::before { top: -6px; }
.menu-icon::after { top: 6px; }
.menu-toggle[aria-expanded="true"] .menu-icon { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-icon::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-icon::after { top: 0; transform: rotate(-45deg); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--green-950); box-shadow: 0 12px 28px rgba(230, 160, 93, .25); }
.button-primary:hover { background: #edaa69; box-shadow: 0 16px 36px rgba(230, 160, 93, .32); }
.button-secondary { border-color: var(--border); background: var(--white); color: var(--ink); }
.button-small { min-height: 42px; padding: 9px 16px; font-size: .9rem; }
.button-full { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 88px 0 78px; background: var(--cream); }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; left: -220px; bottom: -270px; border: 100px solid rgba(230, 160, 93, .11); border-radius: 50%; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: clamp(48px, 7vw, 92px); align-items: center; }
.hero-copy h1 em { color: var(--green-700); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 650px; color: var(--text); font-size: clamp(1.08rem, 1.7vw, 1.3rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 46px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 0; margin: 0; padding: 0; list-style: none; }
.hero-facts li { min-width: 145px; padding: 0 28px; border-left: 1px solid #cfd8d3; }
.hero-facts li:first-child { padding-left: 0; border-left: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { color: var(--ink); font-size: 1.06rem; }
.hero-facts span { margin-top: 2px; color: var(--muted); font-size: .8rem; }
.hero-media { position: relative; padding: 16px 0 36px; }
.hero-media::before { content: ""; position: absolute; inset: -26px 28px 10px -28px; border-radius: 46% 54% 48% 52% / 56% 38% 62% 44%; background: var(--green-100); transform: rotate(-4deg); }
.hero-image-wrap { position: relative; overflow: hidden; aspect-ratio: .93; border-radius: 45% 55% 49% 51% / 58% 38% 62% 42%; box-shadow: var(--shadow); }
.hero-image-wrap > img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.gallery-cover { position: absolute; inset: 0; z-index: 2; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.gallery-cover > span { position: absolute; right: 16px; bottom: 16px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(16,47,40,.82); color: var(--white); font-size: .72rem; font-weight: 800; opacity: 0; transform: translateY(6px); transition: opacity .2s ease, transform .2s ease; backdrop-filter: blur(8px); }
.gallery-cover:hover > span, .gallery-cover:focus-visible > span { opacity: 1; transform: translateY(0); }
.floating-note { position: absolute; right: -22px; bottom: 0; width: 210px; padding: 16px 18px; border: 1px solid rgba(24,48,42,.08); border-radius: 17px; background: var(--white); box-shadow: var(--shadow-soft); }
.floating-note strong, .floating-note span { display: block; }
.floating-note strong { color: var(--ink); }
.floating-note span { margin-top: 3px; color: var(--muted); font-size: .8rem; }

.trust-strip { background: var(--green-950); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 17px; min-height: 126px; padding: 24px clamp(18px, 3vw, 42px); border-left: 1px solid rgba(255,255,255,.11); }
.trust-grid > div:first-child { padding-left: 0; border-left: 0; }
.trust-icon { display: grid; place-items: center; flex: 0 0 46px; height: 46px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--orange); font-size: .78rem; font-weight: 800; }
.trust-grid p { display: grid; margin: 0; line-height: 1.3; }
.trust-grid strong { font-size: .96rem; }
.trust-grid small { margin-top: 6px; color: #b7cbc4; font-size: .75rem; line-height: 1.4; }

.section { padding: 112px 0; }
.section-heading { max-width: 780px; margin-bottom: 52px; }
.section-heading h2 { margin-bottom: 0; }
.split-heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 380px); gap: 54px; align-items: end; }
.split-heading > p { color: var(--muted); margin: 0 0 9px; }
.centered-heading { margin-left: auto; margin-right: auto; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }

.locations { background: var(--paper); }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.location-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: var(--radius-xl); background: var(--white); box-shadow: var(--shadow-soft); transition: transform .25s ease, box-shadow .25s ease; }
.location-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.location-photo, .garage-visual { position: relative; aspect-ratio: 1.42; overflow: hidden; }
.location-photo img { width: 100%; height: 100%; object-fit: cover; }
.location-card:first-child .location-photo img { object-position: center 67%; }
.location-badge { position: absolute; left: 18px; top: 18px; z-index: 3; padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.91); color: var(--green-950); font-size: .72rem; font-weight: 800; pointer-events: none; backdrop-filter: blur(8px); }
.garage-visual { padding: 76px 24px 22px; background: var(--orange-light); }
.garage-visual::after { content: ""; position: absolute; right: -70px; bottom: -80px; width: 230px; height: 230px; border: 48px solid rgba(230,160,93,.32); border-radius: 50%; }
.garage-visual p { position: relative; z-index: 2; margin: 0; color: var(--green-950); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.7rem, 2.5vw, 2.35rem); line-height: 1.08; }
.garage-lines { position: absolute; inset: 0; opacity: .26; }
.garage-lines span { position: absolute; top: 0; bottom: 0; width: 1px; background: var(--green-950); transform: rotate(27deg); }
.garage-lines span:nth-child(1) { left: 25%; }
.garage-lines span:nth-child(2) { left: 51%; }
.garage-lines span:nth-child(3) { left: 77%; }
.location-content { flex: 1; display: flex; flex-direction: column; padding: 28px 28px 24px; }
.location-city { margin: 0 0 8px; color: var(--green-700); font-size: .73rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.location-content h3 { min-height: 52px; }
.location-description { min-height: 78px; color: var(--muted); font-size: .92rem; }
.feature-list { display: grid; gap: 8px; margin: 2px 0 25px; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 23px; color: var(--text); font-size: .87rem; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green-700); font-weight: 900; }
.feature-list .feature-muted { color: var(--muted); }
.feature-list .feature-muted::before { content: "–"; color: var(--muted); }
.price-list { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: auto; border: 1px solid var(--border); border-radius: 13px; }
.price-list div { padding: 10px 7px; text-align: center; border-left: 1px solid var(--border); }
.price-list div:first-child { border-left: 0; }
.price-list span, .price-list strong { display: block; }
.price-list span { color: var(--muted); font-size: .7rem; }
.price-list strong { color: var(--ink); font-size: .96rem; }
.single-price { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 14px; border-radius: 13px; background: var(--cream); }
.single-price span { color: var(--muted); font-size: .78rem; }
.single-price strong { color: var(--ink); font-size: 1.05rem; white-space: nowrap; }
.single-price small { color: var(--muted); font-size: .68rem; font-weight: 600; }
.card-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 19px; }
.text-button, .map-link { padding: 0; border: 0; background: transparent; font-size: .76rem; font-weight: 800; text-decoration: none; cursor: pointer; }
.text-button { color: var(--green-700); text-align: left; }
.text-button span { padding-left: 3px; transition: padding .2s ease; }
.text-button:hover span { padding-left: 8px; }
.map-link { color: var(--muted); text-decoration: underline; text-underline-offset: 4px; }

.comparison { background: var(--green-950); color: #c8d7d2; }
.comparison-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(48px, 8vw, 104px); align-items: center; }
.comparison h2 { color: var(--white); }
.comparison-note { display: inline-block; margin: 12px 0 0; padding: 10px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; color: var(--white); }
.price-table-wrap { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); }
.price-table { width: 100%; border-collapse: collapse; background: rgba(255,255,255,.045); }
.price-table th, .price-table td { padding: 17px 20px; text-align: left; border-bottom: 1px solid rgba(255,255,255,.11); }
.price-table tr:last-child td { border-bottom: 0; }
.price-table th { color: #9db5ad; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.price-table td { color: #dce7e3; font-size: .86rem; }
.price-table td:last-child { color: var(--orange); font-size: 1.04rem; font-weight: 800; white-space: nowrap; }
.price-table strong, .price-table small { display: block; }
.price-table strong { color: var(--white); }
.price-table small { color: #91aaa1; font-size: .72rem; }

.advantages { background: var(--cream); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.steps-grid article { position: relative; padding: 36px 30px 30px; border-top: 1px solid #cbd4cf; }
.steps-grid article::after { content: ""; position: absolute; right: -26px; top: 57px; width: 36px; height: 1px; background: #aabcb5; }
.steps-grid article:last-child::after { display: none; }
.steps-grid article > span { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 28px; border-radius: 50%; background: var(--green-950); color: var(--orange); font-family: Georgia, serif; font-size: 1.3rem; }
.steps-grid h3 { font-size: 1.3rem; }
.steps-grid p { color: var(--muted); margin: 0; font-size: .92rem; }

.inquiry { background: var(--green-800); color: #d9e6e1; }
.inquiry-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(400px, 1.18fr); gap: clamp(50px, 9vw, 120px); align-items: start; }
.inquiry h2 { color: var(--white); }
.direct-contact { display: grid; gap: 6px; margin-top: 46px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.17); }
.direct-contact > span:first-child { color: #adc7be; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.direct-contact a { width: fit-content; max-width: 100%; overflow-wrap: anywhere; color: var(--white); font-size: clamp(1rem, 2vw, 1.2rem); font-weight: 800; text-underline-offset: 5px; }
.copy-mail { width: fit-content; margin-top: 8px; padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); background: transparent; color: #d8e5e0; font-size: .78rem; cursor: pointer; }
.copy-status { min-height: 1.4em; color: var(--orange-light); font-size: .76rem; }
.inquiry-form { padding: 34px; border-radius: var(--radius-xl); background: var(--white); color: var(--text); box-shadow: 0 28px 70px rgba(8, 31, 25, .2); }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-row > label { width: 100%; min-width: 0; }
.inquiry-form label { display: grid; gap: 7px; margin-bottom: 16px; color: var(--ink); font-size: .8rem; font-weight: 800; }
.inquiry-form input:not([type="checkbox"]), .inquiry-form select, .inquiry-form textarea { display: block; width: 100%; min-width: 0; max-width: 100%; padding: 12px 13px; border: 1px solid var(--border); border-radius: 10px; background: #fcfdfa; color: var(--ink); outline: none; }
.inquiry-form input[type="date"] { inline-size: 100%; min-inline-size: 0; max-inline-size: 100%; }
.inquiry-form textarea { resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(40,107,88,.12); }
.optional { color: var(--muted); font-weight: 500; }
.checkbox-label { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px !important; margin: 4px 0 20px !important; color: var(--text) !important; font-size: .72rem !important; font-weight: 500 !important; }
.checkbox-label input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 3px; accent-color: var(--green-700); }
.checkbox-label a { color: var(--green-700); }
.form-note { margin: 10px 0 0; color: var(--muted); font-size: .7rem; text-align: center; }
.form-status { min-height: 1.5em; margin-top: 12px; font-size: .8rem; font-weight: 700; text-align: center; }
.form-status.is-success { color: var(--green-700); }
.form-status.is-error { color: #a43b32; }
.form-status.is-info { color: var(--text); }
.inquiry-form button[disabled] { cursor: wait; opacity: .68; transform: none; }

.lightbox[hidden] { display: none !important; }
.lightbox { position: fixed; inset: 0; z-index: 1000; display: grid; grid-template-columns: 64px minmax(0, 1fr) 64px; align-items: center; gap: 18px; padding: 34px; background: rgba(5, 18, 15, .94); color: var(--white); backdrop-filter: blur(10px); }
.lightbox figure { min-width: 0; margin: 0; text-align: center; }
.lightbox figure img { width: auto; max-width: 100%; max-height: calc(100vh - 118px); margin: 0 auto; border-radius: 16px; object-fit: contain; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.lightbox figcaption { margin-top: 12px; color: #d9e6e1; font-size: .9rem; }
.lightbox-close, .lightbox-nav { border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.1); color: var(--white); cursor: pointer; backdrop-filter: blur(8px); }
.lightbox-close { position: absolute; right: 24px; top: 22px; z-index: 2; width: 46px; height: 46px; border-radius: 50%; font-size: 1.9rem; line-height: 1; }
.lightbox-nav { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; font-size: 2.2rem; line-height: 1; }
.lightbox-nav:hover, .lightbox-close:hover { background: rgba(255,255,255,.18); }
body.lightbox-open { overflow: hidden; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); gap: 90px; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { position: relative; padding: 24px 44px 24px 0; color: var(--ink); font-size: 1.02rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: ""; position: absolute; right: 8px; top: 50%; width: 30px; height: 30px; box-sizing: border-box; border: 1px solid var(--border); border-radius: 50%; color: var(--green-700); background: linear-gradient(currentColor, currentColor) center / 12px 1.5px no-repeat, linear-gradient(currentColor, currentColor) center / 1.5px 12px no-repeat; transform: translateY(-50%); transform-origin: center; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-list details p { padding: 0 44px 22px 0; color: var(--muted); }

.site-footer { padding: 70px 0 24px; background: #0b2721; color: #b9cdc5; }
.footer-main { display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 50px; align-items: center; padding-bottom: 52px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { border-radius: 13px; }
.footer-brand p { display: grid; margin: 0; }
.footer-brand strong { color: var(--white); }
.footer-brand span { color: #89a49a; font-size: .75rem; }
.footer-contact { display: grid; gap: 5px; }
.footer-contact span { color: #7f9b91; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-contact a { overflow-wrap: anywhere; color: var(--white); font-weight: 700; }
.footer-nav { display: flex; gap: 22px; }
.footer-nav a, .footer-bottom a { color: inherit; text-decoration: none; }
.footer-nav a:hover, .footer-bottom a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.footer-bottom > span:last-child { display: flex; gap: 20px; }

.compact-header { position: relative; }
.legal-page { min-height: calc(100vh - 260px); padding: 90px 0 110px; background: var(--cream); }
.legal-layout { display: grid; grid-template-columns: 270px minmax(0, 760px); gap: clamp(50px, 10vw, 140px); align-items: start; }
.legal-layout aside { position: sticky; top: 110px; }
.legal-layout aside h1 { font-size: clamp(2.7rem, 5vw, 4.4rem); }
.legal-layout aside > a { color: var(--green-700); font-weight: 800; }
.legal-content { padding: clamp(28px, 5vw, 56px); border: 1px solid var(--border); border-radius: var(--radius-xl); background: var(--white); box-shadow: var(--shadow-soft); }
.legal-content h2 { margin: 38px 0 14px; font-size: 1.3rem; letter-spacing: -.02em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: var(--text); }
.legal-content a { color: var(--green-700); }
.legal-footer { padding-top: 24px; }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 40px 20px; background: var(--cream); }
.error-page main { max-width: 720px; text-align: center; }
.error-page img { margin: 0 auto 28px; border-radius: 20px; }
.error-page .eyebrow { justify-content: center; }
.error-page h1 { font-size: clamp(2.4rem, 5vw, 4.4rem); }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr 430px; gap: 44px; }
  .hero-facts li { min-width: 130px; padding: 0 18px; }
  .location-grid { grid-template-columns: 1fr 1fr; }
  .location-card-featured { grid-column: 1 / -1; display: grid; grid-template-columns: .9fr 1.1fr; }
  .location-card-featured .location-photo { aspect-ratio: auto; min-height: 100%; }
  .location-card-featured .location-content h3, .location-card-featured .location-description { min-height: 0; }
}

@media (max-width: 840px) {
  .container { width: min(100% - 30px, var(--container)); }
  .main-nav { position: fixed; inset: 78px 0 auto; display: grid; gap: 0; padding: 14px 20px 24px; border-bottom: 1px solid var(--border); background: var(--paper); box-shadow: var(--shadow-soft); transform: translateY(-130%); visibility: hidden; transition: transform .25s ease, visibility .25s; }
  .main-nav.open { transform: translateY(0); visibility: visible; }
  .main-nav a { padding: 14px 10px; border-bottom: 1px solid var(--border); }
  .main-nav .nav-cta { margin-top: 10px; border-bottom: 0; text-align: center; }
  .menu-toggle { display: inline-flex; }
  .hero { padding-top: 64px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; }
  .hero-media { width: min(100%, 620px); margin: 0 auto; }
  .hero-image-wrap { aspect-ratio: 1.15; }
  .trust-grid { grid-template-columns: 1fr; padding: 18px 0; }
  .trust-grid > div { min-height: 94px; padding: 18px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.11); }
  .trust-grid > div:first-child { border-top: 0; }
  .section { padding: 82px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .comparison-grid, .inquiry-grid, .faq-grid, .legal-layout { grid-template-columns: 1fr; gap: 48px; }
  .steps-grid { gap: 14px; }
  .steps-grid article { padding-left: 14px; padding-right: 14px; }
  .steps-grid article::after { display: none; }
  .legal-layout aside { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-nav { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  h1 { font-size: clamp(2.65rem, 14vw, 4.25rem); }
  h2 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
  .site-header .button-small { display: none; }
  .hero { padding: 52px 0 58px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 18px 0; }
  .hero-facts li { min-width: 0; padding: 0 14px; }
  .hero-facts li:nth-child(3) { grid-column: 1 / -1; padding-left: 0; border-left: 0; }
  .hero-media { padding-top: 0; }
  .hero-media::before { inset: -14px 12px 15px -12px; }
  .hero-image-wrap { aspect-ratio: .9; }
  .floating-note { right: 0; width: 185px; }
  .section { padding: 68px 0; }
  .section-heading { margin-bottom: 36px; }
  .location-grid { grid-template-columns: 1fr; }
  .location-card-featured { grid-column: auto; display: flex; }
  .location-card-featured .location-photo { aspect-ratio: 1.42; min-height: 0; }
  .location-content { padding: 24px 22px 22px; }
  .location-content h3, .location-description { min-height: 0; }
  .price-table-wrap { overflow-x: auto; }
  .price-table { min-width: 560px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { display: grid; grid-template-columns: 52px 1fr; column-gap: 16px; padding: 24px 0; }
  .steps-grid article > span { grid-row: 1 / 3; margin: 0; }
  .steps-grid h3 { margin: 4px 0 7px; }
  .inquiry-form { padding: 24px 18px; border-radius: 22px; }
  .lightbox { grid-template-columns: 46px minmax(0, 1fr) 46px; gap: 8px; padding: 68px 10px 22px; }
  .lightbox-nav { width: 42px; height: 42px; font-size: 1.8rem; }
  .lightbox-close { right: 14px; top: 12px; }
  .lightbox figure img { max-height: calc(100vh - 130px); border-radius: 10px; }
  .form-row { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .inquiry-form input[type="date"] { min-height: 50px; -webkit-appearance: none; appearance: none; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-nav { grid-column: auto; flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; }
  .legal-page { padding: 60px 0 80px; }
  .legal-content { padding: 26px 20px; border-radius: 22px; }
}

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