:root {
  --bg: #030303;
  --panel: #090909;
  --gold: #d4aa45;
  --gold-soft: #f0cf7a;
  --white: #f7f4ee;
  --muted: #c8c2b8;
  --border: rgba(212,170,69,.72);
  --shadow: 0 18px 45px rgba(0,0,0,.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at top, #111 0, #030303 42%, #000 100%);
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.page-shell { width: min(1180px, 100%); margin: 0 auto; padding: 16px; }
.card, .hero-copy, .hero-image {
  background: linear-gradient(145deg, rgba(18,18,18,.98), rgba(2,2,2,.98));
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.panel-grid, .two-col { display: grid; grid-template-columns: 1fr 1.2fr; gap: 12px; }
.hero { margin-bottom: 12px; }
.hero-copy { min-height: 470px; padding: 48px 42px; display:flex; flex-direction:column; justify-content:center; }
.hero-image {
  min-height: 470px;
  background-image: linear-gradient(rgba(0,0,0,.06), rgba(0,0,0,.28)), url('assets/salon-wash-area.jpeg');
  background-size: cover;
  background-position: center 41%;
}
.crown { color: var(--gold); font-size: 70px; line-height: .85; margin-bottom: 12px; }
.crown.small { font-size: 42px; }
.brand { font-family: 'Cormorant Garamond', serif; letter-spacing: .12em; font-size: clamp(34px, 5vw, 58px); margin: 0; line-height: .92; }
.brand-sub { letter-spacing: .35em; font-size: 15px; margin: 10px 0 22px; }
h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(58px, 7vw, 88px); line-height: .78; margin: 8px 0 24px; }
h1 span { color: var(--gold-soft); }
.hero-lead { font-size: 22px; margin: 0 0 16px; }
.eyebrow { letter-spacing: .14em; font-size: 13px; }
.two-col { margin-bottom: 12px; }
.card { padding: 28px; border-radius: 4px; }
h2 { margin: 0 0 18px; color: var(--gold); font-size: 25px; font-weight: 500; text-transform: uppercase; letter-spacing: .035em; }
.section-title-row { display:flex; gap:14px; align-items:center; }
.section-title-row h2 { margin-bottom: 0; }
.icon { color: var(--gold); font-size: 34px; }
.muted { color: var(--muted); margin: 8px 0 22px 53px; }
label { display:block; font-size: 12px; text-transform:uppercase; margin: 14px 0 7px; }
.field { border: 1px solid #444; border-radius: 6px; background: linear-gradient(90deg,#161616,#090909); padding: 15px; min-height: 52px; display:flex; align-items:center; }
.password-row { display:grid; grid-template-columns: 1fr auto; gap:12px; }
.gold-button { background: linear-gradient(90deg, #c99b38, #e8c66e); color:#111; border:0; border-radius:5px; padding: 15px 22px; font-weight: 600; cursor:pointer; display:inline-flex; justify-content:center; align-items:center; text-transform:uppercase; letter-spacing:.02em; }
.gold-button:hover { filter: brightness(1.06); }
.instruction { color:#ddd; font-size:14px; line-height:1.5; margin-top:18px; }
.copy-status { min-height:18px; color:var(--gold-soft); font-size:13px; margin:6px 0 0; }
.refreshment-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; text-align:center; margin-top:40px; }
.refreshment-grid span { display:block; color:var(--gold-soft); font-size:36px; min-height:46px; }
.refreshment-grid p { margin:8px 0 3px; line-height:1.4; }
.refreshment-grid small { color:var(--muted); }
.script-line { font-family: Parisienne, cursive; text-align:center; font-size:34px; margin:38px 0 0; }
.specials-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.special-card { border:1px solid #444; min-height:250px; padding:18px 14px; display:flex; flex-direction:column; text-align:center; }
.special-card .special-icon { color:var(--gold); font-size:32px; }
.special-card h3 { font-size:17px; line-height:1.4; font-weight:500; text-transform:uppercase; }
.special-card p { font-size:13px; color:#ddd; line-height:1.6; flex:1; }
.special-card a { color:var(--gold); font-size:13px; }
.events-list { display:flex; flex-direction:column; gap:6px; }
.event-row { display:grid; grid-template-columns:72px 1fr auto; border:1px solid #444; min-height:66px; }
.event-date { background:linear-gradient(#e0bb61,#b8882c); color:#111; display:flex; flex-direction:column; justify-content:center; align-items:center; font-weight:600; }
.event-date small { font-size:12px; }
.event-date strong { font-size:18px; }
.event-copy { padding:12px 16px; }
.event-copy strong { display:block; font-size:15px; }
.event-copy span { font-size:12px; color:#ddd; }
.event-row a { color:var(--gold); align-self:center; padding:0 14px; font-size:13px; }
.quick-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin-bottom:12px; }
.quick-card { min-height:265px; text-align:center; display:flex; flex-direction:column; align-items:center; justify-content:flex-start; }
.quick-card h2 { font-size:21px; margin-top:0; }
.quick-card p { font-size:14px; line-height:1.5; color:#eee; }
.before-card { justify-content:center; }
.before-card h2 { margin:0; }
.action-card { justify-content:flex-start; }
.action-card .action-button { margin-top:auto; width:100%; min-height:54px; }
.social-row { display:flex; gap:16px; justify-content:center; margin:16px 0; }
.social-row a { width:48px; height:48px; border:2px solid var(--gold); border-radius:50%; display:grid; place-items:center; color:var(--gold); font-size:24px; }
.handle { font-size:12px !important; }
.stars { color:var(--gold-soft); letter-spacing:4px; font-size:34px; margin:14px 0; }
.footer { display:grid; grid-template-columns:1fr 1fr 1.2fr; align-items:center; gap:18px; }
.contact-block p { margin:7px 0; line-height:1.45; font-size:14px; }
.footer-brand { text-align:center; }
.footer-brand .brand { font-size:34px; }
.footer-brand .brand-sub { font-size:11px; margin:8px 0; }
.awards { display:grid; grid-template-columns:1fr 1fr; gap:16px; text-align:center; align-items:center; }
.awards a { border-left:1px solid #7a6224; padding-left:14px; }
.awards strong { font-family:'Cormorant Garamond',serif; font-size:25px; line-height:.8; display:block; }
.awards span { color:#38b8df; font-weight:700; }
.awards p { grid-column:1/-1; margin:0; }
@media (max-width: 900px) {
  .panel-grid, .two-col { grid-template-columns:1fr; }
  .hero-copy, .hero-image { min-height:390px; }
  .hero-copy { padding:42px 28px; }
  .quick-grid { grid-template-columns:1fr 1fr; }
  .footer { grid-template-columns:1fr; text-align:center; }
}
@media (max-width: 620px) {
  .page-shell { padding:8px; }
  .hero-copy { min-height:360px; padding:36px 22px; }
  .hero-image { min-height:340px; background-position:center; }
  .card { padding:20px 16px; }
  .refreshment-grid { grid-template-columns:1fr 1fr; }
  .specials-grid { grid-template-columns:1fr; }
  .special-card { min-height:auto; }
  .event-row { grid-template-columns:60px 1fr; }
  .event-row a { display:none; }
  .quick-grid { grid-template-columns:1fr; }
  .quick-card { min-height:220px; }
  .password-row { grid-template-columns:1fr; }
  .gold-button { width:100%; }
}
