/* New Haven Tan — shared styles. Palette pulled from the in-salon menu signage. */
:root{
  --orange:#FE7E10;
  --orange-deep:#E26A00;
  --teal:#247772;
  --teal-logo:#71C8C5;
  --teal-soft:#E5F3F3;
  --ink:#1B1A18;
  --body:#3A3F3E;
  --line:#D5E7E6;
  --white:#fff;
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--white);color:var(--body);font:400 17px/1.6 "Outfit",system-ui,-apple-system,"Segoe UI",sans-serif}
img{max-width:100%;height:auto;display:block}
a{color:var(--teal)}
h1,h2,h3{color:var(--ink);line-height:1.1;margin:0;font-weight:700}
h2{font-size:clamp(28px,4vw,40px);letter-spacing:-.01em}
h3{font-size:21px}
p{margin:0 0 16px}
.wrap{max-width:1120px;margin:0 auto;padding:0 24px}
.narrow{max-width:760px}
:focus-visible{outline:3px solid var(--orange);outline-offset:3px;border-radius:4px}
.skip{position:absolute;left:-9999px;top:8px;background:var(--ink);color:#fff;padding:10px 16px;border-radius:8px;z-index:100}
.skip:focus{left:8px}

/* Signature: outlined orange display type, echoing the in-salon signs */
.display{
  font-weight:800;text-transform:uppercase;letter-spacing:.01em;line-height:.95;
  color:var(--orange);-webkit-text-stroke:3px var(--ink);paint-order:stroke fill;
  font-size:clamp(46px,8vw,96px);margin:0;
}
.display.sm{font-size:clamp(34px,5vw,56px);-webkit-text-stroke-width:2.5px}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 24px;border-radius:999px;font:600 17px "Outfit",sans-serif;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:background .15s,transform .15s}
.btn-primary{background:var(--orange);color:var(--white)}
.btn-primary:hover{background:var(--orange-deep)}
.btn-ghost{background:transparent;color:var(--ink);border-color:var(--ink)}
.btn-ghost:hover{background:var(--ink);color:var(--white)}
.btn-dark{background:var(--ink);color:var(--white)}
.btn-dark:hover{background:#000}
.btn-row{display:flex;flex-wrap:wrap;gap:12px}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:76px}
.brand img{width:132px}
.nav{display:flex;align-items:center;gap:6px}
.nav a{color:var(--ink);text-decoration:none;font-weight:500;padding:10px 12px;border-radius:999px}
.nav a:hover{background:var(--teal-soft)}
.nav a[aria-current="page"]{color:var(--teal);font-weight:700}
.nav .btn{margin-left:8px;color:var(--white);padding:10px 18px;min-height:44px}
.nav .btn:hover{background:var(--orange-deep)}
.menu-toggle{display:none;background:none;border:2px solid var(--ink);border-radius:999px;padding:8px 16px;font:600 16px "Outfit",sans-serif;color:var(--ink);cursor:pointer}

@media (max-width:900px){
  .menu-toggle{display:block}
  .nav{display:none;position:absolute;left:0;right:0;top:100%;flex-direction:column;align-items:stretch;background:var(--white);padding:12px 24px 24px;border-bottom:1px solid var(--line);box-shadow:0 12px 24px rgba(27,26,24,.08)}
  .nav.open{display:flex}
  .nav a{padding:14px 12px;font-size:19px}
  .nav .btn{margin:8px 0 0}
  .brand img{width:112px}
}

/* Horizon lines: the three teal strokes from the logo */
.horizon{display:grid;gap:8px;justify-items:center;margin:0 auto}
.horizon span{display:block;height:7px;border-radius:7px;background:var(--teal-logo)}
.horizon span:nth-child(1){width:100%}
.horizon span:nth-child(2){width:74%}
.horizon span:nth-child(3){width:48%}

/* Home hero */
.hero{padding:56px 0 72px;overflow:hidden}
.hero .wrap{display:grid;grid-template-columns:1.05fr 1fr;gap:56px;align-items:center}
.hero-copy .lead{font-size:21px;color:var(--ink);max-width:34ch;margin:24px 0 28px}
.status{display:inline-flex;align-items:center;gap:10px;font-weight:600;color:var(--ink);background:var(--teal-soft);padding:8px 16px;border-radius:999px;margin-bottom:24px}
.status .dot{width:10px;height:10px;border-radius:50%;background:#9AA5A4}
.status.open .dot{background:#1FA35B;box-shadow:0 0 0 4px rgba(31,163,91,.18)}
.sun-photo{position:relative}
.sun-photo .arch{border-radius:999px 999px 0 0;overflow:hidden;aspect-ratio:1/.82;background:var(--teal-soft)}
.sun-photo .arch img{width:100%;height:100%;object-fit:cover}
.sun-photo .horizon{margin-top:14px;width:92%}

/* Bands and sections */
section{padding:80px 0}
.band-orange{background:var(--orange);color:var(--white)}
.band-orange h2,.band-orange h3{color:var(--white)}
.band-soft{background:var(--teal-soft)}
.section-head{max-width:640px;margin-bottom:40px}
.section-head p{font-size:19px;margin-top:14px}

.split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.split.flip > :first-child{order:2}

.tour-callout{display:grid;grid-template-columns:1.4fr auto;gap:40px;align-items:center}
.tour-callout p{font-size:20px;margin:14px 0 0;max-width:46ch}
.price-disc{background:var(--white);color:var(--ink);border-radius:50%;width:210px;height:210px;display:grid;place-content:center;text-align:center;border:4px solid var(--ink)}
.price-disc strong{display:block;font-size:42px;font-weight:800;line-height:1;color:var(--orange);-webkit-text-stroke:2px var(--ink);paint-order:stroke fill}
.price-disc span{font-weight:600;font-size:15px}
.band-orange .btn-dark{margin-top:24px}

.perk-list{list-style:none;padding:0;margin:24px 0 28px;display:grid;gap:14px}
.perk-list li{padding-left:34px;position:relative;font-size:18px;color:var(--ink)}
.perk-list li::before{content:"";position:absolute;left:0;top:7px;width:20px;height:10px;border-radius:10px 10px 0 0;background:var(--orange)}
.from{font-size:18px;color:var(--ink)}
.from strong{font-size:44px;font-weight:800;color:var(--orange);-webkit-text-stroke:2px var(--ink);paint-order:stroke fill;margin:0 4px}

.photo{border-radius:var(--radius);overflow:hidden}
.photo img{width:100%;height:100%;object-fit:cover}

.visit-strip{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}
.visit-strip h3{margin-bottom:12px}
.hours-mini{list-style:none;padding:0;margin:0}
.hours-mini li{display:flex;justify-content:space-between;gap:12px;padding:6px 0;border-bottom:1px solid var(--line)}
.hours-mini li:last-child{border-bottom:0}
.hours-mini li.today{font-weight:700;color:var(--ink)}
.note{font-size:16px;margin-top:14px}

.owner-note{border-left:6px solid var(--teal-logo);padding:4px 0 4px 24px;max-width:62ch}
.owner-note p{font-size:19px;color:var(--ink)}

/* Page title band */
.page-title{padding:56px 0 48px;text-align:center;background:var(--teal-soft)}
.page-title .lead{font-size:20px;color:var(--ink);max-width:48ch;margin:20px auto 0}
.page-title .horizon{width:min(360px,70%);margin-top:28px}

/* Pricing table */
.menu-wrap{max-width:980px;margin:0 auto}
.menu-table{width:100%;border-collapse:separate;border-spacing:0;font-size:19px}
.menu-table th,.menu-table td{padding:14px 12px;text-align:center}
.menu-table thead th{font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--teal);border-bottom:3px solid var(--teal);vertical-align:bottom}
.menu-table tbody th{text-align:left;font-weight:700;color:var(--ink)}
.menu-table tbody td,.menu-table tbody th{border-bottom:1px solid var(--line)}
.menu-table td{color:var(--ink)}
.menu-table .vip{background:var(--orange);color:var(--white);font-weight:800;border-bottom-color:rgba(255,255,255,.25)}
.menu-table thead .vip{color:var(--white);border-radius:14px 14px 0 0;border-bottom:3px solid var(--orange)}
.menu-table tbody tr:last-child .vip{border-radius:0 0 14px 14px}
.menu-table tr.redlight th,.menu-table tr.redlight td{border-top:3px solid var(--teal)}
.menu-table tr.redlight .vip{border-top-color:var(--orange)}
.mo{font-size:14px;font-weight:600}

@media (max-width:720px){
  .menu-table thead{display:none}
  .menu-table,.menu-table tbody,.menu-table tr{display:block;width:100%}
  .menu-table tr{border:2px solid var(--line);border-radius:var(--radius);margin-bottom:14px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr}
  .menu-table tr.redlight th,.menu-table tr.redlight td{border-top:0}
  .menu-table tbody th{grid-column:1/-1;font-size:22px;background:var(--teal-soft);border-bottom:0;padding:12px 16px}
  .menu-table td{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:10px 16px;border-bottom:1px solid var(--line)}
  .menu-table td::before{content:attr(data-label);font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--teal)}
  .menu-table td.vip{grid-column:1/-1;border-radius:0!important;flex-direction:row;justify-content:space-between;align-items:center}
  .menu-table td.vip::before{color:var(--white)}
}

.fine{font-size:15px;text-align:center;margin-top:20px}

.two-up{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.panel{border-radius:var(--radius);padding:36px}
.panel-vip{border:4px solid var(--orange)}
.panel-tour{background:var(--teal-soft)}
.panel h2{margin-bottom:16px}
.panel .display.sm{margin-bottom:18px}

.value-table{width:100%;border-collapse:collapse;margin:8px 0 20px;font-size:18px}
.value-table td{padding:8px 0;border-bottom:1px solid var(--line);color:var(--ink)}
.value-table td:last-child{text-align:right}
.value-table tr.total td{border-top:3px solid var(--teal);border-bottom:0;font-weight:700}
.tour-price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;color:var(--ink);font-weight:600}
.tour-price strong{font-size:48px;font-weight:800;color:var(--orange);-webkit-text-stroke:2px var(--ink);paint-order:stroke fill}
.save{background:var(--ink);color:var(--white);border-radius:999px;padding:4px 14px;font-size:16px}

.specials{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.special{border:2px solid var(--teal);border-radius:var(--radius);padding:22px 18px;text-align:center;color:var(--ink)}
.special h3{font-size:15px;letter-spacing:.06em;text-transform:uppercase;color:var(--teal);font-weight:700}
.special .deal{font-size:30px;font-weight:800;margin:8px 0 4px;line-height:1.1}
.special p{font-size:15px;margin:0}
.specials-rule{text-align:center;margin:18px 0 0;font-size:16px}

/* Visit */
.hours-table{width:100%;border-collapse:collapse;font-size:19px}
.hours-table th,.hours-table td{padding:12px 4px;border-bottom:1px solid var(--line);text-align:left;color:var(--ink)}
.hours-table th{font-weight:600}
.hours-table td{text-align:right}
.hours-table tr.today th,.hours-table tr.today td{font-weight:800;color:var(--teal)}
.hours-table tr.closed td{color:#7B8583}
.map{border:0;width:100%;aspect-ratio:4/3;border-radius:var(--radius);background:var(--teal-soft)}
.address{font-size:20px;color:var(--ink);font-style:normal;margin:0 0 20px}
.contact-list{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:8px;font-size:18px}
.growing{background:var(--teal-soft);border-radius:var(--radius);padding:20px 24px;margin-top:28px}
.growing p{margin:0;color:var(--ink)}

/* FAQ */
.faq details{border-bottom:2px solid var(--line)}
.faq summary{list-style:none;cursor:pointer;padding:22px 44px 22px 0;font-size:21px;font-weight:600;color:var(--ink);position:relative}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"";position:absolute;right:6px;top:50%;width:20px;height:10px;margin-top:-5px;border-radius:10px 10px 0 0;background:var(--orange);transition:transform .2s}
.faq details[open] summary::after{transform:rotate(180deg)}
.faq details > div{padding:0 0 24px;max-width:66ch}

/* Footer */
.site-footer{background:var(--teal);color:var(--white);padding:64px 0 32px}
.site-footer a{color:var(--white)}
.site-footer h3{color:var(--white);font-size:18px;margin-bottom:12px}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:40px}
.footer-logo{background:var(--white);border-radius:var(--radius);padding:18px;width:200px}
.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:6px}
.site-footer .hours-mini li{border-bottom-color:rgba(255,255,255,.2);padding:3px 0}
.site-footer .hours-mini li.today{color:var(--white)}
.legal{margin-top:48px;padding-top:24px;border-top:1px solid rgba(255,255,255,.25);font-size:14px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}

/* Responsive */
@media (max-width:900px){
  .hero .wrap,.split,.two-up,.tour-callout{grid-template-columns:1fr;gap:40px}
  .split.flip > :first-child{order:0}
  .visit-strip{grid-template-columns:1fr}
  .specials{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .price-disc{width:190px;height:190px}
  section{padding:64px 0}
}
@media (max-width:520px){
  .footer-grid{grid-template-columns:1fr}
  .specials{grid-template-columns:1fr}
  .panel{padding:26px 22px}
  .display{-webkit-text-stroke-width:2px}
  .hero{padding-top:36px}
}

/* One orchestrated moment: the hero sun rises on load */
@media (prefers-reduced-motion:no-preference){
  .sun-photo .arch{animation:rise .9s cubic-bezier(.2,.7,.2,1) both}
  @keyframes rise{from{transform:translateY(40px);opacity:0}to{transform:none;opacity:1}}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.two-up .photo{aspect-ratio:4/3}
.two-up .photo.wide{aspect-ratio:auto}

/* --- v2 additions --- */
.tagline{font-family:"Comfortaa","Outfit",system-ui,sans-serif;font-weight:700;color:var(--orange);font-size:clamp(46px,7.2vw,86px);line-height:1.05;letter-spacing:-.02em;margin:0}
.sun-photo .arch{aspect-ratio:4/3}
video.loop{width:100%;height:100%;object-fit:cover;display:block}
.video-strip{border-radius:var(--radius);overflow:hidden;aspect-ratio:16/9;max-height:560px;margin:0 auto;max-width:980px;background:var(--ink)}
.photo.tall{aspect-ratio:4/5;max-height:620px;justify-self:center;width:min(100%,460px)}
.price-disc .only{font-weight:700;font-size:17px;text-transform:uppercase;letter-spacing:.08em;color:var(--teal)}
.band-red{background:#2B0709;color:#F6DCDC}
.band-red h2{color:#fff}
.band-red a:not(.btn){color:#fff}
.lead-sm{font-size:19px;margin-top:16px}
.perk-list.light li{color:#fff}
.perk-list.light li::before{background:#FF4A3D}
