
:root{
  --taupe:#9A8F6C;
  --taupe-dark:#7E7458;
  --paper:#FBF7F0;
  --ink:#111827;
  --white:#ffffff;
}
*{box-sizing:border-box}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial; background:var(--paper); color:var(--ink);}
.hero{position:relative}
.hero-img{width:100%; height:42vh; min-height:280px; object-fit:cover; display:block;}
.hero-band{
  background:var(--taupe);
  color:var(--white);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  padding:18px 14px;
}
.flourish{color:rgba(0,0,0,.25); font-family:serif; font-size:34px; line-height:1;}
.hero-text{text-align:center;}
.brand{font-family:Georgia,'Times New Roman',serif; letter-spacing:.08em; font-size:20px;}
.sub{margin-top:6px; font-size:12px; letter-spacing:.18em;}
.welcome{margin-top:10px; font-family:Georgia,'Times New Roman',serif; font-size:30px;}

.sticky{
  position:sticky; top:0; z-index:50;
  display:flex; align-items:center; justify-content:space-between;
  padding:10px 14px;
  background:rgba(251,247,240,.92);
  backdrop-filter:saturate(160%) blur(10px);
  border-bottom:1px solid rgba(17,24,39,.08);
}
.burger{border:0; background:transparent; font-size:22px; padding:8px 10px; border-radius:10px;}
.burger:active{background:rgba(0,0,0,.06)}
.sticky-title{font-weight:600; opacity:.85}
.cta{
  display:flex; align-items:center; gap:8px;
  text-decoration:none; color:var(--ink);
  padding:8px 10px; border-radius:999px;
  border:1px solid rgba(17,24,39,.12);
  background:var(--white);
}
.cta svg{width:18px;height:18px}
.cta span{font-size:13px; font-weight:600}

.page{max-width:980px; margin:0 auto; padding:22px 14px 0;}
.intro{text-align:center; padding:18px 10px;}
.intro h1{
  margin:8px 0 10px;
  font-family:Georgia,'Times New Roman',serif;
  letter-spacing:.18em;
  font-size:22px;
  color:var(--taupe-dark);
}
.tap{margin:0; font-size:13px; opacity:.75}
.welcome-text{max-width:820px; margin:14px auto 0; font-size:15px; line-height:1.6; opacity:.92}

.quick{
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:12px;
  padding:0 6px 14px;
}
.quick-card{
  background:var(--white);
  border:1px solid rgba(17,24,39,.10);
  border-radius:16px;
  padding:12px 12px;
  box-shadow:0 6px 18px rgba(17,24,39,.04);
}
.quick-k{font-size:11px; letter-spacing:.14em; text-transform:uppercase; opacity:.72; font-weight:900}
.quick-v{margin-top:6px; font-weight:800}
@media (max-width:840px){
  .quick{grid-template-columns:repeat(2, 1fr);}
}

.photo-strip{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
  padding:8px 6px 18px;
}
.photo-card{
  background:var(--white);
  border:1px solid rgba(17,24,39,.10);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(17,24,39,.05);
}
.photo-card img{width:100%; height:160px; object-fit:cover; display:block;}
.photo-cap{padding:10px 12px; font-size:12.5px; opacity:.88; font-weight:650}
@media (max-width:720px){
  .photo-strip{grid-template-columns:1fr; }
  .photo-card img{height:190px;}
}

.grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(170px, 1fr));
  gap:18px;
  padding:8px 6px 24px;
}
.icon-card{
  text-decoration:none;
  color:var(--ink);
  background:var(--white);
  border:1px solid rgba(17,24,39,.10);
  border-radius:18px;
  padding:18px 14px;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  min-height:140px;
  box-shadow:0 6px 18px rgba(17,24,39,.05);
}
.icon-card:active{transform:scale(.99)}
.icon-bubble{
  width:56px; height:56px; border-radius:999px;
  border:1px solid rgba(17,24,39,.12);
  display:flex; align-items:center; justify-content:center;
  color:var(--taupe-dark);
}
.icon-bubble svg{width:28px;height:28px}
.icon-label{margin-top:14px; font-size:14px; font-weight:650; text-align:center; line-height:1.25}

.section{
  margin-top:20px;
  background:var(--white);
  border:1px solid rgba(17,24,39,.10);
  border-radius:18px;
  padding:18px 16px;
  box-shadow:0 6px 18px rgba(17,24,39,.04);
}
.section-header{display:flex; align-items:baseline; justify-content:space-between; gap:12px;}
.section-header h2{margin:0; font-family:Georgia,'Times New Roman',serif; font-size:20px;}
.backtop{text-decoration:none; font-size:12px; color:var(--taupe-dark); font-weight:650}
.section-media{
  margin-top:12px;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(17,24,39,.10);
}
.section-media img{width:100%; height:220px; object-fit:cover; display:block;}
.section-body{margin:12px 0 0; line-height:1.6; opacity:.92}

.bullets{margin:10px 0 0 18px; padding:0}
.bullets li{margin:8px 0; line-height:1.55; opacity:.93}

.two-col{
  margin-top:12px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
@media (max-width:720px){
  .two-col{grid-template-columns:1fr;}
}

.card{
  border:1px solid rgba(17,24,39,.10);
  border-radius:16px;
  padding:14px 14px;
  background:linear-gradient(180deg, rgba(251,247,240,.6), rgba(255,255,255,.9));
}
.kicker{font-size:12px; letter-spacing:.12em; text-transform:uppercase; opacity:.7; font-weight:800}
.big{margin-top:8px; font-size:16px}
.note{margin-top:10px; font-size:12.5px; opacity:.78; line-height:1.45}
.linkbtn{
  display:inline-block;
  margin-top:12px;
  text-decoration:none;
  font-weight:750;
  font-size:13px;
  color:var(--ink);
  border:1px solid rgba(17,24,39,.12);
  background:var(--white);
  padding:10px 12px;
  border-radius:999px;
}
.qr-card{display:flex; flex-direction:column; gap:10px; align-items:flex-start}
.qr{width:150px; height:150px; object-fit:contain; border:1px solid rgba(17,24,39,.10); border-radius:14px; background:var(--white); padding:8px}

.callout{
  margin-top:12px;
  border-radius:16px;
  border:1px solid rgba(17,24,39,.10);
  background:rgba(154,143,108,.12);
  padding:14px 14px;
}
.callout-title{font-weight:900; letter-spacing:.06em}
.callout-body{margin-top:6px; line-height:1.55; opacity:.92}

.footer{margin-top:26px; padding:26px 0 42px;}
.footer-inner{
  text-align:center;
  padding:18px 10px;
  border-top:1px solid rgba(17,24,39,.08);
}
.foot-brand{font-weight:900}
.foot-sub{font-size:12px; opacity:.75; margin-top:2px}
.foot-note{font-size:12px; opacity:.75; margin-top:10px}

.drawer{
  position:fixed; inset:0;
  background:rgba(0,0,0,.35);
  opacity:0; pointer-events:none;
  transition:opacity .2s ease;
  z-index:60;
}
.drawer.open{opacity:1; pointer-events:auto;}
.drawer-sheet{
  position:absolute; top:0; left:0;
  width:min(320px, 88vw); height:100%;
  background:var(--paper);
  border-right:1px solid rgba(17,24,39,.10);
  padding:16px;
  transform:translateX(-102%);
  transition:transform .24s ease;
}
.drawer.open .drawer-sheet{transform:translateX(0);}
.drawer-head{display:flex; gap:12px; align-items:center; padding:10px 6px 16px;}
.drawer-logo{width:44px;height:44px;border-radius:12px; object-fit:cover; border:1px solid rgba(17,24,39,.12)}
.drawer-brand{font-weight:800}
.drawer-sub{font-size:12px; opacity:.75}
.drawer-links{display:flex; flex-direction:column; gap:8px; padding:6px}
.drawer-links a{
  text-decoration:none; color:var(--ink);
  padding:10px 10px; border-radius:12px;
  border:1px solid rgba(17,24,39,.10);
  background:var(--white);
  font-weight:650; font-size:14px;
}
.drawer-links a:active{background:rgba(0,0,0,.05)}
