:root {
  --burgundy: #71112f;
  --burgundy-dark: #3d0719;
  --rose: #cb5678;
  --blush: #f8e9ee;
  --cream: #fffaf7;
  --ink: #261b20;
  --muted: #6f6268;
  --white: #fff;
  --line: rgba(113,17,47,.14);
  --shadow: 0 22px 60px rgba(61,7,25,.14);
  --radius: 26px;
  --wrap: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--cream); line-height: 1.65; }
body.menu-open { overflow: hidden; }
@media (max-width: 980px) { body.menu-open { overflow: auto; } }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding: 112px 0; }
.tinted { background: #f7eef1; }
.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; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: .75rem 1rem; background: var(--white); color: var(--burgundy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .17em; font-weight: 800; font-size: .76rem; }
.eyebrow.burgundy { color: var(--burgundy); }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { line-height: 1.08; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.5rem, 8vw, 7.8rem); letter-spacing: -.055em; font-weight: 500; }
h1 em { color: #ffdbe7; font-weight: 400; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 5vw, 4.8rem); letter-spacing: -.04em; font-weight: 500; }
h3 { font-size: 1.35rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; border-radius: 999px; text-decoration: none; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--burgundy); color: var(--white); }
.button.secondary { border-color: var(--line); background: var(--white); color: var(--burgundy); }
.button.ghost { color: var(--white); border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.button.light { background: var(--white); color: var(--burgundy); }
.button.outline-light { color: var(--white); border-color: rgba(255,255,255,.55); }
.text-link { color: var(--burgundy); font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(113,17,47,.3); padding-bottom: 4px; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; padding: 14px 0; transition: background .25s ease, box-shadow .25s ease, padding .25s ease; }
.site-header.scrolled { background: rgba(255,250,247,.94); backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(61,7,25,.09); padding: 8px 0; }
.nav-shell { width: var(--wrap); margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand {
  display:flex;
  align-items:center;
  width:auto;
  height:70px;
  overflow:visible;
  transition:height .25s ease;
}
.brand img {
  width:auto;
  height:54px;
  object-fit:contain;
  object-position:left center;
  filter:none;
}
.site-header:not(.scrolled) .brand img { filter: drop-shadow(0 4px 16px rgba(0,0,0,.35)); }
.site-header.scrolled .brand {
  width:auto;
  height:62px;
}
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; color: var(--white); font-weight: 750; font-size: .94rem; }
.site-header.scrolled .site-nav a { color: var(--ink); }
.site-nav .nav-book { background: var(--white); color: var(--burgundy); border-radius: 999px; padding: 12px 18px; }
.site-header.scrolled .site-nav .nav-book { background: var(--burgundy); color: var(--white); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); padding: 13px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--burgundy); margin: 5px 0; }
.hero { position: relative; min-height: 850px; height: 100svh; display: grid; align-items: center; overflow: hidden; color: var(--white); background: #310715; }
.hero-image { position: absolute; inset: 0; background: url('../images/key-west-nail-salon-hero.jpg') center 46%/cover no-repeat; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(38,4,15,.9) 0%, rgba(49,4,18,.66) 45%, rgba(38,4,15,.15) 78%), linear-gradient(0deg, rgba(21,2,9,.6), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 80px; }
.hero-content > * { max-width: 760px; }
.hero-copy { font-size: clamp(1.08rem, 2vw, 1.35rem); max-width: 620px; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-details { display: flex; flex-wrap: wrap; gap: 16px 28px; margin-top: 38px; font-size: .9rem; color: rgba(255,255,255,.78); }
.hero-details span::before { content: "✓"; margin-right: 8px; color: #ffd5e1; font-weight: 900; }
.scroll-cue { position: absolute; z-index: 2; right: 40px; bottom: 34px; color: var(--white); text-decoration: none; font-size: .76rem; text-transform: uppercase; letter-spacing: .18em; writing-mode: vertical-rl; }
.scroll-cue span { margin-top: 10px; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.intro-grid h2 { margin-bottom: 0; }
.intro-copy { font-size: 1.15rem; color: var(--muted); }
.section-heading { margin-bottom: 52px; }
.section-heading.centered { max-width: 720px; text-align: center; margin-left: auto; margin-right: auto; }
.section-heading.centered > p:last-child { color: var(--muted); font-size: 1.08rem; }
.section-heading.split { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 60px; }
.section-heading.split > p { color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 355px; padding: 32px; background: var(--white); border-radius: var(--radius); border: 1px solid var(--line); display: flex; flex-direction: column; box-shadow: 0 12px 30px rgba(61,7,25,.04); }
.service-card.featured { background: var(--burgundy); color: var(--white); transform: translateY(-16px); box-shadow: var(--shadow); }
.service-number { font-family: Georgia, serif; font-size: 2rem; color: var(--rose); }
.service-card h3 { margin-top: auto; font-family: Georgia, serif; font-size: 2rem; }
.service-card p { color: var(--muted); }
.service-card.featured p { color: rgba(255,255,255,.78); }
.service-card a { margin-top: 16px; color: var(--burgundy); font-weight: 800; text-decoration: none; }
.service-card.featured a { color: var(--white); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 260px; gap: 18px; }
.gallery-item { grid-column: span 4; border: 0; padding: 0; border-radius: 22px; overflow: hidden; cursor: zoom-in; background: #eee; box-shadow: 0 16px 35px rgba(61,7,25,.09); }
.gallery-item.wide { grid-column: span 8; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.045); }
.vacation { background: var(--burgundy); color: var(--white); overflow: hidden; }
.vacation-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; }
.vacation-photo { border-radius: 40px 160px 40px 40px; overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.vacation-photo img { width: 100%; min-height: 560px; object-fit: cover; }
.vacation-copy p { color: rgba(255,255,255,.78); font-size: 1.08rem; }
.check-list { padding: 0; margin: 28px 0 34px; list-style: none; }
.check-list li { margin: 10px 0; }
.check-list li::before { content: "✓"; margin-right: 12px; color: #f3a7bd; font-weight: 900; }
.booking-band { background: #2f0715; color: var(--white); padding: 54px 0; }
.booking-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.booking-band h2 { font-size: clamp(2rem, 4vw, 3.6rem); margin-bottom: 0; }
.booking-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro p { color: var(--muted); }
.faq-intro a { color: var(--burgundy); font-weight: 800; }
.accordion details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.accordion summary { cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 600; padding-right: 45px; position: relative; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 0; top: -5px; font-family: sans-serif; font-size: 2rem; color: var(--burgundy); }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { color: var(--muted); max-width: 720px; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; }
.contact-card, .map-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.contact-card { padding: 46px; background: var(--white); }
.contact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin: 38px 0; }
.contact-list span { display: block; text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 900; color: var(--rose); margin-bottom: 6px; }
.contact-list a { text-decoration: none; }
.contact-list p { margin-bottom: 0; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.map-card iframe { width: 100%; height: 100%; min-height: 620px; border: 0; }
.site-footer { background: #23050f; color: rgba(255,255,255,.78); padding: 75px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 55px; }
.footer-brand .footer-logo {
  display:block;
  width:280px;
  max-width:100%;
  height:auto !important;
  object-fit:contain;
  object-position:left center;
  margin-bottom:18px;
}
.footer-grid h2 { color: var(--white); font-family: inherit; font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid a { display: block; color: rgba(255,255,255,.7); text-decoration: none; margin: 9px 0; }
.footer-grid a:hover, .footer-bottom a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 35px; margin-top: 45px; border-top: 1px solid rgba(255,255,255,.12); font-size: .86rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--white); }
.back-to-top { position: fixed; z-index: 950; right: 22px; bottom: 24px; width: 50px; height: 50px; border-radius: 50%; border: 0; background: var(--burgundy); color: var(--white); box-shadow: 0 12px 30px rgba(61,7,25,.3); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(14px); transition: .2s ease; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: none; }
.mobile-action-bar { display: none; }
.lightbox { width: min(1000px, calc(100% - 30px)); max-width: 1000px; padding: 0; border: 0; border-radius: 22px; background: #111; overflow: visible; }
.lightbox::backdrop { background: rgba(25,3,10,.9); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: 84vh; object-fit: contain; border-radius: 22px; }
.lightbox-close { position: absolute; right: -14px; top: -14px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--white); color: var(--burgundy); font-size: 1.7rem; cursor: pointer; }
@media (max-width: 980px) {
  .section { padding: 86px 0; }
  .menu-toggle { display: block; z-index: 3; }
  .nav-shell { position: relative; }
  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 10px;
    background: rgba(255,250,247,.98);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(61,7,25,.18);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  }
  .site-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-nav a, .site-header:not(.scrolled) .site-nav a {
    display: block;
    padding: 13px 15px;
    border-radius: 12px;
    color: var(--ink);
    font-family: inherit;
    font-size: 1rem;
  }
  .site-nav a:hover { background: var(--blush); }
  .site-nav .nav-book, .site-header:not(.scrolled) .site-nav .nav-book {
    margin-top: 6px;
    text-align: center;
    font-family: inherit;
    font-size: 1rem;
    color: var(--white);
    background: var(--burgundy);
  }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card.featured { transform: none; }
  .vacation-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .faq-intro { position: static; }
  .map-card iframe { min-height: 430px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}
@media (max-width: 700px) {
  :root { --wrap: min(100% - 28px, 1180px); }
  body { padding-bottom: 68px; }
  .section { padding: 72px 0; }
  .site-header { padding: 8px 0; }
  .brand, .site-header.scrolled .brand { width:auto; height:58px; }
  .brand img { width:auto; height:40px; }
  .hero { min-height: 730px; height: 100svh; }
  .hero-image { background-position: 66% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(38,4,15,.9), rgba(49,4,18,.58)), linear-gradient(0deg, rgba(21,2,9,.7), transparent 45%); }
  h1 { font-size: clamp(3.3rem, 17vw, 5.2rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-details { display: grid; gap: 7px; }
  .scroll-cue { display: none; }
  .intro-grid, .section-heading.split { grid-template-columns: 1fr; gap: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; gap: 10px; }
  .gallery-item, .gallery-item.wide { grid-column: span 1; }
  .gallery-item.tall { grid-row: span 2; }
  .gallery-item:first-child { grid-column: span 2; }
  .vacation-grid { gap: 38px; }
  .vacation-photo { border-radius: 24px 85px 24px 24px; }
  .vacation-photo img { min-height: 390px; }
  .booking-band-inner { display: block; }
  .booking-actions { margin-top: 26px; }
  .booking-actions .button { flex: 1; }
  .contact-card { padding: 30px 24px; }
  .contact-list { grid-template-columns: 1fr; gap: 22px; }
  .contact-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 8px; }
  .mobile-action-bar { display: grid; grid-template-columns: 1fr 1.25fr 1fr; position: fixed; z-index: 1100; inset: auto 0 0; min-height: 64px; background: var(--white); box-shadow: 0 -8px 28px rgba(61,7,25,.15); }
  .mobile-action-bar a { display: grid; place-items: center; text-decoration: none; color: var(--burgundy); font-weight: 850; font-size: .86rem; }
  .mobile-action-bar .mobile-book { background: var(--burgundy); color: var(--white); }
  .back-to-top { right: 14px; bottom: 80px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}


/* Hero/header logo */
.brand img{
  content:none;
  height:60px;
  width:auto;
}
@media (max-width:700px){
 .brand img{height:46px;}
}
