:root {
  --green-950: #08291f;
  --green-900: #0e3d31;
  --green-800: #155344;
  --green-100: #e7f0ec;
  --cream: #fbf8f1;
  --paper: #fffdf9;
  --gold: #d9b566;
  --gold-light: #f0d99f;
  --ink: #17302a;
  --muted: #61726c;
  --line: rgba(14, 61, 49, 0.14);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(24px, 5vw, 72px);
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px;
  border: 1px solid var(--gold); border-radius: 50%;
  color: var(--gold-light); font: 600 25px/1 var(--serif);
}
.brand-words { display: grid; line-height: 1; letter-spacing: .16em; }
.brand-words strong { font-size: 17px; }
.brand-words small { margin-top: 5px; font-size: 9px; letter-spacing: .48em; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { text-decoration: none; font-weight: 600; font-size: 14px; }
nav a:not(.nav-cta):hover { color: var(--gold-light); }
.nav-cta { padding: 11px 18px; color: var(--green-950); background: var(--gold-light); border-radius: 999px; }
.menu-button { display: none; }

.hero { position: relative; min-height: 760px; color: white; display: grid; align-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,35,27,.96) 0%, rgba(4,35,27,.82) 31%, rgba(4,35,27,.18) 68%, rgba(4,35,27,.1) 100%); }
.hero-content {
  position: relative; z-index: 2; width: min(650px, 90%);
  margin-left: clamp(24px, 8vw, 128px); padding-top: 70px;
}
.eyebrow { margin: 0 0 17px; color: var(--gold-light); font-size: 13px; font-weight: 700; letter-spacing: .22em; }
.eyebrow.green { color: var(--green-800); }
.eyebrow.gold { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font: 700 clamp(58px, 7vw, 98px)/.98 var(--serif); letter-spacing: -.04em; }
h1 em { color: var(--gold-light); font-weight: 500; }
.hero-copy { max-width: 520px; margin-bottom: 30px; color: rgba(255,255,255,.86); font-size: 19px; }
.hero-actions, .visit-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 12px 23px;
  border: 1px solid transparent; border-radius: 999px; font-weight: 700; font-size: 15px; text-decoration: none; transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--green-950); background: var(--gold-light); }
.button-gold:hover { background: #f8e7bb; }
.button-glass { color: white; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.welcome-note { margin: 17px 0 0; color: rgba(255,255,255,.66); font-size: 14px; }

.intro {
  display: grid; grid-template-columns: 1fr minmax(340px, .78fr); align-items: center; gap: clamp(50px, 9vw, 120px);
  max-width: 1200px; margin: 0 auto; padding: 110px 40px 130px;
}
.intro h2, .section-heading h2, .menu-heading h2, .visit h2, .special-card h2 {
  margin-bottom: 0; font: 600 clamp(38px, 5vw, 65px)/1.08 var(--serif); letter-spacing: -.035em;
}
.intro-copy > p:last-child { max-width: 580px; margin: 34px 0 0; color: var(--muted); font-size: 18px; }
.intro-photo { position: relative; margin: 0; }
.intro-photo::before {
  content: ""; position: absolute; inset: -18px 18px 18px -18px; z-index: -1;
  border: 1px solid rgba(217,181,102,.72);
}
.intro-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.intro-photo figcaption {
  position: absolute; right: -22px; bottom: -22px; padding: 14px 20px;
  color: var(--gold-light); background: var(--green-900);
  font: 500 18px/1.2 var(--serif); font-style: italic;
  box-shadow: 0 14px 35px rgba(8,41,31,.18);
}

.special-wrap { padding: 0 40px 110px; }
.special-card {
  position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(26px, 5vw, 72px);
  max-width: 1200px; margin: 0 auto; padding: 45px 50px;
  color: white; background: var(--green-900); overflow: hidden;
  box-shadow: 0 24px 70px rgba(8,41,31,.18);
}
.special-card::after {
  content: ""; position: absolute; right: 12%; bottom: -95px; width: 260px; height: 260px;
  border: 1px solid rgba(217,181,102,.22); border-radius: 50%;
}
.special-badge {
  position: relative; z-index: 1; display: grid; place-items: center; width: 112px; height: 112px;
  border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light);
  font: 700 13px/1.25 var(--sans); letter-spacing: .16em; text-align: center;
}
.special-copy { position: relative; z-index: 1; }
.special-copy h2 { margin-bottom: 10px; font-size: clamp(38px, 5vw, 58px); }
.special-copy h2 span { color: var(--gold-light); font-style: italic; }
.special-copy p { margin-bottom: 7px; color: rgba(255,255,255,.86); }
.special-copy small { color: rgba(255,255,255,.55); }
.special-card .button { position: relative; z-index: 1; white-space: nowrap; }

.services { max-width: 1200px; margin: 0 auto; padding: 0 40px 115px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 60px; margin-bottom: 50px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -6px; }
.section-heading h2 { max-width: 650px; }
.section-heading > p:last-child { align-self: end; max-width: 420px; margin: 0 0 8px; color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.service-card {
  display: grid; grid-template-columns: 54px 1fr; gap: 20px; min-height: 210px; padding: 37px 36px;
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.service-card:nth-child(even) { border-right: 0; }
.service-number { color: #9caa9f; font-size: 13px; letter-spacing: .12em; }
.service-card h3 { margin-bottom: 10px; font: 600 28px/1.2 var(--serif); }
.service-card p { margin: 0; color: var(--muted); }
.service-card.featured { color: white; background: var(--green-800); }
.service-card.featured p, .service-card.featured .service-number { color: rgba(255,255,255,.7); }
.service-card.nail-art-feature { position: relative; min-height: 310px; align-items: end; color: white; overflow: hidden; }
.service-card-image, .service-card-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.service-card-image { object-fit: cover; object-position: center 58%; transition: transform .45s ease; }
.service-card-shade { background: linear-gradient(0deg, rgba(6,30,23,.96) 0%, rgba(6,30,23,.55) 54%, rgba(6,30,23,.06) 100%); }
.nail-art-feature .service-number, .nail-art-feature > div { position: relative; z-index: 1; }
.nail-art-feature .service-number, .nail-art-feature p { color: rgba(255,255,255,.78); }
.nail-art-feature:hover .service-card-image { transform: scale(1.035); }

.pedicure-menu {
  display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px;
  padding: 105px max(40px, calc((100vw - 1120px) / 2)); color: white; background: var(--green-950);
}
.menu-heading h2 { font-size: clamp(42px, 5vw, 62px); }
.pedicure-photo { margin: 42px 0 0; overflow: hidden; box-shadow: 0 25px 60px rgba(0,0,0,.22); }
.pedicure-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.menu-list { border-top: 1px solid rgba(255,255,255,.18); }
.menu-item { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.menu-item h3 { margin-bottom: 5px; font: 600 23px/1.2 var(--serif); }
.menu-item p { margin: 0; color: rgba(255,255,255,.62); }
.menu-item strong { color: var(--gold-light); font: 600 23px/1.2 var(--serif); }
.menu-note { margin: 20px 0 0; color: var(--gold-light); font-size: 14px; }

.visit { padding: 110px 40px; background: var(--green-100); }
.visit-panel { max-width: 1120px; margin: 0 auto; }
.visit h2 { max-width: 750px; margin-bottom: 52px; }
.visit-info { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 35px; margin-bottom: 42px; }
.visit-info h3 { margin-bottom: 12px; color: var(--green-800); font-size: 14px; letter-spacing: .12em; text-transform: uppercase; }
.visit-info p { color: var(--muted); }
.visit-info a { color: var(--green-800); font-weight: 700; text-underline-offset: 4px; }
.button-outline { color: var(--green-900); border-color: var(--green-800); }

footer {
  display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px;
  padding: 38px clamp(24px, 5vw, 72px); color: rgba(255,255,255,.72); background: #061e17; font-size: 14px;
}
footer p { margin: 0; }
.footer-brand { color: white; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 24px; }
.footer-links a { color: rgba(255,255,255,.78); font-weight: 600; text-underline-offset: 4px; }
.footer-links a:hover { color: var(--gold-light); }
.copyright { text-align: right; }
.mobile-bar { display: none; }

/* Contact and privacy pages */
.legal-body { background: var(--cream); }
.legal-header {
  position: static; color: white; background: var(--green-950);
  border-bottom-color: rgba(255,255,255,.14);
}
.legal-main { min-height: 70vh; }
.page-hero {
  padding: 96px 40px 80px; color: white;
  background: linear-gradient(135deg, var(--green-950), var(--green-800));
}
.page-hero-inner { max-width: 1120px; margin: 0 auto; }
.page-hero h1 { max-width: 840px; margin-bottom: 22px; font-size: clamp(48px, 7vw, 82px); }
.page-hero p:last-child { max-width: 660px; margin-bottom: 0; color: rgba(255,255,255,.78); font-size: 18px; }
.contact-section, .policy-section { max-width: 1120px; margin: 0 auto; padding: 90px 40px 110px; }
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(48px, 8vw, 100px); align-items: start; }
.contact-details { position: sticky; top: 28px; }
.contact-details h2, .policy-article h2 { font: 600 clamp(34px, 4vw, 48px)/1.1 var(--serif); }
.contact-details > p { color: var(--muted); }
.contact-list { display: grid; gap: 22px; margin-top: 34px; }
.contact-item { padding-top: 20px; border-top: 1px solid var(--line); }
.contact-item h3 { margin-bottom: 6px; color: var(--green-800); font-size: 14px; letter-spacing: .12em; text-transform: uppercase; }
.contact-item p { margin: 0; color: var(--muted); }
.contact-item a { color: var(--green-800); font-weight: 700; text-underline-offset: 4px; }
.contact-form {
  padding: clamp(26px, 5vw, 50px); background: var(--paper);
  border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(8,41,31,.1);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { display: grid; gap: 8px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: var(--green-900); font-weight: 700; font-size: 14px; }
.form-field input, .form-field textarea {
  width: 100%; min-height: 50px; padding: 13px 14px; color: var(--ink); background: white;
  border: 1px solid rgba(14,61,49,.24); border-radius: 6px; font: inherit;
}
.form-field textarea { min-height: 132px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { outline: 3px solid rgba(217,181,102,.34); border-color: var(--green-800); }
.consent-group { display: grid; gap: 18px; margin: 28px 0; padding-top: 26px; border-top: 1px solid var(--line); }
.consent-option { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; color: #40534d; font-size: 14px; line-height: 1.55; }
.consent-option input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--green-800); }
.consent-option a { color: var(--green-800); font-weight: 700; text-underline-offset: 3px; }
.form-note { margin: -8px 0 22px; color: var(--muted); font-size: 13px; }
.contact-form .button { border: 0; cursor: pointer; }
.form-status { margin: 18px 0 0; color: var(--green-800); font-weight: 700; }

.policy-section { max-width: 900px; }
.policy-article { color: #334841; }
.policy-meta { margin-bottom: 34px; color: var(--muted); font-weight: 600; }
.policy-article h2 { margin: 48px 0 18px; font-size: clamp(28px, 4vw, 38px); }
.policy-article h3 { margin: 28px 0 10px; color: var(--green-900); font-size: 20px; }
.policy-article p, .policy-article li { color: #465b54; }
.policy-article ul { padding-left: 24px; }
.policy-article a { color: var(--green-800); font-weight: 700; text-underline-offset: 4px; }
.policy-highlight { margin: 30px 0; padding: 24px 26px; background: var(--green-100); border-left: 4px solid var(--gold); }
.policy-highlight p:last-child { margin-bottom: 0; }

@media (max-width: 900px) {
  .site-header { padding: 18px 24px; }
  .menu-button {
    display: grid; gap: 5px; width: 46px; height: 42px; padding: 11px; border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%; color: white; background: rgba(0,0,0,.14); cursor: pointer;
  }
  .menu-button span:not(.sr-only) { display: block; width: 100%; height: 1px; background: currentColor; }
  nav {
    position: absolute; top: 78px; left: 20px; right: 20px; display: none; padding: 18px;
    border-radius: 14px; background: rgba(6,30,23,.97); box-shadow: 0 20px 50px rgba(0,0,0,.28);
  }
  nav.open { display: grid; gap: 8px; }
  nav a { padding: 10px 8px; }
  .nav-cta { text-align: center; }
  .hero { min-height: 720px; }
  .hero-image { object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,35,27,.94) 0%, rgba(4,35,27,.75) 55%, rgba(4,35,27,.2) 100%); }
  .hero-content { margin-left: 7vw; }
  .intro, .section-heading, .pedicure-menu { grid-template-columns: 1fr; }
  .intro { gap: 58px; padding: 85px 40px 110px; }
  .intro-photo { width: min(76vw, 470px); justify-self: end; }
  .special-card { grid-template-columns: auto 1fr; padding: 38px; }
  .special-card .button { grid-column: 1 / -1; justify-self: start; }
  .section-heading { gap: 16px; }
  .pedicure-menu { gap: 40px; padding: 85px 32px; }
  .pedicure-photo { width: min(620px, 88vw); }
  .visit-info { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-details { position: static; }
  footer { grid-template-columns: 1fr auto; }
  .footer-links { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; }
}

@media (max-width: 620px) {
  body { padding-bottom: 66px; }
  .brand-words strong { font-size: 15px; }
  .hero { min-height: 700px; align-items: end; }
  .hero-image { object-position: 67% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,35,27,.99) 0%, rgba(4,35,27,.82) 48%, rgba(4,35,27,.18) 100%); }
  .hero-content { width: auto; margin: 0; padding: 150px 24px 72px; }
  h1 { font-size: clamp(51px, 15vw, 70px); }
  .hero-copy { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .special-wrap, .services, .visit { padding-left: 20px; padding-right: 20px; }
  .intro { padding-left: 24px; padding-right: 24px; }
  .intro-photo { width: calc(100% - 18px); }
  .intro-photo figcaption { right: -12px; bottom: -18px; }
  .special-card { display: block; padding: 32px 25px; }
  .special-badge { width: 90px; height: 90px; margin-bottom: 28px; }
  .special-card .button { width: 100%; margin-top: 25px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(even) { border-right: 0; }
  .service-card { min-height: 180px; padding: 30px 25px; }
  .service-card.nail-art-feature { min-height: 330px; }
  .pedicure-photo { width: 100%; margin-top: 32px; }
  .visit-info { grid-template-columns: 1fr; gap: 15px; }
  .visit-actions .button { width: 100%; }
  .page-hero { padding: 72px 24px 62px; }
  .page-hero h1 { font-size: clamp(44px, 14vw, 62px); }
  .contact-section, .policy-section { padding: 65px 20px 85px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .contact-form { padding: 26px 20px; }
  .contact-form .button { width: 100%; }
  footer { grid-template-columns: 1fr; text-align: center; padding: 42px 20px; }
  .footer-brand { justify-self: center; }
  .footer-links { grid-column: auto; grid-row: auto; justify-content: center; }
  .copyright { text-align: center; }
  .mobile-bar {
    position: fixed; z-index: 20; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1.35fr;
    min-height: 66px; color: white; background: var(--green-950); box-shadow: 0 -10px 35px rgba(0,0,0,.16);
  }
  .mobile-bar a { display: grid; place-items: center; font-weight: 700; text-decoration: none; }
  .mobile-bar a:last-child { color: var(--green-950); background: var(--gold-light); }
}

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