:root {
  --ink: #141612;
  --ink-soft: #1d211b;
  --cream: #f4efe5;
  --paper: #fbf8f1;
  --white: #fffef9;
  --copper: #c68b52;
  --copper-light: #e4ba80;
  --sage: #83917a;
  --line-dark: rgba(255,255,255,.13);
  --line-light: rgba(20,22,18,.12);
  --muted-dark: #a7ac9f;
  --muted-light: #666b60;
  --radius-lg: 34px;
  --radius-md: 24px;
  --shadow: 0 30px 80px rgba(16,17,14,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.topbar { position: absolute; z-index: 20; width: 100%; top: 0; color: white; border-bottom: 1px solid rgba(255,255,255,.10); }
.topbar-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand, .admin-brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: var(--copper); color: #161713; font-size: 20px; font-weight: 900; box-shadow: inset 0 0 0 5px rgba(255,255,255,.08); }
.brand-copy, .admin-brand > span:last-child { display: grid; gap: 2px; }
.brand strong, .admin-brand strong { font-size: 14px; letter-spacing: .09em; text-transform: uppercase; }
.brand small, .admin-brand small { font-size: 11px; color: rgba(255,255,255,.57); letter-spacing: .04em; }
.nav { display: flex; gap: 30px; align-items: center; }
.nav a { font-size: 13px; color: rgba(255,255,255,.72); transition: color .2s ease; }
.nav a:hover { color: white; }
.topbar-actions { display: flex; gap: 18px; align-items: center; }
.phone-link { font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.menu-btn { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: transparent; padding: 0; }
.menu-btn span { display: block; width: 16px; height: 1px; background: white; margin: 5px auto; }

.hero { min-height: 780px; color: white; position: relative; overflow: hidden; background:
  radial-gradient(circle at 78% 38%, rgba(198,139,82,.24), transparent 29%),
  radial-gradient(circle at 8% 110%, rgba(131,145,122,.20), transparent 28%),
  linear-gradient(125deg, #10120f 0%, #1d211a 52%, #12140f 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -160px; top: 150px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012); }
.hero-grid { position: relative; z-index: 2; min-height: 780px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; padding-top: 110px; padding-bottom: 60px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #d8dace; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.eyebrow span { width: 30px; height: 1px; background: var(--copper); }
.eyebrow.dark { color: #6a6f64; }
.hero h1, .section h2, .contact-section h2, .photo-callout h2, .about h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.05em; }
.hero h1 { max-width: 760px; font-size: clamp(54px, 7vw, 92px); line-height: .93; }
.hero h1 em { color: var(--copper-light); font-style: italic; font-weight: 400; }
.hero-lead { max-width: 620px; margin: 30px 0 0; font-size: 17px; line-height: 1.65; color: #c7ccbf; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.btn { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 800; letter-spacing: .02em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--copper-light); color: #161713; }
.btn-primary:hover { background: #f0cb99; }
.btn-ghost { border-color: rgba(255,255,255,.18); color: white; background: rgba(255,255,255,.045); }
.btn-ghost:hover { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.07); }
.hero-proof { display: flex; gap: 36px; margin-top: 48px; padding-top: 26px; border-top: 1px solid var(--line-dark); }
.hero-proof div { display: grid; gap: 4px; }
.hero-proof strong { font-size: 17px; }
.hero-proof span { color: var(--muted-dark); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.hero-panel { align-self: center; padding: 24px; border-radius: var(--radius-lg); border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.065); backdrop-filter: blur(18px); box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.panel-top { display: flex; align-items: center; gap: 9px; color: #e8e9e3; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #90bb75; box-shadow: 0 0 0 5px rgba(144,187,117,.10); }
.panel-date { margin-left: auto; color: #8f9688; text-transform: none; letter-spacing: 0; }
.date-card { margin-top: 25px; padding: 24px 0 25px; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); display: grid; gap: 8px; }
.date-card span, .price-card span, .weight-row span { color: #aeb4a8; font-size: 12px; }
.date-card strong { font-family: Georgia, serif; font-size: 33px; font-weight: 500; letter-spacing: -.03em; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.price-card { min-height: 128px; padding: 18px; border-radius: 18px; background: rgba(0,0,0,.16); border: 1px solid rgba(255,255,255,.07); display: flex; flex-direction: column; }
.price-card strong { margin-top: auto; font-size: 24px; }
.price-card small { color: var(--copper-light); font-size: 11px; margin-top: 3px; }
.weight-row { min-height: 62px; margin-top: 12px; padding: 0 4px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-dark); }
.weight-row strong { font-size: 14px; }
.panel-contact { margin-top: 17px; display: grid; grid-template-columns: 46px 1fr auto; gap: 12px; align-items: center; padding: 12px; border-radius: 16px; transition: background .2s ease; }
.panel-contact:hover { background: rgba(255,255,255,.06); }
.contact-icon { width: 42px; height: 42px; display: grid; place-items: center; background: var(--copper-light); color: #151713; border-radius: 50%; }
.panel-contact > span:nth-child(2) { display: grid; gap: 3px; }
.panel-contact small { color: #8f9688; }
.panel-contact strong { font-size: 14px; }
.arrow { color: var(--copper-light); font-size: 22px; }

.ticker { overflow: hidden; background: var(--copper-light); color: #191b17; border-bottom: 1px solid rgba(0,0,0,.1); }
.ticker-track { min-width: max-content; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 24px; padding: 0 28px; text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .11em; }
.ticker-track i { font-style: normal; opacity: .45; }

.section { padding: 120px 0; }
.section-light { background: var(--paper); }
.section-head { display: grid; grid-template-columns: 1fr 380px; gap: 80px; align-items: end; margin-bottom: 56px; }
.section h2, .about h2 { font-size: clamp(42px, 5vw, 66px); line-height: .98; }
.section-head > p { margin: 0; color: var(--muted-light); font-size: 15px; line-height: 1.75; }
.condition-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.condition-card { min-height: 315px; padding: 28px; border: 1px solid var(--line-light); border-radius: var(--radius-md); display: flex; flex-direction: column; justify-content: space-between; background: #f8f4eb; }
.condition-card.featured { background: var(--ink); color: white; border-color: var(--ink); }
.card-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 1px solid currentColor; opacity: .45; font-size: 11px; }
.condition-card small { color: var(--muted-light); text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.condition-card.featured small { color: #aab0a3; }
.condition-card h3 { margin: 10px 0 0; font-family: Georgia, serif; font-size: 37px; font-weight: 500; letter-spacing: -.035em; }
.condition-card h3 em { font-family: Inter, sans-serif; font-style: normal; color: var(--copper-light); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.condition-card p { margin: 0; color: var(--muted-light); font-size: 13px; line-height: 1.6; }
.condition-card.featured p { color: #9fa69a; }

.about { background: var(--ink); color: white; padding: 120px 0; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.about-visual { min-height: 550px; }
.visual-frame { min-height: 550px; position: relative; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(198,139,82,.19), transparent 28%), linear-gradient(145deg,#24291f,#151713); }
.visual-frame::before, .visual-frame::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.visual-frame::before { width: 390px; height: 390px; }
.visual-frame::after { width: 290px; height: 290px; }
.visual-topline { display: flex; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid rgba(255,255,255,.10); font-size: 10px; font-weight: 800; letter-spacing: .18em; color: #8e9588; }
.visual-ring { position: relative; z-index: 2; margin: auto; width: 210px; height: 210px; display: grid; place-content: center; text-align: center; border-radius: 50%; border: 1px solid rgba(228,186,128,.7); background: rgba(13,15,12,.45); box-shadow: 0 0 0 18px rgba(228,186,128,.025); }
.visual-ring span { font-family: Georgia, serif; font-size: 64px; line-height: .9; color: var(--copper-light); }
.visual-ring small { margin-top: 9px; text-transform: uppercase; letter-spacing: .12em; color: #9fa69a; }
.visual-caption { padding: 22px 24px; border-top: 1px solid rgba(255,255,255,.10); color: #a1a89a; font-size: 12px; }
.about-copy > p { max-width: 650px; color: #b8bdb2; line-height: 1.78; font-size: 15px; }
.about-copy h2 { margin-bottom: 31px; }
.about-points { margin-top: 34px; border-top: 1px solid var(--line-dark); }
.about-points > div { min-height: 76px; display: grid; grid-template-columns: 38px 1fr; align-items: center; border-bottom: 1px solid var(--line-dark); }
.about-points > div > span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: rgba(228,186,128,.12); color: var(--copper-light); font-size: 12px; }
.about-points p { margin: 0; display: flex; align-items: baseline; justify-content: space-between; gap: 24px; }
.about-points strong { font-size: 14px; }
.about-points small { color: #8f9688; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.step { min-height: 260px; padding: 28px 28px 28px 0; border-right: 1px solid var(--line-light); }
.step + .step { padding-left: 28px; }
.step:last-child { border-right: none; }
.step > span { display: inline-block; color: var(--copper); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.step h3 { margin: 70px 0 11px; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.step p { margin: 0; color: var(--muted-light); font-size: 13px; line-height: 1.65; }

.photo-callout { padding: 90px 0; background: linear-gradient(120deg,#c68b52,#e0b274); }
.photo-callout-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.photo-callout .eyebrow { color: rgba(20,22,18,.67); }
.photo-callout .eyebrow span { background: var(--ink); }
.photo-callout h2 { max-width: 660px; font-size: clamp(40px,5vw,64px); line-height: 1; color: #171813; }
.photo-callout p { margin: 0; max-width: 480px; color: rgba(23,24,19,.72); font-size: 15px; line-height: 1.7; }

.contact-section { padding: 120px 0; background: #0e100d; color: white; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.contact-section h2 { font-size: clamp(48px, 6vw, 78px); line-height: .95; }
.contact-copy > p { max-width: 520px; color: #979e91; line-height: 1.7; }
.contact-card { padding: 34px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.045); border-radius: var(--radius-lg); }
.contact-card > small { color: #8f9688; text-transform: uppercase; letter-spacing: .1em; }
.big-phone { display: block; margin-top: 15px; font-family: Georgia, serif; font-size: clamp(34px,4vw,52px); letter-spacing: -.04em; }
.contact-buttons { display: flex; gap: 10px; margin-top: 25px; padding-bottom: 26px; border-bottom: 1px solid var(--line-dark); }
.location-line { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; margin-top: 23px; }
.location-line > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); color: var(--copper-light); }
.location-line p { margin: 0; display: grid; gap: 4px; }
.location-line strong { font-size: 13px; }
.location-line small { color: #8f9688; }

.footer { background: #0e100d; color: white; border-top: 1px solid rgba(255,255,255,.09); }
.footer-inner { min-height: 105px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner > div { display: grid; gap: 3px; }
.footer strong { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.footer span, .footer p, .footer a { color: #777d72; font-size: 11px; }

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

/* Admin */
.admin-body { min-height: 100vh; background: #10120f; color: white; }
.admin-shell { width: min(950px, calc(100% - 40px)); margin: 0 auto; }
.login-shell { min-height: 100vh; display: grid; align-content: center; justify-items: center; gap: 26px; padding: 50px 0; }
.admin-brand { color: white; }
.admin-brand .brand-mark { width: 42px; height: 42px; }
.admin-card { width: 100%; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: #191c17; box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.login-card { max-width: 470px; }
.admin-heading h1 { margin: 8px 0 8px; font-family: Georgia, serif; font-size: 44px; font-weight: 500; letter-spacing: -.04em; }
.admin-heading p { margin: 0; color: #939a8d; line-height: 1.6; font-size: 13px; }
.admin-kicker { color: var(--copper-light); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.admin-form { display: grid; gap: 17px; margin-top: 28px; }
.admin-form label { display: grid; gap: 8px; color: #c7ccbf; font-size: 12px; font-weight: 700; }
.admin-form input { width: 100%; min-height: 52px; border: 1px solid rgba(255,255,255,.12); outline: none; border-radius: 13px; background: #11130f; color: white; padding: 0 15px; transition: border-color .2s, box-shadow .2s; }
.admin-form input:focus { border-color: var(--copper); box-shadow: 0 0 0 4px rgba(198,139,82,.10); }
.btn-full { width: 100%; }
.back-link { display: block; margin-top: 22px; text-align: center; color: #858c80; font-size: 12px; }
.alert { margin-top: 22px; padding: 13px 15px; border-radius: 12px; font-size: 12px; line-height: 1.5; }
.alert-error { background: rgba(201,75,70,.12); color: #f2aaa7; border: 1px solid rgba(201,75,70,.2); }
.alert-success { background: rgba(115,169,96,.12); color: #b7dda9; border: 1px solid rgba(115,169,96,.2); }
.admin-topbar { min-height: 78px; width: min(1180px, calc(100% - 40px)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.10); }
.admin-actions { display: flex; gap: 8px; align-items: center; }
.admin-actions form { margin: 0; }
.btn-small { min-height: 40px; padding: 0 16px; font-size: 11px; }
.btn-muted { color: #a7ad9f; border-color: rgba(255,255,255,.10); background: rgba(255,255,255,.045); }
.admin-dashboard { padding: 65px 0 90px; }
.dashboard-heading { margin-bottom: 28px; }
.dashboard-heading h1 { font-size: 54px; }
.settings-form { margin: 0; gap: 0; }
.form-section { padding: 6px 0 34px; }
.form-section + .form-section { padding-top: 34px; border-top: 1px solid rgba(255,255,255,.10); }
.form-section-title { display: grid; grid-template-columns: 42px 1fr; gap: 14px; margin-bottom: 24px; }
.form-section-title > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); color: var(--copper-light); font-size: 10px; }
.form-section-title h2 { margin: 0 0 4px; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.form-section-title p { margin: 0; color: #858c80; font-size: 12px; line-height: 1.5; }
.form-grid { display: grid; gap: 14px; }
.form-grid.three { grid-template-columns: 1fr 1fr .8fr; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
.save-row { padding-top: 28px; border-top: 1px solid rgba(255,255,255,.10); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.save-row > div { display: grid; gap: 4px; }
.save-row small { color: #777e72; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.save-row strong { font-size: 12px; font-weight: 600; }
.admin-tip { margin-top: 16px; padding: 20px 22px; display: grid; grid-template-columns: 70px 1fr; gap: 16px; border: 1px solid rgba(228,186,128,.12); background: rgba(228,186,128,.05); border-radius: 18px; }
.admin-tip strong { color: var(--copper-light); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.admin-tip p { margin: 0; color: #92998c; font-size: 12px; line-height: 1.55; }

@media (max-width: 920px) {
  .container { width: min(100% - 32px, 760px); }
  .nav { position: fixed; left: 16px; right: 16px; top: 78px; display: none; padding: 24px; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: #171a15; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
  .nav.is-open { display: flex; }
  .nav a { padding: 14px 2px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav a:last-child { border-bottom: 0; }
  .menu-btn { display: block; }
  .phone-link { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; padding-top: 160px; padding-bottom: 80px; }
  .hero { min-height: auto; }
  .hero-panel { max-width: 620px; width: 100%; }
  .section-head, .photo-callout-inner { grid-template-columns: 1fr; gap: 24px; }
  .section-head > p { max-width: 620px; }
  .condition-cards { grid-template-columns: 1fr 1fr; }
  .condition-card:last-child { grid-column: 1/-1; min-height: 250px; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .about-visual { min-height: 420px; }
  .visual-frame { min-height: 420px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(2) { border-right: 0; }
  .step:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
  .form-grid.three { grid-template-columns: 1fr 1fr; }
  .form-grid.three label:last-child { grid-column: 1/-1; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 560px); }
  .topbar-inner { min-height: 76px; }
  .brand small { display: none; }
  .brand-mark { width: 40px; height: 40px; }
  .hero-grid { padding-top: 135px; gap: 34px; }
  .hero h1 { font-size: clamp(47px, 14vw, 66px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { gap: 20px; flex-wrap: wrap; }
  .hero-proof div { min-width: 92px; }
  .hero-panel { padding: 18px; border-radius: 24px; }
  .panel-date { display: none; }
  .date-card strong { font-size: 28px; }
  .price-card strong { font-size: 20px; }
  .ticker-track { justify-content: flex-start; overflow-x: auto; }
  .section, .about, .contact-section { padding: 82px 0; }
  .section h2, .about h2, .photo-callout h2 { font-size: 42px; }
  .condition-cards { grid-template-columns: 1fr; }
  .condition-card, .condition-card:last-child { min-height: 260px; grid-column: auto; }
  .about-grid { gap: 40px; }
  .about-visual, .visual-frame { min-height: 360px; }
  .visual-frame::before { width: 300px; height: 300px; }
  .visual-frame::after { width: 230px; height: 230px; }
  .visual-ring { width: 170px; height: 170px; }
  .visual-ring span { font-size: 52px; }
  .about-points p { display: grid; gap: 4px; }
  .steps { grid-template-columns: 1fr; }
  .step, .step + .step { min-height: 210px; padding: 25px 0; border-right: none; border-bottom: 1px solid var(--line-light); }
  .step:last-child { border-bottom: none; }
  .step h3 { margin-top: 45px; }
  .photo-callout { padding: 72px 0; }
  .contact-section h2 { font-size: 50px; }
  .contact-card { padding: 24px; }
  .contact-buttons { flex-direction: column; }
  .footer-inner { min-height: 130px; padding: 24px 0; display: grid; grid-template-columns: 1fr auto; }
  .footer-inner p { grid-column: 1/-1; order: 3; margin: 0; }
  .admin-topbar { width: min(100% - 24px, 580px); }
  .admin-topbar .admin-brand small { display: none; }
  .admin-actions .btn-ghost { display: none; }
  .admin-shell { width: min(100% - 24px, 580px); }
  .admin-card { padding: 23px; border-radius: 22px; }
  .dashboard-heading h1 { font-size: 43px; }
  .form-grid.three, .form-grid.two { grid-template-columns: 1fr; }
  .form-grid.three label:last-child { grid-column: auto; }
  .save-row { align-items: stretch; flex-direction: column; }
  .save-row .btn { width: 100%; }
  .admin-tip { grid-template-columns: 1fr; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn { transition: none; }
}
