:root {
  --ink: #213229;
  --ink-soft: #4d5c53;
  --forest: #263a31;
  --forest-deep: #182820;
  --paper: #eee7db;
  --paper-soft: #f6f1e8;
  --sand: #d9ccb9;
  --copper: #b66e38;
  --copper-bright: #d6904f;
  --gold: #caa76b;
  --white: #fffdf9;
  --line: rgba(33, 50, 41, .16);
  --shadow: 0 26px 70px rgba(27, 36, 31, .16);
  --radius: 24px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 15px; border-radius: 8px; background: var(--white); }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  color: var(--white);
  transition: background .25s ease, border-color .25s ease, color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled { color: var(--ink); background: rgba(246, 241, 232, .9); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 30px; }
.brand { width: 214px; margin-right: auto; }
.brand img { width: 100%; height: 68px; object-fit: contain; object-position: left center; filter: drop-shadow(0 3px 8px rgba(0,0,0,.18)); }
.site-header.scrolled .brand img { filter: none; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: 13px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.main-nav a, .phone-link { transition: color .2s ease; }
.main-nav a:hover, .phone-link:hover { color: var(--copper-bright); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.phone-link { white-space: nowrap; font-weight: 700; }
.menu-toggle { display: none; background: transparent; border: 0; cursor: pointer; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid var(--copper);
  border-radius: 999px;
  background: var(--copper);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(147, 79, 34, .22);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); background: #99582d; border-color: #99582d; }
.button-small { min-height: 43px; padding-inline: 18px; font-size: 11px; }
.button-ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); box-shadow: none; }
.button-ghost:hover { background: rgba(255,255,255,.18); border-color: var(--white); }
.button-full { width: 100%; }

.hero { position: relative; min-height: 850px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--forest-deep); }
.hero-media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(17,29,23,.94) 0%, rgba(20,31,25,.76) 43%, rgba(20,31,25,.28) 74%, rgba(20,31,25,.44) 100%), linear-gradient(0deg, rgba(17,29,23,.58), transparent 50%), url("assets/viking.jpg"); background-size: cover; background-position: center; transform: scale(1.01); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 210px; background: linear-gradient(transparent, rgba(14,25,19,.75)); pointer-events: none; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(350px, .7fr); gap: 80px; align-items: center; padding-top: 120px; padding-bottom: 90px; }
.eyebrow { margin: 0 0 18px; color: var(--copper-bright); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .section h2, .contacts h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.hero h1 { max-width: 720px; font-size: clamp(58px, 7vw, 96px); }
.hero h1 em { color: #e8bb7a; font-weight: 400; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.76); font-size: 19px; line-height: 1.7; }
.hero-buttons { display: flex; gap: 14px; margin-top: 36px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 660px; margin: 52px 0 0; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.22); }
.hero-facts div { padding-right: 20px; }
.hero-facts dt { font-family: var(--serif); font-size: 25px; line-height: 1.1; }
.hero-facts dd { margin: 7px 0 0; color: rgba(255,255,255,.56); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.hero-card { padding: 34px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); background: rgba(244,237,226,.95); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.3); backdrop-filter: blur(10px); }
.hero-card-kicker { color: var(--copper); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-card h2 { margin: 12px 0 14px; font-family: var(--serif); font-size: 35px; line-height: 1.08; letter-spacing: -.03em; }
.hero-card > p { margin: 0 0 24px; color: var(--ink-soft); font-size: 14px; }
.hero-scroll { position: absolute; z-index: 3; bottom: 24px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.56); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.lead-form { display: grid; gap: 15px; }
.lead-form label > span { display: block; margin-bottom: 6px; color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.lead-form input[type="text"], .lead-form input[type="tel"], .lead-form input[type="password"] { width: 100%; height: 52px; padding: 0 16px; border: 1px solid rgba(33,50,41,.2); border-radius: 12px; outline: none; background: rgba(255,255,255,.72); color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.lead-form input:focus { border-color: var(--copper); box-shadow: 0 0 0 4px rgba(182,110,56,.12); }
.consent { display: grid !important; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; cursor: pointer; }
.consent input { margin: 3px 0 0; accent-color: var(--copper); }
.consent span { margin: 0 !important; font-size: 11px !important; font-weight: 500 !important; }
.consent a { text-decoration: underline; text-underline-offset: 2px; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-status { min-height: 20px; margin: 0; font-size: 13px; font-weight: 700; }
.form-status.success { color: #2c7044; }
.form-status.error { color: #9a3c32; }

.trust-strip { position: relative; z-index: 4; background: var(--paper-soft); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 118px; padding: 27px 28px; display: grid; grid-template-columns: 34px 1fr; align-content: center; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid span { grid-row: span 2; color: var(--copper); font-family: var(--serif); font-size: 17px; }
.trust-grid strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.trust-grid small { color: var(--ink-soft); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading h2, .advantages h2, .faq h2, .video-section h2, .final-cta h2, .contacts h2 { font-size: clamp(43px, 5vw, 67px); }
.section-heading > p { max-width: 450px; margin: 0 0 6px; color: var(--ink-soft); font-size: 17px; }

.catalog { background: var(--paper); }
.catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.model-card { position: relative; height: 440px; overflow: hidden; border-radius: var(--radius); background: var(--forest); box-shadow: 0 8px 30px rgba(22,34,27,.1); }
.model-card-wide { grid-column: span 2; height: 590px; }
.model-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.model-card:hover img { transform: scale(1.035); }
.model-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(12,22,16,.9)); }
.model-overlay { position: absolute; z-index: 2; inset: auto 0 0; display: grid; grid-template-columns: 50px 1fr auto; gap: 18px; align-items: end; padding: 32px; color: var(--white); }
.model-number { color: var(--copper-bright); font-family: var(--serif); font-size: 17px; }
.model-card h3 { margin: 0; font-family: var(--serif); font-size: 37px; font-weight: 400; line-height: 1.05; }
.model-card p { margin: 5px 0 0; color: rgba(255,255,255,.65); font-size: 13px; }
.model-card strong { color: #f1d3a5; font-family: var(--serif); font-size: 24px; font-weight: 400; white-space: nowrap; }
.catalog-note { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 30px; padding: 24px 30px; border: 1px solid var(--line); border-radius: 16px; }
.catalog-note p { margin: 0; color: var(--ink-soft); }
.text-link { color: var(--copper); font-size: 13px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

.advantages { background: var(--forest); color: var(--white); }
.advantages-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.advantages-intro { position: sticky; top: 130px; align-self: start; }
.advantages-intro > p:not(.eyebrow) { max-width: 430px; color: rgba(255,255,255,.62); font-size: 17px; }
.gift-card { margin-top: 42px; padding: 25px; border: 1px solid rgba(214,144,79,.42); border-radius: 18px; background: rgba(214,144,79,.08); }
.gift-card span { display: block; margin-bottom: 8px; color: var(--copper-bright); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.gift-card strong { font-family: var(--serif); font-size: 21px; font-weight: 400; line-height: 1.3; }
.advantage-list { border-top: 1px solid rgba(255,255,255,.18); }
.advantage-item { display: grid; grid-template-columns: 70px 1fr; padding: 35px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.advantage-item > span { color: var(--copper-bright); font-family: var(--serif); }
.advantage-item h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.advantage-item p { max-width: 670px; margin: 0; color: rgba(255,255,255,.6); }

.specification { background: var(--paper-soft); }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 60px; padding: 52px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.spec-grid ul { display: grid; gap: 17px; margin: 0; padding: 0; list-style: none; }
.spec-grid li { position: relative; padding-left: 30px; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
.spec-grid li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--copper); font-weight: 900; }
.spec-footnote { margin: 25px 0 0; text-align: center; color: var(--ink-soft); font-size: 13px; }

.process { background: #d9ccba; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.process-grid li { min-height: 350px; display: flex; flex-direction: column; padding: 34px; border: 1px solid rgba(33,50,41,.16); border-radius: var(--radius); background: rgba(246,241,232,.72); }
.process-grid span { color: var(--copper); font-family: var(--serif); font-size: 18px; }
.process-grid h3 { margin: auto 0 15px; font-family: var(--serif); font-size: 33px; font-weight: 400; line-height: 1.1; }
.process-grid p { margin: 0; color: var(--ink-soft); }

.gallery { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: 1.35fr .65fr .65fr; grid-auto-rows: 270px; gap: 14px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 18px; cursor: zoom-in; background: var(--sand); }
.gallery-item-large { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.gallery-item:hover img { transform: scale(1.04); filter: saturate(1.08); }
.lightbox { width: min(1200px, 92vw); max-height: 90vh; padding: 0; border: 0; border-radius: 18px; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(12,20,15,.88); backdrop-filter: blur(10px); }
.lightbox img { width: 100%; max-height: 86vh; object-fit: contain; border-radius: 16px; }
.lightbox button { position: absolute; z-index: 2; top: -18px; right: -18px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: var(--white); font-size: 28px; cursor: pointer; }

.reviews { background: var(--paper-soft); overflow: hidden; }
.reviews-track { display: grid; grid-template-columns: repeat(4, minmax(300px, 1fr)); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 16px; }
.review-card { min-height: 430px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); scroll-snap-align: start; }
.review-top { display: flex; justify-content: space-between; gap: 10px; color: var(--ink-soft); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.review-stars { color: #d7953e; letter-spacing: .05em; }
.review-card blockquote { margin: 35px 0 30px; font-family: var(--serif); font-size: 19px; line-height: 1.55; }
.review-card > a { margin-top: auto; }
.review-card strong, .review-card small { display: block; }
.review-card strong { font-size: 14px; }
.review-card small { margin-top: 4px; color: var(--ink-soft); }

.video-section { background: var(--forest-deep); color: var(--white); }
.video-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: center; }
.video-copy p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.video-copy .text-link { display: inline-block; margin-top: 20px; color: var(--copper-bright); }
.video-frame { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: var(--radius); box-shadow: 0 30px 80px rgba(0,0,0,.32); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }

.faq { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro > p:not(.eyebrow) { color: var(--ink-soft); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 28px 52px 28px 0; font-family: var(--serif); font-size: 24px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 23px; color: var(--copper); font-family: var(--sans); font-size: 30px; font-weight: 300; transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { margin: -7px 60px 28px 0; color: var(--ink-soft); }

.documents { background: #ddd2c1; }
.document-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.document-card { min-height: 210px; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(33,50,41,.18); border-radius: 18px; background: rgba(246,241,232,.45); }
.document-card span { color: var(--copper); font-family: var(--serif); }
.document-card strong { margin-top: auto; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.document-card small { margin-top: 6px; color: var(--ink-soft); }

.final-cta { background: var(--copper); color: var(--white); }
.final-cta-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.final-cta .eyebrow { color: #ffd8a8; }
.final-cta-copy > p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.72); font-size: 17px; }
.lead-form-inline { padding: 32px; border-radius: var(--radius); background: var(--paper-soft); color: var(--ink); box-shadow: var(--shadow); }

.contacts { padding: 120px 0 0; background: var(--forest); color: var(--white); }
.contacts-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: stretch; }
.contacts-info { padding-bottom: 90px; }
.contacts-info > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.contacts address { margin-top: 35px; color: #f1d1a2; font-family: var(--serif); font-size: 26px; font-style: normal; line-height: 1.35; }
.contact-list { margin: 35px 0 0; }
.contact-list div { display: grid; grid-template-columns: 130px 1fr; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.15); }
.contact-list div:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-list dt { color: rgba(255,255,255,.5); font-size: 12px; text-transform: uppercase; }
.contact-list dd { margin: 0; font-weight: 700; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.social-links a { padding: 8px 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: 12px; }
.social-links a:hover { border-color: var(--copper-bright); color: var(--copper-bright); }
.platform-note { display: block; margin-top: 18px; color: rgba(255,255,255,.38); font-size: 10px; line-height: 1.45; }
.map-frame { min-height: 620px; overflow: hidden; border-radius: 28px 28px 0 0; background: var(--sand); }
.map-frame iframe { width: 100%; height: 100%; min-height: 620px; border: 0; filter: saturate(.75) contrast(.96); }

.site-footer { padding: 60px 0 90px; background: var(--forest-deep); color: rgba(255,255,255,.58); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .6fr .8fr; gap: 70px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 10px; }
.footer-grid img { width: 220px; height: 70px; object-fit: contain; object-position: left; }
.footer-grid p { max-width: 350px; margin: 0; }
.footer-grid strong { color: var(--white); margin-bottom: 8px; }
.footer-grid a:hover { color: var(--copper-bright); }
.mobile-cta { display: none; }

.legal-page { background: var(--paper-soft); }
.legal-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.legal-header .container { min-height: 92px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.legal-header img { width: 190px; height: 65px; object-fit: contain; object-position: left; }
.legal-content { max-width: 860px; padding-top: 80px; padding-bottom: 100px; }
.legal-content h1 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 6vw, 68px); font-weight: 400; letter-spacing: -.04em; line-height: 1.02; }
.legal-updated { margin: 20px 0 55px; color: var(--ink-soft); }
.legal-content h2 { margin: 44px 0 13px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.legal-content p, .legal-content li { color: var(--ink-soft); }
.legal-content a { color: var(--copper); text-decoration: underline; text-underline-offset: 3px; }
.legal-note { margin-top: 48px; padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.legal-footer { padding: 35px 0; background: var(--forest-deep); color: rgba(255,255,255,.56); }

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

@media (max-width: 1050px) {
  .main-nav { display: none; }
  .hero-layout { grid-template-columns: 1fr .72fr; gap: 35px; }
  .hero h1 { font-size: 68px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .advantages-layout, .faq-layout { gap: 55px; }
  .reviews-track { grid-template-columns: repeat(4, 340px); }
  .document-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .container { width: min(100% - 28px, 680px); }
  .site-header { background: rgba(24,40,32,.88); backdrop-filter: blur(18px); }
  .site-header.scrolled { background: rgba(246,241,232,.95); }
  .header-inner { min-height: 70px; gap: 14px; }
  .brand { width: 165px; }
  .brand img { height: 55px; }
  .menu-toggle { display: block; padding: 9px 11px; border: 1px solid currentColor; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .main-nav { position: fixed; inset: 70px 0 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 35px 22px; background: var(--paper-soft); color: var(--ink); transform: translateX(100%); transition: transform .3s ease; }
  .menu-open .main-nav { transform: none; }
  .main-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 28px; font-weight: 400; letter-spacing: 0; text-transform: none; }
  .header-actions .phone-link { display: none; }
  .header-actions .button { display: none; }
  .hero { min-height: auto; }
  .hero-layout { display: block; padding-top: 150px; padding-bottom: 75px; }
  .hero h1 { font-size: clamp(50px, 15vw, 76px); }
  .hero-lead { font-size: 17px; }
  .hero-card { margin-top: 50px; }
  .hero-scroll { display: none; }
  .section { padding: 85px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }
  .section-heading h2, .advantages h2, .faq h2, .video-section h2, .final-cta h2, .contacts h2 { font-size: 46px; }
  .advantages-layout, .faq-layout, .video-layout, .final-cta-layout, .contacts-layout { grid-template-columns: 1fr; gap: 45px; }
  .advantages-intro, .faq-intro { position: static; }
  .catalog-grid { grid-template-columns: 1fr; }
  .model-card, .model-card-wide { grid-column: auto; height: 450px; }
  .spec-grid { gap: 18px; padding: 30px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 270px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 240px; }
  .gallery-item-large { grid-column: span 2; }
  .video-copy { max-width: 560px; }
  .map-frame, .map-frame iframe { min-height: 440px; border-radius: 22px; }
  .contacts-info { padding-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: span 2; }
}

@media (max-width: 560px) {
  body { padding-bottom: 66px; }
  .hero-media { background-image: linear-gradient(180deg, rgba(18,30,23,.55), rgba(18,30,23,.94) 62%), url("assets/viking.jpg"); background-position: 59% center; }
  .hero-layout { padding-top: 125px; }
  .hero-buttons { flex-direction: column; align-items: stretch; }
  .hero-facts { grid-template-columns: 1fr; gap: 15px; }
  .hero-facts div { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .hero-facts dd { text-align: right; }
  .hero-card { padding: 25px; }
  .hero-card h2 { font-size: 30px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:first-child, .trust-grid > div:nth-child(3) { min-height: 96px; border-left: 1px solid var(--line); }
  .section-heading h2, .advantages h2, .faq h2, .video-section h2, .final-cta h2, .contacts h2 { font-size: 39px; }
  .model-card, .model-card-wide { height: 420px; }
  .model-overlay { grid-template-columns: 32px 1fr; padding: 23px; }
  .model-overlay strong { grid-column: 2; margin-top: 7px; font-size: 21px; }
  .model-card h3 { font-size: 31px; }
  .catalog-note { display: block; padding: 20px; }
  .catalog-note .text-link { display: block; margin-top: 12px; }
  .advantage-item { grid-template-columns: 45px 1fr; }
  .advantage-item h3 { font-size: 26px; }
  .spec-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .gallery-item-large { grid-column: auto; grid-row: span 1; }
  .review-card { min-height: 390px; }
  .reviews-track { grid-template-columns: repeat(4, 87vw); }
  .document-grid { grid-template-columns: 1fr; }
  .document-card { min-height: 170px; }
  .contacts { padding-top: 85px; }
  .contacts address { font-size: 22px; }
  .contact-list div { grid-template-columns: 105px 1fr; }
  .map-frame, .map-frame iframe { min-height: 360px; }
  .footer-grid, .footer-grid > div:first-child { grid-template-columns: 1fr; grid-column: auto; }
  .mobile-cta { position: fixed; z-index: 90; inset: auto 10px 10px; display: flex; min-height: 50px; align-items: center; justify-content: center; border-radius: 999px; background: var(--copper); color: var(--white); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 14px 35px rgba(28,33,29,.28); }
}
