/* ============================================================
   AZI BEAUTY — light, image-led theme
   White base · plum + gold pops
   ============================================================ */

:root {
  --white: #ffffff;
  --paper: #fdfaf8;      /* page background */
  --cream: #f8f1ea;      /* section alt */
  --blush: #fbedf1;      /* section pop */
  --blush-deep: #f6dde6;

  --ink: #2a1830;        /* headings */
  --body: #6b5b70;       /* paragraphs */
  --muted: #9a8a9e;

  --plum: #7d2472;       /* primary brand */
  --plum-deep: #5c1a56;
  --plum-600: #8f2c85;
  --plum-soft: #b96fb0;

  --gold: #b07d17;       /* gold text on light */
  --gold-bright: #d4a017;
  --gold-soft: #e7c56a;
  --gold-grad: linear-gradient(135deg, #e7c56a 0%, #d4a017 50%, #b07d17 100%);

  --wa: #25d366;
  --wa-deep: #128c40;

  --line: #efe1ea;
  --radius: 20px;
  --radius-sm: 12px;
  --maxw: 1180px;

  --shadow-sm: 0 8px 24px -14px rgba(70, 20, 65, .35);
  --shadow: 0 26px 60px -30px rgba(80, 25, 75, .40);
  --shadow-lg: 0 44px 90px -44px rgba(80, 25, 75, .48);

  --serif: "Playfair Display", Georgia, serif;
  --serif2: "Cormorant Garamond", Georgia, serif;
  --script: "Great Vibes", cursive;
  --sans: "Jost", "Segoe UI", system-ui, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--body);
  background: var(--paper);
  line-height: 1.7;
  font-weight: 300;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
h1, h2, h3, h4 { color: var(--ink); font-weight: 600; line-height: 1.15; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 999; background: var(--plum); color: #fff; padding: 10px 18px; border-radius: 0 0 10px 0; }
.skip-link:focus { left: 0; }

/* ---------- Type helpers ---------- */
.gold-text {
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.plum-text { color: var(--plum); }
.script-accent { font-family: var(--script); font-size: clamp(1.7rem, 3.6vw, 2.35rem); line-height: 1; color: var(--plum); }
.kicker {
  text-transform: uppercase; letter-spacing: .3em; font-size: .74rem; font-weight: 600;
  color: var(--gold); margin-bottom: 1rem; display: inline-block;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-weight: 500; letter-spacing: .01em; padding: .95rem 1.9rem; border-radius: 50px;
  font-size: .98rem; transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s, color .3s;
  text-align: center; white-space: nowrap;
}
.btn-primary { background: linear-gradient(135deg, var(--plum-600), var(--plum-deep)); color: #fff; box-shadow: 0 14px 34px -14px rgba(125, 36, 114, .7); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 44px -14px rgba(125, 36, 114, .85); }
.btn-gold { background: var(--gold-grad); color: #3c2408; font-weight: 600; box-shadow: 0 14px 34px -16px rgba(176, 125, 23, .8); }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 20px 44px -16px rgba(176, 125, 23, .9); }
.btn-outline { border: 1.6px solid var(--plum); color: var(--plum); background: transparent; }
.btn-outline:hover { background: var(--plum); color: #fff; transform: translateY(-3px); }
.btn-wa { background: linear-gradient(135deg, var(--wa), var(--wa-deep)); color: #fff; box-shadow: 0 14px 34px -14px rgba(18, 140, 64, .7); }
.btn-wa:hover { transform: translateY(-3px); box-shadow: 0 20px 44px -14px rgba(18, 140, 64, .85); }
.btn-sm { padding: .68rem 1.35rem; font-size: .9rem; }
.btn-lg { padding: 1.15rem 2rem; font-size: 1.05rem; }
.btn-block { width: 100%; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; padding: 16px 0; transition: background .4s var(--ease), box-shadow .4s var(--ease), padding .4s var(--ease); }
.site-header.scrolled { background: rgba(255, 255, 255, .9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 8px 30px -20px rgba(80, 25, 75, .5); padding: 10px 0; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; }
.brand-logo { width: auto; height: 92px; transition: height .4s var(--ease); filter: drop-shadow(0 2px 6px rgba(80,25,75,.15)); }
.site-header.scrolled .brand-logo { height: 64px; }
.nav-menu { display: flex; align-items: center; gap: 2rem; }
.nav-menu a { font-size: .95rem; font-weight: 400; color: var(--ink); position: relative; transition: color .3s; }
.nav-menu a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0; background: var(--gold-grad); transition: width .35s var(--ease); }
.nav-menu a:not(.nav-cta):hover { color: var(--plum); }
.nav-menu a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta { color: #fff !important; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; position: relative; z-index: 130; }
.nav-toggle span { width: 26px; height: 2px; background: var(--plum); border-radius: 2px; transition: .35s var(--ease); }
.nav-backdrop { position: fixed; inset: 0; background: rgba(30, 15, 35, .45); opacity: 0; visibility: hidden; transition: opacity .4s var(--ease); z-index: 95; }
.nav-backdrop.open { opacity: 1; visibility: visible; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding: 130px 0 90px; overflow: hidden;
  background:
    radial-gradient(90% 70% at 92% 8%, var(--blush) 0%, transparent 55%),
    radial-gradient(70% 60% at 0% 100%, #f7eef6 0%, transparent 60%),
    var(--paper);
}
.hero-inner { display: grid; grid-template-columns: 1.02fr .98fr; gap: 3.2rem; align-items: center; }
.hero-title { font-family: var(--serif); font-weight: 700; font-size: clamp(2.6rem, 5.6vw, 4.4rem); letter-spacing: -.01em; margin-bottom: 1.3rem; }
.hero-sub { font-size: clamp(1.02rem, 1.5vw, 1.18rem); color: var(--body); max-width: 33rem; margin-bottom: 2.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; }
.hero-trust { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.hero-stars { color: var(--gold-bright); letter-spacing: 2px; font-size: 1.05rem; }
.hero-trust span { font-size: .9rem; color: var(--body); }
.hero-trust strong { color: var(--ink); font-weight: 600; }

/* hero image collage */
.hero-media { position: relative; }
.hero-img-main { position: relative; border-radius: 26px 26px 120px 26px; overflow: hidden; aspect-ratio: 4 / 5; box-shadow: var(--shadow-lg); border: 6px solid #fff; }
.hero-img-main img { width: 100%; height: 100%; object-fit: cover; }
.hero-img-sub { position: absolute; left: -26px; bottom: -26px; width: 42%; aspect-ratio: 3 / 4; border-radius: 18px; overflow: hidden; border: 5px solid #fff; box-shadow: var(--shadow); }
.hero-img-sub img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute; top: 22px; right: -14px; background: #fff; border-radius: 16px;
  padding: .8rem 1.1rem; box-shadow: var(--shadow); display: flex; align-items: center; gap: .6rem;
  border: 1px solid var(--line);
}
.hero-badge .bstars { color: var(--gold-bright); font-size: .85rem; letter-spacing: 1px; }
.hero-badge b { color: var(--ink); font-size: .92rem; font-weight: 600; display: block; }
.hero-badge small { color: var(--muted); font-size: .74rem; }
.hero-deco { position: absolute; width: 120px; height: 120px; z-index: -1; }

/* marquee ribbon */
.ribbon { background: var(--plum); color: #fff; overflow: hidden; }
.ribbon-track { display: flex; gap: 3rem; white-space: nowrap; padding: .8rem 0; font-family: var(--serif2); font-size: 1.05rem; letter-spacing: .04em; animation: marquee 28s linear infinite; }
.ribbon-track span { display: inline-flex; align-items: center; gap: 3rem; }
.ribbon .dot { color: var(--gold-soft); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   SECTIONS
   ============================================================ */
.section { padding: clamp(4.5rem, 8vw, 7rem) 0; position: relative; }
.section-head { text-align: center; max-width: 46rem; margin: 0 auto clamp(2.4rem, 4vw, 3.6rem); }
.section-title { font-family: var(--serif); font-size: clamp(2rem, 4.2vw, 3rem); }
.section-lead { color: var(--body); margin-top: .9rem; font-size: 1.06rem; }
.bg-cream { background: var(--cream); }
.bg-blush { background: linear-gradient(180deg, var(--blush), #fdf3f7); }

/* ---------- Offers ---------- */
.offers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.offer-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2.2rem 1.7rem 1.8rem; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: transform .45s var(--ease), box-shadow .45s, border-color .45s; }
.offer-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: var(--blush-deep); }
.offer-card.featured { border-color: var(--gold-soft); box-shadow: 0 0 0 2px rgba(212,160,23,.18), var(--shadow-sm); }
.save-badge { position: absolute; top: 1.1rem; right: 1.1rem; background: var(--gold-grad); color: #3c2408; font-weight: 600; font-size: .74rem; padding: .32rem .72rem; border-radius: 50px; }
.save-badge.best { background: linear-gradient(135deg, var(--plum-600), var(--plum-deep)); color: #fff; }
.offer-title { font-family: var(--serif); font-weight: 600; font-size: 1.4rem; margin-bottom: .5rem; padding-right: 2.6rem; }
.offer-title span { display: block; font-size: .9rem; font-family: var(--sans); font-weight: 300; color: var(--body); }
.offer-desc { color: var(--body); font-size: .94rem; margin-bottom: 1.3rem; flex-grow: 1; }
.price-row { display: flex; align-items: baseline; gap: .7rem; margin-bottom: 1.4rem; }
.price-was { color: var(--muted); text-decoration: line-through; font-size: 1.05rem; }
.price-now { font-family: var(--serif); font-weight: 700; font-size: 2.3rem; color: var(--plum); }
.offers-note { text-align: center; margin-top: 2.4rem; color: var(--gold); letter-spacing: .05em; font-size: .95rem; font-family: var(--serif2); font-style: italic; }

/* ---------- Services (image cards) ---------- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.7rem; }
.service-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .45s var(--ease), box-shadow .45s; display: flex; flex-direction: column; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.service-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.service-card:hover .service-media img { transform: scale(1.07); }
.service-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(42,24,48,.28), transparent 45%); }
.service-tag { position: absolute; top: 14px; left: 14px; z-index: 2; background: rgba(255,255,255,.92); color: var(--plum); font-size: .72rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; padding: .32rem .7rem; border-radius: 50px; }
.service-body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; flex-grow: 1; }
.service-body h3 { font-family: var(--serif); font-size: 1.3rem; margin-bottom: .45rem; }
.service-body p { color: var(--body); font-size: .93rem; flex-grow: 1; }
.service-body .svc-book { margin-top: 1rem; align-self: flex-start; color: var(--plum); font-weight: 500; font-size: .92rem; display: inline-flex; align-items: center; gap: .4rem; transition: gap .3s; }
.service-body .svc-book:hover { gap: .7rem; }
.service-card.cta-card { background: linear-gradient(150deg, var(--plum-600), var(--plum-deep)); color: #fff; justify-content: center; align-items: flex-start; padding: 2.2rem; }
.service-card.cta-card h3 { color: #fff; font-size: 1.55rem; margin-bottom: .6rem; }
.service-card.cta-card p { color: rgba(255,255,255,.85); margin-bottom: 1.3rem; }

/* ---------- Why ---------- */
.why-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3.4rem; align-items: center; }
.why-image { position: relative; border-radius: 26px 120px 26px 26px; overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--shadow); border: 6px solid #fff; }
.why-image img { width: 100%; height: 100%; object-fit: cover; }
.why-badge { position: absolute; right: -18px; bottom: 30px; background: var(--gold-grad); color: #3c2408; border-radius: 18px; padding: 1rem 1.3rem; box-shadow: var(--shadow); text-align: center; }
.why-badge b { font-family: var(--serif); font-size: 1.7rem; display: block; line-height: 1; }
.why-badge small { font-size: .78rem; }
.why-features { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }
.why-item .why-ic { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: var(--blush); color: var(--plum); margin-bottom: .9rem; }
.why-item .why-ic svg { width: 26px; height: 26px; }
.why-item h3 { font-family: var(--serif); font-size: 1.18rem; margin-bottom: .35rem; }
.why-item p { font-size: .92rem; color: var(--body); }
.why .section-head { text-align: left; margin: 0 0 1.8rem; }
.why .section-title { text-align: left; }

/* ---------- Gallery / Instagram ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.gallery-grid a { position: relative; aspect-ratio: 1; border-radius: 14px; overflow: hidden; display: block; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gallery-grid a::after { content: ""; position: absolute; inset: 0; background: rgba(125,36,114,.0); transition: background .35s; }
.gallery-grid a:hover img { transform: scale(1.09); }
.gallery-grid a:hover::after { background: rgba(125,36,114,.35); }
.gallery-grid .ig-ic { position: absolute; inset: 0; margin: auto; width: 34px; height: 34px; color: #fff; opacity: 0; transform: scale(.6); transition: .35s var(--ease); z-index: 2; }
.gallery-grid a:hover .ig-ic { opacity: 1; transform: scale(1); }
.gallery-cta { text-align: center; margin-top: 2rem; }

/* ---------- Booking ---------- */
.book-inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 3rem; align-items: stretch; }
.book-left { display: flex; flex-direction: column; }
.book-left .section-head { text-align: left; margin: 0 0 1.4rem; }
.book-left .section-title { text-align: left; }
.book-img { border-radius: var(--radius); overflow: hidden; margin-bottom: 1.3rem; flex: 1 1 0; min-height: 260px; box-shadow: var(--shadow-sm); }
.book-img img { width: 100%; height: 100%; object-fit: cover; }
.book-contacts { display: grid; gap: .8rem; margin-top: auto; }
.contact-line { display: flex; align-items: center; gap: 1rem; padding: .95rem 1.15rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; transition: border-color .3s, transform .3s, box-shadow .3s; }
.contact-line:hover { border-color: var(--plum-soft); transform: translateX(4px); box-shadow: var(--shadow-sm); }
.contact-line .ci { width: 42px; height: 42px; border-radius: 10px; display: grid; place-items: center; flex-shrink: 0; }
.contact-line .ci.tel { background: var(--blush); color: var(--plum); }
.contact-line .ci.wa { background: #e3f8ec; color: var(--wa-deep); }
.contact-line svg { width: 22px; height: 22px; }
.contact-line span { font-size: .95rem; color: var(--body); }
.contact-line strong { color: var(--ink); font-weight: 600; display: block; }

.booking-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.6rem, 3vw, 2.4rem); box-shadow: var(--shadow); }
.field { margin-bottom: 1.05rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label { display: block; font-size: .84rem; color: var(--plum); font-weight: 500; margin-bottom: .4rem; letter-spacing: .02em; }
.req { color: #d6336c; }
.opt { color: var(--muted); font-size: .78rem; font-weight: 300; }
.field input, .field select, .field textarea {
  width: 100%; padding: .85rem 1rem; font-family: var(--sans); font-size: .98rem; font-weight: 300;
  color: var(--ink); background: var(--paper); border: 1.4px solid var(--line); border-radius: var(--radius-sm);
  transition: border-color .3s, box-shadow .3s; outline: none;
}
.field input::placeholder, .field textarea::placeholder { color: var(--muted); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--plum); box-shadow: 0 0 0 3px rgba(125,36,114,.12); background: #fff; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%237d2472' stroke-width='2.2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.6rem; }
.field textarea { resize: vertical; min-height: 60px; }
.form-hint { text-align: center; font-size: .84rem; color: var(--muted); margin-top: .9rem; }
.form-hint a { color: var(--plum); border-bottom: 1px solid rgba(125,36,114,.35); }
.consent { display: flex; align-items: flex-start; gap: .6rem; margin: -.1rem 0 1.1rem; font-size: .86rem; color: var(--body); cursor: pointer; line-height: 1.5; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--plum); flex-shrink: 0; cursor: pointer; }
.consent em { font-style: normal; color: var(--muted); }
@keyframes flashField { 0%,100% { box-shadow: 0 0 0 3px rgba(125,36,114,0); } 50% { box-shadow: 0 0 0 3px rgba(125,36,114,.4); border-color: var(--plum); } }
.field select.flash { animation: flashField .9s var(--ease); }

/* ---------- Visit ---------- */
.visit-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 2.6rem; align-items: stretch; }
.info-list { display: grid; gap: 1.3rem; margin-bottom: 1.8rem; }
.info-list li { display: flex; gap: 1rem; align-items: flex-start; }
.info-ico { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; flex-shrink: 0; background: var(--blush); color: var(--plum); }
.info-ico svg { width: 22px; height: 22px; }
.info-list strong { color: var(--ink); font-weight: 600; }
.info-list a { color: var(--plum); }
.info-list a:hover { text-decoration: underline; }
.walkin-note { margin-top: 1rem; color: var(--gold); font-family: var(--serif2); font-style: italic; font-size: 1.15rem; }
.visit-map { border-radius: var(--radius); overflow: hidden; min-height: 400px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.visit-map iframe { width: 100%; height: 100%; min-height: 400px; border: 0; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: linear-gradient(160deg, var(--plum-deep), #3f1039); color: rgba(255,255,255,.8); padding-top: 3.6rem; }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 2.5rem; padding-bottom: 2.4rem; }
.footer-brand img { margin-bottom: 1rem; width: 60px; height: 60px; }
.footer-tag { color: rgba(255,255,255,.72); max-width: 21rem; font-size: .95rem; }
.site-footer h4 { font-family: var(--serif); color: #fff; margin-bottom: 1rem; font-size: 1.1rem; }
.footer-nav ul { display: grid; gap: .55rem; }
.footer-nav a, .footer-contact p, .footer-contact a { color: rgba(255,255,255,.78); font-size: .95rem; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--gold-soft); }
.footer-contact p { margin-bottom: .7rem; }
.footer-social { display: flex; gap: .7rem; margin-top: 1rem; }
.footer-social a { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); color: #fff; transition: .35s var(--ease); }
.footer-social a:hover { background: var(--gold-grad); color: #3c2408; border-color: transparent; transform: translateY(-3px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding: 1.4rem 0; text-align: center; }
.footer-bottom p { color: rgba(255,255,255,.6); font-size: .84rem; }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; bottom: 22px; right: 22px; z-index: 90; width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--wa), var(--wa-deep)); box-shadow: 0 14px 30px -8px rgba(18, 140, 64, .6); transition: transform .35s var(--ease); animation: pulse 2.6s ease-in-out infinite; }
.wa-float:hover { transform: scale(1.1); }
@keyframes pulse { 0%,100% { box-shadow: 0 14px 30px -8px rgba(18,140,64,.6), 0 0 0 0 rgba(37,211,102,.5); } 50% { box-shadow: 0 14px 30px -8px rgba(18,140,64,.6), 0 0 0 14px rgba(37,211,102,0); } }

/* ---------- Reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }

/* ---------- Toast ---------- */
.toast { position: fixed; left: 50%; bottom: 30px; transform: translateX(-50%) translateY(140%); background: var(--ink); color: #fff; font-weight: 400; padding: .9rem 1.5rem; border-radius: 50px; box-shadow: var(--shadow); z-index: 200; transition: transform .5s var(--ease); max-width: 90vw; text-align: center; }
.toast.show { transform: translateX(-50%) translateY(0); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3.4rem; }
  .hero-media { max-width: 460px; margin: 0 auto; width: 100%; }
  .offers-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-inner { grid-template-columns: 1fr; gap: 2.6rem; }
  .why-image { max-width: 460px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .book-inner { grid-template-columns: 1fr; gap: 2.2rem; }
  .visit-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .nav-toggle { display: flex; }
  .brand-logo { height: 66px; }
  .site-header.scrolled .brand-logo { height: 54px; }
  .nav-menu { position: fixed; inset: 0 0 0 auto; width: min(80%, 320px); background: #fff; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.7rem; padding: 3rem 2.4rem; transform: translateX(100%); transition: transform .45s var(--ease); box-shadow: -20px 0 60px -30px rgba(80,25,75,.5); }
  .nav-menu.open { transform: translateX(0); }
  .nav-menu a { font-size: 1.15rem; }
  .nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.active span:nth-child(2) { opacity: 0; }
  .nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .offers-grid, .services-grid { grid-template-columns: 1fr; }
  .why-features { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; }
  .hero { padding-top: 110px; }
  .hero-actions .btn { width: 100%; }
  .hero-img-sub { width: 46%; left: -12px; bottom: -16px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}
