/*
Theme Name: Geneviève for Coquitlam
Theme URI: https://genevievekylelefebvre.ca
Description: Custom Blocksy child theme for Geneviève Kyle-Lefebvre's Coquitlam City Council campaign.
Author: Campaign Team
Template: blocksy
Version: 1.0.0
Text Domain: genevieve-coquitlam
*/

:root {
  --gv-purple: #5a2a82;
  --gv-purple-dark: #35134f;
  --gv-purple-light: #efe7f6;
  --gv-navy: #14213d;
  --gv-ink: #20212a;
  --gv-muted: #626473;
  --gv-white: #ffffff;
  --gv-soft: #f7f5f9;
  --gv-border: #ded8e5;
  --gv-radius: 18px;
  --gv-shadow: 0 18px 45px rgba(33, 18, 50, .12);
}

html { scroll-behavior: smooth; }
body { color: var(--gv-ink); }
.gv-site { overflow: hidden; }
.gv-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.gv-section { padding: 88px 0; }
.gv-eyebrow { margin: 0 0 14px; color: var(--gv-purple); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
.gv-heading { margin: 0 0 20px; color: var(--gv-navy); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; letter-spacing: -.035em; }
.gv-lead { max-width: 760px; margin: 0; color: var(--gv-muted); font-size: 1.15rem; line-height: 1.75; }
.gv-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 999px; background: var(--gv-purple); color: #fff !important; font-weight: 800; text-decoration: none; border: 2px solid var(--gv-purple); transition: .2s ease; }
.gv-button:hover { transform: translateY(-2px); background: var(--gv-purple-dark); border-color: var(--gv-purple-dark); }
.gv-button--outline { background: transparent; color: var(--gv-purple) !important; }
.gv-button--light { background: #fff; color: var(--gv-purple) !important; border-color: #fff; }
.gv-button--light:hover { background: var(--gv-purple-light); border-color: var(--gv-purple-light); }

.gv-topbar { background: var(--gv-purple-dark); color: #fff; font-size: .9rem; text-align: center; padding: 9px 20px; }
.gv-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(90,42,130,.12); }
.gv-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.gv-brand { color: var(--gv-navy); text-decoration: none; line-height: 1; }
.gv-brand strong { display: block; font-size: 1.25rem; letter-spacing: -.02em; }
.gv-brand span { display: block; color: var(--gv-purple); font-size: .77rem; text-transform: uppercase; letter-spacing: .14em; margin-top: 7px; font-weight: 800; }
.gv-nav { display: flex; align-items: center; gap: 24px; }
.gv-nav a { color: var(--gv-navy); text-decoration: none; font-weight: 700; font-size: .96rem; }
.gv-nav a:hover { color: var(--gv-purple); }
.gv-menu-toggle { display: none; border: 0; background: transparent; padding: 8px; font-size: 1.5rem; }

.gv-hero { position: relative; background: linear-gradient(120deg, #f7f1fb 0%, #fff 52%, #ece5f4 100%); padding: 76px 0 62px; }
.gv-hero:after { content: ''; position: absolute; width: 460px; height: 460px; border-radius: 50%; background: rgba(90,42,130,.09); right: -180px; top: -170px; }
.gv-hero__grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 64px; position: relative; z-index: 1; }
.gv-kicker { display: inline-block; padding: 8px 14px; border-radius: 999px; background: var(--gv-purple-light); color: var(--gv-purple-dark); font-weight: 800; font-size: .86rem; margin-bottom: 24px; }
.gv-hero h1 { margin: 0; color: var(--gv-navy); font-size: clamp(3.2rem, 7vw, 6.4rem); line-height: .88; letter-spacing: -.065em; }
.gv-hero h1 span { color: var(--gv-purple); display: block; }
.gv-hero__sub { max-width: 650px; margin: 28px 0 30px; color: var(--gv-muted); font-size: clamp(1.1rem, 1.7vw, 1.35rem); line-height: 1.65; }
.gv-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.gv-election-note { margin-top: 24px; color: var(--gv-navy); font-weight: 700; font-size: .92rem; }
.gv-photo-card { position: relative; min-height: 610px; border-radius: 28px; background: linear-gradient(160deg, var(--gv-purple-light), #d9c7e7); box-shadow: var(--gv-shadow); overflow: hidden; }
.gv-photo-card img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; display: block; }
.gv-photo-placeholder { min-height: 610px; display: grid; place-items: center; padding: 40px; text-align: center; color: var(--gv-purple-dark); font-weight: 800; }
.gv-photo-label { position: absolute; left: 24px; bottom: 24px; right: 24px; padding: 19px 22px; border-radius: 14px; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); color: var(--gv-navy); box-shadow: 0 10px 30px rgba(20,33,61,.12); }
.gv-photo-label strong { display: block; font-size: 1.1rem; }
.gv-photo-label span { display: block; color: var(--gv-purple); margin-top: 4px; font-weight: 700; }

.gv-values { padding: 30px 0; background: var(--gv-purple); color: #fff; }
.gv-values__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gv-value { padding: 16px 20px; border-left: 1px solid rgba(255,255,255,.35); font-weight: 800; text-align: center; }
.gv-value:first-child { border-left: 0; }

.gv-about__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.gv-about__portrait { min-height: 520px; border-radius: var(--gv-radius); background: var(--gv-soft); border: 1px solid var(--gv-border); display: grid; place-items: center; padding: 36px; text-align: center; color: var(--gv-muted); }
.gv-about__copy p { color: var(--gv-muted); font-size: 1.08rem; line-height: 1.8; }
.gv-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 28px; }
.gv-fact { padding: 18px; border-radius: 12px; background: var(--gv-soft); border: 1px solid var(--gv-border); }
.gv-fact strong { color: var(--gv-purple-dark); display: block; margin-bottom: 5px; }

.gv-priorities { background: var(--gv-soft); }
.gv-priority-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.gv-card { background: #fff; border: 1px solid var(--gv-border); border-radius: var(--gv-radius); padding: 30px; box-shadow: 0 10px 32px rgba(35,25,50,.06); }
.gv-card__number { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--gv-purple-light); color: var(--gv-purple); font-weight: 900; }
.gv-card h3 { color: var(--gv-navy); font-size: 1.35rem; margin: 20px 0 10px; }
.gv-card p { color: var(--gv-muted); line-height: 1.7; margin: 0; }

.gv-record__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 44px; }
.gv-record-card { padding: 32px; border-radius: var(--gv-radius); border: 1px solid var(--gv-border); }
.gv-record-card h3 { margin-top: 0; color: var(--gv-purple-dark); }
.gv-record-card ul { padding-left: 20px; color: var(--gv-muted); line-height: 1.8; }

.gv-quote { background: var(--gv-navy); color: #fff; }
.gv-quote blockquote { margin: 0; max-width: 1000px; font-size: clamp(2rem, 4.5vw, 4rem); line-height: 1.15; letter-spacing: -.04em; font-weight: 800; }
.gv-quote cite { display: block; margin-top: 24px; color: #d7c5e8; font-style: normal; font-weight: 700; }

.gv-news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 42px; }
.gv-news-card { border-radius: var(--gv-radius); overflow: hidden; border: 1px solid var(--gv-border); background: #fff; }
.gv-news-card__image { height: 190px; background: linear-gradient(145deg, var(--gv-purple-light), #ded1ea); display: grid; place-items: center; color: var(--gv-purple-dark); font-weight: 800; }
.gv-news-card__body { padding: 24px; }
.gv-news-card__body h3 { margin: 0 0 10px; color: var(--gv-navy); }
.gv-news-card__body p { margin: 0; color: var(--gv-muted); line-height: 1.65; }

.gv-join { background: linear-gradient(120deg, var(--gv-purple-dark), var(--gv-purple)); color: #fff; }
.gv-join__grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
.gv-join h2 { color: #fff; margin-bottom: 14px; }
.gv-join p { color: rgba(255,255,255,.82); max-width: 720px; font-size: 1.1rem; line-height: 1.7; }

.gv-contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; }
.gv-contact-card { padding: 28px; background: var(--gv-soft); border: 1px solid var(--gv-border); border-radius: var(--gv-radius); }
.gv-form { display: grid; gap: 15px; }
.gv-form label { color: var(--gv-navy); font-weight: 800; font-size: .9rem; }
.gv-form input, .gv-form textarea, .gv-form select { width: 100%; margin-top: 7px; padding: 14px 15px; border: 1px solid #cfc6d8; border-radius: 10px; background: #fff; font: inherit; }
.gv-form textarea { min-height: 130px; resize: vertical; }

.gv-footer { background: #111827; color: #d3d6de; padding: 44px 0 26px; }
.gv-footer__grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: start; }
.gv-footer strong { color: #fff; font-size: 1.1rem; }
.gv-footer a { color: #fff; }
.gv-disclaimer { margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); font-size: .84rem; line-height: 1.65; }

@media (max-width: 900px) {
  .gv-nav { display: none; position: absolute; left: 0; right: 0; top: 82px; padding: 24px; flex-direction: column; align-items: flex-start; background: #fff; border-bottom: 1px solid var(--gv-border); }
  .gv-nav.is-open { display: flex; }
  .gv-menu-toggle { display: block; }
  .gv-hero__grid, .gv-about__grid, .gv-contact-grid, .gv-join__grid { grid-template-columns: 1fr; }
  .gv-photo-card, .gv-photo-card img, .gv-photo-placeholder { min-height: 520px; }
  .gv-values__grid { grid-template-columns: repeat(2,1fr); }
  .gv-value:nth-child(3) { border-left: 0; }
  .gv-priority-grid, .gv-news-grid { grid-template-columns: 1fr 1fr; }
  .gv-record__grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .gv-container { width: min(100% - 28px, 1180px); }
  .gv-section { padding: 64px 0; }
  .gv-hero { padding-top: 50px; }
  .gv-hero h1 { font-size: clamp(3rem, 18vw, 4.6rem); }
  .gv-values__grid, .gv-priority-grid, .gv-news-grid, .gv-facts { grid-template-columns: 1fr; }
  .gv-value { border-left: 0; border-top: 1px solid rgba(255,255,255,.25); }
  .gv-value:first-child { border-top: 0; }
  .gv-footer__grid { grid-template-columns: 1fr; }
}
