:root {
  --mocha: #544641;
  --mocha-deep: #3f342f;
  --mocha-soft: #6a5a53;
  --ink: #35302b;
  --muted: #857a72;
  --paper: #faf7f3;
  --cream: #efe8e0;
  --cream-2: #e7ddd3;
  --ivory: #f8f5f1;
  --gold: #b98d4f;
  --gold-soft: #c8a46a;
  --line: rgba(84, 70, 65, .16);
  --line-cream: rgba(248, 245, 241, .18);
  --shadow: 0 30px 70px rgba(63, 52, 47, .16);
  --shadow-soft: 0 18px 44px rgba(63, 52, 47, .1);
  --radius: 14px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { min-width: 0; overflow-wrap: break-word; margin: 0; }
h1, h2, h3 { font-family: Amethysta, Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.01em; line-height: 1.12; }
h1 em, h2 em { font-style: italic; color: var(--gold); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--gold); font-family: Inter, sans-serif; font-size: .74rem; text-transform: uppercase; letter-spacing: .22em; font-weight: 600; }

/* buttons */
.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 0 30px; font-family: Inter, sans-serif; font-size: .82rem; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease; text-align: center; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--mocha); color: var(--ivory); border-color: var(--mocha); box-shadow: 0 12px 28px rgba(84, 70, 65, .26); }
.btn.primary:hover { background: var(--mocha-deep); box-shadow: 0 16px 34px rgba(63, 52, 47, .32); }
.btn.ghost { background: transparent; color: var(--ivory); border-color: rgba(248, 245, 241, .55); }
.btn.ghost:hover { background: rgba(248, 245, 241, .12); }
.btn.ghost.dark { color: var(--mocha); border-color: var(--line); }
.btn.ghost.dark:hover { background: rgba(84, 70, 65, .06); border-color: var(--mocha); }
.btn.light { background: var(--ivory); color: var(--mocha); border-color: var(--ivory); }
.btn.light:hover { background: #fff; }
.btn.outline { background: transparent; color: var(--ivory); border-color: rgba(248, 245, 241, .5); }
.btn.outline:hover { background: rgba(248, 245, 241, .12); }
.btn.small { min-height: 44px; padding: 0 22px; }

/* header */
.site-header { position: sticky; top: 0; z-index: 50; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px clamp(16px, 5vw, 64px); background: var(--mocha); }
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand-logo { width: auto; height: 60px; flex: 0 0 auto; }
.nav-links { display: flex; gap: 34px; color: rgba(248, 245, 241, .82); font-size: .82rem; font-weight: 500; text-transform: uppercase; letter-spacing: .16em; }
.nav-links a { position: relative; padding: 4px 0; }
.nav-links a:hover { color: var(--ivory); }
.nav-links a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 1px; background: var(--gold-soft); transition: right .25s ease; }
.nav-links a:hover:after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid rgba(248, 245, 241, .3); border-radius: 12px; background: transparent; position: relative; }
.menu-toggle span, .menu-toggle:before, .menu-toggle:after { content: ""; position: absolute; left: 13px; right: 13px; height: 1.5px; border-radius: 999px; background: var(--ivory); }
.menu-toggle span { top: 23px; }
.menu-toggle:before { top: 16px; }
.menu-toggle:after { top: 30px; }
.mobile-menu { display: none; }

/* hero */
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); align-items: center; gap: clamp(32px, 6vw, 76px); padding: clamp(48px, 8vw, 104px) clamp(16px, 5vw, 72px); background:
  radial-gradient(circle at 92% 8%, rgba(185, 141, 79, .1), transparent 46%),
  linear-gradient(180deg, var(--paper), var(--cream)); }
.hero h1 { font-size: clamp(2.9rem, 6.4vw, 5.4rem); letter-spacing: -.02em; margin: 0; text-wrap: balance; }
.hero p { color: var(--muted); font-size: clamp(1.06rem, 1.8vw, 1.24rem); max-width: 540px; margin-top: 22px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 38px; }
.trust-row span { position: relative; padding-left: 22px; color: var(--mocha); font-size: .84rem; font-weight: 600; letter-spacing: .02em; }
.trust-row span:before { content: ""; position: absolute; left: 0; top: 50%; width: 8px; height: 8px; margin-top: -4px; background: var(--gold); border-radius: 50%; }
.hero-visual { position: relative; }
.hero-photo { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 200px 200px 18px 18px; box-shadow: var(--shadow); border: 1px solid rgba(84, 70, 65, .1); }

/* star / sparkle motif */
.star { width: 22px; height: 22px; fill: var(--gold-soft); flex: 0 0 auto; }
.sparkle-cluster { position: absolute; pointer-events: none; }
.sparkle-cluster .star { position: absolute; }
.sparkle-cluster .s1 { width: 30px; height: 30px; opacity: .95; }
.sparkle-cluster .s2 { width: 18px; height: 18px; opacity: .7; }
.sparkle-cluster .s3 { width: 12px; height: 12px; opacity: .5; }
.hero-sparkle { top: -14px; left: -18px; }
.hero-sparkle .s1 { top: 0; left: 0; animation: twinkle 4s ease-in-out infinite; }
.hero-sparkle .s2 { top: 30px; left: 34px; animation: twinkle 4s ease-in-out infinite .8s; }
.hero-sparkle .s3 { top: 8px; left: 46px; animation: twinkle 4s ease-in-out infinite 1.6s; }
@keyframes twinkle { 0%, 100% { opacity: .3; transform: scale(.85); } 50% { opacity: 1; transform: scale(1.05); } }

/* marquee */
.marquee { overflow: hidden; background: var(--mocha); padding: 20px 0; }
.marquee-track { display: flex; align-items: center; gap: 26px; width: max-content; animation: slide 38s linear infinite; }
.marquee-track span { color: var(--ivory); font-family: Amethysta, serif; font-size: clamp(1.1rem, 2vw, 1.5rem); letter-spacing: .02em; white-space: nowrap; }
.marquee-track .star { fill: var(--gold-soft); width: 16px; height: 16px; }
@keyframes slide { to { transform: translateX(-50%); } }

/* sections */
.section { padding: clamp(64px, 9vw, 128px) clamp(16px, 5vw, 72px); }
.section.soft { background: var(--cream); }
.section-head { max-width: 760px; margin-bottom: 46px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(2rem, 4.4vw, 3.4rem); text-wrap: balance; }
.section-head p { color: var(--muted); margin-top: 16px; font-size: 1.08rem; }
.section h2 { color: var(--ink); }

/* intro */
.intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 80px); align-items: center; }
.intro-copy h2 { font-size: clamp(2rem, 4vw, 3.1rem); margin-bottom: 20px; text-wrap: balance; }
.intro-copy p { color: var(--muted); font-size: 1.1rem; margin-bottom: 28px; }
.intro-photo { margin: 0; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.intro-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

/* event cards */
.card-grid { display: grid; gap: 22px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.event-card { display: flex; flex-direction: column; padding: 38px 32px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; transition: transform .22s ease, box-shadow .22s ease; }
.section.soft .event-card { background: var(--ivory); }
.event-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.event-icon { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 50%; background: var(--cream-2); color: var(--mocha); margin-bottom: 22px; }
.event-icon.lg { width: 74px; height: 74px; }
.ev-icon { width: 30px; height: 30px; }
.event-icon.lg .ev-icon { width: 34px; height: 34px; }
.event-eyebrow { color: var(--gold); font-size: .72rem; text-transform: uppercase; letter-spacing: .18em; font-weight: 600; }
.event-card h3 { margin: 10px 0 14px; font-size: 1.7rem; }
.event-card p { color: var(--muted); flex: 1; }
.event-more { margin-top: 22px; color: var(--mocha); font-weight: 600; font-size: .84rem; text-transform: uppercase; letter-spacing: .12em; }
.event-more:hover { color: var(--gold); }

/* feature band */
.feature-band .section-head { margin-bottom: 44px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; max-width: 1120px; margin: 0 auto; }
.feature-card { padding: 30px 28px; border-top: 2px solid var(--gold-soft); }
.feature-card h3 { font-size: 1.35rem; margin-bottom: 12px; }
.feature-card p { color: var(--muted); }

/* split photo */
.split-photo { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 80px); align-items: center; }
.split-photo figure { margin: 0; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.split-photo figure img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.split-photo h2 { font-size: clamp(2rem, 4vw, 3.1rem); margin-bottom: 20px; text-wrap: balance; }
.split-photo p { color: var(--muted); font-size: 1.08rem; margin-bottom: 28px; }
.about-lead-photo img { aspect-ratio: 3 / 2; object-position: center 30%; }

/* steps */
.steps-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.step-card { padding: 34px 28px; background: var(--ivory); border: 1px solid var(--line); border-radius: 18px; text-align: center; }
.step-num { display: inline-flex; align-items: center; justify-content: center; font-family: Amethysta, serif; font-size: 1.5rem; color: var(--gold); width: 62px; height: 62px; border: 1px solid var(--gold-soft); border-radius: 50%; margin-bottom: 22px; }
.step-card h3 { font-size: 1.35rem; margin-bottom: 12px; }
.step-card p { color: var(--muted); font-size: .98rem; }

/* mission cards (about) */
.mission-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.mission-card { background: var(--ivory); border: 1px solid var(--line); border-radius: 18px; padding: clamp(30px, 4vw, 46px); }
.mission-card p { color: var(--ink); font-size: 1.14rem; line-height: 1.7; }

/* value cards */
.value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.value-card { padding: 30px 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.value-card h3 { font-size: 1.28rem; margin-bottom: 12px; line-height: 1.2; }
.value-card p { color: var(--muted); font-size: .98rem; }

/* packages */
.package-list { display: grid; gap: 22px; max-width: 1000px; margin: 0 auto; }
.package-row { padding: clamp(30px, 4vw, 48px); border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.package-head { display: flex; align-items: center; gap: 20px; margin-bottom: 22px; }
.package-head h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.package-summary { color: var(--muted); font-size: 1.08rem; margin-bottom: 24px; max-width: 640px; }
.check-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 0; margin: 0 0 30px; }
.check-list li { position: relative; padding-left: 30px; color: var(--ink); font-weight: 500; }
.check-list li:before { content: ""; position: absolute; left: 0; top: 8px; width: 13px; height: 8px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg); }

/* subhero */
.subhero { position: relative; padding: clamp(80px, 12vw, 148px) clamp(16px, 5vw, 72px) clamp(56px, 8vw, 84px); text-align: center; background: radial-gradient(circle at 50% 0%, rgba(185, 141, 79, .1), transparent 55%), linear-gradient(180deg, var(--paper), var(--cream)); }
.subhero h1 { font-size: clamp(2.5rem, 6vw, 4.4rem); margin: 0 auto; max-width: 16ch; text-wrap: balance; }
.subhero p { color: var(--muted); max-width: 620px; margin: 22px auto 0; font-size: 1.12rem; }
.subhero .eyebrow { justify-content: center; }
.subhero-sparkle { top: clamp(60px, 9vw, 96px); left: 50%; margin-left: -160px; }
.subhero-sparkle .s1 { animation: twinkle 4s ease-in-out infinite; }
.subhero-sparkle .s2 { top: 26px; left: 30px; animation: twinkle 4s ease-in-out infinite 1s; }
.subhero-sparkle .s3 { top: -6px; left: 34px; animation: twinkle 4s ease-in-out infinite 2s; }

/* gallery masonry */
.masonry { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 1080px; margin: 0 auto; }
.masonry-item { margin: 0; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-soft); border: 1px solid var(--line); }
.masonry-item img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3 / 2; transition: transform .4s ease; }
.masonry-item.wide { grid-column: span 2; }
.masonry-item.wide img { aspect-ratio: 16 / 7; }
.masonry-item:hover img { transform: scale(1.04); }

/* faq */
.faq-section .section-head { margin-bottom: 34px; }
.faq-list { display: grid; gap: 12px; max-width: 840px; margin: 0 auto; }
.faq-list details { border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); padding: 22px 26px; transition: border-color .2s ease; }
.faq-list details[open] { border-color: var(--gold-soft); }
.faq-list summary { cursor: pointer; font-family: Amethysta, serif; font-size: 1.16rem; color: var(--ink); list-style: none; position: relative; padding-right: 30px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; position: absolute; right: 0; top: -2px; font-family: Inter, sans-serif; font-size: 1.5rem; color: var(--gold); font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary:after { transform: rotate(45deg); }
.faq-list p { margin-top: 14px; color: var(--muted); }

/* quote band */
.quote-band { background: var(--mocha); text-align: center; }
.quote-inner { max-width: 900px; margin: 0 auto; }
.quote-star { width: 34px; height: 34px; margin: 0 auto 24px; fill: var(--gold-soft); }
.quote-text { font-family: Amethysta, serif; font-size: clamp(1.6rem, 3.6vw, 2.6rem); line-height: 1.4; color: var(--ivory); text-wrap: balance; font-style: italic; }

/* cta */
.cta-band { position: relative; overflow: hidden; margin: 0 clamp(16px, 5vw, 72px) clamp(64px, 9vw, 100px); padding: clamp(52px, 8vw, 96px) clamp(24px, 5vw, 72px); border-radius: 26px; background: radial-gradient(circle at 85% 15%, rgba(185, 141, 79, .28), transparent 55%), linear-gradient(135deg, var(--mocha), var(--mocha-deep)); color: var(--ivory); text-align: center; }
.cta-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.cta-band .eyebrow { justify-content: center; color: var(--gold-soft); }
.cta-band h2 { font-size: clamp(2.1rem, 4.6vw, 3.5rem); color: var(--ivory); text-wrap: balance; }
.cta-band p { color: rgba(248, 245, 241, .84); margin: 18px auto 0; max-width: 560px; font-size: 1.08rem; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 34px; }
.cta-sparkle { top: 34px; left: 8%; }
.cta-sparkle .star { fill: var(--gold-soft); }
.cta-sparkle .s1 { animation: twinkle 4s ease-in-out infinite; }
.cta-sparkle .s2 { top: 28px; left: 32px; animation: twinkle 4s ease-in-out infinite 1.2s; }
.cta-sparkle .s3 { top: -4px; left: 38px; animation: twinkle 4s ease-in-out infinite 2.4s; }

/* contact */
.contact-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: clamp(32px, 5vw, 64px); align-items: start; padding: clamp(80px, 11vw, 140px) clamp(16px, 5vw, 72px) clamp(64px, 9vw, 110px); background: radial-gradient(circle at 92% 8%, rgba(185, 141, 79, .1), transparent 48%), linear-gradient(180deg, var(--paper), var(--cream)); }
.contact-hero h1 { font-size: clamp(2.6rem, 5.4vw, 4.4rem); text-wrap: balance; }
.contact-hero p { color: var(--muted); margin-top: 20px; font-size: 1.1rem; max-width: 520px; }
.contact-list { list-style: none; padding: 0; margin: 34px 0 0; display: grid; gap: 18px; max-width: 460px; }
.contact-list li { display: grid; gap: 4px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.contact-list li:last-child { border-bottom: none; }
.contact-list span:first-child { color: var(--gold); font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 600; }
.contact-list a, .contact-list li > span:last-child { font-size: 1.14rem; font-weight: 500; color: var(--ink); }
.contact-list a:hover { color: var(--gold); }
.estimate-card { padding: clamp(28px, 4vw, 42px); background: var(--ivory); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.estimate-card h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); }
.contact-lead { color: var(--muted); margin: 10px 0 26px; }
.form-embed { min-height: 900px; padding: 12px 0; }
.form-embed iframe { display: block; width: 100%; min-height: 880px; border: none; border-radius: 8px; }
.form-placeholder { border: 1px dashed var(--gold-soft); border-radius: var(--radius); background: var(--cream); padding: clamp(26px, 4vw, 40px); text-align: center; }
.form-placeholder-tag { display: inline-flex; margin-bottom: 16px; padding: 7px 15px; border-radius: 999px; background: var(--mocha); color: var(--ivory); font-size: .68rem; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; }
.form-placeholder-title { font-family: Amethysta, serif; font-size: 1.3rem; margin-bottom: 8px; color: var(--ink); }
.form-placeholder-note { color: var(--muted); margin-bottom: 24px; font-size: .98rem; }
.form-placeholder-actions { display: grid; gap: 10px; }

/* legal */
.legal-section { max-width: 820px; margin: 0 auto; }
.legal-prose .updated { color: var(--muted); font-size: .95rem; margin-bottom: 30px; }
.legal-prose h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); margin: 40px 0 14px; color: var(--ink); }
.legal-prose h2:first-of-type { margin-top: 0; }
.legal-prose p, .legal-prose li { color: var(--ink); font-size: 1.04rem; line-height: 1.75; }
.legal-prose ul { padding-left: 22px; margin: 0 0 16px; display: grid; gap: 8px; }
.legal-prose a { color: var(--gold); text-decoration: underline; }

/* footer */
.footer { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 40px; padding: clamp(56px, 8vw, 88px) clamp(16px, 5vw, 72px) clamp(36px, 5vw, 56px); background: var(--mocha-deep); color: var(--ivory); }
.footer .brand-logo { height: 66px; }
.footer p { color: rgba(248, 245, 241, .66); max-width: 460px; margin-top: 20px; font-size: .98rem; }
.footer-grid { display: grid; grid-template-columns: repeat(2, max-content); gap: 12px 40px; align-content: start; color: rgba(248, 245, 241, .82); font-size: .92rem; }
.footer-grid a:hover { color: var(--gold-soft); }
.copyright { grid-column: 1 / -1; margin-top: 26px; padding-top: 26px; border-top: 1px solid var(--line-cream); color: rgba(248, 245, 241, .52); font-size: .85rem; }

/* mobile sticky */
.mobile-sticky { display: none; }

/* reveal */
.reveal { opacity: 1; transform: none; }
html.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
html.js .reveal.in { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .nav-links, .nav-actions { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; inset: 86px 16px auto; z-index: 49; display: grid; gap: 6px; padding: 12px; border-radius: var(--radius); background: var(--ivory); box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; visibility: hidden; pointer-events: none; transition: .2s ease; }
  body.menu-open .mobile-menu { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .mobile-menu a { padding: 15px; border-radius: 10px; color: var(--mocha); font-weight: 600; text-transform: uppercase; letter-spacing: .1em; font-size: .82rem; }
  .mobile-menu .mobile-cta { background: var(--mocha); color: var(--ivory); text-align: center; }
  .hero, .intro, .split-photo, .contact-hero, .mission-grid { grid-template-columns: 1fr; }
  .split-photo figure { order: -1; }
  .card-grid.three, .feature-grid, .value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-photo { aspect-ratio: 3 / 2; border-radius: 160px 160px 18px 18px; max-height: 460px; }
}
@media (max-width: 640px) {
  .site-header { min-height: 70px; padding: 8px 14px; }
  .brand-logo { height: 48px; }
  .hero { padding: 40px 14px 56px; gap: 30px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .section { padding-left: 14px; padding-right: 14px; }
  .card-grid.three, .feature-grid, .value-grid, .steps-grid, .check-list, .masonry { grid-template-columns: 1fr; }
  .masonry-item.wide { grid-column: auto; }
  .masonry-item.wide img { aspect-ratio: 3 / 2; }
  .cta-band { margin-left: 14px; margin-right: 14px; margin-bottom: 88px; }
  .cta-actions { display: grid; grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-sticky { position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 60; display: flex; opacity: 0; transform: translateY(18px); pointer-events: none; box-shadow: var(--shadow); transition: opacity .22s ease, transform .22s ease; }
  body.show-mobile-sticky .mobile-sticky { opacity: 1; transform: translateY(0); pointer-events: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}