:root {
  --cream: #f4efe6;
  --ivory: #fffaf2;
  --burgundy: #7a1826;
  --burgundy-dark: #5c101b;
  --olive: #5b6b4a;
  --olive-dark: #3f4b34;
  --terracotta: #c46a4a;
  --sand: #d9c8ae;
  --espresso: #2f211a;
  --charcoal: #27221e;
  --success: #426847;
  --error: #a62c2c;
  --display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --body: Montserrat, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: min(100% - 2rem, 1200px);
  --header-height: 70px;
  --radius: 1.25rem;
  --radius-lg: 2rem;
  --shadow: 0 20px 60px rgba(47, 33, 26, .13);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: light; }
body { margin: 0; min-height: 100%; overflow-x: clip; background: var(--cream); color: var(--charcoal); font-family: var(--body); line-height: 1.65; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
address { font-style: normal; }
::selection { background: rgba(122, 24, 38, .18); }
.container { width: var(--container); margin-inline: auto; }
.hero-grid > *, .offer-grid > *, .format-grid > *, .event-grid > *, .process-grid > *, .about-grid > *, .gallery-grid > *, .proof-panel > *, .faq-grid > *, .inquiry-grid > *, .footer-grid > * { min-width: 0; }
.section-pad { padding-block: clamp(4.5rem, 8vw, 8rem); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: .7rem; left: .7rem; z-index: 1000; padding: .75rem 1rem; border-radius: 999px; background: var(--burgundy); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.eyebrow, .card-label { margin: 0 0 .8rem; color: var(--burgundy); font-size: .72rem; font-weight: 800; line-height: 1.3; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--espresso); font-family: var(--display); font-weight: 500; letter-spacing: -.025em; text-wrap: balance; }
h1 { max-width: 9ch; color: var(--burgundy); font-size: clamp(4rem, 14vw, 7.4rem); line-height: .86; }
h2 { font-size: clamp(2.55rem, 7vw, 4.7rem); line-height: .98; }
h3 { font-size: clamp(1.7rem, 4vw, 2.4rem); line-height: 1.08; }
p { margin: 0 0 1rem; }
.section-heading { max-width: 780px; margin-bottom: clamp(2.3rem, 5vw, 4rem); }
.section-heading > p:last-child, .section-copy > p:not(.eyebrow), .gallery-heading > p:last-child { max-width: 64ch; color: rgba(39, 34, 30, .78); }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .9rem 1.35rem; border: 1px solid transparent; border-radius: 999px; font-size: .8rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--burgundy); color: var(--ivory); box-shadow: 0 10px 25px rgba(122, 24, 38, .16); }
.btn-primary:hover { background: var(--burgundy-dark); }
.btn-secondary { border-color: rgba(122, 24, 38, .38); color: var(--burgundy); }
.btn-secondary:hover { border-color: var(--burgundy); background: rgba(255, 250, 242, .7); }
.btn-light { background: var(--ivory); color: var(--burgundy); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(196, 106, 74, .55); outline-offset: 3px; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--burgundy); font-size: .78rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(122, 24, 38, .12); background: rgba(244, 239, 230, .94); backdrop-filter: blur(14px); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(47, 33, 26, .08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: var(--header-height); }
.wordmark { display: inline-flex; min-width: 0; flex-direction: column; color: var(--burgundy); line-height: 1; }
.wordmark span { font-family: var(--display); font-size: clamp(1.05rem, 5vw, 1.45rem); letter-spacing: .045em; white-space: nowrap; }
.wordmark small { margin-top: .24rem; font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; }
.desktop-nav, .header-cta { display: none; }
.menu-toggle { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-content: center; gap: 5px; border: 1px solid rgba(122, 24, 38, .28); border-radius: 50%; background: transparent; }
.menu-toggle span:not(.sr-only) { width: 18px; height: 1.5px; border-radius: 2px; background: var(--burgundy); transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(3.25px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.25px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: var(--header-height) 0 0; z-index: 99; min-height: 0; overflow-y: auto; padding: 2rem 1rem calc(2rem + env(safe-area-inset-bottom)); background: var(--ivory); transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility 0s linear .3s; }
.mobile-menu.is-open { transform: none; visibility: visible; transition-delay: 0s; }
.mobile-menu nav { display: grid; gap: .3rem; }
.mobile-menu nav a { padding: .35rem 0; color: var(--burgundy); font-family: var(--display); font-size: clamp(2.45rem, 11vw, 4rem); line-height: 1; }
.mobile-menu-footer { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--sand); }
.mobile-menu-footer p { margin: 1rem 0 0; font-size: .9rem; }
html.has-open-menu, body.has-open-menu { overflow: hidden; overscroll-behavior: none; }

.hero { padding-top: clamp(2.8rem, 6vw, 5.8rem); background: radial-gradient(circle at 85% 15%, rgba(91, 107, 74, .11), transparent 28rem), var(--cream); }
.hero-grid { display: grid; gap: 2.4rem; align-items: center; }
.hero-copy { max-width: 630px; }
.hero-lead { margin: 1rem 0; color: var(--olive-dark); font-family: var(--display); font-size: clamp(1.65rem, 5vw, 2.35rem); line-height: 1.15; }
.hero-text { max-width: 56ch; font-size: 1.03rem; }
.hero-actions { display: grid; gap: .7rem; margin-top: 1.5rem; }
.hero-facts { display: flex; flex-wrap: wrap; gap: .35rem 1.2rem; padding: 0; margin: 1.25rem 0 0; color: rgba(47, 33, 26, .7); list-style: none; font-size: .8rem; font-weight: 700; }
.hero-facts li::before { content: "✓"; margin-right: .4rem; color: var(--olive); }
.hero-media { position: relative; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.hero-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.hero-note { position: absolute; right: .8rem; bottom: .8rem; display: grid; padding: .8rem 1rem; border: 1px solid rgba(255, 250, 242, .75); border-radius: .9rem; background: rgba(255, 250, 242, .9); color: var(--burgundy); font-family: var(--display); font-size: 1.05rem; font-style: italic; line-height: 1.1; backdrop-filter: blur(8px); }

.offers { background: var(--ivory); }
.offer-grid { display: grid; gap: 1rem; }
.offer-card { position: relative; min-height: 430px; overflow: hidden; border-radius: var(--radius); background: var(--espresso); box-shadow: 0 12px 35px rgba(47, 33, 26, .09); }
.offer-card img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; transition: transform .5s ease; }
.offer-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(27, 17, 12, .86)); }
.offer-card:hover img { transform: scale(1.02); }
.offer-copy { position: absolute; inset: auto 1.25rem 1.15rem; z-index: 1; color: var(--ivory); }
.offer-copy span { color: #e5cbb2; font-size: .7rem; font-weight: 800; letter-spacing: .15em; }
.offer-copy h3 { margin: .25rem 0 .45rem; color: white; }
.offer-copy p { max-width: 50ch; margin: 0; color: rgba(255, 250, 242, .85); font-size: .92rem; }

.bar-formats { background: var(--cream); }
.format-grid { display: grid; gap: 1.4rem; }
.format-card { overflow: hidden; border: 1px solid rgba(122, 24, 38, .13); border-radius: var(--radius-lg); background: var(--ivory); box-shadow: 0 14px 42px rgba(47, 33, 26, .06); }
.format-card > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.format-card > div { padding: clamp(1.3rem, 4vw, 2rem); }
.format-card h3 { margin-bottom: .7rem; color: var(--burgundy); }
.check-list { display: grid; gap: .55rem; padding: 0; margin: 1.15rem 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.4rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--olive); font-weight: 900; }

.events { background: var(--olive-dark); color: var(--ivory); }
.events .eyebrow { color: #d6b99f; }
.events h2 { color: var(--ivory); }
.event-grid { display: grid; gap: 1rem; }
.event-card { overflow: hidden; border: 1px solid rgba(255, 250, 242, .16); border-radius: var(--radius); background: rgba(255, 250, 242, .08); }
.event-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.event-card div { padding: 1.3rem; }
.event-card h3 { margin-bottom: .45rem; color: white; }
.event-card p { margin: 0; color: rgba(255, 250, 242, .78); }

.process { background: var(--ivory); }
.process-grid { display: grid; gap: 2.8rem; }
.included { margin-top: 1.7rem; padding: 1.25rem; border: 1px solid var(--sand); border-radius: var(--radius); background: var(--cream); }
.included strong { color: var(--burgundy); font-family: var(--display); font-size: 1.4rem; font-weight: 500; }
.included .check-list { grid-template-columns: repeat(2, minmax(0, 1fr)); font-size: .87rem; }
.process-list { display: grid; gap: .85rem; padding: 0; margin: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; align-items: start; padding: 1.3rem; border: 1px solid var(--sand); border-radius: var(--radius); background: var(--cream); }
.process-list span { color: var(--terracotta); font-family: var(--display); font-size: 1.4rem; }
.process-list h3 { margin-bottom: .35rem; color: var(--burgundy); font-size: clamp(1.55rem, 4vw, 2rem); }
.process-list p { margin: 0; color: rgba(39, 34, 30, .75); }

.about { background: linear-gradient(180deg, var(--cream), #eee5d7); }
.about-grid { display: grid; gap: 2.5rem; align-items: center; }
.about-photo { position: relative; aspect-ratio: 3 / 4; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about blockquote { margin: 1.5rem 0; padding-left: 1.2rem; border-left: 3px solid var(--burgundy); color: var(--burgundy); font-family: var(--display); font-size: clamp(1.45rem, 4vw, 2rem); font-style: italic; line-height: 1.2; }
.about-links { display: flex; flex-wrap: wrap; gap: 1rem 1.4rem; }

.gallery { background: var(--espresso); color: var(--ivory); }
.gallery .eyebrow { color: #e3b78f; }
.gallery h2 { color: var(--ivory); }
.gallery-heading { max-width: 780px; margin-bottom: 2rem; }
.gallery-heading > p:last-child { color: rgba(255, 250, 242, .72); }
.gallery-grid { display: grid; gap: .8rem; }
.gallery-item { position: relative; min-height: 290px; margin: 0; overflow: hidden; border-radius: var(--radius); background: rgba(255, 255, 255, .06); }
.gallery-item img { width: 100%; height: 100%; min-height: 290px; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.02); }
.gallery-aperitivo::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(92, 16, 27, .12), rgba(92, 16, 27, .26)); }
.gallery-item figcaption { position: absolute; z-index: 1; left: .8rem; bottom: .8rem; padding: .42rem .7rem; border-radius: 999px; background: rgba(47, 33, 26, .62); color: white; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }

.proof { background: var(--cream); }
.proof-panel { display: grid; gap: 2rem; padding: clamp(1.6rem, 5vw, 4.5rem); border-radius: var(--radius-lg); background: var(--burgundy); color: var(--ivory); }
.proof-panel .eyebrow { color: #edc2ad; }
.proof-panel h2 { color: white; }
.proof-panel h2 { overflow-wrap: break-word; hyphens: auto; }
.proof-panel p { max-width: 62ch; color: rgba(255, 250, 242, .8); }
.proof-quote { align-self: center; margin: 0; color: white !important; font-family: var(--display); font-size: clamp(5rem, 15vw, 9rem); line-height: .8; text-align: center; }
.proof-quote span { display: block; margin: 1rem auto 0; max-width: 24ch; font-family: var(--body); font-size: .8rem; font-weight: 700; line-height: 1.45; letter-spacing: .05em; text-transform: uppercase; }

.faq { background: var(--ivory); }
.faq-grid { display: grid; gap: 2.5rem; }
.accordion { display: grid; gap: .65rem; }
.faq-item { overflow: hidden; border: 1px solid var(--sand); border-radius: var(--radius); background: var(--cream); }
.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.05rem 1.15rem; border: 0; background: transparent; color: var(--espresso); text-align: left; font-weight: 750; }
.faq-question span { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.faq-question span::before, .faq-question span::after { content: ""; position: absolute; top: 50%; left: 0; width: 18px; height: 2px; background: var(--burgundy); transform: translateY(-50%); }
.faq-question span::after { transform: translateY(-50%) rotate(90deg); transition: transform .2s ease; }
.faq-question[aria-expanded="true"] span::after { transform: translateY(-50%); }
.faq-answer { padding: 0 1.15rem 1.1rem; color: rgba(39, 34, 30, .78); }
.faq-answer p { margin: 0; }

.inquiry { background: radial-gradient(circle at 85% 15%, rgba(196, 106, 74, .12), transparent 24rem), var(--cream); }
.inquiry-grid { display: grid; gap: 2.5rem; align-items: start; }
.direct-contact { display: grid; gap: .8rem; margin-top: 1.8rem; padding-top: 1.4rem; border-top: 1px solid var(--sand); }
.direct-contact p { margin: 0; }
.direct-contact span { display: block; color: var(--burgundy); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.direct-contact a { font-weight: 700; }
.inquiry-form { position: relative; display: grid; gap: 0 1rem; padding: clamp(1.2rem, 4vw, 2rem); border: 1px solid var(--sand); border-radius: var(--radius-lg); background: var(--ivory); box-shadow: 0 16px 50px rgba(47, 33, 26, .08); }
.form-row { display: grid; gap: .35rem; margin-bottom: .95rem; }
.form-row label { color: var(--espresso); font-size: .76rem; font-weight: 800; }
input, select, textarea { width: 100%; min-height: 49px; padding: .8rem .9rem; border: 1px solid #d7c7b1; border-radius: .75rem; background: #fcf7ee; color: var(--espresso); transition: border-color .2s ease, box-shadow .2s ease; }
input:focus, select:focus, textarea:focus { border-color: var(--burgundy); box-shadow: 0 0 0 3px rgba(122, 24, 38, .08); }
textarea { min-height: 130px; resize: vertical; }
.full { grid-column: 1 / -1; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.privacy-check { display: grid; grid-template-columns: 20px 1fr; gap: .65rem; align-items: start; margin: .25rem 0 1rem; color: rgba(39, 34, 30, .7); font-size: .78rem; }
.privacy-check input { width: 18px; min-height: 18px; height: 18px; margin: .15rem 0 0; accent-color: var(--burgundy); }
.privacy-check a { color: var(--burgundy); text-decoration: underline; text-underline-offset: 2px; }
.submit-btn { width: 100%; }
.submit-btn:disabled { cursor: wait; opacity: .7; transform: none; }
.form-status { margin: .9rem 0 0; padding: .85rem 1rem; border-radius: .75rem; font-size: .88rem; font-weight: 700; }
.form-status.is-success { background: rgba(66, 104, 71, .12); color: var(--success); }
.form-status.is-error { background: rgba(166, 44, 44, .1); color: var(--error); }

.site-footer { padding-top: 4rem; background: var(--olive-dark); color: rgba(255, 250, 242, .78); }
.footer-grid { display: grid; gap: 2rem; }
.footer-logo { max-width: 240px; padding: .7rem; border-radius: 50%; background: var(--ivory); }
.footer-logo img { width: 100%; border-radius: 50%; }
.site-footer h2 { margin: 0 0 .85rem; color: #e0c6a8; font-family: var(--body); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.site-footer ul { display: grid; gap: .42rem; padding: 0; margin: .7rem 0 0; list-style: none; }
.site-footer a:hover { color: white; }
.footer-area { margin-top: 1.2rem; color: rgba(255, 250, 242, .55); font-size: .85rem; }
.footer-bottom { display: grid; gap: .25rem; margin-top: 3rem; padding-block: 1.3rem; border-top: 1px solid rgba(255, 250, 242, .16); font-size: .75rem; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { color: #e0c6a8; font-family: var(--display); font-style: italic; }

.mobile-sticky-cta { position: fixed; right: 1rem; bottom: max(1rem, env(safe-area-inset-bottom)); left: 1rem; z-index: 90; display: flex; min-height: 50px; max-width: calc(100vw - 2rem); align-items: center; justify-content: center; border-radius: 999px; background: var(--burgundy); color: white; box-shadow: 0 12px 32px rgba(47, 33, 26, .22); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transform: translateY(150%); transition: transform .25s ease; }
.mobile-sticky-cta.is-visible { transform: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
main section[id] { scroll-margin-top: calc(var(--header-height) + 1rem); }

.legal-page { background: var(--ivory); }
.legal-main { width: min(100% - 2rem, 820px); margin-inline: auto; padding-block: clamp(3.5rem, 7vw, 6rem); }
.legal-main h1 { max-width: none; margin-bottom: 1.5rem; font-size: clamp(3rem, 9vw, 5.5rem); }
.legal-main h2 { margin: 2.2rem 0 .8rem; font-size: clamp(1.8rem, 5vw, 2.7rem); }
.legal-main h3 { margin: 1.5rem 0 .6rem; font-family: var(--body); font-size: 1rem; font-weight: 800; }
.legal-main a { color: var(--burgundy); text-decoration: underline; text-underline-offset: 3px; }
.legal-note { padding: 1rem; border-left: 3px solid var(--terracotta); background: var(--cream); }

@media (min-width: 700px) {
  :root { --container: min(100% - 3rem, 1200px); --header-height: 78px; }
  .hero-actions { display: flex; flex-wrap: wrap; }
  .offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offer-card { min-height: 470px; }
  .offer-card img { min-height: 470px; }
  .format-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 300px; }
  .gallery-wide { grid-column: 1 / -1; }
  .gallery-item, .gallery-item img { min-height: 0; }
  .inquiry-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.25fr repeat(3, 1fr); }
  .footer-bottom { grid-template-columns: 1fr auto; align-items: center; }
}

@media (min-width: 980px) {
  .desktop-nav { display: flex; align-items: center; gap: 1.35rem; }
  .desktop-nav a { color: var(--espresso); font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
  .desktop-nav a:hover { color: var(--burgundy); }
  .header-cta { display: inline-flex; }
  .menu-toggle { display: none; }
  .hero-grid { grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 4vw, 6rem); }
  .hero-media img { aspect-ratio: 5 / 4; }
  .offer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .offer-feature { grid-column: span 2; }
  .process-grid { grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 6rem); }
  .about-grid { grid-template-columns: .9fr 1fr; gap: clamp(3rem, 7vw, 6rem); }
  .gallery-grid { grid-template-columns: 1.2fr .8fr .8fr; grid-auto-rows: 310px; }
  .gallery-wide { grid-column: span 2; }
  .gallery-tall { grid-row: span 2; }
  .proof-panel { grid-template-columns: 1.4fr .6fr; align-items: center; }
  .faq-grid { grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 7vw, 6rem); }
  .inquiry-grid { grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 7vw, 6rem); }
  .mobile-sticky-cta { display: none !important; }
}

@media (min-width: 980px) and (max-width: 1120px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: grid; }
}

@media (max-width: 979px) {
  html.has-open-menu .site-header { position: fixed; inset: 0 0 auto; width: 100%; }
  body.has-open-menu { position: fixed; right: 0; left: 0; width: 100%; }
}

@media (max-width: 420px) {
  .wordmark span { font-size: 1rem; letter-spacing: .025em; }
  .included .check-list { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .legal-page .header-inner { gap: .65rem; }
  .legal-page .wordmark span { font-size: .92rem; letter-spacing: .02em; }
  .legal-page .wordmark small { font-size: .52rem; letter-spacing: .14em; }
  .legal-page .site-header .btn { flex: 0 0 auto; min-height: 40px; padding: .6rem .8rem; font-size: .65rem; letter-spacing: .04em; white-space: nowrap; }
}

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

@supports not (overflow: clip) {
  html, body { overflow-x: hidden; }
}
