/* Alyse' Tropical Salon , Sun-faded Daytona theme */
:root {
  --paper: #f5f1e3;
  --sand: #ece2cb;
  --sea-wash: #dfe7e2;
  --ink: #203b3b;
  --ink-soft: #3d5757;
  --accent: #dd6f3c;
  --accent-deep: #b9572a;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --step-0: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --step-3: clamp(1.75rem, 1.4rem + 1.75vw, 2.5rem);
  --step-6: clamp(3rem, 1.8rem + 6vw, 6rem);
  --display: "Shrikhand", "Georgia", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: var(--step-0);
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}
h1, h2, h3 { line-height: 1.08; margin: 0 0 0.5em; text-wrap: balance; letter-spacing: -0.015em; }
p { margin: 0 0 1em; text-wrap: pretty; }
a { color: inherit; }
img, svg { max-width: 100%; display: block; }
address { font-style: normal; }

.skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--ink); color: var(--paper); padding: 0.75rem 1.25rem; z-index: 200;
}
.skip:focus { left: 0; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }
.section { padding: clamp(4.5rem, 9vw, 8rem) 0; position: relative; }

.eyebrow {
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.22em; color: var(--accent-deep); margin-bottom: 1rem;
}
.section-title {
  font-family: var(--display); font-weight: 400;
  font-size: var(--step-3); max-width: 18ch;
}
.section-title em, .hero-title .accent-serif { font-family: Georgia, "Times New Roman", serif; font-style: italic; }
.lede { max-width: 62ch; color: var(--ink-soft); font-size: 1.08rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(245, 241, 227, 0.92);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(32, 59, 59, 0.12);
}
.header-inner {
  max-width: 1280px; margin: 0 auto; padding: 0.7rem clamp(1.25rem, 4vw, 2.5rem);
  display: flex; align-items: center; gap: 1.5rem;
}
.brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; margin-right: auto; }
.brand-mark { width: 38px; height: 38px; flex: none; }
.brand-name { font-family: var(--display); font-size: 1.15rem; line-height: 1; }
.brand-name em { font-family: Georgia, serif; font-style: italic; }
.site-nav { display: flex; gap: 1.4rem; }
.site-nav a { text-decoration: none; font-weight: 600; font-size: 0.95rem; position: relative; }
.site-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -3px; height: 2px; width: 100%;
  background: var(--accent); transform: scaleX(0); transform-origin: left;
  transition: transform 180ms ease-out;
}
.site-nav a:hover::after { transform: scaleX(1); }
.header-call {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--ink); color: var(--paper); text-decoration: none;
  font-weight: 700; font-variant-numeric: tabular-nums;
  padding: 0.65rem 1.15rem; border-radius: 6px;
  transition: transform 180ms ease-out, background 180ms ease-out;
}
.header-call svg { width: 18px; height: 18px; }
.header-call:hover { background: var(--accent-deep); transform: translateY(-2px); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(60rem 30rem at 85% -10%, rgba(221, 111, 60, 0.16), transparent 60%),
    radial-gradient(50rem 26rem at 5% 110%, rgba(32, 59, 59, 0.10), transparent 60%),
    var(--paper);
}
.hero-grain {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
}
.hero-inner {
  position: relative; z-index: 1;
  max-width: 1280px; margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 6.5rem) clamp(1.25rem, 4vw, 2.5rem) clamp(5rem, 9vw, 7rem);
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(2rem, 5vw, 4rem); align-items: center;
}
.hero .eyebrow { color: var(--accent-deep); }
.hero-title {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(2.6rem, 1.4rem + 5.6vw, 5.2rem);
  line-height: 1.02; margin-bottom: 1.25rem;
}
.hero-title .accent-serif { color: var(--accent-deep); }
.mask { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: 0.08em; margin-bottom: -0.08em; }
.hero-sub { max-width: 46ch; color: var(--ink-soft); font-size: 1.1rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.9rem; margin: 1.6rem 0 1.8rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.95rem 1.7rem; border-radius: 6px; font-weight: 700; font-size: 1.02rem;
  text-decoration: none; border: 2px solid transparent; cursor: pointer;
  transition: transform 180ms ease-out, box-shadow 180ms ease-out, background 180ms ease-out, color 180ms ease-out;
}
.btn-primary { background: var(--accent); color: #fff8ee; box-shadow: 0 10px 26px rgba(221, 111, 60, 0.35); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(221, 111, 60, 0.45); background: var(--accent-deep); }
.btn-ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-ghost:hover { background: var(--ink); color: var(--paper); transform: translateY(-3px); }
.trust-row {
  list-style: none; margin: 0; padding: 1.1rem 0 0;
  border-top: 1px solid rgba(32, 59, 59, 0.18);
  display: flex; flex-wrap: wrap; gap: 0.6rem 1.6rem; font-size: 0.94rem;
}
.trust-row .stars { color: var(--accent-deep); letter-spacing: 0.1em; }
.hero-art { display: flex; justify-content: center; }
.cabana-sun { width: min(100%, 380px); height: auto; filter: drop-shadow(0 24px 40px rgba(32, 59, 59, 0.18)); }

.wave-divider { display: block; width: 100%; height: clamp(48px, 6vw, 90px); margin-bottom: -1px; }
.wave-divider .wave-path { fill: var(--accent); opacity: 0.9; }
.wave-flip { transform: scaleY(-1); }
.wave-flip .wave-path { fill: var(--ink); opacity: 1; }

/* ---------- Marquee ---------- */
.marquee {
  background: var(--accent); color: #fff8ee; overflow: hidden; white-space: nowrap;
  padding: 0.85rem 0; border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink);
}
.marquee-track { display: inline-flex; align-items: center; gap: 1.6rem; animation: marquee 30s linear infinite; will-change: transform; }
.marquee-track span { font-family: var(--display); font-size: 1.05rem; letter-spacing: 0.02em; }
.marquee-track .dot { width: 9px; height: 9px; border-radius: 50%; background: #fff8ee; flex: none; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Services ---------- */
.services { background: var(--paper); }
.service-rows { list-style: none; margin: 3rem 0 0; padding: 0; display: grid; gap: 0; }
.service-row {
  display: grid; grid-template-columns: auto 1fr auto; gap: clamp(1.2rem, 3vw, 2.5rem);
  align-items: center; padding: 2.2rem 0;
  border-top: 2px solid rgba(32, 59, 59, 0.16);
  transition: background 200ms ease-out, padding-left 200ms ease-out;
}
.service-row:last-child { border-bottom: 2px solid rgba(32, 59, 59, 0.16); }
.service-row:hover { background: rgba(221, 111, 60, 0.07); padding-left: 1rem; }
.service-num {
  font-family: var(--display); font-size: clamp(2.2rem, 4vw, 3.4rem);
  color: transparent; -webkit-text-stroke: 1.5px var(--accent-deep); line-height: 1;
}
.service-body h3 { font-family: var(--display); font-weight: 400; font-size: 1.6rem; margin-bottom: 0.35rem; }
.service-body p { margin: 0 0 0.8rem; color: var(--ink-soft); max-width: 56ch; }
.tag-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.tag-list li {
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.04em;
  border: 1.5px solid var(--ink); border-radius: 999px; padding: 0.28rem 0.85rem;
  transition: background 180ms ease-out, color 180ms ease-out;
}
.service-row:hover .tag-list li { background: var(--ink); color: var(--paper); }
.service-call {
  font-weight: 700; text-decoration: none; white-space: nowrap;
  border-bottom: 2px solid var(--accent); padding-bottom: 2px;
  transition: color 180ms ease-out, border-color 180ms ease-out;
}
.service-call:hover { color: var(--accent-deep); border-color: var(--accent-deep); }

/* ---------- Stats ---------- */
.stats-band { background: var(--ink); color: var(--paper); padding: clamp(3.5rem, 7vw, 5.5rem) 0 0; position: relative; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding-bottom: clamp(3rem, 6vw, 4.5rem); }
.stat { text-align: left; border-left: 3px solid var(--accent); padding-left: 1.4rem; }
.stat-num {
  display: block; font-family: var(--display); font-size: clamp(2.6rem, 5vw, 4.2rem);
  color: var(--accent); font-variant-numeric: tabular-nums; line-height: 1;
}
.stat-label { display: block; margin-top: 0.6rem; color: #d8d2bd; font-size: 0.98rem; max-width: 24ch; }

/* ---------- Reviews ---------- */
.reviews { background: var(--paper); }
.review-featured {
  margin: 2.8rem 0 2.2rem; padding: clamp(1.8rem, 4vw, 3rem);
  background: var(--sand); border-radius: 18px; border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 var(--accent);
  max-width: 760px;
}
.review-stars { color: var(--accent-deep); font-size: 1.7rem; letter-spacing: 0.15em; margin-bottom: 0.8rem; }
.review-featured blockquote { margin: 0 0 1rem; }
.review-featured blockquote p { font-size: 1.25rem; line-height: 1.5; margin: 0; }
.review-featured figcaption { font-size: 0.92rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ink-soft); }
.review-ledger { list-style: none; margin: 0; padding: 0; max-width: 760px; }
.review-ledger li {
  display: grid; grid-template-columns: 130px auto 1fr; gap: 1rem; align-items: baseline;
  padding: 1.3rem 0; border-bottom: 1px solid rgba(32, 59, 59, 0.2);
}
.ledger-source { font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.85rem; }
.ledger-stars { color: var(--accent-deep); letter-spacing: 0.08em; }
.ledger-fact { color: var(--ink-soft); }

/* ---------- Process ---------- */
.process { background: var(--sea-wash); }
.process-steps {
  list-style: none; margin: 3rem 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 2.5rem);
  position: relative;
}
.process-steps::before {
  content: ""; position: absolute; top: 27px; left: 4%; right: 4%; height: 3px;
  background: repeating-linear-gradient(90deg, var(--accent) 0 14px, transparent 14px 26px);
  opacity: 0.7;
}
.process-step { position: relative; padding-top: 0; }
.step-marker {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--accent); color: #fff8ee;
  font-family: var(--display); font-size: 1.5rem;
  display: inline-flex; align-items: center; justify-content: center;
  border: 3px solid var(--ink); margin-bottom: 1.2rem; position: relative; z-index: 1;
  transition: transform 200ms ease-out;
}
.process-step:hover .step-marker { transform: scale(1.1) rotate(-8deg); }
.process-step h3 { font-family: var(--display); font-weight: 400; font-size: 1.45rem; }
.process-step p { color: var(--ink-soft); margin: 0; }
.process-step:nth-child(2) { transform: translateY(1.6rem); }
.process-step a { font-weight: 700; }

/* ---------- Ocean band ---------- */
.ocean-band {
  position: relative; background: linear-gradient(180deg, var(--sea-wash) 0%, #b9cfc8 55%, #8fb3a8 100%);
  padding: clamp(4rem, 8vw, 6.5rem) 1rem clamp(3rem, 6vw, 4.5rem); text-align: center; overflow: hidden;
}
.ocean-waves svg { position: absolute; inset: auto 0 0 0; width: 100%; height: 120px; }
.ocean-waves .d1 { fill: rgba(32, 59, 59, 0.14); }
.ocean-waves .d2 { fill: rgba(32, 59, 59, 0.22); }
.ocean-waves .d3 { fill: rgba(32, 59, 59, 0.32); }
.ocean-line {
  position: relative; z-index: 1; font-family: var(--display);
  font-size: clamp(1.6rem, 3.4vw, 2.6rem); color: var(--ink); margin: 0;
}

/* ---------- Service area ---------- */
.area-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.service-area address { font-size: 1.12rem; line-height: 1.75; margin: 1.4rem 0; }
.service-area address a { font-weight: 700; }
.area-note { color: var(--ink-soft); margin-top: 1.6rem; }
.town-list { list-style: none; margin: 0.8rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.55rem; }
.town-list li {
  background: var(--ink); color: var(--paper); font-size: 0.9rem; font-weight: 600;
  padding: 0.45rem 1rem; border-radius: 999px;
  transition: background 180ms ease-out, transform 180ms ease-out;
}
.town-list li:hover { background: var(--accent-deep); transform: translateY(-2px); }
.area-art { display: flex; justify-content: center; }
.map-card { width: min(100%, 360px); height: auto; filter: drop-shadow(0 20px 36px rgba(32, 59, 59, 0.16)); transition: transform 250ms var(--ease); }
.map-card:hover { transform: rotate(-1.5deg) scale(1.02); }
.map-card .ping { animation: ping 2.4s ease-out infinite; transform-origin: 205px 215px; }
@keyframes ping { 0% { transform: scale(0.6); opacity: 1; } 100% { transform: scale(1.6); opacity: 0; } }

/* ---------- FAQ ---------- */
.faq { background: var(--sand); }
.faq-narrow { max-width: 820px; }
.accordion { margin-top: 2.4rem; display: grid; gap: 0.9rem; }
.accordion details {
  background: var(--paper); border: 2px solid var(--ink); border-radius: 12px;
  padding: 1.15rem 1.4rem; transition: box-shadow 200ms ease-out, transform 200ms ease-out;
}
.accordion details:hover { box-shadow: 5px 5px 0 rgba(221, 111, 60, 0.55); transform: translateY(-2px); }
.accordion details[open] { box-shadow: 5px 5px 0 var(--accent); }
.accordion summary {
  cursor: pointer; font-weight: 800; font-size: 1.08rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after {
  content: "+"; font-family: var(--display); font-size: 1.6rem; color: var(--accent-deep);
  flex: none; transition: transform 200ms ease-out;
}
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion details p { margin: 0.9rem 0 0; color: var(--ink-soft); }
.accordion details p a { font-weight: 700; }

/* ---------- Final CTA ---------- */
.final-cta { background: var(--accent); color: #fff8ee; position: relative; }
.cabana-top {
  height: 34px;
  background: repeating-linear-gradient(90deg, var(--ink) 0 46px, var(--paper) 46px 92px);
  border-bottom: 4px solid var(--ink);
}
.cta-inner { text-align: center; padding: clamp(4rem, 9vw, 7rem) clamp(1.25rem, 4vw, 2.5rem); }
.eyebrow-light { color: #fff8ee; opacity: 0.9; }
.cta-title { font-family: var(--display); font-weight: 400; font-size: clamp(2.4rem, 6vw, 4.6rem); margin-bottom: 1rem; }
.cta-title em { font-family: Georgia, serif; font-style: italic; }
.cta-phone {
  display: inline-block; font-family: var(--display); font-size: clamp(2rem, 7vw, 4.4rem);
  color: #fff8ee; text-decoration: none; font-variant-numeric: tabular-nums;
  margin: 0.6rem 0 1.8rem; border-bottom: 4px solid var(--ink); padding-bottom: 0.2rem;
  transition: transform 200ms ease-out, color 200ms ease-out;
}
.cta-phone:hover { transform: scale(1.04); color: var(--ink); }
.cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; margin-bottom: 1.6rem; }
.btn-ink { background: var(--ink); color: var(--paper); }
.btn-ink:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(32, 59, 59, 0.4); }
.btn-outline-light { border-color: #fff8ee; color: #fff8ee; }
.btn-outline-light:hover { background: #fff8ee; color: var(--accent-deep); transform: translateY(-3px); }
.cta-address { margin: 0; font-weight: 600; opacity: 0.92; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #cfc9b4; padding: 2.2rem 0 4.5rem; font-size: 0.95rem; }
.footer-inner { display: grid; gap: 0.6rem; }
.site-footer a { color: var(--paper); }
.footer-small { font-size: 0.84rem; opacity: 0.75; margin: 0; }

/* ---------- Mobile call bar ---------- */
.mobile-call {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: none; align-items: center; justify-content: center; gap: 0.6rem;
  background: var(--accent); color: #fff8ee; font-weight: 800; font-size: 1.05rem;
  text-decoration: none; padding: 1rem; border-top: 3px solid var(--ink);
}
.mobile-call svg { width: 22px; height: 22px; }

/* ---------- Motion: hero entrance ---------- */
.js .js-hero-word { display: inline-block; transform: translateY(112%); }
.js .hero-enter .js-hero-word { animation: rise 0.7s var(--ease) forwards; }
.js .hero-enter .js-hero-word:nth-child(1) { animation-delay: 0.05s; }
@keyframes rise { to { transform: translateY(0); } }
.js .js-hero-item { opacity: 0; transform: translateY(14px); }
.js .hero-enter .js-hero-item { animation: fadeUp 0.55s var(--ease) forwards; }
.js .hero-enter .hero-copy .js-hero-item:nth-of-type(1) { animation-delay: 0.15s; }
.js .hero-enter .hero-copy .js-hero-item:nth-of-type(2) { animation-delay: 0.35s; }
.js .hero-enter .hero-copy .js-hero-item:nth-of-type(3) { animation-delay: 0.5s; }
.js .hero-enter .hero-copy .js-hero-item:nth-of-type(4) { animation-delay: 0.62s; }
.js .hero-enter .hero-art { animation: fadeUp 0.7s var(--ease) 0.45s forwards; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }

/* ---------- Motion: scroll reveals ---------- */
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.55s var(--ease), transform 0.55s var(--ease); }
.js .reveal.revealed { opacity: 1; transform: translateY(0); }

/* ---------- Ocean drift ---------- */
.ocean-waves .drift { animation: drift 9s ease-in-out infinite alternate; }
.ocean-waves .d2 { animation-duration: 12s; }
.ocean-waves .d3 { animation-duration: 15s; }
@keyframes drift { from { transform: translateX(-24px); } to { transform: translateX(24px); } }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-art { order: -1; }
  .cabana-sun { width: min(72vw, 300px); }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps::before { display: none; }
  .process-step:nth-child(2) { transform: none; }
  .process-step { display: grid; grid-template-columns: 56px 1fr; gap: 0.4rem 1.2rem; align-items: start; }
  .process-step h3 { grid-column: 2; grid-row: 1; align-self: center; margin: 0; }
  .process-step p { grid-column: 2; grid-row: 2; }
  .step-marker { margin-bottom: 0; grid-row: 1 / 3; }
  .area-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; gap: 1.6rem; }
  .service-row { grid-template-columns: auto 1fr; }
  .service-call { grid-column: 2; justify-self: start; }
  .site-nav { display: none; }
}
@media (max-width: 560px) {
  .header-call span { display: none; }
  .header-call { padding: 0.65rem 0.8rem; }
  .mobile-call { display: inline-flex; }
  .site-footer { padding-bottom: 5.5rem; }
  .review-ledger li { grid-template-columns: 1fr; gap: 0.25rem; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .js-hero-word, .js .js-hero-item, .js .reveal { opacity: 1 !important; transform: none !important; }
  .marquee-track { animation: none; }
}
