
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Patrick+Hand&display=swap');

:root {
  --cream: #fcf3e2;
  --brown: #4b220c;
  --green: #555010;
  --pink: #e28a78;
  --sage: #e9ebd7;
  --white: #fffdf8;
  --shadow: 0 14px 34px rgba(75, 34, 12, 0.12);
  --radius: 24px;
  --small-illustration-size: 150px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--brown);
  font-family: "Nunito", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a { color: inherit; }

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.hero {
  width: 100%;
  background: var(--cream);
}

.hero img {
  width: 100%;
  height: auto;
}

main {
  position: relative;
}

.section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0;
}

.section--narrow {
  width: min(860px, calc(100% - 40px));
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--green);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .82rem;
}

h1, h2, h3 {
  font-family: "Patrick Hand", cursive;
  color: var(--brown);
  font-weight: 400;
  line-height: 1.08;
  margin-top: 0;
}

h1 { font-size: clamp(3rem, 8vw, 5.6rem); margin-bottom: 18px; }
h2 { font-size: clamp(2.35rem, 5vw, 3.7rem); margin-bottom: 18px; }
h3 { font-size: clamp(1.65rem, 3vw, 2.25rem); margin-bottom: 10px; }

.lead {
  max-width: 780px;
  margin: 0 auto;
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.center { text-align: center; }

.notice {
  position: relative;
  background: var(--sage);
  border-radius: var(--radius);
  padding: 45px clamp(25px, 6vw, 72px);
  box-shadow: var(--shadow);
  text-align: center;
}

.notice p:last-child { margin-bottom: 0; }

.notice__ink {
  position: absolute;
  width: var(--small-illustration-size);
  height: var(--small-illustration-size);
  object-fit: contain;
  right: -48px;
  bottom: -42px;
  transform: rotate(5deg);
  pointer-events: none;
}

.features {
  display: grid;
  grid-template-columns: 1fr 54px 1fr 54px 1fr;
  gap: 0;
}

.feature {
  text-align: center;
  padding: 16px 24px;
}

.feature p { margin-bottom: 0; }

.feature__icon {
  width: var(--small-illustration-size);
  height: var(--small-illustration-size);
  object-fit: contain;
  margin: 0 auto 12px;
}

.help-band {
  position: relative;
  background: var(--sage);
  border-radius: var(--radius);
  padding: 48px clamp(25px, 6vw, 72px);
  text-align: center;
  overflow: hidden;
}

.help-band__illustration {
  position: absolute;
  width: var(--small-illustration-size);
  height: var(--small-illustration-size);
  object-fit: contain;
  top: -18px;
  right: 22px;
  opacity: .98;
}

.email-link {
  display: inline-block;
  margin-top: 12px;
  font-weight: 700;
  color: var(--green);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.footer {
  padding: 38px 20px 50px;
  text-align: center;
  font-size: .9rem;
  color: rgba(75, 34, 12, .8);
}

.footer p { margin: 4px 0; }

.logo-small {
  width: min(280px, 62vw);
  margin: 45px auto 25px;
}

.download-page {
  padding-bottom: 55px;
}

.download-card {
  width: min(950px, calc(100% - 40px));
  margin: 30px auto 55px;
  background: var(--sage);
  border-radius: 30px;
  padding: clamp(28px, 5vw, 58px);
  box-shadow: var(--shadow);
}

.download-card__grid {
  display: grid;
  grid-template-columns: minmax(260px, .95fr) minmax(280px, 1.05fr);
  gap: clamp(30px, 6vw, 70px);
  align-items: center;
}

.product-preview {
  background: var(--white);
  border-radius: 20px;
  padding: 12px;
  box-shadow: 0 10px 24px rgba(75, 34, 12, .1);
}

.contents {
  list-style: none;
  padding: 0;
  margin: 22px 0 28px;
}

.contents li {
  position: relative;
  padding-left: 29px;
  margin: 9px 0;
}

.contents li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 800;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--green);
  color: var(--cream);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 10px 22px rgba(85, 80, 16, .22);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 14px 25px rgba(85, 80, 16, .27);
}

.button:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 4px;
}

.private-note {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.decor-fern {
  position: absolute;
  width: 190px;
  left: -70px;
  bottom: 10px;
  opacity: .75;
  transform: rotate(20deg);
  pointer-events: none;
}

.fade-in {
  animation: fadeIn .75s ease both;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

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

@media (max-width: 800px) {
  .section { padding: 40px 0; }
  .features { grid-template-columns: 1fr; gap: 6px; }
  .feature { max-width: 520px; margin: 0 auto; }
  .notice__ink { width: 145px; height: 145px; right: -34px; bottom: -38px; }
  .download-card__grid { grid-template-columns: 1fr; }
  .download-card__copy { text-align: center; }
  .contents { display: inline-block; text-align: left; }
}

@media (max-width: 520px) {
  .section, .section--narrow,
  .download-card, .private-note {
    width: min(100% - 28px, 1120px);
  }
  .notice, .help-band { border-radius: 18px; }
  .help-band__illustration { width: 110px; height: 110px; right: 6px; top: -10px; }
  .notice__ink { display: none; }
  .button { width: 100%; }
}


.feature-divider {
  width: 28px;
  height: 190px;
  object-fit: fill;
  align-self: center;
  justify-self: center;
  opacity: .92;
}

@media (max-width: 800px) {
  .feature-divider { display: none; }
  .feature__icon {
    width: 145px;
    height: 145px;
  }
}

.etsy-link {
    text-align: center;
    max-width: 850px;
    margin: 45px auto 50px;
    padding: 0 25px;

}

.etsy-link h2 {
    margin-bottom: 18px;
}

.etsy-link p {
    margin-bottom: 30px;
    line-height: 1.8;
}

.etsy-button {
    display: inline-block;
    background: #555010;
    color: #fcf3e2;
    text-decoration: none;
    padding: 14px 34px;
    border-radius: 40px;
    font-weight: bold;
    transition: 0.25s ease;
}

.etsy-button:hover {
    background: #6b6522;
}