/* ============================================================
   York Premier Properties - Stylesheet
   Palette: Navy #0D1F3C | Gold #C9A84C | Off-White #F5F5F0
   Fonts: Playfair Display (headings) + Inter (body)
   ============================================================ */

:root {
  --navy:       #0D1F3C;
  --navy-light: #1a3a6b;
  --gold:       #C9A84C;
  --gold-light: #e2c46b;
  --off-white:  #F5F5F0;
  --white:      #FFFFFF;
  --gray:       #6B7280;
  --light-gray: #E5E7EB;
  --text:       #1F2937;
  --green:      #16a34a;
  --shadow:     0 4px 20px rgba(0,0,0,.10);
  --shadow-lg:  0 10px 40px rgba(0,0,0,.15);
  --radius:     8px;
  --ease:       all 0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); line-height: 1.6; }
h1,h2,h3,h4 { font-family: 'Playfair Display', serif; line-height: 1.2; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
input, select, textarea, button { font-family: inherit; }

/* ── NAVBAR ── */
.navbar {
  position: fixed; top: 0; left: 0; right: 0;
  background: rgba(13,31,60,.97);
  backdrop-filter: blur(12px);
  z-index: 1000;
  padding: 0 2rem;
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 70px;
}
.nav-logo { display: flex; align-items: center; gap: .65rem; }
.logo-mark {
  width: 40px; height: 40px;
  background: var(--gold); border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; font-weight: 700;
  color: var(--navy); font-size: 1.15rem;
}
.logo-text { color: var(--white); font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 600; line-height: 1.2; }
.logo-text span { display: block; font-size: .65rem; font-family: 'Inter', sans-serif; font-weight: 400; letter-spacing: .15em; text-transform: uppercase; color: var(--gold); }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { color: rgba(255,255,255,.8); font-size: .9rem; font-weight: 500; letter-spacing: .02em; transition: var(--ease); position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 2px; background: var(--gold); transform: scaleX(0); transition: var(--ease); }
.nav-links a:hover { color: var(--white); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-links .nav-cta { background: var(--gold); color: var(--navy) !important; padding: .45rem 1.2rem; border-radius: var(--radius); font-weight: 700 !important; }
.nav-links .nav-cta:hover { background: var(--gold-light) !important; }
.nav-links .nav-cta::after { display: none !important; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--white); transition: var(--ease); }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--navy) 0%, #16305a 60%, #0a1e3d 100%);
  display: flex; align-items: center;
  position: relative; overflow: hidden;
  padding-top: 70px;
}
.hero-bg {
  position: absolute; top: 0; right: 0;
  width: 52%; height: 100%;
  background: url('https://picsum.photos/seed/yorkrealty8/900/900') center/cover no-repeat;
  opacity: .25;
  clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.hero-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 5rem 2rem; width: 100%; }
.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(201,168,76,.12); border: 1px solid rgba(201,168,76,.4);
  color: var(--gold); padding: .4rem 1rem; border-radius: 50px;
  font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  margin-bottom: 1.75rem;
}
.hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); color: var(--white); margin-bottom: 1.5rem; max-width: 660px; }
.hero h1 .accent { color: var(--gold); }
.hero p { color: rgba(255,255,255,.72); font-size: 1.08rem; max-width: 480px; margin-bottom: 2.5rem; font-weight: 300; line-height: 1.8; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 3rem; margin-top: 4rem; flex-wrap: wrap; }
.stat .num { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 700; color: var(--gold); line-height: 1; }
.stat .label { font-size: .78rem; color: rgba(255,255,255,.55); margin-top: .3rem; text-transform: uppercase; letter-spacing: .06em; }

/* ── SEARCH BAR ── */
.search-section {
  background: var(--white); padding: 1.25rem 2rem;
  border-bottom: 1px solid var(--light-gray);
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}
.search-inner { max-width: 1200px; margin: 0 auto; }
.search-bar { display: flex; gap: .75rem; align-items: flex-end; flex-wrap: wrap; }
.search-field { display: flex; flex-direction: column; gap: .35rem; flex: 1; min-width: 160px; }
.search-field label { font-size: .73rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--gray); }
.search-field input,
.search-field select {
  height: 44px; border: 1.5px solid var(--light-gray); border-radius: var(--radius);
  padding: 0 .8rem; font-size: .9rem; color: var(--text);
  background: var(--off-white); transition: var(--ease);
}
.search-field input:focus,
.search-field select:focus { outline: none; border-color: var(--gold); background: var(--white); }
.btn-search {
  height: 44px; background: var(--navy); color: var(--white);
  border: none; border-radius: var(--radius); padding: 0 1.5rem;
  font-weight: 600; cursor: pointer; display: flex; align-items: center; gap: .5rem;
  transition: var(--ease); white-space: nowrap;
}
.btn-search:hover { background: var(--navy-light); }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--gold); color: var(--navy);
  padding: .85rem 2rem; border-radius: var(--radius);
  font-weight: 700; font-size: .95rem; border: none; cursor: pointer;
  transition: var(--ease);
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(201,168,76,.35); }
.btn-outline {
  display: inline-flex; align-items: center; gap: .5rem;
  background: transparent; color: var(--white);
  padding: .85rem 2rem; border-radius: var(--radius);
  font-weight: 600; font-size: .95rem; border: 2px solid rgba(255,255,255,.4); cursor: pointer;
  transition: var(--ease);
}
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.btn-dark {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--navy); color: var(--white);
  padding: .9rem 2.25rem; border-radius: var(--radius);
  font-weight: 700; font-size: .95rem; border: none; cursor: pointer;
  transition: var(--ease);
}
.btn-dark:hover { background: var(--navy-light); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,.2); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: .5rem;
  background: transparent; color: var(--gold);
  padding: .5rem 0; font-weight: 600; font-size: .9rem;
  border: none; cursor: pointer; transition: var(--ease);
}
.btn-ghost:hover { gap: .8rem; }

/* ── SECTIONS ── */
section { padding: 5rem 2rem; }
.container { max-width: 1200px; margin: 0 auto; }
.section-label { font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: .75rem; }
.section-title { font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--navy); margin-bottom: 1rem; }
.section-subtitle { color: var(--gray); font-size: 1rem; max-width: 550px; line-height: 1.75; }
.section-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 3rem; gap: 2rem; flex-wrap: wrap; }

/* ── LISTING CARDS ── */
.listings-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 2rem; }
.listing-card {
  background: var(--white); border-radius: 12px; overflow: hidden;
  box-shadow: var(--shadow); transition: var(--ease);
  border: 1px solid var(--light-gray);
}
.listing-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.listing-img { position: relative; height: 220px; overflow: hidden; }
.listing-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.listing-card:hover .listing-img img { transform: scale(1.05); }
.listing-badge {
  position: absolute; top: 1rem; left: 1rem;
  background: var(--navy); color: var(--white);
  font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: .3rem .8rem; border-radius: 4px;
}
.listing-badge.for-rent { background: var(--green); }
.listing-badge.new { background: var(--gold); color: var(--navy); }
.listing-badge.pending { background: #7c3aed; }
.listing-fav {
  position: absolute; top: 1rem; right: 1rem;
  width: 36px; height: 36px; background: var(--white); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: var(--ease); box-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.listing-fav:hover { background: #fee2e2; }
.listing-fav i { color: #9CA3AF; font-size: .82rem; transition: var(--ease); }
.listing-fav:hover i { color: #EF4444; }
.listing-info { padding: 1.5rem; }
.listing-price { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: var(--navy); margin-bottom: .5rem; }
.listing-address { color: var(--gray); font-size: .875rem; margin-bottom: 1rem; display: flex; align-items: center; gap: .4rem; }
.listing-address i { color: var(--gold); font-size: .78rem; }
.listing-features { display: flex; gap: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--light-gray); flex-wrap: wrap; }
.listing-feature { display: flex; align-items: center; gap: .35rem; font-size: .83rem; color: var(--gray); }
.listing-feature i { color: var(--navy); font-size: .78rem; }
.listing-tags { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.tag { background: var(--off-white); color: var(--gray); font-size: .75rem; padding: .25rem .65rem; border-radius: 4px; font-weight: 500; }

/* ── WHY US ── */
.why-us { background: var(--navy); }
.why-us .section-title { color: var(--white); }
.why-us .section-subtitle { color: rgba(255,255,255,.6); }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.why-card {
  text-align: center; padding: 2rem 1.5rem; border-radius: 12px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09);
  transition: var(--ease);
}
.why-card:hover { background: rgba(255,255,255,.08); transform: translateY(-4px); }
.why-icon {
  width: 60px; height: 60px; background: rgba(201,168,76,.15); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem; font-size: 1.4rem; color: var(--gold);
}
.why-card h3 { color: var(--white); font-size: 1.1rem; margin-bottom: .75rem; }
.why-card p { font-size: .875rem; color: rgba(255,255,255,.55); line-height: 1.75; }

/* ── AGENTS ── */
.agents-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 2rem; }
.agent-card { text-align: center; padding: 2.25rem 1.5rem; border-radius: 12px; border: 1px solid var(--light-gray); transition: var(--ease); }
.agent-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.agent-img { width: 100px; height: 100px; border-radius: 50%; overflow: hidden; margin: 0 auto 1.1rem; border: 3px solid var(--gold); }
.agent-img img { width: 100%; height: 100%; object-fit: cover; }
.agent-name { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--navy); margin-bottom: .25rem; }
.agent-title { font-size: .75rem; color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: .07em; margin-bottom: .75rem; }
.agent-bio { font-size: .865rem; color: var(--gray); line-height: 1.65; margin-bottom: 1.25rem; }
.agent-stats { display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 1.25rem; }
.agent-stat .val { font-weight: 700; color: var(--navy); font-size: 1.1rem; display: block; }
.agent-stat .lbl { font-size: .72rem; color: var(--gray); text-transform: uppercase; letter-spacing: .05em; }
.agent-contact { display: flex; justify-content: center; gap: .65rem; }
.agent-contact a { width: 36px; height: 36px; border-radius: 50%; background: var(--off-white); display: flex; align-items: center; justify-content: center; color: var(--navy); font-size: .8rem; transition: var(--ease); }
.agent-contact a:hover { background: var(--navy); color: var(--white); }

/* ── TESTIMONIALS ── */
.testimonials { background: var(--off-white); }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 2rem; }
.testimonial-card { background: var(--white); padding: 2rem; border-radius: 12px; box-shadow: var(--shadow); position: relative; }
.testimonial-card::before { content: '\201C'; position: absolute; top: .75rem; right: 1.5rem; font-family: 'Playfair Display', serif; font-size: 5rem; color: var(--gold); opacity: .2; line-height: 1; }
.stars { color: #F59E0B; margin-bottom: .75rem; font-size: .9rem; }
.testimonial-text { font-size: .95rem; color: var(--text); line-height: 1.75; margin-bottom: 1.5rem; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: .75rem; }
.testimonial-author img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.author-name { font-weight: 700; font-size: .9rem; color: var(--navy); }
.author-location { font-size: .78rem; color: var(--gray); }

/* ── NEIGHBORHOODS ── */
.neighborhoods { background: var(--white); }
.neigh-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.5rem; }
.neigh-card { position: relative; border-radius: 12px; overflow: hidden; height: 200px; cursor: pointer; }
.neigh-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.neigh-card:hover img { transform: scale(1.08); }
.neigh-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,31,60,.85) 30%, transparent); display: flex; flex-direction: column; justify-content: flex-end; padding: 1.25rem; }
.neigh-overlay h3 { color: var(--white); font-size: 1.1rem; margin-bottom: .2rem; }
.neigh-overlay span { color: var(--gold); font-size: .8rem; font-weight: 600; }

/* ── CTA BANNER ── */
.cta-banner { background: linear-gradient(135deg, var(--gold) 0%, #B8953A 100%); text-align: center; padding: 5rem 2rem; }
.cta-banner h2 { font-size: clamp(2rem, 4vw, 2.8rem); color: var(--navy); margin-bottom: 1rem; }
.cta-banner p { font-size: 1.05rem; max-width: 500px; margin: 0 auto 2rem; color: rgba(13,31,60,.75); }

/* ── MARKET STATS BAND ── */
.stats-band { background: var(--navy); padding: 3rem 2rem; }
.stats-row { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-around; flex-wrap: wrap; gap: 2rem; }
.market-stat { text-align: center; }
.market-stat .big { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 700; color: var(--gold); line-height: 1; }
.market-stat .caption { color: rgba(255,255,255,.6); font-size: .82rem; margin-top: .4rem; text-transform: uppercase; letter-spacing: .06em; }

/* ── FOOTER ── */
footer { background: #07142b; color: rgba(255,255,255,.65); padding: 4.5rem 2rem 2rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand .brand-name { display: block; color: var(--white); font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 600; margin-bottom: 1rem; }
.footer-brand p { font-size: .875rem; line-height: 1.75; margin-bottom: 1.5rem; }
.social-links { display: flex; gap: .65rem; }
.social-links a { width: 38px; height: 38px; border-radius: 8px; background: rgba(255,255,255,.07); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.65); font-size: .9rem; transition: var(--ease); }
.social-links a:hover { background: var(--gold); color: var(--navy); }
.footer-col h4 { color: var(--white); font-family: 'Playfair Display', serif; font-size: 1rem; margin-bottom: 1.25rem; }
.footer-col ul li { margin-bottom: .6rem; }
.footer-col ul li a { font-size: .865rem; color: rgba(255,255,255,.55); transition: var(--ease); }
.footer-col ul li a:hover { color: var(--gold); }
.footer-contact-item { display: flex; align-items: flex-start; gap: .7rem; margin-bottom: .75rem; font-size: .865rem; }
.footer-contact-item i { color: var(--gold); margin-top: .25rem; font-size: .82rem; width: 14px; flex-shrink: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: .8rem; }
.footer-bottom a { color: var(--gold); }

/* ── PAGE HERO (inner pages) ── */
.page-hero { background: var(--navy); padding: 7rem 2rem 4rem; }
.page-hero-inner { max-width: 1200px; margin: 0 auto; }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3rem); color: var(--white); margin-bottom: .75rem; }
.page-hero p { color: rgba(255,255,255,.65); font-size: 1rem; max-width: 540px; }
.breadcrumb { display: flex; align-items: center; gap: .5rem; font-size: .82rem; color: rgba(255,255,255,.5); margin-bottom: 1rem; }
.breadcrumb a { color: var(--gold); }
.breadcrumb span { color: rgba(255,255,255,.3); }

/* ── FILTERS BAR ── */
.filters-bar { background: var(--off-white); border-bottom: 1px solid var(--light-gray); padding: 1.25rem 2rem; }
.filters-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.filter-group { display: flex; align-items: center; gap: .65rem; flex-wrap: wrap; }
.filter-btn { padding: .4rem .9rem; border-radius: 50px; border: 1.5px solid var(--light-gray); background: var(--white); font-size: .82rem; font-weight: 600; cursor: pointer; transition: var(--ease); color: var(--gray); }
.filter-btn:hover, .filter-btn.active { border-color: var(--navy); background: var(--navy); color: var(--white); }
.sort-select { height: 38px; border: 1.5px solid var(--light-gray); border-radius: var(--radius); padding: 0 .75rem; font-size: .85rem; background: var(--white); color: var(--text); cursor: pointer; }

/* ── CONTACT FORM ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; align-items: start; }
.contact-form-wrap { background: var(--white); border-radius: 14px; box-shadow: var(--shadow-lg); padding: 2.5rem; }
.contact-form-wrap h2 { color: var(--navy); font-size: 1.6rem; margin-bottom: .5rem; }
.contact-form-wrap p { color: var(--gray); font-size: .9rem; margin-bottom: 2rem; }
.form-group { display: flex; flex-direction: column; gap: .35rem; margin-bottom: 1.25rem; }
.form-group label { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--gray); }
.form-group input,
.form-group select,
.form-group textarea { border: 1.5px solid var(--light-gray); border-radius: var(--radius); padding: .75rem 1rem; font-size: .9rem; color: var(--text); transition: var(--ease); background: var(--off-white); }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--gold); background: var(--white); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-info-block h3 { font-size: 1.3rem; color: var(--navy); margin-bottom: 1.5rem; }
.contact-info-item { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; }
.info-icon { width: 44px; height: 44px; background: var(--off-white); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1rem; flex-shrink: 0; }
.info-label { font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; color: var(--gray); font-weight: 600; margin-bottom: .25rem; }
.info-val { font-size: .95rem; color: var(--text); font-weight: 500; }
.map-placeholder { margin-top: 2rem; border-radius: 12px; overflow: hidden; height: 280px; background: var(--light-gray); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: .75rem; color: var(--gray); font-size: .9rem; border: 2px dashed var(--light-gray); }
.map-placeholder i { font-size: 2.5rem; color: var(--gold); }

/* ── RENTALS ── */
.process-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 3rem; counter-reset: steps; }
.step { text-align: center; position: relative; counter-increment: steps; }
.step::before { content: counter(steps); display: block; width: 52px; height: 52px; background: var(--navy); color: var(--gold); font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.step h3 { font-size: 1rem; color: var(--navy); margin-bottom: .5rem; }
.step p { font-size: .875rem; color: var(--gray); line-height: 1.7; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
/* ── YTS Demo Labels ── */
.btn-back-yts { background: rgba(30,58,138,.88) !important; color: #fff !important; padding: .42rem 1.05rem !important; border-radius: 999px !important; font-size: .78rem !important; font-weight: 700 !important; letter-spacing: .04em !important; white-space: nowrap !important; border: 1px solid rgba(99,162,251,.25) !important; transition: background .2s ease !important; }
.btn-back-yts::after { display: none !important; }
.btn-back-yts:hover { background: rgba(29,78,216,1) !important; color: #fff !important; }
.powered-yts { margin: 1.25rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.08); text-align: center; font-size: .78rem; color: rgba(255,255,255,.45); }
.powered-yts a { color: #93c5fd; font-weight: 700; text-decoration: none; }
.powered-yts a:hover { text-decoration: underline; }
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: fixed; top: 70px; left: 0; right: 0;
    background: var(--navy); padding: 1.5rem 2rem; gap: 1.25rem;
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .hero-bg { width: 100%; clip-path: none; opacity: .12; }
  .hero-stats { gap: 1.5rem; }
  .search-bar { flex-direction: column; }
  .search-field { min-width: 100%; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  section { padding: 3.5rem 1.25rem; }
  .hero { padding-top: 70px; }
}
