:root{
  --bg:#fbfaf7;
  --fg:#0f1216;
  --muted:#6b7280;
  --card:#ffffff;
  --stroke:rgba(15,18,22,.10);
  --stroke2:rgba(15,18,22,.06);
  --gold:#b08a2e;
  --gold2:#e7d3a6;
  --shadow: 0 18px 60px rgba(15,18,22,.10);
  --radius: 18px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:
    radial-gradient(1200px 900px at 30% -10%, rgba(176,138,46,.08), transparent 60%),
    radial-gradient(900px 700px at 85% 10%, rgba(176,138,46,.05), transparent 60%),
    linear-gradient(#fbfaf7, #fbfaf7);
  color:var(--fg);
  overflow-x:hidden;
}

a{color:inherit; text-decoration:none}
.container{width:min(1160px, calc(100% - 40px)); margin:0 auto;}

.topbar{
  position:sticky; top:0; z-index:20;
  background: rgba(251,250,247,.78);
  backdrop-filter: blur(14px);
  border-bottom:1px solid var(--stroke2);
}
.topbar-inner{display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:16px;}

.brand{display:flex; align-items:center; gap:10px}
.brand.small{gap:10px}
.brand-mark{
  width:10px; height:10px; border-radius:999px;
  background: linear-gradient(135deg, var(--gold), #d6b56b);
  box-shadow: 0 0 0 6px rgba(176,138,46,.10);
}
.brand-name{font-weight:700; letter-spacing:.2px}
.brand-sub{display:none; font-size:12px; color:rgba(176,138,46,.75); letter-spacing:.12em; text-transform:uppercase}
@media (min-width:820px){.brand-sub{display:inline; margin-left:6px}}

.nav{display:none; gap:14px; align-items:center}
@media (min-width:900px){.nav{display:flex}}
.nav-link{font-size:13px; color:var(--muted); padding:10px 10px; border-radius:12px}
.nav-link:hover{background: rgba(15,18,22,.04); color:var(--fg)}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px; border-radius:14px;
  font-weight:600; font-size:13px;
  border:1px solid var(--stroke);
  background: var(--card);
  box-shadow: 0 10px 28px rgba(15,18,22,.08);
}
.btn-lg{padding:12px 16px; border-radius:16px}
.btn-primary{
  border-color: rgba(176,138,46,.35);
  background:
    linear-gradient(135deg, rgba(176,138,46,.12), rgba(255,255,255,1));
}
.btn-ghost{background: transparent; border-color: var(--stroke2); box-shadow:none; color:var(--fg)}
.wfull{width:100%}

.hero{padding:72px 0 28px; position:relative}
.hero-grid{display:grid; gap:22px; align-items:start}
@media (min-width:980px){.hero-grid{grid-template-columns: 1.05fr .95fr; padding-top:10px}}

.kicker{font-size:12px; letter-spacing:.18em; text-transform:uppercase; color:rgba(176,138,46,.85)}
.headline{margin:12px 0 0; font-family:Fraunces,serif; font-weight:700; letter-spacing:-.8px; font-size: clamp(36px, 4.7vw, 66px); line-height:1.02}
.headline .br{display:block; margin-top:8px}
.gold{color:var(--gold)}
.subhead{margin:12px 0 0; color:var(--muted); line-height:1.75; max-width:60ch}

.cta{margin-top:18px; display:flex; flex-wrap:wrap; gap:10px}

.micro{margin-top:18px; display:flex; align-items:center; gap:12px; color:rgba(15,18,22,.55); font-size:12px}
.micro-line{height:1px; width:64px; background: rgba(176,138,46,.25)}

.hero-right{position:relative}
.editorial{display:grid; gap:12px; grid-template-columns: 1.05fr .95fr;}
.ed-col{display:flex; flex-direction:column; gap:12px}

.plate{margin:0; border-radius: 22px; overflow:hidden; border:1px solid var(--stroke2);
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow);
}
.plate img{width:100%; height:360px; object-fit:cover; display:block}
.plate.small img{height:180px}
.plate.mid img{height:260px}
.plate figcaption{display:flex; justify-content:space-between; gap:10px; padding:12px 14px; border-top:1px solid var(--stroke2)}
.cap{font-weight:600}
.cap-sub{color:var(--muted); font-size:12px}

.stamp{border-radius:22px; border:1px solid rgba(176,138,46,.22); background: rgba(176,138,46,.05);
  padding:16px; box-shadow: 0 10px 28px rgba(15,18,22,.05);
}
.stamp-k{font-size:12px; letter-spacing:.18em; text-transform:uppercase; color:rgba(176,138,46,.85)}
.stamp-v{margin-top:8px; font-family:Fraunces,serif; font-size:34px; color:var(--fg)}

.hero-rule{margin-top:26px; height:1px; background: linear-gradient(90deg, transparent, rgba(176,138,46,.28), transparent);}

.section{padding:74px 0}
.section-head{max-width:74ch}
.eyebrow{font-size:12px; letter-spacing:.18em; text-transform:uppercase; color:rgba(176,138,46,.85)}
.h2{margin:10px 0 0; font-family:Fraunces,serif; font-weight:700; letter-spacing:-.3px; font-size: clamp(24px, 3vw, 40px)}
.p{margin:10px 0 0; color:var(--muted); line-height:1.75}

.gallery{margin-top:18px; display:grid; gap:18px}
.folio{border-top:1px solid var(--stroke2); padding-top:18px}
.folio:first-child{border-top:none; padding-top:0}
.folio-media{display:block; border-radius: 24px; overflow:hidden; border:1px solid var(--stroke2); box-shadow: var(--shadow)}
.folio-media img{width:100%; height:320px; object-fit:cover; display:block}
.folio.split .folio-media img{height:420px}

.folio-meta{display:flex; justify-content:space-between; gap:14px; align-items:flex-end; margin-top:12px; flex-wrap:wrap}
.folio-title{font-weight:700; font-size:16px}
.folio-sub{color:var(--muted); margin-top:6px; font-size:13px}
.folio-tags{display:flex; gap:8px; flex-wrap:wrap}
.folio-tags span{font-size:12px; color:rgba(176,138,46,.95); border:1px solid rgba(176,138,46,.20); padding:6px 10px; border-radius:999px; background: rgba(176,138,46,.04)}

.cards{margin-top:18px; display:grid; gap:12px}
@media (min-width:960px){.cards{grid-template-columns: repeat(3, minmax(0,1fr)); gap:14px}}
.card{border-radius: 22px; border:1px solid var(--stroke2); background: rgba(255,255,255,.86); padding:16px; box-shadow: 0 10px 30px rgba(15,18,22,.06)}
.card-n{font-family:Fraunces,serif; color:var(--gold); font-weight:700}
.card-h{margin-top:8px; font-weight:700}
.card-p{margin-top:8px; color:var(--muted); line-height:1.65}

.steps{margin-top:18px; display:grid; gap:10px}
.step{display:flex; gap:14px; padding:14px; border-radius:18px; border:1px solid var(--stroke2); background: rgba(255,255,255,.82)}
.n{font-family:Fraunces,serif; color:var(--gold); font-weight:700}
.sh{font-weight:700}
.sp{color:var(--muted); margin-top:6px; line-height:1.6}

.contact{display:grid; gap:12px}
@media (min-width:980px){.contact{grid-template-columns: 1.05fr .95fr; align-items:start}}
.note{margin-top:12px; padding:12px; border:1px solid rgba(176,138,46,.16); border-radius:16px; background: rgba(176,138,46,.04); color: var(--muted)}

.form{border-radius:22px; border:1px solid var(--stroke2); background: rgba(255,255,255,.90); padding:16px; box-shadow: var(--shadow)}
.field{display:grid; gap:6px; margin-bottom:12px}
.field label{font-size:12px; color:var(--muted)}
.field input, .field textarea{
  width:100%;
  border-radius: 16px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,1);
  padding:12px;
  color:var(--fg);
  outline:none;
}
.field input:focus, .field textarea:focus{border-color: rgba(176,138,46,.38); box-shadow: 0 0 0 5px rgba(176,138,46,.10)}
.fine{margin-top:10px; font-size:12px; color:var(--muted)}

.footer{margin-top:40px; padding-top:18px; border-top:1px solid var(--stroke2); display:flex; flex-wrap:wrap; gap:12px; justify-content:space-between; align-items:center}
.muted{color:var(--muted)}

/* reveal only (subtle) */
[data-reveal]{opacity:0; transform: translateY(10px); transition: opacity .65s ease, transform .65s ease;}
[data-reveal].is-in{opacity:1; transform: translateY(0)}

.proof-grid{margin-top:18px; display:grid; gap:12px}
@media (min-width:960px){.proof-grid{grid-template-columns: repeat(3, minmax(0,1fr)); gap:14px}}
.proof{border-radius:22px; border:1px solid var(--stroke2); background: rgba(255,255,255,.86); padding:16px; box-shadow: 0 10px 30px rgba(15,18,22,.05)}
.proof-h{font-weight:700}
.proof-p{margin-top:8px; color:var(--muted); line-height:1.65}

.testimonials{margin-top:18px; display:grid; gap:12px}
@media (min-width:960px){.testimonials{grid-template-columns: repeat(3, minmax(0,1fr)); gap:14px}}
.testi{border-radius:22px; border:1px solid rgba(176,138,46,.16); background: rgba(176,138,46,.04); padding:16px}
.q{font-family:Fraunces,serif; font-size:18px; line-height:1.25}
.a{margin-top:10px; font-size:12px; color:var(--muted)}

.faq{margin-top:18px; border-top:1px solid var(--stroke2)}
.faq-i{padding:14px 0; border-bottom:1px solid var(--stroke2)}
.faq-i summary{cursor:pointer; font-weight:700}
.faq-c{margin-top:8px; color:var(--muted); line-height:1.65}

@media (max-width:540px){
  .editorial{grid-template-columns: 1fr;}
  .plate img{height:260px}
  .folio-media img{height:260px}
  .folio.split .folio-media img{height:320px}
}
