:root {
  --ink: #132c28;
  --forest: #123b33;
  --forest-2: #0b2e28;
  --moss: #1f5548;
  --gold: #d6aa5b;
  --gold-soft: #f1dfb8;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --line: rgba(19, 44, 40, 0.14);
  --muted: #5f6f6b;
  --radius: 1rem;
}

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

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .8rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.site-header { height: 86px; padding: 0 clamp(1rem, 5vw, 5.25rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; position: absolute; inset: 0 0 auto; z-index: 20; color: white; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: flex; align-items: center; gap: .8rem; min-width: max-content; }
.brand > span:last-child { display: flex; flex-direction: column; gap: .15rem; }
.brand strong { font-family: Georgia, 'Times New Roman', serif; font-size: 1.05rem; letter-spacing: .015em; }
.brand small { font-size: .67rem; opacity: .68; letter-spacing: .07em; text-transform: uppercase; }
.brand-logo { width: 52px; height: 52px; object-fit: contain; flex: 0 0 auto; filter: drop-shadow(0 4px 10px rgba(0,0,0,.16)); }
.header-logo { width: 175px; height: 82px; object-fit: contain; object-position: left center; filter: drop-shadow(0 5px 12px rgba(0,0,0,.2)); }
.site-header nav { display: flex; gap: clamp(1rem, 2.5vw, 2.25rem); font-size: .86rem; }
.site-header nav a { opacity: .78; transition: opacity .2s ease; }
.site-header nav a:hover, .site-header nav a:focus-visible { opacity: 1; }
.header-donate { background: var(--gold); color: var(--forest-2); border-radius: 999px; padding-inline: 1.25rem; font-weight: 800; }
.header-donate svg { width: 15px; height: 15px; }

.hero-shell { min-height: 760px; padding: 144px clamp(1rem, 5vw, 5.25rem) 72px; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(350px, 470px); align-items: center; gap: clamp(2rem, 6vw, 6.5rem); color: white; position: relative; overflow: hidden; background: linear-gradient(90deg, rgba(5, 31, 27, .94) 0%, rgba(7, 39, 33, .85) 43%, rgba(7, 35, 30, .64) 100%), url('mosque-hero.png') center / cover no-repeat; }
.hero-shell::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(30deg, transparent 48%, var(--gold) 49%, transparent 51%), linear-gradient(-30deg, transparent 48%, var(--gold) 49%, transparent 51%); background-size: 70px 120px; mask-image: linear-gradient(to right, transparent, black); }
.hero-shell::after { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(214,170,91,.17); border-radius: 50%; left: -220px; bottom: -280px; box-shadow: 0 0 0 74px rgba(214,170,91,.035), 0 0 0 148px rgba(214,170,91,.025); }
.hero-copy, .donation-card { position: relative; z-index: 2; }
.hero-copy { max-width: 760px; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.25rem; color: var(--gold-soft); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 1px; background: var(--gold); }
.eyebrow.dark { color: #87672e; }
.eyebrow.light { color: var(--gold-soft); }
.hero-copy h1, .section-heading h2, .final-cta h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 500; letter-spacing: -.035em; }
.hero-copy h1 { max-width: 720px; font-size: clamp(3.25rem, 6.3vw, 6.4rem); line-height: .96; }
.hero-intro { max-width: 655px; margin: 1.8rem 0 0; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.75; }
.hero-intro strong { color: white; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.primary-cta, .final-button { min-height: 54px; border-radius: 999px; background: var(--gold); color: var(--forest-2); padding-inline: 1.5rem; font-weight: 800; }
.primary-cta svg, .final-button svg { width: 17px; }
.text-link { padding-bottom: .25rem; border-bottom: 1px solid rgba(255,255,255,.4); font-size: .9rem; }
.hero-proof { display: flex; gap: 2.25rem; margin-top: 2.6rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); }
.hero-proof > div { display: flex; gap: .7rem; align-items: center; }
.hero-proof svg { width: 25px; color: var(--gold-soft); }
.hero-proof span { display: flex; flex-direction: column; gap: .2rem; }
.hero-proof strong { font-size: .8rem; }
.hero-proof small { font-size: .71rem; color: rgba(255,255,255,.56); }

.donation-card { background: rgba(255,253,248,.97); color: var(--ink); padding: clamp(1.45rem, 3vw, 2.25rem); border-radius: 24px 24px 70px 24px; box-shadow: 0 30px 80px rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.45); }
.card-kicker { display: flex; align-items: center; gap: .45rem; color: #8a6729; font-size: .72rem; text-transform: uppercase; font-weight: 900; letter-spacing: .12em; }
.card-kicker svg { width: 15px; fill: #d6aa5b; }
.donation-card h2 { margin: .55rem 0 .6rem; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.donation-card > p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.6; }
.amount-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .45rem; margin: 1.35rem 0 1rem; }
.amount { height: 42px; padding: 0; border-radius: .65rem; border-color: var(--line); color: var(--ink); }
.amount.active { background: var(--forest); color: white; border-color: var(--forest); }
.custom-amount { display: block; color: var(--muted); font-size: .77rem; font-weight: 700; }
.currency-input { display: flex; align-items: center; position: relative; margin-top: .45rem; }
.currency-input b { position: absolute; left: .9rem; z-index: 1; color: var(--ink); }
.currency-input input { height: 48px; padding-left: 2rem; background: white; border-color: var(--line); font-size: 1rem; font-weight: 800; }
.amount-help { display: block; margin: .4rem 0 1rem; color: var(--muted); font-size: .69rem; }
.amount-help.error { color: #a83232; }
.paypal-button { width: 100%; height: 52px; border-radius: .75rem; background: var(--forest); color: white; font-weight: 800; }
.paypal-button:disabled { background: #b8c5c2; opacity: 1; }
.connection-note { margin-top: .65rem !important; color: #8a6222 !important; font-size: .7rem !important; text-align: center; }
.secure-note { display: flex; align-items: center; justify-content: center; gap: .4rem; margin-top: .85rem; color: var(--muted); font-size: .68rem; }
.secure-note svg { width: 14px; }

.section-pad { padding: clamp(5rem, 9vw, 8.5rem) clamp(1.2rem, 8vw, 8.5rem); }
.appeal-section { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; background: var(--paper); }
.section-heading h2, .final-cta h2 { font-size: clamp(2.7rem, 4.5vw, 5rem); line-height: 1.02; }
.appeal-copy { max-width: 660px; }
.appeal-copy > p { color: var(--muted); line-height: 1.8; }
.appeal-copy .lead { margin-top: 0; color: var(--ink); font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.55; }
.quote-strip { display: flex; gap: 1.15rem; margin-top: 2rem; padding: 1.5rem; background: var(--cream); border-left: 3px solid var(--gold); }
.quote-strip > span { font-family: Georgia, serif; font-size: 3rem; line-height: .8; color: var(--gold); }
.quote-strip p { margin: 0; font-family: Georgia, serif; font-size: 1.02rem; line-height: 1.55; }
.quote-strip small { display: block; margin-top: .5rem; color: var(--muted); font-family: Arial, sans-serif; font-size: .69rem; }

.vision-section { background: #f4eee2; }
.vision-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; }
.vision-intro h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.7rem, 4.5vw, 5rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
.vision-pitch { max-width: 640px; }
.vision-pitch p { color: var(--muted); line-height: 1.75; }
.vision-pitch p:first-child { margin-top: 0; }
.vision-pitch strong { color: var(--ink); }
.vision-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1rem; }
.vision-button { min-height: 52px; border-radius: 999px; background: var(--forest); color: white; padding-inline: 1.4rem; font-weight: 800; }
.vision-button svg { width: 16px; fill: var(--gold); color: var(--gold); }
.vision-carousel { display: grid; grid-template-columns: minmax(0, 1fr) 74px; gap: 1rem; margin-top: 4rem; }
.vision-viewport { height: clamp(520px, 55vw, 760px); min-height: 0; overflow: hidden; position: relative; background: #d8d4ca; box-shadow: 0 24px 60px rgba(19,44,40,.14); }
.vision-track { width: 100%; height: 100%; display: flex; flex-direction: column; transition: transform .85s cubic-bezier(.22,.8,.22,1); will-change: transform; }
.vision-slide { width: 100%; height: 100%; flex: 0 0 100%; margin: 0; position: relative; overflow: hidden; background: #ece9e2; }
.vision-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
.vision-slide img.floor-plan-image { object-fit: contain; padding: clamp(1rem, 2vw, 2rem); background: white; }
.vision-slide::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(6,30,26,.92)); pointer-events: none; }
.vision-slide.plan-slide::after { inset: 62% 0 0; }
.vision-slide figcaption { position: absolute; inset: auto 0 0; z-index: 1; display: grid; grid-template-columns: auto 1fr; column-gap: 1rem; padding: clamp(1.25rem, 2.5vw, 2rem); color: white; }
.vision-slide figcaption span { grid-row: span 2; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: var(--gold-soft); font-size: .68rem; }
.vision-slide figcaption strong { align-self: end; font-family: Georgia, serif; font-size: clamp(1.25rem, 2vw, 1.8rem); font-weight: 500; }
.vision-slide figcaption small { margin-top: .25rem; color: rgba(255,255,255,.72); font-size: .75rem; }
.vision-controls { display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: .8rem; padding: .7rem; border: 1px solid rgba(19,44,40,.13); background: rgba(255,255,255,.55); }
.vision-controls > button { flex: 0 0 auto; border-color: rgba(19,44,40,.18); background: white; color: var(--forest); }
.vision-controls > button:hover { background: var(--forest); color: white; }
.vision-controls svg { width: 18px; }
.vision-dots { display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: center; gap: .65rem; }
.vision-dots button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(19,44,40,.15); border-radius: 50%; background: transparent; color: var(--muted); cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.vision-dots button:hover, .vision-dots button:focus-visible { border-color: var(--gold); color: var(--forest); }
.vision-dots button.active { border-color: var(--forest); background: var(--forest); color: white; transform: scale(1.08); }
.vision-dots span { font-size: .65rem; font-weight: 800; }
.future-pillars { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 1rem; border: 1px solid rgba(19,44,40,.12); background: rgba(255,255,255,.48); }
.future-pillars > div { display: flex; align-items: center; gap: .8rem; padding: 1.25rem; border-right: 1px solid rgba(19,44,40,.12); }
.future-pillars > div:last-child { border-right: 0; }
.future-pillars svg { width: 24px; color: #9c7530; flex: 0 0 auto; }
.future-pillars span { display: flex; flex-direction: column; gap: .2rem; }
.future-pillars strong { font-size: .8rem; }
.future-pillars small { color: var(--muted); font-size: .66rem; }

.plan-section { background: var(--forest-2); color: white; }
.plan-heading { display: flex; justify-content: space-between; gap: 3rem; align-items: end; }
.plan-heading > p { max-width: 500px; margin: 0 0 .4rem; color: rgba(255,255,255,.62); line-height: 1.7; }
.plan-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 4rem; }
.plan-card { position: relative; min-height: 330px; padding: 1.65rem; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035); transition: transform .25s ease, background .25s ease; }
.plan-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.065); }
.plan-card > svg { width: 25px; color: var(--gold); margin-top: 3.1rem; }
.plan-number { position: absolute; right: 1.4rem; top: 1.2rem; color: rgba(255,255,255,.22); font-family: Georgia, serif; font-size: 1.8rem; }
.plan-card h3 { margin: 1rem 0 .65rem; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.plan-card strong { color: var(--gold-soft); font-size: 1.2rem; }
.plan-card p { color: rgba(255,255,255,.54); font-size: .78rem; line-height: 1.65; }

.copy-button { width: 100%; height: 48px; border-color: var(--forest); color: var(--forest); }
.copy-button svg { width: 15px; }

.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 3rem; background: #1c5145; color: white; position: relative; overflow: hidden; }
.final-cta::after { content: ""; position: absolute; width: 320px; height: 320px; right: 7%; border: 1px solid rgba(214,170,91,.17); transform: rotate(45deg); }
.final-cta > * { position: relative; z-index: 1; }
.final-copy { max-width: 600px; margin: 1.25rem 0 0; color: rgba(255,255,255,.68); line-height: 1.7; }
.site-footer { padding: 3.5rem clamp(1.2rem, 8vw, 8.5rem) 2rem; display: grid; grid-template-columns: 1fr; justify-items: center; align-items: start; gap: 2rem; background: #071f1c; color: white; text-align: center; }
.footer-identity { display: flex; flex-direction: column; align-items: center; }
.footer-identity > p { max-width: 520px; margin: 1rem auto 0; color: rgba(255,255,255,.48); font-size: .72rem; line-height: 1.7; }
.footer-logo { width: min(340px, 80vw); height: 205px; object-fit: contain; filter: drop-shadow(0 12px 28px rgba(0,0,0,.28)); }
.footer-contact { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: stretch; gap: .75rem; font-style: normal; }
.footer-contact a { flex: 1 1 240px; max-width: 340px; min-height: 62px; display: flex; gap: .65rem; align-items: center; justify-content: center; padding: .75rem 1rem; border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.72); font-size: .72rem; line-height: 1.55; text-align: left; }
.footer-contact svg { width: 17px; height: 17px; color: var(--gold); flex: 0 0 auto; }
.footer-links { grid-column: 1 / -1; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: .6rem; width: 100%; }
.footer-links a { min-width: 135px; padding: .72rem .9rem; border: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.78); font-size: .72rem; text-align: center; transition: border-color .2s ease, color .2s ease; }
.footer-links a:hover, .footer-links a:focus-visible { border-color: var(--gold); color: white; }
.footer-notice { width: 100%; margin: 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: .67rem; line-height: 1.6; }
.copyright { white-space: nowrap; }
.site-footer .copyright { margin: 0; color: rgba(255,255,255,.42); font-size: .67rem; line-height: 1.6; }

.subpage { min-height: 100vh; background: var(--paper); }
.subpage-hero { min-height: 470px; padding: 165px clamp(1.2rem, 8vw, 8.5rem) 90px; display: flex; flex-direction: column; justify-content: flex-end; color: white; position: relative; overflow: hidden; background: linear-gradient(90deg, rgba(5,31,27,.95), rgba(8,42,35,.76)), url('mosque-hero.png') center 42% / cover no-repeat; }
.subpage-hero::after { content: ""; position: absolute; width: 380px; height: 380px; right: 9%; bottom: -250px; border: 1px solid rgba(214,170,91,.24); transform: rotate(45deg); }
.subpage-hero > * { position: relative; z-index: 1; }
.subpage-hero h1 { max-width: 900px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.7rem, 7vw, 7rem); font-weight: 500; letter-spacing: -.045em; line-height: .95; }
.subpage-hero > p:last-child { max-width: 670px; margin: 1.3rem 0 0; color: rgba(255,255,255,.72); font-size: 1.05rem; line-height: 1.75; }
.legal-hero { min-height: 420px; }

.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 620px); gap: 7vw; align-items: start; }
.contact-details h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.7rem, 4.3vw, 4.7rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
.contact-lead { max-width: 650px; margin: 1.5rem 0 0; color: var(--muted); line-height: 1.75; }
.contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin-top: 2.5rem; }
.contact-card { min-height: 175px; display: flex; gap: 1rem; padding: 1.25rem; background: white; border: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease; }
a.contact-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(19,44,40,.08); }
.contact-card > svg { width: 34px; height: 34px; padding: .45rem; border-radius: 50%; background: var(--forest); color: var(--gold-soft); flex: 0 0 auto; }
.contact-card span { min-width: 0; }
.contact-card small { display: block; margin-bottom: .38rem; color: #8a6729; font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-card strong { display: block; overflow-wrap: anywhere; font-family: Georgia, serif; font-size: 1rem; }
.contact-card p { margin: .55rem 0 0; color: var(--muted); font-size: .71rem; line-height: 1.6; }

.contact-form { padding: clamp(1.5rem, 3.5vw, 2.6rem); border-radius: 22px 22px 70px 22px; background: var(--forest-2); color: white; box-shadow: 0 24px 60px rgba(19,44,40,.2); }
.form-heading { display: flex; align-items: center; gap: .9rem; margin-bottom: 1.8rem; }
.form-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--forest-2); }
.form-icon svg { width: 19px; }
.form-heading small { display: block; margin-bottom: .2rem; color: var(--gold-soft); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-heading h2 { margin: 0; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.form-field { display: flex; flex-direction: column; gap: .48rem; }
.form-field label { color: rgba(255,255,255,.8); font-size: .72rem; }
.form-field label span { color: rgba(255,255,255,.45); font-weight: 400; }
.form-field input, .form-field textarea { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.07); color: white; }
.form-field input { height: 48px; }
.form-field textarea { min-height: 160px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(255,255,255,.38); }
.form-field input:focus-visible, .form-field textarea:focus-visible { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(214,170,91,.22); }
.form-message { grid-column: 1 / -1; }
.form-submit-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.15rem; }
.form-submit-row > p { max-width: 330px; margin: 0; color: rgba(255,255,255,.48); font-size: .64rem; line-height: 1.55; }
.form-submit-row > p a { color: var(--gold-soft); text-decoration: underline; }
.contact-submit { min-height: 50px; border-radius: 999px; background: var(--gold); color: var(--forest-2); padding-inline: 1.3rem; font-weight: 800; }
.contact-submit svg { width: 16px; }
.form-status { min-height: 1.1rem; margin: .8rem 0 0; color: var(--gold-soft); font-size: .7rem; }

.legal-content { width: min(920px, calc(100% - 2.4rem)); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 0; }
.legal-updated { margin: 0 0 3rem; color: #8a6729; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.legal-content section { padding: 0 0 2.2rem; margin-bottom: 2.2rem; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { margin-bottom: 0; }
.legal-content h2 { margin: 0 0 .8rem; font-family: Georgia, serif; font-size: clamp(1.45rem, 2.2vw, 2rem); font-weight: 500; }
.legal-content p { margin: 0; color: var(--muted); line-height: 1.85; }
.legal-content a { color: var(--forest); font-weight: 700; text-decoration: underline; text-underline-offset: .2em; }

.prayer-hero { background-position: center 35%; }
.prayer-board { background: #f5f0e6; }
.prayer-board-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; }
.prayer-board-head h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.prayer-location { display: flex; align-items: center; gap: .5rem; margin-top: 1rem; color: var(--muted); font-size: .76rem; }
.prayer-location svg { width: 16px; color: #8a6729; }
.next-prayer { min-width: 280px; display: flex; align-items: center; gap: .9rem; padding: 1.15rem 1.3rem; border-radius: 18px; background: var(--forest-2); color: white; box-shadow: 0 18px 40px rgba(19,44,40,.16); }
.next-prayer > svg { width: 32px; height: 32px; padding: .42rem; border-radius: 50%; background: var(--gold); color: var(--forest-2); }
.next-prayer span { display: grid; grid-template-columns: 1fr auto; column-gap: 1.2rem; align-items: center; }
.next-prayer small { grid-column: 1 / -1; color: var(--gold-soft); font-size: .61rem; letter-spacing: .11em; text-transform: uppercase; }
.next-prayer strong { font-family: Georgia, serif; font-size: 1rem; }
.next-prayer b { color: rgba(255,255,255,.58); font-size: .68rem; }
.prayer-date-row { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3.2rem; padding: .9rem 1rem; border: 1px solid var(--line); background: rgba(255,255,255,.5); color: var(--muted); font-size: .72rem; }
.prayer-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: .8rem; margin-top: .8rem; }
.prayer-card { min-height: 235px; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 1.25rem; border: 1px solid var(--line); background: white; }
.prayer-card.next { background: var(--forest); color: white; border-color: var(--forest); transform: translateY(-4px); box-shadow: 0 16px 36px rgba(19,44,40,.16); }
.prayer-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: #9b732c; }
.prayer-card.next .prayer-icon { background: var(--gold); color: var(--forest-2); }
.prayer-icon svg { width: 20px; }
.prayer-card span small { color: var(--muted); font-size: .62rem; }
.prayer-card.next span small { color: rgba(255,255,255,.6); }
.prayer-card h3 { margin: .25rem 0 0; font-family: Georgia, serif; font-size: 1.3rem; font-weight: 500; }
.prayer-card time { font-family: Georgia, serif; font-size: 2rem; font-weight: 600; color: var(--forest); }
.prayer-card.next time { color: var(--gold-soft); }
.prayer-card > b { position: absolute; top: 1rem; right: 1rem; color: var(--gold-soft); font-size: .56rem; letter-spacing: .12em; text-transform: uppercase; }
.prayer-skeleton { min-height: 235px; border-radius: 0; background: rgba(19,44,40,.09); }
.prayer-refresh-note { display: flex; align-items: center; justify-content: flex-end; gap: .45rem; margin-top: .9rem; color: var(--muted); font-size: .65rem; }
.prayer-refresh-note svg { width: 13px; }
.prayer-error { display: flex; align-items: center; gap: 1rem; margin-top: 3rem; padding: 1.3rem; border: 1px solid #d8b0a8; background: #fff8f5; }
.prayer-error > svg { width: 28px; color: #a44d39; }
.prayer-error span { flex: 1; }
.prayer-error p { margin: .2rem 0 0; color: var(--muted); font-size: .75rem; }
.prayer-disclaimer { margin-top: 2.5rem; padding: 1.1rem 1.25rem; border-left: 3px solid var(--gold); background: rgba(255,255,255,.55); color: var(--muted); font-size: .72rem; line-height: 1.7; }
.prayer-disclaimer strong { color: var(--ink); }

.donate-hero { background-position: center 48%; }
.donate-page-content { background: #f5f0e6; }
.donate-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: end; }
.donate-intro h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.8rem, 4.8vw, 5rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.donate-intro > p { max-width: 650px; margin: 0; color: var(--muted); line-height: 1.8; }
.donation-legacy-message { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5vw; margin-top: 3rem; padding: clamp(1.4rem, 2.6vw, 2.2rem); border-left: 4px solid var(--gold); background: #fffaf0; }
.donation-legacy-message strong { font-family: Georgia, serif; font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 500; line-height: 1.35; }
.donation-legacy-message p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.8; }
.crowdfunder-panel { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding: clamp(1.4rem, 2.6vw, 2.25rem); border: 1px solid rgba(214,170,91,.5); border-radius: 22px; background: linear-gradient(115deg, var(--forest-2), #245b4e); color: white; }
.crowdfunder-copy { display: flex; align-items: center; gap: 1rem; }
.crowdfunder-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--forest-2); font-size: 1.2rem; flex: 0 0 auto; }
.crowdfunder-copy > span:last-child { display: block; }
.crowdfunder-copy small { color: var(--gold-soft); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.crowdfunder-copy h3 { margin: .25rem 0 .4rem; font-family: Georgia, serif; font-size: clamp(1.55rem, 2.5vw, 2.15rem); font-weight: 500; }
.crowdfunder-copy p { max-width: 680px; margin: 0; color: rgba(255,255,255,.68); font-size: .79rem; line-height: 1.65; }
.crowdfunder-button { flex: 0 0 auto; min-height: 52px; border-radius: 999px; padding-inline: 1.4rem; background: var(--gold); color: var(--forest-2); font-weight: 900; }
.crowdfunder-button:hover { background: var(--gold-soft); color: var(--forest-2); }
.donate-methods { display: grid; grid-template-columns: minmax(0, 820px); gap: 1rem; margin-top: 1rem; }
.paypal-panel { width: 100%; padding: clamp(1.5rem, 3vw, 2.5rem); background: white; border: 1px solid var(--line); border-radius: 22px 22px 75px 22px; }
.donate-panel-head { display: flex; align-items: center; gap: .9rem; }
.donate-panel-head > svg { width: 44px; height: 44px; padding: .55rem; border-radius: 50%; background: var(--forest); color: var(--gold-soft); }
.donate-panel-head small { color: #8a6729; font-size: .61rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.donate-panel-head h3 { margin: .2rem 0 0; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.paypal-panel > p { color: var(--muted); line-height: 1.7; font-size: .82rem; }
.donate-amounts { display: grid; grid-template-columns: repeat(6, 1fr); gap: .45rem; margin: 1.5rem 0 1rem; }
.donate-amount { height: 44px; padding: 0; border-color: var(--line); color: var(--ink); }
.donate-amount.selected { background: var(--forest); color: white; border-color: var(--forest); }
.donate-custom { display: block; color: var(--muted); font-size: .75rem; font-weight: 700; }
.donate-custom .currency-input { margin-top: .45rem; }
.paypal-donate-button { width: 100%; min-height: 54px; border-radius: .75rem; background: #0874d1; color: white; font-weight: 800; }
.paypal-donate-button:hover { background: #0764b5; color: white; }
.paypal-donate-button:disabled { background: #b8c5c2; opacity: 1; }
.donation-impact { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 1rem; padding: 1.3rem 1.5rem; background: #e7dac1; }
.donation-impact > div { display: flex; align-items: center; gap: .8rem; }
.donation-impact svg { width: 28px; color: var(--forest); }
.donation-impact span { display: flex; flex-direction: column; gap: .2rem; }
.donation-impact strong { font-family: Georgia, serif; font-size: 1.1rem; }
.donation-impact small { color: var(--muted); font-size: .68rem; }
.donation-impact > a { color: var(--forest); font-size: .74rem; font-weight: 800; text-decoration: underline; text-underline-offset: .2rem; }

.islam-hero { background-position: center 40%; }
.islam-contents { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; padding: 1rem clamp(1.2rem, 8vw, 8.5rem); background: #eadfc9; }
.islam-contents a { display: flex; align-items: center; gap: .8rem; padding: 1rem 1.2rem; border: 1px solid rgba(19,44,40,.12); background: rgba(255,255,255,.45); }
.islam-contents svg { width: 24px; color: #8a6729; }
.islam-contents span { display: flex; flex-direction: column; gap: .18rem; }
.islam-contents strong { font-family: Georgia, serif; font-size: .95rem; }
.islam-contents small { color: var(--muted); font-size: .64rem; }
.islam-content { background: var(--paper); }
.islam-section { padding: clamp(5rem, 9vw, 8rem) clamp(1.2rem, 8vw, 8.5rem); }
.islam-section-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: end; margin-bottom: 3.5rem; }
.islam-section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -1.2rem; }
.islam-section-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.islam-section-heading > p:last-child { margin: 0; color: var(--muted); line-height: 1.8; }
.belief-list { border-top: 1px solid var(--line); }
.belief-item { display: grid; grid-template-columns: 90px 1fr; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.belief-item > span { color: #a47a2e; font-family: Georgia, serif; font-size: 1.3rem; }
.belief-item h3 { margin: 0 0 .75rem; font-family: Georgia, serif; font-size: clamp(1.35rem, 2.2vw, 2rem); font-weight: 500; }
.belief-item p { max-width: 950px; margin: 0; color: var(--muted); line-height: 1.85; }
.dark-section { background: var(--forest-2); color: white; }
.dark-section .islam-section-heading > p:last-child, .dark-section .belief-item p { color: rgba(255,255,255,.6); }
.dark-section .belief-list, .dark-section .belief-item { border-color: rgba(255,255,255,.12); }
.dark-section .belief-item > span { color: var(--gold); }
.guidance-section { background: #f1e8d8; }
.guidance-section .islam-section-heading { grid-template-columns: 1fr; }
.guidance-copy { max-width: 960px; margin-left: auto; }
.guidance-copy p { margin: 0; padding: 1.5rem 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 1.02rem; line-height: 1.9; }

.services-hero { min-height: 600px; background-position: center 34%; }
.service-hero-facts { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.service-hero-facts span { min-width: 165px; display: flex; flex-direction: column; gap: .2rem; padding: .85rem 1rem; border: 1px solid rgba(255,255,255,.2); background: rgba(7,31,28,.38); backdrop-filter: blur(8px); }
.service-hero-facts strong { color: var(--gold-soft); font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.service-hero-facts small { color: rgba(255,255,255,.65); font-size: .65rem; letter-spacing: .06em; text-transform: uppercase; }
.services-intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: 8vw; align-items: start; background: var(--paper); }
.services-intro h2, .services-section-heading h2, .documents-panel h2, .attendance-panel h2, .service-final-cta h2 { margin: 0; font-family: Georgia, serif; font-weight: 500; letter-spacing: -.035em; }
.services-intro h2 { max-width: 660px; font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: 1.02; }
.services-intro-copy { max-width: 690px; }
.services-intro-copy p { margin: 0 0 1rem; color: var(--muted); font-size: 1rem; line-height: 1.85; }
.service-enquiry-button { min-height: 52px; margin-top: 1rem; border-radius: 999px; background: var(--forest); color: white; padding-inline: 1.4rem; font-weight: 800; }
.service-enquiry-button svg { width: 16px; color: var(--gold-soft); }
.marriage-process { background: var(--forest-2); color: white; }
.services-section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 7vw; align-items: end; }
.services-section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: .25rem; }
.services-section-heading h2 { font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: 1; }
.services-section-heading > p:last-child { max-width: 520px; margin: 0 0 .3rem; color: rgba(255,255,255,.6); line-height: 1.75; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin: 4rem 0 0; padding: 0; list-style: none; counter-reset: none; }
.process-card { min-height: 390px; position: relative; padding: 1.5rem; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.035); }
.process-number { position: absolute; top: 1.3rem; right: 1.3rem; color: rgba(255,255,255,.25); font-family: Georgia, serif; font-size: 1.5rem; }
.process-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--forest-2); }
.process-icon svg { width: 21px; }
.process-card h3 { margin: 2.2rem 0 .9rem; color: var(--gold-soft); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; line-height: 1.25; }
.process-card p { margin: 0; color: rgba(255,255,255,.6); font-size: .78rem; line-height: 1.75; }
.ceremony-details { display: grid; grid-template-columns: 1.05fr .95fr; gap: 1rem; background: #f4eee2; }
.documents-panel { padding: clamp(1.5rem, 4vw, 3.2rem); background: white; border: 1px solid var(--line); }
.detail-panel-heading { display: flex; align-items: center; gap: 1rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.detail-panel-heading > svg { width: 48px; height: 48px; padding: .65rem; border-radius: 50%; background: var(--forest); color: var(--gold-soft); flex: 0 0 auto; }
.detail-panel-heading small { display: block; margin-bottom: .3rem; color: #8a6729; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.documents-panel h2 { font-size: clamp(2rem, 3vw, 3rem); }
.documents-panel > p { color: var(--muted); line-height: 1.7; }
.documents-panel ul { display: grid; gap: .6rem; margin: 1.4rem 0; padding: 0; list-style: none; }
.documents-panel li { display: flex; align-items: center; gap: .7rem; padding: .85rem; background: var(--cream); color: var(--ink); font-size: .78rem; }
.documents-panel li svg { width: 17px; color: #9b732c; flex: 0 0 auto; }
.confirmation-note { margin: 1.5rem 0 0; padding: 1rem 1.1rem; border-left: 3px solid var(--gold); background: #f1e8d8; font-size: .76rem; }
.ceremony-side-panels { display: grid; grid-template-rows: auto 1fr; gap: 1rem; }
.attendance-panel, .important-panel { position: relative; overflow: hidden; padding: clamp(1.5rem, 4vw, 3.2rem); }
.attendance-panel { background: #e7dac1; }
.attendance-panel > svg, .important-panel > svg { position: absolute; right: 2rem; top: 2rem; width: 62px; height: 62px; opacity: .14; }
.attendance-panel h2 { font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; }
.attendance-panel > p:last-child { max-width: 640px; margin: 1.2rem 0 0; color: var(--muted); line-height: 1.8; }
.important-panel { background: #1c5145; color: white; }
.important-panel ul { display: grid; gap: .85rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.important-panel li { position: relative; padding-left: 1.2rem; color: rgba(255,255,255,.7); font-size: .8rem; line-height: 1.65; }
.important-panel li::before { content: ""; position: absolute; left: 0; top: .6rem; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.service-final-cta { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; background: #0b2e28; color: white; }
.service-final-cta > svg { width: 58px; height: 58px; padding: .75rem; border-radius: 50%; background: var(--gold); color: var(--forest-2); }
.service-final-cta .eyebrow { margin-bottom: .7rem; }
.service-final-cta h2 { font-size: clamp(2rem, 3.8vw, 3.8rem); line-height: 1.05; }
.service-final-cta p:last-child { max-width: 700px; margin: .8rem 0 0; color: rgba(255,255,255,.6); line-height: 1.7; }

@media (max-width: 1050px) {
  .site-header nav { display: none; }
  .hero-shell { grid-template-columns: 1fr minmax(330px, 410px); gap: 2rem; }
  .hero-copy h1 { font-size: clamp(3.5rem, 6.4vw, 5rem); }
  .future-pillars { grid-template-columns: repeat(2, 1fr); }
  .future-pillars > div:nth-child(2) { border-right: 0; }
  .future-pillars > div:nth-child(-n+2) { border-bottom: 1px solid rgba(19,44,40,.12); }
  .plan-grid { grid-template-columns: repeat(2, 1fr); }
  .prayer-grid { grid-template-columns: repeat(3, 1fr); }
  .donate-amounts { grid-template-columns: repeat(3, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 800px) {
  .site-header { height: 76px; }
  .header-donate { display: none; }
  .hero-shell { min-height: auto; padding-top: 118px; grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: clamp(3.5rem, 13vw, 5rem); }
  .donation-card { max-width: 560px; }
  .appeal-section, .vision-intro { grid-template-columns: 1fr; gap: 3rem; }
  .vision-carousel { grid-template-columns: 1fr; }
  .vision-controls { flex-direction: row; padding: .65rem; }
  .vision-dots { flex-direction: row; }
  .plan-heading, .final-cta { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-links { grid-column: 1 / -1; }
  .footer-contact { justify-content: center; }
  .site-footer .copyright { padding-top: 0; border-top: 0; }
  .contact-layout { grid-template-columns: 1fr; gap: 3rem; }
  .prayer-board-head, .donation-impact { align-items: flex-start; flex-direction: column; }
  .donate-intro, .donate-methods, .islam-section-heading { grid-template-columns: 1fr; gap: 2rem; }
  .services-intro, .services-section-heading, .ceremony-details { grid-template-columns: 1fr; gap: 2rem; }
  .services-section-heading .eyebrow { grid-column: auto; }
  .service-final-cta { grid-template-columns: auto 1fr; }
  .service-final-cta .final-button { grid-column: 2; justify-self: start; }
  .islam-section-heading .eyebrow { grid-column: auto; margin-bottom: -1rem; }
  .islam-contents { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .brand small { display: none; }
  .brand strong { font-size: .92rem; }
  .brand-logo { width: 42px; height: 42px; }
  .header-logo { width: 136px; height: 72px; }
  .hero-shell { padding-inline: 1rem; }
  .hero-copy h1 { font-size: 3.35rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-proof { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .amount-grid { grid-template-columns: repeat(3, 1fr); }
  .plan-grid { grid-template-columns: 1fr; }
  .future-pillars { grid-template-columns: 1fr; }
  .future-pillars > div { border-right: 0; border-bottom: 1px solid rgba(19,44,40,.12); }
  .future-pillars > div:nth-child(2) { border-right: 0; }
  .future-pillars > div:last-child { border-bottom: 0; }
  .vision-viewport { height: 410px; }
  .vision-dots { gap: .35rem; }
  .vision-dots button { width: 28px; height: 28px; }
  .plan-card { min-height: 270px; }
  .final-cta { padding-inline: 1.2rem; }
  .subpage-hero { min-height: 420px; padding-inline: 1.2rem; }
  .contact-layout { padding-inline: 1rem; }
  .contact-cards, .form-grid { grid-template-columns: 1fr; }
  .form-message { grid-column: auto; }
  .form-submit-row { align-items: stretch; flex-direction: column; }
  .contact-submit { width: 100%; }
  .prayer-grid { grid-template-columns: repeat(2, 1fr); }
  .prayer-card, .prayer-skeleton { min-height: 205px; }
  .next-prayer { min-width: 100%; }
  .prayer-date-row { flex-direction: column; }
  .prayer-error { align-items: flex-start; flex-wrap: wrap; }
  .donate-page-content, .prayer-board, .islam-section { padding-inline: 1rem; }
  .donation-legacy-message { grid-template-columns: 1fr; gap: .8rem; }
  .crowdfunder-panel { align-items: flex-start; flex-direction: column; }
  .crowdfunder-button { width: 100%; }
  .donate-methods { grid-template-columns: 1fr; }
  .donate-amounts { grid-template-columns: repeat(3, 1fr); }
  .donation-impact { align-items: flex-start; }
  .service-hero-facts span { min-width: calc(50% - .4rem); }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 320px; }
  .service-final-cta { grid-template-columns: 1fr; }
  .service-final-cta .final-button { grid-column: auto; justify-self: start; }
  .belief-item { grid-template-columns: 45px 1fr; gap: 1rem; }
  .islam-contents { padding-inline: 1rem; }
}

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

/* Standalone PHP package additions */
img { max-width: 100%; }
.button, button.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border: 1px solid transparent; padding: .72rem 1.2rem; cursor: pointer; font-weight: 800; line-height: 1; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(214,170,91,.55); outline-offset: 3px; }
.icon-button { width: 42px; height: 42px; min-height: 42px; padding: 0; border-radius: .6rem; border-color: rgba(19,44,40,.2); background: white; color: var(--forest); font-size: 1.1rem; }
.site-header .menu-toggle { display: none; }
.site-header nav a.active { opacity: 1; color: var(--gold-soft); }
.donation-card input, .contact-form input, .contact-form textarea, .donate-custom input { width: 100%; border: 1px solid var(--line); border-radius: .55rem; padding: .75rem; }
.donation-card .currency-input input, .donate-custom .currency-input input { padding-left: 2rem; }
.amount-grid button, .donate-amounts button { border: 1px solid var(--line); background: white; color: var(--ink); }
.amount-grid button.active, .donate-amounts button.selected { background: var(--forest); border-color: var(--forest); color: white; }
.paypal-button { width: 100%; background: var(--forest); color: white; border-radius: .75rem; }
.vision-slide[hidden] { display: none; }
.vision-viewport { isolation: isolate; }
.vision-track.php-carousel { position: relative; }
.php-carousel .vision-slide { position: absolute; inset: 0; opacity: 0; transform: translateY(42px); transition: opacity .7s ease, transform .7s ease; pointer-events: none; }
.php-carousel .vision-slide.active { opacity: 1; transform: translateY(0); pointer-events: auto; }
.vision-controls { min-height: 100%; }
.vision-dots button { flex: 0 0 auto; }
.notice { margin: 0 0 1.5rem; padding: 1rem 1.1rem; border-left: 3px solid var(--gold); background: #fff8e8; color: var(--ink); line-height: 1.6; }
.notice.error { border-left-color: #a83232; background: #fff4f2; }
.contact-form .button { background: var(--gold); color: var(--forest-2); border-radius: 999px; }
.page-copy { color: var(--muted); line-height: 1.8; }
.prayer-loading { grid-column: 1 / -1; padding: 2rem; text-align: center; color: var(--muted); }
.footer-links a.active { color: var(--gold-soft); border-color: rgba(214,170,91,.45); }
.mobile-only { display: none; }

@media (max-width: 1050px) {
  .site-header { position: absolute; flex-wrap: wrap; height: auto; min-height: 76px; padding-block: .45rem; }
  .site-header .menu-toggle { display: inline-flex; min-height: 42px; border-radius: 999px; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.25); color: white; }
  .site-header nav { display: none; order: 3; width: 100%; padding: .8rem 0 1rem; flex-wrap: wrap; gap: .75rem 1.2rem; border-top: 1px solid rgba(255,255,255,.15); }
  .site-header.nav-open nav { display: flex; }
  .site-header nav a { min-height: 38px; display: inline-flex; align-items: center; }
}

@media (max-width: 520px) {
  .header-donate { display: none; }
  .vision-controls { overflow-x: auto; justify-content: flex-start; }
  .vision-dots { flex: 0 0 auto; }
  .vision-actions .button { width: 100%; }
}
