:root {
  --terracotta: #C4622D; --gold: #C9963A; --sand: #F0E2C4;
  --cream: #FAF6EE; --forest: #1E3D2F; --forest-light: #2D5A42;
  --ink: #1A1A18; --mist: #7A8C7E; --white: #FFFFFF;
}
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Josefin Sans', sans-serif; background: var(--cream); color: var(--ink); overflow-x: hidden; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--sand); }
::-webkit-scrollbar-thumb { background: var(--terracotta); border-radius: 3px; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 4rem; background: rgba(26,26,24,0.96); backdrop-filter: blur(8px); transition: padding 0.4s; }
nav.scrolled { padding: 0.8rem 4rem; }
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 600; color: var(--white); letter-spacing: 0.04em; text-decoration: none; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a { font-family: 'Josefin Sans', sans-serif; font-size: 0.72rem; font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.75); text-decoration: none; transition: color 0.25s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta { font-family: 'Josefin Sans', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; background: var(--terracotta); color: var(--white); border: none; padding: 0.65rem 1.6rem; cursor: pointer; transition: background 0.25s; text-decoration: none; }
.nav-cta:hover { background: var(--gold); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 24px; height: 2px; background: white; display: block; }

/* PAGE HERO */
.page-hero { position: relative; height: 62vh; min-height: 460px; display: flex; align-items: flex-end; overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.35) 60%, rgba(0,0,0,0.2) 100%); }
.page-hero-content { position: relative; z-index: 2; max-width: 1200px; width: 100%; margin: 0 auto; padding: 3rem 4rem; }
.breadcrumb { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.8rem; }
.breadcrumb a, .breadcrumb span { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { color: rgba(255,255,255,0.25); }
.page-hero-eyebrow { font-size: 0.65rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; display: block; }
.page-hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 300; color: white; line-height: 1.1; }
.page-hero-title em { font-style: italic; color: var(--sand); }
.page-hero-sub { margin-top: 1rem; font-size: 0.88rem; font-weight: 300; line-height: 1.85; color: rgba(255,255,255,0.88); max-width: 38rem; }

/* SECTION COMMONS */
section { padding: 6rem 4rem; }
.section-label { font-size: 0.65rem; font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 0.8rem; display: block; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 300; line-height: 1.2; color: var(--forest); }
.section-title em { font-style: italic; color: var(--terracotta); }
.section-line { width: 56px; height: 2px; background: var(--gold); margin: 1.4rem 0 2rem; }
.btn-primary { font-family: 'Josefin Sans', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; padding: 1rem 2.4rem; background: var(--terracotta); color: white; border: none; cursor: pointer; text-decoration: none; transition: background 0.25s, transform 0.2s; display: inline-block; }
.btn-primary:hover { background: var(--gold); transform: translateY(-2px); }

/* STORY */
.story-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.story-img { position: relative; }
.story-img-main { width: 100%; height: 520px; overflow: hidden; }
.story-img-main img { width: 100%; height: 100%; object-fit: cover; }
.story-img-badge { position: absolute; bottom: -2rem; right: -2rem; width: 160px; height: 160px; background: var(--terracotta); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 1rem; }
.story-img-badge strong { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; color: white; font-weight: 300; display: block; }
.story-img-badge span { font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.8); }
.story-text p { font-size: 0.95rem; line-height: 1.9; color: #444; margin-bottom: 1.4rem; font-weight: 300; }

/* MISSION */
#mission { background: var(--forest); }
#mission .section-title { color: var(--sand); }
#mission .section-label { color: var(--gold); }
.mission-inner { max-width: 1200px; margin: 0 auto; }
.mission-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3.5rem; }
.mission-card { background: rgba(255,255,255,0.06); padding: 2.5rem; border-top: 3px solid var(--gold); }
.mission-card-icon { font-size: 2.2rem; margin-bottom: 1.2rem; }
.mission-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: var(--sand); margin-bottom: 0.8rem; font-weight: 400; }
.mission-card p { font-size: 0.82rem; color: rgba(255,255,255,0.65); line-height: 1.8; font-weight: 300; }

/* STATS */
#stats { background: var(--sand); }
.stats-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 4rem; }
.stat-card { padding: 2.5rem 1rem; border: 1px solid rgba(196,98,45,0.2); }
.stat-card strong { font-family: 'Cormorant Garamond', serif; font-size: 3.5rem; color: var(--terracotta); display: block; font-weight: 300; line-height: 1; margin-bottom: 0.5rem; }
.stat-card span { font-size: 0.72rem; letter-spacing: 0.18em; color: var(--mist); text-transform: uppercase; }

/* VALUES */
#values { background: var(--ink); }
#values .section-title { color: var(--sand); }
#values .section-label { color: var(--gold); }
.values-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.values-list { display: flex; flex-direction: column; gap: 2rem; margin-top: 1rem; }
.value-item { display: flex; gap: 1.5rem; align-items: flex-start; }
.value-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300; color: var(--gold); opacity: 0.5; line-height: 1; min-width: 48px; }
.value-content h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: var(--sand); margin-bottom: 0.5rem; font-weight: 400; }
.value-content p { font-size: 0.8rem; color: rgba(255,255,255,0.6); line-height: 1.8; font-weight: 300; }
.values-img { position: relative; }
.values-img img { width: 100%; height: 540px; object-fit: cover; }

/* CTA BAND */
.cta-band { background: var(--terracotta); padding: 5rem 4rem; text-align: center; }
.cta-band h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 300; color: white; margin-bottom: 1rem; }
.cta-band p { font-size: 0.85rem; color: rgba(255,255,255,0.85); max-width: 520px; margin: 0 auto 2.5rem; line-height: 1.9; font-weight: 300; }
.btn-light { font-family: 'Josefin Sans', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; padding: 1rem 2.4rem; background: white; color: var(--terracotta); border: none; cursor: pointer; text-decoration: none; transition: background 0.25s, transform 0.2s; display: inline-block; }
.btn-light:hover { background: var(--sand); transform: translateY(-2px); }

/* PARTNERS */
#partners { background: var(--sand); padding: 4rem; }
.partners-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.partners-inner p { font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--mist); margin-bottom: 2.5rem; }
.partners-logos { display: flex; align-items: center; justify-content: center; gap: 3rem; flex-wrap: wrap; }
.partner-badge { padding: 0.8rem 2rem; border: 1px solid rgba(196,98,45,0.3); font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--forest); font-weight: 400; }
.agency-grid{margin-top:2.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;text-align:left;}
.agency-card{background:rgba(255,255,255,0.6);border:1px solid rgba(0,0,0,0.06);padding:1.4rem;}
.agency-card h4{font-family:'Cormorant Garamond',serif;font-size:1.2rem;color:var(--forest);font-weight:400;margin-bottom:0.3rem;}
.agency-card .agency-sub{font-size:0.62rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--terracotta);margin-bottom:0.9rem;}
.agency-list{list-style:none;display:flex;flex-direction:column;gap:0.45rem;}
.agency-list li{font-size:0.85rem;line-height:1.6;color:#555;font-weight:300;padding-left:1rem;position:relative;}
.agency-list li::before{content:'â€¢';position:absolute;left:0;color:var(--gold);}

/* FOOTER */
footer { background: var(--ink); padding: 5rem 4rem 2rem; color: rgba(255,255,255,0.6); }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 2.75rem; align-items: start; margin-bottom: 4rem; }
.footer-brand .nav-logo { font-size: 1.9rem; display: inline-block; margin-bottom: 1.2rem; }
.footer-brand p { font-size: 0.8rem; line-height: 1.8; font-weight: 300; max-width: 280px; }
.footer-col h4 { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.4rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.footer-col ul a { font-size: 0.8rem; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; font-weight: 300; }
.footer-col ul a:hover { color: var(--sand); }
.footer-social { display: flex; gap: 1rem; margin-top: 1.8rem; }
.social-btn { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; color: rgba(255,255,255,0.5); cursor: pointer; transition: border-color 0.2s, color 0.2s; text-decoration: none; }
.social-btn:hover { border-color: var(--gold); color: var(--gold); }
.footer-bottom { max-width: 1200px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.72rem; }
.footer-bottom .legal { display: flex; gap: 2rem; }
.footer-bottom .legal a { font-size: 0.72rem; color: rgba(255,255,255,0.4); text-decoration: none; }
.footer-bottom .legal a:hover { color: var(--sand); }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.15s; }
.reveal-delay-2 { transition-delay: 0.3s; }
.reveal-delay-3 { transition-delay: 0.45s; }

/* MOBILE MENU */
.mobile-menu { display: none; position: fixed; inset: 0; z-index: 999; background: rgba(26,26,24,0.98); flex-direction: column; align-items: center; justify-content: center; gap: 2.5rem; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; color: var(--sand); text-decoration: none; letter-spacing: 0.06em; }
.mobile-menu a:hover { color: var(--gold); }
.mobile-close { position: absolute; top: 2rem; right: 2rem; font-size: 1.5rem; color: rgba(255,255,255,0.5); cursor: pointer; background: none; border: none; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  section { padding: 5rem 2rem; }
  nav { padding: 1.2rem 2rem; }
  .story-inner { grid-template-columns: 1fr; gap: 3rem; }
  .story-img-main { height: 360px; }
  .mission-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .values-inner { grid-template-columns: 1fr; }
  .values-img img { height: 320px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .page-hero-content { padding: 2rem 2rem; }
}
@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .story-img-badge { bottom: -1rem; right: -1rem; width: 120px; height: 120px; }
  .agency-grid{grid-template-columns:1fr;}
}