/* Peach-garden branding approved by the owner, September 2026. */
:root {
  --color-paper: #0c191d;
  --color-paper-2: #11262b;
  --color-paper-3: #19353b;
  --color-ink: #fff0cc;
  --color-ink-2: #e3d9c5;
  --color-muted: #b0b8b1;
  --color-rule: #6d6246;
  --color-rule-2: #2e4548;
  --color-accent: #efc367;
  --color-accent-strong: #ffe3a1;
  --color-vermilion: #a72f35;
  --color-vermilion-bright: #ce494e;
}
.site-nav {background:#0c191df5; border-bottom:1px solid #8a6c3b;}
.brand__mark {background:#a72f35; border:1px solid #efc367;}
.peach-hero {max-width:1600px; margin:0 auto; padding-top:0;}
.peach-hero picture, .peach-hero picture img {display:block; width:100%; height:auto;}
.peach-hero picture img {max-height:66vh;object-fit:contain;background:#10262b;}
.peach-hero__foot {display:flex; justify-content:space-between; align-items:center; gap:2rem; padding:2rem clamp(1rem,4vw,4rem); border-block:1px solid #8a6c3b; background:#101d20;}
.peach-hero h1 {font-size:.8rem; letter-spacing:.14em; text-transform:uppercase; color:#efc367; font-family:var(--font-body); margin:0 0 .6rem;}
.peach-hero__foot p {font-family:var(--font-display); font-size:clamp(1.7rem,3vw,2.8rem); color:#fff0cc; line-height:1.1; margin:0;}
.peach-hero__foot p br {display:block;}
.peach-hero__actions {display:flex; gap:.8rem; flex-shrink:0;}
.hero--trailer {padding:3rem var(--page-gutter); background:#0c191d; min-height:0;}
.trailer-marquee {max-width:1100px; margin:auto;}
.trailer-marquee__caption h2 {font-family:var(--font-display); font-size:1.65rem; margin:0;}
.trailer-marquee__caption h2 small {font-size:1rem; margin-left:.75rem; color:#efc367;}
.trailer-marquee__frame {border:1px solid #8a6c3b; min-height:0; height:auto; aspect-ratio:auto; display:block;}
.trailer-video--hero {display:block; width:100%; height:auto; max-height:none;}
.campaign-spine {background:linear-gradient(125deg,#142b30,#101c20);}
.section--cta {position:relative; background:#10262b;}
.section--cta .cta-backdrop {display:block; opacity:.35;}
.section--cta .cta-backdrop img {width:100%;height:100%;object-fit:cover;}
.section--cta .cta-card {position:relative; z-index:1; background:#0c191dee; border:1px solid #8a6c3b; padding:3rem;}
.button--gold {background:#efc367; color:#201915;}
.button--outline {border-color:#ac8b52;}
@media(max-width:850px){.peach-hero__foot {align-items:flex-start; flex-direction:column;}.peach-hero__actions{width:100%;}.peach-hero__actions .button{flex:1;}.peach-hero__foot p br{display:block;}}
@media(max-width:600px){.peach-hero picture img{max-height:66vh;object-fit:contain;background:#10262b;}.peach-hero__foot{padding:1.5rem 1rem;gap:1.2rem;}.peach-hero__actions{flex-direction:column;}.hero--trailer{padding:2rem 1rem;}.section--cta .cta-card{padding:2rem 1rem;}}
