*,
*::before,
*::after { box-sizing: border-box; }

:root {
  --wine: #b48a45;
  --wine-dark: #242321;
  --wine-deep: #111110;
  --gold: #b48a45;
  --gold-soft: #d6b878;
  --cream: #f4efe5;
  --cream-2: #e8dfcf;
  --paper: #fbf8f1;
  --ink: #191918;
  --muted: #6d6961;
  --white: #fff;
  --border: rgba(35, 34, 31, .13);
  --shadow: 0 24px 70px rgba(0, 0, 0, .14);
  --radius: 26px;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link {
  position: absolute; left: -9999px; top: 10px; z-index: 999;
  background: #fff; padding: 10px 14px; border-radius: 10px;
}
.skip-link:focus { left: 10px; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 253, 248, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(48, 28, 27, .08);
}
.nav-wrap {
  min-height: 82px; display: flex; align-items: center;
  justify-content: space-between; gap: 28px;
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-logo {
  width: 56px; height: 56px; object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(0,0,0,.08));
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-size: .98rem; }
.brand-text small {
  margin-top: 5px; text-transform: uppercase; letter-spacing: .2em;
  font-size: .64rem; color: #756b68;
}
.nav-links { display: flex; align-items: center; gap: 22px; font-size: .9rem; font-weight: 600; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--wine); }
.nav-cta {
  background: var(--wine); color: white !important;
  padding: 10px 17px; border-radius: 999px;
}
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 83% 20%, rgba(185,133,53,.2), transparent 28%),
    linear-gradient(145deg, #140e0f 0%, #251516 60%, #3a1a1e 100%);
  color: white; padding: 88px 0 100px;
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 420px; height: 420px; right: -190px; top: -110px; border: 1px solid rgba(215,179,109,.16); }
.hero-orb-two { width: 620px; height: 620px; left: -340px; bottom: -390px; border: 1px solid rgba(215,179,109,.12); }
.hero-grid {
  position: relative; display: grid; grid-template-columns: .95fr 1.05fr;
  gap: 72px; align-items: center;
}
.eyebrow {
  margin: 0 0 12px; text-transform: uppercase; letter-spacing: .19em;
  font-size: .74rem; font-weight: 700; color: var(--wine);
}
.eyebrow-light { color: var(--gold-soft); }
.hero h1, .section h2 { font-family: var(--serif); letter-spacing: -.025em; }
.hero h1 { margin: 0; font-size: clamp(4.1rem, 8.2vw, 7.5rem); line-height: .88; }
.hero h1 em { color: var(--gold-soft); font-style: italic; font-weight: 600; }
.hero-lede { max-width: 620px; margin: 28px 0 0; font-size: 1.17rem; color: rgba(255,255,255,.79); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 20px; border-radius: 999px; text-decoration: none;
  font-weight: 700; border: 1px solid transparent;
}
.button-primary { background: var(--gold-soft); color: #261718; }
.button-primary:hover { background: #e5c786; }
.button-secondary { color: white; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.hero-tag { margin-top: 28px; color: var(--gold-soft); letter-spacing: .15em; font-size: .78rem; font-weight: 700; text-transform: uppercase; }

.hero-photo-wrap { position: relative; min-height: 590px; }
.hero-photo-frame {
  position: absolute; inset: 0 40px 20px 70px;
  border-radius: 220px 220px 34px 34px;
  overflow: hidden; border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 35px 95px rgba(0,0,0,.38);
}
.hero-photo-frame::after {
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 50%, rgba(25,10,12,.28) 100%);
}
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 43%; }
.hero-badge {
  position: absolute; width: 150px; height: 150px; left: 4px; bottom: 6px;
  border-radius: 50%; background: rgba(255,255,255,.92);
  box-shadow: var(--shadow); padding: 4px;
}
.hero-badge img { width: 100%; height: 100%; object-fit: contain; }
.hero-quote {
  position: absolute; right: 0; bottom: 34px; max-width: 260px;
  background: rgba(255,253,248,.93); color: var(--wine-deep);
  border: 1px solid rgba(255,255,255,.46);
  box-shadow: var(--shadow); border-radius: 22px; padding: 18px 20px;
  font-family: var(--serif); font-size: 1.15rem; line-height: 1.35;
}
.hero-quote span { display: block; color: var(--gold); font-size: 2rem; line-height: .8; }

.section { padding: 96px 0; }
.section-heading h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 4.7rem); line-height: 1.03; }
.section-heading.centered { text-align: center; max-width: 790px; margin: 0 auto 48px; }
.lede, .section-intro { color: var(--muted); font-size: 1.06rem; }
.section-intro { margin-top: 13px; }

.story-section { background: var(--cream); }
.story-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end;
}
.story-copy { font-size: 1.05rem; color: #453e3d; }
.story-copy p:first-child { margin-top: 0; }
.photo-story {
  display: grid; grid-template-columns: .95fr 1.05fr; gap: 20px;
  margin-top: 58px;
}
.photo-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.photo-card {
  margin: 0; position: relative; overflow: hidden; border-radius: var(--radius);
  background: #ddd; box-shadow: 0 16px 50px rgba(57,32,28,.12);
}
.photo-card img { width: 100%; height: 100%; object-fit: cover; min-height: 360px; }
.photo-tall img { min-height: 600px; }
.photo-card figcaption {
  position: absolute; left: 18px; right: 18px; bottom: 18px;
  background: rgba(28,16,17,.78); color: white;
  border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(8px);
  border-radius: 14px; padding: 10px 12px; font-size: .82rem;
}

.impact-section { background: #fff; }
.impact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.impact-card {
  border: 1px solid var(--border); border-radius: var(--radius); padding: 29px;
  min-height: 280px; background: #fffdf9; box-shadow: 0 10px 38px rgba(55,29,26,.05);
}
.impact-icon { font-size: 1.55rem; }
.impact-number {
  display: block; margin-top: 18px; font-family: var(--serif);
  color: var(--wine); font-size: 2.55rem; line-height: 1;
}
.impact-card h3 { margin: 10px 0 8px; font-size: 1.14rem; }
.impact-card p { color: var(--muted); margin: 0; }

.love-section {
  color: white;
  background:
    radial-gradient(circle at 15% 20%, rgba(215,179,109,.13), transparent 26%),
    linear-gradient(145deg, var(--wine-deep), #4b1c23 68%, #6a2730);
}
.love-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 82px; align-items: center; }
.love-logo {
  max-width: 430px; justify-self: center; background: rgba(255,255,255,.94);
  border-radius: 50%; padding: 6px; box-shadow: 0 30px 90px rgba(0,0,0,.28);
}
.love-copy h2 { margin-top: 0; font-size: clamp(3rem, 6vw, 5.4rem); }
.love-copy p { color: rgba(255,255,255,.78); font-size: 1.04rem; }
.text-link { display: inline-block; margin-top: 16px; color: var(--gold-soft); text-decoration: none; font-weight: 700; }

.advocacy-section { background: var(--cream-2); }
.advocacy-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: center; }
.advocacy-photo {
  border-radius: 220px 220px 28px 28px; overflow: hidden;
  box-shadow: 0 25px 65px rgba(70,38,31,.15);
}
.advocacy-photo img { width: 100%; height: 620px; object-fit: cover; object-position: center 28%; }
.notice {
  margin-top: 28px; background: rgba(255,255,255,.72); border-left: 4px solid var(--wine);
  border-radius: 14px; padding: 20px; box-shadow: 0 8px 26px rgba(68,37,31,.06);
}
.notice strong { color: var(--wine); }
.notice p { margin-bottom: 0; color: #564b49; }

.events-section { background: var(--paper); }
.event-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.event-card {
  border: 1px solid var(--border); border-radius: var(--radius); padding: 30px;
  background: #fff; box-shadow: 0 10px 35px rgba(50,28,26,.04);
}
.event-kicker {
  display: inline-block; padding: 6px 10px; border-radius: 999px;
  background: var(--cream); color: var(--wine); font-size: .74rem;
  font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
}
.event-card h3 { font-family: var(--serif); font-size: 1.6rem; margin: 17px 0 9px; }
.event-card p { color: var(--muted); }
.event-status { display: inline-block; margin-top: 12px; color: var(--gold); font-size: .84rem; font-weight: 700; }

.get-involved-section { background: #e8d4b5; }
.ways-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 44px; }
.way-card {
  display: block; text-decoration: none; background: rgba(255,255,255,.63);
  border: 1px solid rgba(68,39,32,.09); border-radius: var(--radius);
  padding: 28px; transition: transform .2s ease, box-shadow .2s ease;
}
.way-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(69,39,32,.09); }
.way-card > span { color: var(--wine); font-weight: 800; }
.way-card h3 { margin-bottom: 7px; }
.way-card p { margin: 0; color: #65574f; }

.donate-section { color: white; background: linear-gradient(135deg, #171011, #2c1719); }
.donate-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.donate-wrap h2 { margin: 0 0 15px; font-size: clamp(2.8rem, 5vw, 4.8rem); }
.donate-wrap > div:first-child > p:last-child { color: rgba(255,255,255,.72); }
.donate-box {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13);
  border-radius: 28px; padding: 34px;
}
.donate-label { color: var(--gold-soft); text-transform: uppercase; letter-spacing: .15em; font-weight: 800; font-size: .75rem; }
.donate-box h3 { margin: 8px 0 10px; font-size: 2rem; }
.donate-box p { color: rgba(255,255,255,.68); }
.button-disabled {
  margin-top: 14px; background: rgba(255,255,255,.12); color: rgba(255,255,255,.55);
  border-color: rgba(255,255,255,.12); cursor: not-allowed;
}

.connect-section { background: var(--cream); }
.connect-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 66px; align-items: center; }
.connect-card {
  display: grid; grid-template-columns: 150px 1fr; gap: 24px; align-items: center;
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 26px; box-shadow: 0 12px 35px rgba(58,29,26,.06);
}
.connect-card img { width: 150px; }
.connect-card h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 1.5rem; }
.connect-card p { color: var(--muted); }
.social-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 14px; }
.social-row span { border: 1px solid var(--border); border-radius: 999px; padding: 7px 11px; font-size: .82rem; }

.site-footer { background: #0d090a; color: rgba(255,255,255,.74); padding: 42px 0; }
.footer-wrap { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 66px; height: 66px; object-fit: contain; }
.site-footer strong { color: white; }
.site-footer p { margin: 7px 0 0; font-size: .86rem; }
.footer-right { text-align: right; }
.footer-right a { color: var(--gold-soft); text-decoration: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav-links {
    display: none; position: absolute; top: 74px; left: 20px; right: 20px;
    padding: 20px; flex-direction: column; align-items: stretch; gap: 12px;
    border-radius: 18px; background: var(--paper); box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero-grid, .story-grid, .love-grid, .advocacy-grid, .donate-wrap, .connect-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-photo-wrap { min-height: 560px; }
  .hero-photo-frame { inset: 0 50px 15px 50px; }
  .photo-story { grid-template-columns: 1fr; }
  .impact-grid { grid-template-columns: repeat(2,1fr); }
  .event-grid { grid-template-columns: 1fr; }
  .ways-grid { grid-template-columns: repeat(2,1fr); }
  .advocacy-photo { max-width: 590px; margin-inline: auto; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand-logo { width: 48px; height: 48px; }
  .brand-text strong { font-size: .83rem; }
  .hero { padding: 67px 0 74px; }
  .hero h1 { font-size: clamp(3.6rem, 18vw, 5.5rem); }
  .hero-photo-wrap { min-height: 470px; }
  .hero-photo-frame { inset: 0 16px 15px 16px; border-radius: 170px 170px 26px 26px; }
  .hero-badge { width: 105px; height: 105px; left: 0; bottom: 6px; }
  .hero-quote { right: 0; bottom: 20px; max-width: 210px; font-size: .98rem; }
  .section { padding: 72px 0; }
  .photo-stack { grid-template-columns: 1fr; }
  .photo-card img, .photo-tall img { min-height: 420px; }
  .impact-grid, .ways-grid { grid-template-columns: 1fr; }
  .impact-card { min-height: auto; }
  .advocacy-photo img { height: 520px; }
  .connect-card { grid-template-columns: 90px 1fr; }
  .connect-card img { width: 90px; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
  .footer-right { text-align: left; }
}

/* VERSION 3 */
.meet-section{background:#fff}.meet-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}.meet-copy h2{margin:0 0 22px;font-size:clamp(2.8rem,5vw,4.8rem)}.meet-copy p{color:var(--muted);font-size:1.05rem}.meet-quote{background:var(--wine);color:#fff;border-radius:32px;padding:48px;box-shadow:var(--shadow);position:relative;overflow:hidden}.meet-quote::after{content:"♡";position:absolute;right:-8px;bottom:-70px;font-size:12rem;color:rgba(255,255,255,.07)}.meet-quote p{color:var(--gold-soft);letter-spacing:.16em;font-size:.75rem;font-weight:800}.meet-quote strong{display:block;font-family:var(--serif);font-size:clamp(2.5rem,5vw,4.3rem);line-height:1.02}.meet-quote span{display:block;margin-top:30px;color:var(--gold-soft);font-weight:800}
.news-section{background:var(--cream)}.featured-story{display:grid;grid-template-columns:.72fr 1.28fr;overflow:hidden;border-radius:34px;background:var(--wine-deep);color:#fff;box-shadow:var(--shadow)}.featured-mark{min-height:440px;display:flex;align-items:center;justify-content:center;padding:48px;background:radial-gradient(circle,rgba(215,179,109,.19),transparent 62%)}.featured-mark img{width:min(330px,100%);filter:drop-shadow(0 20px 35px rgba(0,0,0,.25))}.featured-copy{padding:55px;align-self:center}.story-label{color:var(--gold-soft);font-size:.76rem;text-transform:uppercase;letter-spacing:.14em;font-weight:800}.featured-copy h3{font-family:var(--serif);font-size:clamp(2.5rem,5vw,4.2rem);line-height:1;margin:14px 0}.story-meta{color:rgba(255,255,255,.58);font-size:.86rem}.featured-copy>p:not(.story-meta){color:rgba(255,255,255,.76)}.story-button{margin-top:12px;background:var(--gold-soft);color:#271719}.archive-heading{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:end;margin:58px 0 25px}.archive-heading h3{font-family:var(--serif);font-size:2rem;margin:0}.archive-heading>p{margin:0;color:var(--muted)}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.archive-card{padding:26px;border-radius:22px;background:#fff;border:1px solid var(--border)}.archive-card span{color:var(--wine);text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:800}.archive-card h4{margin:12px 0 7px;font-size:1.08rem}.archive-card p{margin:0;color:var(--muted);font-size:.92rem}
@media(max-width:980px){.meet-grid,.featured-story,.archive-heading{grid-template-columns:1fr;gap:30px}.archive-grid{grid-template-columns:1fr}.featured-mark{min-height:320px}}@media(max-width:650px){.meet-quote,.featured-copy{padding:30px}.featured-mark{min-height:260px;padding:28px}}


/* VERSION 3.1 QUICK UPDATES */
.hero-badge,
.hero-logo-badge,
.hero .logo-badge,
.hero .memorial-badge { display:none !important; }

.scholarship-card .text-link {
  display:inline-block; margin-top:14px; color:var(--wine); font-weight:800;
  text-decoration:none;
}
.scholarship-card .text-link:hover { text-decoration:underline; }

.growing-legacy-section { background:#fffdf8; }
.legacy-grid {
  display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; margin-top:34px;
}
.legacy-card {
  background:#fff; border:1px solid var(--border); border-radius:26px; padding:30px;
  box-shadow:0 14px 34px rgba(61,22,27,.06);
}
.legacy-kicker {
  display:inline-block; color:var(--wine); font-size:.72rem; font-weight:800;
  text-transform:uppercase; letter-spacing:.13em; margin-bottom:10px;
}
.legacy-card h3 { margin:0 0 10px; font-family:var(--serif); font-size:1.55rem; }
.legacy-card p { margin:0; color:var(--muted); }
.status-pill {
  display:inline-block; margin-top:16px; padding:8px 12px; border-radius:999px;
  background:var(--cream); color:var(--wine); font-size:.74rem; font-weight:800;
  text-transform:uppercase; letter-spacing:.08em;
}

.giving-options-section { background:var(--cream); }
.giving-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; margin-top:34px; }
.giving-card {
  background:#fff; border-radius:28px; padding:34px; border:1px solid var(--border);
}
.giving-icon { font-size:2rem; }
.giving-card h3 { font-family:var(--serif); font-size:1.7rem; margin:14px 0 10px; }
.giving-card p { color:var(--muted); }
.giving-card .button { margin-top:12px; }

@media(max-width:800px){
  .legacy-grid,.giving-grid{grid-template-columns:1fr}
}


/* VERSION 3.2 — RETURN TO ORIGINAL BLACK / CHARCOAL / GOLD / CREAM PALETTE */
.site-header {
  background: rgba(251,248,241,.95);
  border-bottom-color: rgba(25,25,24,.08);
}
.brand-text small { color:#746f66; }
.nav-links a:hover { color:var(--gold); }
.nav-cta { background:#1b1b1a; color:#fff !important; }

.hero {
  background:
    radial-gradient(circle at 83% 20%, rgba(214,184,120,.17), transparent 28%),
    linear-gradient(145deg, #0d0d0c 0%, #1b1b19 58%, #292824 100%);
}
.hero-orb-one { border-color:rgba(214,184,120,.17); }
.hero-orb-two { border-color:rgba(214,184,120,.11); }
.eyebrow { color:var(--gold); }
.eyebrow-light, .hero-tag { color:var(--gold-soft); }
.hero h1 em { color:var(--gold-soft); }
.button-primary { background:var(--gold-soft); color:#171715; }
.button-primary:hover { background:#e1c98f; }
.hero-quote { color:#1a1a18; }

.meet-quote {
  background:#1b1b19;
}
.meet-quote p,
.meet-quote span { color:var(--gold-soft); }

.news-section,
.giving-options-section { background:var(--cream); }
.featured-story { background:#171715; }
.story-label { color:var(--gold-soft); }
.story-button { background:var(--gold-soft); color:#171715; }

.archive-card span,
.legacy-kicker,
.scholarship-card .text-link { color:#8c672d; }

.status-pill {
  background:#eee5d5;
  color:#5d4826;
}

/* The circular hero logo remains intentionally removed. */
.hero-badge,
.hero-logo-badge,
.hero .logo-badge,
.hero .memorial-badge { display:none !important; }

/* Version 3.3 — Life With Chris + Love Like Chris */
.page-hero{padding:9rem 0 5rem;background:linear-gradient(135deg,#111110,#2a2926);color:#f4efe5;text-align:center}.page-hero h1{font-family:'Playfair Display',serif;font-size:clamp(3rem,8vw,6rem);margin:.25rem 0 1rem}.page-hero .lede{max-width:760px;margin:auto;color:#e8dfcf}.subnav{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.subnav a{border:1px solid rgba(214,184,120,.55);padding:.65rem 1rem;border-radius:999px;color:#f4efe5;text-decoration:none}.gallery-preview{background:#f4efe5}.gallery-mosaic{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:88px;gap:10px;margin:1.5rem auto 0;max-width:980px}.gallery-mosaic a{overflow:hidden;border-radius:18px;background:#ddd}.gallery-mosaic img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.gallery-mosaic a:hover img{transform:scale(1.04)}.gallery-mosaic a:nth-child(1){grid-column:span 5;grid-row:span 3}.gallery-mosaic a:nth-child(2){grid-column:span 3;grid-row:span 2}.gallery-mosaic a:nth-child(3){grid-column:span 4;grid-row:span 2}.gallery-mosaic a:nth-child(4){grid-column:span 3;grid-row:span 2}.gallery-mosaic a:nth-child(5){grid-column:span 4;grid-row:span 2}.gallery-mosaic a:nth-child(6){grid-column:span 3;grid-row:span 2}.gallery-grid{columns:4 240px;column-gap:14px;margin-top:2rem}.gallery-item{display:block;break-inside:avoid;margin:0 0 14px;border-radius:16px;overflow:hidden;background:#eee;cursor:zoom-in}.gallery-item img{display:block;width:100%;height:auto;transition:transform .25s}.gallery-item:hover img{transform:scale(1.02)}.gallery-note{max-width:780px;margin:1.5rem auto 0;text-align:center;color:#6d6961}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center;z-index:9999;padding:30px}.lightbox.open{display:flex}.lightbox img{max-width:92vw;max-height:88vh;border-radius:10px}.lightbox button{position:absolute;top:20px;right:25px;border:0;background:transparent;color:white;font-size:2.4rem;cursor:pointer}.love-intro{background:#fbf8f1}.kindness-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:2rem}.kindness-card{background:white;border:1px solid #e8dfcf;border-radius:20px;padding:1.5rem}.kindness-card strong{display:block;font-size:1.1rem;margin-bottom:.4rem}.love-wall{background:#111110;color:#f4efe5}.love-wall .eyebrow{color:#d6b878}.wall-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:2rem}.wall-card{background:#242321;border:1px solid rgba(214,184,120,.25);border-radius:20px;padding:1.5rem}.wall-card small{color:#d6b878}.share-box{max-width:850px;margin:2rem auto;background:white;border-radius:24px;padding:2rem;border:1px solid #e8dfcf}.share-box label{display:block;font-weight:700;margin:.9rem 0 .35rem}.share-box input,.share-box textarea{width:100%;padding:.9rem;border:1px solid #cfc5b5;border-radius:10px;font:inherit}.preview-notice{background:#f4efe5;border-left:4px solid #b48a45;padding:1rem;margin:1rem 0;border-radius:8px}.challenge{background:#b48a45;color:#111110;border-radius:24px;padding:2rem;margin-top:2rem;text-align:center}.home-feature-actions{text-align:center;margin-top:2rem}.nav-links a[href="gallery.html"],.nav-links a[href="love-like-chris.html"]{font-weight:700}
@media(max-width:800px){.kindness-grid,.wall-grid{grid-template-columns:1fr}.gallery-mosaic{grid-template-columns:1fr 1fr;grid-auto-rows:120px}.gallery-mosaic a:nth-child(n){grid-column:span 1;grid-row:span 1}.gallery-mosaic a:first-child{grid-column:span 2;grid-row:span 2}.page-hero{padding-top:7rem}}

/* VERSION 3.3.1 — gallery refinement */
.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);border:0;background:rgba(255,255,255,.12);color:#fff;width:52px;height:52px;border-radius:50%;font-size:2.3rem;line-height:1;cursor:pointer;display:grid;place-items:center}.lightbox-prev{left:24px}.lightbox-next{right:24px}.lightbox-close{position:absolute!important;top:20px!important;right:25px!important;width:auto!important;height:auto!important;transform:none!important;background:transparent!important}.gallery-grid{columns:4 250px}.gallery-item{box-shadow:0 5px 18px rgba(17,17,16,.07)}
@media(max-width:650px){.lightbox-prev,.lightbox-next{width:42px;height:42px;font-size:1.8rem}.lightbox-prev{left:8px}.lightbox-next{right:8px}}

.g2-count{opacity:.65;font-size:.78em;margin-left:.35rem}
.event-card-link{display:block;color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.event-card-link:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(69,39,32,.09)}.events-more{text-align:center;margin-top:28px}

/* Homepage Life With Chris — compact v2 */
@media (min-width: 801px){
  #life-with-chris.gallery-preview{padding-top:4.5rem;padding-bottom:4.5rem}
  #life-with-chris .gallery-mosaic{grid-auto-rows:70px;gap:8px;max-width:820px;margin-top:1.25rem}
  #life-with-chris .gallery-mosaic a{border-radius:15px}
  #life-with-chris .home-feature-actions{margin-top:1.5rem}
}
@media (max-width: 800px){
  #life-with-chris .gallery-mosaic{grid-auto-rows:100px;gap:8px;max-width:560px}
}

/* Life With Chris homepage — clean, balanced 3x2 photo grid */
#life-with-chris .gallery-mosaic{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  grid-auto-rows:auto;
  gap:12px;
  max-width:840px;
  margin:1.35rem auto 0;
}
#life-with-chris .gallery-mosaic a,
#life-with-chris .gallery-mosaic a:nth-child(n),
#life-with-chris .gallery-mosaic a:first-child{
  grid-column:auto;
  grid-row:auto;
  aspect-ratio:4 / 3;
  border-radius:16px;
  overflow:hidden;
}
#life-with-chris .gallery-mosaic img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
#life-with-chris .home-feature-actions{margin-top:1.5rem}
@media(max-width:700px){
  #life-with-chris .gallery-mosaic{grid-template-columns:repeat(2,minmax(0,1fr));max-width:560px;gap:8px}
  #life-with-chris .gallery-mosaic a,
  #life-with-chris .gallery-mosaic a:nth-child(n),
  #life-with-chris .gallery-mosaic a:first-child{aspect-ratio:4 / 3}
}
/* Love Wall manual featured navigation + 9-at-a-time archive */
.featured-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1.25rem 0 0}
.featured-controls button{width:46px;height:46px;border-radius:50%;border:1px solid rgba(214,184,120,.55);background:transparent;color:#f4efe5;font-size:1.75rem;line-height:1;cursor:pointer}
.featured-controls button:hover{background:#b48a45;color:#111110}
.featured-controls span{min-width:120px;text-align:center;color:#d6b878;font-weight:700;font-size:.9rem;letter-spacing:.06em;text-transform:uppercase}
.wall-card.is-hidden{display:none}
.love-wall-cta{text-align:center;margin-top:2rem}
.demo-disclaimer{text-align:center;color:#bdb5a8;font-size:.85rem;margin-top:1.25rem}

/* Love Wall form polish */
#share-love .share-box{max-width:980px;margin:0 auto;background:#fff;border:1px solid rgba(91,68,46,.18);border-radius:28px;padding:34px;box-shadow:0 14px 36px rgba(61,43,27,.06)}
#share-love .approval-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:12px;margin-bottom:30px;padding:14px 18px;border-radius:18px;background:#f7f1e7;text-align:center;font-size:.82rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#6d5844}
#share-love .approval-flow b{color:#bd8730;font-size:1.15rem}
#share-love form>label{display:block;margin:20px 0 9px;font-weight:700}
#share-love .share-types{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:8px 0 22px}
#share-love .share-types label{display:flex;align-items:center;gap:10px;min-height:64px;margin:0;padding:14px 16px;border:1px solid #d9cdbd;border-radius:16px;background:#fcfaf6;font-weight:600;line-height:1.25}
#share-love .share-types input{width:18px;height:18px;margin:0;flex:0 0 auto;accent-color:#bd8730}
#share-love textarea,#share-love input:not([type=radio]):not([type=checkbox]):not([type=file]){box-sizing:border-box;width:100%;border:1px solid #d5c5b2;border-radius:14px;background:#fff;padding:14px 16px;font:inherit}
#share-love textarea{min-height:145px;resize:vertical}
#share-love .form-two{display:grid;grid-template-columns:1fr 1fr;gap:16px}
#share-love .form-two label{display:block;margin:20px 0 9px;font-weight:700}
#share-love input[type=file]{box-sizing:border-box;width:100%;padding:12px;border:1px dashed #d5c5b2;border-radius:14px;background:#fcfaf6}
#share-love .permission{display:flex;align-items:flex-start;gap:10px;margin-top:22px;font-weight:500;line-height:1.45}
#share-love .permission input{width:18px;height:18px;margin-top:2px;flex:0 0 auto}
@media(max-width:720px){#share-love .share-box{padding:22px 16px;border-radius:20px}#share-love .approval-flow{grid-template-columns:1fr;gap:5px}#share-love .approval-flow b{transform:rotate(90deg)}#share-love .share-types,#share-love .form-two{grid-template-columns:1fr}#share-love .share-types label{min-height:54px}}

/* Impact story doorways */
.impact-card-link{display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.impact-card-link:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(42,31,20,.09);border-color:#d5b06a}.impact-explore{margin-top:auto;padding-top:1rem;font-weight:700;color:#b57b23;font-size:.9rem}.impact-story-hero{padding:8rem 0 3.5rem;background:#f5efe3}.impact-story-wrap{max-width:900px;margin:auto}.impact-story-hero h1{font-family:Georgia,serif;font-size:clamp(3rem,7vw,6rem);line-height:.95;margin:.35rem 0 1.25rem}.impact-story-body{padding:4rem 0 6rem}.impact-story-body h2{font-family:Georgia,serif;font-size:2.3rem;margin:0 0 1rem}.story-placeholder{border:1px solid #ded5c7;border-radius:22px;padding:2rem;background:#fff;margin-top:2rem}.impact-hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}@media(max-width:800px){.impact-hub-grid{grid-template-columns:1fr}.impact-story-hero{padding-top:6rem}}

/* Homepage Impact cards — compact pass */
#impact .impact-grid { gap: 14px; }
#impact .impact-card {
  padding: 20px 22px;
  min-height: 218px;
  border-radius: 18px;
}
#impact .impact-icon { font-size: 1.3rem; line-height: 1; }
#impact .impact-number {
  margin-top: 12px;
  font-size: 2.05rem;
}
#impact .impact-card h3 { margin: 7px 0 6px; font-size: 1.02rem; }
#impact .impact-card p { font-size: .9rem; line-height: 1.45; }
#impact .impact-explore { padding-top: .65rem; font-size: .82rem; }
@media (max-width: 800px) {
  #impact .impact-card { padding: 18px 20px; min-height: 0; }
}


/* LLC HEADER/FOOTER BRAND UPDATE — header cream sampled from approved LLC logo */
.site-header {
  background: #f4ecd9;
  border-bottom-color: rgba(25,25,24,.08);
}
.site-header .brand-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: none;
}
.site-footer .footer-brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
@media(max-width: 800px) {
  .site-header .brand-logo { width: 54px; height: 54px; }
  .site-footer .footer-brand img { width: 64px; height: 64px; }
}
