:root {
  --ink: #24211f;
  --muted: #716a64;
  --cream: #f7f2ec;
  --cream-2: #efe7de;
  --white: #fffdfb;
  --brown: #6f4b38;
  --brown-dark: #4c3227;
  --sage: #6d7961;
  --line: rgba(66, 51, 41, .14);
  --shadow: 0 24px 70px rgba(61, 43, 32, .10);
  --shadow-sm: 0 12px 34px rgba(61, 43, 32, .08);
  --radius: 26px;
  --page: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }

.page-width { width: min(calc(100% - 40px), var(--page)); margin: 0 auto; }
.eyebrow { font-size: .72rem; font-weight: 800; letter-spacing: .19em; color: var(--brown); text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.82); }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto 0; padding: 15px 0; color: white; transition: background .25s ease, color .25s ease, box-shadow .25s ease, padding .25s ease; }
.site-header.scrolled { background: rgba(250,247,243,.94); color: var(--ink); box-shadow: 0 1px 0 rgba(72,53,42,.09); backdrop-filter: blur(16px); padding: 10px 0; }
.nav-wrap { width: min(calc(100% - 40px), var(--page)); margin: auto; min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; font-weight: 700; letter-spacing: .015em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 1rem; font-style: italic; }
.site-nav { display: flex; align-items: center; gap: 7px; }
.site-nav a { position: relative; text-decoration: none; padding: 10px 13px; border-radius: 999px; font-size: .9rem; font-weight: 650; opacity: .86; }
.site-nav a:hover, .site-nav a.active { opacity: 1; background: rgba(255,255,255,.12); }
.site-header.scrolled .site-nav a:hover, .site-header.scrolled .site-nav a.active { background: rgba(111,75,56,.08); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); color: currentColor; padding: 11px; }
.nav-toggle span { display: block; height: 2px; width: 100%; margin: 5px 0; background: currentColor; border-radius: 4px; transition: transform .2s, opacity .2s; }

.hero-home { min-height: 100svh; position: relative; display: flex; align-items: flex-end; color: white; overflow: hidden; background: #342920; }
.hero-photo { position: absolute; inset: 0; background-image: var(--hero-image); background-size: cover; background-position: center 15%; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,19,15,.68) 0%, rgba(26,19,15,.35) 48%, rgba(26,19,15,.05) 73%), linear-gradient(0deg, rgba(26,19,15,.65) 0%, rgba(26,19,15,0) 45%); }
.hero-content { position: relative; z-index: 2; min-height: 100svh; display: flex; align-items: flex-end; padding: 150px 0 105px; }
.hero-copy { max-width: 650px; }
.hero-copy h1, .page-hero h1, .section-heading h2, .gift-copy h2, .closing-card h2, .submission-card h2, .results-heading h2, .admin-page-heading h1, .admin-heading h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
.hero-copy h1 { margin: 16px 0 7px; font-size: clamp(3.8rem, 9vw, 7.6rem); line-height: .86; text-shadow: 0 5px 40px rgba(0,0,0,.2); }
.hero-subtitle { margin: 17px 0 0; font-family: Georgia, "Times New Roman", serif; font-style: italic; font-size: clamp(1.35rem, 2.5vw, 2rem); color: rgba(255,255,255,.9); }
.hero-intro { max-width: 570px; margin: 17px 0 0; font-size: 1.03rem; line-height: 1.72; color: rgba(255,255,255,.81); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 21px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; cursor: pointer; font-weight: 750; transition: transform .18s, box-shadow .18s, background .18s; }
.btn:hover { transform: translateY(-1px); }
.btn.primary { background: var(--brown); color: white; box-shadow: 0 12px 30px rgba(63,38,26,.18); }
.btn.primary:hover { background: var(--brown-dark); }
.hero-home .btn.primary { background: white; color: #35271f; }
.btn.glass { border-color: rgba(255,255,255,.42); color: white; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.btn.outline { border-color: var(--line); color: var(--ink); background: var(--white); }
.btn.full { width: 100%; }
.scroll-cue { position: absolute; right: 0; bottom: 38px; display: flex; align-items: center; gap: 10px; text-decoration: none; font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.76); }
.scroll-cue b { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; display: grid; place-items: center; font-size: .85rem; }

.section { padding: 104px 0; }
.warm-section { background: var(--cream); }
.section-heading { max-width: 690px; margin-bottom: 48px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading h2, .gift-copy h2 { margin: 12px 0 14px; font-size: clamp(2.55rem, 5vw, 4.25rem); line-height: 1.02; }
.section-heading p, .gift-copy p { margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.feature-card { min-height: 440px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 35px; border-radius: 32px; text-decoration: none; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature-card.baby { background: linear-gradient(145deg, #e9d8cf, #d8bbb0); }
.feature-card.travel { color: white; background: linear-gradient(145deg, #6d7961, #40503e); }
.feature-card::after { content: ""; position: absolute; inset: 0; opacity: .2; background: radial-gradient(circle at 86% 8%, rgba(255,255,255,.8), transparent 28%), radial-gradient(circle at 0 100%, rgba(255,255,255,.5), transparent 36%); }
.feature-card > * { position: relative; z-index: 1; }
.feature-number { position: absolute; top: 27px; left: 32px; font-size: .72rem; font-weight: 850; letter-spacing: .16em; opacity: .6; }
.feature-icon { position: absolute; right: 31px; top: 30px; width: 76px; height: 76px; border: 1px solid rgba(55,39,31,.22); border-radius: 50%; display: grid; place-items: center; font: italic 600 1.55rem Georgia, serif; }
.travel .feature-icon { border-color: rgba(255,255,255,.28); }
.feature-kicker { display: block; font-size: .69rem; font-weight: 850; letter-spacing: .16em; opacity: .68; margin-bottom: 10px; }
.feature-card h3 { margin: 0 0 12px; font: 500 clamp(2rem,4vw,3.2rem)/1 Georgia, serif; letter-spacing: -.035em; }
.feature-card p { max-width: 440px; margin: 0 0 25px; line-height: 1.65; opacity: .75; }
.feature-link { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid currentColor; padding-top: 17px; font-size: .88rem; font-weight: 750; opacity: .8; }

.gift-section { background: var(--cream-2); border-top: 1px solid rgba(80,56,42,.06); border-bottom: 1px solid rgba(80,56,42,.06); }
.gift-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.gift-copy { position: sticky; top: 110px; }
.fund-grid { display: grid; gap: 12px; }
.fund-card { display: grid; grid-template-columns: 50px minmax(0,1fr) 38px; align-items: center; gap: 15px; min-height: 80px; padding: 14px 16px; background: rgba(255,253,251,.78); border: 1px solid var(--line); border-radius: 18px; text-decoration: none; transition: transform .18s, background .18s, box-shadow .18s; }
.fund-card:hover { transform: translateX(4px); background: white; box-shadow: var(--shadow-sm); }
.fund-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: #f4eee8; border: 1px solid rgba(72,53,42,.08); }
.fund-icon img { width: 27px; height: 27px; object-fit: contain; }
.fund-copy { min-width: 0; display: flex; flex-direction: column; }
.fund-copy strong { font-family: Georgia, serif; font-size: 1.07rem; }
.fund-copy small { margin-top: 4px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.card-arrow { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); color: var(--brown); }
.empty-card { padding: 22px; border: 1px dashed var(--line); border-radius: 18px; color: var(--muted); }

.closing-section { padding: 100px 0; background: var(--cream); }
.closing-card { text-align: center; padding: 55px 20px; }
.script-word { font-family: Georgia, serif; font-style: italic; color: var(--brown); font-size: clamp(3.5rem, 7vw, 6rem); line-height: .9; }
.closing-card h2 { margin: 9px 0 12px; font-size: clamp(2rem,4vw,3.4rem); }
.closing-card p { color: var(--muted); }
.text-link { display: inline-block; margin-top: 17px; color: var(--brown); font-weight: 750; text-underline-offset: 4px; }
.site-footer { background: #2b241f; color: rgba(255,255,255,.78); padding: 31px 0; }
.footer-inner { width: min(calc(100% - 40px), var(--page)); margin: auto; display: flex; align-items: center; gap: 25px; }
.footer-brand { color: white; }
.footer-inner p { margin: 0 auto 0 0; font-size: .85rem; }
.footer-links { display: flex; gap: 18px; font-size: .85rem; }
.footer-links a { text-decoration: none; }

.subpage-main { min-height: 100vh; background: var(--cream); }
.page-hero { min-height: 455px; color: white; position: relative; overflow: hidden; display: flex; align-items: end; background: #56453a; }
.page-hero::before { content: ""; position: absolute; inset: 0; background-image: var(--hero-image); background-size: cover; background-position: center 10%; filter: saturate(.82); transform: scale(1.015); }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(35,25,20,.76), rgba(35,25,20,.38) 60%, rgba(35,25,20,.15)), linear-gradient(0deg, rgba(30,22,17,.52), transparent 60%); }
.travel-hero::after { background: linear-gradient(90deg, rgba(29,43,32,.84), rgba(29,43,32,.48) 60%, rgba(29,43,32,.18)), linear-gradient(0deg, rgba(24,34,27,.58), transparent 60%); }
.page-hero-inner { position: relative; z-index: 2; padding: 135px 0 58px; }
.back-link { display: inline-block; margin-bottom: 35px; color: rgba(255,255,255,.8); text-decoration: none; font-size: .88rem; }
.page-hero h1 { max-width: 850px; margin: 12px 0 12px; font-size: clamp(3rem, 7vw, 5.9rem); line-height: .94; }
.page-hero p { max-width: 680px; margin: 0; color: rgba(255,255,255,.82); font-size: 1.04rem; line-height: 1.7; }
.poll-section { padding: 70px 0 100px; }
.poll-layout { display: grid; grid-template-columns: 390px minmax(0,1fr); gap: 34px; align-items: start; }
.submission-card { position: sticky; top: 88px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.submission-card h2, .results-heading h2 { margin: 8px 0 8px; font-size: 2.25rem; }
.form-intro { margin: 0 0 25px; color: var(--muted); font-size: .93rem; line-height: 1.62; }
.pretty-form { display: grid; gap: 16px; }
.field { display: grid; gap: 7px; }
.field label { font-size: .82rem; font-weight: 760; color: #4a443f; }
.field label span { font-weight: 500; color: #9a928b; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid rgba(70,52,41,.17); background: #fffdfa; color: var(--ink); border-radius: 13px; padding: 12px 13px; outline: none; transition: border .18s, box-shadow .18s; }
.field textarea { min-height: 108px; resize: vertical; line-height: 1.5; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: rgba(111,75,56,.55); box-shadow: 0 0 0 4px rgba(111,75,56,.08); }
.privacy-note { margin: -3px 0 0; font-size: .72rem; line-height: 1.5; color: #989089; text-align: center; }
.hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.notice { margin: 0 0 18px; padding: 11px 13px; border-radius: 12px; background: #f0ebe5; color: #655a52; font-size: .84rem; line-height: 1.4; }
.notice.success { background: #e6ede2; color: #46533f; }
.results-panel { min-width: 0; }
.results-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 2px 0 22px; }
.count-badge { flex: 0 0 auto; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; color: var(--muted); background: rgba(255,255,255,.5); }
.results-list { display: grid; gap: 11px; }
.poll-result { display: grid; grid-template-columns: 38px minmax(0,1fr) 68px; gap: 15px; align-items: center; padding: 17px 17px 17px 14px; background: rgba(255,253,251,.88); border: 1px solid var(--line); border-radius: 18px; }
.poll-result.top-result { background: white; box-shadow: 0 9px 30px rgba(69,50,38,.05); }
.rank { font: italic 600 1rem Georgia, serif; color: #a39991; text-align: center; }
.result-body { min-width: 0; }
.result-topline { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.result-body h3 { margin: 0; font: 600 1.35rem Georgia, serif; letter-spacing: -.015em; }
.result-body p { margin: 7px 0; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.result-body small { color: #958c84; font-size: .74rem; }
.pill { display: inline-flex; align-items: center; min-height: 24px; padding: 4px 8px; background: #efe7df; color: #745947; border-radius: 999px; font-size: .66rem; font-weight: 760; }
.travel-result .pill { background: #e4ebe0; color: #55644e; }
.result-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 8px; color: #7b736d; font-size: .76rem; }
.vote-form { display: flex; justify-content: center; }
.vote-button { width: 60px; min-height: 66px; display: grid; place-items: center; gap: 0; padding: 7px 5px; border: 1px solid rgba(111,75,56,.16); border-radius: 14px; background: #faf5f0; color: var(--brown); cursor: pointer; transition: transform .16s, background .16s; }
.vote-button:hover:not(:disabled) { transform: translateY(-2px); background: #f3e8df; }
.vote-button span { font-size: .9rem; line-height: 1; }
.vote-button strong { font-size: .92rem; line-height: 1.15; }
.vote-button small { font-size: .59rem; text-transform: uppercase; letter-spacing: .08em; }
.vote-button.voted { background: #e7ede3; color: var(--sage); cursor: default; }
.poll-empty { padding: 75px 25px; text-align: center; border: 1px dashed rgba(70,52,41,.18); border-radius: 22px; color: var(--muted); }
.poll-empty h3 { margin: 12px 0 5px; font: 600 1.45rem Georgia, serif; color: var(--ink); }
.poll-empty p { margin: 0; }
.empty-symbol { width: 60px; height: 60px; margin: auto; display: grid; place-items: center; border-radius: 50%; background: var(--cream-2); color: var(--brown); font: italic 600 1.2rem Georgia, serif; }

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

.admin-body { background: #f4f1ed; }
.admin-bg { min-height: 100svh; display: grid; place-items: center; padding: 30px 20px; background: linear-gradient(rgba(35,29,24,.78),rgba(35,29,24,.88)), var(--hero-image) center 36% / cover fixed; }
.admin-card { background: #fff; border: 1px solid rgba(65,49,39,.1); border-radius: 22px; box-shadow: 0 18px 60px rgba(52,39,31,.08); }
.login-box { width: min(100%, 450px); padding: 35px; }
.admin-brand { color: #43362e; margin-bottom: 35px; }
.admin-heading { margin-bottom: 24px; }
.admin-heading h1 { margin: 8px 0 8px; font-size: 2.5rem; }
.admin-heading p { margin: 0; color: var(--muted); }
.admin-back { display: block; margin-top: 20px; color: var(--muted); text-align: center; text-decoration: none; font-size: .84rem; }
.admin-layout { min-height: 100vh; display: grid; grid-template-columns: 240px minmax(0,1fr); }
.admin-sidebar { position: fixed; left: 0; top: 0; bottom: 0; width: 240px; display: flex; flex-direction: column; padding: 25px 18px; background: #2b241f; color: rgba(255,255,255,.78); }
.admin-sidebar .admin-brand { color: white; margin: 0 5px 35px; }
.admin-sidebar nav { display: grid; gap: 4px; }
.admin-sidebar nav a { min-height: 44px; display: flex; align-items: center; gap: 11px; padding: 10px 12px; border-radius: 11px; color: inherit; text-decoration: none; font-size: .87rem; }
.admin-sidebar nav a span { width: 22px; text-align: center; font-weight: 800; }
.admin-sidebar nav a:hover, .admin-sidebar nav a.active { color: white; background: rgba(255,255,255,.08); }
.admin-sidebar-bottom { margin-top: auto; padding: 15px 12px 4px; border-top: 1px solid rgba(255,255,255,.1); }
.admin-sidebar-bottom a { color: inherit; font-size: .85rem; text-decoration: none; }
.admin-main { grid-column: 2; width: min(100%, 1160px); padding: 45px 38px 80px; }
.admin-mobile-top { display: none; }
.admin-page-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.admin-page-heading h1 { margin: 6px 0 6px; font-size: 2.7rem; }
.admin-page-heading p { margin: 0; color: var(--muted); }
.stat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-bottom: 20px; }
.stat-card { padding: 22px; background: white; border: 1px solid rgba(65,49,39,.1); border-radius: 17px; }
.stat-card span { display: block; color: var(--muted); font-size: .78rem; }
.stat-card strong { display: block; margin: 5px 0 2px; font: 600 2.2rem Georgia, serif; }
.stat-card small { color: #9b938c; }
.admin-section { padding: 26px; margin-top: 20px; }
.admin-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.admin-section-heading h2 { margin: 6px 0 3px; font: 600 1.65rem Georgia, serif; }
.admin-section-heading p { margin: 3px 0 0; color: var(--muted); font-size: .82rem; }
.admin-section-heading code { color: var(--brown); background: #f4efe9; padding: 2px 5px; border-radius: 5px; }
.admin-preview { height: 210px; overflow: hidden; border-radius: 16px; margin-bottom: 22px; background: #eee; }
.admin-preview img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.admin-form { gap: 18px; }
.form-grid.two { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.admin-list { display: grid; gap: 8px; }
.admin-list-row { display: grid; grid-template-columns: 42px minmax(0,1fr) 38px; align-items: end; gap: 10px; padding: 11px; border: 1px solid rgba(65,49,39,.1); border-radius: 13px; background: #fcfbf9; }
.admin-list-icon { width: 42px; height: 42px; padding: 10px; align-self: center; object-fit: contain; background: #f1ede8; border-radius: 11px; }
.admin-inline-form, .add-row-form { display: flex; align-items: end; gap: 9px; min-width: 0; }
.field.compact { min-width: 160px; }
.field.compact.grow { flex: 1; }
.field.compact input { padding: 9px 10px; border-radius: 10px; }
.small-btn { min-height: 38px; padding: 8px 13px; border: 0; border-radius: 10px; background: var(--brown); color: white; cursor: pointer; font-weight: 740; white-space: nowrap; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
.small-btn.ghost { background: #f2ece6; color: var(--brown); }
.icon-btn { width: 38px; height: 38px; border: 0; border-radius: 10px; cursor: pointer; font-size: 1.2rem; }
.icon-btn.danger { background: #fae9e6; color: #9a463a; }
.add-row-form { margin-top: 14px; padding-top: 17px; border-top: 1px solid rgba(65,49,39,.1); }
.submission-list { display: grid; gap: 8px; }
.submission-row { display: flex; justify-content: space-between; gap: 20px; padding: 14px; border-radius: 13px; border: 1px solid rgba(65,49,39,.1); background: #fcfbf9; }
.submission-row strong { display: block; font-family: Georgia, serif; font-size: 1.06rem; }
.submission-row span { display: block; margin-top: 3px; color: #918880; font-size: .74rem; }
.submission-row p { margin: 6px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.admin-empty { margin: 0; color: var(--muted); font-size: .86rem; }

.not-found { min-height: calc(100vh - 90px); display: grid; place-items: center; padding: 120px 30px 50px; text-align: center; }
.not-found h1 { margin: 8px 0; font: 500 clamp(2.5rem,6vw,5rem) Georgia, serif; }
.not-found p { color: var(--muted); margin-bottom: 25px; }

@media (max-width: 900px) {
  .hero-shade { background: linear-gradient(0deg, rgba(26,19,15,.7) 0%, rgba(26,19,15,.14) 70%), linear-gradient(90deg, rgba(26,19,15,.4), rgba(26,19,15,.05)); }
  .hero-photo { background-position: center 10%; }
  .hero-copy { max-width: 560px; }
  .feature-grid, .gift-layout { grid-template-columns: 1fr; }
  .gift-layout { gap: 42px; }
  .gift-copy { position: static; }
  .poll-layout { grid-template-columns: 1fr; }
  .submission-card { position: static; }
  .admin-layout { display: block; }
  .admin-sidebar { display: none; }
  .admin-main { width: 100%; padding: 25px 20px 70px; }
  .admin-mobile-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 35px; }
  .admin-mobile-top .admin-brand { margin: 0; }
  .admin-mobile-top > a:last-child { color: var(--muted); font-size: .82rem; }
}

@media (max-width: 680px) {
  .page-width, .nav-wrap, .footer-inner { width: min(calc(100% - 28px), var(--page)); }
  .site-header { padding-top: 11px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 67px; left: 14px; right: 14px; display: none; padding: 8px; background: rgba(250,247,243,.98); color: var(--ink); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 12px 13px; }
  .site-nav a:hover, .site-nav a.active { background: rgba(111,75,56,.08); }
  .hero-home { min-height: 760px; }
  .hero-content { min-height: 760px; padding: 125px 0 74px; align-items: flex-end; }
  .hero-photo { background-position: center 10%; }
  .hero-shade { background: linear-gradient(0deg, rgba(26,19,15,.84) 0%, rgba(26,19,15,.36) 50%, rgba(26,19,15,.06) 80%); }
  .hero-copy h1 { font-size: clamp(3.65rem, 18vw, 5.2rem); }
  .hero-intro { font-size: .94rem; line-height: 1.62; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .scroll-cue { display: none; }
  .section { padding: 74px 0; }
  .section-heading { margin-bottom: 30px; }
  .feature-grid { gap: 14px; }
  .feature-card { min-height: 375px; padding: 27px; border-radius: 24px; }
  .feature-icon { width: 61px; height: 61px; right: 24px; top: 24px; }
  .gift-section { padding-top: 78px; }
  .fund-card { grid-template-columns: 45px minmax(0,1fr) 34px; gap: 12px; }
  .fund-icon { width: 45px; height: 45px; }
  .closing-section { padding: 65px 0; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 13px; }
  .footer-inner p { margin: 0; }
  .footer-links { margin-top: 5px; }
  .page-hero { min-height: 430px; }
  .page-hero::before { background-position: center 10%; }
  .page-hero-inner { padding: 120px 0 48px; }
  .back-link { margin-bottom: 24px; }
  .page-hero h1 { font-size: clamp(3rem, 13vw, 4.4rem); }
  .poll-section { padding: 35px 0 72px; }
  .submission-card { padding: 23px; border-radius: 20px; }
  .results-heading { align-items: center; margin-top: 21px; }
  .results-heading h2 { font-size: 1.9rem; }
  .poll-result { grid-template-columns: 25px minmax(0,1fr) 60px; gap: 10px; padding: 14px 12px 14px 8px; }
  .rank { font-size: .8rem; }
  .result-body h3 { font-size: 1.18rem; }
  .vote-button { width: 56px; min-height: 62px; }
  .stat-grid { grid-template-columns: 1fr; }
  .admin-page-heading { align-items: flex-start; flex-direction: column; }
  .admin-page-heading .btn { width: 100%; }
  .admin-section { padding: 19px; }
  .form-grid.two { grid-template-columns: 1fr; }
  .admin-list-row { grid-template-columns: 38px minmax(0,1fr) 38px; align-items: start; }
  .admin-list-icon { width: 38px; height: 38px; }
  .admin-inline-form, .add-row-form { display: grid; grid-template-columns: 1fr; }
  .field.compact { min-width: 0; }
  .small-btn { width: 100%; }
  .admin-section-heading { align-items: flex-start; flex-direction: column; }
  .admin-section-heading .small-btn { width: auto; }
  .login-box { padding: 27px 22px; }
}

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

/* Unified couple-photo focal point — homepage + poll pages */
.hero-photo,
.page-hero::before {
    background-position: center 15% !important;
}



/* Unified couple-photo focal point — homepage + poll pages */

.hero-photo,

.page-hero::before {

    background-position: center 15% !important; 

}




/* Unified couple-photo focal point — homepage + poll pages */

.hero-photo,

.page-hero::before {

    background-position: center 15% !important; 

}

