:root {
  --paper: #f5f0e6;
  --paper-deep: #ece4d3;
  --ink: #233124;
  --muted: rgba(35, 49, 36, 0.72);
  --sage: #7f9b66;
  --olive: #5d6f45;
  --line: rgba(35, 49, 36, 0.12);
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Urbanist", "Avenir Next", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 14%, rgba(127, 155, 102, 0.2), transparent 20%),
    radial-gradient(circle at 84% 16%, rgba(221, 198, 149, 0.28), transparent 22%),
    linear-gradient(180deg, #f6f2e9 0%, #efe7d8 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

.shell {
  width: min(1160px, calc(100vw - 2.4rem));
  margin: 0 auto;
}

.topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.2rem 0;
}

.back-link,
.variation-label {
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(35, 49, 36, 0.56);
}

.brand {
  justify-self: center;
  font-size: 0.86rem;
  letter-spacing: 0.18em;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  gap: 3rem;
  align-items: center;
  min-height: calc(100vh - 5rem);
  padding: 2rem 0 4rem;
}

.eyebrow,
.section-label {
  margin: 0;
  color: var(--olive);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display);
  letter-spacing: -0.035em;
}

h1 {
  margin-top: 0.8rem;
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  line-height: 0.92;
  max-width: 10ch;
}

.lede {
  max-width: 38rem;
  margin: 1.4rem 0 0;
  line-height: 1.85;
  color: var(--muted);
}

.hero-panel {
  display: grid;
  gap: 1rem;
  margin-top: 1.8rem;
}

.hero-panel article,
.service-card,
.ribbon-grid article,
.closing-card,
.garden-note,
.manifest {
  border: 1px solid var(--line);
  background: rgba(255, 252, 246, 0.68);
  backdrop-filter: blur(10px);
}

.hero-panel article,
.service-card,
.ribbon-grid article,
.closing-card,
.garden-note,
.manifest {
  padding: 1.1rem;
}

.hero-panel span,
.service-card span,
.garden-note span {
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(35, 49, 36, 0.52);
}

.hero-panel strong,
.garden-note strong {
  display: block;
  margin-top: 0.55rem;
  line-height: 1.7;
  font-weight: 500;
}

.garden-stage {
  position: relative;
  min-height: 42rem;
  overflow: hidden;
  border: 1px solid rgba(35, 49, 36, 0.1);
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.92), rgba(236, 228, 211, 0.94));
  box-shadow: 0 34px 82px rgba(84, 91, 64, 0.18);
}

.halo,
.leaf,
.frame {
  position: absolute;
}

.halo {
  top: 12%;
  right: 16%;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 246, 221, 0.95) 0, rgba(221, 198, 149, 0.88) 65%, transparent 70%);
}

.leaf {
  border-radius: 65% 35% 70% 30%;
  background: linear-gradient(180deg, rgba(127, 155, 102, 0.7), rgba(93, 111, 69, 0.92));
  filter: drop-shadow(0 18px 28px rgba(93, 111, 69, 0.18));
}

.leaf-a {
  left: 8%;
  bottom: 14%;
  width: 10rem;
  height: 18rem;
  transform: rotate(-16deg);
}

.leaf-b {
  right: 12%;
  bottom: 20%;
  width: 8rem;
  height: 14rem;
  transform: rotate(22deg);
}

.leaf-c {
  left: 28%;
  top: 16%;
  width: 7rem;
  height: 12rem;
  transform: rotate(-28deg);
}

.frame {
  inset: 12% 18% 14% 20%;
  border: 1px solid rgba(35, 49, 36, 0.14);
  border-radius: 14rem 14rem 1.2rem 1.2rem;
}

.plaque,
.garden-note {
  position: absolute;
}

.plaque {
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(35, 49, 36, 0.12);
  background: rgba(255, 252, 246, 0.84);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(35, 49, 36, 0.78);
}

.plaque-a {
  left: 8%;
  top: 16%;
}

.plaque-b {
  right: 8%;
  bottom: 16%;
}

.garden-note {
  left: 10%;
  right: 10%;
  bottom: 8%;
}

.manifest,
.services,
.ribbon,
.closing {
  padding-top: 5.5rem;
}

.manifest {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 2rem;
  align-items: center;
}

.manifest h2 {
  margin-top: 0.75rem;
  font-size: 2.4rem;
  line-height: 1;
}

.manifest p {
  margin: 0;
  line-height: 1.8;
  color: var(--muted);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.service-card {
  min-height: 12rem;
}

.service-card-large {
  grid-column: span 2;
  min-height: 18rem;
}

.service-card h3 {
  margin-top: 0.8rem;
  font-size: 1.7rem;
  line-height: 1;
}

.service-card p,
.ribbon-grid p,
.closing-card p {
  margin: 0.9rem 0 0;
  line-height: 1.75;
  color: var(--muted);
}

.ribbon-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.ribbon-grid h3 {
  font-size: 1.45rem;
}

.closing-card p {
  margin-top: 0;
  max-width: 45rem;
}

@media (max-width: 980px) {
  .hero,
  .manifest,
  .services-grid,
  .ribbon-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    min-height: auto;
  }

  .garden-stage {
    min-height: 34rem;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(1160px, calc(100vw - 1.4rem));
  }

  .topbar,
  .hero,
  .manifest,
  .services-grid,
  .ribbon-grid {
    grid-template-columns: 1fr;
  }

  .brand {
    justify-self: start;
  }

  .garden-stage {
    min-height: 30rem;
  }

  .service-card-large {
    grid-column: auto;
    min-height: 14rem;
  }
}
