:root {
  --ink: #29362d;
  --green: #183d2a;
  --green-2: #2b5439;
  --cream: #f6f0e6;
  --paper: #f8f3e9;
  --violet: #77709c;
  --line: #d9cfc1;
  --shadow: 0 10px 26px rgba(55, 45, 32, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper) url("../assets/lazarevsky-vibe/paper-texture.webp") center/520px repeat;
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.48;
  overflow-x: hidden;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; position: relative; }
.paper { position: relative; background: rgba(248, 243, 233, .88); }
.button {
  min-height: 48px;
  padding: 0 25px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 5px 12px rgba(12, 43, 27, .18);
  font-weight: 600;
  cursor: pointer;
  transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); background: #24543a; }
.hand { font-family: "Marck Script", cursive; color: var(--violet); }
.decor { position: absolute; pointer-events: none; z-index: 4; }

.site-header {
  height: 92px;
  position: relative;
  z-index: 30;
  background: rgba(248, 243, 233, .98);
}
.header-row { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 176px; flex: 0 0 auto; }
.brand img { width: 168px; height: 67px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 38px); margin-left: auto; }
.main-nav a { font-size: 13px; font-weight: 600; white-space: nowrap; }
.main-nav a:hover { color: var(--violet); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.phone { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; font-size: 13px; font-weight: 700; }
.phone img { width: 18px; height: 18px; object-fit: contain; }
.site-header .button { min-height: 44px; padding-inline: 20px; font-size: 13px; }
.menu-toggle { display: none; width: 40px; height: 40px; border: 0; background: none; padding: 8px; }
.menu-toggle img { width: 100%; height: 100%; object-fit: contain; }

.hero {
  height: 545px;
  position: relative;
  color: #fff;
  background: #1c4b32 url("../assets/lazarevsky-vibe/hero-lazarevsky.webp") center/cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 40, 25, .82) 0%, rgba(13, 48, 31, .68) 34%, rgba(10, 34, 25, .12) 62%, rgba(0,0,0,0) 100%);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 3;
  height: 30px;
  left: -1%; right: -1%; bottom: -18px;
  background: var(--paper);
  clip-path: polygon(0 42%, 3% 55%, 6% 30%, 9% 68%, 13% 38%, 17% 57%, 21% 34%, 26% 62%, 31% 40%, 35% 66%, 40% 35%, 45% 56%, 50% 34%, 55% 66%, 60% 36%, 66% 59%, 72% 33%, 78% 62%, 84% 36%, 89% 58%, 94% 32%, 100% 55%, 100% 100%, 0 100%);
}
.hero-inner { height: 100%; display: flex; align-items: center; z-index: 2; }
.hero-copy { width: 520px; position: relative; z-index: 4; margin-top: -8px; }
.hero-hand { display: flex; align-items: center; gap: 9px; margin: 0 0 8px; color: #c7c0dc; font-size: 27px; }
.hero-hand img { width: 20px; height: 20px; filter: brightness(0) invert(1); opacity: .82; }
.hero h1 { margin: 0; color: #fff; font: 600 80px/.82 "Cormorant Garamond", serif; letter-spacing: -.02em; text-shadow: 0 3px 18px rgba(0,0,0,.14); }
.hero-lead { margin: 22px 0 27px; font-size: 16px; line-height: 1.5; }
.hero-button { display: inline-flex; align-items: center; gap: 12px; background: rgba(46, 94, 60, .96); }
.hero-button img, .submit-button img { width: 18px; height: 18px; filter: brightness(0) invert(1); }
.hero-lavender { position: absolute; left: -48px; bottom: -80px; width: 190px; height: 430px; object-fit: contain; z-index: 8; transform: rotate(-8deg); }

.fact-strip {
  height: 110px;
  position: relative;
  z-index: 7;
  background: var(--paper);
  box-shadow: 0 9px 17px rgba(58, 42, 25, .08);
}
.fact-strip::after {
  content: "";
  position: absolute;
  left: -1%; right: -1%; bottom: -17px; height: 25px;
  background: var(--paper);
  clip-path: polygon(0 0,100% 0,100% 54%,96% 67%,91% 44%,86% 73%,80% 51%,74% 76%,68% 48%,62% 70%,56% 52%,49% 75%,43% 48%,37% 70%,31% 51%,25% 72%,19% 48%,13% 69%,7% 49%,0 72%);
}
.facts { height: 100%; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; padding-top: 6px; }
.fact { min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 18px; font: 600 18px "Cormorant Garamond", serif; border-right: 1px solid #cfc5b7; }
.fact:last-child { border-right: 0; }
.fact img { width: 32px; height: 32px; object-fit: contain; opacity: .8; }

.section-title { margin: 0; color: #2e3b31; font: 600 44px/1.05 "Cormorant Garamond", serif; }
.section-title img { display: inline-block; width: 23px; height: 23px; object-fit: contain; vertical-align: .05em; filter: hue-rotate(35deg); opacity: .72; }
.left-title { margin-bottom: 34px; }
.centered { text-align: center; }

.route { min-height: 555px; padding: 74px 0 54px; }
.route-lavender { width: 145px; right: -39px; top: 50px; transform: rotate(13deg); }
.route-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 25px; position: relative; }
.route-grid::before {
  content: "";
  position: absolute;
  left: 7%; right: 6%; top: 28px; height: 30px;
  border-top: 2px dashed #8c83a6;
  border-radius: 50%; opacity: .85;
}
.route-card { min-width: 0; position: relative; z-index: 2; }
.route-card:nth-child(even) { padding-top: 16px; }
.route-card header { display: flex; align-items: baseline; gap: 9px; min-height: 52px; background: rgba(248,243,233,.92); }
.route-card header span { color: var(--violet); font: 500 43px "Marck Script", cursive; }
.route-card h3 { margin: 0; font: 600 15px "Cormorant Garamond", serif; }
.route-card > img { width: 100%; height: 235px; object-fit: cover; border-radius: 3px; box-shadow: 0 5px 10px rgba(35, 30, 22, .14); }
.route-card p { margin: 15px 4px 0; font-size: 12px; line-height: 1.5; }

.gallery-section { min-height: 440px; padding: 25px 0 55px; }
.gallery-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; align-items: start; margin-top: 44px; }
.polaroid { position: relative; margin: 0; padding: 11px 11px 15px; background: #fbf8f0; box-shadow: var(--shadow); border: 1px solid rgba(196,183,165,.45); }
.polaroid img { width: 100%; height: 215px; object-fit: cover; }
.polaroid figcaption { padding-top: 7px; color: var(--violet); text-align: center; font: 22px "Marck Script", cursive; white-space: nowrap; }
.tape { position: absolute; width: 74px; height: 27px; left: 50%; top: -15px; transform: translateX(-50%) rotate(-4deg); background: rgba(205, 187, 137, .54); box-shadow: inset 0 0 9px rgba(255,255,255,.35); z-index: 3; }
.tilt-a { transform: rotate(-5deg); }
.tilt-b { transform: rotate(4deg) translateY(4px); }
.tilt-c { transform: rotate(-2deg) translateY(14px); }
.tilt-d { transform: rotate(5deg); }
.tilt-e { transform: rotate(7deg) translateY(12px); }
.gallery-leaf { width: 165px; left: -47px; top: 43px; transform: rotate(-27deg); }

.why-section { min-height: 380px; padding: 46px 0 56px; }
.why-grid { display: grid; grid-template-columns: 38% 1fr; gap: 55px; align-items: center; }
.why-copy { position: relative; z-index: 2; }
.why-copy h2 { margin: 0 0 13px; font: 600 40px/1.05 "Cormorant Garamond", serif; }
.why-copy > p { width: 86%; margin: 0 0 17px; font-size: 14px; }
.check-list, .tick-list, .icon-list { list-style: none; padding: 0; margin: 0; }
.check-list li { display: flex; align-items: center; gap: 10px; margin: 9px 0; font-size: 13px; }
.check-list img { width: 17px; height: 17px; object-fit: contain; }
.tea-photo { position: relative; margin: 0 55px 0 0; padding: 8px; background: #faf6ed; transform: rotate(-1.5deg); box-shadow: var(--shadow); }
.tea-photo img { width: 100%; height: 255px; object-fit: cover; }
.tea-note { position: absolute; right: -4px; top: 116px; width: 235px; padding: 25px 24px 20px; margin: 0; color: #5d6380; text-align: center; font-size: 21px; line-height: 1.3; background: #efe5d3; box-shadow: 0 7px 17px rgba(56,42,24,.16); transform: rotate(3deg); clip-path: polygon(2% 7%,9% 2%,17% 5%,26% 2%,37% 4%,48% 1%,59% 4%,71% 2%,84% 5%,96% 2%,99% 13%,97% 27%,100% 42%,97% 57%,99% 73%,96% 88%,91% 97%,77% 95%,64% 98%,49% 96%,36% 99%,22% 96%,8% 98%,2% 88%,4% 73%,1% 56%,4% 40%,1% 23%); }
.tea-note img { display: inline-block; width: 17px; height: 17px; vertical-align: middle; }
.why-contours { position: absolute; width: 420px; left: 250px; bottom: -20px; opacity: .32; }
.why-lavender { width: 120px; left: -34px; bottom: -30px; }

.taste-section {
  min-height: 305px;
  position: relative;
  z-index: 5;
  padding: 36px 0 34px;
  color: #f9f4ea;
  background: #173d2a;
  clip-path: polygon(0 3%,5% 0,11% 2%,18% 0,24% 2%,31% 0,38% 2%,45% 0,53% 2%,60% 0,68% 2%,76% 0,84% 2%,92% 0,100% 3%,100% 97%,94% 100%,86% 98%,78% 100%,70% 97%,62% 100%,54% 98%,46% 100%,38% 97%,30% 100%,22% 98%,14% 100%,7% 97%,0 100%);
}
.taste-title { color: #f9f4ea; margin-bottom: 9px; }
.taste-title img { filter: brightness(0) invert(1); }
.taste-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.taste-grid article { text-align: center; }
.taste-grid article > img { width: 100%; height: 150px; object-fit: cover; mix-blend-mode: lighten; }
.taste-grid h3 { margin: -3px 0 2px; font: 600 18px "Cormorant Garamond", serif; }
.taste-grid p { margin: 0; color: rgba(255,255,255,.82); font-size: 12px; }
.taste-contours { position: absolute; width: 400px; right: 10px; top: 16px; opacity: .12; filter: brightness(4); }
.taste-lavender-left { width: 105px; left: 6px; bottom: -12px; transform: rotate(70deg); }
.taste-lavender-right { width: 105px; right: -18px; bottom: -15px; transform: rotate(-35deg); }

.packing-section { min-height: 380px; padding: 62px 0 66px; }
.packing-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 34px; align-items: center; }
.packing-card { height: 270px; position: relative; padding: 26px 35px; border: 1px solid #e0d7ca; border-radius: 13px; background: rgba(248,244,235,.92); box-shadow: 0 7px 16px rgba(51,42,29,.09); overflow: hidden; }
.packing-card h2 { display: flex; align-items: center; gap: 13px; margin: 0 0 12px; font: 600 35px "Cormorant Garamond", serif; }
.packing-card h2 img { width: 32px; height: 32px; object-fit: contain; }
.tick-list li { margin: 8px 0; font-size: 13px; }
.tick-list li::before { content: "✓"; display: inline-block; width: 20px; color: var(--green-2); font-weight: 800; }
.card-botanical { position: absolute; width: 150px; right: 16px; bottom: -45px; transform: rotate(-20deg); opacity: .64; }
.take-card { padding-right: 230px; }
.icon-list li { display: flex; align-items: center; gap: 10px; margin: 7px 0; font-size: 13px; }
.icon-list img { width: 20px; height: 20px; object-fit: contain; }
.backpack { position: absolute; z-index: 3; width: 410px; height: 300px; object-fit: cover; object-position: right center; right: -35px; bottom: 12px; }

.audience-section { min-height: 370px; padding: 34px 0 58px; }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 34px; }
.audience-grid article { padding: 13px 13px 17px; border: 1px solid #ddd3c5; border-radius: 9px; background: rgba(249,246,238,.86); box-shadow: 0 5px 12px rgba(43,37,28,.07); }
.audience-grid h3 { height: 44px; margin: 0 0 8px; font: 600 19px/1.05 "Cormorant Garamond", serif; }
.audience-grid img { width: 100%; height: 155px; object-fit: cover; }
.audience-grid p { margin: 11px 3px 0; font-size: 12px; line-height: 1.45; }

.booking-section { min-height: 335px; position: relative; padding: 0; background: var(--paper); }
.booking-shell { width: 100%; max-width: none; display: grid; grid-template-columns: 58% 42%; }
.booking-photo { min-height: 335px; position: relative; overflow: hidden; }
.booking-photo > img { width: 100%; height: 335px; object-fit: cover; }
.booking-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(15,51,34,.73),rgba(20,56,39,.12) 70%); }
.booking-copy { position: absolute; z-index: 2; left: max(55px, calc((100vw - 1180px)/2)); top: 62px; color: #fff; }
.booking-copy h2 { margin: 0 0 12px; font: 600 50px/.9 "Cormorant Garamond", serif; }
.booking-copy p { margin: 0; font-size: 13px; }
.booking-form { min-height: 278px; position: relative; z-index: 4; align-self: center; margin-left: -35px; margin-right: max(40px, calc((100vw - 1180px)/2)); padding: 42px 44px 24px; text-align: center; background: #f4ede1; box-shadow: var(--shadow); transform: rotate(-.7deg); clip-path: polygon(1% 4%,8% 1%,15% 3%,22% 1%,29% 4%,37% 1%,44% 3%,52% 1%,60% 3%,67% 1%,75% 4%,82% 1%,90% 3%,99% 1%,98% 10%,100% 19%,98% 29%,100% 39%,98% 49%,100% 59%,98% 69%,100% 79%,98% 89%,99% 98%,90% 96%,82% 99%,74% 96%,66% 99%,58% 96%,50% 99%,42% 96%,34% 99%,26% 96%,18% 99%,10% 96%,1% 99%,2% 88%,0 77%,2% 66%,0 55%,2% 44%,0 33%,2% 22%); }
.date-field, .guest-field { height: 43px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 11px; padding: 0 15px; background: rgba(255,255,255,.8); border: 1px solid #ded5c8; border-radius: 4px; text-align: left; font-size: 12px; }
.date-field { position: relative; }
.date-field input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.date-field img { width: 21px; height: 21px; object-fit: contain; }
.counter { display: flex; align-items: center; gap: 15px; }
.counter button { width: 23px; height: 23px; padding: 5px; border: 0; background: none; cursor: pointer; }
.counter img { width: 100%; height: 100%; object-fit: contain; }
.counter output { min-width: 16px; text-align: center; font-weight: 700; }
.submit-button { width: 100%; display: flex; align-items: center; justify-content: center; gap: 12px; margin: 3px 0 8px; }
.booking-phone { display: block; font: 600 19px "Cormorant Garamond", serif; }
.booking-form > p { margin: 1px 0 0; font-size: 11px; }
.form-tape { width: 86px; top: -14px; }
.booking-lavender { width: 160px; right: -35px; bottom: -28px; }

.faq-section { min-height: 210px; padding: 43px 0 39px; }
.faq-grid { display: grid; grid-template-columns: 250px 1fr; gap: 30px; align-items: start; }
.faq-grid h2 { margin: 0; font: 600 35px/1.05 "Cormorant Garamond", serif; }
.faq-grid h2 img { display: inline-block; width: 19px; height: 19px; }
.faq-list details { margin-bottom: 6px; border: 1px solid #ddd3c5; background: rgba(255,255,255,.35); }
.faq-list summary { height: 38px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; list-style: none; cursor: pointer; font-size: 12px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary img { width: 14px; height: 14px; object-fit: contain; transition: transform .2s; }
.faq-list details[open] summary img { transform: rotate(180deg); }
.faq-list details p { margin: 0; padding: 0 14px 13px; color: #5e675f; font-size: 12px; }
.faq-basket { position: absolute; left: -22px; bottom: -14px; width: 155px; z-index: 3; mix-blend-mode: multiply; }
.toast { position: fixed; z-index: 60; left: 50%; bottom: 22px; transform: translate(-50%,20px); padding: 15px 24px; color: #fff; background: var(--green); border-radius: 6px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: .3s; }
.toast.show { opacity: 1; transform: translate(-50%,0); }

.site-footer { min-height: 285px; padding: 45px 0 18px; color: rgba(255,255,255,.86); background: #163c29; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr 1.15fr 1.15fr; gap: 60px; }
.footer-brand > img { width: 170px; height: 70px; object-fit: contain; filter: brightness(0) invert(1); opacity: .92; }
.footer-brand p { margin: 11px 0 0; font-size: 12px; line-height: 1.6; }
.footer-grid h3 { margin: 4px 0 13px; font: 600 15px "Cormorant Garamond", serif; color: #fff; }
.footer-grid > div > a { display: block; margin: 5px 0; font-size: 11px; }
.footer-contacts > a { display: flex!important; align-items: center; gap: 8px; font-size: 13px!important; }
.footer-contacts a img { width: 18px; height: 18px; object-fit: contain; filter: brightness(0) invert(1); }
.socials { display: flex; gap: 12px; margin: 13px 0 10px; }
.socials a { width: 27px; height: 27px; display: block; }
.socials img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) invert(1); }
.footer-contacts p, .footer-contacts b { font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 28px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.17); font-size: 10px; }

@media (max-width: 1050px) {
  .shell { width: min(940px, calc(100% - 40px)); }
  .main-nav { gap: 16px; }
  .main-nav a { font-size: 11px; }
  .phone { display: none; }
  .route-grid { gap: 15px; }
  .route-card > img { height: 210px; }
  .polaroid img { height: 190px; }
  .polaroid figcaption { font-size: 17px; }
  .take-card { padding-right: 190px; }
  .backpack { width: 350px; }
}

@media (max-width: 780px) {
  body { font-size: 14px; }
  .shell { width: calc(100% - 30px); }
  .site-header { height: 72px; }
  .brand { width: 124px; }
  .brand img { width: 120px; height: 56px; }
  .site-header .button { display: none; }
  .menu-toggle { display: block; cursor: pointer; }
  .main-nav { position: absolute; left: 0; right: 0; top: 72px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 18px; background: var(--paper); box-shadow: 0 9px 18px rgba(36,31,25,.15); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 0; font-size: 13px; border-bottom: 1px solid #ded5c8; }
  .hero { height: 580px; background-position: 61% center; }
  .hero::after { background: linear-gradient(90deg,rgba(10,38,25,.82),rgba(13,46,30,.48) 80%,rgba(0,0,0,.12)); }
  .hero-copy { width: 100%; margin-top: 25px; }
  .hero-hand { font-size: 22px; }
  .hero h1 { font-size: 66px; }
  .hero-lead { font-size: 14px; }
  .hero-lavender { left: -63px; width: 135px; bottom: -105px; }
  .fact-strip { height: auto; padding: 24px 0 20px; }
  .facts { grid-template-columns: 1fr 1fr; gap: 5px 0; }
  .fact { min-height: 52px; justify-content: flex-start; padding-left: 12px; gap: 10px; font-size: 15px; border-right: 0; }
  .fact img { width: 27px; height: 27px; }
  .section-title { font-size: 34px; }
  .route { padding: 62px 0 35px; }
  .route-grid { grid-template-columns: 1fr 1fr; gap: 26px 18px; }
  .route-grid::before { display: none; }
  .route-card:last-child { grid-column: 1 / -1; width: calc(50% - 9px); margin: 0 auto; }
  .route-card:nth-child(even) { padding-top: 0; }
  .route-card > img { height: 250px; }
  .gallery-section { padding-top: 25px; }
  .gallery-row { grid-template-columns: 1fr 1fr; margin-top: 38px; gap: 22px; }
  .gallery-row figure:last-child { grid-column: 1 / -1; width: 48%; margin: 0 auto; }
  .polaroid img { height: 250px; }
  .why-grid { grid-template-columns: 1fr; gap: 28px; }
  .why-copy h2 { font-size: 34px; }
  .tea-photo { margin: 0; }
  .tea-note { right: -5px; top: auto; bottom: 25px; width: 190px; font-size: 17px; }
  .taste-section { padding-top: 38px; }
  .taste-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .taste-grid article > img { height: 130px; }
  .packing-grid { grid-template-columns: 1fr; }
  .packing-card { height: auto; min-height: 250px; }
  .take-card { padding-right: 35px; padding-bottom: 205px; }
  .backpack { width: 310px; height: 220px; right: -30px; bottom: 25px; }
  .audience-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .booking-shell { grid-template-columns: 1fr; }
  .booking-photo, .booking-photo > img { min-height: 285px; height: 285px; }
  .booking-copy { left: 28px; top: 55px; }
  .booking-form { margin: -24px 15px 35px; }
  .faq-grid { grid-template-columns: 1fr; gap: 20px; }
  .faq-grid h2 br { display: none; }
  .faq-basket { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
}

@media (max-width: 480px) {
  .hero { height: 550px; }
  .hero h1 { font-size: 58px; }
  .hero-lead br { display: none; }
  .hero-lead { max-width: 300px; }
  .route-grid { display: block; }
  .route-card, .route-card:last-child { width: 100%; margin: 0 0 28px; }
  .route-card header { min-height: 44px; }
  .route-card > img { height: 340px; }
  .gallery-row { display: block; }
  .gallery-row figure, .gallery-row figure:last-child { width: 84%; margin: 0 auto 30px; transform: rotate(-2deg); }
  .gallery-row figure:nth-child(even) { transform: rotate(2deg); }
  .polaroid img { height: 330px; }
  .why-section { padding-top: 20px; }
  .tea-photo img { height: 225px; }
  .taste-grid { gap: 5px; }
  .taste-grid article > img { height: 115px; }
  .taste-grid p { font-size: 10px; }
  .packing-card { padding: 24px; }
  .packing-card h2 { font-size: 31px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid img { height: 210px; }
  .booking-copy h2 { font-size: 44px; }
  .booking-form { padding-inline: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none!important; }
}
