@import url("https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&family=Oxanium:wght@200..800&family=Stick+No+Bills:wght@200..800&display=swap");
:root {
  --ink: #35261f;
  --muted: #715d54;
  --cream: #fff8ef;
  --paper: #fffdf8;
  --rose: #b96f62;
  --rose-dark: #8e4a41;
  --sage: #7b9b7a;
  --sand: #e8d2b8;
  --blue: #8aa5a0;
  --shadow: 0 24px 70px rgba(66, 39, 28, 0.15);
  --radius: 28px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Arial,
    sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fff8ef 0%, #fffdf8 45%, #f8efe3 100%);
  line-height: 1.65;
}
a {
  color: inherit;
}
.container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}
.section-pad {
  padding: 86px 0;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 248, 239, 0.78);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(142, 74, 65, 0.12);
}
.nav {
  width: min(1180px, calc(100% - 32px));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.brand {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-mark {
  font-family: Georgia, serif;
  font-size: 31px;
  letter-spacing: 0.04em;
  color: var(--rose-dark);
  font-weight: 700;
}
.brand-sub {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 6px;
}
.nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
}
.nav-links a {
  text-decoration: none;
  font-weight: 650;
  color: #584239;
}
.nav-cta {
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(185, 111, 98, 0.25);
  box-shadow: 0 10px 28px rgba(66, 39, 28, 0.08);
}
.nav-toggle {
  display: none;
  border: 0;
  background: var(--rose-dark);
  color: white;
  border-radius: 999px;
  padding: 10px 15px;
  font-weight: 700;
}
.hero {
  position: relative;
  overflow: hidden;
  padding-top: 78px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 44px;
  align-items: center;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--rose-dark);
  font-weight: 800;
  font-size: 13px;
  margin: 0 0 14px;
}
h1,
h2,
h3 {
  line-height: 1.12;
  margin: 0;
}
h1 {
  font-family: Georgia, serif;
  font-size: clamp(43px, 7vw, 82px);
  letter-spacing: -0.045em;
  max-width: 850px;
}
h2 {
  font-family: Georgia, serif;
  font-size: clamp(31px, 4vw, 50px);
  letter-spacing: -0.025em;
}
h3 {
  font-size: 22px;
}
.quote {
  font-family: Georgia, serif;
  font-size: clamp(22px, 2.5vw, 32px);
  color: var(--rose-dark);
  margin: 28px 0 10px;
}
.lead {
  font-size: 19px;
  color: #5b463d;
  max-width: 720px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  border-radius: 999px;
  padding: 14px 22px;
  transition: 0.2s ease;
}
.btn.primary {
  background: linear-gradient(135deg, var(--rose-dark), var(--rose));
  color: #fff;
  box-shadow: 0 14px 36px rgba(142, 74, 65, 0.25);
}
.btn.primary:hover {
  transform: translateY(-2px);
}
.btn.ghost {
  background: #fff;
  border: 1px solid rgba(142, 74, 65, 0.18);
  color: var(--rose-dark);
}
.full {
  width: 100%;
}
.hero-card,
.check-panel,
.contact-card,
.camp-card {
  background: rgba(255, 253, 248, 0.88);
  border: 1px solid rgba(142, 74, 65, 0.13);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-card {
  padding: 34px;
  position: relative;
}
.contact-card {
  text-align: center;
}

.card-flower {
  position: absolute;
  right: 26px;
  top: 18px;
  color: var(--sage);
  font-size: 40px;
}
.facts {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}
.facts li {
  padding: 13px 0;
  border-bottom: 1px dashed rgba(142, 74, 65, 0.18);
}
.facts li:last-child {
  border: 0;
}
.hero-art .blob {
  position: absolute;
  border-radius: 48% 52% 68% 32%/45% 36% 64% 55%;
  filter: blur(0.1px);
  opacity: 0.45;
}
.b1 {
  width: 340px;
  height: 340px;
  background: #e7aa94;
  right: -120px;
  top: 80px;
}
.b2 {
  width: 220px;
  height: 220px;
  background: #9fb68f;
  left: -60px;
  top: 170px;
}
.b3 {
  width: 150px;
  height: 150px;
  background: #cbb6d8;
  right: 30%;
  bottom: 50px;
}
.soft-band {
  padding: 34px 0;
  background: rgba(255, 255, 255, 0.45);
  border-block: 1px solid rgba(142, 74, 65, 0.1);
}
.value-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.value-row article {
  background: rgba(255, 253, 248, 0.72);
  border-radius: 24px;
  padding: 24px;
}
.value-row span {
  font-size: 30px;
}
.value-row p {
  margin-bottom: 0;
  color: var(--muted);
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.reverse {
  grid-template-columns: 0.9fr 1.1fr;
}
.check-panel {
  padding: 30px;
}
.check-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.check-list li {
  padding: 12px 0 12px 34px;
  position: relative;
  border-bottom: 1px solid rgba(142, 74, 65, 0.11);
}
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--sage);
  font-weight: 900;
}
.muted {
  background: rgba(232, 210, 184, 0.28);
}
.image-card {
  min-height: 460px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 30% 20%, #f7c9a5, transparent 30%),
    radial-gradient(circle at 78% 34%, #b5c7a8, transparent 27%),
    linear-gradient(145deg, #fff, #f3dfc7);
  position: relative;
  box-shadow: var(--shadow);
  display: grid;
  place-items: end center;
  padding: 30px;
  overflow: hidden;
}
.image-card p {
  font-family: Georgia, serif;
  font-size: 26px;
  color: #5b463d;
  text-align: center;
  z-index: 2;
}
.paper {
  position: absolute;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(142, 74, 65, 0.13);
  box-shadow: 0 18px 45px rgba(66, 39, 28, 0.11);
}
.p1 {
  width: 190px;
  height: 240px;
  left: 42px;
  top: 54px;
  transform: rotate(-9deg);
}
.p2 {
  width: 220px;
  height: 170px;
  right: 40px;
  top: 88px;
  transform: rotate(8deg);
}
.p3 {
  width: 180px;
  height: 190px;
  left: 150px;
  bottom: 120px;
  transform: rotate(12deg);
}
.note-box {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 20px;
  background: #fff;
  border-left: 6px solid var(--sage);
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.benefit-grid article {
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(142, 74, 65, 0.11);
  font-weight: 700;
}
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 30px;
}
.mini-info {
  max-width: 430px;
  color: var(--muted);
  margin: 0;
}
.camp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.camp-card {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.camp-card .date {
  color: var(--rose-dark);
  font-weight: 900;
  margin: 0;
}
.camp-card ul {
  padding-left: 20px;
  margin: 0 0 10px;
}
.final-cta {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 34px;
  align-items: center;
  background: linear-gradient(135deg, #fffdf8, #f1dec5);
  border-radius: 36px;
  padding: 46px;
  box-shadow: var(--shadow);
}
.contact-card {
  padding: 30px;
}
.email {
  display: block;
  color: var(--rose-dark);
  font-weight: 500;
  margin: 16px 0 24px;
  font-family: "Oxanium", sans-serif;
}
.footer {
  padding: 30px 0;
  background: #3c2a23;
  color: #fff8ef;
  font-family: "Oxanium", sans-serif;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer p {
  margin: 0;
  color: #f8efe3;
}
.small-muted {
  font-size: 13px;
  color: var(--muted);
  font-weight: 650;
}
.portrait-card {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
  border: 1px solid rgba(142, 74, 65, 0.13);
  position: relative;
  width: 250px;
}
.portrait-card:after {
  content: "";
  position: absolute;
  inset: auto 18px 18px 18px;
  height: 36%;
  border-radius: 30px;
  background: linear-gradient(180deg, transparent, rgba(255, 248, 239, 0.55));
  pointer-events: none;
}
.portrait-card img {
  display: block;
  width: 100%;
  height: auto;
}
.credential {
  font-weight: 900;
  color: var(--rose-dark);
  font-size: 20px;
  margin: 14px 0 22px;
}
.profile-section {
  align-items: center;
}
@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }
  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 76px;
    display: none;
    flex-direction: column;
    background: #fffaf2;
    border: 1px solid rgba(142, 74, 65, 0.16);
    padding: 20px;
    border-radius: 24px;
    box-shadow: var(--shadow);
  }
  .nav-links.open {
    display: flex;
  }
  .hero-grid,
  .two-col,
  .reverse,
  .final-cta {
    grid-template-columns: 1fr;
  }
  .value-row,
  .benefit-grid,
  .camp-grid {
    grid-template-columns: 1fr 1fr;
  }
  .section-head {
    display: block;
  }
  .hero-card {
    margin-top: 10px;
  }
}
@media (max-width: 620px) {
  .container {
    width: min(100% - 26px, 1120px);
  }
  .section-pad {
    padding: 58px 0;
  }
  .value-row,
  .benefit-grid,
  .camp-grid {
    grid-template-columns: 1fr;
  }
  h1 {
    font-size: 42px;
  }
  .hero-actions {
    display: grid;
  }
  .btn {
    width: 100%;
  }
  .final-cta {
    padding: 26px;
    border-radius: 28px;
  }
  .footer-grid {
    display: block;
  }
  .brand-mark {
    font-size: 27px;
  }
  .brand-sub {
    font-size: 10px;
  }
}
