:root {
  --ink: #2d1b20;
  --ink-soft: #6d5a60;
  --wine: #5b2638;
  --wine-dark: #321821;
  --rose: #c78a98;
  --blush: #f7ecec;
  --cream: #fffaf6;
  --paper: #ffffff;
  --gold: #c7a465;
  --gold-light: #e8d3a8;
  --line: rgba(45, 27, 32, 0.13);
  --shadow: 0 24px 70px rgba(64, 32, 40, 0.13);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  line-height: 1.7;
  overflow-x: hidden;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 112px 0; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); background: #fff; padding: 10px 14px; z-index: 1000; }
.skip-link:focus { transform: none; }

.announcement {
  min-height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 6px 20px;
  color: #fff;
  background: var(--wine-dark);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.announcement a { color: var(--gold-light); border-bottom: 1px solid rgba(232,211,168,.6); }
.site-header { position: relative; z-index: 50; background: rgba(255,250,246,.96); border-bottom: 1px solid var(--line); }
.nav { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 48px; height: 48px; display: grid; place-items: center;
  border: 1px solid var(--gold); border-radius: 50%; color: var(--wine);
  font: 700 20px/1 var(--serif); position: relative;
}
.brand-mark::after { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(199,164,101,.35); border-radius: 50%; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font: 600 22px/1 var(--serif); letter-spacing: .01em; }
.brand-copy small { margin-top: 5px; font-size: 9px; text-transform: uppercase; letter-spacing: .28em; color: var(--ink-soft); }
.nav-menu { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 600; }
.nav-menu > a:not(.nav-cta) { position: relative; }
.nav-menu > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--wine); transition: .25s; }
.nav-menu > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 20px; color: #fff; background: var(--wine); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.nav-toggle span { display: block; height: 1px; margin: 6px 0; background: var(--ink); transition: .25s; }

.hero { min-height: 760px; display: grid; align-items: center; position: relative; overflow: hidden; background: linear-gradient(110deg, #fffaf6 0%, #fff7f4 54%, #f5e6e7 100%); }
.hero::before { content: ""; position: absolute; width: 470px; height: 470px; border: 1px solid rgba(199,164,101,.22); border-radius: 50%; left: -180px; top: 90px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.glow-one { width: 330px; height: 330px; background: rgba(199,138,152,.13); right: 26%; bottom: -100px; }
.glow-two { width: 180px; height: 180px; background: rgba(199,164,101,.12); left: 44%; top: 14%; }
.hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 72px; }
.hero-content { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; color: var(--wine); font-size: 11px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.02; margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(58px, 6.4vw, 94px); font-weight: 600; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--wine); font-weight: 500; }
h2 { margin-bottom: 20px; font-size: clamp(44px, 5vw, 67px); font-weight: 600; letter-spacing: -.025em; }
h3 { font-size: 30px; font-weight: 600; }
.hero-text { max-width: 610px; color: var(--ink-soft); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 34px; }
.btn { min-height: 50px; display: inline-flex; justify-content: center; align-items: center; padding: 14px 25px; border: 1px solid transparent; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .22s, box-shadow .22s, background .22s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--wine); box-shadow: 0 14px 30px rgba(91,38,56,.2); }
.btn-primary:hover { background: var(--wine-dark); }
.btn-text { min-height: auto; padding: 6px 0; border-bottom: 1px solid var(--gold); }
.btn-text span, .text-link span { margin-left: 8px; transition: .2s; }
.btn-text:hover span, .text-link:hover span { margin-left: 13px; }
.btn-outline { border-color: var(--wine); color: var(--wine); background: transparent; }
.btn-outline:hover { color: #fff; background: var(--wine); }
.btn-gold { width: 100%; color: var(--wine-dark); background: var(--gold-light); }
.btn-gold:hover { background: #f0dfbc; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: var(--ink-soft); font-size: 12px; }
.trust-row span::first-letter { color: var(--gold); }
.hero-visual { min-height: 610px; position: relative; }
.hero-photo { position: absolute; width: min(510px, 86%); height: 610px; right: 5%; top: 0; border-radius: 260px 260px 16px 16px; box-shadow: var(--shadow); }
.image-shell { overflow: hidden; background: linear-gradient(135deg, #e9d6d8, #f6ece8); }
.image-shell img { transition: transform .8s ease; }
.image-shell:hover img { transform: scale(1.025); }
.hero-photo::after { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(255,255,255,.62); border-radius: inherit; pointer-events: none; }
.floating-card { position: absolute; z-index: 3; padding: 18px 21px; background: rgba(255,255,255,.92); box-shadow: 0 18px 45px rgba(54,31,38,.16); backdrop-filter: blur(10px); }
.card-rating { left: 0; bottom: 52px; display: grid; }
.card-rating .stars { color: var(--gold); font-size: 13px; letter-spacing: .17em; }
.card-rating strong { margin-top: 5px; font-family: var(--serif); font-size: 21px; }
.card-rating span { color: var(--ink-soft); font-size: 11px; }
.card-badge { right: -6px; top: 52px; display: flex; align-items: center; gap: 10px; }
.badge-number { color: var(--wine); font: 600 28px/1 var(--serif); }
.card-badge span:last-child { color: var(--ink-soft); font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }

.stats-strip { background: var(--wine-dark); color: #fff; }
.stats-grid { min-height: 120px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.stats-grid > div { display: grid; justify-items: center; padding: 14px 24px; border-right: 1px solid rgba(255,255,255,.13); }
.stats-grid > div:last-child { border-right: 0; }
.stats-grid strong { color: var(--gold-light); font: 600 28px/1 var(--serif); }
.stats-grid span { margin-top: 8px; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; opacity: .72; }

.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 100px; align-items: center; }
.about-collage { min-height: 610px; position: relative; }
.about-main { position: absolute; width: 72%; height: 560px; left: 0; top: 0; border-radius: 4px; }
.about-small { position: absolute; width: 44%; height: 310px; right: 0; bottom: 0; border: 12px solid #fff; }
.monogram-seal { position: absolute; right: 14%; top: 8%; width: 118px; height: 118px; display: grid; place-items: center; align-content: center; color: #fff; background: var(--wine); border-radius: 50%; border: 1px solid var(--gold); box-shadow: 0 15px 35px rgba(91,38,56,.28); font: 600 35px/1 var(--serif); }
.monogram-seal small { margin-top: 7px; color: var(--gold-light); font: 600 8px/1 var(--sans); letter-spacing: .25em; text-transform: uppercase; }
.about-copy p:not(.eyebrow) { color: var(--ink-soft); }
.signature { margin: 28px 0 18px; color: var(--wine); font: italic 500 36px/1 var(--serif); }
.text-link { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.services { background: var(--blush); }
.section-heading { max-width: 690px; }
.section-heading.centered { margin: 0 auto 58px; text-align: center; }
.section-heading > p:not(.eyebrow), .split-heading > p { color: var(--ink-soft); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { position: relative; min-height: 330px; padding: 38px; background: rgba(255,255,255,.84); border: 1px solid rgba(91,38,56,.09); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card.featured { grid-row: span 2; padding: 0; display: flex; flex-direction: column; }
.service-image { height: 385px; }
.service-content { padding: 32px 36px 38px; }
.service-no { color: var(--gold); font: 600 12px/1 var(--sans); letter-spacing: .1em; }
.service-card h3 { margin: 17px 0 15px; font-size: 31px; }
.service-card p { color: var(--ink-soft); font-size: 14px; }
.service-card a { display: inline-block; margin-top: 12px; color: var(--wine); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.service-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 36px; color: var(--wine); border: 1px solid var(--gold); border-radius: 50%; font: 28px/1 var(--serif); }

.portfolio { background: #fff; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 80px; margin-bottom: 50px; }
.split-heading h2 { margin-bottom: 0; }
.gallery-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 310px 310px; gap: 18px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; background: #eee; }
.gallery-item.tall { grid-row: 1 / span 2; }
.gallery-item.wide { grid-column: 2 / span 2; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(31,15,20,.72), transparent 48%); transition: .3s; }
.gallery-item img { transition: transform .75s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item figcaption { position: absolute; z-index: 2; left: 24px; bottom: 20px; color: #fff; display: grid; }
.gallery-item figcaption span { font: 600 25px/1.1 var(--serif); }
.gallery-item figcaption small { margin-top: 5px; color: var(--gold-light); font-size: 9px; text-transform: uppercase; letter-spacing: .17em; }
.center-action { margin-top: 42px; text-align: center; }

.process { background: var(--wine-dark); color: #fff; }
.process-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.process .eyebrow { color: var(--gold-light); }
.process h2 em { color: var(--gold-light); }
.process .section-heading > p:last-child { color: rgba(255,255,255,.66); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.16); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.process-list > li > span { color: var(--gold-light); font: 600 13px/1 var(--sans); }
.process-list h3 { margin: -5px 0 7px; font-size: 28px; }
.process-list p { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; }

.packages { background: #fffaf6; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.package-card { position: relative; padding: 44px 38px; background: #fff; border: 1px solid var(--line); box-shadow: 0 15px 45px rgba(80,48,58,.06); }
.package-card.popular { transform: translateY(-13px); color: #fff; background: var(--wine); border-color: var(--wine); box-shadow: 0 28px 65px rgba(91,38,56,.23); }
.popular-tag { position: absolute; right: 0; top: 0; padding: 8px 13px; color: var(--wine-dark); background: var(--gold-light); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.package-label { margin: 0 0 8px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.package-card h3 { margin-bottom: 10px; font-size: 36px; }
.package-price { padding-bottom: 25px; border-bottom: 1px solid var(--line); color: var(--wine); font: 500 22px/1 var(--serif); }
.popular .package-price { color: var(--gold-light); border-color: rgba(255,255,255,.18); }
.package-card ul { min-height: 205px; padding: 20px 0 0; margin: 0 0 28px; list-style: none; }
.package-card li { position: relative; padding: 7px 0 7px 22px; color: var(--ink-soft); font-size: 13px; }
.package-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); }
.popular li { color: rgba(255,255,255,.78); }
.popular .btn-primary { color: var(--wine-dark); background: var(--gold-light); box-shadow: none; }

.reviews { background: #f2e3e5; }
.review-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; align-items: center; }
.review-controls { display: flex; gap: 10px; margin-top: 35px; }
.review-controls button { width: 48px; height: 48px; border: 1px solid var(--wine); color: var(--wine); background: transparent; transition: .2s; }
.review-controls button:hover { color: #fff; background: var(--wine); }
.review-slider { position: relative; min-height: 365px; }
.review-card { position: absolute; inset: 0; padding: 52px; background: #fff; box-shadow: var(--shadow); opacity: 0; transform: translateX(20px); pointer-events: none; transition: .35s ease; }
.review-card.active { opacity: 1; transform: none; pointer-events: auto; }
.stars { color: var(--gold); letter-spacing: .15em; }
.review-card blockquote { margin: 24px 0 35px; font: 500 clamp(27px, 3vw, 40px)/1.22 var(--serif); }
.reviewer { display: flex; align-items: center; gap: 14px; }
.reviewer > span { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--wine); border-radius: 50%; font-size: 12px; }
.reviewer div { display: grid; }
.reviewer strong { font-size: 12px; }
.reviewer small { color: var(--ink-soft); font-size: 10px; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 25px 38px 25px 0; list-style: none; font: 600 25px/1.25 var(--serif); cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 4px; top: 22px; color: var(--wine); font: 400 28px/1 var(--sans); }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: -5px 0 26px; max-width: 680px; color: var(--ink-soft); font-size: 14px; }

.contact { background: linear-gradient(135deg, #321821, #5b2638); }
.contact-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; color: #fff; }
.contact-copy h2 em { color: var(--gold-light); }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.67); }
.eyebrow.light { color: var(--gold-light); }
.contact-points { display: grid; gap: 12px; margin-top: 35px; }
.contact-points a { display: grid; grid-template-columns: 80px 1fr; font-size: 13px; }
.contact-points span { color: var(--gold-light); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.placeholder-note { display: block; margin-top: 24px; color: rgba(255,255,255,.5); font-size: 10px; }
.booking-form { padding: 38px; color: var(--ink); background: #fff; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-form label { display: grid; gap: 7px; margin-bottom: 16px; color: var(--ink-soft); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; outline: none; padding: 13px 14px; color: var(--ink); background: #fffdfb; font-size: 13px; text-transform: none; letter-spacing: normal; transition: .2s; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(199,164,101,.12); }
.booking-form textarea { resize: vertical; }
.form-status { min-height: 22px; margin: 12px 0 0; color: var(--wine); font-size: 12px; text-align: center; }

.footer { padding: 75px 0 25px; color: #fff; background: #211217; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .65fr .9fr .8fr; gap: 45px; }
.footer-brand .brand-mark { color: var(--gold-light); }
.footer-brand .brand-copy small { color: rgba(255,255,255,.55); }
.footer-grid > div:first-child p { max-width: 310px; color: rgba(255,255,255,.58); font-size: 13px; }
.footer-links { display: grid; align-content: start; gap: 9px; }
.footer-links strong, .footer-cta strong { margin-bottom: 9px; color: var(--gold-light); font: 600 20px/1 var(--serif); }
.footer-links a { color: rgba(255,255,255,.62); font-size: 12px; }
.footer-links a:hover { color: #fff; }
.footer-cta { display: grid; align-content: start; gap: 12px; }
.btn-outline-light { border-color: rgba(255,255,255,.45); color: #fff; }
.btn-outline-light:hover { color: var(--wine-dark); background: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: 10px; }
.whatsapp-float { position: fixed; z-index: 45; right: 22px; bottom: 22px; width: 56px; height: 56px; display: grid; place-items: center; background: #25d366; border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.whatsapp-float svg { width: 28px; fill: #fff; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .23s; }

@media (max-width: 1040px) {
  .nav-menu { gap: 18px; }
  .hero-grid { gap: 35px; }
  .hero-photo { right: 0; width: 92%; }
  .about-grid { gap: 55px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card.featured { grid-row: span 2; }
  .package-card { padding: 38px 27px; }
  .review-wrap, .process-grid { gap: 55px; }
}

@media (max-width: 820px) {
  .section-pad { padding: 82px 0; }
  .nav-toggle { display: block; }
  .nav-menu { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: grid; gap: 0; max-height: 0; overflow: hidden; background: #fffaf6; box-shadow: 0 20px 30px rgba(50,24,33,.12); transition: max-height .35s ease; }
  .nav-menu.open { max-height: 430px; }
  .nav-menu a { padding: 15px 28px; border-bottom: 1px solid var(--line); }
  .nav-cta { margin: 15px 28px 22px; text-align: center; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 75px; }
  .hero-grid, .about-grid, .process-grid, .review-wrap, .faq-grid, .contact-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .hero-content { max-width: 680px; }
  .hero-visual { min-height: 580px; }
  .hero-photo { left: 50%; right: auto; transform: translateX(-50%); width: min(510px, 86%); height: 560px; }
  .stats-grid { grid-template-columns: 1fr 1fr; padding: 20px 0; }
  .stats-grid > div:nth-child(2) { border-right: 0; }
  .stats-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .about-grid { gap: 45px; }
  .about-collage { min-height: 560px; }
  .split-heading { grid-template-columns: 1fr; gap: 15px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 410px 280px 300px; }
  .gallery-item.tall { grid-row: 1 / span 2; }
  .gallery-item.wide { grid-column: 1 / span 2; }
  .package-grid { grid-template-columns: 1fr; max-width: 650px; margin: 0 auto; }
  .package-card.popular { transform: none; }
  .package-card ul { min-height: auto; }
  .review-intro { display: grid; grid-template-columns: 1fr auto; column-gap: 20px; }
  .review-intro .eyebrow, .review-intro h2 { grid-column: 1; }
  .review-controls { grid-column: 2; grid-row: 1 / span 2; align-self: end; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-cta { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .announcement { gap: 8px; font-size: 9px; }
  .brand-copy strong { font-size: 18px; }
  .brand-mark { width: 43px; height: 43px; }
  h1 { font-size: 54px; }
  h2 { font-size: 43px; }
  .hero { min-height: auto; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .trust-row { gap: 10px 15px; }
  .hero-visual { min-height: 500px; }
  .hero-photo { width: 88%; height: 480px; }
  .card-rating { left: 0; bottom: 18px; }
  .card-badge { top: 35px; right: -2px; }
  .floating-card { padding: 13px 15px; }
  .stats-grid strong { font-size: 24px; }
  .about-collage { min-height: 440px; }
  .about-main { width: 80%; height: 420px; }
  .about-small { width: 42%; height: 225px; border-width: 8px; }
  .monogram-seal { width: 85px; height: 85px; font-size: 27px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card.featured { grid-row: auto; }
  .service-image { height: 380px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 400px); }
  .gallery-item.tall, .gallery-item.wide { grid-row: auto; grid-column: auto; }
  .process-list li { grid-template-columns: 42px 1fr; }
  .review-intro { display: block; }
  .review-controls { margin-top: 20px; }
  .review-slider { min-height: 430px; }
  .review-card { padding: 34px 28px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .booking-form { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-cta { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

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