:root{
  --bg: #fbf7f1;
  --bg-soft: #f6f0e6;
  --ink: #2b2a28;
  --muted: #6a655e;
  --card: #ffffff;
  --border: rgba(43,42,40,0.12);
  --shadow: 0 14px 34px rgba(0,0,0,0.10);
  --shadow-soft: 0 10px 24px rgba(0,0,0,0.10);
  --primary: #2f5f87;
  --primary-ink: #ffffff;
  --radius: 12px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background: radial-gradient(1200px 500px at 50% 0%, #ffffff 0%, var(--bg) 60%, var(--bg) 100%);
}

a{ color: var(--primary); text-decoration:none; }
a:hover{ text-decoration:underline; }

.container{
  width:min(1100px, calc(100% - 40px));
  margin:0 auto;
}

.site-header{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251,247,241,0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(43,42,40,0.08);
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 14px 0;
  gap: 18px;
}
.brand{
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: var(--ink);
  font-size: 20px;
}
.menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  gap: 18px;
  flex-wrap:wrap;
}
.menu a{
  color: var(--ink);
  opacity: 0.9;
  font-weight: 500;
}
.menu a:hover{ opacity:1; }

.hero{
  position: relative;
  min-height: 420px;
  display:grid;
  place-items:center;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.35),
    rgba(0,0,0,0.30) 35%,
    rgba(0,0,0,0.40)
  );
}
.hero-content{
  position: relative;
  text-align:center;
  padding: 80px 0;
  color: #fff;
}
.hero-title{
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: clamp(28px, 3.6vw, 46px);
  margin: 0 0 10px;
  text-shadow: 0 12px 24px rgba(0,0,0,0.35);
}
.hero-subtitle{
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.95;
  margin-bottom: 22px;
  text-shadow: 0 10px 22px rgba(0,0,0,0.35);
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.25);
  box-shadow: 0 12px 26px rgba(0,0,0,0.18);
}
.btn-primary{
  background: rgba(47,95,135,0.92);
  color: var(--primary-ink);
}
.btn-primary:hover{
  text-decoration:none;
  background: rgba(47,95,135,1);
}

.section{
  padding: 64px 0;
}
.section-soft{
  background: linear-gradient(180deg, rgba(255,255,255,0.70), rgba(246,240,230,0.85));
  border-top: 1px solid rgba(43,42,40,0.06);
  border-bottom: 1px solid rgba(43,42,40,0.06);
}

.section-heading{
  display:flex;
  align-items:center;
  gap: 18px;
  margin: 0 auto 22px;
  justify-content:center;
}
.section-heading h2{
  margin:0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: clamp(26px, 2.4vw, 38px);
  color: #3a352f;
}
.section-heading .line{
  height:1px;
  width: min(180px, 22vw);
  background: rgba(58,53,47,0.22);
}

.prose{
  text-align:center;
  max-width: 780px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.prose p{ margin: 0 0 14px; }
.prose p:last-child{ margin-bottom:0; }

.cards{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
  margin-top: 28px;
}
.card{
  grid-column: span 4;
  background: var(--card);
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(43,42,40,0.08);
}
.card-media img{
  width:100%;
  height: 160px;
  object-fit: cover;
  display:block;
}
.card-body{
  padding: 18px 18px 20px;
}
.card h3{
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 10px;
  color: #2f2c28;
}
.card p{
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.65;
}
.card p:last-child{ margin-bottom:0; }
.muted{ color: var(--muted); }

.info-grid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
  margin-top: 24px;
}
.info-box{
  grid-column: span 4;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(43,42,40,0.10);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.06);
}
.info-box h3{
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 20px;
  color: #2f2c28;
}
.info-box p{
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.7;
}
.info-box p:last-child{ margin-bottom:0; }

.site-footer{
  border-top: 1px solid rgba(43,42,40,0.08);
  background: rgba(251,247,241,0.9);
}
.footer-inner{
  padding: 22px 0;
  display:flex;
  justify-content:space-between;
  gap: 16px;
  flex-wrap:wrap;
}

@media (max-width: 980px){
  .card{ grid-column: span 6; }
  .info-box{ grid-column: span 6; }
  .hero{ min-height: 380px; }
}
@media (max-width: 640px){
  .card{ grid-column: span 12; }
  .info-box{ grid-column: span 12; }
  .section{ padding: 52px 0; }
  .hero-content{ padding: 64px 0; }
}
