:root {
  --cream: #f7f2e8;
  --paper: #fffaf0;
  --ink: #142f2c;
  --red: #ef4d37;
  --blue: #0b6ea8;
  --aqua: #9fd9d2;
  --yellow: #f6c84f;
  --line: rgba(20, 47, 44, .18);
  --display: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); line-height: 1.45; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img, svg { display: block; }
.skip-link { position: fixed; z-index: 1000; top: -100px; left: 12px; padding: 12px 18px; background: var(--paper); }
.skip-link:focus { top: 12px; }

.site-header { height: 82px; padding: 0 clamp(22px, 4vw, 68px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: var(--cream); border-bottom: 1px solid var(--line); position: relative; z-index: 40; }
.brand { display: inline-flex; align-items: center; gap: 9px; width: max-content; color: var(--ink); text-decoration: none; font-family: var(--display); font-size: 25px; font-weight: 700; letter-spacing: -.04em; }
.brand svg { width: 33px; height: 33px; }
.brand svg circle { fill: var(--red); }
.brand svg path { fill: var(--cream); }
.desktop-nav { display: flex; gap: clamp(20px, 3vw, 42px); }
.desktop-nav a { color: var(--ink); text-decoration: none; font-size: 13px; transition: opacity .2s; }
.desktop-nav a:hover { opacity: .55; }
.header-book { justify-self: end; border: 0; border-bottom: 1px solid currentColor; padding: 5px 0; background: none; color: var(--ink); font-weight: 700; cursor: pointer; }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: calc(100vh - 82px); height: 760px; position: relative; overflow: hidden; color: white; }
.hero__image, .hero__overlay { position: absolute; inset: 0; }
.hero__image { background: url('/assets/pokrovskiy-bereg-hero.webp') center center / cover no-repeat; transform: scale(1.002); }
.hero__overlay { background: linear-gradient(90deg, rgba(9, 42, 52, .62) 0, rgba(9, 42, 52, .20) 46%, rgba(9, 42, 52, 0) 70%), linear-gradient(0deg, rgba(9, 42, 52, .25), transparent 38%); }
.hero__content { position: relative; z-index: 2; max-width: 720px; padding: clamp(92px, 11vh, 128px) 0 0 clamp(24px, 7vw, 112px); }
.eyebrow { margin: 0 0 26px; display: flex; align-items: center; gap: 10px; text-transform: uppercase; font-size: 11px; letter-spacing: .18em; font-weight: 700; }
.eyebrow span { width: 30px; height: 2px; background: var(--red); }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 400; line-height: .93; letter-spacing: -.055em; }
h1 { font-size: clamp(60px, 7.7vw, 118px); }
h2 { font-size: clamp(48px, 6vw, 88px); }
h1 em, h2 em { color: var(--red); font-weight: inherit; }
.hero h1 em { color: #ffb7a4; }
.hero__lead { max-width: 510px; margin: 31px 0 34px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.5; }
.hero__actions { display: flex; align-items: center; gap: 30px; }
.button { min-height: 54px; border: 0; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 32px; text-decoration: none; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button--red { color: white; background: var(--red); box-shadow: 0 10px 30px rgba(130, 38, 26, .2); }
.button--dark { color: white; background: var(--ink); }
.button--cream { color: var(--ink); background: var(--cream); }
.text-link { color: white; font-size: 13px; text-decoration: none; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.6); padding: 8px 0; }
.text-link span { margin-left: 8px; }
.open-sticker { position: absolute; z-index: 3; right: 6.5vw; top: 8.5vh; width: 147px; height: 147px; background: var(--red); color: white; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(7deg); box-shadow: 0 8px 30px rgba(39, 20, 15, .14); }
.open-sticker span, .open-sticker small { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.open-sticker strong { font-family: var(--display); font-size: 38px; line-height: 1; margin: 4px 0; }
.hero__note { position: absolute; left: clamp(24px, 7vw, 112px); bottom: 25px; z-index: 3; font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }

.section { padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 112px); }
.section-kicker { margin-bottom: 32px; color: var(--red); font-size: 11px; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.intro { min-height: 650px; display: grid; grid-template-columns: minmax(130px, .35fr) 1fr; position: relative; align-items: center; overflow: hidden; }
.intro > .section-kicker { align-self: start; margin-top: 16px; }
.intro__copy { max-width: 950px; }
.intro__copy p { max-width: 600px; margin: 45px 0 0 auto; font-size: clamp(18px, 1.7vw, 24px); }
.ball { position: absolute; border-radius: 50%; box-shadow: inset -12px -14px 20px rgba(0,0,0,.1); }
.ball::before { content: ''; position: absolute; inset: 10%; border-radius: inherit; background-image: radial-gradient(circle, rgba(255,255,255,.32) 0 2px, transparent 3px); background-size: 10px 10px; opacity: .6; }
.ball--red { width: 72px; height: 72px; background: var(--red); right: 4%; top: 12%; }
.ball--blue { width: 43px; height: 43px; background: var(--blue); left: 17%; bottom: 10%; }

.rent { background: #d5ebe5; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 65px; }
.section-head > p { max-width: 410px; font-size: 17px; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-card { min-height: 530px; padding: 38px clamp(24px, 3vw, 45px); border-right: 1px solid var(--line); display: flex; flex-direction: column; position: relative; transition: background .25s, transform .25s; }
.price-card:first-child { border-left: 1px solid var(--line); }
.price-card:hover { background: rgba(255,255,255,.25); transform: translateY(-5px); }
.price-card--featured { background: var(--ink); color: white; transform: translateY(-16px); }
.price-card--featured:hover { background: #1d403c; transform: translateY(-21px); }
.popular { position: absolute; top: 0; right: 0; background: var(--yellow); color: var(--ink); padding: 8px 12px; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; }
.price-card__top { display: flex; justify-content: space-between; align-items: start; }
.price-index { font-family: var(--display); font-size: 22px; opacity: .5; }
.mini-flag { width: 8px; height: 68px; position: relative; background: currentColor; opacity: .9; }
.mini-flag::before { content: ''; position: absolute; top: 0; left: 8px; width: 33px; height: 22px; background: var(--red); clip-path: polygon(0 0, 100% 50%, 0 100%); }
.mini-flag--blue::before { background: #4aa9e7; }
.mini-flag--yellow::before { background: var(--yellow); }
.price-card h3 { margin: 40px 0 12px; font-family: var(--display); font-size: 38px; font-weight: 400; letter-spacing: -.04em; }
.price-card > p { margin: 0; max-width: 280px; opacity: .7; font-size: 14px; }
.price-card__meta { display: flex; align-items: end; gap: 12px; margin-top: auto; }
.price-card__meta strong { font-family: var(--display); font-size: 78px; font-weight: 400; line-height: .8; letter-spacing: -.06em; }
.price-card__meta span { font-size: 11px; line-height: 1.45; opacity: .6; }
.price-card__footer { border-top: 1px solid currentColor; margin-top: 42px; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; border-color: rgba(20,47,44,.25); }
.price-card--featured .price-card__footer { border-color: rgba(255,255,255,.3); }
.price { font-size: 24px; font-weight: 800; }
.circle-button { width: 48px; height: 48px; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; cursor: pointer; transition: .2s; }
.circle-button:hover { background: var(--red); color: white; border-color: var(--red); }
.rent-note { margin: 30px 0 0; font-size: 12px; opacity: .62; }

.how { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; min-height: 850px; overflow: hidden; }
.how__visual { min-height: 620px; background: var(--yellow); position: relative; display: grid; place-items: center; transform: rotate(-2deg); }
.score-card { width: 67%; aspect-ratio: .72; padding: 12%; background: var(--paper); box-shadow: 24px 30px 0 rgba(20,47,44,.14); position: relative; z-index: 2; transform: rotate(4deg); }
.score-card__tag { font-size: 10px; text-transform: uppercase; letter-spacing: .13em; color: var(--red); font-weight: 800; }
.score-card__hole, .score-card__score { display: flex; align-items: end; justify-content: space-between; border-bottom: 1px solid var(--line); margin-top: 24px; padding-bottom: 9px; }
.score-card__hole span, .score-card__score span { font-size: 11px; text-transform: uppercase; }
.score-card__hole strong, .score-card__score strong { font-family: var(--display); font-size: 58px; line-height: .8; }
.score-card svg { width: 100%; margin-top: 48px; }
.score-card svg path { fill: none; stroke: var(--red); stroke-width: 3; stroke-dasharray: 5 5; }
.score-card svg circle { fill: var(--red); }
.club-line { position: absolute; width: 24px; height: 130%; background: var(--red); right: 8%; transform: rotate(25deg); }
.how__content { max-width: 660px; }
.steps { margin: 55px 0 45px; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--red); font-size: 11px; font-weight: 800; }
.steps h3 { margin: 0 0 4px; font-size: 17px; }
.steps p { margin: 0; font-size: 14px; opacity: .7; }

.place { padding-right: 0; background: var(--red); color: white; display: grid; grid-template-columns: .82fr 1.18fr; min-height: 720px; align-items: stretch; }
.place__copy { padding-right: 7vw; align-self: center; }
.place .section-kicker { color: #ffd0c5; }
.place h2 em { color: #ffd0c5; }
.place__lead { max-width: 500px; margin: 32px 0; font-size: 18px; }
.place__details { border-top: 1px solid rgba(255,255,255,.35); margin: 35px 0; }
.place__details > div { display: grid; grid-template-columns: 100px 1fr; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.place__details dt { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; opacity: .7; }
.place__details dd { margin: 0; font-size: 14px; }
.place__details a { text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.5); }
.map-art { min-height: 640px; background: #d3e9df; color: var(--ink); position: relative; overflow: hidden; }
.map-art > svg { width: 100%; height: 100%; position: absolute; inset: 0; }
.map-water { fill: #82c7d9; }
.map-road { fill: none; stroke: var(--paper); stroke-width: 54; }
.map-path { fill: none; stroke: rgba(20,47,44,.24); stroke-width: 5; stroke-dasharray: 10 13; }
.map-trees { fill: #6b9f77; }
.map-pin { position: absolute; left: 48%; top: 50%; width: 106px; height: 106px; margin: -53px; border-radius: 50%; background: var(--red); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(54,34,22,.25); }
.map-pin span { position: absolute; left: 51%; bottom: -11px; width: 22px; height: 22px; background: var(--red); transform: rotate(45deg) translateX(-50%); }
.map-pin strong { font-family: var(--display); font-size: 21px; }
.map-pin small { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.map-label { position: absolute; font-family: var(--display); font-style: italic; font-size: 16px; }
.map-label--water { top: 9%; left: 9%; color: #285a6c; }
.map-label--road { bottom: 20%; right: 9%; transform: rotate(-18deg); }

.faq { display: grid; grid-template-columns: .65fr 1.35fr; gap: 10vw; min-height: 720px; align-items: start; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 92px; list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: var(--display); font-size: clamp(22px, 2vw, 30px); }
summary::-webkit-details-marker { display: none; }
summary span { font-family: var(--sans); font-size: 25px; font-weight: 300; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 650px; margin: -7px 55px 28px 0; font-size: 15px; opacity: .7; }

.final-cta { min-height: 560px; background: var(--blue); color: white; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.final-cta .eyebrow span { background: var(--yellow); }
.final-cta h2 em { color: #aee8e0; }
.final-cta .button { margin-top: 42px; }
.cta-ball { position: absolute; width: 190px; height: 190px; right: -35px; bottom: -30px; background: var(--yellow); border-radius: 50%; box-shadow: inset -18px -22px 25px rgba(0,0,0,.12); }
.cta-ball::after { content: ''; position: absolute; inset: 10%; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.3) 0 3px, transparent 4px); background-size: 17px 17px; }

.footer { min-height: 150px; padding: 36px clamp(24px, 7vw, 112px); display: grid; grid-template-columns: 1fr .9fr .9fr 1.2fr; align-items: start; gap: 34px; border-top: 1px solid var(--line); font-size: 12px; }
.brand--footer { font-size: 22px; }
.footer p { margin: 8px 0; opacity: .65; }
.footer a { text-decoration: none; }
.footer__contacts, .footer__legal { display: flex; flex-direction: column; gap: 6px; }
.footer__legal { opacity: .65; }

.booking { width: min(650px, calc(100% - 30px)); max-height: calc(100vh - 30px); padding: clamp(28px, 5vw, 55px); border: 0; background: var(--cream); color: var(--ink); box-shadow: 0 30px 90px rgba(7,30,27,.32); }
.booking::backdrop { background: rgba(8,31,29,.68); backdrop-filter: blur(4px); }
.booking__close { position: absolute; right: 22px; top: 15px; width: 40px; height: 40px; border: 0; background: transparent; color: var(--ink); font-size: 34px; cursor: pointer; }
.booking__head h2 { font-size: clamp(50px, 8vw, 72px); }
.booking__head > p:last-child { margin: 22px 0 28px; max-width: 420px; opacity: .7; }
.booking form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.booking label { display: flex; flex-direction: column; gap: 7px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.booking input, .booking select { width: 100%; height: 51px; border: 1px solid var(--line); border-radius: 0; padding: 0 14px; color: var(--ink); background: var(--paper); outline: none; text-transform: none; letter-spacing: 0; }
.booking input:focus, .booking select:focus { border-color: var(--red); box-shadow: 0 0 0 2px rgba(239,77,55,.12); }
.booking__submit { margin-top: 8px; }
.form-note { margin: 0; font-size: 10px; text-align: center; opacity: .5; }
.booking__success { min-height: 450px; text-align: center; flex-direction: column; align-items: center; justify-content: center; }
.booking__success:not([hidden]) { display: flex; }
.booking__success > span { width: 76px; height: 76px; display: grid; place-items: center; background: var(--aqua); border-radius: 50%; font-size: 38px; }
.booking__success h3 { margin: 24px 0 6px; font-family: var(--display); font-size: 45px; font-weight: 400; }
.booking__success p { margin: 0 0 28px; opacity: .7; }
.toast { position: fixed; z-index: 100; right: 22px; bottom: 22px; padding: 13px 18px; background: var(--ink); color: white; font-size: 13px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: .25s; }
.toast.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 70px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-book { display: none; }
  .menu-toggle { display: flex; width: 42px; height: 42px; border: 0; background: none; flex-direction: column; gap: 7px; align-items: flex-end; justify-content: center; cursor: pointer; }
  .menu-toggle span { width: 25px; height: 2px; background: var(--ink); transition: .2s; }
  .menu-toggle span:last-child { width: 17px; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { width: 25px; transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-nav { position: absolute; display: flex; visibility: hidden; opacity: 0; transform: translateY(-8px); top: 70px; left: 0; right: 0; padding: 28px 24px 34px; background: var(--cream); flex-direction: column; gap: 22px; box-shadow: 0 25px 35px rgba(20,47,44,.12); transition: .2s; }
  .mobile-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .mobile-nav a { text-decoration: none; font-family: var(--display); font-size: 28px; }
  .mobile-nav .button { font-family: var(--sans); font-size: 13px; }
  .hero { min-height: calc(100svh - 70px); height: 720px; }
  .hero__image { background-position: 55% center; }
  .hero__overlay { background: linear-gradient(90deg, rgba(9,42,52,.72), rgba(9,42,52,.12)), linear-gradient(0deg, rgba(9,42,52,.45), transparent 55%); }
  .hero__content { padding-top: 105px; padding-right: 24px; }
  .open-sticker { width: 105px; height: 105px; top: 23px; right: 20px; }
  .open-sticker strong { font-size: 29px; }
  .intro { grid-template-columns: 1fr; min-height: 560px; }
  .intro > .section-kicker { margin: 0; }
  .intro__copy p { margin-left: 0; }
  .ball--red { width: 55px; height: 55px; top: auto; bottom: 9%; }
  .section-head { display: block; }
  .section-head > p { margin-top: 30px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card, .price-card:first-child { min-height: 450px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .price-card--featured { transform: none; }
  .price-card--featured:hover { transform: translateY(-5px); }
  .how { grid-template-columns: 1fr; }
  .how__visual { min-height: 560px; order: 2; }
  .how__content { order: 1; }
  .place { grid-template-columns: 1fr; padding-right: 0; padding-bottom: 0; }
  .place__copy { padding-right: 24px; padding-bottom: 80px; }
  .map-art { min-height: 520px; }
  .faq { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .hero__content { padding-top: 85px; }
  h1 { font-size: clamp(53px, 17vw, 76px); }
  .hero__lead { max-width: 330px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero__note { max-width: 280px; }
  .open-sticker { top: 16px; }
  .intro { padding-bottom: 120px; }
  .price-card { padding: 30px 24px; }
  .how__visual { min-height: 470px; margin: 0 -24px; }
  .score-card { width: 70%; }
  .place__details > div { grid-template-columns: 80px 1fr; }
  .faq { gap: 55px; }
  summary { min-height: 84px; }
  .final-cta { min-height: 500px; }
  .cta-ball { width: 110px; height: 110px; }
  .footer { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

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