/*
Theme Name: Kaiaulu Ethos — Community Edition
Theme URI: https://example.com/
Author: OpenAI
Description: A responsive, trust-centered WordPress theme for Kaiaʻulu Ethos in Ocean View, Hawaiʻi, with a community-first homepage and a dedicated Veterans Forward: A Path Home project page.
Version: 3.4.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: kaiaulu-ethos
*/

:root{
  --ink:#19231d;
  --forest:#263b2e;
  --forest-2:#38523f;
  --green:#263b2e; /* legacy alias retained for earlier homepage sections */
  --rust:#a8552a; /* legacy alias retained for earlier homepage accents */
  --moss:#6f7d61;
  --sand:#efe9dd;
  --paper:#f8f5ef;
  --gold:#c7924e;
  --copper:#a8552a;
  --sky:#355f7d;
  --muted:#687269;
  --line:rgba(25,35,29,.14);
  --shadow:0 18px 50px rgba(20,31,24,.12);
  --radius:22px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.eyebrow{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--forest-2)}
.section{padding:84px 0}
.section-tight{padding:54px 0}
.section-title{font-family:var(--serif);font-size:clamp(2.1rem,4vw,4.2rem);line-height:1.02;margin:.15em 0 .3em;font-weight:500}
.lead{font-size:1.15rem;color:#475149;max-width:720px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:14px 22px;border-radius:999px;background:var(--forest);color:#fff;font-weight:800;letter-spacing:.015em;border:1px solid var(--forest);transition:.2s ease;cursor:pointer}
.button:hover,.button:focus{transform:translateY(-1px);background:#1e3025}
.button--outline{background:transparent;color:var(--forest);border-color:rgba(38,59,46,.45)}
.button--gold{background:var(--copper);border-color:var(--copper)}
.button--light{background:#fff;color:var(--forest);border-color:#fff}
.tag{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;background:#e8efe9;color:var(--forest);font-size:.78rem;font-weight:800;letter-spacing:.03em}

.site-header{position:sticky;top:0;z-index:50;background:rgba(25,35,29,.96);backdrop-filter:blur(12px);color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand-mark{width:37px;height:44px}
.brand-copy strong{font-family:var(--serif);font-size:1.35rem;letter-spacing:.09em;font-weight:500;display:block;line-height:.9}
.brand-copy small{display:block;margin-top:8px;font-size:.63rem;letter-spacing:.28em;text-transform:uppercase;color:#d5d9d4}
.nav{display:flex;align-items:center;gap:25px;font-size:.84rem;font-weight:800;letter-spacing:.02em}
.nav a{opacity:.9}
.nav a:hover{opacity:1;color:#ead2a8}
.nav .nav-cta{padding:10px 16px;background:var(--forest-2);border-radius:8px}
.menu-toggle{display:none;border:0;background:none;color:#fff;font-size:1.6rem;padding:6px}

.hero{position:relative;min-height:680px;display:flex;align-items:flex-end;color:#fff;overflow:hidden;background:#223228}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,22,17,.82) 0%,rgba(13,22,17,.52) 40%,rgba(13,22,17,.08) 75%),linear-gradient(0deg,rgba(13,22,17,.4),transparent 42%);z-index:1}
.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 58%}
.hero-content{position:relative;z-index:2;padding:110px 0 88px;max-width:680px}
.hero h1{font-family:var(--serif);font-size:clamp(3.5rem,8vw,7rem);line-height:.88;margin:0 0 24px;font-weight:500;letter-spacing:-.03em}
.hero h1 em{color:#e8be7f;font-weight:500}
.hero p{font-size:1.14rem;max-width:585px;color:#f3f4f1;margin:0 0 28px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}

.trust-strip{background:#fff;border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.trust-item{padding:24px 26px;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-item strong{display:block;font-family:var(--serif);font-size:1.15rem;font-weight:600}
.trust-item span{font-size:.82rem;color:var(--muted)}

.raffle-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:center}
.raffle-copy h2{font-family:var(--serif);font-size:clamp(2.4rem,4.5vw,4.8rem);line-height:.95;margin:.18em 0 .25em;font-weight:500}
.raffle-copy h2 em{display:block;color:var(--copper);font-size:.55em;margin-top:.35em}
.raffle-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:26px 0}
.meta-card{border:1px solid var(--line);border-radius:14px;padding:14px;background:#fff}
.meta-card span{display:block;font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}
.meta-card strong{display:block;margin-top:3px;font-size:.95rem}
.raffle-visual{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#ddd}
.raffle-visual img{width:100%;aspect-ratio:4/3;object-fit:cover}
.thumb-row{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;margin-top:6px}
.thumb-row img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px}

.ownership{background:var(--forest);color:#fff;position:relative;overflow:hidden}
.ownership::after{content:"";position:absolute;width:440px;height:440px;border-radius:50%;right:-160px;top:-150px;border:1px solid rgba(255,255,255,.12)}
.ownership-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:start}
.ownership h2{font-family:var(--serif);font-size:clamp(2.7rem,5vw,5rem);line-height:.98;margin:0 0 24px;font-weight:500}
.ownership h2 em{color:#e2b775;font-weight:500}
.ownership p{color:#e2e7e3;font-size:1.06rem}
.promise-list{display:grid;gap:14px}
.promise{display:grid;grid-template-columns:52px 1fr;gap:14px;padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.04)}
.promise-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:rgba(226,183,117,.14);font-size:1.35rem}
.promise strong{display:block;font-family:var(--serif);font-size:1.23rem}
.promise span{font-size:.9rem;color:#cbd4cd}

.projects{background:#f3eee5}
.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.project-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 8px 28px rgba(36,45,38,.06)}
.project-card .media{aspect-ratio:16/10;background:#d7ded5;overflow:hidden;position:relative}
.project-card .media img{width:100%;height:100%;object-fit:cover}
.project-card .media.annie img{object-position:center 34%}
.project-card .media.transport{display:grid;place-items:center;background:linear-gradient(135deg,#dfe5dd,#c9d5cb)}
.project-card .media.grow{display:grid;place-items:center;background:linear-gradient(135deg,#d6dfc8,#b7c9a3)}
.project-symbol{font-size:4.2rem;opacity:.8}
.project-body{padding:24px}
.project-body h3{font-family:var(--serif);font-size:1.55rem;margin:8px 0 8px}
.project-body p{margin:0 0 14px;color:#5d665f;font-size:.95rem}

.transparency-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:50px;align-items:start}
.steps{counter-reset:step;display:grid;gap:12px}
.step{counter-increment:step;display:grid;grid-template-columns:46px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid var(--line)}
.step::before{content:counter(step);width:38px;height:38px;border-radius:50%;background:var(--forest);color:#fff;display:grid;place-items:center;font-weight:800}
.step strong{font-family:var(--serif);font-size:1.18rem;display:block}
.step span{font-size:.91rem;color:var(--muted)}

.sunset{position:relative;min-height:380px;color:#fff;display:flex;align-items:center;overflow:hidden}
.sunset::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,18,16,.76),rgba(14,18,16,.1));z-index:1}
.sunset img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.sunset-copy{position:relative;z-index:2;max-width:600px}
.sunset blockquote{font-family:var(--serif);font-size:clamp(2.5rem,5vw,5rem);line-height:1;margin:0;font-weight:500}
.sunset p{font-size:1rem;max-width:480px;color:#f0f2ef;margin-top:18px}

.page-hero{padding:84px 0 54px;background:var(--forest);color:#fff}
.page-hero h1{font-family:var(--serif);font-size:clamp(3rem,6vw,5.6rem);line-height:.95;margin:0 0 16px;font-weight:500}
.page-hero p{max-width:720px;color:#dce5df;font-size:1.08rem}
.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:start}
.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 8px 26px rgba(36,45,38,.05)}
.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:14px}
.gallery img:first-child{grid-column:1/-1;aspect-ratio:16/9}
.fact-table{width:100%;border-collapse:collapse}
.fact-table th,.fact-table td{padding:12px 0;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
.fact-table th{width:42%;font-size:.78rem;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}
.notice{padding:18px 20px;border-radius:14px;background:#edf1ec;border-left:4px solid var(--forest-2)}

.contact-form{display:grid;gap:14px}
.contact-form label{font-size:.84rem;font-weight:800;color:#4c574f}
.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:13px 14px;border:1px solid #cfd7d1;border-radius:10px;background:#fff;font:inherit;color:var(--ink)}
.contact-form textarea{min-height:150px;resize:vertical}
.honeypot{position:absolute;left:-9999px}

.site-footer{background:#172019;color:#fff;padding:54px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr;gap:40px}
.footer-brand p{color:#b9c1bc;max-width:420px}
.footer-links{display:grid;gap:8px;font-size:.9rem;color:#d7ddd9}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:28px;margin-top:38px;border-top:1px solid rgba(255,255,255,.1);font-size:.76rem;color:#9da8a0}

@media (max-width: 960px){
  .nav{display:none;position:absolute;top:78px;left:0;right:0;background:#172019;padding:18px 20px 24px;flex-direction:column;align-items:flex-start;border-top:1px solid rgba(255,255,255,.08)}
  .nav.open{display:flex}.menu-toggle{display:block}
  .hero{min-height:610px}.hero-content{padding:95px 0 70px}
  .trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .raffle-grid,.ownership-grid,.transparency-grid,.content-grid{grid-template-columns:1fr}
  .project-grid{grid-template-columns:1fr 1fr}.project-grid .project-card:last-child{grid-column:1/-1}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}
}
@media (max-width: 640px){
  .container{width:min(100% - 28px,1180px)}
  .header-inner{height:70px}.brand-copy strong{font-size:1.1rem}.brand-copy small{font-size:.53rem;letter-spacing:.2em}.brand-mark{width:31px;height:38px}
  .nav{top:70px}
  .hero{min-height:640px;align-items:flex-end}.hero::before{background:linear-gradient(0deg,rgba(13,22,17,.88) 0%,rgba(13,22,17,.56) 58%,rgba(13,22,17,.18) 100%)}
  .hero img{object-position:58% center}.hero-content{padding:220px 0 54px}.hero h1{font-size:3.55rem}.hero p{font-size:1rem}
  .hero-actions .button{width:100%}
  .trust-grid{grid-template-columns:1fr}.trust-item{border-right:0!important;border-bottom:1px solid var(--line)!important}.trust-item:last-child{border-bottom:0!important}
  .section{padding:62px 0}.section-tight{padding:42px 0}
  .raffle-meta{grid-template-columns:1fr}.thumb-row{grid-template-columns:repeat(3,1fr)}
  .project-grid{grid-template-columns:1fr}.project-grid .project-card:last-child{grid-column:auto}
  .ownership-grid{gap:38px}.promise{grid-template-columns:44px 1fr}.promise-icon{width:44px;height:44px}
  .gallery{grid-template-columns:1fr}.gallery img:first-child{grid-column:auto;aspect-ratio:4/3}
  .footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}
  .sunset{min-height:420px}.sunset::before{background:linear-gradient(0deg,rgba(14,18,16,.83),rgba(14,18,16,.2))}
}
/* v1.1 community-first homepage */
.hero-content{max-width:680px}
.hero-content p{max-width:640px;font-size:1.08rem}
.listening .section-title em{color:var(--rust);font-style:normal}
.contribute{display:grid;grid-template-columns:1.35fr .65fr;min-height:380px;background:var(--forest);color:#fff}
.contribute-image img{width:100%;height:100%;object-fit:cover;display:block}
.contribute-copy{padding:54px 7vw 48px 44px;align-self:center}
.contribute-copy h2{font-family:var(--serif);font-size:clamp(2rem,3vw,3.4rem);line-height:1.02;margin:0 0 20px;color:#f5efe2}
.contribute-copy p{font-size:1.08rem;line-height:1.65;color:#fff}
.contribute-copy strong{color:#e7b75d}
.project-grid--three{grid-template-columns:repeat(3,1fr)}
.campaign-lines{font-size:1.15rem;line-height:1.65}
.raffle-feature{background:#082f28;color:#fff}
.raffle-feature h2,.raffle-feature h3{color:#fff}.raffle-feature h3{font-family:var(--serif);font-size:1.65rem;margin-top:24px}
.raffle-feature .button--light{margin-left:10px}
@media(max-width:960px){.contribute{grid-template-columns:1fr}.contribute-image{max-height:440px}.contribute-copy{padding:38px 6vw}.project-grid--three{grid-template-columns:1fr 1fr}.project-grid--three .project-card:last-child{grid-column:1/-1}}
@media(max-width:640px){.contribute-copy{padding:32px 22px}.project-grid--three{grid-template-columns:1fr}.project-grid--three .project-card:last-child{grid-column:auto}.raffle-feature .button--light{margin:10px 0 0}.hero-content p{font-size:1rem}}

/* v2.0 Veterans Forward project */
.vf-hero{position:relative;min-height:620px;display:flex;align-items:flex-end;color:#fff;overflow:hidden;background:#17251d}
.vf-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.vf-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,21,16,.92) 0%,rgba(8,21,16,.72) 36%,rgba(8,21,16,.15) 70%),linear-gradient(0deg,rgba(8,21,16,.45),transparent 50%)}
.vf-hero-content{position:relative;z-index:2;padding:90px 0 66px;max-width:660px}
.vf-eyebrow{color:#e8be7f}
.vf-hero h1{font-family:var(--serif);font-size:clamp(3.6rem,7vw,6.8rem);line-height:.9;margin:.15em 0 .25em;font-weight:500;letter-spacing:-.035em}
.vf-hero h1 em{color:#e8be7f;font-weight:500}
.vf-tagline{font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.5;margin:0 0 22px;max-width:560px}
.concept-label{display:inline-flex;padding:8px 11px;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:rgba(8,21,16,.45);font-size:.78rem;letter-spacing:.03em}
.vf-intro{background:#fff}
.vf-intro-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:52px;align-items:start}
.vf-big-promise{font-size:1.3rem;border-left:4px solid var(--gold);padding-left:18px;margin-top:28px}
.vf-tomorrow{padding:0;overflow:hidden}
.vf-tomorrow .tag{margin:24px 24px 14px}
.vf-tomorrow img{width:100%;aspect-ratio:16/7;object-fit:cover;margin-bottom:20px}
.vf-tomorrow p{padding:0 24px;margin:0 0 16px}
.vf-tomorrow p:last-child{padding-bottom:12px}
.vf-process-section{background:#f3eee5}
.vf-process{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:34px}
.vf-process article{position:relative;background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px 18px;min-height:270px}
.vf-process article:not(:last-child)::after{content:'→';position:absolute;right:-14px;top:44px;width:27px;height:27px;border-radius:50%;background:#f3eee5;display:grid;place-items:center;font-weight:800;z-index:2;color:var(--muted)}
.vf-process-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--forest);color:#fff;font-size:1.35rem}
.vf-process h3{font-family:var(--serif);font-size:1.35rem;margin:14px 0 8px}
.vf-process p{font-size:.9rem;color:#5e665f;margin:0}
.vf-built-with{background:var(--paper)}
.vf-quote{font-family:var(--serif);font-size:clamp(2rem,3vw,3.1rem);line-height:1.1;margin:34px 0 0;color:var(--forest);border-left:4px solid var(--gold);padding-left:20px}
.vf-home-spec h3{font-family:var(--serif);font-size:2rem;line-height:1.08;margin:10px 0 18px}
.vf-progress-section{background:#fff}
.vf-progress{margin-top:28px;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}
.vf-progress>div{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--line)}
.vf-progress>div:last-child{border-bottom:0}
.vf-progress span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#e8ece8;font-size:.8rem;font-weight:800}
.vf-progress strong{font-size:.95rem}
.vf-progress em{font-style:normal;font-size:.75rem;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}
.vf-progress .is-active{background:#f1f5ef}
.vf-progress .is-active span{background:var(--forest);color:#fff}
.vf-progress .is-active em{color:var(--forest);font-weight:800}
.vf-raffle-card h2{font-family:var(--serif);font-size:2.25rem;line-height:1.05;margin:14px 0}
.vf-raffle-card img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:14px;margin:14px 0 18px}
.vf-small{font-size:.78rem;color:var(--muted)}
.vf-closing{background:#102a23;color:#fff;padding:56px 0;text-align:center}
.vf-closing p{font-family:var(--serif);font-size:clamp(2.2rem,4vw,4.6rem);line-height:1;margin:0}
.vf-closing strong{display:block;color:#e8be7f;text-transform:uppercase;letter-spacing:.16em;font-size:.92rem;margin-top:14px}
.vf-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:32px}
.vf-outline-light{color:#fff;border-color:rgba(255,255,255,.55)}
.vf-outline-light:hover{background:#fff;color:var(--forest)}

@media(max-width:1100px){
  .vf-process{grid-template-columns:repeat(3,1fr)}
  .vf-process article:not(:last-child)::after{display:none}
}
@media(max-width:960px){
  .vf-intro-grid{grid-template-columns:1fr}
  .vf-hero{min-height:590px}
  .vf-hero-content{padding:170px 0 58px}
}
@media(max-width:640px){
  body{font-size:17px}
  .vf-hero{min-height:680px;align-items:flex-end}
  .vf-hero>img{object-position:62% center}
  .vf-hero-shade{background:linear-gradient(0deg,rgba(8,21,16,.94) 0%,rgba(8,21,16,.78) 52%,rgba(8,21,16,.2) 100%)}
  .vf-hero-content{padding:260px 0 42px}
  .vf-hero h1{font-size:3.45rem}
  .vf-tagline{font-size:1.08rem}
  .vf-process{grid-template-columns:1fr}
  .vf-process article{min-height:auto}
  .vf-tomorrow img{aspect-ratio:4/3}
  .vf-progress>div{grid-template-columns:38px 1fr;gap:10px}
  .vf-progress em{grid-column:2}
  .vf-actions .button{width:100%}
  .section-title{font-size:2.5rem}
  .lead{font-size:1.06rem}
}

/* Veterans Forward long-form explanation v2.1 */
.vf-reading{max-width:900px;margin:0 auto}.vf-reading p{font-size:1.12rem;line-height:1.8}.vf-story.alt{background:#f3f0e8}.vf-statement{font-family:var(--serif);font-size:clamp(1.6rem,3vw,2.35rem);line-height:1.2;color:var(--green);margin:28px 0}.vf-promise{font-size:1.15rem;line-height:1.7;margin:28px 0}.vf-story .button{margin-top:8px}@media(max-width:700px){.vf-reading p{font-size:1.08rem}.vf-story{padding-top:54px;padding-bottom:54px}}


/* v2.3 — Veterans Forward home concept */
.vf-home-concept{margin:36px 0 26px}
.vf-home-concept img{width:100%;height:auto;display:block;border-radius:18px;box-shadow:var(--shadow)}
.vf-home-concept figcaption{margin-top:10px;font-size:.92rem;color:#5e665f;text-align:center}
.vf-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
@media(max-width:700px){.vf-home-concept{margin:26px -8px 20px}.vf-home-concept img{border-radius:12px}.vf-actions .button{width:100%;text-align:center}}
.ke-zeffy-link{position:relative;z-index:10;pointer-events:auto;cursor:pointer}
.ke-zeffy-full{width:100%;display:inline-flex;justify-content:center}


/* Annie's Place — v2.9 */
.ap-hero{position:relative;min-height:70vh;display:flex;align-items:flex-end;overflow:hidden;background:#202c25;color:#fff}
.ap-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%}
.ap-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,28,23,.08),rgba(18,28,23,.82) 78%,rgba(18,28,23,.96))}
.ap-hero .container{position:relative;z-index:2;padding-top:150px;padding-bottom:68px}
.ap-hero h1{font-family:var(--serif);font-size:clamp(3.8rem,8vw,7.2rem);line-height:.9;margin:8px 0 14px;font-weight:500}
.ap-hero .ap-deck{font-family:var(--serif);font-size:clamp(1.55rem,3vw,2.35rem);margin:0 0 18px;color:#f2d9ad}
.ap-hero p{max-width:700px;font-size:1.1rem;color:#f2f4f1}
.ap-reading{max-width:900px;margin:0 auto}.ap-reading p{font-size:1.12rem;line-height:1.82}.ap-reading h3{font-family:var(--serif);font-size:2rem;color:var(--green)}
.ap-photo-band{display:grid;grid-template-columns:1fr;gap:18px;margin-top:34px}.ap-photo-band img{width:100%;border-radius:18px;box-shadow:var(--shadow)}.ap-photo-band .ap-dogs-fed-wide{height:auto;object-fit:contain}.ap-photo-band .ap-lava-landscape{height:360px;object-fit:cover;object-position:center 48%}
.ap-principles{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:32px}.ap-principle{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px}.ap-principle strong{display:block;font-family:var(--serif);font-size:1.45rem;color:var(--green);margin-bottom:8px}
.ap-annie{background:#f3f0e8}.ap-annie-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px;align-items:center}.ap-annie-grid img{width:100%;max-height:650px;object-fit:cover;object-position:center 34%;border-radius:22px;box-shadow:var(--shadow)}
.ap-quote{font-family:var(--serif);font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.45;color:var(--green);margin:26px 0}.ap-close{text-align:center;background:var(--forest);color:#fff}.ap-close .section-title{color:#fff}.ap-close p{max-width:760px;margin-left:auto;margin-right:auto;color:#dce5df;font-size:1.1rem}
@media(max-width:800px){.ap-photo-band,.ap-annie-grid{grid-template-columns:1fr}.ap-photo-band .ap-dogs-fed-wide{height:auto}.ap-photo-band .ap-lava-landscape{height:300px}.ap-principles{grid-template-columns:1fr 1fr}.ap-hero{min-height:620px}.ap-hero .container{padding-bottom:46px}}
@media(max-width:520px){.ap-principles{grid-template-columns:1fr}.ap-hero h1{font-size:3.7rem}.ap-reading p{font-size:1.05rem}}

/* Common Ground */
.cg-hero{background:linear-gradient(rgba(22,43,31,.72),rgba(22,43,31,.78)),url('assets/images/common-ground-produce.jpg') center/cover no-repeat;color:#fff;padding:112px 0 96px;position:relative;overflow:hidden}
.cg-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 18%,rgba(232,190,127,.20),transparent 34%),radial-gradient(circle at 12% 92%,rgba(255,255,255,.08),transparent 28%);pointer-events:none}
.cg-hero .container{position:relative;z-index:1;max-width:900px}.cg-hero h1{font-family:var(--serif);font-size:clamp(3.4rem,8vw,6.8rem);line-height:.95;margin:.18em 0;color:#fff}.cg-deck{font-family:var(--serif);font-size:clamp(1.55rem,3vw,2.3rem);color:#f2d9ad;margin-bottom:18px}.cg-hero p{font-size:1.25rem;max-width:720px}.cg-reading{max-width:900px}.cg-statement{font-family:var(--serif);font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.2;color:var(--forest);margin:32px 0}.cg-cycle{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:34px}.cg-cycle div{background:#fff;border:1px solid rgba(38,59,46,.15);border-radius:12px;padding:22px 16px;box-shadow:0 8px 24px rgba(25,35,29,.06)}.cg-cycle strong{display:block;font-family:var(--serif);font-size:1.45rem;color:var(--forest);margin-bottom:8px}.cg-cycle span{font-size:.95rem;line-height:1.5}.cg-close{background:var(--forest);color:#fff}.cg-close .section-title,.cg-close p{color:#fff}.cg-invite{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0}.cg-invite strong{border:1px solid rgba(255,255,255,.35);padding:10px 14px;border-radius:999px}.cg-final{font-family:var(--serif);font-size:clamp(2.2rem,5vw,4rem);color:#e8be7f;margin:26px 0}
@media(max-width:900px){.cg-cycle{grid-template-columns:1fr 1fr}.cg-hero{padding:88px 0 72px}}
@media(max-width:600px){.cg-cycle{grid-template-columns:1fr}.cg-hero p{font-size:1.08rem}.cg-invite{display:grid;grid-template-columns:1fr 1fr}}
