:root{
  --brand:#aa6175;
  --brand-2:#fcfafa;
  --ink:#0b132a;
  --muted:#475569;
  --bg:#ffffff;
  --card:#f8fafc;
  --ring: 0 0 0 3px rgba(170,97,117,.25);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, 'Apple Color Emoji','Segoe UI Emoji'; color:var(--ink); background:var(--bg); line-height:1.5}
.container{max-width:1200px;margin:0 auto;padding:0 1rem}
header.site{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.9);backdrop-filter:saturate(150%) blur(6px);border-bottom:1px solid #e5e7eb}
.nav{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0}
.brand{display:flex;gap:.75rem;align-items:center;text-decoration:none;color:var(--ink);font-weight:800}
.brand img{height:40px;border-radius:8px}
nav a{color:var(--ink);text-decoration:none;font-weight:600;margin:0 .5rem}
nav a:hover{color:var(--brand)}
.cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--brand);color:white;padding:.65rem 1rem;border-radius:999px;border:none;cursor:pointer;font-weight:700}
nav .cta:hover{color: var(--brand-2);}

.hero{padding:4rem 0 2rem;background:radial-gradient(60% 60% at 60% 0%, var(--brand-2), transparent 70%)}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:center}
.hero h1{font-size:clamp(1.8rem, 2.5vw + 1rem, 3rem);margin:.25rem 0}
.hero p{color:var(--muted);max-width:55ch}
.badges{display:flex;gap:.5rem;flex-wrap:wrap;margin:1rem 0}
.badge{background:var(--card);border:1px solid #e2e8f0;border-radius:999px;padding:.35rem .65rem;font-weight:600;font-size:.9rem}
.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;margin-top:1rem}
.card{background:var(--card);border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}
.card img{width:100%;height:180px;object-fit:cover;display:block}
.card .pad{padding:1rem}
.card h3{margin:.25rem 0}
.price{font-weight:800;color:var(--brand)}
.section{padding:3rem 0;border-top:1px solid #e5e7eb}
.section h2{font-size:1.75rem;margin:0 0 .75rem}
.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}
.kv{display:grid;grid-template-columns:auto 1fr;gap:.5rem;align-items:center}
.kv strong{font-size:1.1rem}
.table{width:100%;border-collapse:separate;border-spacing:0 10px}
.table thead th{font-size:.9rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);text-align:left;padding:.25rem .75rem}
.table tbody tr{background:var(--card);border:1px solid #e2e8f0}
.table tbody td{padding:.75rem}
.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}
.gallery img{width:100%;height:160px;object-fit:cover;border-radius:12px}
footer{padding:2rem 0;background:#0b132a;color:#cbd5e1}
footer a{color:white}
input, textarea, select{width:100%;padding:.75rem;border-radius:10px;border:1px solid #e2e8f0;background:white}
input:focus, textarea:focus, select:focus{outline:none;box-shadow:var(--ring);border-color:#f4c6d2}
.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}
label{font-weight:600;font-size:.9rem}
form .actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}
.notice{font-size:.9rem;color:var(--muted)}
@media (max-width: 900px){.hero-grid{grid-template-columns:1fr}}

#equipment-qty{margin-top:.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.5rem}
#equipment-qty .kv input{max-width:120px}

.chip-select{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}
.chip{padding:.4rem .8rem;border-radius:20px;background:#f0f0f0;cursor:pointer;user-select:none;font-size:.9rem;border:1px solid rgba(0,0,0,.1);transition:background .2s,border .2s}
.chip.selected{background:var(--brand);color:#fff;border-color:var(--brand)}
.chip:hover{background:rgba(170,97,117,.15)}

.form-fieldset{border:1px solid #e2e8f0;border-radius:12px;padding:1rem;background:var(--card);margin-top:1rem}
.form-fieldset legend{padding:0 .5rem;font-weight:700;color:var(--ink);font-size:.95rem}
.chip-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem 1rem;margin-top:.25rem}
.chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}
.chip{padding:.4rem .8rem;border-radius:20px;background:#f0f0f0;cursor:pointer;user-select:none;font-size:.9rem;border:1px solid rgba(0,0,0,.1);transition:background .2s,border .2s}
.chip.selected{background:var(--brand);color:#fff;border-color:var(--brand)}
.chip:hover{background:rgba(170,97,117,.15)}
.equipment-qty{margin-top:.75rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.5rem}
.equipment-qty .kv{background:var(--card);border:1px solid #e2e8f0;border-radius:10px;padding:.5rem .75rem}
.equipment-qty input{max-width:120px}

.equip-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}
.equip-group h3{margin:.25rem 0;font-size:1rem}
.equip-list{display:flex;flex-direction:column;gap:.5rem}
.equip-item{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:.5rem;background:var(--card);border:1px solid #e2e8f0;border-radius:10px;padding:.5rem .75rem}
.equip-item input[type="checkbox"]{width:18px;height:18px}
.equip-item .price-badge{font-weight:700;color:var(--brand);margin-left:.25rem}
.equip-item .qty{width:90px}

/* Equipment accordion */
.equip-controls{display:flex;gap:.5rem;flex-wrap:wrap;margin:.5rem 0}
.equip-group{border:1px solid #e2e8f0;border-radius:12px;margin:.5rem 0;background:var(--card)}
.equip-group summary{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:.5rem;padding:.6rem .8rem;cursor:pointer;list-style:none}
.equip-group summary::-webkit-details-marker{display:none}
.equip-title{font-weight:700}
.equip-count{font-size:.85rem;color:var(--muted)}
.equip-group .chev{transition:transform .25s ease}
.equip-group[open] .chev{transform:rotate(180deg)}
.equip-group .equip-list{padding:.6rem .8rem .8rem .8rem}
/* Hide quantity until checked */
.equip-item .qty{display:none}
.equip-item input[type="checkbox"]:checked ~ .qty{display:inline-block}

/* Equipment item layout: own line */
.equip-item{display:flex;justify-content:space-between;align-items:center;padding:.3rem 0;border-bottom:1px solid rgba(0,0,0,.05)}
.equip-item:last-child{border-bottom:none}
.equip-item label{flex:1}
.equip-item .qty{width:70px;margin-left:1rem}

/* Reviews Carousel */
.reviews-carousel{position:relative;overflow:hidden;border-radius:18px;background:linear-gradient(140deg, rgba(170,97,117,.06), rgba(255,255,255,1) 40%, rgba(243,215,223,.25));border:1px solid rgba(0,0,0,.06);padding:1rem}
.reviews-track{display:flex;transition:transform .6s ease;will-change:transform}
.review-slide{flex:0 0 100%;padding:0.5rem}
.review-card-hero{border:1px solid #eaeaea;border-radius:16px;padding:1rem;box-shadow:0 4px 24px rgba(0,0,0,.05);min-height:160px;display:flex;flex-direction:column;justify-content:center
  background:
    radial-gradient(120% 120% at -10% -10%, #aa6175 0 12%, transparent 12%),
    radial-gradient(120% 120% at 110% 110%, #aa6175 0 12%, transparent 12%),
    linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
}
.review-meta{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;margin-bottom:.5rem}
.review-name{font-weight:800}
.review-date{color:var(--muted);font-size:.9rem}
.review-stars{letter-spacing:.15em}
.review-text{margin:.25rem 0 0 0;line-height:1.5}
.reviews-dots{display:flex;gap:.4rem;justify-content:center;margin-top:.75rem}
.reviews-dots button{width:8px;height:8px;border-radius:999px;border:0;background:#d1d5db;cursor:pointer}
.reviews-dots button.active{background:var(--brand)}
.reviews-carousel:hover .review-card-hero{box-shadow:0 8px 28px rgba(0,0,0,.08)
  background:
    radial-gradient(120% 120% at -10% -10%, #aa6175 0 12%, transparent 12%),
    radial-gradient(120% 120% at 110% 110%, #aa6175 0 12%, transparent 12%),
    linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
}
@media (prefers-reduced-motion: reduce){
  .reviews-track{transition:none}
}

/* === Patch (merged): anchor offset, contact background, CTA hover === */

/* 1) Anchor offset so fixed nav doesn't cover sections */
:root {
  --nav-offset: 80px; /* adjust if your header height differs */
}
section[id] {
  scroll-margin-top: var(--nav-offset);
}

/* 2) Contact section background (#aa6175 @ 0.5) + readable text */
#contact,
section#contact {
  background: rgba(170, 97, 117, 0.5);
  color: #fff;
}
#contact .section, section#contact .section,
#contact .container, section#contact .container {
  color: inherit;
}
#contact a, section#contact a { color: #fff; text-decoration: underline; }
#contact input, #contact select, #contact textarea,
section#contact input, section#contact select, section#contact textarea {
  background: rgba(255,255,255,0.9);
  color: #1f2937;
  border-color: rgba(255,255,255,0.8);
}
#contact .notice, section#contact .notice { color: #fff; opacity: 0.9; }

/* 3) Primary CTA hover: white fill + brand text */

/* === Canonical Buttons v2 (hard reset, enforced) === */

/* Base */
button,
.btn,
.cta {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 0.75rem 1.25rem;
  font: inherit;
  font-weight: 600;
  line-height: 1.1;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .02s ease, text-decoration-color .15s ease;
}

/* Focus ring */
button:focus-visible,
.btn:focus-visible,
.cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(170, 97, 117, .25), 0 6px 18px rgba(0,0,0,.06);
}

/* Disabled */
button[disabled], .btn[disabled], .cta[disabled],
button.is-disabled, .btn.is-disabled, .cta.is-disabled {
  opacity: .55;
  cursor: not-allowed;
  pointer-events: none;
}

/* PRIMARY (filled brand) */
.btn--primary,
.cta.primary,
button.primary {
  background: var(--brand) !important;
  color: var(--brand-2) !important;
  border-color: var(--brand) !important;
}
.btn--primary:hover,
.cta.primary:hover {
  background: var(--brand-2);
  color: var(--brand)
}
button.primary:hover {
  background: #0b132a;
}
.btn--primary:focus-visible,
.cta.primary:focus-visible,
button.primary:focus-visible {
  background: #fff !important;
  color: var(--brand, #aa6175) !important;
  border-color: var(--brand, #aa6175) !important;
  text-decoration: underline; /* underline on hover/focus */
}
.btn--primary:active,
.cta.primary:active,
button.primary:active { transform: translateY(1px); }

/* SECONDARY (outline; hover text #aa6175) */
.btn--secondary,
.cta.secondary,
button.secondary {
  background: #fff !important;
  color: var(--brand, #aa6175) !important;
  border-color: var(--brand, #aa6175) !important;
}
.btn--secondary:hover,
.cta.secondary:hover,
button.secondary:hover,
.btn--secondary:focus-visible,
.cta.secondary:focus-visible,
button.secondary:focus-visible {
  background: #fff !important;
  border-color: var(--brand, #aa6175) !important;
  color: #aa6175 !important; /* exact hover color */
}
.btn--secondary:active,
.cta.secondary:active,
button.secondary:active { color: #aa6175 !important; transform: translateY(1px); }

/* Utility */
.btn--block { width: 100%; }

/* === Reviews Carousel: 3-up layout + taller cards + nav buttons === */
.reviews-carousel{position:relative; overflow:hidden;}
.reviews-track{display:flex; transition:transform .6s ease; will-change:transform}
.review-slide{flex:0 0 calc(100%/3); padding:.5rem}            /* 3 at a time on desktop */
.review-card-hero{
  min-height: 260px;                                           /* taller cards */
  display:flex; flex-direction:column; justify-content:center;

  background:
    radial-gradient(120% 120% at -10% -10%, #aa6175 0 12%, transparent 12%),
    radial-gradient(120% 120% at 110% 110%, #aa6175 0 12%, transparent 12%),
    linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
}
/* Responsive: 2-up on tablets, 1-up on phones */
@media (max-width: 1024px){ .review-slide{flex:0 0 50%;} .review-card-hero{min-height:240px;
  background:
    radial-gradient(120% 120% at -10% -10%, #aa6175 0 12%, transparent 12%),
    radial-gradient(120% 120% at 110% 110%, #aa6175 0 12%, transparent 12%),
    linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
} }
@media (max-width: 640px){ .review-slide{flex:0 0 100%;} .review-card-hero{min-height:200px;
  background:
    radial-gradient(120% 120% at -10% -10%, #aa6175 0 12%, transparent 12%),
    radial-gradient(120% 120% at 110% 110%, #aa6175 0 12%, transparent 12%),
    linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
} }

/* Prev/Next buttons */
.reviews-nav{
  position:absolute; inset:0; pointer-events:none;
  display:flex; align-items:center; justify-content:space-between;
  padding:0 .25rem;
}
.reviews-nav button{
  pointer-events:auto;
  width:40px; height:40px; border-radius:999px; border:1px solid rgba(0,0,0,.12);
  background:#fff; display:grid; place-items:center; cursor:pointer;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  transition: transform .1s ease, box-shadow .2s ease;
}
.reviews-nav button:hover{ transform: translateY(-1px); box-shadow:0 10px 24px rgba(0,0,0,.12); }
.reviews-nav .prev{ margin-left:.25rem; }
.reviews-nav .next{ margin-right:.25rem; }
.reviews-nav svg{ width:18px; height:18px; }

/* === Reviews Carousel Scrollable + Gradient Cards === */
.reviews-carousel {
  position: relative;
  background: #fff;              /* white carousel background */
  overflow: hidden;
  padding: 2rem 1rem;
  border-radius: 12px;
}

.reviews-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;              /* enable scroll */
  scroll-behavior: smooth;
  scrollbar-width: none;         /* hide scrollbar Firefox */
}
.reviews-track::-webkit-scrollbar { display: none; } /* hide scrollbar Chrome */

.review-slide {
  flex: 0 0 calc(100%/3);        /* 3 at a time */
  min-width: 280px;
}

.review-card-hero {
  
  color: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  min-height: 260px;
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform .2s ease;

  background:
    radial-gradient(120% 120% at -10% -10%, #aa6175 0 12%, transparent 12%),
    radial-gradient(120% 120% at 110% 110%, #aa6175 0 12%, transparent 12%),
    linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
}
.review-card-hero:hover {
  transform: translateY(-3px);
}

@media (max-width: 1024px) { .review-slide { flex: 0 0 50%; } }
@media (max-width: 640px) { .review-slide { flex: 0 0 100%; } }

/* === Reviews Carousel: Scrollable track + gradient cards + white container === */
.reviews-carousel {
  position: relative;
  background: #fff;              /* white carousel background */
  overflow: hidden;
  padding: 2rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.06);
}

.reviews-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;              /* enable horizontal scroll */
  scroll-behavior: smooth;
  scrollbar-width: none;         /* Firefox hide scrollbar */
}
.reviews-track::-webkit-scrollbar { display: none; } /* Chrome hide scrollbar */

.review-slide {
  flex: 0 0 calc(100%/3);        /* 3 at a time on desktop */
  min-width: 280px;
  padding: 0;                    /* spacing handled by gap */
}

.review-card-hero {
  
  color: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  min-height: 260px;             /* taller cards */
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform .2s ease, box-shadow .2s ease;

  background:
    radial-gradient(120% 120% at -10% -10%, #aa6175 0 12%, transparent 12%),
    radial-gradient(120% 120% at 110% 110%, #aa6175 0 12%, transparent 12%),
    linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
}
.review-card-hero:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(0,0,0,.12); }

/* Responsive breakpoints */
@media (max-width: 1024px) { .review-slide { flex: 0 0 50%; } .review-card-hero{ min-height: 240px; 
  background:
    radial-gradient(120% 120% at -10% -10%, #aa6175 0 12%, transparent 12%),
    radial-gradient(120% 120% at 110% 110%, #aa6175 0 12%, transparent 12%),
    linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
} }
@media (max-width: 640px)  { .review-slide { flex: 0 0 100%; } .review-card-hero{ min-height: 220px; 
  background:
    radial-gradient(120% 120% at -10% -10%, #aa6175 0 12%, transparent 12%),
    radial-gradient(120% 120% at 110% 110%, #aa6175 0 12%, transparent 12%),
    linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
} }

/* Nav buttons layer stays on top */
.reviews-nav{ position:absolute; inset:0; pointer-events:none; display:flex; align-items:center; justify-content:space-between; padding:0 .25rem; }
.reviews-nav button{
  pointer-events:auto; width:40px; height:40px; border-radius:999px; border:1px solid rgba(0,0,0,.12);
  background:#fff; display:grid; place-items:center; cursor:pointer;
  box-shadow:0 6px 18px rgba(0,0,0,.08); transition: transform .1s ease, box-shadow .2s ease;
}
.reviews-nav button:hover{ transform: translateY(-1px); box-shadow:0 10px 24px rgba(0,0,0,.12); }
.reviews-nav .prev{ margin-left:.25rem; }
.reviews-nav .next{ margin-right:.25rem; }
.reviews-nav svg{ width:18px; height:18px; }

/* === Reviews Carousel Refinement === */
.reviews-carousel {
  position: relative;
  background: #fff;       /* white container */
  overflow: hidden;
  padding: 2rem 1rem;
  border-radius: 12px;
  border: none;           /* removed border */
}

.review-card-hero {
   /* softer, lighter pink gradient */
  color: #333;
  border-radius: 12px;
  padding: 1.5rem;
  min-height: 260px;
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform .2s ease, box-shadow .2s ease;

  background:
    radial-gradient(120% 120% at -10% -10%, #aa6175 0 12%, transparent 12%),
    radial-gradient(120% 120% at 110% 110%, #aa6175 0 12%, transparent 12%),
    linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
}
.review-card-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,.1);
}

/* Nav logo sizing */
.navbar img.logo, .site-logo img, header .logo img {
  height: 125px !important;
  max-height: 125px !important;
  width: auto;
}

/* === Reviews Carousel Refinement + Logo Responsive === */
.reviews-carousel {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 2rem 1rem;
  border-radius: 12px;
  border: none;
}

.review-card-hero {
  
  color: #333;
  border-radius: 12px;
  padding: 1.5rem;
  min-height: 260px;
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform .2s ease, box-shadow .2s ease;

  background:
    radial-gradient(120% 120% at -10% -10%, #aa6175 0 12%, transparent 12%),
    radial-gradient(120% 120% at 110% 110%, #aa6175 0 12%, transparent 12%),
    linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
}
.review-card-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,.1);
}

/* Nav logo sizing */
.navbar img.logo, .site-logo img, header .logo img {
  height: 125px !important;
  max-height: 125px !important;
  width: auto;
}

/* Responsive logo adjustments */
@media (max-width: 1024px) {
  .navbar img.logo, .site-logo img, header .logo img {
    height: 100px !important;
    max-height: 100px !important;
  }
}
@media (max-width: 640px) {
  .navbar img.logo, .site-logo img, header .logo img {
    height: 80px !important;
    max-height: 80px !important;
  }
}

/* === Responsive Nav Logo Sizing === */
@media (max-width: 1024px){
  .navbar img.logo, .site-logo img, header .logo img {
    height: 96px !important;
    max-height: 96px !important;
  }
}
@media (max-width: 640px){
  .navbar img.logo, .site-logo img, header .logo img {
    height: 72px !important;
    max-height: 72px !important;
  }
  /* Optional: keep header compact on small screens */
  header, .site-header, .navbar {
    min-height: unset;
  }
}

/* === Review Card Gradient Update === */
.review-card-hero {
  
  color: #333;
  border-radius: 12px;
  padding: 1.5rem;
  min-height: 260px;
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform .2s ease, box-shadow .2s ease;

  background:
    radial-gradient(120% 120% at -10% -10%, #aa6175 0 12%, transparent 12%),
    radial-gradient(120% 120% at 110% 110%, #aa6175 0 12%, transparent 12%),
    linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
}
.review-card-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,.1);
}



/* Lightbox */
.lightbox-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.7);display:none;align-items:center;justify-content:center;z-index:60;padding:1rem}
.lightbox-backdrop.active{display:flex}
.lightbox-content{max-width:92vw;max-height:88vh;border-radius:12px;overflow:hidden;box-shadow:0 12px 36px rgba(0,0,0,.35)}
.lightbox-content img{width:auto;max-width:92vw;max-height:88vh;display:block}
.lightbox-close{position:absolute;top:12px;right:12px;background:#fff;border:0;border-radius:999px;width:40px;height:40px;display:grid;place-items:center;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.2)}



/* Varied tile sizes via aspect-ratio */
.mgrid .g-item{aspect-ratio: 4 / 3;}
.mgrid .g-item:nth-child(5n){aspect-ratio: 1 / 1;}
.mgrid .g-item:nth-child(7n){aspect-ratio: 3 / 4;}
.mgrid .g-item:nth-child(9n){aspect-ratio: 16 / 9;}

/* Lightbox (reuse previous styles if present) */
.lightbox-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.7);display:none;align-items:center;justify-content:center;z-index:60;padding:1rem}
.lightbox-backdrop.active{display:flex}
.lightbox-content{max-width:92vw;max-height:88vh;border-radius:12px;overflow:hidden;box-shadow:0 12px 36px rgba(0,0,0,.35)}
.lightbox-content img{width:auto;max-width:92vw;max-height:88vh;display:block}
.lightbox-close{position:absolute;top:12px;right:12px;background:#fff;border:0;border-radius:999px;width:40px;height:40px;display:grid;place-items:center;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.2)}



/* === Gold star ratings === */
.review-card-hero .stars i,
.review-card-hero .stars svg,
.review-card-hero .star {
  color: #FFD700 !important;
  fill: #FFD700 !important;
}



/* === Enlarge review stars === */
.review-card-hero .stars i,
.review-card-hero .stars svg,
.review-card-hero .star {
  font-size: 1.4rem !important;
  width: 1.4rem !important;
  height: 1.4rem !important;
}


/* === Review Stars Alignment + No Hover Clip === */
/* Place stars on their own row under the name, evenly spaced */
.review-card-hero .review-stars {
  display: inline-block;
  margin-top: 6px;
  letter-spacing: 0.2em;           /* even spacing for ★★★★★ text */
  color: #FFD700 !important;        /* GOLD */
  font-size: 1.4rem;                /* match enlarged size */
  line-height: 1;
}

/* Stack name/date/stars neatly */
.review-card-hero .review-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

/* Prevent hover lift from being clipped by container */
.reviews-carousel { overflow: visible; }           /* allow shadows to show */
.reviews-track { overflow-x: auto; overflow-y: visible; }
.review-slide { overflow: visible; }
.review-card-hero:hover { position: relative; z-index: 2; }

/* === Extra spacing for review cards so hover doesn't cut off === */
.review-card-hero {
  margin-top: 20px;      /* extra breathing room at the top */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card-hero:hover {
  transform: translateY(-10px); /* subtle lift */
  z-index: 2;
}

/* === Responsive hover lift for review cards === */
@media (max-width: 640px){
  .review-card-hero:hover { transform: translateY(-6px); }
}
@media (min-width: 1024px){
  .review-card-hero:hover { transform: translateY(-12px); }
}

/* === Slideshow captions + interact === */
.gallery-hero{position:relative;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.gallery-hero .gcap{
  position:absolute;left:0;right:0;bottom:0;
  background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 85%);
  color:#fff;padding:16px 18px;font-weight:600;letter-spacing:.2px
}
.gallery-hero img{cursor:pointer}



/* === Hero single logo image === */
.hero-logo-wrap{display:flex;align-items:center;justify-content:center;padding:1rem 0}
.hero-logo{height: 220px; width:auto; display:block}
@media (max-width:1024px){ .hero-logo{height:180px} }
@media (max-width:640px){ .hero-logo{height:140px} }

footer a:hover {
  text-decoration: underline;
  color: #aa6175;
}


/* Optional hover zoom effect */
.masonry-item a {
  display: block;
}
.masonry-item img {
  transform: translateZ(0);
  transition: transform .25s ease;
}
.masonry-item:hover img {
  transform: scale(1.03);
}


/* Lightbox styles */
#lightbox-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255,255,255,0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#lightbox-overlay img {
  max-width: 75%;
  max-height: 75%;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  border-radius: 8px;
}
#lightbox-close {
  position: absolute;
  top: 20px; right: 30px;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}


/* 50% opaque white */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lightbox-overlay.is-open { display: flex; }

.lightbox-inner {
  position: relative;
  max-width: 75vw;   /* ~75% of screen width */
  max-height: 75vh;  /* ~75% of screen height */
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.lightbox-image {
  display: block;
  max-width: 100%;
  max-height: 75vh;
  height: auto;
  width: auto;
}

.lightbox-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
  display: none; /* reveal only when open */
}

.lightbox-overlay.is-open .lightbox-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


/* 50% opaque white backdrop */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.lightbox-overlay.is-open { display: flex; }

.lightbox-inner {
  position: relative;
  max-width: 75vw;
  max-height: 75vh;
}
.lightbox-image {
  display: block;
  max-width: 100%;
  max-height: 75vh;
  height: auto;
  width: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
.lightbox-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Only this background */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.lightbox-overlay.is-open { display: flex; }

.lightbox-inner {
  position: relative;
  max-width: 75vw;
  max-height: 75vh;
  border-radius: 0;   /* Image only look */
  box-shadow: none;   /* No extra background/shadow */
  background: transparent; /* No inner background */
  overflow: visible;  /* Allow close button to sit atop */
}

.lightbox-image {
  display: block;
  max-width: 75vw;
  max-height: 75vh;
  height: auto;
  width: auto;
}

.lightbox-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
  display: none;
}
.lightbox-overlay.is-open .lightbox-close { display: inline-flex; align-items:center; justify-content:center; }


/* 50% white, only one background */
  display: none;                      /* hidden by default */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.lightbox-overlay.is-open { display: flex; }

.lightbox-inner {
  position: relative;
  display: inline-block; /* shrink-wrap to the image so the button sits over it */
  max-width: 75vw;
  max-height: 75vh;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.lightbox-image {
  display: block;
  max-width: 75vw;
  max-height: 75vh;
  width: auto;
  height: auto;
}

.lightbox-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
  display: none;
  z-index: 1; /* ensure above the image */
}
.lightbox-overlay.is-open .lightbox-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


/* 50% white */
  display: none; /* hidden by default */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.lightbox-overlay.is-open { display: flex; }

.lightbox-inner {
  position: relative;
  display: inline-block; /* shrink-wrap to the image */
  max-width: 75vw;
  max-height: 75vh;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.lightbox-image {
  display: block;
  max-width: 75vw;
  max-height: 75vh;
  width: auto;
  height: auto;
}

.lightbox-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
  display: none;
  z-index: 1;
}
.lightbox-overlay.is-open .lightbox-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* === Recent Events (clean) === */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media (min-width: 640px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .gallery-grid { grid-template-columns: repeat(4, 1fr); } }

.gallery-item {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}

/* Overlay zoom */
.re-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.5); /* 50% white */
  z-index: 9999;
}
.re-overlay.is-open { display: flex; }

.re-zoom-wrap {
  position: relative;
  max-width: 75vw;
  max-height: 75vh;
}
.re-zoom-img {
  display: block;
  max-width: 75vw;
  max-height: 75vh;
  width: auto;
  height: auto;
}
.re-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
}


/* === Recent Events arrows (visible controls) === */
.re-zoom-wrap .re-prev,
.re-zoom-wrap .re-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.re-zoom-wrap .re-prev { left: 8px; }
.re-zoom-wrap .re-next { right: 8px; }

/* Larger touch targets on mobile */
@media (max-width: 640px) {
  .re-zoom-wrap .re-prev,
  .re-zoom-wrap .re-next {
    width: 52px;
    height: 52px;
    font-size: 28px;
    line-height: 52px;
  }
}



/* --- Home hero layout (logo on right) --- */
.home-hero-flex{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;}
.home-hero-left{flex:1 1 380px;min-width:200px;}
.home-hero-right{flex:auto;display:flex;justify-content:flex-end;align-items:center;width:min(40% 800px);}
.home-hero-logo{max-width:100%;height:auto;object-fit:contain}
@media (max-width: 768px){
  .home-hero-right{width:100%;justify-content:center;margin-top:1rem}
}


/* === Mobile Navigation (clean) === */
.nav-toggle{
  display:none;
  background:transparent;
  border:1px solid #e2e8f0;
  border-radius:10px;
  padding:.5rem .7rem;
  font-size:1.25rem;
  line-height:1;
  cursor:pointer;
}
.nav-toggle:focus{outline:2px solid var(--brand);outline-offset:2px}
.nav-toggle-icon{display:inline-block}

@media (max-width: 900px){
  header.site .nav{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:.75rem;
    flex-wrap:wrap;
    padding:.75rem 0;
  }
  /* Show toggle, push it to the right */
  header.site .nav .nav-toggle{
    display:inline-flex;
    margin-left:auto;
  }
  /* Collapse/expand the nav with smooth animation */
  header.site nav{
    width:100%;
    overflow:hidden;
    max-height:0;
    transition:max-height .35s ease, opacity .25s ease;
    opacity:0;
    display:block; /* override desktop flex if any */
    padding:0;
  }
  header.site nav.open{
    max-height:800px; /* smooth expand */
    opacity:1;
    padding-top:.25rem;
    padding-bottom:.5rem;
  }
  /* Stack links vertically, full width */
  header.site nav a{
    display:block;
    width:100%;
    padding:.9rem 0;
    margin:0;
    border-top:1px solid #e5e7eb;
  }
  header.site nav a.cta{
    border-top:1px solid #e5e7eb;
  }
}





/* === Mobile Navigation (with nicer link padding) === */
@media (max-width: 900px){
  header.site .nav{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:.75rem;
  }
  header.site .nav .nav-toggle{
    display:inline-flex;
    margin-left:auto;
  }
  header.site nav{
    width:100%;
    overflow:hidden;
    max-height:0;
    opacity:0;
    transition:max-height .35s ease, opacity .25s ease;
    padding:0;
    display:block;
  }
  header.site nav.open{
    max-height:800px !important;
    opacity:1 !important;
    padding-top:.25rem;
    padding-bottom:.75rem;
  }
  header.site nav a{
    display:block;
    width:100%;
    padding:1rem 1.25rem;  /* more comfortable padding */
    margin:0;
    border-top:1px solid #e5e7eb;
    font-size:1.05rem;     /* slightly larger text */
  }
  header.site nav a:first-child{
    border-top:none;
  }
}
