:root {
  --cream: #faf7f0;
  --cream-2: #f4efe6;
  --green: #3f612b;
  --green-dark: #314e22;
  --green-soft: #d9dfc7;
  --gold: #c79825;
  --gold-bright: #dfa821;
  --ink: #353735;
  --muted: #6c6a62;
  --line: rgba(199, 152, 37, .58);
  --container: 1118px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 17% 10%, rgba(255, 255, 255, .92), transparent 32%),
    linear-gradient(180deg, #fbf8f2 0%, #f7f2ea 100%);
  font-family: Inter, Arial, sans-serif;
}

img,
svg {
  display: block;
}

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

.container {
  width: min(var(--container), calc(100% - 56px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  inset-block-start: 0;
  z-index: 20;
  background: rgba(250, 247, 240, .94);
  backdrop-filter: blur(12px);
}

.header-inner {
  min-height: 126px;
  display: grid;
  grid-template-columns: 314px 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand img {
  width: 45%;
  height: auto;
}

.site-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}

.site-menu a {
  position: relative;
  padding: 12px 0 18px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
}

.site-menu a.active::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0;
  height: 2px;
  background: var(--gold);
}

.pill-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 27px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #557936 0%, #3f612b 100%);
  box-shadow: 0 10px 22px rgba(63, 97, 43, .16);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .2s ease, filter .2s ease;
}

.pill-button svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.pill-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(63, 97, 43, .24);
  border-radius: 50%;
  color: var(--green);
  background: #fffaf2;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: currentColor;
}

.hero {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 126px;
}

.hero-grid {
  min-height: 704px;
  display: grid;
  grid-template-columns: 43.4% 56.6%;
  align-items: end;
  padding-top: 18px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 68px 0 74px 56px;
}

.hero-mark {
  width: 154px;
  height: auto;
  margin: 0 auto 24px;
  object-fit: contain;
  object-position: center;
}

.hero-copy h1,
.benefits h2,
.about-copy h2 {
  margin: 0;
  color: var(--green);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 1.06;
}

.hero-copy h1 {
  font-size: clamp(42px, 4vw, 48px);
  letter-spacing: .01em;
}

.hero-copy em {
  display: inline-block;
  font-size: 1.1em;
  font-style: italic;
}

.ornament {
  width: min(400px, 100%);
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 33px 0 30px 20px;
  color: var(--gold);
}

.ornament span {
  height: 1px;
  flex: 1;
  background: var(--gold);
}

.ornament i {
  font-style: normal;
  font-size: 28px;
  line-height: 1;
}

.hero-copy p {
  margin: 0 0 34px 20px;
  font-size: 19px;
  line-height: 1.65;
}

.hero-copy strong {
  color: var(--green);
  font-weight: 700;
}

.hero-button {
  margin-inline-start: 20px;
  min-width: 268px;
}

.hero-photo {
  position: relative;
  height: 704px;
  margin: 0 -7vw 0 0;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.leaf-cluster {
  position: absolute;
  pointer-events: none;
  opacity: .34;
}

.left-leaves {
  width: 180px;
  height: 485px;
  inset-inline-start: -84px;
  inset-block-start: 332px;
}

.left-leaves::before,
.left-leaves::after,
.about::after,
.schedule::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(63, 97, 43, .34);
  border-radius: 100% 0 100% 0;
  transform: rotate(28deg);
}

.left-leaves::before {
  width: 104px;
  height: 204px;
  inset-inline-start: 34px;
  inset-block-start: 0;
  box-shadow: 0 136px 0 rgba(206, 218, 191, .82), 0 272px 0 rgba(206, 218, 191, .82);
  background: rgba(206, 218, 191, .82);
}

.left-leaves::after {
  width: 92px;
  height: 174px;
  inset-inline-start: 72px;
  inset-block-start: 78px;
  background: rgba(206, 218, 191, .62);
  box-shadow: 0 132px 0 rgba(206, 218, 191, .62), 0 264px 0 rgba(206, 218, 191, .62);
}

.benefits {
  padding: 33px 0 70px;
  background: linear-gradient(180deg, #fbfaf6 0%, #faf7f0 100%);
}

.benefits h2 {
  text-align: center;
  font-size: clamp(32px, 3vw, 38px);
  line-height: 1.02;
  margin-bottom: 38px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.benefit-grid article {
  min-height: 190px;
  padding: 0 34px;
  text-align: center;
  border-left: 1px solid var(--line);
}

.benefit-grid article:first-child {
  border-left: 0;
}

.line-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 17px;
  fill: none;
  stroke: var(--green);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-grid h3 {
  margin: 0 0 12px;
  color: var(--green);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  font-weight: 700;
}

.benefit-grid p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.72;
}

.about {
  position: relative;
  overflow: hidden;
  padding: 60px 0 66px;
  background: linear-gradient(180deg, #fbf8f2 0%, #f7f3eb 100%);
}

.about::after {
  width: 332px;
  height: 332px;
  inset-inline-end: -62px;
  inset-block-start: 88px;
  border-width: 8px;
  border-color: rgba(63, 97, 43, .048);
  background: transparent;
}

.about-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 52px;
  align-items: center;
}

.about-image {
  position: relative;
  z-index: 1;
  margin: 0;
}

.about-image > img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
  border-radius: 27px;
}

.seal {
  position: absolute;
  inset-inline-start: -27px;
  inset-block-end: 22px;
  width: 144px;
  height: 144px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  outline: 7px solid rgba(255, 255, 255, .78);
  color: var(--green);
  background: #fffdf8;
  box-shadow: 0 12px 22px rgba(69, 52, 23, .16);
  font-family: "Cormorant Garamond", Georgia, serif;
  text-align: center;
}

.seal span {
  font-size: 18px;
}

.seal strong {
  color: var(--gold);
  font-size: 45px;
  font-weight: 500;
  line-height: .92;
}

.seal i {
  color: var(--green);
  font-size: 25px;
  font-style: normal;
  line-height: 1;
}

.about-copy {
  position: relative;
  z-index: 1;
  padding-inline-start: 8px;
}

.script-label {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 17px;
  color: var(--gold);
  font-family: Parisienne, cursive;
  font-size: 32px;
  line-height: 1;
}

.script-label::after {
  content: "";
  width: 130px;
  height: 1px;
  background: var(--gold);
}

.about-copy h2 {
  font-size: clamp(39px, 3.4vw, 45px);
  margin-bottom: 27px;
}

.about-copy p:not(.script-label) {
  margin: 0 0 33px;
  font-size: 14px;
  line-height: 1.78;
}

.outline-button {
  min-width: 164px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid var(--green);
  border-radius: 999px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.schedule {
  position: relative;
  overflow: hidden;
  padding: 38px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(51, 80, 33, .97), rgba(76, 112, 46, .97)),
    radial-gradient(circle at 90% 20%, rgba(255, 255, 255, .1), transparent 35%);
}

.schedule::after {
  width: 160px;
  height: 160px;
  inset-inline-end: 46px;
  inset-block-start: 26px;
  border-color: rgba(255, 255, 255, .06);
  background: transparent;
}

.schedule-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.72fr 1fr 1fr 1fr 1.22fr;
  gap: 29px;
  align-items: center;
}

.schedule svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.schedule-intro {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-inline-end: 28px;
  border-right: 1px solid rgba(213, 168, 47, .78);
}

.schedule-intro svg {
  width: 54px;
  min-width: 54px;
}

.schedule-intro p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  line-height: 1.27;
}

.schedule-intro em {
  color: var(--gold-bright);
  font-family: Parisienne, cursive;
  font-size: 30px;
  font-style: normal;
}

.schedule article {
  margin: 0;
  text-align: center;
}

.schedule article svg {
  width: 47px;
  height: 47px;
  margin: 0 auto 12px;
}

.schedule article p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}

.gold-button {
  min-width: 206px;
  justify-self: end;
  background: linear-gradient(180deg, #e1ad27, #c99019);
  box-shadow: 0 10px 18px rgba(40, 40, 20, .12);
}

.site-footer {
  padding: 18px 0 20px;
  background: #f8f4ec;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: center;
  gap: 20px;
}

.site-footer img {
  width: 210px;
  justify-self: center;
}

.site-footer p {
  margin: 0;
  color: var(--green);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  text-align: center;
}

.site-footer p span {
  color: var(--gold);
}

.footer-credit {
  width: min(var(--container), calc(100% - 56px));
  margin: 12px auto 0;
  padding-top: 12px;
  border-top: 1px solid rgba(63, 97, 43, .12);
  color: rgba(49, 78, 34, .78);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.footer-credit a {
  color: var(--green-dark);
  font-weight: 700;
  text-decoration: none;
}

.footer-credit a:hover {
  text-decoration: none;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.social-links a {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--green);
  text-decoration: none;
}

.social-links svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

@media (max-width: 1100px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 20px;
  }

  .brand img {
    width: 244px;
  }

  .site-menu {
    gap: 22px;
  }

  .hero-copy {
    padding-left: 18px;
  }
}

@media (max-width: 920px) {
  .container {
    width: min(100% - 34px, var(--container));
  }

  .header-inner {
    min-height: 88px;
    grid-template-columns: auto 1fr auto;
  }

  .brand img {
    width: 226px;
  }

  .menu-toggle {
    display: inline-grid;
    grid-column: 3;
  }

  .site-menu {
    position: absolute;
    inset: 88px 17px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(63, 97, 43, .12);
    border-radius: 18px;
    background: #fffaf2;
    box-shadow: 0 18px 42px rgba(50, 45, 32, .12);
  }

  .site-menu.is-open {
    display: flex;
  }

  .site-menu a {
    padding: 14px 16px;
  }

  .site-menu a.active::after {
    inset-inline: 16px auto;
    width: 36px;
  }

  .header-button {
    display: none;
  }

  .hero-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding-top: 32px;
  }

  .hero-copy {
    order: 2;
    padding: 24px 0 38px;
    text-align: center;
  }

  .ornament,
  .hero-copy p,
  .hero-button {
    margin-inline: auto;
  }

  .hero-photo {
    order: 1;
    width: min(640px, 100%);
    height: auto;
    margin: 0 auto;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
  }

  .hero-photo img {
    aspect-ratio: 1 / .92;
    object-position: center top;
  }

  .left-leaves {
    opacity: .18;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0;
  }

  .benefit-grid article:nth-child(3) {
    border-left: 0;
  }

  .about-grid {
    gap: 34px;
  }

  .about-image {
    width: min(620px, 100%);
    margin-inline: auto;
  }

  .about-copy {
    text-align: center;
    padding: 0;
  }

  .script-label {
    justify-content: center;
  }

  .schedule-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .schedule-intro {
    grid-column: 1 / -1;
    justify-content: center;
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(213, 168, 47, .5);
    text-align: left;
  }

  .gold-button {
    justify-self: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .brand img {
    width: 204px;
  }

  .hero-mark {
    width: 132px;
    height: auto;
  }

  .hero-copy h1 {
    font-size: 36px;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .benefits {
    padding-top: 36px;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .benefit-grid article {
    min-height: auto;
    padding: 26px 18px;
    border-left: 0;
    border-top: 1px solid rgba(199, 152, 37, .35);
  }

  .benefit-grid article:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .about {
    padding-top: 44px;
  }

  .about-image > img {
    height: 300px;
  }

  .seal {
    width: 116px;
    height: 116px;
    inset-inline-start: 9px;
    inset-block-end: 12px;
  }

  .seal span {
    font-size: 15px;
  }

  .seal strong {
    font-size: 36px;
  }

  .about-copy h2 {
    font-size: 34px;
  }

  .about-copy p:not(.script-label) {
    font-size: 13.5px;
  }

  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .schedule-intro {
    flex-direction: column;
    text-align: center;
  }

  .site-footer img {
    width: 188px;
  }

  .site-footer p {
    font-size: 18px;
  }

  .footer-credit {
    width: min(100% - 28px, var(--container));
    font-size: 11.5px;
  }
}
