:root {
  --paper: #f7f8fb;
  --paper-deep: #e7e9ef;
  --white: #ffffff;
  --ink: #10131a;
  --muted: #5f6673;
  --berry: #1547d5;
  --berry-dark: #0d1b3d;
  --coral: #ff6f61;
  --mint: #b9d7f2;
  --gold: #f0b95a;
  --line: rgba(16, 19, 26, 0.14);
  --shadow: 0 28px 80px rgba(13, 27, 61, 0.16);
  --display: "Manrope", Arial, sans-serif;
  --body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--body); }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 18px; height: 18px; flex: 0 0 auto; stroke-width: 1.8; }

.announcement { display: flex; justify-content: center; align-items: center; gap: 22px; min-height: 34px; padding: 7px 20px; color: var(--white); background: var(--berry-dark); font-size: .73rem; font-weight: 700; text-transform: uppercase; }
.announcement a { display: inline-flex; align-items: center; gap: 6px; color: #9fc1ff; }
.announcement svg { width: 14px; height: 14px; }

.site-header { position: absolute; top: 34px; left: 0; z-index: 20; display: grid; grid-template-columns: auto 1fr auto; align-items: center; width: 100%; min-height: 84px; padding: 0 clamp(20px, 5vw, 74px); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.24); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; font-family: var(--display); font-size: 1.3rem; }
.brand-name { font-size: 1rem; font-weight: 500; }
.brand-name strong { font-family: var(--display); font-size: 1.2rem; font-weight: 400; }
.main-nav { display: flex; justify-content: center; gap: 34px; font-size: .82rem; font-weight: 600; }
.main-nav a { position: relative; padding: 8px 0; }
.main-nav a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; content: ""; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 220ms ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-book, .button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 4px; font-size: .82rem; font-weight: 700; cursor: pointer; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.header-book { border-color: rgba(255,255,255,.56); }
.header-book:hover, .button:hover { transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: transparent; color: inherit; }

.hero { position: relative; display: flex; align-items: flex-end; min-height: calc(100vh - 34px); isolation: isolate; overflow: hidden; color: var(--white); background-color: var(--berry-dark); background-image: url("nails-by-rajvir-hero.png"); background-repeat: no-repeat; background-position: center right; background-size: cover; }
.hero::before { position: absolute; inset: 0; z-index: -2; content: ""; background: rgba(5,12,30,.18); }
.hero-shade { position: absolute; inset: 0 42% 0 0; z-index: -1; background: rgba(6,17,47,.5); }
.hero-content { width: min(820px, 75vw); padding: 190px clamp(20px, 7vw, 104px) clamp(80px, 10vh, 118px); }
.kicker { margin: 0 0 16px; color: var(--coral); font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.hero .kicker { color: #ffb2aa; }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; }
h1 { max-width: 850px; margin-bottom: 24px; font-size: clamp(3.7rem, 7.4vw, 7.6rem); line-height: .94; }
h1 em { color: #92b8ff; font-style: normal; font-weight: 500; }
.hero-copy { max-width: 560px; margin-bottom: 32px; color: rgba(255,255,255,.83); font-size: clamp(1rem, 1.7vw, 1.18rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button-light { color: var(--berry-dark); background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding-bottom: 2px; border-bottom: 1px solid currentColor; font-size: .84rem; font-weight: 700; }
.text-link.dark { color: var(--berry); }
.hero-note { position: absolute; right: clamp(20px, 5vw, 74px); bottom: 76px; display: grid; grid-template-columns: auto minmax(0,260px); gap: 18px; align-items: start; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.56); }
.hero-note span { color: #ff9f95; font-family: var(--display); font-size: 1.5rem; }
.hero-note p { margin: 0; color: rgba(255,255,255,.76); font-size: .78rem; line-height: 1.55; }
.scroll-cue { position: absolute; right: 0; bottom: 0; display: inline-flex; align-items: center; gap: 18px; min-height: 54px; padding: 0 clamp(20px,5vw,74px) 0 24px; color: var(--ink); background: var(--paper); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.intro-band { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: clamp(18px,4vw,54px); min-height: 94px; padding: 22px; color: var(--berry-dark); background: var(--mint); font-family: var(--display); font-size: clamp(1.15rem,2vw,1.65rem); }
.intro-band p { margin: 0; }
.intro-band svg { color: var(--berry); }

.section, .packages-section, .gallery-section, .booking-section, .contact-section { padding: clamp(70px,9vw,132px) clamp(20px,7vw,104px); }
.section-head { margin-bottom: 42px; }
.split-head { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(270px,.55fr); gap: clamp(28px,7vw,110px); align-items: end; }
h2 { max-width: 850px; margin-bottom: 0; color: var(--berry-dark); font-size: clamp(3rem,5.4vw,5.8rem); line-height: 1; }
.split-head > p, .packages-intro > p, .gallery-copy > p, .booking-side > p { margin-bottom: 0; color: var(--muted); line-height: 1.7; }

.service-tabs { display: flex; gap: 8px; overflow-x: auto; padding: 0 0 18px; border-bottom: 1px solid var(--line); scrollbar-width: none; }
.service-tabs::-webkit-scrollbar { display: none; }
.service-tab { display: inline-flex; align-items: center; gap: 9px; min-height: 42px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: transparent; white-space: nowrap; cursor: pointer; }
.service-tab[aria-selected="true"] { color: var(--white); border-color: var(--berry); background: var(--berry); }
.service-tab span { display: grid; place-items: center; min-width: 19px; height: 19px; border-radius: 50%; background: rgba(128,128,128,.15); font-size: .67rem; font-weight: 700; }
.service-panel { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 clamp(34px,7vw,94px); min-height: 360px; padding-top: 14px; }
.service-item { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 20px; align-items: center; min-height: 92px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.service-info { min-width: 0; }
.service-info h3 { margin: 0 0 5px; font-family: var(--display); font-size: clamp(1.2rem,2vw,1.52rem); font-weight: 400; }
.service-info p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.service-action { display: flex; align-items: center; gap: 13px; }
.service-action strong { color: var(--berry); white-space: nowrap; }
.add-service { display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--berry); background: transparent; cursor: pointer; }
.add-service:hover, .add-service:focus-visible { color: var(--white); border-color: var(--berry); background: var(--berry); }

.packages-section { display: grid; grid-template-columns: minmax(250px,.55fr) minmax(0,1.45fr); gap: clamp(36px,8vw,120px); color: var(--white); background: var(--berry-dark); }
.packages-intro { align-self: center; }
.packages-intro h2 { color: var(--white); font-size: clamp(3.2rem,5vw,5.5rem); }
.packages-intro > p { margin: 24px 0; color: rgba(255,255,255,.68); }
.packages-intro .text-link { color: #9fc1ff; }
.package-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); }
.package-card { position: relative; display: flex; flex-direction: column; min-height: 440px; padding: 28px; background: var(--berry-dark); }
.package-card.featured { color: var(--ink); background: var(--mint); }
.package-number { margin-bottom: auto; color: rgba(255,255,255,.46); font-family: var(--display); font-size: 2rem; }
.featured .package-number { color: rgba(24,20,20,.45); }
.package-card h3 { margin: 0 0 10px; font-family: var(--display); font-size: clamp(1.65rem,2.3vw,2.35rem); font-weight: 600; line-height: 1.08; }
.package-card > p { min-height: 67px; margin-bottom: 22px; color: rgba(255,255,255,.65); font-size: .82rem; line-height: 1.6; }
.featured > p { color: rgba(24,20,20,.65); }
.package-price { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); }
.featured .package-price { border-color: rgba(24,20,20,.18); }
.package-price strong { font-size: 1.12rem; }
.package-price button { display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 1px solid currentColor; border-radius: 50%; color: inherit; background: transparent; cursor: pointer; }

.gallery-section { display: grid; grid-template-columns: minmax(260px,.58fr) minmax(0,1.42fr); gap: clamp(44px,8vw,120px); align-items: center; background: var(--white); }
.gallery-copy h2 { font-size: clamp(3.2rem,5.5vw,5.8rem); }
.gallery-copy > p { margin: 26px 0; }
.button-dark { color: var(--white); background: var(--ink); }
.gallery-mosaic { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 260px 290px; gap: 12px; }
.gallery-shot { position: relative; margin: 0; overflow: hidden; background: var(--paper-deep); }
.gallery-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.gallery-shot:hover img { transform: scale(1.035); }
.shot-one { grid-row: 1 / 3; }
.shot-one img { object-position: 16% 32%; transform: scale(1.32); }
.shot-one:hover img { transform: scale(1.36); }
.shot-two img { object-position: 82% 20%; transform: scale(1.42); }
.shot-two:hover img { transform: scale(1.46); }
.shot-three img { object-position: 50% 42%; transform: scale(1.18); }
.shot-three:hover img { transform: scale(1.22); }
.gallery-label { position: absolute; right: -24px; bottom: 32px; display: grid; gap: 4px; min-width: 210px; padding: 18px 22px; color: var(--white); background: var(--coral); box-shadow: var(--shadow); }
.gallery-label span { font-size: .65rem; font-weight: 700; text-transform: uppercase; }

.booking-section { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(340px,1fr); gap: clamp(42px,10vw,150px); align-items: start; background: var(--paper-deep); }
.booking-side { position: sticky; top: 28px; }
.booking-side h2 { font-size: clamp(3.3rem,5.7vw,6rem); }
.booking-side > p { margin: 26px 0 34px; }
.booking-contact { display: grid; gap: 10px; }
.booking-contact a { display: flex; align-items: center; gap: 13px; padding: 14px 0; border-top: 1px solid var(--line); }
.booking-contact a > svg { width: 22px; height: 22px; color: var(--berry); }
.booking-contact span { display: grid; gap: 3px; }
.booking-contact small, .contact-links small { color: var(--muted); font-size: .7rem; }
.booking-form { display: grid; gap: 22px; padding: clamp(24px,4vw,48px); background: var(--white); box-shadow: var(--shadow); }
.form-heading { display: flex; justify-content: space-between; align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--line); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.form-heading strong { color: var(--coral); }
.details-heading { margin-top: 8px; }
.payment-heading { margin-top: 10px; }
.calendar-widget { padding: clamp(16px,3vw,24px); border: 1px solid var(--line); background: var(--paper); }
.calendar-toolbar { display: grid; grid-template-columns: 40px minmax(0,1fr) 40px; gap: 12px; align-items: center; margin-bottom: 20px; }
.calendar-toolbar h3 { margin: 0; color: var(--berry-dark); font-size: 1rem; font-weight: 700; text-align: center; }
.calendar-arrow { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--berry); background: var(--white); cursor: pointer; }
.calendar-arrow:disabled { color: #a6abb4; cursor: not-allowed; opacity: .5; }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 6px; }
.calendar-weekdays { margin-bottom: 8px; color: var(--muted); font-size: .62rem; font-weight: 700; text-align: center; text-transform: uppercase; }
.calendar-day, .calendar-blank { aspect-ratio: 1; min-width: 0; }
.calendar-day { position: relative; display: grid; place-items: center; padding: 0; border: 1px solid transparent; border-radius: 50%; color: var(--ink); background: transparent; font-size: .78rem; font-weight: 600; cursor: pointer; }
.calendar-day:hover:not(:disabled), .calendar-day:focus-visible { border-color: var(--berry); color: var(--berry); background: var(--white); }
.calendar-day.today { border-color: var(--line); }
.calendar-day.available::after { position: absolute; bottom: 5px; width: 4px; height: 4px; border-radius: 50%; content: ""; background: var(--coral); }
.calendar-day.selected { color: var(--white); border-color: var(--berry); background: var(--berry); }
.calendar-day.selected::after { background: var(--white); }
.calendar-day:disabled { color: #b0b4bc; cursor: not-allowed; opacity: .52; }
.time-picker { display: grid; gap: 14px; padding: 18px; border: 1px solid var(--line); }
.time-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; }
.time-heading span { font-size: .74rem; font-weight: 700; text-transform: uppercase; }
.time-heading strong { color: var(--berry); font-size: .72rem; text-align: right; }
.time-slots { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.time-slots p { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.time-slot { min-height: 42px; padding: 0 8px; border: 1px solid var(--line); border-radius: 4px; color: var(--berry-dark); background: var(--paper); font-size: .75rem; font-weight: 700; cursor: pointer; }
.time-slot:hover:not(:disabled), .time-slot:focus-visible { border-color: var(--berry); }
.time-slot.selected { color: var(--white); border-color: var(--berry); background: var(--berry); }
.time-slot:disabled { color: #a6abb4; text-decoration: line-through; cursor: not-allowed; opacity: .6; }
.booking-form label { display: grid; gap: 8px; }
.booking-form label > span { font-size: .76rem; font-weight: 700; }
input, select, textarea { width: 100%; min-height: 50px; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; }
input:focus, select:focus, textarea:focus { border-color: var(--berry); }
textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.deposit-summary { display: grid; grid-template-columns: 46px minmax(0,1fr) auto; gap: 14px; align-items: center; padding: 18px; border: 1px solid rgba(21,71,213,.2); background: #f3f6ff; }
.deposit-icon { display: grid; place-items: center; width: 46px; height: 46px; color: var(--white); background: var(--berry); }
.deposit-icon svg { width: 21px; height: 21px; }
.deposit-copy { display: grid; gap: 3px; min-width: 0; }
.deposit-copy > span { color: var(--muted); font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.deposit-copy > strong { color: var(--berry-dark); font-size: .94rem; }
.deposit-copy > p { margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.deposit-lock { width: 18px; height: 18px; color: var(--berry); }
.button-accent { width: 100%; margin-top: 4px; color: var(--white); background: var(--berry); }
.button-accent:disabled { cursor: not-allowed; opacity: .58; transform: none; }
.booking-status { display: none; margin: -6px 0 0; padding: 12px 14px; color: var(--berry-dark); border-left: 3px solid var(--coral); background: var(--paper); font-size: .76rem; line-height: 1.5; }
.booking-status.visible { display: block; }
.form-note { display: flex; justify-content: center; align-items: center; gap: 7px; margin: -8px 0 0; color: var(--muted); font-size: .7rem; text-align: center; }
.form-note svg { width: 15px; height: 15px; }
.booking-frame { position: absolute; width: 1px; height: 1px; border: 0; opacity: 0; pointer-events: none; }

.contact-section { display: grid; grid-template-columns: minmax(260px,.7fr) minmax(0,1.3fr); gap: clamp(40px,9vw,140px); color: var(--white); background: var(--ink); }
.contact-title h2 { color: var(--white); font-size: clamp(3rem,5vw,5.2rem); }
.contact-links { display: grid; }
.contact-links a { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 16px; align-items: center; min-height: 94px; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-links span { display: grid; gap: 5px; }
.contact-links strong { font-family: var(--display); font-size: 1.5rem; font-weight: 400; }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; min-height: 110px; padding: 26px clamp(20px,7vw,104px); color: var(--white); background: #080c16; }
.footer-brand { font-size: .92rem; }
.footer-brand strong { font-family: var(--display); font-size: 1.12rem; font-weight: 400; }
.site-footer p { margin: 0; color: rgba(255,255,255,.47); font-size: .72rem; }
.site-footer > div { display: flex; justify-content: flex-end; gap: 9px; }
.site-footer > div a { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; }
.mobile-actions { display: none; }

@media (max-width: 1050px) {
  .hero-content { width: 82vw; }
  .hero-note { display: none; }
  .packages-section, .gallery-section, .booking-section, .contact-section { grid-template-columns: 1fr; }
  .package-list, .gallery-mosaic { max-width: 900px; }
  .gallery-copy, .booking-side { max-width: 720px; }
  .booking-side { position: static; }
}

@media (max-width: 760px) {
  body { padding-bottom: 66px; }
  .announcement { justify-content: space-between; gap: 10px; font-size: .64rem; }
  .site-header { grid-template-columns: 1fr auto; min-height: 72px; padding: 0 20px; }
  .brand-name { font-size: .9rem; }
  .brand-mark { width: 34px; height: 34px; }
  .menu-toggle { position: relative; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; cursor: pointer; }
  .header-book { display: none; }
  .main-nav { position: fixed; inset: 0; z-index: -1; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; gap: 18px; padding: 120px 30px 60px; color: var(--white); background: var(--berry-dark); font-family: var(--display); font-size: 2.4rem; opacity: 0; visibility: hidden; transition: opacity 180ms ease, visibility 180ms ease; }
  .main-nav.open { z-index: 1; opacity: 1; visibility: visible; }
  .hero { min-height: 760px; background-position: 64% center; }
  .hero-shade { inset: 0; background: rgba(6,17,47,.48); }
  .hero-content { width: 100%; padding: 150px 20px 118px; }
  h1 { font-size: clamp(4rem,18vw,6.2rem); }
  .hero-copy { max-width: 430px; }
  .scroll-cue { padding-right: 22px; }
  .intro-band { justify-content: flex-start; gap: 14px; min-height: auto; font-size: 1.08rem; }
  .intro-band p:nth-of-type(3), .intro-band svg:nth-of-type(2) { display: none; }
  .split-head, .service-panel { grid-template-columns: 1fr; }
  .split-head { gap: 22px; }
  h2 { font-size: clamp(3.1rem,14vw,5rem); }
  .service-panel { min-height: 0; }
  .packages-section { gap: 48px; }
  .package-list { grid-template-columns: 1fr; }
  .package-card { min-height: 330px; }
  .gallery-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 220px; }
  .shot-one { grid-column: 1 / 3; grid-row: 1; }
  .gallery-label { right: 12px; bottom: 18px; min-width: 180px; }
  .form-row { grid-template-columns: 1fr; }
  .time-slots { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { display: none; }
  .mobile-actions { position: fixed; right: 0; bottom: 0; left: 0; z-index: 50; display: grid; grid-template-columns: 1fr 1.35fr 1fr; min-height: 66px; color: var(--white); background: var(--ink); box-shadow: 0 -12px 32px rgba(0,0,0,.18); }
  .mobile-actions a { display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 4px; border-right: 1px solid rgba(255,255,255,.13); font-size: .64rem; font-weight: 700; }
  .mobile-actions .mobile-book { color: var(--berry-dark); background: var(--mint); }
}

@media (max-width: 480px) {
  .announcement > span { display: none; }
  .announcement { justify-content: center; }
  .section, .packages-section, .gallery-section, .booking-section, .contact-section { padding: 66px 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .button-light { width: 100%; }
  .service-item { gap: 10px; }
  .service-action { gap: 8px; }
  .service-info h3 { font-size: 1.14rem; }
  .service-info p { display: none; }
  .gallery-mosaic { grid-template-rows: 280px 170px; }
  .booking-form { padding: 24px 18px; }
  .deposit-summary { grid-template-columns: 42px minmax(0,1fr); padding: 15px; }
  .deposit-icon { width: 42px; height: 42px; }
  .deposit-lock { display: none; }
  .contact-links strong { font-size: 1.25rem; }
}

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

/* ============================================================
   Additions: about, FAQ, reviews, hours, warnings, skip link
   ============================================================ */

.skip-link {
  position: absolute;
  top: -48px;
  left: 16px;
  z-index: 100;
  padding: 10px 18px;
  color: var(--white);
  background: var(--berry-dark);
  font-size: .8rem;
  font-weight: 700;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }

/* --- About --- */
.about-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(28px, 5vw, 48px);
}
.about-card {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line);
  background: var(--white);
}
.about-card > svg { width: 26px; height: 26px; color: var(--berry); }
.about-card h3 { margin: 0; color: var(--berry-dark); font-size: 1rem; font-weight: 700; }
.about-card p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.6; }

.area-band {
  display: grid;
  gap: 6px;
  margin-top: clamp(24px, 4vw, 40px);
  padding: clamp(18px, 3vw, 28px);
  color: var(--white);
  background: var(--berry-dark);
}
.area-band .kicker { color: var(--mint); }
.area-band p:last-child { margin: 0; font-size: .9rem; font-weight: 600; letter-spacing: .02em; }

/* --- Hours (booking sidebar) --- */
.hours-block { margin: 0 0 30px; }
.hours-block h3 {
  margin: 0 0 12px;
  color: var(--berry-dark);
  font-size: .76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.hours-block dl { display: grid; gap: 0; margin: 0; }
.hours-block dl > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
  border-top: 1px solid var(--line);
}
.hours-block dt { color: var(--muted); font-size: .78rem; font-weight: 600; }
.hours-block dd { margin: 0; color: var(--berry-dark); font-size: .78rem; font-weight: 700; }

/* --- Reviews --- */
.reviews-section > .button { margin-top: clamp(24px, 4vw, 36px); }
.review-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(28px, 5vw, 48px);
}
.review-card {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line);
  background: var(--white);
}
.review-stars { margin: 0; color: var(--gold); font-size: 1rem; letter-spacing: 3px; }
.review-text { margin: 0; color: var(--ink); font-size: .85rem; line-height: 1.65; }
.review-name { margin: 0; color: var(--berry-dark); font-size: .76rem; font-weight: 700; }
.review-name span { color: var(--muted); font-weight: 600; }

/* --- FAQ --- */
.faq-list { display: grid; gap: 0; margin-top: clamp(28px, 5vw, 48px); }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
  color: var(--berry-dark);
  font-size: .95rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary svg { flex-shrink: 0; width: 18px; height: 18px; color: var(--berry); transition: transform .25s ease; }
.faq-item[open] summary svg { transform: rotate(45deg); }
.faq-item p { margin: 0; padding: 0 32px 20px 0; color: var(--muted); font-size: .84rem; line-height: 1.7; }

/* --- Availability warning in the time picker --- */
.slot-warning {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  grid-column: 1 / -1;
  margin: 0;
  padding: 11px 13px;
  border-left: 3px solid var(--gold);
  background: #fdf6e7;
  color: #6b5417;
  font-size: .74rem;
  line-height: 1.5;
}
.slot-warning svg { flex-shrink: 0; width: 15px; height: 15px; margin-top: 1px; }

/* --- Static (noscript) fallbacks --- */
.static-service-group, .static-package-list, .static-faq { max-width: 820px; margin: 18px 0; }
.static-service-group h3 { margin: 22px 0 10px; color: var(--berry-dark); }
.static-service-group ul, .static-package-list { display: grid; gap: 10px; padding-left: 18px; }
.static-service-group li span, .static-package-list li span { color: var(--berry); font-weight: 700; }
.static-faq dt { margin-top: 14px; font-weight: 700; color: var(--berry-dark); }
.static-faq dd { margin: 4px 0 0; color: var(--muted); }

@media (max-width: 1050px) {
  .about-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-list { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .about-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Motion layer - scroll reveals, marquee, entrances, hovers
   ============================================================ */

/* --- Hero entrance --- */
@keyframes riseIn {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero .kicker,
.hero h1,
.hero-copy,
.hero-actions { animation: riseIn .8s cubic-bezier(.22,1,.36,1) both; }
.hero h1 { animation-delay: .08s; }
.hero-copy { animation-delay: .18s; }
.hero-actions { animation-delay: .28s; }
.hero-note { animation: riseIn .8s .45s cubic-bezier(.22,1,.36,1) both; }

h1 em {
  background: linear-gradient(100deg, #92b8ff 20%, #dbe8ff 50%, #92b8ff 80%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 5s linear infinite;
}
@keyframes shimmer { to { background-position: -200% center; } }

/* --- Scroll reveal --- */
[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1);
  transition-delay: var(--reveal-delay, 0s);
}
[data-reveal].revealed { opacity: 1; transform: none; }

/* --- Intro band marquee --- */
.intro-band { overflow: hidden; padding-right: 0; padding-left: 0; }
.marquee-track {
  display: flex;
  align-items: center;
  gap: clamp(18px, 4vw, 54px);
  width: max-content;
  animation: marquee 26s linear infinite;
}
.marquee-track p { margin: 0; white-space: nowrap; }
.marquee-track svg { flex-shrink: 0; }
.intro-band:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* --- Buttons: lift + arrow nudge + sheen --- */
.button { position: relative; overflow: hidden; transition: transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(13,27,61,.22); }
.button:active { transform: translateY(0) scale(.98); }
.button::after {
  position: absolute;
  top: 0; left: -80%;
  width: 60%; height: 100%;
  content: "";
  background: linear-gradient(105deg, transparent, rgba(255,255,255,.35), transparent);
  transform: skewX(-20deg);
  transition: left .6s ease;
  pointer-events: none;
}
.button:hover::after { left: 130%; }
.button svg, .header-book svg, .text-link svg { transition: transform .25s ease; }
.button:hover svg, .header-book:hover svg, .text-link:hover svg { transform: translateX(4px); }
.header-book { transition: transform .25s ease, background .25s ease; }
.header-book:hover { transform: translateY(-2px); }

/* --- Service items & cards --- */
.service-item { transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s, border-color .3s; }
.service-item:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(13,27,61,.10); border-color: var(--berry); }
.add-service { transition: transform .25s ease, background .25s, color .25s; }
.service-item:hover .add-service { transform: rotate(90deg); }
.package-card { transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s; }
.package-card:hover { transform: translateY(-5px); box-shadow: 0 22px 54px rgba(13,27,61,.14); }
.about-card { transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s, border-color .3s; }
.about-card:hover { transform: translateY(-4px); border-color: var(--berry); box-shadow: 0 18px 44px rgba(13,27,61,.10); }
.about-card > svg { transition: transform .3s cubic-bezier(.34,1.56,.64,1); }
.about-card:hover > svg { transform: scale(1.18) rotate(-6deg); }

/* --- Gallery: tint lifts on hover --- */
.gallery-shot::after {
  position: absolute; inset: 0;
  content: "";
  background: rgba(13,27,61,.16);
  transition: opacity .45s ease;
}
.gallery-shot:hover::after { opacity: 0; }

/* --- Calendar & slots: selection pop --- */
@keyframes pop { 0% { transform: scale(.85); } 60% { transform: scale(1.08); } 100% { transform: scale(1); } }
.calendar-day.selected, .time-slot.selected { animation: pop .3s cubic-bezier(.22,1,.36,1); }
.calendar-day, .time-slot { transition: background .2s, color .2s, border-color .2s; }

/* --- Floating Book pill (desktop, appears past the hero) --- */
.float-book {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 26px;
  color: var(--white);
  background: var(--berry);
  border-radius: 999px;
  box-shadow: 0 16px 42px rgba(21,71,213,.42);
  font-size: .85rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(18px) scale(.94);
  pointer-events: none;
  transition: opacity .35s ease, transform .35s cubic-bezier(.22,1,.36,1);
}
.float-book.visible { opacity: 1; transform: none; pointer-events: auto; }
.float-book:hover { background: var(--berry-dark); }
.float-book svg { width: 17px; height: 17px; }
@media (max-width: 860px) { .float-book { display: none; } } /* mobile has the bottom action bar */

/* --- Reduced motion: switch it all off --- */
@media (prefers-reduced-motion: reduce) {
  .hero .kicker, .hero h1, .hero-copy, .hero-actions, .hero-note { animation: none; }
  h1 em { animation: none; -webkit-text-fill-color: currentColor; background: none; color: #92b8ff; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; flex-wrap: wrap; justify-content: center; width: 100%; }
  .calendar-day.selected, .time-slot.selected { animation: none; }
  .button, .service-item, .package-card, .about-card, .float-book { transition: none; }
}

/* Small phones: the headline was clipped at the old 3.7rem minimum. */
@media (max-width: 640px) {
  h1 { font-size: clamp(2.3rem, 13vw, 3.7rem); }
  .hero-content { width: 100%; }
}
