:root{
  /* Light warm base */
  --bg0:#fbf7f2;
  --bg1:#f3eee7;

  --surface: rgba(255,255,255,.70);
  --surface-2: rgba(255,255,255,.85);
  --stroke: rgba(70,55,45,.12);

  --text: rgba(43,36,31,.92);
  --muted: rgba(66,56,49,.70);
  --muted2: rgba(66,56,49,.58);

  /* Warm, feminine but calm */
  --brand: #f2c6b8;   /* soft rosé */
  --brand2:#f6d7b8;   /* peach */
  --ok:#5bbf7a;

  --shadow: 0 18px 55px rgba(18, 12, 8, .12);
  --shadow2: 0 10px 28px rgba(18, 12, 8, .10);

  --radius: 18px;
  --radius-lg: 26px;
  --max: 1120px;
  --focus: 0 0 0 3px rgba(242, 198, 184, .35);

  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:
    radial-gradient(1100px 520px at 18% 0%, rgba(246,215,184,.55), transparent 60%),
    radial-gradient(900px 520px at 82% 0%, rgba(242,198,184,.48), transparent 58%),
    radial-gradient(900px 620px at 60% 92%, rgba(91,191,122,.16), transparent 65%),
    linear-gradient(180deg, var(--bg0) 0%, var(--bg1) 55%, #efe8e0 100%);
  overflow-x:hidden;
}

a{color:inherit; text-decoration:none}
a:hover{text-decoration:none}
img{max-width:100%; display:block}
button{font:inherit}

.skip{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip:focus{
  left:12px; top:12px; width:auto; height:auto; padding:10px 12px;
  background:#fff; border:1px solid var(--stroke); border-radius:12px; z-index:9999;
  box-shadow: var(--shadow);
}

.container{max-width:var(--max); margin:0 auto; padding:18px 16px 64px}
@media (min-width: 720px){
  .container{padding:24px 20px 80px}
}

.header{
  position:sticky; top:0; z-index:30;
  background: linear-gradient(180deg, rgba(251,247,242,.92) 0%, rgba(251,247,242,.76) 70%, rgba(251,247,242,0) 100%);
  backdrop-filter: blur(10px);
}
.header-inner{
  max-width:var(--max); margin:0 auto; padding:14px 16px;
  display:flex; align-items:center; gap:12px; justify-content:space-between;
}
.brand{
  display:flex; align-items:center; gap:10px; min-width:0;
}
.brand-logo{
  width:44px; height:44px; border-radius:14px;
  background: linear-gradient(145deg, rgba(246,215,184,.85), rgba(242,198,184,.70));
  border:1px solid var(--stroke);
  display:grid; place-items:center;
  box-shadow: var(--shadow2);
  overflow:hidden;
}
.brand-logo img{width:100%; height:100%; object-fit:contain; padding:6px}
.brand-title{
  display:flex; flex-direction:column; line-height:1.05;
}
.brand-title strong{font-size:14px; letter-spacing:.2px}
.brand-title span{font-size:12px; color:var(--muted2); margin-top:2px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:60vw}

.menu-btn{
  display:inline-flex; align-items:center; gap:8px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.55);
  color:var(--text);
  padding:10px 12px;
  border-radius:14px;
  box-shadow: var(--shadow2);
  cursor:pointer;
}
.menu-btn:focus{outline:none; box-shadow: var(--focus), var(--shadow2)}
.menu-btn .bars{display:grid; gap:4px}
.menu-btn .bars span{
  width:18px; height:2px; background: rgba(43,36,31,.72); border-radius:3px; display:block;
}
.menu-panel{
  position:absolute; left:0; right:0; top:64px;
  padding:0 16px 14px;
  display:none;
}
.menu-panel[data-open="true"]{display:block}
.nav{
  max-width:var(--max); margin:0 auto;
  background: rgba(255,255,255,.70);
  border:1px solid var(--stroke);
  border-radius: var(--radius-lg);
  padding:12px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.nav-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap:6px;
}
.nav a{
  padding:10px 12px;
  border-radius:14px;
  border:1px solid transparent;
  color:var(--muted);
  background: rgba(255,255,255,.35);
}
.nav a:hover{
  color:var(--text);
  border-color: rgba(70,55,45,.14);
  background: rgba(255,255,255,.55);
}
.nav a[aria-current="page"]{
  color: #2b241f;
  background: linear-gradient(145deg, rgba(246,215,184,1), rgba(242,198,184,.95));
  border-color: rgba(70,55,45,.16);
}
@media (min-width: 920px){
  .menu-btn{display:none}
  .menu-panel{position:static; display:block; padding:0}
  .nav{background:transparent; border:0; padding:0; box-shadow:none; backdrop-filter:none}
  .nav-grid{
    grid-template-columns: repeat(8, minmax(0,1fr));
    gap:8px;
  }
  .nav a{padding:10px 10px; font-size:13px; text-align:center; background: rgba(255,255,255,.38)}
  .brand-title span{max-width:38vw}
}

/* Hero */
.hero{padding:22px 0 10px}
.hero-card{
  position:relative;
  border-radius: var(--radius-lg);
  border:1px solid var(--stroke);
  background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.58));
  box-shadow: var(--shadow);
  overflow:hidden;
}
.hero-card::before{
  content:"";
  position:absolute; inset:-2px;
  background:
    radial-gradient(800px 220px at 20% 20%, rgba(246,215,184,.55), transparent 60%),
    radial-gradient(700px 220px at 80% 30%, rgba(242,198,184,.45), transparent 62%),
    radial-gradient(700px 260px at 50% 100%, rgba(91,191,122,.16), transparent 64%);
  filter: blur(2px);
  opacity:.95;
}
.hero-inner{
  position:relative;
  padding:22px 18px 18px;
  display:grid;
  gap:16px;
}
@media (min-width: 860px){
  .hero-inner{
    grid-template-columns: 1.2fr .8fr;
    align-items:center;
    padding:28px 26px 26px;
  }
}
.kicker{
  display:inline-flex; gap:8px; align-items:center;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(70,55,45,.14);
  background: rgba(255,255,255,.52);
  color: var(--muted);
  font-size:12px;
  width:fit-content;
}
.kicker .dot{
  width:8px; height:8px; border-radius:999px;
  background: linear-gradient(145deg, var(--brand2), var(--brand));
  box-shadow: 0 0 0 4px rgba(242,198,184,.22);
}
h1{
  margin:10px 0 8px;
  font-size: clamp(28px, 5vw, 44px);
  letter-spacing:-.6px;
}
.lead{
  margin:0;
  font-size: clamp(15px, 2.4vw, 18px);
  color: var(--muted);
  line-height:1.55;
}
.cta-row{
  display:flex; gap:10px; flex-wrap:wrap;
  margin-top:14px;
}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(70,55,45,.14);
  background: rgba(255,255,255,.62);
  color: var(--text);
  min-width: 160px;
  cursor:pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
  box-shadow: var(--shadow2);
}
.btn:hover{transform: translateY(-1px); background: rgba(255,255,255,.78); border-color: rgba(70,55,45,.18)}
.btn.primary{
  background: linear-gradient(145deg, rgba(246,215,184,1), rgba(242,198,184,.95));
  border-color: rgba(70,55,45,.16);
}
.btn.primary:hover{background: linear-gradient(145deg, rgba(246,215,184,1), rgba(242,198,184,1))}
.btn:focus{outline:none; box-shadow: var(--focus), var(--shadow2)}

.hero-media{display:grid; gap:10px}
.media-grid{display:grid; grid-template-columns: repeat(3, 1fr); gap:10px}
.media{
  border-radius: 18px;
  border:1px solid rgba(70,55,45,.12);
  background: rgba(255,255,255,.55);
  overflow:hidden;
  aspect-ratio: 4/3;
  position:relative;
  box-shadow: var(--shadow2);
}
.media img{width:100%; height:100%; object-fit:cover; filter:saturate(1.02) contrast(1.02)}
.media .ph{
  position:absolute; inset:0;
  display:grid; place-items:center;
  color: rgba(66,56,49,.55);
  font-size:12px;
}

/* Sections + cards */
.section{margin-top:22px}
.section-head{display:flex; justify-content:space-between; align-items:flex-end; gap:14px; margin-bottom:12px}
.section-head h2{margin:0; font-size:18px; letter-spacing:-.2px}
.section-head p{margin:0; color:var(--muted); font-size:13px; line-height:1.5}

.grid{
  display:grid;
  gap:12px;
  grid-template-columns: 1fr;
}
@media (min-width: 760px){
  .grid{grid-template-columns: repeat(3, minmax(0,1fr))}
}

.card{
  border-radius: var(--radius-lg);
  border:1px solid rgba(70,55,45,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.80), rgba(255,255,255,.58));
  box-shadow: var(--shadow2);
  overflow:hidden;
  position:relative;
}
.card::before{
  content:"";
  position:absolute; inset:-1px;
  background:
    radial-gradient(600px 160px at 30% 10%, rgba(246,215,184,.38), transparent 62%),
    radial-gradient(620px 180px at 85% 40%, rgba(242,198,184,.30), transparent 66%);
  opacity:.70;
  pointer-events:none;
}
.card-inner{
  position:relative;
  padding:16px 16px 14px;
  display:flex; flex-direction:column; gap:10px;
}
.card h3{margin:0; font-size:16px}
.card p{margin:0; color:var(--muted); line-height:1.55; font-size:14px}
.card a.more{
  margin-top:4px;
  display:inline-flex; align-items:center; gap:8px;
  color: rgba(43,36,31,.82);
  font-size:13px;
  width:fit-content;
  padding:8px 10px;
  border-radius: 999px;
  border:1px solid rgba(70,55,45,.14);
  background: rgba(255,255,255,.52);
}
.card a.more:hover{background: rgba(255,255,255,.72); border-color: rgba(70,55,45,.18)}
.badge{
  width:fit-content;
  font-size:12px;
  color: rgba(43,36,31,.78);
  padding:7px 10px;
  border-radius: 999px;
  border:1px solid rgba(70,55,45,.12);
  background: rgba(255,255,255,.50);
}

/* Footer */
.footer{
  border-top:1px solid rgba(70,55,45,.10);
  margin-top:36px;
  padding:22px 0 10px;
  color: var(--muted2);
}
.footer-grid{
  display:grid; gap:14px;
}
@media (min-width: 760px){
  .footer-grid{grid-template-columns: 1.2fr .8fr}
}
.footer a{color: rgba(43,36,31,.78)}
.footer a:hover{color: rgba(43,36,31,.92)}
.small{font-size:12px; line-height:1.5}

/* Reveal */
.reveal{opacity:0; transform: translateY(10px); transition: opacity .6s ease, transform .6s ease}
.reveal.in{opacity:1; transform: translateY(0)}