/* Serenità Day Spa — simple, premium, mobile-first */
:root {
  --black: #090807;
  --black-soft: #12100e;
  --gold: #d7b16a;
  --gold-light: #f0d69b;
  --cream: #f4eee4;
  --muted: #b9b0a4;
  --line: rgba(215,177,106,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--cream);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px clamp(20px, 5vw, 70px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.brand img { width: 145px; height: auto; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: 26px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.site-header nav a { opacity: .85; transition: .2s; }
.site-header nav a:hover { color: var(--gold-light); opacity: 1; }
.nav-cta { border: 1px solid var(--line); padding: 8px 14px; }

.hero {
  min-height: 760px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 150px clamp(24px, 9vw, 140px) 100px;
  background:
    radial-gradient(circle at 75% 35%, rgba(215,177,106,.14), transparent 28%),
    radial-gradient(circle at 10% 80%, rgba(215,177,106,.06), transparent 25%),
    linear-gradient(120deg, #090807 0%, #17130e 55%, #090807 100%);
}
.hero:after {
  content: "";
  position: absolute; inset: 24px;
  border: 1px solid rgba(215,177,106,.15);
  pointer-events: none;
}
.hero-content { position: relative; z-index: 2; max-width: 700px; }
.eyebrow, .section-label, .card-label {
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--gold);
}
.hero h1, h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: .95;
  margin: 18px 0 24px;
}
.hero h1 { font-size: clamp(62px, 9vw, 120px); }
em { color: var(--gold-light); font-weight: 500; }
.hero-copy { max-width: 520px; color: var(--muted); font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--gold);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: transform .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #15110c; }
.button-gold:hover { background: var(--gold-light); }
.button-outline { background: transparent; color: var(--cream); }

.hero-mark {
  position: absolute; right: 12vw; top: 36%;
  font-size: 180px; color: rgba(215,177,106,.09);
  font-family: Georgia, serif;
}

.section { padding: 110px clamp(24px, 9vw, 140px); }
.intro { background: var(--cream); color: #17130e; }
.intro .section-label { color: #87682f; }
.intro-grid, .location-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 70px;
  margin-top: 45px; align-items: end;
}
h2 { font-size: clamp(50px, 6vw, 82px); }
.intro-text { max-width: 520px; color: #615a50; font-size: 15px; }
.prices { background: #0e0c0a; }
.prices-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--line); margin-top: 45px;
}
.price-card {
  min-height: 310px; padding: 44px 30px;
  background: var(--black-soft);
  display: flex; flex-direction: column; justify-content: center;
  text-align: center;
}
.price-card.featured { background: #17120d; }
.duration { color: var(--gold); font-size: 11px; letter-spacing: .2em; }
.price-card strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 82px; font-weight: 500; color: var(--cream);
  line-height: 1.05; margin: 15px 0 8px;
}
.price-card .small { color: var(--muted); font-size: 12px; }

.visual {
  display: grid; grid-template-columns: minmax(260px, 480px) 1fr;
  gap: clamp(50px, 9vw, 130px); align-items: center;
  background: #0a0908;
}
.visual-image { border: 1px solid var(--line); padding: 10px; }
.visual-image img { width: 100%; aspect-ratio: 2/3; object-fit: cover; }
.visual-copy { max-width: 530px; }
.visual-copy h2 { margin-top: 20px; }
.visual-copy > p:not(.eyebrow) { color: var(--muted); }
.gold-line { width: 55px; height: 1px; background: var(--gold); display: block; }

.location { background: #11100e; }
.location h2 { margin-top: 20px; }
.address { color: var(--muted); margin: 0 0 28px; }
.contact-card {
  border: 1px solid var(--line);
  padding: 42px;
  display: grid; gap: 35px;
  background: rgba(255,255,255,.015);
}
.phone {
  display: block; font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--gold-light); font-size: 40px; line-height: 1.2; margin-top: 8px;
}
.contact-card p { margin: 8px 0 0; font-size: 18px; }
.contact-card p span { color: var(--muted); font-size: 13px; }

.cta {
  padding: 120px 24px;
  text-align: center;
  background: radial-gradient(circle at center, rgba(215,177,106,.12), transparent 45%), #090807;
}
.cta h2 { font-size: clamp(54px, 7vw, 90px); margin: 20px 0 35px; }

footer {
  padding: 35px 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  text-align: center;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .08em;
}
footer img { width: 120px; margin: 0 auto 18px; }
footer a { color: var(--gold); }

@media (max-width: 760px) {
  .site-header { padding: 14px 18px; }
  .brand img { width: 120px; }
  .site-header nav a:not(.nav-cta) { display: none; }
  .site-header nav { gap: 0; }
  .hero { min-height: 700px; padding: 135px 25px 80px; }
  .hero:after { inset: 12px; }
  .hero h1 { font-size: clamp(58px, 17vw, 88px); }
  .hero-mark { right: -30px; top: 40%; font-size: 130px; }
  .section { padding: 75px 24px; }
  .intro-grid, .location-grid, .visual { grid-template-columns: 1fr; gap: 40px; }
  .prices-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 230px; }
  .price-card strong { font-size: 70px; }
  .visual { padding-top: 75px; }
  .visual-image { max-width: 430px; margin: 0 auto; }
  .contact-card { padding: 30px 24px; }
  .phone { font-size: 34px; }
}
