:root{
  --primary:#290809;
  --accent:#553A3D;
  --muted:#806D71;
  --bg:#F6F2F3;
  --card:#FFFFFF;
  --text:#1f1b1c;
  --sub:#4c3f41;
  --shadow: 0 18px 50px rgba(0,0,0,.16);
  --radius: 20px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  background:linear-gradient(180deg, #fff 0%, var(--bg) 100%);
}
img{max-width:100%; display:block}
a{color:inherit}
.container{width:min(1120px, 92vw); margin:0 auto}

.skip{
  position:absolute; left:-999px; top:8px;
  background:#fff; padding:10px 12px; border-radius:12px;
  box-shadow:var(--shadow); z-index:999;
}
.skip:focus{left:12px}

.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.78);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.header-inner{display:flex; align-items:center; justify-content:space-between; gap:16px; padding:10px 0}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none}
.brand-mark{width:44px; height:44px; border-radius:14px; object-fit:cover; border:1px solid rgba(0,0,0,.08)}
.brand-text{display:flex; flex-direction:column; line-height:1.05}
.brand-name{font-family:"Cormorant Garamond", serif; font-weight:700; font-size:20px}
.brand-tag{font-size:12px; color:var(--sub)}

.nav{display:flex; align-items:center; gap:18px}
.nav a{text-decoration:none; font-weight:600; font-size:14px; color:var(--sub)}
.nav a:hover{color:var(--primary)}

.nav-toggle{
  display:none;
  width:44px; height:44px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.10);
  background:#fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
.nav-toggle span{display:block; height:2px; background:var(--primary); margin:7px 10px; border-radius:99px}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.10);
  background:var(--primary);
  color:#fff;
  text-decoration:none;
  font-weight:700;
  box-shadow: 0 14px 40px rgba(41,8,9,.18);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover{transform: translateY(-1px); box-shadow: 0 18px 60px rgba(41,8,9,.22)}
.btn--ghost{background:transparent; color:var(--primary); border-color: rgba(41,8,9,.25); box-shadow:none}
.btn--ghost:hover{background:rgba(41,8,9,.06)}
.btn--small{padding:10px 14px; font-size:14px}
.btn--full{width:100%}

.hero{position:relative; min-height:78vh; display:grid; place-items:center; padding:72px 0}
.hero-bg{
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(246,242,243,.92) 0%, rgba(246,242,243,.64) 45%, rgba(246,242,243,.24) 70%, rgba(246,242,243,.92) 100%),
    url("../img/hero.jpg") center/cover no-repeat;
  filter:saturate(1.02);
}
.hero-inner{position:relative; z-index:2}
.hero-card{
  width:min(680px, 100%);
  background:rgba(255,255,255,.78);
  backdrop-filter: blur(10px);
  border:1px solid rgba(0,0,0,.08);
  border-radius: var(--radius);
  padding: clamp(18px, 4vw, 34px);
  box-shadow: var(--shadow);
}
.eyebrow{letter-spacing:.12em; text-transform:uppercase; font-size:12px; color:var(--sub); margin:0 0 10px}
h1{
  font-family:"Cormorant Garamond", serif;
  font-size: clamp(34px, 5vw, 56px);
  line-height:1.02;
  margin:0 0 10px;
}
.lead{font-size: clamp(16px, 2.1vw, 18px); color:var(--sub); margin:0 0 18px; line-height:1.6}
.hero-cta{display:flex; flex-wrap:wrap; gap:12px; margin:14px 0 18px}
.badges{display:flex; flex-wrap:wrap; gap:10px}
.badges span{
  font-size:13px;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(41,8,9,.06);
  border:1px solid rgba(41,8,9,.12);
  color:var(--primary);
  font-weight:700;
}

.section{padding:72px 0}
.section--tint{background:linear-gradient(180deg, rgba(41,8,9,.04), rgba(41,8,9,.02))}
.section--dark{background: radial-gradient(1200px 600px at 10% 0%, rgba(255,255,255,.10), transparent 55%), var(--primary); color:#fff}
.section--dark .subhead, .section--dark .muted, .section--dark .contact-item .label{color:rgba(255,255,255,.78)}
.section-head{margin-bottom:22px}
.section-head h2{margin:0 0 8px; font-family:"Cormorant Garamond", serif; font-size:36px}
.section-head p{margin:0; color:var(--sub); line-height:1.6}
.section--dark .section-head p{color:rgba(255,255,255,.78)}

.grid-2{display:grid; grid-template-columns: 1.08fr .92fr; gap:26px; align-items:start}
h2{font-family:"Cormorant Garamond", serif; font-size:42px; margin:0 0 6px}
.subhead{margin:0 0 14px; color:var(--sub); font-weight:600}
p{line-height:1.7}
.checklist{list-style:none; padding:0; margin:18px 0 0; display:grid; gap:10px}
.checklist li{position:relative; padding-left:28px; color:var(--sub)}
.checklist li::before{
  content:"";
  position:absolute; left:0; top:.35em;
  width:18px; height:18px; border-radius:6px;
  background: rgba(41,8,9,.10);
  border:1px solid rgba(41,8,9,.22);
}
.checklist li::after{
  content:"";
  position:absolute; left:6px; top:.58em;
  width:7px; height:4px;
  border-left:2px solid var(--primary);
  border-bottom:2px solid var(--primary);
  transform: rotate(-45deg);
}
.actions{margin-top:14px; display:flex; gap:14px; flex-wrap:wrap}
.link{text-decoration:none; font-weight:800; color:var(--primary)}
.link:hover{text-decoration:underline}

.photo-card{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(0,0,0,.08);
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: var(--shadow);
}
.photo-card img{aspect-ratio: 4/3; object-fit:cover}
.photo-caption{padding:14px 16px; color:var(--sub)}

.cards{display:grid; grid-template-columns: repeat(4, 1fr); gap:16px; margin-top:18px}
.card{
  background: rgba(255,255,255,.86);
  border:1px solid rgba(0,0,0,.08);
  border-radius: var(--radius);
  padding:18px 18px 16px;
  box-shadow: 0 14px 40px rgba(0,0,0,.06);
}
.card h3{margin:0 0 8px; font-size:18px}
.card p{margin:0 0 10px; color:var(--sub)}
.card ul{margin:0; padding-left:18px; color:var(--sub)}
.card li{margin:6px 0}

.gallery{display:grid; grid-template-columns: repeat(5, 1fr); gap:10px}
.gitem{
  border:0; padding:0; margin:0;
  border-radius:16px;
  overflow:hidden;
  background:transparent;
  cursor:pointer;
  position:relative;
  outline: none;
}
.gitem img{width:100%; height:100%; object-fit:cover; aspect-ratio:1/1; transform: scale(1); transition: transform .18s ease}
.gitem:hover img{transform: scale(1.03)}
.note{margin-top:12px; color:var(--sub)}

.video-wrap{
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid rgba(0,0,0,.10);
  box-shadow: var(--shadow);
  background:#000;
}
.video-wrap iframe{width:100%; aspect-ratio:16/9; display:block}

.social-buttons{display:flex; gap:12px; flex-wrap:wrap; margin:14px 0}
.muted{color:var(--sub)}
.embeds .embed-card{
  background:rgba(255,255,255,.82);
  border:1px solid rgba(0,0,0,.08);
  border-radius: var(--radius);
  padding:16px;
  box-shadow: 0 14px 40px rgba(0,0,0,.06);
}
.embed-card h3{margin:0 0 10px}
.embed-frame{width:100%; overflow:hidden; border-radius:16px}
.embed-frame iframe{width:100%; border:0}

.contact-list{display:grid; gap:10px; margin-top:18px}
.contact-item{
  display:flex; justify-content:space-between; gap:12px;
  padding:14px 16px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  text-decoration:none;
}
.contact-item:hover{background: rgba(255,255,255,.10)}
.contact-item.no-link{cursor:default}
.contact-item .label{font-weight:800; color:rgba(255,255,255,.82)}
.contact-item .value{font-weight:700}

.form{
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  padding:18px;
}
.field{display:grid; gap:6px; margin-bottom:12px}
label{font-weight:800}
input, textarea{
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.10);
  color:#fff;
  padding:12px 12px;
  font-size:15px;
  outline:none;
}
input::placeholder, textarea::placeholder{color:rgba(255,255,255,.65)}
input:focus, textarea:focus{border-color: rgba(255,255,255,.45)}
.form-note{margin:10px 0 0; color:rgba(255,255,255,.78); font-size:13px; line-height:1.5}
.lead2{color:rgba(255,255,255,.90)}

.fab{
  position:fixed; right:18px; bottom:18px;
  width:58px; height:58px;
  border-radius:999px;
  display:grid; place-items:center;
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  box-shadow: 0 20px 60px rgba(0,0,0,.22);
  z-index:80;
}
.fab svg{width:30px; height:30px; fill:var(--primary)}

.footer{padding:28px 0; background:#fff; border-top:1px solid rgba(0,0,0,.08)}
.foot-inner{display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap}
.footer p{margin:0; color:var(--sub)}
.footer a{color:var(--primary); font-weight:800; text-decoration:none}
.footer a:hover{text-decoration:underline}

.lightbox{
  position:fixed; inset:0;
  background: rgba(0,0,0,.82);
  display:none;
  align-items:center; justify-content:center;
  padding: 18px;
  z-index:120;
}
.lightbox.open{display:flex}
.lb-img{max-width:min(1100px, 96vw); max-height: 86vh; border-radius: 18px; box-shadow: 0 30px 90px rgba(0,0,0,.55)}
.lb-close{
  position:absolute; top:14px; right:14px;
  width:46px; height:46px;
  border-radius:999px;
  border:0;
  background: rgba(255,255,255,.12);
  color:#fff;
  font-size:28px;
  cursor:pointer;
}

@media (max-width: 980px){
  .cards{grid-template-columns: repeat(2, 1fr)}
  .gallery{grid-template-columns: repeat(3, 1fr)}
  .grid-2{grid-template-columns: 1fr;}
  .hero{min-height:72vh; padding:64px 0}
}

@media (max-width: 740px){
  .nav{display:none}
  .nav-toggle{display:inline-block}
  .nav.open{
    display:flex;
    position:absolute;
    top:64px; right:4vw; left:4vw;
    flex-direction:column;
    gap:10px;
    padding:14px;
    background: rgba(255,255,255,.92);
    border:1px solid rgba(0,0,0,.08);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
  .nav.open a{padding:10px 10px; font-size:16px}
  h2{font-size:34px}
  .section{padding:56px 0}
  .gallery{grid-template-columns: repeat(2, 1fr)}
}
