/* ===== Haske Spa & Events — Kamu-tent, terracotta & brass design system ===== */

:root{
  --maroon: #6e2632;
  --maroon-deep: #451820;
  --maroon-soft: #8a3a44;
  --terracotta: #c1652f;
  --terracotta-deep: #9c4a1f;
  --gold: #c9973f;
  --gold-deep: #a5772a;
  --gold-soft: #f0dcb0;
  --teal: #2d4a52;
  --cream: #f6ecd9;
  --cream-deep: #ecdcbb;
  --ink: #2b1810;
  --ink-soft: #6b5847;
  --paper: #fffaf2;
  --line: rgba(110,38,50,0.14);

  --font-head: 'Playfair Display', 'Georgia', serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  --container: 1240px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }

body{
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img{ max-width: 100%; display:block; }
a{ color: inherit; text-decoration: none; }
button{ font-family: inherit; cursor: pointer; }
ul{ list-style: none; margin: 0; padding: 0; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible{
  outline: 2px solid var(--gold-deep);
  outline-offset: 3px;
  border-radius: 4px;
}

.container{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

h1,h2,h3{
  font-family: var(--font-head);
  margin: 0;
  color: var(--maroon);
  letter-spacing: -0.01em;
  font-weight: 700;
}

.eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--terracotta-deep);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.eyebrow::before{
  content: '';
  width: 22px;
  height: 1px;
  background: var(--terracotta-deep);
}

/* ---------- Kilim stripe divider ---------- */
.kilim-strip{
  height: 18px;
  background: repeating-linear-gradient(
    90deg,
    var(--terracotta) 0 22px,
    var(--gold) 22px 30px,
    var(--maroon) 30px 52px,
    var(--cream) 52px 60px,
    var(--teal) 60px 74px
  );
  box-shadow: 0 3px 10px rgba(69,24,32,0.35), inset 0 2px 0 rgba(255,255,255,0.25), inset 0 -2px 0 rgba(0,0,0,0.2);
  position: relative;
  z-index: 2;
}

/* ---------- Ornate frame (picture-frame ring around media) ---------- */
.ornate-frame{
  box-shadow:
    0 0 0 3px var(--paper),
    0 0 0 6px var(--gold),
    0 0 0 8px var(--maroon-deep);
}

/* ---------- Corner flourish ---------- */
.flourish-corners{ position: relative; }
.flourish-corners::before,
.flourish-corners::after{
  content: '';
  position: absolute;
  width: 34px; height: 34px;
  background-image: url('assets/corner-flourish.svg');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
  pointer-events: none;
}
.flourish-corners::before{ top: 10px; left: 10px; }
.flourish-corners::after{ bottom: 10px; right: 10px; transform: rotate(180deg); }

/* ---------- Flourish divider under headings ---------- */
.section-head h2 + p,
.section-head h2{ position: relative; }
.section-head{ position: relative; }
.section-head::after{
  content: '\2726';
  display: block;
  margin-top: 18px;
  color: var(--gold-deep);
  font-size: 1rem;
  letter-spacing: 0.4em;
}
.section-head.center::after{ text-align: center; }

.section{ padding: 96px 0; }
.section-tight{ padding: 64px 0; }
@media (max-width: 640px){
  .section{ padding: 52px 0; }
  .section-tight{ padding: 36px 0; }
}
.section-navy{
  position: relative;
  background:
    radial-gradient(circle at 15% 20%, rgba(201,151,63,0.18) 0%, transparent 45%),
    linear-gradient(160deg, rgba(69,24,32,0.68) 0%, rgba(20,8,10,0.75) 100%),
    url('assets/events-bg.jpg');
  background-size: cover;
  background-position: center;
  color: rgba(255,255,255,0.9);
}
.section-navy h2, .section-navy h3{ color: #fff; }
.section-cream{
  background:
    radial-gradient(circle at 10% 10%, rgba(193,101,47,0.06) 0%, transparent 40%),
    radial-gradient(circle at 90% 85%, rgba(110,38,50,0.06) 0%, transparent 45%),
    var(--cream);
}
.section-spa{
  position: relative;
  background: url('assets/spa-bg.jpg');
  background-size: cover;
  background-position: center 45%;
}
.section-spa::before{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(246,236,217,0.9) 0%, rgba(246,236,217,0.55) 38%, rgba(246,236,217,0.65) 62%, rgba(246,236,217,0.93) 100%);
  pointer-events: none;
}
.section-spa .container{
  position: relative;
  z-index: 1;
}
.section-spa .eyebrow{ text-shadow: 0 1px 14px rgba(246,236,217,0.95), 0 1px 2px rgba(246,236,217,0.9); }
.section-spa .section-head h2{ text-shadow: 0 2px 20px rgba(246,236,217,0.85), 0 1px 3px rgba(246,236,217,0.8); }
.section-spa .section-head p{ color: var(--ink); text-shadow: 0 1px 16px rgba(246,236,217,0.95), 0 1px 2px rgba(246,236,217,0.9); }
.motif-bg{
  background-image: url('assets/motif-gold.svg');
  background-repeat: repeat;
  background-size: 120px 120px;
}

.section-head{ max-width: 640px; margin: 0 0 48px; }
.section-head.center{ margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2{ font-size: clamp(1.8rem, 3vw, 2.6rem); }
.section-head p{ color: var(--ink-soft); font-size: 1.05rem; margin-top: 14px; }
.section-navy .section-head p{ color: rgba(255,255,255,0.75); }

.btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.btn::before{ content: '\2726'; font-size: 0.8em; opacity: 0.85; }
.btn:hover{ transform: translateY(-2px); }
.btn-gold{ background: linear-gradient(155deg, var(--gold) 0%, var(--gold-deep) 100%); color: var(--maroon-deep); box-shadow: 0 6px 18px rgba(165,119,42,0.35); }
.btn-gold:hover{ background: linear-gradient(155deg, var(--gold-deep) 0%, var(--terracotta-deep) 100%); color: #fff; }
.btn-outline{ border-color: rgba(240,220,176,0.6); color: var(--gold-soft); background: rgba(0,0,0,0.12); }
.btn-outline:hover{ background: rgba(255,255,255,0.16); border-color: var(--gold-soft); }
.btn-navy{ background: linear-gradient(155deg, var(--maroon-soft) 0%, var(--maroon) 60%, var(--maroon-deep) 100%); color: #fff; box-shadow: 0 6px 18px rgba(69,24,32,0.35); }
.btn-navy:hover{ background: linear-gradient(155deg, var(--maroon) 0%, var(--maroon-deep) 100%); }
.btn-block{ width: 100%; justify-content: center; }

/* ---------- Header ---------- */
.site-header{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,250,242,0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s var(--ease);
}
.site-header.scrolled{ box-shadow: 0 6px 24px rgba(69,24,32,0.1); }

.header-inner{
  max-width: var(--container);
  margin: 0 auto;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo{ display: flex; align-items: center; gap: 12px; }
.logo-mark{
  width: 46px; height: 46px;
  border-radius: 50%;
  flex-shrink: 0;
}
.logo-text{
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.15;
  color: var(--maroon);
  letter-spacing: 0.02em;
}
.logo-text small{
  display: block;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  color: var(--terracotta-deep);
  text-transform: uppercase;
  margin-top: 2px;
}

.main-nav{ display: flex; align-items: center; gap: 28px; }
.main-nav a{
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  position: relative;
  padding: 6px 0;
}
.main-nav a::after{
  content:'';
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 2px;
  background: var(--terracotta-deep);
  transition: width .25s var(--ease);
}
.main-nav a:hover::after,
.main-nav a.active::after{ width: 100%; }

.header-actions{ display: flex; align-items: center; gap: 12px; }
.nav-toggle{
  display: none;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: var(--maroon);
  padding: 10px;
  margin: -10px;
}

@media (max-width: 860px){
  .main-nav{
    position: fixed;
    top: 75px; left: 0; right: 0;
    background: var(--paper);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 8px 32px 24px;
    border-bottom: 1px solid var(--line);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: all .25s var(--ease);
  }
  .main-nav.open{ transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a{ padding: 12px 0; width: 100%; border-bottom: 1px solid var(--line); }
  .nav-toggle{ display: inline-flex; }
  .header-actions .btn-gold{ padding: 10px 18px; font-size: 0.82rem; }
}

/* ---------- Hero ---------- */
.hero{
  position: relative;
  background:
    radial-gradient(circle at 20% 15%, rgba(201,151,63,0.2) 0%, transparent 40%),
    linear-gradient(160deg, rgba(69,24,32,0.5) 0%, rgba(20,8,10,0.62) 100%),
    url('assets/hero-bg.jpg');
  background-size: cover;
  background-position: center 30%;
  color: #fff;
  overflow: hidden;
  padding: 140px 0 110px;
}
.hero h1, .hero p, .hero .hero-script, .hero .eyebrow{
  text-shadow: 0 2px 16px rgba(0,0,0,0.55);
}
.hero::before{
  content:'';
  position: absolute; inset: 0;
  background-image: url('assets/motif-gold.svg');
  background-size: 150px 150px;
  opacity: 0.12;
  mix-blend-mode: soft-light;
}
.hero-inner{
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.hero-script{
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 500;
  color: var(--gold-soft);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  margin-bottom: 18px;
}
.hero h1{
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.1;
}
.hero p{
  color: rgba(255,255,255,0.78);
  font-size: 1.1rem;
  max-width: 560px;
  margin: 22px auto 36px;
}
.hero-actions{ display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-badges{
  margin-top: 56px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  color: rgba(255,255,255,0.6);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ---------- Brand strip ---------- */
.brand-strip{
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.brand-strip .container{
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
.brand-strip span{
  font-size: 0.78rem;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.brand-strip .brand-names{
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--maroon-soft);
  font-size: 1rem;
}

/* ---------- About ---------- */
.about-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-media{
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 50% 50% 18px 18px / 30% 30% 18px 18px;
  overflow: hidden;
}
.about-media img{ object-position: center 78%; }
.about-list{ margin-top: 26px; display: grid; gap: 14px; }
.about-list li{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.96rem;
  color: var(--ink);
}
.about-list svg{ flex-shrink: 0; color: var(--terracotta-deep); margin-top: 2px; }
.location-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.86rem;
  color: var(--maroon-soft);
}
.location-badge svg{ color: var(--terracotta-deep); }

@media (max-width: 860px){
  .about-grid{ grid-template-columns: 1fr; gap: 36px; }
}

/* ---------- Placeholder media ---------- */
.placeholder-media{
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 25% 20%, rgba(240,220,176,0.3) 0%, transparent 45%),
    linear-gradient(150deg, var(--terracotta) 0%, var(--maroon) 55%, var(--maroon-deep) 100%);
  color: rgba(255,255,255,0.9);
  text-align: center;
  padding: 24px;
}
.placeholder-media::before{
  content:'';
  position: absolute; inset: 0;
  background-image: url('assets/motif-gold.svg');
  background-size: 100px 100px;
  opacity: 0.4;
}
.placeholder-media .ph-label{
  position: relative;
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-style: italic;
  letter-spacing: 0.02em;
}
.placeholder-media svg{ position: relative; width: 30px; height: 30px; margin: 0 auto 10px; color: var(--gold-soft); }

/* ---------- Services ---------- */
.service-tabs{
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.service-tabs a{
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--maroon-soft);
}
.service-tabs a:hover{ border-color: var(--terracotta-deep); color: var(--terracotta-deep); }

.card-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 960px){ .card-grid{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px){ .card-grid{ grid-template-columns: 1fr; } }

.service-card{
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 32px 28px;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.service-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(69,24,32,0.1);
  border-color: var(--gold);
}
.service-card.has-photo{ padding: 0; overflow: hidden; }
.service-photo{ width: 100%; aspect-ratio: 4/3; overflow: hidden; }
.service-photo img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.service-card.has-photo .service-body{ padding: 26px 28px 32px; }
.service-icon{
  width: 40px; height: 40px;
  background: none;
  color: var(--terracotta-deep);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  box-shadow: none;
}
.service-icon svg{ width: 30px; height: 30px; stroke-width: 1.5; }
.service-card h3{ font-size: 1.15rem; margin-bottom: 10px; color: var(--maroon); }
.service-card p{ color: var(--ink-soft); font-size: 0.92rem; margin: 0; }
.service-card .service-tag{
  display: inline-block;
  margin-top: 16px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--terracotta-deep);
}

/* ---------- Gallery ---------- */
.gallery-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.gallery-grid .gallery-item:nth-child(3n+1){ grid-row: span 2; }
.gallery-grid.filter-flat .gallery-item{ grid-row: auto; }
@media (max-width: 960px){ .gallery-grid{ grid-template-columns: repeat(2, 1fr); } .gallery-grid .gallery-item:nth-child(3n+1){ grid-row: span 1; } }
@media (max-width: 640px){ .gallery-grid{ grid-template-columns: 1fr; } }
.gallery-item{
  border-radius: 50px 50px 14px 14px;
  overflow: hidden;
  min-height: 200px;
}

/* Album pages have far fewer photos than the full gallery, so let tiles
   stretch to fill the row instead of being boxed into a fixed 4-column grid. */
#albumGrid{
  grid-template-columns: repeat(auto-fit, minmax(340px, 420px));
  justify-content: center;
}

/* Decor setup shots need to be seen large to read the detail work, so the
   Setups filter switches to a spacious layout instead of the dense mixed grid. */
.gallery-grid.filter-setups{
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 28px;
}
.gallery-grid.filter-setups .gallery-item{
  grid-row: auto;
  min-height: 500px;
}
@media (max-width: 960px){
  .gallery-grid.filter-setups{ grid-template-columns: 1fr; }
}
/* This shot is landscape (unlike the other, mostly portrait, setup photos),
   so the shared 500px min-height crops it hard on a narrow single column —
   give it a shorter, wider-friendly box instead. */
@media (max-width: 640px){
  .gallery-grid.filter-setups .gallery-item.wide-photo{ min-height: 260px; }
}
#albumGrid .gallery-item{ min-height: 420px; }
#albumGrid .gallery-item:nth-child(3n+1){ grid-row: auto; }

/* Corporate Events currently holds a single wide landscape photo, so it can
   safely use a much bigger frame without cropping into the subject. */
#albumGrid[data-category="corporate-events"]{
  grid-template-columns: repeat(auto-fit, minmax(600px, 900px));
}
#albumGrid[data-category="corporate-events"] .gallery-item{ min-height: 560px; }

/* Full Event Planning currently holds a single tall portrait photo, so give
   it a bigger (taller, not wider) frame without cropping into the subject. */
#albumGrid[data-category="full-event-planning"]{
  grid-template-columns: repeat(auto-fit, minmax(420px, 560px));
}
#albumGrid[data-category="full-event-planning"] .gallery-item{ min-height: 700px; }
@media (max-width: 640px){
  #albumGrid[data-category="corporate-events"],
  #albumGrid[data-category="full-event-planning"]{
    grid-template-columns: 1fr;
  }
  #albumGrid[data-category="corporate-events"] .gallery-item,
  #albumGrid[data-category="full-event-planning"] .gallery-item{
    min-height: auto;
  }
}
.gallery-filter{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.gallery-filter button{
  padding: 9px 20px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--maroon-soft);
  transition: all .2s var(--ease);
}
.gallery-filter button.active,
.gallery-filter button:hover{
  background: var(--maroon);
  border-color: var(--maroon);
  color: #fff;
}

/* ---------- Booking CTA banner ---------- */
.booking-cta{
  position: relative;
  aspect-ratio: 1154 / 736;
  background: url('assets/rug-carpet-frame.jpg') center/cover no-repeat;
  border-radius: 4px;
}
/* On mobile, let the rug banner go full-bleed — fill the section edge to
   edge instead of floating inset with cream margin all around it. */
@media (max-width: 640px){
  .section-tight:has(.booking-cta){ padding: 0; }
  .section-tight .container:has(.booking-cta){ max-width: none; padding: 0; }
  .booking-cta{ border-radius: 0; }
}
.booking-cta-inner{
  position: absolute;
  left: 15%;
  right: 18%;
  top: 20%;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}
.booking-cta-inner .eyebrow{ color: var(--gold-soft); text-shadow: 0 1px 6px rgba(0,0,0,0.5); }
.booking-cta-inner h2{ color: #fff; font-size: clamp(1.2rem, 2.6vw, 2.1rem); text-shadow: 0 2px 10px rgba(0,0,0,0.5); }
.booking-cta-inner p{ color: rgba(255,255,255,0.85); max-width: 480px; margin: 14px auto 24px; text-shadow: 0 1px 6px rgba(0,0,0,0.5); }
@media (max-width: 640px){
  .booking-cta-inner p{ display: none; }
  .booking-cta-inner{ padding: 14px 10px; gap: 10px; }
  .booking-cta-inner .eyebrow{ font-size: 0.58rem; letter-spacing: 0.09em; white-space: nowrap; margin-bottom: 0; }
  .booking-cta-inner h2{ font-size: 0.92rem; line-height: 1.25; }
  .booking-cta-inner .btn{ padding: 8px 16px; font-size: 0.66rem; gap: 6px; }
}

/* ---------- Contact ---------- */
.contact-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}
@media (max-width: 860px){ .contact-grid{ grid-template-columns: 1fr; } }
.contact-list{ display: grid; gap: 20px; margin-top: 28px; }
.contact-row{ display: flex; gap: 14px; align-items: flex-start; }
.contact-row svg{ color: var(--terracotta-deep); flex-shrink: 0; margin-top: 3px; }
.contact-row strong{ display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-soft); margin-bottom: 2px; }
.contact-row a, .contact-row span{ font-size: 1rem; font-weight: 600; color: var(--maroon); }
.social-row{ display: flex; gap: 12px; margin-top: 28px; }
.social-row a{
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  color: var(--maroon);
  transition: all .2s var(--ease);
}
.social-row a:hover{ background: var(--maroon); color: #fff; border-color: var(--maroon); }
.footer-col .social-row{ margin-top: 18px; }
.footer-col .social-row a{ border-color: rgba(255,255,255,0.25); color: rgba(255,255,255,0.75); }
.footer-col .social-row a:hover{ background: var(--gold); color: var(--maroon-deep); border-color: var(--gold); }
.map-frame{
  border-radius: 50px 50px 18px 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 320px;
}

/* ---------- Footer ---------- */
.site-footer{
  background: var(--maroon-deep);
  color: rgba(255,255,255,0.65);
  padding: 56px 0 28px;
}
.footer-grid{
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
@media (max-width: 760px){ .footer-grid{ grid-template-columns: 1fr; gap: 28px; } }
.footer-brand .logo-text, .footer-brand .logo-text small{ color: #fff; }
.footer-brand p{ margin-top: 14px; font-size: 0.9rem; max-width: 320px; }
.footer-col h4{
  color: #fff; font-family: var(--font-body); font-size: 0.82rem;
  text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px;
}
.footer-col ul{ display: grid; gap: 10px; }
.footer-col a:hover{ color: #fff; }
.footer-bottom{
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px; font-size: 0.8rem; flex-wrap: wrap; gap: 12px;
}

/* ---------- Real photo tiles ---------- */
.media-photo{ position: relative; width: 100%; height: 100%; min-height: 220px; overflow: hidden; }
.media-photo img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.media-photo img.contain-photo{ object-fit: contain; background: var(--maroon-deep); }
.media-photo .media-caption{
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 22px 18px 16px;
  background: linear-gradient(0deg, rgba(20,8,10,0.8) 0%, rgba(20,8,10,0) 100%);
  color: #fff;
  font-family: var(--font-head);
  font-style: italic;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
}

/* ---------- Calendar embed ---------- */
.calendar-embed{ max-width: 960px; margin: 0 auto; }
.calendar-embed iframe{ display: block; border-radius: 4px; }
.calendar-embed .placeholder-media{ min-height: 320px; border-radius: 4px; }

/* ---------- Booking form ---------- */
.booking-layout{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 960px){ .booking-layout{ grid-template-columns: 1fr; } }

.form-card{
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 40px;
}
.form-row{ display: grid; gap: 8px; margin-bottom: 22px; }
.form-row.two{ grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 560px){ .form-row.two{ grid-template-columns: 1fr; } }
.form-row label{ font-size: 0.82rem; font-weight: 600; color: var(--maroon); }
.form-row input,
.form-row select,
.form-row textarea{
  font-family: inherit;
  font-size: 0.96rem;
  padding: 13px 16px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--ink);
  width: 100%;
}
.form-row textarea{ resize: vertical; min-height: 100px; }
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus{
  outline: none;
  border-color: var(--terracotta-deep);
  background: var(--paper);
}

.pill-toggle{ display: flex; gap: 10px; flex-wrap: wrap; }
.pill-toggle input{ display: none; }
.pill-toggle label{
  padding: 12px 22px;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--maroon-soft);
  cursor: pointer;
  transition: all .2s var(--ease);
}
.pill-toggle input:checked + label{
  background: var(--maroon);
  border-color: var(--maroon);
  color: #fff;
}

.service-fieldset{ display: none; }
.service-fieldset.active{ display: block; }

.booking-note{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: var(--gold-soft);
  border-radius: 14px;
  padding: 18px 20px;
  font-size: 0.86rem;
  color: var(--maroon-soft);
  margin-top: 20px;
}
.booking-note svg{ color: var(--terracotta-deep); flex-shrink: 0; margin-top: 2px; }

.booking-sidebar{
  background: var(--cream);
  border-radius: 20px;
  padding: 36px;
}
.booking-sidebar h3{ font-size: 1.15rem; margin-bottom: 18px; }
.booking-steps{ display: grid; gap: 18px; }
.booking-steps li{ display: flex; gap: 14px; align-items: flex-start; }
.step-num{
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--maroon);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.booking-steps strong{ display: block; font-size: 0.92rem; color: var(--maroon); }
.booking-steps span{ font-size: 0.85rem; color: var(--ink-soft); }

/* ---------- 404 ---------- */
.error-page{
  min-height: 70vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  background: linear-gradient(160deg, var(--maroon) 0%, var(--maroon-deep) 100%);
  color: #fff;
}
.error-page .eyebrow{ color: var(--gold-soft); justify-content: center; }
.error-page h1{ color: #fff; font-size: clamp(2.4rem, 6vw, 4rem); }
.error-page p{ color: rgba(255,255,255,0.72); margin: 16px 0 30px; }

/* ---------- Reveal animation ---------- */
[data-reveal]{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
[data-reveal].in-view{ opacity: 1; transform: none; }
