:root {
  --forest: #123f35;
  --forest-deep: #092e27;
  --cream: #fbf7ed;
  --paper: #fffdf8;
  --gold: #e0ae4f;
  --gold-light: #f2d58c;
  --ink: #17302b;
  --muted: #66736e;
  --line: #d8ded7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; }
.site-header {
  height: 82px;
  padding: 0 clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--paper);
}
.brand { display: flex; flex-direction: column; text-decoration: none; line-height: 1; }
.brand-name { font-family: "Newsreader", serif; font-size: 1.4rem; font-weight: 600; }
.brand-sub { margin-top: 5px; color: #507169; font-size: .66rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.header-link { padding: 0 0 4px; border: 0; border-bottom: 1px solid var(--gold); background: transparent; color: inherit; font: inherit; font-size: .9rem; font-weight: 600; cursor: pointer; }

.hero {
  min-height: 650px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--forest-deep);
}
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,35,29,.96) 0%, rgba(6,35,29,.83) 35%, rgba(6,35,29,.16) 69%, rgba(6,35,29,.05) 100%); }
.hero-content { position: relative; z-index: 1; width: min(660px, 86%); margin-left: clamp(24px, 8vw, 125px); padding: 80px 0; color: white; }
.eyebrow { margin: 0 0 16px; color: var(--gold-light); font-size: .77rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.dark { color: #9a6c17; }
h1, h2, blockquote { font-family: "Newsreader", serif; font-weight: 500; letter-spacing: -.025em; }
h1 { margin: 0; font-size: clamp(4.2rem, 8vw, 7.6rem); line-height: .82; }
h1 span { display: block; color: var(--gold-light); font-style: italic; }
.hero-copy { max-width: 560px; margin: 34px 0 29px; font-size: clamp(1.1rem, 1.6vw, 1.32rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 24px; border-radius: 2px; text-decoration: none; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--forest-deep); }
.button-primary:hover, .button-gold:hover { background: #edc66f; }
.price { margin: 0; color: #f6efe2; }
.price strong { font-size: 1.35rem; }
.hero-bonus { display: inline-block; margin: 20px 0 0; padding: 9px 14px; border: 1px solid rgba(242,213,140,.65); background: rgba(255,255,255,.08); color: white; font-size: .92rem; font-weight: 600; }
.hero-bonus strong { margin-right: 5px; color: var(--gold-light); letter-spacing: .06em; }

.intro { max-width: 890px; margin: 0 auto; padding: 110px 28px 76px; text-align: center; }
h2 { margin: 0; font-size: clamp(2.55rem, 5vw, 4.5rem); line-height: 1.05; }
.intro > p:last-child { max-width: 690px; margin: 30px auto 0; color: var(--muted); font-size: 1.1rem; }
.steps { max-width: 1160px; margin: 0 auto 110px; padding: 0 28px; display: grid; grid-template-columns: repeat(3, 1fr); }
.steps article { min-height: 245px; padding: 33px 35px; border: 1px solid var(--line); border-right: 0; }
.steps article:last-child { border-right: 1px solid var(--line); }
.step-number { color: #a37627; font-family: "Newsreader", serif; font-size: 1.2rem; }
h3 { margin: 48px 0 10px; font-family: "Newsreader", serif; font-size: 1.7rem; line-height: 1.15; }
.steps p { margin: 0; color: var(--muted); }

.photo-bonus { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(250px,340px); gap: clamp(38px, 7vw, 100px); align-items: end; padding: 105px clamp(28px, 8vw, 130px) 0; overflow: hidden; background: #dce5d8; border-top: 8px solid var(--gold); }
.photo-banner { position: absolute; top: 0; left: 0; right: 0; padding: 12px clamp(28px, 8vw, 130px); background: var(--gold); color: var(--forest-deep); font-size: clamp(.9rem,1.5vw,1.15rem); font-weight: 800; letter-spacing: .08em; }
.photo-copy { padding-bottom: 78px; }
.photo-copy h2 { max-width: 810px; font-size: clamp(2.45rem,4.4vw,4.15rem); }
.photo-list { margin: 30px 0 24px; padding: 0; list-style: none; color: #394b45; font-size: 1.08rem; }
.photo-list li { position: relative; margin: 12px 0; padding-left: 24px; }
.photo-list li::before { content: "•"; position: absolute; left: 2px; color: #cf6428; font-weight: 800; }
.photo-note { margin: 0; color: #c85f2c; font-size: 1.08rem; font-weight: 800; }
.jacy-card { position: relative; align-self: stretch; display: flex; align-items: flex-end; justify-content: center; min-height: 440px; overflow: hidden; }
.jacy-card::before { content: ""; position: absolute; z-index: 2; inset: 45px 0 0; border: 3px solid var(--forest); border-radius: 24px 24px 0 0; pointer-events: none; }
.jacy-card img { position: absolute; z-index: 1; inset: 45px 0 0; width: 100%; height: calc(100% - 45px); object-fit: cover; object-position: center 26%; border-radius: 24px 24px 0 0; }
.jacy-card a { position: absolute; z-index: 3; right: 16px; bottom: 14px; left: 16px; padding: 8px 12px; border-radius: 10px; background: var(--forest); color: white; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-decoration: none; text-transform: uppercase; }

.details { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 140px); align-items: center; padding: 100px clamp(28px, 8vw, 130px); background: var(--forest); color: white; }
.details-copy p:last-child { max-width: 480px; color: #d6e0dc; font-size: 1.08rem; }
.details-list { margin: 0; padding: 0; list-style: none; }
.details-list li { display: flex; justify-content: space-between; gap: 25px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.details-list span { color: #c1d0cb; }
.details-list strong { text-align: right; }
.audience { max-width: 950px; margin: 0 auto; padding: 115px 28px; text-align: center; }
.quote-mark { height: 55px; color: var(--gold); font-family: "Newsreader", serif; font-size: 6rem; line-height: 1; }
blockquote { margin: 20px 0 25px; font-size: clamp(2.15rem, 4vw, 3.7rem); line-height: 1.12; }
.audience p { color: var(--muted); }
.cta { padding: 100px 28px; background: var(--cream); text-align: center; }
.cta p:not(.eyebrow) { margin: 22px 0 30px; color: var(--muted); font-size: 1.08rem; }
.button-gold { background: var(--forest); color: white; }
.flyer-link { display: block; width: fit-content; margin: 22px auto 0; color: var(--forest); font-weight: 700; text-underline-offset: 4px; }
footer { padding: 46px clamp(24px, 6vw, 90px); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 35px; color: var(--muted); font-size: .88rem; }
footer p { margin: 0; }
footer > a { text-underline-offset: 4px; }

@media (max-width: 760px) {
  .site-header { height: 72px; }
  .header-link { display: none; }
  .hero { min-height: 700px; align-items: end; }
  .hero-image { height: 45%; top: 0; object-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, var(--forest-deep) 0%, var(--forest-deep) 55%, rgba(6,35,29,.22) 75%, rgba(6,35,29,.02) 100%); }
  .hero-content { width: 100%; min-width: 0; margin: 0; padding: 292px 24px 48px; }
  h1 { max-width: 100%; font-size: clamp(2.75rem, 13vw, 3.65rem); line-height: .9; }
  .hero-copy { margin: 25px 0; font-size: 1.05rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .button { width: 100%; }
  .intro { padding-top: 82px; }
  .steps { grid-template-columns: 1fr; margin-bottom: 80px; }
  .steps article { min-height: auto; border-right: 1px solid var(--line); border-bottom: 0; }
  .steps article:last-child { border-bottom: 1px solid var(--line); }
  h3 { margin-top: 25px; }
  .details { grid-template-columns: 1fr; padding-top: 78px; padding-bottom: 78px; }
  .photo-bonus { grid-template-columns: 1fr; padding-top: 92px; }
  .photo-copy { padding-bottom: 0; }
  .jacy-card { min-height: 400px; }
  .jacy-card img { object-position: center 24%; }
  .details-list li { align-items: baseline; }
  .audience { padding-top: 85px; padding-bottom: 85px; }
  footer { grid-template-columns: 1fr; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
