@font-face { font-family: 'Orchidea Pro Mountain'; src: url('/assets/fonts/orchidea-pro-250.ttf') format('truetype'); font-weight: 250; font-style: normal; font-display: swap; }
@font-face { font-family: 'Orchidea Pro Mountain'; src: url('/assets/fonts/orchidea-pro-400.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Avenir Next Cyr Mountain'; src: url('/assets/fonts/avenir-next-cyr-450.ttf') format('truetype'); font-weight: 450; font-style: normal; font-display: swap; }
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Prata&display=swap');

:root {
  --ink: #1d2c27;
  --marine: #18382f;
  --marine-2: #10271f;
  --sea: #58766c;
  --foam: #edf1ec;
  --ivory: #f5f2e9;
  --sand: #d8ba79;
  --gold: #d8ba79;
  --gold-light: #ead39f;
  --white: #fff;
  --muted: #66777a;
  --line: rgba(24, 50, 56, .16);
  --radius: 24px;
  --shadow: 0 24px 70px rgba(16, 39, 31, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: Manrope, Arial, sans-serif; font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button { color: inherit; }
.container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: clamp(82px, 10vw, 150px) 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; background: var(--white); padding: 12px 18px; border-radius: 10px; }
.skip-link:focus { top: 12px; }
.kicker, .eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Prata, Georgia, serif; font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
h2 { margin-bottom: 24px; font-size: clamp(40px, 6vw, 78px); }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; text-decoration: none; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--marine-2); background: var(--gold); }
.button-primary:hover { color: var(--marine-2); background: var(--gold-light); }
.button-glass { color: var(--white); background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.48); backdrop-filter: blur(12px); }
.button-outline { background: transparent; border-color: var(--ink); }
.button-light { color: var(--marine); background: var(--white); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 40; color: var(--white); }
.header-inner { min-height: 96px; display: grid; grid-template-columns: auto 1fr auto auto; gap: 28px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.22); }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 224px; height: auto; }
.site-nav { display: flex; justify-content: center; gap: 24px; }
.site-nav a { font-size: 13px; text-decoration: none; opacity: .86; }
.site-nav a:hover { opacity: 1; }
.header-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.header-contact a { text-decoration: none; }
.header-phone { font-weight: 700; white-space: nowrap; }
.header-telegram { font-size: 11px; opacity: .74; }
.header-cta { min-height: 42px; padding: 0 18px; color: var(--white); border: 1px solid rgba(255,255,255,.52); border-radius: 999px; background: transparent; cursor: pointer; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; }
.menu-toggle span { width: 24px; height: 1px; display: block; margin: 7px auto; background: currentColor; }

.hero { min-height: 880px; position: relative; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--marine); }
.hero-image, .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-image { animation: hero-breathe 20s ease-in-out infinite alternate; }
.hero-video { z-index: 1; opacity: 0; transition: opacity .9s ease; }
.hero-video.is-ready { opacity: 1; }
.hero-overlay { position: absolute; inset: 0; z-index: 2; background: radial-gradient(circle at 78% 30%, rgba(216,186,121,.12), transparent 34%), linear-gradient(90deg, rgba(7,23,18,.93) 0%, rgba(12,35,28,.73) 44%, rgba(12,35,28,.18) 79%, rgba(12,35,28,.28) 100%); }
.hero-inner { position: relative; z-index: 3; padding-top: 112px; }
.hero h1 { max-width: 920px; margin: 0 0 28px; font-family: 'Orchidea Pro Mountain', Prata, Georgia, serif; font-size: clamp(58px, 9vw, 132px); font-weight: 250; letter-spacing: -.045em; text-transform: uppercase; }
.hero h1 em { color: var(--gold); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; text-transform: none; }
.hero-lead { max-width: 670px; margin: 0 0 34px; color: rgba(255,255,255,.84); font-family: 'Avenir Next Cyr Mountain', Manrope, Arial, sans-serif; font-size: clamp(18px, 2vw, 24px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-card { position: absolute; right: max(24px, calc((100vw - 1240px) / 2)); bottom: 56px; z-index: 4; min-width: 260px; padding: 24px 28px; border: 1px solid rgba(255,255,255,.3); border-radius: 22px; background: rgba(11,48,52,.48); backdrop-filter: blur(14px); }
.hero-card span, .hero-card small { display: block; color: rgba(255,255,255,.68); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.hero-card strong { display: block; margin: 6px 0; font-family: Prata, Georgia, serif; font-size: 30px; font-weight: 400; }
.hero-scroll { position: absolute; bottom: 20px; left: max(24px, calc((100vw - 1240px) / 2)); z-index: 3; display: grid; grid-template-columns: 44px auto; gap: 18px; align-items: center; color: rgba(255,255,255,.72); text-decoration: none; font-size: 11px; letter-spacing: .14em; line-height: 1; text-transform: uppercase; }
.hero-scroll span { width: 44px; height: 1px; display: block; background: currentColor; }

.stats { position: relative; z-index: 5; margin-top: -1px; color: var(--white); background: var(--marine); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { min-height: 160px; padding: 34px 26px; border-left: 1px solid rgba(255,255,255,.16); }
.stats-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.stats strong { display: block; font-family: Prata, Georgia, serif; font-size: clamp(32px, 4vw, 58px); font-weight: 400; }
.stats span { color: rgba(255,255,255,.68); font-size: 13px; }

.manifesto { background: var(--ivory); }
.manifesto-grid { display: grid; grid-template-columns: 1.1fr .8fr; gap: clamp(50px, 10vw, 150px); align-items: end; }
.manifesto-copy { max-width: 520px; padding-bottom: 12px; }
.manifesto-copy p { color: var(--muted); font-size: 19px; }
.manifesto-copy a { display: inline-flex; gap: 12px; margin-top: 16px; color: var(--marine); font-weight: 700; text-decoration: none; }

.scenario-band { color: var(--white); background: var(--marine-2); }
.scenario-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.scenario-grid article { min-height: 340px; padding: 44px 30px 34px; border-left: 1px solid rgba(255,255,255,.13); display: flex; flex-direction: column; }
.scenario-grid article:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.scenario-grid span { color: var(--sand); font-size: 12px; }
.scenario-grid h3 { margin: auto 0 12px; font-family: Prata, Georgia, serif; font-size: 28px; font-weight: 400; }
.scenario-grid p { color: rgba(255,255,255,.64); font-size: 14px; }
.scenario-grid button { align-self: flex-start; padding: 0; color: var(--sand); border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; }

.section-head, .catalog-head { display: grid; grid-template-columns: 1.1fr .7fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.section-head > p, .catalog-head > p { max-width: 500px; margin-bottom: 14px; color: var(--muted); font-size: 18px; }
.section-head.light { color: var(--white); }
.section-head.light > p { color: rgba(255,255,255,.68); }

.complexes { background: #f2eee5; }
.complex-toolbar { display: flex; gap: 8px; margin: -18px 0 34px; overflow-x: auto; scrollbar-width: none; }
.complex-toolbar button { flex: 0 0 auto; min-height: 42px; padding: 0 17px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; }
.complex-toolbar button.is-active { color: var(--white); background: var(--marine); border-color: var(--marine); }
.complex-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.complex-card { min-width: 0; overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: 0 14px 40px rgba(26,49,53,.08); }
.complex-card[hidden] { display: none; }
.complex-image { position: relative; height: 250px; display: block; overflow: hidden; }
.complex-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.complex-card:hover .complex-image img { transform: scale(1.04); }
.complex-image span { position: absolute; left: 16px; bottom: 16px; padding: 8px 12px; color: var(--white); border-radius: 999px; background: rgba(12,43,47,.72); backdrop-filter: blur(8px); font-size: 11px; }
.complex-body { padding: 24px; }
.complex-body > p { margin-bottom: 7px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.complex-body h3 { min-height: 58px; margin: 0 0 22px; font-family: Prata, Georgia, serif; font-size: 24px; font-weight: 400; line-height: 1.2; }
.complex-body h3 a { text-decoration: none; }
.complex-body dl { display: grid; grid-template-columns: 1.35fr .6fr .8fr; gap: 12px; margin: 0; }
.complex-body dl div { min-width: 0; padding-top: 14px; border-top: 1px solid var(--line); }
.complex-body dt { overflow: hidden; font-size: 13px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.complex-body dd { margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.complex-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 24px; }
.complex-actions a, .complex-actions button { font-size: 12px; font-weight: 700; }
.complex-actions a { text-decoration: none; }
.complex-actions button { padding: 0; color: var(--gold); border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; }

.catalog { background: var(--white); }
.catalog-panel { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 20px; background: var(--foam); }
.catalog-panel label { min-width: 0; }
.catalog-panel label span { display: block; margin: 0 0 6px 4px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.catalog-panel input, .catalog-panel select { width: 100%; height: 48px; padding: 0 14px; color: var(--ink); border: 1px solid transparent; border-radius: 12px; outline: none; background: var(--white); }
.catalog-panel input:focus, .catalog-panel select:focus { border-color: var(--sea); }
.catalog-meta { min-height: 62px; display: flex; justify-content: space-between; align-items: center; }
.catalog-meta p { margin: 0; font-weight: 700; }
.catalog-meta button { padding: 0; color: var(--muted); border: 0; border-bottom: 1px solid currentColor; background: none; cursor: pointer; font-size: 12px; }
.lot-table-head, .lot-card { display: grid; grid-template-columns: 1.55fr 1fr .7fr .55fr .85fr .62fr; gap: 14px; align-items: center; }
.lot-table-head { padding: 14px 18px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 11px; text-transform: uppercase; }
.lot-card { min-height: 84px; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.lot-card:hover { background: var(--foam); }
.lot-card strong { display: block; font-size: 14px; }
.lot-card small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }
.lot-card button { min-height: 40px; padding: 0 14px; color: var(--marine); border: 1px solid var(--marine); border-radius: 999px; background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; }
.lot-cell-label { display: none; }
.catalog-more { padding-top: 32px; text-align: center; }

.locations { position: relative; color: var(--white); background: var(--marine); }
.location-stage { display: grid; grid-template-columns: 1.35fr 1fr 1fr; grid-template-rows: repeat(2, minmax(330px, auto)); gap: 14px; }
.location-stage-four .location-card:nth-child(2) { grid-column: 2 / 4; }
.location-card { position: relative; min-height: 330px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 34px; color: var(--white); border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background-color: var(--marine-2); background-image: var(--location-image); background-position: center; background-size: cover; text-decoration: none; transition: transform .25s ease, border-color .25s ease; isolation: isolate; }
.location-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.5); }
.location-card::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(5,27,30,.12) 10%, rgba(5,27,30,.88) 100%); }
.location-large { grid-row: 1 / 3; }
.location-card span { color: var(--sand); font-size: 12px; }
.location-card h3 { max-width: 100%; margin: 16px 0 12px; overflow-wrap: anywhere; font-family: Prata, Georgia, serif; font-size: clamp(26px, 2.65vw, 42px); font-weight: 400; line-height: 1.04; }
.location-large h3 { margin-top: 16px; }
.location-card p { max-width: 340px; margin-bottom: 18px; color: rgba(255,255,255,.76); }
.location-card b { font-size: 12px; }

.calculator { background: #e7dfd0; }
.calculator-head { max-width: 900px; margin-bottom: 44px; }
.calculator-head > p:last-child { max-width: 670px; color: var(--muted); font-size: 18px; }
.calculator-tabs { display: flex; gap: 8px; margin-bottom: 12px; }
.calculator-tabs button { min-height: 44px; padding: 0 20px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; }
.calculator-tabs button.is-active { color: var(--white); background: var(--marine); border-color: var(--marine); }
.calculator-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; padding: 22px; border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.calculator-card[hidden] { display: none; }
.calc-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 18px; }
.calc-fields label { color: var(--muted); font-size: 12px; font-weight: 700; }
.calc-fields input { width: 100%; height: 54px; margin-top: 7px; padding: 0 15px; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; background: var(--ivory); font-size: 16px; }
.calc-result { padding: 28px; color: var(--white); border-radius: 22px; background: var(--marine); }
.calc-result > p { color: var(--sand); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.calc-result dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 28px 0; }
.calc-result dl div { padding-top: 14px; border-top: 1px solid rgba(255,255,255,.16); }
.calc-result dt { font-family: Prata, Georgia, serif; font-size: 22px; }
.calc-result dd { margin: 5px 0 0; color: rgba(255,255,255,.58); font-size: 10px; }
.calc-result small { display: block; color: rgba(255,255,255,.52); font-size: 10px; }

.method { background: var(--white); }
.method-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.method-sticky { position: sticky; top: 40px; }
.method-sticky p:last-child { color: var(--muted); }
.method-list { margin: 0; padding: 0; list-style: none; }
.method-list li { display: grid; grid-template-columns: 60px 1fr; gap: 22px; padding: 34px 0; border-top: 1px solid var(--line); }
.method-list span { color: var(--gold); font-size: 12px; }
.method-list h3 { margin-bottom: 10px; font-family: Prata, Georgia, serif; font-size: 28px; font-weight: 400; }
.method-list p { color: var(--muted); }

.lead-section { color: var(--white); background: var(--marine-2); }
.lead-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 90px; align-items: center; }
.lead-grid > div > p:not(.kicker) { max-width: 560px; color: rgba(255,255,255,.66); font-size: 18px; }
.messenger-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.messenger-row a { padding: 10px 16px; color: var(--sand); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; text-decoration: none; font-size: 12px; }
.lead-form { padding: 34px; color: var(--ink); border-radius: 24px; background: var(--white); }
.lead-form > label:not(.check), .modal form > label:not(.check) { display: block; margin-bottom: 14px; color: var(--muted); font-size: 12px; font-weight: 700; }
.lead-form > label:not(.check) input, .modal form > label:not(.check) input { width: 100%; height: 54px; margin-top: 7px; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; font-size: 16px; }
.check { display: flex; gap: 10px; align-items: flex-start; margin: 14px 0; color: var(--muted); font-size: 10px; }
.check input { flex: 0 0 auto; margin-top: 3px; }
.lead-form .button { width: 100%; margin-top: 10px; }
.form-status { min-height: 20px; margin: 12px 0 0; font-size: 12px; }
.form-status[data-state='success'] { color: #1b765b; }
.form-status[data-state='error'] { color: #a53c32; }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

.seo-copy { background: var(--ivory); }
.seo-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; }
.seo-grid p { color: var(--muted); }
.seo-grid h3 { margin: 30px 0 8px; font-family: Prata, Georgia, serif; font-size: 24px; font-weight: 400; }

.faq { background: var(--white); }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 28px 58px 28px 0; cursor: pointer; list-style: none; font-family: Prata, Georgia, serif; font-size: 24px; }
.faq summary::after { content: '+'; position: absolute; right: 8px; top: 24px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-family: Manrope, sans-serif; }
.faq details[open] summary::after { content: '−'; }
.faq details p { max-width: 780px; padding-bottom: 28px; color: var(--muted); }

.site-footer { padding: 70px 0 24px; color: var(--white); background: #091b15; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 54px; }
.footer-grid img { width: 230px; }
.footer-grid p { max-width: 360px; margin-top: 20px; color: rgba(255,255,255,.54); }
.footer-grid h3 { margin: 0 0 16px; color: var(--sand); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid > div:first-child { display: block; }
.footer-grid a { color: rgba(255,255,255,.76); text-decoration: none; font-size: 13px; }
.footer-grid .footer-phone { color: var(--white); font-size: 17px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 60px; padding-top: 20px; color: rgba(255,255,255,.38); border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(4,22,25,.76); backdrop-filter: blur(5px); }
.modal-dialog { position: relative; width: min(520px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: 38px; border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.modal-dialog h2 { font-size: 42px; }
.modal-dialog > p:not(.kicker) { color: var(--muted); }
.modal-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; padding: 0 0 3px; display: grid; place-items: center; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; font-size: 27px; line-height: 1; }
.modal form .button { width: 100%; margin-top: 10px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* SEO subpages */
.inner-page { background: var(--ivory); }
.inner-header { color: var(--white); background: var(--marine); }
.inner-header .container { min-height: 86px; display: flex; justify-content: space-between; align-items: center; }
.inner-header .brand img { width: 220px; }
.inner-header .container > a:last-child { text-decoration: none; font-weight: 700; }
.breadcrumbs { color: var(--muted); font-size: 12px; }
.breadcrumbs a { text-decoration: none; }
.inner-hero { padding: 70px 0 90px; }
.inner-hero-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 60px; align-items: center; }
.inner-hero h1, .location-hero h1 { margin: 0 0 22px; font-size: clamp(48px, 7vw, 92px); }
.inner-hero-grid > div > p { color: var(--muted); }
.inner-hero-grid > img { width: 100%; height: 520px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.inner-hero dl, .location-hero dl { display: flex; flex-wrap: wrap; gap: 28px; margin: 34px 0; }
.inner-hero dl div, .location-hero dl div { min-width: 130px; padding-top: 12px; border-top: 1px solid var(--line); }
.inner-hero dt, .location-hero dt { font-family: Prata, Georgia, serif; font-size: 20px; }
.inner-hero dd, .location-hero dd { margin: 4px 0 0; color: var(--muted); font-size: 10px; }
.inner-content { padding: 80px 0 110px; background: var(--white); }
.content-grid { display: grid; grid-template-columns: 1.1fr .6fr; gap: 80px; margin-bottom: 80px; }
.content-grid h2, .inner-content > .container > h2 { font-size: 46px; }
.content-grid p { color: var(--muted); }
.content-grid aside { padding: 30px; border-radius: 20px; background: var(--foam); }
.content-grid aside h3 { font-family: Prata, Georgia, serif; font-size: 25px; font-weight: 400; }
.table-wrap { overflow-x: auto; }
.seo-lot-table { width: 100%; border-collapse: collapse; }
.seo-lot-table th, .seo-lot-table td { padding: 16px 14px; text-align: left; border-bottom: 1px solid var(--line); white-space: nowrap; }
.seo-lot-table th { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.seo-lot-table button { padding: 7px 12px; border: 1px solid var(--marine); border-radius: 999px; background: transparent; cursor: pointer; }
.catalog-disclaimer { margin-top: 18px; color: var(--muted); font-size: 11px; }
.inner-cta { padding: 80px 0; color: var(--white); text-align: center; background: var(--marine); }
.inner-cta h2 { max-width: 900px; margin: 0 auto 18px; font-size: 48px; }
.inner-cta p { color: rgba(255,255,255,.65); }
.location-hero { padding: 100px 0; color: var(--white); background: var(--marine); }
.location-hero .breadcrumbs, .location-hero .breadcrumbs a { color: rgba(255,255,255,.55); }
.location-hero > .container > p:not(.breadcrumbs):not(.kicker) { max-width: 680px; color: rgba(255,255,255,.68); font-size: 20px; }
.location-hero dl div { border-color: rgba(255,255,255,.22); }
.location-hero dd { color: rgba(255,255,255,.58); }
.location-source { padding: 90px 0; background: var(--foam); }
.location-source h2 { font-size: 48px; }
.source-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.source-grid article { padding: 26px; border-radius: 18px; background: var(--white); }
.source-grid h3 { font-family: Prata, Georgia, serif; font-size: 24px; font-weight: 400; }
.source-grid p, .source-note { color: var(--muted); }
.source-note { margin-top: 22px; font-size: 11px; }
.simple-footer { padding: 28px 0; color: var(--white); background: #071f23; }
.simple-footer .container { display: flex; justify-content: space-between; gap: 20px; }
.simple-footer a { text-decoration: none; }
.not-found { min-height: 100vh; display: grid; place-items: center; text-align: center; background: var(--foam); }
.not-found h1 { font-size: 64px; }

/* Legal pages */
.legal-page { color: var(--ink); background: var(--ivory); }
.legal-header { color: var(--white); background: var(--marine); }
.legal-header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-header .brand img { width: 220px; }
.legal-back { color: var(--white); text-decoration: none; font-weight: 700; }
.legal-main { padding: 72px 0 110px; }
.legal-document { max-width: 900px; }
.legal-document h1 { max-width: 820px; margin-bottom: 42px; font-size: clamp(42px, 7vw, 78px); }
.legal-document .t-text { color: var(--muted); }
.legal-document .t-text h2, .legal-document .t-text h3 { margin: 40px 0 14px; color: var(--ink); font-family: Prata, Georgia, serif; font-weight: 400; line-height: 1.2; }
.legal-document .t-text p, .legal-document .t-text li { overflow-wrap: anywhere; }
.legal-document .t-text a { color: var(--sea); }

@keyframes hero-breathe { from { transform: scale(1.01); } to { transform: scale(1.06); } }

@media (max-width: 1100px) {
  .site-nav { display: none; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .header-contact { margin-left: auto; }
  .menu-toggle { display: block; color: var(--white); }
  .header-cta { display: none; }
  .site-header.menu-open .site-nav { position: absolute; top: 82px; left: 24px; right: 24px; display: grid; gap: 0; padding: 12px; border-radius: 18px; background: rgba(7,31,35,.97); box-shadow: var(--shadow); }
  .site-header.menu-open .site-nav a { padding: 13px 12px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .complex-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-panel { grid-template-columns: repeat(3, 1fr); }
  .search-field { grid-column: span 2; }
  .location-stage { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 250px); }
  .location-stage-four .location-card:nth-child(2) { grid-column: auto; }
  .location-large { grid-row: 1 / 3; }
  .calculator-card { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 620px); }
  .section { padding: 76px 0; }
  .header-inner { min-height: 82px; gap: 12px; }
  .brand img { width: 175px; }
  .header-contact { display: none; }
  .hero { min-height: 780px; align-items: flex-end; padding-bottom: 128px; }
  .hero-inner { padding-top: 120px; }
  .hero h1 { font-size: clamp(51px, 15vw, 78px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-card { right: 14px; bottom: 22px; left: 14px; min-width: 0; padding: 16px 20px; }
  .hero-card strong { font-size: 24px; }
  .hero-scroll { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid > div { min-height: 118px; padding: 22px 16px; border-bottom: 1px solid rgba(255,255,255,.16); }
  .stats-grid > div:nth-child(2n) { border-right: 1px solid rgba(255,255,255,.16); }
  .manifesto-grid, .section-head, .catalog-head, .method-grid, .lead-grid, .seo-grid, .inner-hero-grid, .content-grid { grid-template-columns: 1fr; gap: 30px; }
  .scenario-grid { grid-template-columns: repeat(2, 1fr); }
  .scenario-grid article { min-height: 270px; padding: 28px 20px; border-bottom: 1px solid rgba(255,255,255,.13); }
  .complex-grid { grid-template-columns: 1fr; }
  .complex-image { height: 235px; }
  .catalog-panel { grid-template-columns: 1fr 1fr; }
  .search-field { grid-column: span 2; }
  .lot-table-head { display: none; }
  .lot-grid { display: grid; gap: 10px; }
  .lot-card { grid-template-columns: 1.35fr .9fr; gap: 12px 18px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; }
  .lot-card > div { min-width: 0; }
  .lot-cell-label { display: block; margin-bottom: 3px; color: var(--muted); font-size: 9px; text-transform: uppercase; }
  .lot-card button { grid-column: span 2; width: 100%; }
  .location-stage { grid-template-columns: 1fr; grid-template-rows: none; }
  .location-card, .location-large { min-height: 250px; grid-row: auto; }
  .location-card h3, .location-large h3 { margin-top: 60px; }
  .calc-fields { grid-template-columns: 1fr; padding: 4px; }
  .calculator-card { padding: 14px; }
  .calc-result { padding: 22px; }
  .method-sticky { position: static; }
  .lead-form { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-grid > div:first-child { grid-column: span 2; }
  .footer-bottom { flex-direction: column; }
  .modal { padding: 10px; }
  .modal-dialog { max-height: calc(100vh - 20px); padding: 28px 20px 20px; border-radius: 20px; }
  .modal-dialog h2 { font-size: 34px; }
  .inner-header .brand img { width: 174px; }
  .inner-header .container > a:last-child { font-size: 12px; }
  .inner-hero { padding: 48px 0 70px; }
  .inner-hero-grid > img { height: 320px; }
  .source-grid { grid-template-columns: 1fr; }
  .simple-footer .container { flex-direction: column; }
  .legal-main { padding: 52px 0 82px; }
  .legal-header .brand img { width: 174px; }
  .legal-back { font-size: 12px; }
}

@media (max-width: 380px) {
  .container { width: calc(100% - 24px); }
  .brand img { width: 156px; }
  .hero h1 { font-size: 48px; }
  .stats-grid { grid-template-columns: 1fr; }
  .stats-grid > div { border-right: 1px solid rgba(255,255,255,.16); }
  .scenario-grid { grid-template-columns: 1fr; }
  .complex-body { padding: 20px; }
  .catalog-panel { grid-template-columns: 1fr; }
  .search-field { grid-column: auto; }
  .calc-result dl { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .inner-header .container > a:last-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-video { display: none; }
}
