:root {
  --cream: #f6eddc;
  --paper: #fffaf0;
  --peach: #ed8a72;
  --peach-dark: #cf5d4b;
  --red: #b92c27;
  --green: #294724;
  --green-deep: #183118;
  --gold: #d6ad55;
  --ink: #24201c;
}

* { box-sizing: border-box; }

html, body { min-height: 100%; }

body {
  margin: 0;
  color: var(--ink);
  font-family: "Libre Franklin", Arial, sans-serif;
  background:
    radial-gradient(circle at 12% 15%, rgba(214, 173, 85, .18), transparent 24rem),
    repeating-linear-gradient(0deg, rgba(70, 48, 25, .025) 0 1px, transparent 1px 5px),
    var(--cream);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .32;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130' height='130' viewBox='0 0 130 130'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}

.page-shell {
  min-height: 100vh;
  display: grid;
  grid-template-rows: 1fr auto;
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  width: min(1280px, calc(100% - 48px));
  min-height: calc(100vh - 62px);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 5.5rem) clamp(1.5rem, 4vw, 4.5rem);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 2px solid rgba(41, 71, 36, .22);
  border-radius: 28px;
  pointer-events: none;
}

.copy-column {
  position: relative;
  z-index: 3;
  max-width: 700px;
}

.brand-logo {
  display: block;
  width: min(520px, 94%);
  height: auto;
  margin: 0 0 1rem;
  filter: drop-shadow(0 5px 0 rgba(255,255,255,.65));
}

.eyebrow {
  margin: 0 0 .8rem;
  color: var(--green);
  font-size: clamp(.78rem, 1.2vw, .95rem);
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: var(--green-deep);
  font-family: "Alfa Slab One", Georgia, serif;
  font-size: clamp(2.5rem, 5.3vw, 5.4rem);
  line-height: .98;
  letter-spacing: -.025em;
  text-wrap: balance;
}

h1 span {
  color: var(--red);
  text-shadow: 3px 3px 0 var(--paper), 5px 5px 0 rgba(207, 93, 75, .2);
}

.intro {
  max-width: 650px;
  margin: 1.45rem 0 1.75rem;
  font-size: clamp(1rem, 1.55vw, 1.2rem);
  line-height: 1.7;
}

.contact-card {
  width: min(590px, 100%);
  padding: 1.2rem 1.25rem 1.25rem;
  border-left: 7px solid var(--peach);
  border-radius: 8px 18px 18px 8px;
  background: rgba(255, 250, 240, .82);
  box-shadow: 0 18px 45px rgba(54, 36, 21, .1);
  backdrop-filter: blur(4px);
}

.contact-title {
  margin: 0 0 .55rem;
  color: var(--green);
  font-family: "Alfa Slab One", Georgia, serif;
  font-size: 1rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: .75rem;
  width: fit-content;
  max-width: 100%;
  padding: .38rem 0;
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  color: var(--red);
  transform: translateX(4px);
}

.icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--paper);
  background: var(--green);
  font-size: .92rem;
  font-weight: 800;
}

.facebook-icon {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
}

.art-column {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
  z-index: 2;
}

.peach-circle {
  position: absolute;
  width: min(34vw, 480px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--peach);
  box-shadow:
    0 0 0 18px var(--paper),
    0 0 0 22px var(--green),
    0 28px 65px rgba(73, 45, 25, .24);
}

.sunburst {
  position: absolute;
  width: min(46vw, 650px);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .42;
  background: repeating-conic-gradient(from 4deg, var(--gold) 0 7deg, transparent 7deg 15deg);
  animation: slow-spin 70s linear infinite;
}

.float-art {
  position: relative;
  z-index: 2;
  width: min(285px, 70%);
  height: auto;
  transform: rotate(3deg) translateY(-8px);
  filter: drop-shadow(0 28px 22px rgba(35, 21, 10, .27));
}

.stamp {
  position: absolute;
  z-index: 3;
  right: 2%;
  bottom: 10%;
  width: 150px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  border: 3px solid var(--paper);
  outline: 3px solid var(--green);
  border-radius: 50%;
  color: var(--paper);
  background: var(--green);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: rotate(-9deg);
  box-shadow: 0 10px 24px rgba(0,0,0,.2);
}

.stamp strong {
  display: block;
  margin-top: .25rem;
  color: #ffd8c7;
  font-family: "Alfa Slab One", Georgia, serif;
  font-size: 1rem;
  letter-spacing: .03em;
}

.decorative-stripe {
  position: absolute;
  left: -7%;
  width: 45%;
  height: 14px;
  border-radius: 999px;
  background: var(--green);
  opacity: .07;
  transform: rotate(-10deg);
}

.stripe-one { top: 12%; }
.stripe-two { bottom: 14%; left: auto; right: -9%; background: var(--red); transform: rotate(10deg); }

footer {
  display: flex;
  justify-content: center;
  gap: .7rem;
  padding: 1rem 1.5rem;
  color: var(--paper);
  background: var(--green-deep);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-dot { color: var(--peach); }

@keyframes slow-spin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  .sunburst { animation: none; }
  * { scroll-behavior: auto !important; }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
    padding-top: 3.25rem;
  }

  .brand-logo { margin-inline: auto; }
  .intro, .contact-card { margin-inline: auto; }
  .contact-link { margin-inline: auto; }

  .art-column {
    min-height: 490px;
    margin-top: -1rem;
  }

  .peach-circle { width: min(64vw, 400px); }
  .sunburst { width: min(82vw, 540px); }
  .float-art { width: min(245px, 58vw); }
  .stamp { right: 10%; bottom: 5%; width: 130px; }
}

@media (max-width: 560px) {
  .hero {
    width: 100%;
    min-height: auto;
    padding: 2.2rem 1.25rem 1.5rem;
  }

  .hero::before { inset: 10px; border-radius: 20px; }
  .brand-logo { width: 100%; margin-bottom: .6rem; }
  h1 { font-size: clamp(2.15rem, 12vw, 3.35rem); }
  .intro { line-height: 1.55; }

  .contact-card { text-align: left; padding: 1rem; }
  .contact-link { margin-inline: 0; font-size: .9rem; overflow-wrap: anywhere; }

  .art-column { min-height: 390px; }
  .peach-circle { width: min(72vw, 315px); box-shadow: 0 0 0 11px var(--paper), 0 0 0 14px var(--green), 0 20px 45px rgba(73,45,25,.2); }
  .sunburst { width: min(98vw, 430px); }
  .float-art { width: min(190px, 52vw); }
  .stamp { width: 105px; right: 5%; font-size: .56rem; }
  .stamp strong { font-size: .78rem; }

  footer { flex-wrap: wrap; gap: .35rem .6rem; text-align: center; }
}
