:root {
  --navy: #07346b;
  --navy-dark: #04264e;
  --green: #4c9827;
  --green-bright: #62ad2f;
  --cream: #f7f4ec;
  --paper: #fffdf8;
  --ink: #10233c;
  --muted: #5f6d7c;
  --red: #cf3b32;
  --purple: #673b96;
  --brown: #8b572f;
  --shadow: 0 24px 70px rgba(7, 52, 107, .13);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Trebuchet MS", Arial, sans-serif; line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 20px; background: var(--navy); color: white; border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.section-pad { padding-left: max(24px, calc((100vw - 1240px) / 2)); padding-right: max(24px, calc((100vw - 1240px) / 2)); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { background: rgba(255, 253, 248, .92); border-color: rgba(7, 52, 107, .1); backdrop-filter: blur(16px); box-shadow: 0 10px 35px rgba(5, 35, 70, .07); }
.nav-wrap { height: 88px; max-width: 1340px; margin: auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; flex-direction: column; line-height: 1; flex-shrink: 0; }
.brand-word { display: flex; align-items: center; color: var(--navy); font-family: Impact, "Arial Black", sans-serif; font-size: 32px; letter-spacing: 2px; }
.brand-word .green { color: var(--green); }
.heart-letter { position: relative; color: transparent; width: 29px; }
.heart-letter::before { content: "♡"; position: absolute; color: var(--green); font-family: Arial, sans-serif; font-size: 42px; font-weight: 700; line-height: .65; left: -2px; top: 2px; transform: rotate(-5deg); }
.brand-tagline { margin-top: 6px; color: var(--navy); font-family: "Segoe Print", cursive; font-size: 10px; letter-spacing: .2px; }
.main-nav { display: flex; align-items: center; gap: 32px; color: var(--navy); font-size: 14px; font-weight: 800; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 3px; background: var(--green); border-radius: 5px; transition: width .25s; }
.main-nav a:hover::after { width: 100%; }
.nav-cta { padding: 11px 19px; color: white; background: var(--navy); border-radius: 100px; transition: .25s; }
.nav-cta:hover { background: var(--green); transform: translateY(-2px); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 50%; background: var(--navy); cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: white; transition: .25s; }

.hero { min-height: 820px; padding-top: 152px; padding-bottom: 80px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 74px; position: relative; background: radial-gradient(circle at 80% 12%, rgba(98, 173, 47, .12), transparent 26%), linear-gradient(115deg, var(--paper) 0 58%, #eef5e8 58% 100%); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-mark { color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: 1.6px; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 32px; height: 4px; background: var(--green); border-radius: 4px; transform: rotate(-2deg); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Impact, "Arial Black", "Arial Narrow", sans-serif; text-transform: uppercase; letter-spacing: .5px; line-height: .96; color: var(--navy); }
h1 { margin: 23px 0 27px; font-size: clamp(66px, 7.4vw, 112px); }
h1 span, h2 span { color: var(--green); }
.hero-lead { max-width: 600px; margin-bottom: 34px; color: #42536a; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 53px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 13px 24px; border: 0; border-radius: 4px; font-size: 14px; font-weight: 900; letter-spacing: .3px; cursor: pointer; transition: transform .25s, box-shadow .25s, background .25s; }
.button span { font-size: 21px; line-height: 1; transition: transform .25s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(7, 52, 107, .18); }
.button:hover span { transform: translateX(4px); }
.button-primary { color: white; background: var(--navy); }
.button-primary:hover { background: var(--green); }
.button-ghost { color: var(--navy); border: 1px solid rgba(7, 52, 107, .24); background: transparent; }
.button-white { color: var(--navy); background: white; }
.hero-values { display: flex; align-items: center; gap: 13px; margin-top: 43px; color: var(--navy); font-size: 10px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.hero-values i { width: 5px; height: 5px; background: var(--green); border-radius: 50%; }
.hero-visual { position: relative; height: 595px; }
.hero-photo-frame { height: 100%; border-radius: 48% 48% 18px 18px; overflow: hidden; background: var(--green); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.hero-photo-frame::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(4, 38, 78, .3)); }
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 7%; transform: scale(1.52); }
.hero-badge { position: absolute; left: -46px; bottom: 55px; min-width: 210px; padding: 20px 24px; color: white; background: var(--navy); box-shadow: 0 20px 50px rgba(4, 38, 78, .26); transform: rotate(-3deg); }
.hero-badge svg { width: 34px; float: left; margin-right: 13px; fill: none; stroke: var(--green-bright); stroke-width: 5; }
.hero-badge strong, .hero-badge span { display: block; line-height: 1.3; }
.hero-badge strong { text-transform: uppercase; font-size: 14px; }
.hero-badge span { color: #bfd7a7; font-family: "Segoe Print", cursive; font-size: 13px; }
.scribble-heart { position: absolute; right: -22px; top: 15px; z-index: 2; color: var(--green); font: 100px/1 "Segoe Print", cursive; transform: rotate(13deg); }
.paint-splotch { position: absolute; pointer-events: none; opacity: .08; }
.paint-one { width: 290px; height: 45px; left: -50px; top: 310px; background: var(--green); transform: rotate(-4deg); clip-path: polygon(0 19%, 94% 0, 100% 37%, 92% 70%, 2% 100%); }
.scroll-cue { position: absolute; left: 50%; bottom: 24px; display: flex; align-items: center; gap: 10px; color: var(--navy); font-size: 9px; font-weight: 900; letter-spacing: 1.7px; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { width: 28px; height: 42px; border: 2px solid rgba(7, 52, 107, .3); border-radius: 20px; position: relative; }
.scroll-cue span::after { content: ""; position: absolute; left: 50%; top: 7px; width: 4px; height: 8px; margin-left: -2px; background: var(--green); border-radius: 4px; animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateY(15px); opacity: 0; } }

.intro { padding-top: 120px; padding-bottom: 120px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; background: var(--cream); }
.intro-card, .quote-card { min-height: 420px; padding: 62px; border-radius: var(--radius); }
.intro-card { background: white; box-shadow: 0 16px 60px rgba(7, 52, 107, .07); }
.intro h2, .activities h2, .partner-top h2, .brochure h2, .contact h2 { margin: 17px 0 24px; font-size: clamp(44px, 5vw, 72px); }
.intro-card > p { max-width: 680px; color: var(--muted); font-size: 17px; }
.text-link { display: inline-flex; gap: 14px; align-items: center; margin-top: 18px; color: var(--navy); font-weight: 900; border-bottom: 3px solid var(--green); }
.quote-card { margin: 0; display: flex; flex-direction: column; justify-content: center; color: white; background: var(--navy); position: relative; overflow: hidden; }
.quote-card::after { content: "♡"; position: absolute; right: -6px; bottom: -45px; color: rgba(255,255,255,.07); font: 220px/1 Arial; transform: rotate(-15deg); }
.quote-mark { height: 60px; color: var(--green-bright); font: 110px/.8 Georgia, serif; }
.quote-card p { position: relative; z-index: 1; font-family: "Segoe Print", cursive; font-size: clamp(24px, 3vw, 35px); line-height: 1.45; }
.quote-card footer { color: #a8c58e; font-size: 11px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; }

.activities { padding-top: 125px; padding-bottom: 130px; }
.section-heading, .partner-top { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 56px; }
.section-heading > p, .partner-top > p { max-width: 470px; color: var(--muted); font-size: 17px; }
.activity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.activity-card { min-height: 330px; padding: 34px; border: 1px solid rgba(7,52,107,.08); border-radius: 20px; background: #f9faf7; position: relative; overflow: hidden; transition: transform .3s, box-shadow .3s, border-color .3s; }
.activity-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.activity-number { position: absolute; right: 25px; top: 18px; color: rgba(7,52,107,.07); font: 72px/1 Impact, sans-serif; }
.icon-disc { width: 70px; height: 70px; margin-bottom: 30px; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--card-color); box-shadow: inset 0 0 0 4px rgba(255,255,255,.14); }
.icon-disc svg { width: 40px; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.activity-card h3 { margin-bottom: 13px; color: var(--card-color); font-family: Impact, "Arial Black", sans-serif; font-size: 27px; text-transform: uppercase; letter-spacing: .5px; }
.activity-card p { color: var(--muted); line-height: 1.65; }
.green-card { --card-color: var(--green); background: #f3f7ed; }.blue-card { --card-color: var(--navy); background: #f2f5f8; }.red-card { --card-color: var(--red); background: #fbf1ef; }.purple-card { --card-color: var(--purple); background: #f5f0f8; }.brown-card { --card-color: var(--brown); background: #f7f1ed; }

.impact { min-height: 760px; display: grid; grid-template-columns: 1fr 1fr; padding-left: 0; padding-right: 0; background: var(--navy); }
.impact-image { height: 760px; position: relative; overflow: hidden; }
.impact-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; transform: scale(1.35); }
.impact-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, var(--navy)); }
.photo-note { position: absolute; z-index: 2; left: 8%; bottom: 8%; padding: 16px 24px; color: var(--navy); background: white; font-family: "Segoe Print", cursive; font-size: 18px; line-height: 1.4; transform: rotate(-2deg); box-shadow: 0 12px 40px rgba(0,0,0,.2); }
.photo-note strong { color: var(--green); }
.impact-copy { padding: 100px max(40px, calc((100vw - 1240px) / 2)) 80px 75px; color: white; display: flex; flex-direction: column; justify-content: center; }
.section-mark.light { color: #99cb72; }
.impact h2 { margin: 18px 0 40px; color: white; font-size: clamp(42px, 4.3vw, 68px); }
.impact-points { border-top: 1px solid rgba(255,255,255,.16); }
.impact-points > div { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; }
.impact-points strong { color: #a8d386; font-size: 16px; text-transform: uppercase; }
.impact-points p { margin: 0; color: #c7d3e0; font-size: 14px; }

.partners { padding-top: 125px; padding-bottom: 125px; background: var(--cream); }
.partner-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit { min-height: 250px; padding: 35px; border-radius: 20px; background: white; box-shadow: 0 15px 45px rgba(7,52,107,.06); }
.benefit > span { color: var(--green); font-family: Impact, sans-serif; font-size: 18px; }
.benefit h3 { margin: 30px 0 12px; color: var(--navy); font-family: Impact, "Arial Black", sans-serif; font-size: 29px; text-transform: uppercase; }
.benefit p { color: var(--muted); }
.partner-strip { margin-top: 20px; padding: 26px 32px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: white; background: var(--navy); border-radius: 12px; font-size: 13px; font-weight: 800; }
.partner-strip p { margin: 0; color: #a8d386; text-transform: uppercase; }
.partner-strip i { width: 5px; height: 5px; flex-shrink: 0; background: var(--green); border-radius: 50%; }

.brochure { padding-top: 120px; padding-bottom: 135px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 100px; overflow: hidden; }
.brochure-copy p { max-width: 470px; margin-bottom: 30px; color: var(--muted); font-size: 17px; }
.brochure-stack { width: min(380px, 76%); aspect-ratio: 4 / 5; justify-self: center; padding: 0; border: 0; background: none; position: relative; cursor: pointer; }
.brochure-stack img { width: 100%; height: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: top center; position: relative; z-index: 3; border-radius: 8px; box-shadow: 0 28px 70px rgba(7,52,107,.22); transition: transform .35s; }
.brochure-stack:hover img { transform: translateY(-8px) rotate(-1deg); }
.sheet { position: absolute; inset: 3% -4% -2% 5%; z-index: 2; border-radius: 8px; background: #dce5d6; transform: rotate(4deg); box-shadow: 0 14px 35px rgba(7,52,107,.1); }
.sheet-three { z-index: 1; inset: 6% 3% -4% -6%; background: #d9e1ea; transform: rotate(-5deg); }
.open-hint { position: absolute; right: -50px; bottom: 65px; z-index: 4; width: 100px; height: 100px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; font-weight: 900; box-shadow: 0 12px 30px rgba(76,152,39,.3); transform: rotate(8deg); }
.open-hint b { position: absolute; right: 16px; top: 7px; font-size: 28px; }

.join { padding-top: 100px; padding-bottom: 100px; color: white; background: var(--green); position: relative; overflow: hidden; }
.join::before, .join::after { content: ""; position: absolute; width: 420px; height: 65px; background: rgba(255,255,255,.1); transform: rotate(-8deg); clip-path: polygon(0 14%, 100% 0, 94% 86%, 3% 100%); }
.join::before { left: -80px; top: 65px; }.join::after { right: -50px; bottom: 70px; }
.join-inner { max-width: 850px; margin: auto; text-align: center; position: relative; z-index: 1; }
.join h2 { margin: 20px 0 25px; color: white; font-size: clamp(48px, 6vw, 82px); }
.join h2 span { color: var(--navy); }
.join p { max-width: 680px; margin: 0 auto 32px; font-size: 18px; }
.join-heart { position: absolute; left: -100px; top: 20%; color: rgba(255,255,255,.3); font: 100px/1 "Segoe Print", cursive; transform: rotate(-12deg); }

.contact { padding-top: 125px; padding-bottom: 125px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact-copy > p { max-width: 480px; color: var(--muted); font-size: 17px; }
.contact-links { margin-top: 40px; display: grid; gap: 2px; }
.contact-links a { padding: 14px 0; border-bottom: 1px solid #e1e5e8; display: flex; flex-direction: column; }
.contact-links small { color: var(--green); font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
.contact-links strong { color: var(--navy); }
.contact-form { padding: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 19px; border-radius: var(--radius); background: var(--cream); }
.contact-form label { color: var(--navy); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .6px; }
.contact-form label:nth-child(3), .contact-form label:nth-child(4), .contact-form .form-note { grid-column: 1 / -1; }
input, textarea, select { width: 100%; margin-top: 8px; padding: 15px 16px; color: var(--ink); border: 1px solid #d7ddd3; border-radius: 6px; background: white; outline: none; transition: border-color .2s, box-shadow .2s; }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(76,152,39,.12); }
.contact-form .button { justify-self: start; }
.form-note { align-self: center; margin: -52px 0 0 190px; color: var(--muted); font-size: 11px; }

.site-footer { padding: 70px max(24px, calc((100vw - 1240px) / 2)) 25px; color: white; background: var(--navy-dark); }
.footer-main { padding-bottom: 60px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; gap: 40px; }
.brand-footer .brand-word, .brand-footer .brand-tagline { color: white; }
.footer-main > p { color: #a9bad0; font-family: "Segoe Print", cursive; font-size: 19px; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; font-weight: 800; }
.footer-nav a:hover { color: #9bd072; }
.footer-bottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; color: #8399b5; font-size: 11px; }

.gallery-modal { width: min(980px, calc(100% - 28px)); max-height: 94vh; padding: 0; border: 0; border-radius: 18px; background: #eef2e9; box-shadow: 0 30px 90px rgba(0,0,0,.35); overflow: hidden; }
.gallery-modal::backdrop { background: rgba(3,25,52,.86); backdrop-filter: blur(6px); }
.gallery-bar { height: 68px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--navy); }
.gallery-bar h2 { margin: 0; color: white; font-size: 22px; }
.gallery-bar button { width: 42px; height: 42px; border: 0; color: white; background: transparent; font-size: 34px; cursor: pointer; }
.gallery-view { height: calc(94vh - 116px); padding: 24px 76px 12px; display: grid; grid-template-columns: 42px 1fr 42px; place-items: center; gap: 18px; }
.gallery-view img { height: 100%; max-height: 100%; width: auto; object-fit: contain; box-shadow: 0 12px 40px rgba(7,52,107,.18); }
.gallery-arrow { width: 42px; height: 42px; border: 0; border-radius: 50%; color: white; background: var(--green); cursor: pointer; font-size: 20px; }
.gallery-dots { height: 48px; display: flex; justify-content: center; gap: 8px; }
.gallery-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #aeb9a6; cursor: pointer; }
.gallery-dots button.active { width: 28px; border-radius: 7px; background: var(--green); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }.delay-2 { transition-delay: .24s; }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 36px; min-height: 760px; }
  .hero-visual { height: 500px; }
  .activity-grid { grid-template-columns: repeat(2, 1fr); }
  .impact-copy { padding-left: 45px; }
  .contact { gap: 55px; }
  .form-note { margin: 0; }
}

@media (max-width: 800px) {
  .site-header.scrolled { backdrop-filter: none; }
  .site-header.menu-open { background: var(--navy-dark); border-color: transparent; }
  .nav-wrap { height: 76px; padding: 0 22px; }
  .menu-toggle { display: block; z-index: 2; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.menu-toggle.active span:nth-child(2) { opacity: 0; }.menu-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; min-height: 100vh; padding: 120px 35px 45px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 25px; color: white; background: var(--navy-dark); font-size: 24px; transform: translateX(100%); transition: transform .3s ease; }
  .main-nav.open { transform: translateX(0); }
  .nav-cta { padding-left: 0; color: #9bd072; background: none; }
  .hero { min-height: auto; padding-top: 125px; padding-bottom: 95px; grid-template-columns: 1fr; background: radial-gradient(circle at 80% 25%, rgba(98,173,47,.14), transparent 25%), var(--paper); }
  h1 { font-size: clamp(58px, 16vw, 90px); }
  .hero-visual { width: 92%; height: 520px; margin: 20px auto 0; }
  .scroll-cue { display: none; }
  .intro, .impact, .brochure, .contact { grid-template-columns: 1fr; }
  .intro { padding-top: 80px; padding-bottom: 80px; }
  .intro-card, .quote-card { min-height: 0; padding: 40px 32px; }
  .section-heading, .partner-top { align-items: flex-start; flex-direction: column; gap: 10px; }
  .impact-image { height: 600px; }
  .impact-copy { padding: 70px 28px; }
  .partner-benefits { grid-template-columns: 1fr; }
  .partner-strip { align-items: flex-start; flex-direction: column; }
  .partner-strip i { display: none; }
  .brochure { gap: 60px; }
  .brochure-copy { text-align: center; }
  .brochure-copy p { margin-left: auto; margin-right: auto; }
  .contact { gap: 55px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-nav { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .section-pad { padding-left: 20px; padding-right: 20px; }
  .hero { padding-top: 115px; }
  .eyebrow { font-size: 9px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-values { gap: 7px; font-size: 8px; }
  .hero-visual { width: 100%; height: 410px; }
  .hero-badge { left: -8px; bottom: 30px; min-width: 190px; }
  .scribble-heart { right: -10px; font-size: 74px; }
  .intro h2, .activities h2, .partner-top h2, .brochure h2, .contact h2 { font-size: 43px; }
  .activity-grid { grid-template-columns: 1fr; }
  .activity-card { min-height: 300px; }
  .impact-image { height: 460px; }
  .impact-image img { transform: scale(1.55); }
  .impact-points > div { grid-template-columns: 1fr; gap: 7px; }
  .partners, .activities, .contact { padding-top: 85px; padding-bottom: 85px; }
  .brochure { padding-top: 85px; padding-bottom: 100px; }
  .brochure-stack { width: min(300px, 78%); }
  .open-hint { width: 78px; height: 78px; right: -38px; font-size: 12px; }
  .join { padding-top: 80px; padding-bottom: 80px; }
  .join h2 { font-size: 46px; }
  .contact-form { padding: 26px 20px; grid-template-columns: 1fr; }
  .contact-form label:nth-child(3), .contact-form label:nth-child(4), .contact-form .form-note { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-nav { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .gallery-view { height: calc(94vh - 116px); padding: 15px 10px; grid-template-columns: 36px 1fr 36px; gap: 6px; }
  .gallery-arrow { width: 36px; height: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
