/*
Theme Name: Warsaw Roost Signature
Theme URI: https://warsawroostrv.com/
Author: Warsaw Roost RV Park LLC
Description: A custom evergreen-and-gold WordPress theme built around the Warsaw Roost rooster monogram.
Version: 2.0.0
Text Domain: warsaw-roost
*/

:root {
  --forest: #064a35;
  --forest-deep: #032f24;
  --forest-soft: #e6eee9;
  --gold: #b78924;
  --gold-light: #d2ad58;
  --charcoal: #24282b;
  --ivory: #f7f4ec;
  --paper: #fffefa;
  --muted: #5e6561;
  --line: rgba(6, 74, 53, .16);
  --shadow: 0 26px 70px rgba(3, 47, 36, .14);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--ivory); font-family: "Segoe UI", Arial, sans-serif; line-height: 1.65; }
body::selection { color: white; background: var(--forest); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-150%); padding: 10px 14px; color: white; background: var(--forest); border-radius: 8px; }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 88px; padding: 10px max(24px, calc((100vw - 1220px) / 2)); background: rgba(255, 254, 250, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.header-brand img { width: 62px; height: 62px; object-fit: cover; border: 2px solid var(--gold); border-radius: 50%; }
.brand-words strong, .brand-words span { display: block; line-height: 1.05; }
.brand-words strong { color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; letter-spacing: .08em; text-transform: uppercase; }
.brand-words span { margin-top: 5px; color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .23em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a:not(.button) { color: var(--forest-deep); font-size: .86rem; font-weight: 750; text-decoration: none; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 23px; color: white; background: var(--forest); border: 1px solid var(--forest); border-radius: 999px; box-shadow: 0 10px 24px rgba(3, 47, 36, .15); font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, color .2s ease, background .2s ease; }
.button:hover { color: white; background: var(--forest-deep); transform: translateY(-2px); }
.button-gold { color: var(--forest-deep); background: var(--gold-light); border-color: var(--gold-light); box-shadow: 0 12px 28px rgba(183, 137, 36, .22); }
.button-gold:hover { color: var(--forest-deep); background: #e0bd6a; }
.button-small { min-height: 43px; padding: 9px 17px; font-size: .82rem; }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.hero { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; min-height: 760px; overflow: hidden; color: white; background: var(--forest-deep); }
.hero::before { content: ""; position: absolute; width: 720px; height: 720px; right: -250px; top: -330px; border: 1px solid rgba(210,173,88,.3); border-radius: 50%; box-shadow: 0 0 0 75px rgba(210,173,88,.035), 0 0 0 150px rgba(210,173,88,.025); }
.hero-copy { position: relative; z-index: 2; align-self: center; max-width: 790px; padding: 108px 54px 120px max(28px, calc((100vw - 1220px) / 2)); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 17px; color: var(--gold); font-size: .75rem; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.hero .eyebrow { color: var(--gold-light); }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 600; line-height: 1.06; }
h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(3.8rem, 7vw, 7.2rem); letter-spacing: -.055em; }
h2 { margin-bottom: 23px; color: var(--forest-deep); font-size: clamp(2.35rem, 4.3vw, 4.6rem); letter-spacing: -.04em; }
h3 { margin-bottom: 9px; color: var(--forest-deep); font-size: 1.55rem; }
p { margin-top: 0; }
.hero-lead { max-width: 680px; color: #dce8e2; font-size: clamp(1.08rem, 1.8vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 36px; }
.text-link { color: inherit; font-weight: 800; text-underline-offset: 5px; }
.microcopy { margin-top: 19px; color: #a9bdb4; font-size: .84rem; }
.hero-emblem { position: relative; z-index: 2; display: grid; place-items: center; padding: 70px 32px 70px 20px; background: linear-gradient(150deg, rgba(6,74,53,.4), rgba(3,47,36,0)); }
.emblem-frame { position: relative; width: min(500px, 41vw); aspect-ratio: 1; display: grid; place-items: center; padding: 34px; background: var(--paper); border: 4px solid var(--gold); border-radius: 50%; box-shadow: 0 0 0 12px rgba(255,255,255,.07), 0 30px 90px rgba(0,0,0,.28); }
.emblem-frame::before, .emblem-frame::after { content: ""; position: absolute; border-radius: 50%; }
.emblem-frame::before { inset: 15px; border: 1px solid var(--gold); }
.emblem-frame::after { inset: -24px; border: 1px solid rgba(210,173,88,.3); }
.emblem-frame img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.facts-band { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1220px; margin: -42px auto 0; background: var(--paper); border: 1px solid rgba(183,137,36,.34); border-radius: 18px; box-shadow: var(--shadow); }
.facts-band article { position: relative; padding: 27px 32px 27px 66px; border-right: 1px solid var(--line); }
.facts-band article:last-child { border-right: 0; }
.fact-number { position: absolute; left: 29px; top: 25px; color: var(--gold); font-family: Georgia, serif; font-size: 1.7rem; line-height: 1; }
.facts-band strong, .facts-band span { display: block; }
.facts-band strong { color: var(--forest); font-size: 1rem; }
.facts-band span { color: var(--muted); font-size: .86rem; }
.section-pad { max-width: 1220px; margin: 0 auto; padding: 118px 24px; }
.story { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: start; }
.story-intro { position: sticky; top: 125px; }
.story-body { color: var(--muted); font-size: 1.09rem; }
.story-body > p:first-child { color: var(--charcoal); font-family: Georgia, serif; font-size: 1.5rem; line-height: 1.5; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 42px; }
.value { min-height: 150px; padding: 25px 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 15px; }
.value-mark { display: block; margin-bottom: 20px; color: var(--gold); font-family: Georgia, serif; font-size: 2rem; line-height: 1; }
.value strong { color: var(--forest); font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; }
.timeline-section { max-width: none; padding-left: max(24px, calc((100vw - 1220px) / 2)); padding-right: max(24px, calc((100vw - 1220px) / 2)); background: var(--forest-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading { max-width: 760px; margin-bottom: 56px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: phase; }
.timeline article { position: relative; min-height: 315px; padding: 34px 31px; overflow: hidden; background: var(--paper); border-top: 4px solid var(--gold); border-radius: 6px 6px 20px 20px; box-shadow: 0 18px 45px rgba(3,47,36,.08); }
.timeline article::after { content: attr(data-sites); position: absolute; right: -10px; bottom: -38px; color: rgba(6,74,53,.055); font-family: Georgia, serif; font-size: 10rem; font-weight: 700; line-height: 1; }
.phase-label { margin-bottom: 45px; color: var(--gold); font-size: .72rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.timeline article p:last-child { position: relative; z-index: 2; color: var(--muted); }
.details { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.details-card { padding: 52px; background: var(--forest-deep); border-radius: var(--radius); box-shadow: var(--shadow); }
.details-card h2 { color: white; }
.details-card .eyebrow { color: var(--gold-light); }
.check-list { margin: 32px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 15px 0 15px 37px; color: #e3ebe7; border-bottom: 1px solid rgba(255,255,255,.12); }
.check-list li::before { content: ""; position: absolute; left: 3px; top: 21px; width: 14px; height: 7px; border-left: 2px solid var(--gold-light); border-bottom: 2px solid var(--gold-light); transform: rotate(-45deg); }
.details-note { position: relative; padding: 55px 48px; background: var(--paper); border: 1px solid rgba(183,137,36,.38); border-radius: var(--radius); }
.details-note::before { content: "WR"; position: absolute; right: 24px; top: 3px; color: rgba(6,74,53,.045); font-family: Georgia, serif; font-size: 9rem; font-weight: 800; line-height: 1; }
.details-note h3 { position: relative; font-size: 2rem; }
.details-note p { position: relative; color: var(--muted); }
.seal-line { width: 86px; height: 4px; margin: 30px 0; background: var(--gold); }
.interest { max-width: none; padding-left: max(24px, calc((100vw - 1220px) / 2)); padding-right: max(24px, calc((100vw - 1220px) / 2)); background: var(--forest-deep); }
.interest-wrap { display: grid; grid-template-columns: .76fr 1.24fr; gap: 80px; }
.interest-intro { position: sticky; top: 125px; align-self: start; color: white; }
.interest-intro h2 { color: white; }
.interest-intro .eyebrow { color: var(--gold-light); }
.interest-intro > p:not(.eyebrow) { color: #bed0c7; font-size: 1.07rem; }
.contact-card { margin-top: 35px; padding: 22px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; }
.contact-card span, .contact-card a { display: block; }
.contact-card span { color: #9fb6ab; font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-card a { margin-top: 4px; color: var(--gold-light); font-weight: 800; }
.interest-form { padding: 44px; background: var(--paper); border-top: 5px solid var(--gold); border-radius: 5px 5px var(--radius) var(--radius); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; margin-bottom: 20px; color: var(--forest-deep); font-size: .88rem; font-weight: 800; }
label > span, label b { color: #9a6810; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--charcoal); background: white; border: 1px solid #b8c2bd; border-radius: 8px; }
textarea { resize: vertical; }
.checkbox-label { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; padding: 17px; background: var(--forest-soft); border-radius: 9px; font-weight: 500; }
.checkbox-label input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--forest); }
.submit-button { width: 100%; margin-top: 5px; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
.hidden-field { position: absolute; left: -10000px; }
.form-status { margin: 0 0 22px; padding: 18px 20px; border-radius: 9px; font-weight: 700; }
.form-status.success { color: #17452e; background: #dcecdf; border: 1px solid #9fc4a8; }
.form-status.error { color: #722c1d; background: #f8e3dc; border: 1px solid #db9c86; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 27px 50px 27px 0; color: var(--forest-deep); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 700; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 8px; top: 18px; color: var(--gold); font-family: "Segoe UI", sans-serif; font-size: 2rem; font-weight: 300; }
details[open] summary::after { content: "\2212"; }
details p { max-width: 780px; padding-bottom: 25px; color: var(--muted); }
footer { display: grid; grid-template-columns: 88px 1fr auto; gap: 26px; align-items: center; padding: 44px max(24px, calc((100vw - 1220px) / 2)); color: white; background: #021f18; border-top: 3px solid var(--gold); }
footer img { width: 78px; height: 78px; object-fit: cover; background: white; border: 2px solid var(--gold); border-radius: 50%; }
footer strong, footer span, footer a { display: block; }
footer strong { font-family: Georgia, serif; letter-spacing: .07em; }
footer span, footer p { color: #9fb3aa; font-size: .82rem; }
footer a { color: var(--gold-light); }
footer p { max-width: 340px; margin: 0; text-align: right; }
.admin-bar .site-header { top: 32px; }

@media (max-width: 1000px) {
  .site-nav > a:not(.button) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-right: 28px; padding-bottom: 45px; }
  .hero-emblem { padding: 25px 24px 130px; }
  .emblem-frame { width: min(470px, 78vw); }
  .facts-band { margin: -50px 24px 0; }
  .story, .details, .interest-wrap { grid-template-columns: 1fr; gap: 48px; }
  .story-intro, .interest-intro { position: static; }
  .timeline { grid-template-columns: 1fr; }
  .timeline article { min-height: auto; }
}
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (max-width: 700px) {
  .site-header { min-height: 72px; padding: 7px 15px; }
  .header-brand { gap: 9px; }
  .header-brand img { width: 52px; height: 52px; }
  .brand-words strong { font-size: .88rem; }
  .brand-words span { font-size: .55rem; }
  .site-nav .button { min-height: 39px; padding: 8px 12px; font-size: .72rem; }
  h1 { font-size: 3.5rem; }
  .hero-copy { padding-top: 80px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .facts-band { grid-template-columns: 1fr; }
  .facts-band article { border-right: 0; border-bottom: 1px solid var(--line); }
  .facts-band article:last-child { border-bottom: 0; }
  .section-pad { padding: 82px 20px; }
  .values { grid-template-columns: 1fr; }
  .value { min-height: 0; }
  .details-card, .details-note, .interest-form { padding: 30px 21px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  footer { grid-template-columns: 70px 1fr; }
  footer img { width: 66px; height: 66px; }
  footer p { grid-column: 1 / -1; max-width: none; text-align: left; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
