:root {
    --ink: #102a24;
    --muted: #62756f;
    --paper: #fbfcfa;
    --card: #ffffff;
    --purple: #008a70;
    --purple-dark: #006653;
    --lavender: #def3ed;
    --coral: #ff765f;
    --yellow: #ffc857;
    --line: #dfe9e5;
    --shadow: 0 24px 70px rgba(0, 91, 73, .12);
}

* { box-sizing: border-box; }
html { width: 100%; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { width: 100%; min-width: 0; margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }
main, section, article, div, form, fieldset, nav { min-width: 0; }
p, h1, h2, h3, blockquote, strong, small, span { overflow-wrap: break-word; }
input, textarea, select, button { max-width: 100%; }

.site-header { width: min(1280px, calc(100% - 48px)); min-height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 20px/1 "Manrope", sans-serif; }
.brand-logo { width: 185px; height: 48px; display: block; object-fit: contain; object-position: center; }
.main-nav { display: flex; align-items: center; gap: 30px; color: var(--muted); font-size: 14px; font-weight: 700; }
.main-nav > a:not(.button) { padding: 10px 0; position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--purple); transition: right .2s; }
.main-nav > a:hover, .main-nav > a.is-active { color: var(--ink); }
.main-nav > a:hover::after, .main-nav > a.is-active::after { right: 0; }
.button { min-height: 50px; padding: 13px 22px; border: 0; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; color: white; background: var(--purple); font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--purple-dark); box-shadow: 0 12px 28px rgba(0,138,112,.24); }
.button-small { min-height: 42px; padding: 10px 16px; border-radius: 11px; gap: 10px; }
.button-light { color: var(--ink); background: white; }
.button-light:hover { color: white; }
.eyebrow { color: var(--purple); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.live-dot, .sync-dot { width: 8px; height: 8px; margin-right: 8px; display: inline-block; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255,118,95,.14); }

/* Home */
.pledge-wall-section { min-height: 780px; padding: 35px 0 75px; overflow: hidden; position: relative; background: radial-gradient(circle at center, #ffffff 0 18%, #eef9f5 37%, #fbfcfa 68%); border-top: 1px solid rgba(0,138,112,.09); border-bottom: 1px solid var(--line); }
.pledge-wall-section::before, .pledge-wall-section::after { content: ""; position: absolute; border: 1px solid rgba(0,138,112,.09); border-radius: 50%; pointer-events: none; }
.pledge-wall-section::before { width: 620px; height: 620px; left: 50%; top: 53%; transform: translate(-50%,-50%); }
.pledge-wall-section::after { width: 820px; height: 820px; left: 50%; top: 53%; transform: translate(-50%,-50%); }
.pledge-wall-heading { width: min(1220px, calc(100% - 48px)); margin: 0 auto 15px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; }
.pledge-wall-heading p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 700; }
.pledge-wall-heading p span { color: var(--purple); font: 800 19px "Manrope", sans-serif; }
.pledge-wall-grid { width: min(1120px, calc(100% - 48px)); min-height: 670px; margin: auto; display: grid; grid-template-columns: 1fr 1.15fr 1fr; grid-template-rows: 200px 265px 200px; align-items: center; position: relative; z-index: 1; }
.wall-member { width: 190px; justify-self: center; text-align: center; transition: transform .35s, opacity .35s; }
.wall-member:hover { transform: translateY(-5px); }
.wall-member:nth-child(1), .wall-member:nth-child(3) { transform: translateY(18px); }
.wall-member:nth-child(7), .wall-member:nth-child(9) { transform: translateY(-18px); }
.wall-member:nth-child(1):hover, .wall-member:nth-child(3):hover { transform: translateY(13px); }
.wall-member:nth-child(7):hover, .wall-member:nth-child(9):hover { transform: translateY(-23px); }
.wall-photo { width: 132px; height: 132px; margin: 0 auto 11px; padding: 5px; border: 1px solid rgba(0,138,112,.22); border-radius: 50%; background: white; box-shadow: 0 15px 35px rgba(0,91,73,.13); }
.wall-photo img { width: 100%; height: 100%; display: block; border-radius: 50%; object-fit: cover; }
.wall-member strong, .wall-member > span { display: block; }
.wall-member strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 800 15px "Manrope", sans-serif; }
.wall-member > span { margin-top: 3px; color: var(--purple); font-size: 11px; font-weight: 700; }
.wall-member.is-placeholder { opacity: .7; }
.wall-member.is-placeholder .wall-photo { filter: saturate(.7); }
.pledge-center { width: 310px; height: 250px; justify-self: center; align-self: center; padding: 31px 24px 25px; border: 1px solid rgba(0,138,112,.14); border-radius: 46px; display: flex; align-items: center; justify-content: center; flex-direction: column; isolation: isolate; position: relative; overflow: visible; text-align: center; background: linear-gradient(145deg, #ffffff 5%, #f0faf6 100%); box-shadow: 0 26px 75px rgba(0,91,73,.16), inset 0 1px 0 white; }
.pledge-center::before { content: ""; position: absolute; z-index: -1; inset: -11px; border: 1px dashed rgba(0,138,112,.32); border-radius: 54px; }
.pledge-center::after { content: ""; width: 54px; height: 54px; position: absolute; z-index: -1; top: 16px; right: 18px; border-radius: 50%; background: radial-gradient(circle at 32% 30%, rgba(140,207,0,.28) 0 22%, transparent 24%), rgba(0,138,112,.06); }
.pledge-center > span { padding: 6px 10px; border-radius: 999px; color: var(--purple-dark); background: rgba(0,138,112,.09); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.pledge-center h1 { margin: 10px 0 14px; font: 700 29px/1.1 "Manrope", sans-serif; letter-spacing: -.045em; }
.pledge-center h1 strong { color: var(--purple); font-weight: 800; }
.pledge-center .center-lockup { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; text-align: left; letter-spacing: -.035em; }
.pledge-center .center-one { color: var(--purple); font: 800 60px/.92 "Manrope", sans-serif; letter-spacing: -.065em; text-shadow: 0 6px 20px rgba(0,138,112,.12); }
.pledge-center .center-words { display: flex; align-items: flex-start; flex-direction: column; gap: 1px; }
.pledge-center .center-words strong { color: var(--ink); font: 800 18px/1.08 "Manrope", sans-serif; white-space: nowrap; }
.pledge-center .center-words strong:last-child { margin-top: 4px; padding: 4px 8px; border-radius: 7px; color: var(--purple-dark); background: #dff3a7; font-size: 17px; letter-spacing: -.02em; }
.pledge-center a { padding: 8px 13px; border-radius: 999px; color: white; background: var(--purple); box-shadow: 0 8px 18px rgba(0,138,112,.2); font-size: 11px; font-weight: 800; transition: transform .2s, background .2s; }
.pledge-center a:hover { transform: translateY(-2px); background: var(--purple-dark); }
.pledge-center a span { margin-left: 5px; }
.review-stream-section { padding: 78px 0 70px; overflow: hidden; background: linear-gradient(145deg, #e2f5ef 0%, #f6fbf8 58%, #fff7ed 100%); border-top: 1px solid rgba(0,138,112,.09); border-bottom: 1px solid var(--line); }
.stream-heading { width: min(1280px, calc(100% - 48px)); margin: 0 auto 46px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.stream-heading h1 { margin: 17px 0 0; font: 800 clamp(48px, 6.5vw, 88px)/.98 "Manrope", sans-serif; letter-spacing: -.065em; }
.stream-heading h1 span { color: var(--purple); }
.stream-meta { min-width: 170px; padding: 19px 20px; border: 1px solid rgba(0,138,112,.15); border-radius: 18px; background: rgba(255,255,255,.7); backdrop-filter: blur(10px); }
.stream-meta strong, .stream-meta span, .stream-meta small { display: block; }
.stream-meta strong { font: 800 34px/1 "Manrope", sans-serif; }
.stream-meta > span { margin-top: 5px; color: var(--muted); font-size: 12px; }
.stream-meta small { margin-top: 13px; color: var(--purple); font-size: 10px; font-weight: 800; }
.stream-meta .sync-dot { width: 6px; height: 6px; margin-right: 5px; background: #35a66f; box-shadow: none; animation: livePulse 1.8s ease-in-out infinite; }
@keyframes livePulse { 50% { opacity: .35; } }

.review-marquee { width: 100%; overflow: hidden; padding: 15px 0 30px; mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent); }
.review-track { width: max-content; display: flex; gap: 24px; padding-left: 24px; }
.review-track.is-moving { animation: reviewScroll var(--review-duration, 45s) linear infinite; }
.review-track:hover { animation-play-state: paused; }
@keyframes reviewScroll { to { transform: translateX(calc(-50% - 12px)); } }
.review-card { width: 455px; min-height: 280px; padding: 28px; border: 1px solid rgba(0,91,73,.12); border-radius: 26px; display: flex; flex-direction: column; background: rgba(255,255,255,.94); box-shadow: 0 18px 50px rgba(0,91,73,.09); }
.review-card:nth-child(3n+2) { transform: rotate(1deg); }
.review-card:nth-child(3n+3) { transform: rotate(-1deg); }
.review-card-top { display: flex; align-items: center; gap: 15px; }
.review-card h2 { margin: 0 0 4px; font: 800 19px "Manrope", sans-serif; }
.review-card time { color: var(--muted); font-size: 11px; }
.avatar { display: grid; place-items: center; flex: 0 0 auto; overflow: hidden; border-radius: 50%; color: var(--purple); background: var(--lavender); font-weight: 800; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.avatar-card { width: 64px; height: 64px; border: 3px solid white; box-shadow: 0 5px 18px rgba(0,91,73,.14); }
.card-quote { margin-left: auto; align-self: flex-start; color: #b7ddd4; font: 700 52px/1 Georgia, serif; }
.stars { color: #f4ad21; letter-spacing: 2px; }
.review-card > .stars { margin: 22px 0 12px; font-size: 17px; }
.review-card > .pledge-badge { margin: 22px 0 12px; }
.pledge-badge { width: max-content; padding: 8px 12px; border-radius: 999px; display: inline-flex; align-items: center; gap: 7px; color: var(--purple-dark); background: var(--lavender); font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.pledge-badge > span { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--purple); font-size: 10px; }
.pledge-badge-light { margin-bottom: 5px; color: white; background: rgba(255,255,255,.13); }
.pledge-badge-light > span { color: var(--purple-dark); background: white; }
.review-card > p { margin: 0; display: -webkit-box; overflow: hidden; color: #403c4b; font-size: 16px; line-height: 1.65; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.stream-empty { width: min(700px, calc(100% - 48px)); margin: auto; padding: 50px; border: 1px dashed #afd8ce; border-radius: 24px; display: grid; place-items: center; text-align: center; background: rgba(255,255,255,.6); }
.stream-empty > span { color: var(--purple); font-size: 30px; }
.stream-empty strong { margin: 10px 0; font: 800 24px "Manrope", sans-serif; }
.stream-empty a { color: var(--purple); font-weight: 800; }

.latest-section { width: min(1180px, calc(100% - 48px)); margin: 100px auto; }
.section-title-row { margin-bottom: 26px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.section-title-row h2 { margin: 8px 0 0; font: 800 clamp(34px, 4vw, 50px)/1 "Manrope", sans-serif; letter-spacing: -.045em; }
.section-title-row > a { color: var(--purple); font-weight: 800; }
.section-title-row > a span { margin-left: 7px; }
.latest-review { min-height: 460px; border-radius: 32px; display: grid; grid-template-columns: minmax(320px, .8fr) 1.2fr; overflow: hidden; color: white; background: var(--ink); box-shadow: var(--shadow); }
.latest-portrait { min-height: 460px; display: grid; place-items: center; overflow: hidden; color: white; background: linear-gradient(145deg, var(--purple), #54bca5); font: 800 90px "Manrope", sans-serif; }
.latest-portrait img { width: 100%; height: 100%; object-fit: cover; }
.latest-copy { padding: clamp(38px, 6vw, 72px); display: flex; flex-direction: column; justify-content: center; }
.latest-rating { display: flex; align-items: center; gap: 14px; }
.latest-rating .stars { font-size: 19px; }
.latest-rating strong { padding-left: 13px; border-left: 1px solid rgba(255,255,255,.2); font-size: 13px; }
.latest-copy blockquote { margin: 25px 0 34px; color: rgba(255,255,255,.95); font: 600 clamp(25px, 3.2vw, 42px)/1.4 "Manrope", sans-serif; letter-spacing: -.025em; }
.latest-author strong, .latest-author span { display: block; }
.latest-author strong { font-size: 17px; }
.latest-author span { margin-top: 5px; color: rgba(255,255,255,.55); font-size: 12px; }
.latest-review.just-updated { animation: latestIn .6s ease; }
@keyframes latestIn { from { opacity: .55; transform: translateY(8px); } }
.home-cta { width: min(1180px, calc(100% - 48px)); margin: 0 auto 100px; padding: 48px 55px; border-radius: 28px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: white; background: var(--purple); }
.home-cta .eyebrow { color: #c4eee4; }
.home-cta h2 { margin: 8px 0 0; font: 800 clamp(30px, 4vw, 46px) "Manrope", sans-serif; }
.cta-actions { display: flex; align-items: center; gap: 24px; font-weight: 800; }

/* Form */
.form-page { background: linear-gradient(180deg, #e4f5f0 0 460px, var(--paper) 460px); }
.form-main { width: min(1080px, calc(100% - 48px)); margin: 38px auto 100px; display: flex; flex-direction: column; gap: 48px; }
.form-card { order: 0; width: min(820px, 100%); margin: auto; padding: clamp(28px, 5vw, 58px); border: 1px solid rgba(0,138,112,.14); border-radius: 32px; background: white; box-shadow: var(--shadow); }
.form-card-heading { margin-bottom: 38px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.form-card-heading h1 { margin: 13px 0 10px; font: 800 clamp(38px, 5vw, 58px)/1.05 "Manrope", sans-serif; letter-spacing: -.055em; }
.form-card-heading p { max-width: 590px; margin: 0; color: var(--muted); line-height: 1.65; }
.form-intro { order: 1; padding: 38px; border-radius: 26px; display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); align-items: center; gap: 30px; color: white; background: var(--ink); }
.form-intro .eyebrow { color: #9ee2d2; }
.form-intro h2 { margin: 9px 0 0; font: 800 25px/1.25 "Manrope", sans-serif; }
.form-promise { display: flex; gap: 12px; align-items: flex-start; }
.form-promise > span { color: #80d5c1; font: 800 12px "Manrope", sans-serif; }
.form-promise p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.55; }
.form-promise strong { display: block; margin-bottom: 3px; color: white; font-size: 14px; }
.field { margin-bottom: 28px; }
.field > label, .field legend, .label-row label { display: block; margin-bottom: 10px; font-size: 14px; font-weight: 800; }
.field > label > span, .field legend span, .label-row label span { color: var(--coral); }
.field-label { margin-bottom: 10px; display: block; font-size: 14px; font-weight: 800; }
.optional-tag { margin-left: 5px; padding: 4px 7px; border-radius: 999px; color: var(--purple) !important; background: var(--lavender); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.field input[type="text"], .field textarea { width: 100%; padding: 15px 16px; border: 1px solid #dcd8e5; border-radius: 13px; outline: none; color: var(--ink); background: #fcfbfe; transition: border .2s, box-shadow .2s, background .2s; }
.field input:focus, .field textarea:focus { border-color: #43a892; background: white; box-shadow: 0 0 0 4px rgba(0,138,112,.1); }
.field textarea { min-height: 145px; resize: vertical; line-height: 1.6; }
.photo-upload { width: 100%; padding: 14px; border: 1px dashed #9ccfc2; border-radius: 16px; display: flex; align-items: center; gap: 16px; color: var(--ink); text-align: left; background: #f2faf7; cursor: pointer; transition: border .2s, transform .2s; }
.photo-upload:hover { border-color: var(--purple); transform: translateY(-2px); }
.photo-preview { width: 76px; height: 76px; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; border-radius: 16px; color: var(--purple); background: var(--lavender); font-size: 26px; }
.photo-preview img { width: 100%; height: 100%; object-fit: cover; }
.photo-upload strong, .photo-upload small { display: block; }
.photo-upload strong { color: var(--purple); font-size: 15px; }
.photo-upload small { margin-top: 6px; color: var(--muted); font-weight: 400; }
.camera-arrow { margin-left: auto; color: var(--purple) !important; font-size: 21px; }
.file-input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.pledge-statement { margin-bottom: 12px; padding: 20px; border-radius: 16px; display: flex; align-items: center; gap: 15px; color: white; background: linear-gradient(135deg, var(--purple-dark), var(--purple)); }
.pledge-icon { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font: 800 15px "Manrope", sans-serif; }
.pledge-statement strong, .pledge-statement small, .check-option strong, .check-option small { display: block; }
.pledge-statement strong { font: 800 18px "Manrope", sans-serif; }
.pledge-statement small { margin-top: 5px; color: rgba(255,255,255,.7); }
.check-option { margin: 0 !important; padding: 15px; border: 1px solid var(--line); border-radius: 14px; display: flex !important; align-items: center; gap: 13px; color: var(--ink); background: #fbfdfc; cursor: pointer; }
.check-option input { position: absolute; opacity: 0; pointer-events: none; }
.custom-check { width: 26px; height: 26px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid #b9cbc5; border-radius: 8px; color: transparent !important; background: white; transition: border .2s, background .2s, color .2s; }
.check-option input:checked + .custom-check { border-color: var(--purple); color: white !important; background: var(--purple); }
.check-option input:focus-visible + .custom-check { outline: 3px solid rgba(0,138,112,.18); outline-offset: 2px; }
.check-option strong { font-size: 14px; }
.check-option small { margin-top: 3px; color: var(--muted); font-weight: 400; }
.consent-block { padding: 20px; border: 1px solid #c7ded7; border-radius: 16px; background: #f1f9f6; }
.consent-block > p { margin: 0 0 14px; color: #38564e; font-size: 14px; line-height: 1.6; }
.gender-field { padding: 0; border: 0; }
.gender-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gender-options label { min-height: 58px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 14px; display: flex; align-items: center; gap: 11px; background: #fbfdfc; font-weight: 800; cursor: pointer; transition: border .2s, background .2s, box-shadow .2s; }
.gender-options input { position: absolute; opacity: 0; pointer-events: none; }
.gender-icon { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; color: var(--purple); background: var(--lavender); font-size: 12px; }
.gender-options label:has(input:checked) { border-color: var(--purple); background: #f1faf7; box-shadow: 0 0 0 3px rgba(0,138,112,.08); }
.gender-options label:has(input:checked) .gender-icon { color: white; background: var(--purple); }
.gender-options label:has(input:focus-visible) { outline: 3px solid rgba(0,138,112,.16); outline-offset: 2px; }
.gender-help { margin-top: 8px; display: block; color: var(--muted); font-size: 10px; }
.rating-field { padding: 0; border: 0; }
.rating-input { width: max-content; display: flex; flex-direction: row-reverse; justify-content: flex-end; }
.rating-input input { position: absolute; opacity: 0; }
.rating-input label { padding-right: 8px; color: #d9d5df; font-size: 42px; line-height: 1; cursor: pointer; transition: color .15s, transform .15s; }
.rating-input label:hover, .rating-input label:hover ~ label, .rating-input input:checked ~ label { color: var(--yellow); transform: translateY(-2px); }
.rating-copy { display: block; margin-top: 9px; color: var(--muted); font-size: 12px; }
.label-row { display: flex; justify-content: space-between; }
.label-row small { color: var(--muted); }
.error-box { margin-bottom: 28px; padding: 17px 19px; border-radius: 13px; color: #8d3e35; background: #fff0ed; font-size: 13px; line-height: 1.55; }
.error-box strong { display: block; margin-bottom: 5px; }
.error-box ul { margin: 0; padding-left: 18px; }
.submit-button { width: 100%; min-height: 56px; }
.submit-note { margin: 11px 0 0; color: var(--muted); text-align: center; font-size: 11px; }

/* QR */
.qr-page { background: linear-gradient(135deg, #e3f5ef, #fff8f2); }
.qr-main { width: min(1180px, calc(100% - 48px)); min-height: calc(100vh - 180px); margin: 28px auto 70px; display: grid; align-items: center; }
.qr-panel { padding: clamp(32px, 6vw, 70px); border: 1px solid rgba(0,138,112,.12); border-radius: 36px; display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: clamp(50px, 8vw, 100px); background: rgba(255,255,255,.8); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.qr-copy h1 { margin: 17px 0 20px; font: 800 clamp(48px, 6vw, 76px)/1.02 "Manrope", sans-serif; letter-spacing: -.06em; }
.qr-copy h1 span { color: var(--purple); }
.qr-copy > p { max-width: 560px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.qr-steps { margin: 35px 0 0; padding: 0; display: grid; gap: 18px; list-style: none; }
.qr-steps li { display: flex; align-items: center; gap: 14px; }
.qr-steps li > span { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--purple); background: var(--lavender); font-size: 12px; font-weight: 800; }
.qr-steps strong, .qr-steps small { display: block; }
.qr-steps strong { font-size: 14px; }
.qr-steps small { margin-top: 3px; color: var(--muted); }
.qr-display-card { max-width: 390px; width: 100%; justify-self: center; padding: 36px; border: 1px solid var(--line); border-radius: 28px; position: relative; text-align: center; background: white; box-shadow: 0 22px 55px rgba(0,91,73,.13); }
.scan-label { color: var(--purple); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.qr-box-page { width: 250px; height: 250px; margin: 18px auto 21px; padding: 10px; border-radius: 13px; background: white; }
.qr-box img, .qr-box canvas { width: 100% !important; height: 100% !important; }
.qr-display-card > strong { font: 800 22px "Manrope", sans-serif; }
.qr-display-card > p { margin: 7px 0 20px; color: var(--muted); font-size: 12px; }
.qr-direct { width: 100%; }
.copy-link { margin-top: 12px; padding: 8px; border: 0; color: var(--purple); background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.qr-corner { width: 35px; height: 35px; border-color: var(--coral); position: absolute; }
.qr-corner-one { top: 18px; left: 18px; border-top: 3px solid var(--coral); border-left: 3px solid var(--coral); border-radius: 7px 0 0; }
.qr-corner-two { right: 18px; bottom: 18px; border-right: 3px solid var(--coral); border-bottom: 3px solid var(--coral); border-radius: 0 0 7px; }

/* Camera */
.camera-modal { width: min(620px, calc(100% - 24px)); padding: 0; border: 0; border-radius: 24px; overflow: hidden; color: var(--ink); background: white; box-shadow: 0 35px 90px rgba(0,0,0,.3); }
.camera-modal::backdrop { background: rgba(4,42,34,.8); backdrop-filter: blur(5px); }
.camera-header { padding: 24px 26px 18px; display: flex; align-items: flex-start; justify-content: space-between; }
.camera-header h2 { margin: 7px 0 0; font: 800 25px "Manrope", sans-serif; }
.modal-close { padding: 0; border: 0; color: var(--muted); background: transparent; font-size: 28px; cursor: pointer; }
.camera-stage { width: calc(100% - 40px); aspect-ratio: 4 / 3; margin: 0 auto; position: relative; overflow: hidden; border-radius: 18px; background: #082c24; }
.camera-stage video { width: 100%; height: 100%; display: block; object-fit: cover; transform: scaleX(-1); }
.camera-message { position: absolute; inset: 0; padding: 25px; display: grid; place-items: center; color: rgba(255,255,255,.9); text-align: center; background: #082c24; }
.camera-help { margin: 13px 24px 0; color: var(--muted); text-align: center; font-size: 12px; }
.camera-actions { padding: 20px 24px 10px; display: flex; justify-content: center; gap: 12px; }
.camera-cancel { padding: 13px 20px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); background: transparent; cursor: pointer; }
.camera-capture:disabled { opacity: .45; pointer-events: none; }
.capture-dot { width: 13px; height: 13px; border: 3px solid white; border-radius: 50%; }
.camera-fallback { margin: 0 auto 20px; padding: 8px; border: 0; display: block; color: var(--purple); background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }

.success-toast { position: fixed; z-index: 20; top: 18px; left: 50%; transform: translateX(-50%); padding: 13px 19px; border-radius: 13px; color: white; background: var(--ink); box-shadow: 0 15px 35px rgba(23,22,42,.28); font-size: 14px; font-weight: 800; animation: toastOut .45s ease 4.2s forwards; }
.success-toast span { margin-right: 7px; color: #75e0a7; }
@keyframes toastOut { to { opacity: 0; transform: translate(-50%, -12px); pointer-events: none; } }
.admin-link { margin-left: 8px; color: var(--purple); font-weight: 800; }

/* Admin */
.admin-page { min-height: 100vh; background: #f3f1f8; }
.admin-login-main { min-height: 100vh; padding: 30px; display: grid; place-items: center; background: radial-gradient(circle at 20% 15%, #d4eee7, transparent 35%), radial-gradient(circle at 85% 80%, #f8e8d8, transparent 38%), var(--paper); }
.admin-login-card { width: min(460px, 100%); padding: 42px; border: 1px solid rgba(0,138,112,.15); border-radius: 28px; background: white; box-shadow: var(--shadow); }
.admin-login-copy { margin: 46px 0 28px; }
.admin-login-copy h1 { margin: 10px 0 8px; font: 800 42px/1.1 "Manrope", sans-serif; letter-spacing: -.045em; }
.admin-login-copy p { margin: 0; color: var(--muted); line-height: 1.6; }
.admin-login-form label { display: block; margin-bottom: 9px; font-size: 13px; font-weight: 800; }
.admin-login-form input { width: 100%; height: 52px; margin-bottom: 15px; padding: 0 15px; border: 1px solid #dcd8e5; border-radius: 13px; outline: none; }
.admin-login-form input:focus { border-color: #43a892; box-shadow: 0 0 0 4px rgba(0,138,112,.1); }
.admin-login-form .button { width: 100%; }
.admin-back { margin-top: 24px; display: block; color: var(--muted); text-align: center; font-size: 12px; font-weight: 700; }
.admin-header { max-width: 1400px; }
.admin-header-actions { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 13px; font-weight: 800; }
.admin-header-actions form { margin: 0; }
.admin-header-actions button, .admin-refresh { padding: 10px 15px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: white; font-weight: 800; cursor: pointer; }
.admin-main { width: min(1400px, calc(100% - 48px)); margin: 38px auto 90px; }
.admin-title-row { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.admin-title-row h1 { margin: 12px 0 7px; font: 800 clamp(40px, 5vw, 62px)/1 "Manrope", sans-serif; letter-spacing: -.055em; }
.admin-title-row p { margin: 0; color: var(--muted); }
.admin-title-actions { display: flex; align-items: center; gap: 12px; }
.database-status { padding: 10px 13px; border: 1px solid var(--line); border-radius: 11px; display: flex; align-items: center; gap: 7px; color: var(--muted); background: white; font-size: 11px; font-weight: 800; }
.database-status > span { width: 8px; height: 8px; border-radius: 50%; background: #d7685c; box-shadow: 0 0 0 4px rgba(215,104,92,.12); }
.database-status.is-connected > span { background: #16a66a; box-shadow: 0 0 0 4px rgba(22,166,106,.12); }
.database-status small { padding-left: 7px; border-left: 1px solid var(--line); color: #9a95a3; font-weight: 600; }
.admin-flash { margin: -8px 0 20px; padding: 14px 17px; border: 1px solid; border-radius: 13px; font-size: 13px; font-weight: 700; }
.admin-flash-success { border-color: #a9ddc6; color: #126844; background: #ecfaf4; }
.admin-flash-error { border-color: #efc1ba; color: #8d3e35; background: #fff0ed; }
.admin-stats { margin-bottom: 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.admin-stats article { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.admin-stats span, .admin-stats strong, .admin-stats small { display: block; }
.admin-stats span { color: var(--muted); font-size: 12px; font-weight: 700; }
.admin-stats strong { margin: 11px 0 7px; font: 800 34px/1 "Manrope", sans-serif; }
.admin-stats small { color: #9a95a3; font-size: 10px; }
.admin-data-card { border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: white; }
.admin-tools { padding: 22px 24px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.admin-tools h2 { margin: 0 0 4px; font: 800 20px "Manrope", sans-serif; }
.admin-tools p { margin: 0; color: var(--muted); font-size: 11px; }
.admin-filters { display: flex; gap: 10px; }
.admin-filters input, .admin-filters select { height: 42px; padding: 0 13px; border: 1px solid var(--line); border-radius: 11px; outline: none; color: var(--ink); background: #faf9fc; }
.admin-filters input { width: 240px; }
.admin-review-list { display: grid; }
.admin-review-row { padding: 20px 24px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 54px 180px 135px 1fr auto; align-items: center; gap: 18px; }
.admin-review-row:last-child { border-bottom: 0; }
.admin-avatar { width: 50px; height: 50px; }
.admin-review-person strong, .admin-review-person time { display: block; }
.admin-review-person strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.admin-review-person time { margin-top: 5px; color: var(--muted); font-size: 10px; }
.admin-review-rating .stars, .admin-review-rating strong { display: block; }
.admin-review-rating .stars { font-size: 12px; letter-spacing: 1px; }
.admin-review-rating strong { margin-top: 4px; font-size: 11px; }
.admin-review-row > p { margin: 0; color: #4e4958; font-size: 13px; line-height: 1.55; }
.admin-delete-form { margin: 0; }
.admin-delete-form button { padding: 9px 12px; border: 1px solid #efc1ba; border-radius: 10px; color: #a4483e; background: #fff5f3; font-size: 11px; font-weight: 800; cursor: pointer; }
.admin-delete-form button:hover { color: white; background: #b84e43; }
.admin-empty, .admin-no-results { padding: 65px 25px; text-align: center; color: var(--muted); }
.admin-empty > span { color: var(--purple); font-size: 32px; }
.admin-empty h2 { margin: 10px 0 7px; color: var(--ink); font: 800 23px "Manrope", sans-serif; }
.admin-empty p { margin: 0; }
footer { width: min(1280px, calc(100% - 48px)); margin: auto; padding: 34px 0; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: var(--muted); }
.brand-footer { color: var(--ink); font-size: 16px; }
.brand-footer .brand-logo { width: 125px; height: 38px; }
.admin-brand-label { padding-left: 12px; border-left: 1px solid var(--line); color: var(--muted); font-size: 13px; }
footer p { margin: 0; font-size: 12px; }

@media (max-width: 900px) {
    .pledge-wall-grid { min-height: 610px; grid-template-rows: 180px 250px 180px; }
    .wall-member { width: 150px; }
    .wall-photo { width: 108px; height: 108px; }
    .pledge-center { width: 250px; height: 220px; }
    .pledge-center h1 { font-size: 25px; }
    .stream-heading { align-items: flex-start; flex-direction: column; }
    .stream-meta { display: none; }
    .latest-review { grid-template-columns: 1fr; }
    .latest-portrait { min-height: 360px; max-height: 480px; }
    .form-intro { grid-template-columns: 1fr 1fr; }
    .form-intro > div:first-child { grid-column: 1 / -1; }
    .qr-panel { grid-template-columns: 1fr; }
    .qr-display-card { justify-self: start; }
    .admin-stats { grid-template-columns: 1fr 1fr; }
    .admin-review-row { grid-template-columns: 54px 1fr 120px auto; }
    .admin-review-row > p { grid-column: 2 / -1; }
    .admin-delete-form { grid-column: 2 / -1; justify-self: start; }
}

@media (max-width: 620px) {
    .site-header { width: calc(100% - 28px); min-height: 74px; }
    .brand-logo { width: 132px; height: 42px; }
    .main-nav { gap: 15px; font-size: 12px; }
    .main-nav .button { min-height: 38px; padding: 9px 12px; font-size: 11px; }
    .review-stream-section { padding: 50px 0; }
    .pledge-wall-section { min-height: 0; padding: 35px 0 55px; }
    .pledge-wall-section::before, .pledge-wall-section::after { display: none; }
    .pledge-wall-heading { width: calc(100% - 28px); align-items: flex-start; flex-direction: column; gap: 9px; }
    .pledge-wall-grid { width: calc(100% - 28px); min-height: 0; margin-top: 24px; grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 28px 10px; }
    .pledge-center { width: min(300px, 90%); height: 230px; grid-column: 1 / -1; grid-row: 1; }
    .wall-member { width: 100%; transform: none !important; }
    .wall-photo { width: 112px; height: 112px; }
    .wall-member strong { font-size: 13px; }
    .stream-heading, .latest-section, .home-cta, .form-main, .qr-main, footer { width: calc(100% - 28px); }
    .stream-heading h1 { font-size: 46px; }
    .review-marquee { mask-image: none; }
    .review-track { gap: 14px; padding-left: 14px; }
    .review-card { width: min(86vw, 390px); min-height: 260px; padding: 23px; }
    @keyframes reviewScroll { to { transform: translateX(calc(-50% - 7px)); } }
    .latest-section { margin: 70px auto; }
    .latest-review { min-height: 0; border-radius: 24px; }
    .latest-portrait { min-height: 330px; }
    .latest-copy { padding: 29px 24px 35px; }
    .latest-copy blockquote { font-size: 24px; }
    .home-cta { margin-bottom: 70px; padding: 34px 25px; align-items: flex-start; flex-direction: column; }
    .cta-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
    .form-page { background: linear-gradient(180deg, #e4f5f0 0 390px, var(--paper) 390px); }
    .form-main { margin-top: 22px; }
    .form-card { padding: 27px 19px; border-radius: 24px; }
    .form-card-heading h1 { font-size: 39px; }
    .form-intro { padding: 27px 22px; grid-template-columns: 1fr; }
    .form-intro > div:first-child { grid-column: auto; }
    .photo-upload { align-items: flex-start; }
    .camera-arrow { display: none !important; }
    .rating-input label { font-size: 38px; }
    .qr-main { margin-top: 15px; }
    .qr-panel { padding: 38px 21px; border-radius: 26px; }
    .qr-copy h1 { font-size: 46px; }
    .qr-display-card { padding: 30px 18px; }
    .qr-box-page { width: 220px; height: 220px; }
    .camera-stage { width: calc(100% - 24px); }
    .camera-header { padding: 19px 18px 14px; }
    .admin-login-main { padding: 14px; }
    .admin-login-card { padding: 30px 22px; }
    .admin-header .admin-brand-label { display: inline; font-size: 12px; }
    .admin-header-actions > a { display: none; }
    .admin-main { width: calc(100% - 28px); margin-top: 26px; }
    .admin-title-row { align-items: flex-start; flex-direction: column; }
    .admin-title-actions { width: 100%; align-items: stretch; flex-direction: column; }
    .database-status { justify-content: center; }
    .admin-stats { grid-template-columns: 1fr 1fr; gap: 10px; }
    .admin-stats article { padding: 17px; }
    .admin-tools { align-items: flex-start; flex-direction: column; }
    .admin-filters { width: 100%; flex-direction: column; }
    .admin-filters input, .admin-filters select { width: 100%; }
    .admin-review-row { padding: 18px; grid-template-columns: 50px 1fr; gap: 12px; }
    .admin-review-rating { grid-column: 2; }
    .admin-review-row > p { grid-column: 1 / -1; padding-top: 7px; }
    .admin-delete-form { grid-column: 1 / -1; }
    .admin-delete-form button { width: 100%; }
    footer { align-items: flex-start; flex-direction: column; gap: 14px; }
}

/* Phone layout */
@media (max-width: 700px) {
    html, body { max-width: 100%; overflow-x: clip; }
    body { font-size: 15px; }
    img, video, canvas { max-width: 100%; }
    .button { min-height: 46px; padding: 12px 17px; border-radius: 12px; gap: 10px; }

    .site-header {
        width: calc(100% - 24px);
        min-height: 0;
        padding: 13px 0 12px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .site-header > .brand { width: 100%; justify-content: center; }
    .brand-logo { width: 150px; height: 44px; object-fit: contain; }
    .main-nav {
        width: 100%;
        padding: 5px;
        border: 1px solid var(--line);
        border-radius: 15px;
        display: grid;
        grid-template-columns: 1fr .82fr 1.35fr;
        gap: 4px;
        color: #526760;
        background: rgba(255,255,255,.92);
        box-shadow: 0 8px 24px rgba(0,91,73,.07);
    }
    .main-nav > a, .main-nav > a:not(.button) {
        min-width: 0;
        min-height: 42px;
        padding: 8px 5px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 11px;
        line-height: 1.15;
    }
    .main-nav > a:not(.button)::after { display: none; }
    .main-nav > a:not(.button).is-active { color: var(--purple-dark); background: var(--lavender); }
    .main-nav .button { min-height: 42px; padding: 8px; gap: 6px; font-size: 11px; }

    .pledge-wall-section { min-height: 0; padding: 24px 0 42px; background: radial-gradient(circle at 50% 27%, #fff 0 14%, #eef9f5 38%, #fbfcfa 74%); }
    .pledge-wall-heading { width: calc(100% - 28px); margin-bottom: 18px; align-items: flex-start; flex-direction: row; gap: 10px; }
    .pledge-wall-heading .eyebrow { max-width: 120px; line-height: 1.5; }
    .pledge-wall-heading p { max-width: 150px; text-align: right; line-height: 1.4; }
    .pledge-wall-heading p span { font-size: 17px; }
    .pledge-wall-grid {
        width: calc(100% - 20px);
        min-height: 0;
        margin: 0 auto;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-rows: auto auto auto;
        gap: 22px 5px;
    }
    .pledge-center {
        width: min(310px, calc(100vw - 44px));
        height: 220px;
        padding: 24px 18px 20px;
        grid-column: 1 / -1;
        grid-row: 1;
        border-radius: 38px;
    }
    .pledge-center::before { border-radius: 45px; }
    .pledge-center::after { width: 44px; height: 44px; top: 12px; right: 13px; }
    .pledge-center h1 { margin: 9px 0 12px; font-size: 25px; }
    .pledge-center .center-one { font-size: 52px; }
    .pledge-center .center-words strong { font-size: 16px; }
    .pledge-center .center-words strong:last-child { font-size: 15px; }
    .wall-member { width: 100%; min-width: 0; transform: none !important; }
    .wall-photo { width: clamp(60px, 19vw, 78px); height: clamp(60px, 19vw, 78px); margin-bottom: 8px; padding: 3px; }
    .wall-member strong { padding: 0 2px; font-size: 10px; line-height: 1.25; }
    .wall-member > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 8px; }

    .latest-section { width: calc(100% - 24px); margin: 55px auto; }
    .section-title-row { margin-bottom: 18px; align-items: flex-start; }
    .section-title-row h2 { font-size: 33px; }
    .section-title-row > a { padding-top: 18px; font-size: 12px; }
    .latest-review { min-height: 0; border-radius: 22px; grid-template-columns: 1fr; }
    .latest-portrait { min-height: 0; height: 250px; }
    .latest-copy { padding: 27px 22px 31px; }
    .latest-copy blockquote { margin: 20px 0 25px; font-size: 22px; line-height: 1.38; }
    .home-cta { width: calc(100% - 24px); margin-bottom: 55px; padding: 28px 22px; border-radius: 21px; align-items: flex-start; flex-direction: column; gap: 24px; }
    .home-cta h2 { font-size: 29px; line-height: 1.15; }
    .cta-actions { width: 100%; align-items: stretch; flex-direction: column; gap: 14px; }
    .cta-actions .button { width: 100%; }

    .form-page { background: linear-gradient(180deg, #e4f5f0 0 420px, var(--paper) 420px); }
    .form-main { width: calc(100% - 24px); margin: 14px auto 55px; gap: 24px; }
    .form-card { padding: 27px 18px; border-radius: 22px; }
    .form-card-heading { margin-bottom: 27px; padding-bottom: 23px; }
    .form-card-heading h1 { margin-top: 10px; font-size: clamp(32px, 10vw, 42px); line-height: 1.05; }
    .form-card-heading p { font-size: 14px; line-height: 1.55; }
    .field { margin-bottom: 23px; }
    .field input[type="text"] { min-height: 50px; }
    .gender-options { gap: 8px; }
    .gender-options label { min-width: 0; padding: 10px; }
    .pledge-statement { padding: 16px 14px; align-items: flex-start; }
    .pledge-statement strong { font-size: 15px; line-height: 1.4; }
    .photo-upload { padding: 12px; gap: 12px; }
    .photo-preview { width: 65px; height: 65px; }
    .photo-upload > span:nth-child(2) { min-width: 0; }
    .photo-upload strong { font-size: 14px; }
    .photo-upload small { font-size: 11px; line-height: 1.35; }
    .consent-block { padding: 15px; }
    .check-option { min-height: 58px; padding: 13px; }
    .form-intro { padding: 25px 20px; border-radius: 21px; grid-template-columns: 1fr; gap: 19px; }
    .form-intro > div:first-child { grid-column: auto; }
    .form-intro h2 { font-size: 22px; }

    .qr-main { width: calc(100% - 24px); min-height: 0; margin: 14px auto 45px; }
    .qr-panel { padding: 28px 18px; border-radius: 22px; gap: 34px; }
    .qr-copy h1 { margin: 13px 0 17px; font-size: clamp(39px, 12vw, 50px); line-height: 1.02; }
    .qr-copy > p { font-size: 15px; line-height: 1.6; }
    .qr-steps { margin-top: 25px; gap: 15px; }
    .qr-steps li { align-items: flex-start; }
    .qr-display-card { max-width: none; padding: 29px 16px 24px; border-radius: 21px; }
    .qr-box-page { width: min(220px, 75vw); height: min(220px, 75vw); }

    .camera-modal { width: calc(100% - 16px); max-height: calc(100dvh - 16px); border-radius: 22px; overflow-y: auto; }
    .camera-stage { aspect-ratio: 3 / 4; max-height: 55dvh; }
    .camera-actions { padding: 16px 14px 8px; }
    .camera-actions .button, .camera-cancel { min-height: 46px; }

    .admin-header { width: calc(100% - 24px); padding: 12px 0; flex-wrap: nowrap; justify-content: space-between; }
    .admin-header > .brand { width: auto; justify-content: flex-start; }
    .admin-header .brand-logo { width: 118px; }
    .admin-header-actions { gap: 8px; }
    .admin-header-actions button { min-height: 42px; }
    .admin-main { width: calc(100% - 24px); margin: 22px auto 55px; }
    .admin-title-row { align-items: flex-start; flex-direction: column; }
    .admin-title-actions { width: 100%; align-items: stretch; flex-direction: column; }
    .database-status { justify-content: center; }
    .admin-title-row h1 { font-size: 40px; }
    .admin-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .admin-stats article { min-width: 0; padding: 15px; }
    .admin-stats strong { font-size: 29px; }
    .admin-data-card { border-radius: 17px; }
    .admin-tools { padding: 18px 15px; align-items: stretch; flex-direction: column; }
    .admin-filters { width: 100%; flex-direction: column; }
    .admin-filters input, .admin-filters select { width: 100%; }
    .admin-review-row { padding: 16px 15px; grid-template-columns: 50px minmax(0, 1fr); gap: 12px; }
    .admin-review-person { min-width: 0; }
    .admin-review-rating { grid-column: 2; }
    .admin-review-row > p { grid-column: 1 / -1; padding-top: 7px; }
    .admin-delete-form { grid-column: 1 / -1; width: 100%; justify-self: stretch; }
    .admin-delete-form button { width: 100%; min-height: 44px; }
    .admin-login-main { padding: 12px; }
    .admin-login-card { padding: 27px 20px; border-radius: 22px; }
    .admin-login-copy { margin: 32px 0 24px; }
    .admin-login-copy h1 { font-size: 36px; }

    footer { width: calc(100% - 24px); padding: 25px 0 32px; align-items: center; flex-direction: column; gap: 14px; text-align: center; }
    footer .brand-logo { width: 130px; }
    footer p { line-height: 1.6; }
}

@media (max-width: 355px) {
    .main-nav { grid-template-columns: 1fr .75fr 1.25fr; }
    .main-nav > a, .main-nav > a:not(.button), .main-nav .button { font-size: 10px; }
    .wall-photo { width: 58px; height: 58px; }
    .gender-options { grid-template-columns: 1fr; }
    .camera-actions { align-items: stretch; flex-direction: column-reverse; }
    .admin-stats { grid-template-columns: 1fr; }
}

@media (min-width: 701px) and (max-width: 900px) {
    .site-header { width: calc(100% - 32px); gap: 18px; }
    .brand-logo { width: 145px; }
    .main-nav { gap: 17px; font-size: 13px; }
    .main-nav .button { padding-inline: 14px; }
    .pledge-wall-heading, .pledge-wall-grid, .stream-heading, .latest-section, .home-cta, .form-main, .qr-main, footer { width: calc(100% - 32px); }
    .pledge-wall-grid { grid-template-columns: 1fr 1.1fr 1fr; }
    .wall-member { width: 145px; }
    .form-card { width: min(720px, 100%); }
    .qr-panel { max-width: 720px; margin-inline: auto; }
    .admin-main { width: calc(100% - 32px); }
    .admin-review-row { grid-template-columns: 54px minmax(150px, 1fr) 120px; }
}

@media (max-width: 700px) and (orientation: landscape) {
    .site-header { padding-top: 8px; }
    .site-header > .brand { width: auto; }
    .brand-logo { width: 125px; height: 38px; }
    .main-nav { width: min(430px, calc(100% - 145px)); }
    .camera-modal { max-height: calc(100dvh - 8px); }
    .camera-header { padding-block: 13px 9px; }
    .camera-header h2 { font-size: 20px; }
    .camera-stage { aspect-ratio: 16 / 9; max-height: 45dvh; }
    .camera-help { margin-top: 8px; }
    .camera-actions { padding-top: 10px; }
}

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

/* Reference-led deep green + lime theme */
:root {
    --ink: #04211c;
    --muted: #648079;
    --purple: #0b5c4d;
    --purple-dark: #063f34;
    --lavender: #e2f4e8;
    --coral: #8de26a;
    --yellow: #8de26a;
    --line: #d6e7e1;
}

.home-page, .form-page, .qr-page { background: #04211c; }
.home-page .site-header, .form-page .site-header, .qr-page .site-header { color: white; }
.home-page .brand, .form-page .brand, .qr-page .brand { position: relative; }
.home-page .brand::after, .form-page .brand::after, .qr-page .brand::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: url("images/dulcoflex-logo.png?v=20260801-full") center / contain no-repeat; clip-path: inset(0 15% 0 0); filter: grayscale(1) brightness(0) invert(1) drop-shadow(0 1px 2px rgba(0,0,0,.18)); }
.home-page .main-nav, .form-page .main-nav, .qr-page .main-nav { color: #cdece1; }
.home-page .main-nav > a:hover, .home-page .main-nav > a.is-active,
.form-page .main-nav > a:hover, .form-page .main-nav > a.is-active,
.qr-page .main-nav > a:hover, .qr-page .main-nav > a.is-active { color: white; }
.home-page .main-nav > a:not(.button)::after, .form-page .main-nav > a:not(.button)::after, .qr-page .main-nav > a:not(.button)::after { background: #8de26a; }
.home-page .button, .form-page .button, .qr-page .button { color: #04211c; background: #8de26a; }
.home-page .button:hover, .form-page .button:hover, .qr-page .button:hover { color: #04211c; background: #a1ed82; }

.pledge-wall-section { border-color: rgba(255,255,255,.1); background: radial-gradient(circle at 50% 48%, rgba(141,226,106,.09), transparent 25%), radial-gradient(circle at 12% 18%, rgba(255,255,255,.04), transparent 35%), #0b5c4d; }
.pledge-wall-section::before, .pledge-wall-section::after { border-color: rgba(255,255,255,.1); }
.pledge-wall-heading .eyebrow { color: #8de26a; }
.pledge-wall-heading p { color: #cdece1; }
.pledge-wall-heading p span { color: white; }
.live-dot { background: #8de26a; box-shadow: 0 0 0 5px rgba(141,226,106,.12), 0 0 15px rgba(141,226,106,.45); }
.wall-member { padding: 12px 7px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.055); }
.wall-photo { border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.08); box-shadow: 0 14px 35px rgba(0,0,0,.22); }
.wall-member strong { color: white; }
.wall-member > span { color: #8de26a; letter-spacing: .06em; }
.wall-member.is-placeholder { opacity: .5; border-style: dashed; }
.pledge-center { border-color: rgba(141,226,106,.4); background: linear-gradient(145deg, white, #eaf8ef); box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.pledge-center::before { border-color: rgba(141,226,106,.55); }
.pledge-center .center-words strong:last-child { background: #dff3a7; }
.pledge-center a { color: #04211c; background: #8de26a; }

.member-directory-section { width: min(1280px, calc(100% - 48px)); margin: 70px auto 85px; color: white; }
.member-directory-heading { margin-bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.member-directory-heading .eyebrow { color: #8de26a; }
.member-directory-heading h2 { margin: 8px 0 0; font: 800 clamp(32px,4vw,48px)/1 "Manrope", sans-serif; letter-spacing: -.045em; }
.member-directory-heading p { margin: 0; color: #a9cfc5; }
.member-directory-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 12px; }
.member-list-card { min-width: 0; padding: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; display: flex; align-items: center; gap: 11px; background: rgba(255,255,255,.065); transition: border .2s, transform .2s, background .2s; }
.member-list-card:hover { transform: translateY(-2px); border-color: rgba(141,226,106,.55); background: rgba(141,226,106,.1); }
.member-list-card img { width: 48px; height: 48px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; object-fit: cover; }
.member-list-card div { min-width: 0; }
.member-list-card strong, .member-list-card span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.member-list-card strong { font-size: 13px; }
.member-list-card span { margin-top: 3px; color: #8de26a; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.home-page .latest-section { color: white; }
.home-page .section-title-row > a { color: #8de26a; }
.home-page .home-cta { color: #04211c; background: #8de26a; }
.home-page .home-cta .eyebrow { color: #315817; }
.home-page .home-cta .button-light { color: white; background: #063f34; }
.home-page footer, .qr-page footer { border-color: rgba(255,255,255,.12); color: #a9cfc5; }
.home-page footer .admin-link, .qr-page footer .admin-link { color: #8de26a; }

.qr-page { background: radial-gradient(circle at 10% 10%, rgba(141,226,106,.08), transparent 30%), #04211c; }
.qr-panel { border-color: rgba(255,255,255,.12); color: white; background: #0b5c4d; }
.qr-copy h1 span, .qr-copy .eyebrow { color: #8de26a; }
.qr-copy > p, .qr-steps small { color: #cdece1; }
.qr-steps li > span { color: #04211c; background: #8de26a; }
.qr-display-card { color: #04211c; }

/* Guided pledge screens */
.pledge-flow-page { min-height: 100vh; background: radial-gradient(circle at 18% 18%, rgba(141,226,106,.09), transparent 28%), #04211c; }
.pledge-flow-main { width: min(760px, calc(100% - 36px)); min-height: calc(100vh - 120px); margin: 20px auto 70px; display: grid; align-items: center; }
.pledge-wizard-shell, .pledge-thankyou-screen { border: 1px solid rgba(255,255,255,.15); border-radius: 28px; overflow: hidden; color: white; background: #0b5c4d; box-shadow: 0 35px 90px rgba(0,0,0,.3); }
.pledge-wizard-top { padding: 24px 34px 18px; border-bottom: 1px solid rgba(255,255,255,.1); text-align: center; }
.flow-eyebrow { color: #8de26a; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.flow-progress { margin-top: 14px; display: flex; justify-content: center; gap: 8px; }
.flow-progress i { width: 9px; height: 9px; border-radius: 999px; display: block; background: rgba(255,255,255,.24); transition: width .25s, background .25s; }
.flow-progress i.is-active { width: 28px; background: #8de26a; }
.flow-progress i.is-complete { background: rgba(141,226,106,.65); }
.flow-error-box { margin: 18px 30px 0; padding: 14px 17px; border: 1px solid rgba(255,160,140,.35); border-radius: 12px; color: #ffd8d0; background: rgba(120,30,20,.22); font-size: 12px; }
.flow-error-box ul { margin: 6px 0 0; padding-left: 18px; }
.pledge-flow-step { padding: 34px; }
.pledge-flow-step[hidden] { display: none; }
.flow-step-heading { margin-bottom: 28px; text-align: center; }
.flow-step-heading > span { color: #8de26a; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.flow-step-heading h1 { margin: 8px 0 7px; font: 800 clamp(31px,5vw,43px)/1.08 "Manrope", sans-serif; letter-spacing: -.045em; }
.flow-step-heading p { margin: 0; color: #cdece1; }
.flow-field { margin-bottom: 22px; }
.flow-field > label, .flow-field legend { margin-bottom: 8px; display: block; color: #cdece1; font-size: 12px; font-weight: 700; }
.flow-field b { color: #8de26a; }
.flow-field input[type="text"] { width: 100%; height: 54px; padding: 0 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 13px; outline: none; color: white; background: rgba(255,255,255,.08); }
.flow-field input[type="text"]::placeholder { color: rgba(255,255,255,.4); }
.flow-field input[type="text"]:focus { border-color: #8de26a; box-shadow: 0 0 0 4px rgba(141,226,106,.1); }
.flow-gender-field { padding: 0; border: 0; }
.flow-gender-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.flow-gender-options label { min-height: 55px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; display: flex; align-items: center; gap: 10px; color: #cdece1; background: rgba(255,255,255,.06); font-weight: 800; cursor: pointer; }
.flow-gender-options input { position: absolute; opacity: 0; }
.flow-gender-options label > span { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; color: #8de26a; background: rgba(141,226,106,.12); font-size: 11px; }
.flow-gender-options label:has(input:checked) { border-color: #8de26a; color: white; background: rgba(141,226,106,.12); }
.flow-consent-row { padding: 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; display: flex; align-items: flex-start; gap: 11px; color: #cdece1; background: rgba(255,255,255,.055); font-size: 12px; line-height: 1.55; cursor: pointer; }
.flow-consent-row input { position: absolute; opacity: 0; }
.flow-checkbox { width: 22px; height: 22px; flex: 0 0 auto; border: 1.5px solid rgba(255,255,255,.4); border-radius: 6px; display: grid; place-items: center; color: transparent; }
.flow-consent-row input:checked + .flow-checkbox { border-color: #8de26a; color: #04211c; background: #8de26a; font-weight: 900; }
.flow-consent-row strong, .flow-consent-row small { display: block; }
.flow-consent-row strong { color: white; }
.flow-consent-row small { margin-top: 2px; color: #cdece1; }
.flow-primary-button, .flow-ghost-button { min-height: 52px; padding: 13px 20px; border: 0; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; color: #04211c; background: #8de26a; font-weight: 800; cursor: pointer; }
.pledge-flow-step > .flow-primary-button { width: 100%; margin-top: 24px; }
.flow-ghost-button { border: 1px solid rgba(255,255,255,.23); color: #cdece1; background: transparent; }
.flow-step-actions { margin-top: 26px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 10px; }
.flow-skip-button { width: 100%; margin-top: 10px; padding: 10px; border: 0; color: #cdece1; background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }
.flow-photo-button { width: 100%; padding: 8px 20px 25px; border: 0; display: flex; align-items: center; flex-direction: column; color: white; background: transparent; cursor: pointer; }
.flow-photo-preview { width: 190px; height: 190px; margin-bottom: 20px; border: 2px dashed rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.055); font-size: 35px; }
.flow-photo-button strong { font-size: 16px; }
.flow-photo-button small { margin-top: 5px; color: #cdece1; }
.flow-recap-card { padding: 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; display: flex; align-items: center; gap: 13px; background: rgba(255,255,255,.06); }
.flow-recap-card img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; }
.flow-recap-card strong, .flow-recap-card span { display: block; }
.flow-recap-card span { margin-top: 3px; color: #8de26a; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.flow-pledge-statement { margin: 16px 0; padding: 16px; border: 1px solid rgba(141,226,106,.3); border-radius: 14px; display: flex; align-items: center; gap: 13px; background: rgba(141,226,106,.09); }
.flow-pledge-statement > span { width: 38px; height: 38px; flex: 0 0 auto; border: 1px solid #8de26a; border-radius: 50%; display: grid; place-items: center; color: #8de26a; font-weight: 800; }
.flow-pledge-statement strong, .flow-pledge-statement small { display: block; }
.flow-pledge-statement small { margin-top: 4px; color: #cdece1; }
.pledge-thankyou-screen { min-height: 580px; padding: 55px 35px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.pledge-success-mark { width: 90px; height: 90px; margin-bottom: 23px; border: 2px solid #8de26a; border-radius: 50%; display: grid; place-items: center; color: #8de26a; background: rgba(141,226,106,.13); font-size: 42px; font-weight: 800; }
.pledge-thankyou-screen h1 { margin: 11px 0 9px; font: 800 clamp(34px,6vw,50px) "Manrope", sans-serif; letter-spacing: -.05em; }
.pledge-thankyou-screen > p { max-width: 470px; margin: 0; color: #cdece1; line-height: 1.7; }
.pledge-thankyou-screen > div:last-child { margin-top: 28px; display: flex; gap: 10px; }

@media (max-width: 900px) {
    .member-directory-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 700px) {
    .home-page .main-nav, .form-page .main-nav, .qr-page .main-nav { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.07); box-shadow: none; }
    .home-page .main-nav > a:not(.button).is-active, .form-page .main-nav > a:not(.button).is-active, .qr-page .main-nav > a:not(.button).is-active { color: #04211c; background: #8de26a; }
    .pledge-wall-section { background: radial-gradient(circle at 50% 26%, rgba(141,226,106,.1), transparent 25%), #0b5c4d; }
    .wall-member { padding: 8px 3px; border-radius: 12px; }
    .member-directory-section { width: calc(100% - 24px); margin: 45px auto 58px; }
    .member-directory-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
    .member-directory-heading h2 { font-size: 32px; }
    .member-directory-heading p { font-size: 12px; }
    .member-directory-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
    .member-list-card { padding: 9px; gap: 8px; }
    .member-list-card img { width: 42px; height: 42px; }
    .member-list-card strong { font-size: 11px; }
    .pledge-flow-main { width: calc(100% - 20px); min-height: auto; margin: 12px auto 40px; }
    .pledge-wizard-shell, .pledge-thankyou-screen { border-radius: 22px; }
    .pledge-wizard-top { padding: 20px 18px 15px; }
    .pledge-flow-step { padding: 27px 18px 22px; }
    .flow-step-heading { margin-bottom: 23px; }
    .flow-step-heading h1 { font-size: 32px; }
    .flow-photo-preview { width: 160px; height: 160px; }
    .pledge-thankyou-screen { min-height: 520px; padding: 42px 20px; }
    .pledge-thankyou-screen > div:last-child { width: 100%; flex-direction: column; }
}

@media (max-width: 355px) {
    .flow-gender-options, .flow-step-actions { grid-template-columns: 1fr; }
    .member-directory-grid { grid-template-columns: 1fr; }
}

/* Full-width all pledges wall */
.pledge-wall-actions { display: flex; align-items: center; gap: 20px; }
.pledge-wall-actions a { padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #8de26a; font-size: 10px; font-weight: 800; }
.pledges-page { min-height: 100vh; color: white; background: radial-gradient(circle at 50% 10%, rgba(141,226,106,.08), transparent 30%), #04211c; }
.pledges-page .site-header { width: calc(100% - 40px); color: white; }
.pledges-page .main-nav { color: #cdece1; }
.pledges-page .main-nav > a:hover { color: white; }
.pledges-page .main-nav > a:not(.button)::after { background: #8de26a; }
.pledges-page .button { color: #04211c; background: #8de26a; }
.all-pledges-main { width: calc(100% - 32px); margin: 0 auto; padding: 14px 0 30px; }
.all-pledges-heading { margin-bottom: 7px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; display: grid; grid-template-columns: clamp(80px,9vw,130px) 1fr clamp(80px,9vw,130px); align-items: center; gap: 10px; text-align: center; background: #0b5c4d; }
.all-pledges-logo-wrap { position: relative; width: 100%; display: block; }
.all-pledges-logo-wrap::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: url("images/dulcoflex-logo.png?v=20260801-full") center / contain no-repeat; clip-path: inset(0 15% 0 0); filter: grayscale(1) brightness(0) invert(1) drop-shadow(0 1px 2px rgba(0,0,0,.18)); }
.all-pledges-logo { width: 100%; height: auto; padding: 3px 6px; border-radius: 5px; display: block; background: transparent; }
.all-pledges-heading h1 { margin: 0; font: 800 clamp(26px,3.2vw,48px)/1.05 "Manrope", sans-serif; letter-spacing: -.04em; }
.all-pledges-count { min-width: 150px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(255,255,255,.06); }
.all-pledges-count strong, .all-pledges-count span, .all-pledges-count small { display: block; }
.all-pledges-count strong { font: 800 32px/1 "Manrope", sans-serif; }
.all-pledges-count span { margin-top: 4px; color: #cdece1; font-size: 10px; }
.all-pledges-count small { margin-top: 10px; color: #8de26a; font-size: 9px; font-weight: 800; }
.all-pledges-count i { width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; display: inline-block; background: #8de26a; box-shadow: 0 0 9px #8de26a; }
.all-pledges-grid { display: grid; grid-template-columns: repeat(10, minmax(0,1fr)); gap: 10px; }
.all-pledge-card { min-width: 0; padding: 8px 8px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; text-align: center; background: rgba(255,255,255,.055); transition: transform .2s, border .2s, background .2s; }
.all-pledge-card:hover { transform: translateY(-3px); border-color: rgba(141,226,106,.5); background: rgba(141,226,106,.1); }
.all-pledge-card.is-newest { border-color: #8de26a; background: rgba(141,226,106,.12); }
.all-pledge-card img { width: 100%; aspect-ratio: 1 / 1; margin-bottom: 8px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; display: block; object-fit: cover; background: rgba(255,255,255,.06); }
.all-pledge-card strong, .all-pledge-card span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.all-pledge-card strong { font-size: clamp(10px,.8vw,13px); }
.all-pledge-card span { margin-top: 3px; color: #8de26a; font-size: 8px; font-weight: 800; letter-spacing: .02em; text-transform: none; }
.all-pledges-empty { min-height: 420px; border: 1px dashed rgba(255,255,255,.18); border-radius: 20px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; background: rgba(255,255,255,.04); }
.all-pledges-empty > span { color: #8de26a; font-size: 36px; }
.all-pledges-empty h2 { margin: 10px 0 5px; font: 800 26px "Manrope", sans-serif; }
.all-pledges-empty p { margin: 0 0 22px; color: #cdece1; }
.pledges-page footer { border-color: rgba(255,255,255,.12); color: #a9cfc5; }
.new-pledge-popup { position: fixed; inset: 0; z-index: 1000; padding: 24px; display: grid; place-items: center; background: rgba(2,24,20,.72); opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
.new-pledge-popup[hidden] { display: none; }
.new-pledge-popup.is-visible { opacity: 1; visibility: visible; }
.new-pledge-popup-card { width: min(92vw,440px); padding: clamp(20px,3vw,34px); border: 2px solid #8de26a; border-radius: 24px; text-align: center; color: #073d34; background: white; box-shadow: 0 28px 80px rgba(0,0,0,.38), 0 0 45px rgba(141,226,106,.18); transform: scale(.86) translateY(16px); transition: transform .3s ease; }
.new-pledge-popup.is-visible .new-pledge-popup-card { transform: scale(1) translateY(0); }
.new-pledge-popup-card > span { padding: 6px 12px; border-radius: 999px; display: inline-block; color: #075344; background: #dff8d4; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.new-pledge-popup-card img { width: clamp(140px,18vw,230px); aspect-ratio: 1 / 1; margin: 17px auto 14px; border: 5px solid #eff9eb; border-radius: 50%; display: block; object-fit: cover; background: #edf5f2; box-shadow: 0 0 0 2px #8de26a; }
.new-pledge-popup-card h2 { margin: 0; font: 800 clamp(28px,3vw,44px)/1.05 "Manrope", sans-serif; letter-spacing: -.04em; overflow-wrap: anywhere; }
.new-pledge-popup-card p { margin: 7px 0 0; color: #52736b; font-size: clamp(13px,1.2vw,17px); }

@media (min-width: 1301px) {
    .all-pledges-grid { grid-template-columns: repeat(25, minmax(0,1fr)); gap: 4px; }
    .all-pledge-card { padding: 3px; border-radius: 6px; }
    .all-pledge-card:hover { transform: translateY(-1px); }
    .all-pledge-card img { aspect-ratio: 4 / 3; margin-bottom: 3px; border-radius: 4px; }
    .all-pledge-card strong { font-size: clamp(6px,.38vw,9px); line-height: 1.05; }
    .all-pledge-card span { margin-top: 1px; font-size: clamp(5px,.3vw,7px); line-height: 1; }
}
@media (max-width: 1300px) {
    .all-pledges-grid { grid-template-columns: repeat(8, minmax(0,1fr)); }
}
@media (max-width: 980px) {
    .all-pledges-grid { grid-template-columns: repeat(6, minmax(0,1fr)); }
}
@media (max-width: 700px) {
    .pledge-wall-actions { width: 100%; align-items: flex-start; justify-content: space-between; }
    .pledge-wall-actions p { text-align: left; }
    .all-pledges-main { width: calc(100% - 16px); padding-top: 8px; }
    .all-pledges-heading { margin-bottom: 5px; padding: 6px 5px; border-radius: 7px; grid-template-columns: 64px 1fr 64px; gap: 5px; }
    .all-pledges-logo { padding: 2px 4px; border-radius: 4px; }
    .all-pledges-heading h1 { font-size: clamp(22px,6vw,30px); }
    .all-pledges-grid { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 7px; }
    .all-pledge-card { padding: 5px 5px 8px; border-radius: 9px; }
    .all-pledge-card img { margin-bottom: 6px; border-radius: 7px; }
    .all-pledge-card strong { font-size: 9px; }
    .all-pledge-card span { font-size: 7px; }
}
@media (max-width: 470px) {
    .all-pledges-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 340px) {
    .all-pledges-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
