
:root {
  --cream: #f3f0ea;
  --paper: #fbfaf7;
  --forest: #153d35;
  --forest-deep: #0d2d27;
  --pink: #b24d69;
  --pink-soft: #d9a0af;
  --yellow: #caa64a;
  --ink: #18352e;
  --muted: #5f6d68;
  --line: rgba(21, 61, 53, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: 78px;
  padding: 0 clamp(22px, 5vw, 78px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  background: linear-gradient(180deg, rgba(7, 24, 21, .52), transparent);
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}
.brand, .footer-brand { display: flex; align-items: center; gap: 12px; font-size: 24px; letter-spacing: -.04em; }
.brand strong, .footer-brand strong { font-family: Georgia, serif; font-style: italic; color: var(--pink-soft); }
.brand-flower { width: 38px; height: 38px; object-fit: contain; flex: 0 0 auto; }
.site-header nav { display: flex; gap: 30px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.site-header nav a { transition: color .2s; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: #f2c7d2; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; overflow: hidden; background: #a6aca6; color: white; border-bottom: 1px solid rgba(255,255,255,.2); }
.hero-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 16%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 26, 22, .08) 20%, rgba(7, 26, 22, .12) 42%, rgba(7, 26, 22, .88) 100%); }
.hero-copy { width: 100%; padding: 46vh clamp(28px, 6.5vw, 110px) clamp(36px, 5vw, 70px); position: relative; z-index: 2; }
.eyebrow, .section-kicker { font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; text-shadow: 0 2px 16px rgba(0,0,0,.3); }
.eyebrow span { width: 26px; height: 2px; background: var(--pink-soft); }
.hero-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.5); }
.hero h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(72px, 10vw, 156px); line-height: .78; letter-spacing: -.075em; font-weight: 500; text-shadow: 0 4px 28px rgba(0,0,0,.32); }
.hero h1 em { color: #efc2ce; font-weight: 400; }
.hero-footer-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; padding-top: 22px; }
.hero-manifesto { max-width: 620px; margin: 0; font-family: Georgia, serif; font-size: clamp(18px, 1.8vw, 27px); line-height: 1.38; }
.hero-slogan { flex: 0 0 auto; color: #fff; font: italic clamp(19px, 1.8vw, 28px)/1.2 Georgia, serif; }
.flower-accent { object-fit: contain; pointer-events: none; user-select: none; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; padding: 17px 22px; border-radius: 2px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: white; }
.button-primary span { color: var(--yellow); }
.vote-lockup { display: flex; align-items: center; gap: 13px; flex: 0 0 auto; padding-bottom: 7px; }
.vote-lockup .party { color: white; background: #ef671f; padding: 7px 8px; font-weight: 900; font-size: 10px; }
.vote-lockup strong { font-size: 29px; letter-spacing: -.05em; text-shadow: 0 2px 14px rgba(0,0,0,.4); }

.marquee { min-height: 58px; padding: 14px 4vw; background: var(--forest); color: white; display: flex; align-items: center; justify-content: space-around; gap: 24px; overflow: hidden; white-space: nowrap; font-size: 11px; letter-spacing: .18em; font-weight: 700; }
.marquee b { color: rgba(255,255,255,.35); font-size: 15px; font-weight: 400; }
.section { padding: clamp(80px, 10vw, 150px) clamp(24px, 7.3vw, 120px); }
.section-kicker { color: var(--pink); margin-bottom: 44px; }
.section-kicker.light { color: var(--yellow); }
.section-kicker-floral { display: flex; align-items: center; gap: 12px; }
.section-kicker-floral img { width: 28px; height: 28px; object-fit: contain; }
.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 135px); }
.about h2, .section-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(50px, 5.2vw, 82px); line-height: .95; letter-spacing: -.055em; font-weight: 500; }
.about h2 span, .section-heading h2 span { color: var(--pink); font-style: italic; }
.quote-card { margin-top: 60px; padding: 26px 0 26px 28px; border-left: 2px solid var(--yellow); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; display: flex; gap: 18px; }
.quote-card p { margin: 4px 0 0; font-family: Georgia, serif; font-size: 20px; line-height: 1.45; font-style: italic; }
.quote-mark { color: var(--pink); font: 52px/1 Georgia, serif; }
.about-copy { font-size: 17px; line-height: 1.8; color: var(--muted); }
.about-copy .lead { color: var(--ink); font-family: Georgia, serif; font-size: 25px; line-height: 1.5; margin-top: 0; }
.facts-row { margin-top: 42px; padding-top: 30px; border-top: 1px solid #d6d9d4; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.facts-row div { display: flex; flex-direction: column; gap: 5px; }
.facts-row strong { color: var(--pink); font-family: Georgia, serif; font-size: 24px; }
.facts-row span { font-size: 12px; line-height: 1.45; }

.legacy { background: var(--forest); color: white; display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(55px, 8vw, 135px); align-items: center; }
.legacy-photo { min-height: 650px; margin: 0; background: #233f39; overflow: hidden; border: 1px solid rgba(255,255,255,.18); }
.legacy-photo img { width: 100%; height: 650px; display: block; object-fit: cover; object-position: center top; }
.legacy-copy h2 { font-family: Georgia, serif; font-weight: 500; font-size: clamp(55px, 6vw, 94px); line-height: .86; letter-spacing: -.06em; margin: 0 0 40px; }
.legacy-copy h2 em { color: var(--pink-soft); font-weight: 400; }
.legacy-copy p { color: #dbe5e1; font-size: 16px; line-height: 1.8; max-width: 670px; }
.legacy-copy .legacy-lead { color: white; font: 24px/1.5 Georgia, serif; }
.legacy-copy blockquote { margin: 38px 0 0; padding: 18px 0 18px 25px; border-left: 3px solid var(--yellow); color: var(--yellow); font: italic 23px/1.4 Georgia, serif; }

.journey { background: var(--cream); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 70px; }
.section-heading .section-kicker { align-self: flex-start; }
.timeline { border-top: 1px solid rgba(18,63,53,.22); }
.timeline article { display: grid; grid-template-columns: 90px 1fr; align-items: center; min-height: 145px; border-bottom: 1px solid rgba(18,63,53,.22); padding: 20px 25px 20px 0; transition: background .2s, padding .2s; }
.timeline article:hover { background: rgba(255,255,255,.55); padding-left: 18px; }
.timeline-number { color: var(--pink); font: italic 28px Georgia, serif; }
.timeline article div { display: grid; grid-template-columns: 200px minmax(250px, .8fr) 1fr; gap: 30px; align-items: center; }
.timeline article p { font-size: 10px; font-weight: 800; letter-spacing: .13em; color: var(--muted); }
.timeline article h3 { margin: 0; font: 25px/1.25 Georgia, serif; }
.timeline article div > span { color: var(--muted); font-size: 14px; line-height: 1.5; }
.timeline .timeline-highlight { background: var(--forest); color: white; padding-left: 24px; border: 0; margin-top: 16px; }
.timeline .timeline-highlight .timeline-number, .timeline .timeline-highlight p, .timeline .timeline-highlight div > span { color: white; }

.public-service { background: var(--paper); display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(45px, 7vw, 110px); align-items: center; }
.public-service-copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(48px, 5vw, 78px); line-height: .95; letter-spacing: -.055em; font-weight: 500; }
.public-service-copy h2 span { color: var(--pink); font-style: italic; }
.public-service-copy > p:last-child { margin: 32px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; max-width: 470px; }
.public-service-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.public-service-photos figure { margin: 0; background: var(--cream); border: 1px solid var(--line); overflow: hidden; }
.public-service-photos img { width: 100%; height: 470px; display: block; object-fit: cover; object-position: center top; }
.public-service-photos figcaption { padding: 18px 20px 21px; color: var(--forest); font: italic 16px/1.45 Georgia, serif; text-align: center; }

.commitments { background: var(--forest-deep); color: white; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 7vw, 110px); }
.commitments-intro { position: sticky; top: 120px; align-self: start; }
.commitments-intro h2 { margin: 0 0 35px; font-family: Georgia, serif; font-size: clamp(54px, 5.5vw, 84px); line-height: .92; letter-spacing: -.06em; font-weight: 500; }
.commitments-intro h2 em { color: var(--pink-soft); font-weight: 400; }
.commitments-intro > p:last-child { color: #b9cac4; font-size: 17px; line-height: 1.75; max-width: 440px; }
.commitment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.commitment-grid article { min-height: 285px; padding: 28px; border: 1px solid rgba(255,255,255,.18); position: relative; transition: background .2s, transform .2s; }
.commitment-grid article:hover { background: var(--forest); transform: translateY(-3px); }
.commitment-grid article > span { color: var(--yellow); font: italic 18px Georgia, serif; }
.commitment-grid h3 { max-width: 230px; margin: 54px 0 16px; font: 28px/1.12 Georgia, serif; }
.commitment-grid p { color: #b9cac4; font-size: 13px; line-height: 1.65; max-width: 300px; }
.commitment-grid i { position: absolute; right: 25px; top: 25px; color: var(--pink-soft); font-style: normal; }

.social-cta { position: relative; overflow: hidden; background: var(--forest); color: white; padding: 110px 25px; text-align: center; border-top: 1px solid rgba(255,255,255,.15); }
.social-cta:before { content: ""; position: absolute; width: 160px; height: 160px; left: clamp(24px, 7vw, 110px); top: 50%; transform: translateY(-50%) rotate(-12deg); background: url('/assets/larissa-flower-logo.png') center/contain no-repeat; opacity: .07; }
.social-cta > p:first-of-type { font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.social-cta h2 { margin: 24px 0; font: 500 clamp(65px, 7vw, 105px)/.84 Georgia, serif; letter-spacing: -.065em; }
.social-cta h2 em { color: var(--pink-soft); font-weight: 400; }
.social-text { max-width: 540px; margin: 35px auto !important; font-size: 17px; line-height: 1.65; }
.button-light { background: white; color: var(--forest); }

footer { background: var(--forest); color: white; padding: 60px clamp(25px, 7vw, 110px) 30px; display: grid; grid-template-columns: .8fr 1.1fr .8fr; gap: 35px; align-items: start; }
.footer-brand strong { color: var(--pink-soft); }
.footer-info, .footer-links { display: flex; flex-direction: column; gap: 9px; color: #b9cac4; font-size: 12px; line-height: 1.5; }
.footer-info strong, .footer-links a { color: white; }
.footer-links { align-items: flex-end; text-align: right; }
.privacy-note { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.13); margin: 28px 0 0; padding-top: 25px; font-size: 11px; color: #8da49c; text-align: center; }

*:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

@media (max-width: 1050px) {
  .site-header nav { display: none; }
  .hero-copy { padding-left: 45px; padding-right: 35px; }
  .about-grid, .legacy, .commitments { gap: 55px; }
  .timeline article div { grid-template-columns: 145px 1fr 1fr; }
}

@media (max-width: 780px) {
  .site-header { height: 68px; padding: 0 18px; }
  .brand { font-size: 20px; }
  .hero { min-height: 100svh; }
  .hero-background { object-position: center top; }
  .hero-shade { background: linear-gradient(180deg, rgba(7, 26, 22, .02) 22%, rgba(7, 26, 22, .18) 45%, rgba(7, 26, 22, .94) 100%); }
  .hero-copy { padding: 48vh 24px 30px; }
  .hero-title-row { display: block; padding-bottom: 17px; }
  .hero h1 { font-size: clamp(68px, 21vw, 112px); line-height: .8; }
  .vote-lockup { margin-top: 18px; padding: 0; }
  .hero-footer-row { display: block; padding-top: 16px; }
  .hero-manifesto { max-width: 520px; font-size: 18px; }
  .hero-slogan { display: block; margin-top: 13px; font-size: 20px; }
  .marquee { justify-content: flex-start; }
  .section { padding: 80px 24px; }
  .about-grid, .legacy, .commitments, .public-service { grid-template-columns: 1fr; }
  .facts-row { grid-template-columns: 1fr; }
  .legacy-photo { min-height: 480px; order: 2; }
  .legacy-photo img { height: 480px; }
  .public-service-photos { gap: 10px; }
  .public-service-photos img { height: 330px; }
  .section-heading { display: block; }
  .section-heading .section-kicker { margin-bottom: 35px; }
  .timeline article { grid-template-columns: 52px 1fr; padding-right: 4px; }
  .timeline article div { grid-template-columns: 1fr; gap: 4px; padding: 22px 0; }
  .timeline article h3 { margin: 5px 0 8px; }
  .commitments-intro { position: static; }
  .commitment-grid { grid-template-columns: 1fr; }
  .commitment-grid article { min-height: 245px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { align-items: flex-start; text-align: left; }
  .privacy-note { grid-column: 1; text-align: left; }
}

@media (max-width: 520px) {
  .hero-copy { padding-top: 44vh; }
  .hero h1 { font-size: clamp(61px, 20vw, 92px); }
  .eyebrow { max-width: 300px; line-height: 1.45; }
  .public-service-photos { grid-template-columns: 1fr; }
  .public-service-photos img { height: 430px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
