:root {
  --forest: #10271d;
  --forest-soft: #1d3329;
  --ink: #172018;
  --cream: #f5f1e8;
  --cream-deep: #eee7da;
  --terracotta: #b95536;
  --gold: #f5b735;
  --white: #fffdf7;
  --line: rgba(25, 39, 29, 0.18);
  --serif: "Newsreader", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --ease: cubic-bezier(.2,.75,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 14px; line-height: 1.45; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #f6bd46; outline-offset: 3px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; background: white; color: #111; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.section-shell { width: min(1180px, calc(100% - 88px)); margin: 0 auto; }

.hero { position: relative; height: 682px; min-height: 620px; overflow: hidden; background: #193220; color: var(--white); }
.hero__picture, .hero__shade, .hero__frame { position: absolute; inset: 0; }
.hero__picture img { width: 100%; height: 100%; object-fit: cover; object-position: 49% 55%; animation: hero-enter 1.3s var(--ease) both; }
.hero__shade { background: linear-gradient(90deg, rgba(8,22,14,.62) 0%, rgba(8,22,14,.16) 53%, rgba(8,22,14,.1) 100%), linear-gradient(180deg, rgba(5,17,10,.24), transparent 40%, rgba(5,17,10,.42)); }
.hero__frame { inset: 17px; border: 3px solid rgba(255,255,255,.23); border-radius: 22px; pointer-events: none; }
.site-header { position: relative; z-index: 4; width: min(1180px, calc(100% - 100px)); height: 114px; margin: 0 auto; display: grid; grid-template-columns: 260px 1fr 132px; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 14px; width: max-content; font-family: var(--serif); font-size: 20px; letter-spacing: .02em; }
.brand__mark { width: 43px; height: 40px; fill: none; stroke: currentColor; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.site-nav { justify-self: end; display: flex; gap: 35px; align-items: center; font-size: 13px; }
.site-nav a { opacity: .93; transition: opacity .2s ease; }
.site-nav a:hover { opacity: .65; }
.header-cta { justify-self: end; display: grid; place-items: center; min-width: 126px; height: 54px; border-radius: 8px; background: var(--terracotta); font-weight: 600; transition: background .2s ease, transform .2s ease; }
.header-cta:hover, .booking-submit:hover, .reservation-submit:hover { background: #a94a2e; transform: translateY(-1px); }
.menu-button { display: none; }
.hero__content { position: relative; z-index: 2; width: min(1180px, calc(100% - 100px)); height: calc(100% - 114px); margin: 0 auto; display: grid; grid-template-columns: 1fr 382px; align-items: center; gap: 70px; padding-bottom: 22px; }
.hero__copy { align-self: center; padding-top: 16px; animation: copy-enter .9s .25s var(--ease) both; }
.hero h1 { margin: 0 0 20px; max-width: 650px; font-family: var(--serif); font-size: clamp(64px, 7.25vw, 91px); font-weight: 400; line-height: .88; letter-spacing: -.035em; }
.hero__copy > p { margin: 0 0 32px; font-family: var(--serif); font-size: 28px; line-height: 1.15; }
.rating { display: inline-flex; align-items: center; gap: 14px; font-size: 15px; }
.rating__stars, .reviews__score > span { color: var(--gold); font-size: 22px; letter-spacing: 2px; }
.rating strong { font-weight: 500; }
.rating i, .reviews__score i { width: 1px; height: 18px; background: rgba(255,255,255,.52); }
.booking-card { align-self: end; margin-bottom: 45px; padding: 24px; border: 1px solid rgba(255,255,255,.26); border-radius: 18px; background: rgba(30,51,40,.73); box-shadow: 0 16px 40px rgba(0,0,0,.16); backdrop-filter: blur(14px); animation: card-enter .9s .45s var(--ease) both; }
.booking-widget label { display: block; margin-bottom: 15px; }
.booking-widget label > span { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 500; }
.booking-field { width: 100%; min-height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 15px; border: 0; border-radius: 8px; background: rgba(255,255,255,.15); color: var(--white); text-align: left; cursor: pointer; }
.booking-field .icon { width: 19px; height: 19px; }
.booking-field__chevron { margin-left: auto; }
.booking-submit { width: 100%; min-height: 48px; border: 0; border-radius: 7px; background: var(--terracotta); color: white; cursor: pointer; font-weight: 500; transition: background .2s ease, transform .2s ease; }
.booking-widget__message { min-height: 0; margin: 0; color: #ffe0d7; font-size: 12px; }
.booking-widget__message:not(:empty) { margin: 0 0 10px; }

.about { position: relative; overflow: hidden; padding: 51px 0 0; background: var(--cream); }
.about__grass { position: absolute; right: -10px; top: 0; width: 390px; height: 330px; opacity: .18; fill: none; stroke: #a58c60; stroke-width: 1.2; }
.about__intro { position: relative; z-index: 1; max-width: 590px; }
.about h2, .location h2 { margin: 0 0 17px; font-family: var(--serif); font-size: 39px; line-height: 1; font-weight: 400; }
.about__intro p { margin: 0; max-width: 560px; font-size: 14px; line-height: 1.55; }
.facts { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin: 28px 0 36px; padding: 0; list-style: none; max-width: 760px; }
.facts li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; }
.facts .icon { flex: 0 0 auto; width: 28px; height: 28px; }
.facts strong { font-weight: 500; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.gallery__item { position: relative; height: 366px; padding: 0; overflow: hidden; border: 0; border-radius: 11px; background: #ddd; cursor: zoom-in; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.gallery__item--lake img { object-position: 50% 56%; }
.gallery__item--room img { object-position: 51% 61%; }
.gallery__item:hover img { transform: scale(1.025); }

.amenities { padding: 36px 0 43px; background: var(--cream); }
.amenities h2 { margin: 0; text-align: center; font-family: var(--serif); font-size: 35px; font-weight: 400; }
.amenities__rule { width: 38px; height: 1px; margin: 11px auto 26px; background: #9a907c; }
.amenities ul { display: grid; grid-template-columns: repeat(8, 1fr); gap: 16px; padding: 0; margin: 0; list-style: none; }
.amenities li { display: grid; justify-items: center; gap: 10px; text-align: center; font-size: 11px; line-height: 1.25; }
.amenities .icon { width: 30px; height: 30px; }

.reviews { position: relative; min-height: 323px; overflow: hidden; background: var(--forest) url("/assets/images/zasliu-hero.jpg") center 62% / cover no-repeat; color: white; }
.reviews__shade { position: absolute; inset: 0; background: rgba(9,32,22,.9); }
.reviews__content { position: relative; z-index: 1; padding-top: 32px; }
.reviews h2 { margin: 0 0 8px; text-align: center; font-family: var(--serif); font-size: 37px; font-weight: 400; }
.reviews__score { display: flex; justify-content: center; align-items: center; gap: 13px; font-size: 14px; }
.reviews__score > span { font-size: 17px; }
.reviews__score strong { font-weight: 500; }
.reviews__score a { text-decoration: underline; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 3px; }
.review-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 26px; }
.review-list article { position: relative; min-height: 130px; padding: 28px 23px 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 11px; }
.review-quote { position: absolute; top: 7px; left: 18px; color: rgba(255,255,255,.55); font-family: var(--serif); font-size: 34px; line-height: 1; }
.review-list p { margin: 0 0 13px; font-size: 12px; line-height: 1.5; }
.review-list footer { font-size: 11px; }
.review-summary .review-quote { top: 11px; font-size: 18px; }
.review-dots { display: flex; justify-content: center; gap: 13px; margin-top: 17px; }
.review-dots i, .review-dots b { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.35); }
.review-dots b { background: #dfc791; }

.location { padding: 48px 0 43px; background: var(--cream); }
.location__grid { display: grid; grid-template-columns: 355px 1fr; gap: 50px; align-items: center; }
.location__rule { width: 30px; height: 1px; margin: -7px 0 29px; background: #9a907c; }
.location__copy > p { display: flex; gap: 15px; margin: 0 0 30px; font-size: 12px; }
.location__copy .icon { flex: 0 0 auto; width: 23px; height: 23px; }
.location__copy strong { font-weight: 500; }
.location__copy a:hover { text-decoration: underline; }
.map-card { display: block; overflow: hidden; border-radius: 13px; min-height: 246px; background: #dfe9da; }
.map-card svg { display: block; width: 100%; height: 246px; }
.map-water { fill: #a8cfe0; opacity: .72; }
.map-road { fill: none; stroke: #f8f5e6; stroke-width: 11; }
.map-minor { fill: none; stroke: #c7d7c5; stroke-width: 3; }
.map-label { fill: #56665a; font: 14px var(--sans); }
.map-pin path { fill: #68785f; }
.map-pin circle { fill: #eff4e6; }
.map-pin text { fill: #263629; font: 600 15px var(--sans); }

.bottom-booking { position: relative; width: min(1180px, calc(100% - 70px)); min-height: 144px; margin: 0 auto 27px; overflow: hidden; border-radius: 15px; background: var(--forest) url("/assets/images/liminas-lake.jpg") center 68% / cover; color: white; }
.bottom-booking__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,35,25,.93), rgba(26,54,42,.78)); }
.bottom-booking__content { position: relative; z-index: 1; min-height: 144px; display: grid; grid-template-columns: 330px 1fr; gap: 40px; align-items: center; padding: 25px 31px 24px 46px; }
.bottom-booking h2 { margin: 0 0 7px; font: 400 32px/1 var(--serif); }
.bottom-booking__content > div > p { margin: 0; font-size: 12px; }
.booking-widget--bottom { display: grid; grid-template-columns: 1fr 1fr .8fr 152px; gap: 12px; align-items: end; }
.booking-widget--bottom label { margin: 0; }
.booking-widget--bottom label > span { margin-bottom: 5px; font-size: 10px; }
.booking-widget--bottom .booking-field, .booking-widget--bottom .booking-submit { min-height: 47px; }
.booking-widget--bottom .booking-widget__message { grid-column: 1 / -1; order: 2; }

.site-footer { min-height: 70px; padding: 0 56px; display: grid; grid-template-columns: 240px 1fr 180px; align-items: center; background: #0d2419; color: white; font-size: 11px; }
.footer-brand { font-family: var(--serif); font-size: 16px; }
.site-footer nav { justify-self: center; display: flex; gap: 46px; }
.site-footer > span { justify-self: end; }

dialog { color: var(--ink); }
dialog::backdrop { background: rgba(5,19,12,.68); backdrop-filter: blur(4px); }
.calendar-dialog, .guests-dialog, .reservation-dialog { width: min(480px, calc(100% - 32px)); padding: 0; border: 0; border-radius: 16px; background: #fbf8f0; box-shadow: 0 24px 80px rgba(0,0,0,.3); }
.calendar-dialog__head, .reservation-dialog header { display: flex; justify-content: space-between; align-items: flex-start; padding: 23px 25px 18px; border-bottom: 1px solid var(--line); }
.calendar-dialog__head span, .reservation-dialog header span { color: #687069; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.calendar-dialog__head h2, .reservation-dialog h2 { margin: 4px 0 0; font: 400 30px/1 var(--serif); }
.calendar-dialog__head button, .reservation-dialog header button, .gallery-dialog > button { width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(19,39,29,.08); cursor: pointer; }
.calendar-dialog__nav { display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; padding: 18px 25px 12px; text-align: center; }
.calendar-dialog__nav button { border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; padding: 0 25px; }
.calendar-weekdays { color: #747c75; text-align: center; font-size: 10px; }
.calendar-grid { padding-bottom: 19px; }
.calendar-day { position: relative; aspect-ratio: 1; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.calendar-day:hover:not(:disabled) { background: #e5ded0; }
.calendar-day.is-selected { background: var(--forest); color: white; }
.calendar-day.is-in-range { background: #d7dfd4; border-radius: 7px; }
.calendar-day.is-selected.is-in-range { background: var(--forest); border-radius: 50%; }
.calendar-day:disabled { color: #b8b8b2; cursor: not-allowed; text-decoration: line-through; }
.calendar-dialog__status { min-height: 36px; margin: 0; padding: 0 25px 20px; color: #a5452d; font-size: 12px; }
.guests-dialog { padding: 24px; }
.guests-dialog > div { display: flex; align-items: center; justify-content: space-between; }
.guests-dialog strong { display: block; font: 400 27px var(--serif); }
.guests-dialog small { display: block; color: #6e756f; margin-top: 3px; }
.guest-stepper { display: flex; align-items: center; gap: 16px; }
.guest-stepper button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.guest-stepper .icon { width: 18px; height: 18px; }
.guests-dialog__done, .reservation-success button { width: 100%; min-height: 46px; margin-top: 23px; border: 0; border-radius: 7px; background: var(--forest); color: white; cursor: pointer; }
.reservation-dialog { width: min(560px, calc(100% - 32px)); }
.reservation-dialog form { padding-bottom: 25px; }
.reservation-summary { margin: 20px 25px; padding: 15px; border-radius: 9px; background: #e7ece4; font-size: 13px; }
.reservation-dialog form > label, .reservation-fields { margin: 0 25px 17px; }
.reservation-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.reservation-dialog label > span { display: block; margin-bottom: 6px; font-size: 11px; font-weight: 600; }
.reservation-dialog input { width: 100%; min-height: 46px; padding: 0 12px; border: 1px solid rgba(24,37,28,.26); border-radius: 7px; background: white; }
.reservation-dialog label small { display: block; min-height: 16px; margin-top: 3px; color: #a5452d; }
.privacy-note, .reservation-error { margin: 0 25px 14px; color: #687069; font-size: 11px; }
.reservation-error { color: #a5452d; }
.reservation-submit { width: calc(100% - 50px); min-height: 49px; margin: 0 25px; border: 0; border-radius: 7px; background: var(--terracotta); color: white; cursor: pointer; transition: .2s ease; }
.honeypot { position: absolute !important; left: -10000px !important; }
.reservation-success { padding: 38px 32px; text-align: center; }
.reservation-success > span { color: #687069; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; }
.reservation-success h2 { margin: 9px 0 18px; font: 400 38px/1 var(--serif); }
.gallery-dialog { width: min(1100px, calc(100% - 30px)); height: min(800px, calc(100% - 30px)); padding: 0; border: 0; background: transparent; overflow: visible; }
.gallery-dialog figure { width: 100%; height: 100%; margin: 0; display: grid; grid-template-rows: 1fr auto; overflow: hidden; border-radius: 14px; background: #0c1810; color: white; }
.gallery-dialog img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.gallery-dialog figcaption { padding: 12px 18px; text-align: center; }
.gallery-dialog > button { position: absolute; z-index: 2; background: rgba(255,255,255,.9); }
.gallery-dialog [data-gallery-close] { top: 12px; right: 12px; }
.gallery-dialog [data-gallery-prev], .gallery-dialog [data-gallery-next] { top: 50%; font-size: 30px; transform: translateY(-50%); }
.gallery-dialog [data-gallery-prev] { left: 12px; }
.gallery-dialog [data-gallery-next] { right: 12px; }

@keyframes hero-enter { from { opacity: 0; transform: scale(1.04); } to { opacity: 1; transform: none; } }
@keyframes copy-enter { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: none; } }
@keyframes card-enter { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: none; } }

@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto auto; width: calc(100% - 56px); }
  .site-nav { position: absolute; top: 87px; right: 0; left: 0; display: none; padding: 24px; border-radius: 12px; background: rgba(13,36,25,.96); }
  .site-nav.is-open { display: grid; gap: 18px; }
  .menu-button { display: flex; align-items: center; gap: 9px; border: 0; background: transparent; color: white; cursor: pointer; }
  .menu-button i, .menu-button i::after { display: block; width: 18px; height: 1px; background: currentColor; content: ""; }
  .menu-button i::after { transform: translateY(5px); }
  .hero { height: auto; min-height: 900px; }
  .hero__content { width: calc(100% - 80px); height: auto; min-height: 760px; grid-template-columns: 1fr; gap: 32px; padding: 70px 0 58px; }
  .hero__copy { align-self: end; }
  .hero h1 { font-size: clamp(58px, 11vw, 88px); }
  .booking-card { width: 100%; max-width: 520px; justify-self: end; align-self: start; margin: 0; }
  .facts { max-width: none; }
  .amenities ul { grid-template-columns: repeat(4, 1fr); row-gap: 30px; }
  .review-list { gap: 11px; }
  .location__grid { grid-template-columns: 290px 1fr; gap: 30px; }
  .bottom-booking__content { grid-template-columns: 1fr; gap: 22px; }
}

@media (min-width: 761px) and (max-width: 1000px) {
  .section-shell { width: calc(100% - 120px); }
  .hero { height: 504px; min-height: 500px; }
  .hero__frame { inset: 14px; border-width: 2px; border-radius: 18px; }
  .site-header { width: calc(100% - 82px); height: 88px; grid-template-columns: 205px 1fr 91px; gap: 12px; }
  .brand { gap: 9px; font-size: 16px; }
  .brand__mark { width: 34px; height: 32px; }
  .site-nav { gap: 19px; font-size: 10px; }
  .header-cta { min-width: 91px; height: 39px; border-radius: 6px; font-size: 10px; }
  .menu-button { display: none; }
  .hero__content { width: calc(100% - 96px); height: calc(100% - 88px); grid-template-columns: 1fr 268px; gap: 34px; padding: 4px 0 11px; }
  .hero__copy { position: relative; top: 13px; align-self: center; padding-top: 25px; }
  .hero h1 { margin-bottom: 13px; font-size: 57px; line-height: .9; }
  .hero__copy > p { margin-bottom: 21px; font-size: 20px; }
  .rating { gap: 9px; font-size: 10.5px; }
  .rating__stars { font-size: 16px; letter-spacing: 1px; }
  .rating i { height: 13px; }
  .booking-card { align-self: end; width: 268px; margin: 0; padding: 14px; border-radius: 14px; }
  .booking-widget label { margin-bottom: 9px; }
  .booking-widget label > span { margin-bottom: 4px; font-size: 9px; }
  .booking-field, .booking-submit { min-height: 37px; padding: 0 10px; border-radius: 6px; font-size: 9.5px; }
  .booking-field .icon { width: 15px; height: 15px; }
  .booking-widget__message { font-size: 9px; }
  .about { height: 502px; padding: 29px 0 0; }
  .about__grass { width: 340px; height: 286px; }
  .about__intro { max-width: 315px; }
  .about h2, .location h2 { margin-bottom: 10px; font-size: 27px; }
  .about__intro p { max-width: 315px; font-size: 10px; line-height: 1.5; }
  .facts { max-width: 670px; min-height: 60px; gap: 16px; margin: 20px 0 22px; }
  .facts li { gap: 7px; font-size: 8.5px; }
  .facts .icon { width: 22px; height: 22px; }
  .gallery { width: calc(100% + 86px); margin-left: -43px; gap: 7px; }
  .gallery__item { height: 286px; border-radius: 9px; }
  .amenities { height: 151px; padding: 21px 0 22px; }
  .amenities h2 { font-size: 26px; }
  .amenities__rule { width: 28px; margin: 7px auto 17px; }
  .amenities ul { gap: 8px; }
  .amenities li { gap: 6px; font-size: 8px; }
  .amenities .icon { width: 23px; height: 23px; }
  .reviews { min-height: 240px; height: 240px; }
  .reviews__content { padding-top: 22px; }
  .reviews h2 { margin-bottom: 5px; font-size: 27px; }
  .reviews__score { gap: 9px; font-size: 9.5px; }
  .reviews__score > span { font-size: 13px; }
  .reviews__score i { height: 12px; }
  .review-list { gap: 15px; margin-top: 15px; }
  .review-list article { min-height: 105px; padding: 23px 16px 12px; border-radius: 8px; }
  .review-quote { top: 5px; left: 13px; font-size: 27px; }
  .review-list p { margin-bottom: 9px; font-size: 8.5px; line-height: 1.4; }
  .review-list footer { font-size: 8px; }
  .review-summary .review-quote { top: 8px; font-size: 14px; }
  .review-dots { gap: 9px; margin-top: 10px; }
  .review-dots i, .review-dots b { width: 6px; height: 6px; }
  .location { height: 243px; padding: 20px 0 23px; }
  .location__grid { grid-template-columns: 250px 1fr; gap: 33px; }
  .location__rule { width: 22px; margin: -3px 0 20px; }
  .location__copy > p { gap: 10px; margin-bottom: 21px; font-size: 8.5px; }
  .location__copy .icon { width: 18px; height: 18px; }
  .map-card { min-height: 192px; border-radius: 10px; }
  .map-card svg { height: 192px; }
  .bottom-booking { width: calc(100% - 70px); min-height: 121px; height: 121px; margin-bottom: 17px; border-radius: 12px; }
  .bottom-booking__content { min-height: 121px; grid-template-columns: 260px 1fr; gap: 26px; padding: 19px 23px 18px 32px; }
  .bottom-booking h2 { margin-bottom: 5px; font-size: 23px; }
  .bottom-booking__content > div > p { font-size: 8.5px; }
  .booking-widget--bottom { grid-template-columns: 1fr 1fr .8fr 103px; gap: 8px; }
  .booking-widget--bottom label > span { font-size: 7.5px; }
  .booking-widget--bottom .booking-field, .booking-widget--bottom .booking-submit { min-height: 37px; font-size: 8px; }
  .site-footer { min-height: 43px; height: 43px; padding: 0 46px; grid-template-columns: 190px 1fr 130px; font-size: 8px; }
  .footer-brand { font-size: 12px; }
  .site-footer nav { gap: 35px; }
}

@media (max-width: 700px) {
  .section-shell { width: calc(100% - 36px); }
  .hero { min-height: 820px; }
  .hero__frame { inset: 8px; border-width: 2px; border-radius: 16px; }
  .site-header { width: calc(100% - 38px); height: 88px; grid-template-columns: 1fr auto; gap: 14px; }
  .brand { font-size: 14px; gap: 8px; }
  .brand__mark { width: 34px; height: 31px; }
  .header-cta { display: none; }
  .menu-button span { display: none; }
  .site-nav { top: 72px; }
  .hero__picture img { object-position: 48% center; }
  .hero__content { width: calc(100% - 50px); min-height: 700px; padding: 60px 0 35px; gap: 25px; }
  .hero h1 { font-size: clamp(49px, 15vw, 72px); }
  .hero__copy > p { font-size: 22px; }
  .rating { flex-wrap: wrap; gap: 8px 11px; font-size: 12px; }
  .booking-card { padding: 18px; border-radius: 14px; }
  .about { padding-top: 42px; }
  .about h2, .location h2 { font-size: 34px; }
  .facts { grid-template-columns: 1fr 1fr; gap: 22px 14px; margin-bottom: 29px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery__item { height: 310px; }
  .amenities { padding: 34px 0 39px; }
  .amenities h2 { font-size: 31px; }
  .amenities ul { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
  .reviews { min-height: auto; }
  .reviews__content { padding: 34px 0; }
  .reviews h2 { font-size: 33px; }
  .reviews__score { flex-wrap: wrap; gap: 8px 11px; }
  .review-list { grid-template-columns: 1fr; }
  .review-list article { min-height: 0; }
  .review-dots { display: none; }
  .location { padding: 40px 0 30px; }
  .location__grid { grid-template-columns: 1fr; }
  .map-card, .map-card svg { min-height: 220px; height: 220px; }
  .bottom-booking { width: calc(100% - 24px); margin-bottom: 12px; }
  .bottom-booking__content { padding: 28px 22px; }
  .bottom-booking h2 { font-size: 30px; }
  .booking-widget--bottom { grid-template-columns: 1fr; }
  .site-footer { padding: 28px 22px; grid-template-columns: 1fr; gap: 25px; text-align: center; }
  .site-footer nav { justify-self: stretch; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .site-footer > span { justify-self: center; }
  .reservation-fields { grid-template-columns: 1fr; gap: 0; }
  .calendar-dialog, .guests-dialog, .reservation-dialog { width: 100%; max-width: none; margin: auto 0 0; border-radius: 18px 18px 0 0; }
}

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