/*
Theme Name: Honey Creek Farm Technology Park
Theme URI: https://honeycreekfarmtech.com
Author: Converted from static HTML
Author URI: https://honeycreekfarmtech.com
Description: A bespoke multi-page theme for Honey Creek Farm Technology Park — greenfield industrial park development. Converted from a static HTML site into editable WordPress pages with a navy & gold editorial aesthetic. Compatible with WordPress 6.x and 7.0.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: honey-creek-farm
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy: #0B1F3A; --navy-mid: #142D54; --navy-light: #1D3D6E;
  --gold: #C5922A; --gold-light: #DFB96A; --gold-pale: #F2E4C4;
  --cream: #F8F5EF; --white: #FFFFFF;
  --text-dark: #111827; --text-mid: #4B5563; --text-light: #9CA3AF;
  --concrete: #D1CBC0;
}
html { scroll-behavior: smooth; }
body { font-family: 'Barlow', sans-serif; background: var(--cream); color: var(--text-dark); overflow-x: hidden; }

/* NAV */
nav.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 999; background: rgba(11,31,58,0.97); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(197,146,42,0.25); }
.nav-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 2.5rem; height: 72px; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; cursor: pointer; }
.logo-mark { width: 40px; height: 40px; border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-mark span { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700; color: var(--gold); letter-spacing: 0px; }
.logo-text { display: flex; flex-direction: column; }
.logo-name { font-family: 'Barlow Condensed', sans-serif; font-size: 15px; font-weight: 700; color: var(--white); letter-spacing: 1.5px; text-transform: uppercase; line-height: 1; }
.logo-sub { font-family: 'Barlow', sans-serif; font-size: 10px; font-weight: 400; color: var(--gold-light); letter-spacing: 2.5px; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 0.25rem; list-style: none; }
.nav-links a { font-size: 12px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.75); text-decoration: none; padding: 8px 16px; transition: color 0.2s; cursor: pointer; display: block; }
.nav-links a:hover, .nav-links li.current-menu-item > a, .nav-links a.active { color: var(--gold-light); }
.nav-cta a, .nav-cta.menu-item a { background: var(--gold) !important; color: var(--navy) !important; font-weight: 600 !important; padding: 8px 22px !important; }
.nav-cta a:hover { background: var(--gold-light) !important; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--gold-light); margin: 5px 0; transition: 0.3s; }

/* SHARED */
.section-inner { max-width: 1280px; margin: 0 auto; padding: 6rem 2.5rem; }
.section-eyebrow { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; display: flex; align-items: center; gap: 10px; }
.section-eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); }
.section-title { font-family: 'Cormorant Garant', serif; font-size: clamp(2.2rem, 4.5vw, 3.4rem); font-weight: 600; line-height: 1.12; color: var(--navy); }
.section-title.light { color: var(--white); }
.section-body { font-size: 1rem; font-weight: 300; line-height: 1.85; color: var(--text-mid); margin-top: 1.25rem; max-width: 580px; }
.section-body.light { color: rgba(255,255,255,0.72); }
.gold-rule { width: 60px; height: 2px; background: var(--gold); margin: 2rem 0; }
.btn-primary { background: var(--gold); color: var(--navy); font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 14px 32px; cursor: pointer; border: none; transition: background 0.2s, transform 0.15s; display: inline-block; text-decoration: none; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.5); font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 14px 32px; cursor: pointer; transition: border-color 0.2s, color 0.2s; display: inline-block; text-decoration: none; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-dark { background: var(--navy); color: var(--white); font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; border: none; padding: 16px 40px; cursor: pointer; transition: background 0.2s; text-decoration: none; display: inline-block; }
.btn-dark:hover { background: var(--navy-light); }
.btn-outline-navy { background: transparent; color: var(--navy); border: 1.5px solid var(--navy); font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 10px 24px; cursor: pointer; transition: background 0.2s, color 0.2s; display: inline-block; text-decoration: none; }
.btn-outline-navy:hover { background: var(--navy); color: var(--white); }

/* HERO */
.hero { position: relative; height: 100vh; min-height: 680px; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 40%; filter: brightness(0.48) saturate(0.65); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(11,31,58,0.9) 0%, rgba(11,31,58,0.45) 55%, transparent 100%); }
.hero-content { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 0 2.5rem; padding-top: 72px; width: 100%; }
.hero-eyebrow { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 12px; }
.hero-eyebrow::before { content: ''; display: block; width: 40px; height: 1px; background: var(--gold); }
.hero h1 { font-family: 'Cormorant Garant', serif; font-size: clamp(3.2rem, 7vw, 5.5rem); font-weight: 600; line-height: 1.04; color: var(--white); max-width: 820px; margin-bottom: 1.75rem; }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero-sub { font-size: 1.05rem; font-weight: 300; line-height: 1.75; color: rgba(255,255,255,0.82); max-width: 520px; margin-bottom: 2.5rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-scroll { position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,0.5); z-index: 2; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; font-family: 'Barlow Condensed', sans-serif; animation: bounce 2s infinite; }
.hero-scroll::after { content: ''; display: block; width: 1px; height: 40px; background: rgba(255,255,255,0.3); }
@keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(6px)} }

/* STATS */
.stats-bar { background: var(--navy); }
.stats-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); border-top: 3px solid var(--gold); }
.stat-item { padding: 2rem 2.5rem; border-right: 1px solid rgba(255,255,255,0.08); text-align: center; }
.stat-item:last-child { border-right: none; }
.stat-number { font-family: 'Cormorant Garant', serif; font-size: 3rem; font-weight: 600; color: var(--gold); line-height: 1; margin-bottom: 0.5rem; }
.stat-label { font-size: 11px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.55); }

/* PILLARS */
.pillars-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; margin-top: 3.5rem; }
.pillar { background: var(--white); padding: 2.5rem; border-top: 3px solid var(--gold); }
.pillar-icon { width: 48px; height: 48px; border: 1.5px solid var(--gold); display: flex; align-items: center; justify-content: center; margin-bottom: 1.75rem; }
.pillar-icon svg { width: 22px; height: 22px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
.pillar h3 { font-family: 'Cormorant Garant', serif; font-size: 1.45rem; font-weight: 600; color: var(--navy); margin-bottom: 1rem; line-height: 1.25; }
.pillar p { font-size: 0.92rem; line-height: 1.8; color: var(--text-mid); font-weight: 300; }

/* SPLIT */
.split { overflow: hidden; }
.split-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.split-photo { position: relative; overflow: hidden; min-height: 480px; }
.split-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-caption { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(11,31,58,0.88); color: rgba(255,255,255,0.82); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; padding: 12px 20px; font-family: 'Barlow Condensed', sans-serif; font-weight: 500; }
.split-text { padding: 5rem 4rem; display: flex; flex-direction: column; justify-content: center; }
.split-reverse .split-photo { order: 2; }
.split-reverse .split-text { order: 1; padding: 5rem 4rem 5rem 2.5rem; }

/* COMMUNITY */
.community { background: var(--navy); overflow: hidden; }
.community-inner { max-width: 1280px; margin: 0 auto; padding: 6rem 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.community-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.c-photo { overflow: hidden; }
.c-photo img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(0.85) saturate(0.8); transition: filter 0.3s, transform 0.4s; }
.c-photo:hover img { filter: brightness(1) saturate(1); transform: scale(1.03); }
.c-photo-tall { grid-row: span 2; min-height: 390px; }
.c-photo-sq { min-height: 185px; }
.check-list { list-style: none; margin-top: 2rem; }
.check-list li { display: flex; align-items: flex-start; gap: 14px; font-size: 0.95rem; color: rgba(255,255,255,0.82); font-weight: 300; line-height: 1.6; margin-bottom: 1rem; }
.check-list li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; margin-top: 7px; }

/* GREENFIELD PROCESS */
.gf-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--concrete); margin-top: 3.5rem; }
.gf-step { background: var(--white); padding: 2.5rem; }
.gf-num { font-family: 'Cormorant Garant', serif; font-size: 3.5rem; font-weight: 300; color: rgba(197,146,42,0.2); line-height: 1; margin-bottom: 1rem; }
.gf-step h3 { font-family: 'Cormorant Garant', serif; font-size: 1.3rem; font-weight: 600; color: var(--navy); margin-bottom: 0.75rem; }
.gf-step p { font-size: 0.88rem; line-height: 1.8; color: var(--text-mid); font-weight: 300; }

/* DESIGN DARK */
.design-dark { background: var(--navy-mid); }
.design-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,0.07); margin-top: 3.5rem; }
.design-item { background: rgba(11,31,58,0.6); padding: 2rem; }
.design-item h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.design-item p { font-size: 0.875rem; color: rgba(255,255,255,0.52); font-weight: 300; line-height: 1.8; }

/* CTA */
.cta-section { background: var(--gold); padding: 5rem 0; }
.cta-inner { max-width: 1280px; margin: 0 auto; padding: 0 2.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-text h2 { font-family: 'Cormorant Garant', serif; font-size: 2.6rem; font-weight: 600; color: var(--navy); line-height: 1.15; }
.cta-text p { font-size: 0.95rem; color: rgba(11,31,58,0.7); margin-top: 0.75rem; font-weight: 300; }

/* FOOTER */
footer.site-footer { background: #070F1D; color: rgba(255,255,255,0.45); padding: 3rem 0 2rem; }
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 0 2.5rem; display: flex; flex-direction: column; gap: 2rem; }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
.footer-brand { max-width: 300px; }
.footer-brand p { font-size: 0.85rem; line-height: 1.7; margin-top: 1rem; color: rgba(255,255,255,0.38); }
.footer-links { display: flex; gap: 3rem; }
.footer-col h5 { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.footer-col a { display: block; font-size: 0.85rem; color: rgba(255,255,255,0.4); text-decoration: none; margin-bottom: 0.6rem; cursor: pointer; transition: color 0.2s; }
.footer-col a:hover { color: rgba(255,255,255,0.8); }
.footer-col ul { list-style: none; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 11px; }

/* PROJECTS PAGE */
.proj-hero { position: relative; height: 60vh; min-height: 480px; display: flex; align-items: flex-end; overflow: hidden; }
.proj-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 55%; filter: brightness(0.4) saturate(0.6); }
.proj-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,31,58,0.95) 0%, rgba(11,31,58,0.15) 60%); }
.proj-hero-content { position: relative; z-index: 2; max-width: 1280px; width: 100%; margin: 0 auto; padding: 0 2.5rem 4rem; }
.project-banner { background: var(--navy); padding: 1.5rem 0; }
.project-banner-inner { max-width: 1280px; margin: 0 auto; padding: 0 2.5rem; display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.proj-tag { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 5px 14px; flex-shrink: 0; }
.proj-tag.tag-active { background: var(--gold); color: var(--navy); }
.proj-stat-row { display: flex; gap: 2.5rem; flex-wrap: wrap; margin-left: auto; }
.proj-stat { display: flex; flex-direction: column; }
.proj-stat-val { font-family: 'Cormorant Garant', serif; font-size: 1.6rem; font-weight: 600; color: var(--gold); line-height: 1; }
.proj-stat-key { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-top: 2px; font-family: 'Barlow Condensed', sans-serif; }

/* Project lead */
.proj-lead-inner { max-width: 1280px; margin: 0 auto; padding: 5rem 2.5rem; display: grid; grid-template-columns: 1.15fr 1fr; gap: 5rem; align-items: start; }
.proj-desc p { font-size: 1rem; font-weight: 300; line-height: 1.9; color: var(--text-mid); margin-bottom: 1.5rem; }
.proj-desc p strong { font-weight: 500; color: var(--navy); }
.proj-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.proj-photo { overflow: hidden; }
.proj-photo img { width: 100%; display: block; object-fit: cover; filter: brightness(0.9) saturate(0.85); transition: filter 0.3s, transform 0.4s; }
.proj-photo:hover img { filter: brightness(1) saturate(1); transform: scale(1.04); }
.proj-photo-wide { grid-column: span 2; }
.proj-photo-wide img { height: 300px; }
.proj-photo:not(.proj-photo-wide) img { height: 190px; }
.feat-list { list-style: none; }
.feat-list li { font-size: 0.875rem; color: var(--text-mid); font-weight: 300; line-height: 1.7; padding: 5px 0 5px 16px; position: relative; border-bottom: 1px solid var(--concrete); }
.feat-list li:last-child { border-bottom: none; }
.feat-list li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }

/* Phases */
.phases-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--concrete); margin-top: 3rem; }
.phase-card { padding: 2rem; }
.phase-card.ph-active { background: var(--navy); }
.phase-card.ph-future { background: var(--white); }
.phase-label { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 1.25rem; }
.ph-active .phase-label { color: var(--gold); }
.ph-future .phase-label { color: var(--text-light); }
.phase-name { font-family: 'Cormorant Garant', serif; font-size: 1.5rem; font-weight: 600; margin-bottom: 0.4rem; }
.ph-active .phase-name { color: var(--white); }
.ph-future .phase-name { color: var(--navy); }
.phase-sf { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 1.25rem; }
.ph-active .phase-sf { color: rgba(255,255,255,0.45); }
.ph-future .phase-sf { color: var(--text-light); }
.phase-features { list-style: none; }
.phase-features li { font-size: 0.875rem; font-weight: 300; line-height: 1.7; margin-bottom: 0.5rem; padding-left: 14px; position: relative; }
.phase-features li::before { content: '—'; position: absolute; left: 0; }
.ph-active .phase-features li { color: rgba(255,255,255,0.6); }
.ph-active .phase-features li::before { color: var(--gold); }
.ph-future .phase-features li { color: var(--text-mid); }
.ph-future .phase-features li::before { color: var(--text-light); }
.phase-badge { display: inline-block; margin-top: 1.5rem; font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 5px 12px; }
.badge-active { background: var(--gold); color: var(--navy); }
.badge-future { background: rgba(0,0,0,0.06); color: var(--text-light); }

/* Park design features */
.park-design { background: var(--navy-mid); overflow: hidden; }
.park-design-inner { max-width: 1280px; margin: 0 auto; padding: 6rem 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.park-design-img { position: relative; }
.park-design-img img { width: 100%; display: block; filter: brightness(0.82) saturate(0.8); }
.park-tag { position: absolute; bottom: 0; left: 0; background: var(--gold); padding: 1rem 1.5rem; }
.park-tag span { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--navy); display: block; }
.park-tag b { font-family: 'Cormorant Garant', serif; font-size: 1.6rem; font-weight: 600; color: var(--navy); line-height: 1.1; display: block; }
.df-list { display: flex; flex-direction: column; gap: 1.1rem; margin-top: 2rem; }
.df-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1.25rem; border: 1px solid rgba(197,146,42,0.15); background: rgba(255,255,255,0.03); }
.df-icon { width: 32px; height: 32px; border: 1px solid var(--gold); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.df-icon svg { width: 14px; height: 14px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
.df-item h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--white); margin-bottom: 0.2rem; }
.df-item p { font-size: 0.83rem; color: rgba(255,255,255,0.48); font-weight: 300; line-height: 1.65; }

/* ABOUT PAGE */
.about-hero { position: relative; height: 60vh; min-height: 480px; display: flex; align-items: flex-end; overflow: hidden; }
.about-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 60%; filter: brightness(0.4) saturate(0.55); }
.about-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,31,58,0.95) 0%, rgba(11,31,58,0.15) 60%); }
.about-hero-content { position: relative; z-index: 2; max-width: 1280px; width: 100%; margin: 0 auto; padding: 0 2.5rem 4rem; }
.about-hero-content h1 { font-family: 'Cormorant Garant', serif; font-size: clamp(2.8rem,6vw,4.5rem); font-weight: 600; line-height: 1.1; color: var(--white); max-width: 760px; }
.about-hero-content h1 em { font-style: italic; color: var(--gold-light); }

/* Story */
.story-inner { max-width: 1280px; margin: 0 auto; padding: 6rem 2.5rem; display: grid; grid-template-columns: 1fr 1.4fr; gap: 6rem; align-items: start; }
.story-left { position: sticky; top: 90px; }
.story-pullquote { font-family: 'Cormorant Garant', serif; font-size: 1.55rem; font-style: italic; font-weight: 500; color: var(--navy); line-height: 1.5; border-left: 3px solid var(--gold); padding-left: 1.5rem; margin-top: 2rem; }
.story-right p { font-size: 1rem; line-height: 1.9; font-weight: 300; color: var(--text-mid); margin-bottom: 1.5rem; }
.story-right p strong { font-weight: 500; color: var(--navy); }

/* Values */
.values-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; background: var(--concrete); }
.value-card { background: var(--white); padding: 2.5rem; display: flex; gap: 1.5rem; }
.value-num { font-family: 'Cormorant Garant', serif; font-size: 1.2rem; font-weight: 400; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.value-card h3 { font-family: 'Cormorant Garant', serif; font-size: 1.3rem; font-weight: 600; color: var(--navy); margin-bottom: 0.75rem; }
.value-card p { font-size: 0.9rem; line-height: 1.8; color: var(--text-mid); font-weight: 300; }

/* Approach */
.approach-inner { max-width: 1280px; margin: 0 auto; padding: 6rem 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.approach-img { position: relative; }
.approach-img img { width: 100%; display: block; filter: brightness(0.82) saturate(0.75); }
.approach-img-tag { position: absolute; top: 2rem; right: -1.5rem; background: var(--gold); padding: 1rem 1.5rem; text-align: center; }
.approach-img-tag .num { font-family: 'Cormorant Garant', serif; font-size: 2rem; font-weight: 600; color: var(--navy); display: block; }
.approach-img-tag .lbl { font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--navy); opacity: 0.7; font-family: 'Barlow Condensed', sans-serif; }
.steps { margin-top: 2.5rem; }
.step { display: flex; gap: 1.5rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.step:last-child { border-bottom: none; }
.step-num { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.step h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--white); margin-bottom: 0.4rem; }
.step p { font-size: 0.875rem; color: rgba(255,255,255,0.5); font-weight: 300; line-height: 1.7; }

/* Partners */
.partners-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; background: var(--concrete); max-width: 860px; }
.partner-card { background: var(--white); }
.partner-photo { height: 300px; background: var(--navy); display: flex; align-items: center; justify-content: center; }
.partner-initials { width: 90px; height: 90px; border-radius: 50%; background: rgba(197,146,42,0.12); border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garant', serif; font-size: 2.2rem; color: var(--gold); font-weight: 600; }
.partner-info { padding: 2rem; }
.partner-name { font-family: 'Cormorant Garant', serif; font-size: 1.45rem; font-weight: 600; color: var(--navy); }
.partner-role { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-top: 4px; margin-bottom: 1rem; }
.partner-bio { font-size: 0.875rem; line-height: 1.75; color: var(--text-mid); font-weight: 300; }

/* Commitment */
.commitment { position: relative; overflow: hidden; padding: 7rem 0; background: var(--navy-mid); }
.commitment-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.07; }
.commitment-inner { max-width: 1280px; margin: 0 auto; padding: 0 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; position: relative; z-index: 2; }
.commitment-items { display: flex; flex-direction: column; gap: 1.2rem; }
.commitment-item { display: flex; gap: 1.25rem; align-items: flex-start; padding: 1.5rem; border: 1px solid rgba(197,146,42,0.15); background: rgba(255,255,255,0.03); }
.commitment-icon { width: 36px; height: 36px; flex-shrink: 0; border: 1px solid var(--gold); display: flex; align-items: center; justify-content: center; }
.commitment-icon svg { width: 16px; height: 16px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
.commitment-item h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--white); margin-bottom: 0.3rem; }
.commitment-item p { font-size: 0.85rem; color: rgba(255,255,255,0.48); font-weight: 300; line-height: 1.65; }

/* CONTACT FORM */
.hcfp-contact-form .hcfp-field { margin-bottom: 1.4rem; }
.hcfp-contact-form label { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--navy); margin-bottom: 0.5rem; }
.hcfp-contact-form label .req { color: var(--gold); }
.hcfp-contact-form input[type="text"],
.hcfp-contact-form input[type="email"],
.hcfp-contact-form select,
.hcfp-contact-form textarea {
	width: 100%; font-family: 'Barlow', sans-serif; font-size: 0.95rem; font-weight: 300; color: var(--text-dark);
	background: var(--cream); border: 1px solid var(--concrete); padding: 0.85rem 1rem; transition: border-color 0.2s, box-shadow 0.2s;
}
.hcfp-contact-form input:focus,
.hcfp-contact-form select:focus,
.hcfp-contact-form textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(197,146,42,0.12); }
.hcfp-contact-form textarea { resize: vertical; min-height: 140px; }
.hcfp-contact-form select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23C5922A' d='M6 8L0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }

/* Page content wrapper offset for fixed nav */
.site-main { padding-top: 0; }

/* RESPONSIVE */
@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links { position: fixed; top: 72px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: rgba(11,31,58,0.99); padding: 1rem 0; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
  .nav-links.open { max-height: 480px; }
  .nav-links a { padding: 14px 2.5rem; }
  .stats-inner { grid-template-columns: repeat(2,1fr); }
  .pillars-grid, .gf-grid, .design-grid, .phases-grid { grid-template-columns: 1fr; }
  .split-inner, .community-inner, .proj-lead-inner, .park-design-inner, .story-inner, .approach-inner, .commitment-inner, .values-grid, .partners-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .section-inner > div[style*="grid-template-columns:0.85fr"] { grid-template-columns: 1fr !important; gap: 2.5rem !important; }
  .split-reverse .split-photo { order: 0; }
  .split-text { padding: 3rem 2rem; }
  .proj-stat-row { margin-left: 0; }
  .footer-top { flex-direction: column; gap: 2rem; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .story-left { position: static; }
}
@media (max-width: 560px) {
  .nav-inner, .section-inner { padding-left: 1.25rem; padding-right: 1.25rem; }
  .stats-inner { grid-template-columns: 1fr; }
}
