:root {
  --ink: #17231f;
  --forest: #17362d;
  --forest-deep: #102a23;
  --cream: #f0ebdf;
  --paper: #fbfaf6;
  --white: #fff;
  --gold: #c09a63;
  --gold-light: #dfc08e;
  --muted: #66716c;
  --line: #d9d4c9;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --page-pad: clamp(22px, 6vw, 92px);
  --section-pad: clamp(76px, 10vw, 150px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); color: var(--ink); }
body { margin: 0; overflow-x: hidden; font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--gold-light); color: var(--forest-deep); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); padding: 12px 16px; background: var(--paper); color: var(--forest); font-size: 13px; font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--page-pad);
  border-bottom: 1px solid rgba(255,255,255,.25);
  color: var(--white);
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.site-header.is-scrolled { position: fixed; height: 70px; border-color: var(--line); background: rgba(251,250,246,.96); color: var(--ink); backdrop-filter: blur(10px); box-shadow: 0 8px 30px rgba(20,30,25,.06); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--serif); font-size: 16px; white-space: nowrap; }
.brand-mark { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 13px; font-style: italic; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.7vw, 42px); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav > a:not(.nav-cta) { padding: 10px 0; }
.desktop-nav > a:not(.nav-cta)::after { display: block; width: 0; height: 1px; margin-top: 4px; background: currentColor; content: ''; transition: width .2s ease; }
.desktop-nav > a:hover::after { width: 100%; }
.nav-cta { padding: 12px 18px; border: 1px solid currentColor; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 820px; height: 100svh; display: flex; align-items: flex-end; color: var(--white); background: var(--forest-deep); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 54%; }
.hero-shade { background: linear-gradient(180deg, rgba(10,25,21,.28) 0%, rgba(10,25,21,.06) 37%, rgba(10,25,21,.76) 100%), linear-gradient(90deg, rgba(9,24,20,.42), transparent 65%); }
.hero-content { position: relative; z-index: 1; width: min(1050px, 78vw); margin: 0 var(--page-pad) 165px; }
.eyebrow { margin: 0; color: #806b4e; font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.82); }
.eyebrow.gold { color: var(--gold-light); }
.hero h1 { max-width: 1000px; margin: 22px 0 15px; font-family: var(--serif); font-size: clamp(52px, 6.4vw, 104px); font-weight: 400; line-height: .93; letter-spacing: -.055em; text-wrap: balance; }
.hero-name { margin: 0; color: var(--gold-light); font-family: var(--serif); font-size: clamp(27px, 3vw, 44px); font-style: italic; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 0; padding: 0 24px; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--paper); color: var(--forest); }
.button-light:hover { background: var(--gold-light); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.light-link { color: var(--white); }
.hero-facts { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0 var(--page-pad); border-top: 1px solid rgba(255,255,255,.25); background: rgba(13,35,29,.28); backdrop-filter: blur(5px); }
.hero-facts div { padding: 25px 28px; border-left: 1px solid rgba(255,255,255,.2); }
.hero-facts div:last-child { border-right: 1px solid rgba(255,255,255,.2); }
.hero-facts dt { margin-bottom: 7px; color: rgba(255,255,255,.65); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-facts dd { margin: 0; font-family: var(--serif); font-size: 18px; }

.section { padding: var(--section-pad) var(--page-pad); }
.section-heading h2 { margin: 22px 0 0; font-family: var(--serif); font-size: clamp(46px, 5.2vw, 76px); font-weight: 400; line-height: .97; letter-spacing: -.045em; }
.section-heading h2 em { color: var(--gold); font-weight: 400; }
.intro { display: grid; grid-template-columns: .85fr 1fr; gap: clamp(60px, 10vw, 170px); align-items: start; background: var(--paper); }
.intro-copy { max-width: 670px; }
.intro-copy p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.85; }
.intro-copy p + p { margin-top: 22px; }
.intro-copy .lead { color: var(--ink); font-family: var(--serif); font-size: clamp(23px, 2.2vw, 32px); line-height: 1.48; }

.feature-gallery { display: grid; height: min(63vw, 780px); grid-template-columns: 1.55fr 1fr; grid-template-rows: 1fr 1fr; gap: 5px; padding: 5px; background: var(--paper); }
.feature-photo { position: relative; overflow: hidden; border: 0; padding: 0; cursor: zoom-in; background: #d9d9d5; }
.feature-photo-large { grid-row: span 2; }
.feature-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.feature-photo:hover img { transform: scale(1.025); }

.details { display: grid; grid-template-columns: .72fr 1.18fr; gap: clamp(70px, 11vw, 180px); background: var(--cream); }
.sticky-heading { align-self: start; position: sticky; top: 120px; }
.sticky-heading > p:last-child { max-width: 440px; margin: 26px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.detail-list { border-top: 1px solid var(--line); }
.detail-list article { display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding: 35px 0; border-bottom: 1px solid var(--line); }
.detail-number { padding-top: 5px; color: var(--gold); font-family: var(--serif); font-size: 13px; font-style: italic; }
.detail-list h3 { margin: 0 0 13px; font-family: var(--serif); font-size: clamp(24px, 2.2vw, 32px); font-weight: 400; }
.detail-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }

.section-dark { color: var(--white); background: var(--forest); }
.section-dark .section-heading h2 em { color: var(--gold-light); }
.amenities { padding: var(--section-pad) var(--page-pad); }
.amenities .section-heading { max-width: 720px; }
.amenity-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 clamp(24px, 4vw, 65px); margin: 70px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.19); list-style: none; }
.amenity-list li { display: flex; align-items: center; gap: 17px; min-height: 65px; border-bottom: 1px solid rgba(255,255,255,.19); color: #e1e7e3; font-size: 12px; }
.amenity-list li span { display: grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--gold-light); font-size: 10px; }

.experiences { background: var(--paper); }
.experiences-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.experiences-heading .eyebrow { align-self: flex-start; }
.experience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 70px; background: var(--line); border: 1px solid var(--line); }
.experience-card { min-height: 330px; padding: clamp(34px, 5vw, 65px); background: var(--paper); }
.experience-card > span { color: var(--gold); font-family: var(--serif); font-size: 14px; font-style: italic; }
.experience-card h3 { max-width: 410px; margin: 85px 0 18px; font-family: var(--serif); font-size: clamp(28px, 3vw, 42px); font-weight: 400; line-height: 1.02; }
.experience-card p { max-width: 520px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.experience-card.winter { color: var(--white); background: var(--forest); }
.experience-card.winter p { color: #d9e1dd; }
.proximity { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-block: 1px solid var(--line); }
.proximity p { margin: 0; padding: 28px 24px; border-left: 1px solid var(--line); }
.proximity p:last-child { border-right: 1px solid var(--line); }
.proximity strong, .proximity span { display: block; }
.proximity strong { margin-bottom: 7px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.proximity span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.gallery-section { background: var(--cream); }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 55px; }
.gallery-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.photo-grid { display: grid; grid-auto-flow: dense; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.photo-grid button { min-height: 0; overflow: hidden; aspect-ratio: 4 / 3; border: 0; padding: 0; cursor: zoom-in; background: #d8d5ce; }
.photo-grid button:nth-child(8n + 1), .photo-grid button:nth-child(8n + 6) { grid-column: span 2; grid-row: span 2; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.photo-grid button:hover img { transform: scale(1.03); filter: saturate(1.06); }

.host { display: grid; grid-template-columns: .7fr 1.3fr .55fr; gap: clamp(40px, 7vw, 110px); align-items: center; background: var(--paper); }
.host-portrait { display: grid; aspect-ratio: 1; max-width: 280px; place-items: center; border-radius: 50%; background: var(--forest); }
.host-portrait span { color: var(--gold-light); font-family: var(--serif); font-size: clamp(60px, 9vw, 130px); font-style: italic; }
.host-copy h2 { margin: 22px 0 27px; font-family: var(--serif); font-size: clamp(46px, 5vw, 72px); font-weight: 400; line-height: .97; letter-spacing: -.04em; }
.host-copy h2 em { color: var(--gold); font-weight: 400; }
.host-copy > p:not(.eyebrow) { max-width: 650px; margin: 0 0 28px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.host-note { padding: 30px; border: 1px solid var(--line); }
.host-note strong, .host-note span, .host-note a { display: block; }
.host-note strong { font-family: var(--serif); font-size: 32px; font-weight: 400; }
.host-note span { margin: 7px 0 26px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.host-note a { padding-top: 20px; border-top: 1px solid var(--line); font-size: 10px; font-weight: 800; text-transform: uppercase; }

.faq { display: grid; grid-template-columns: .65fr 1.2fr; gap: clamp(70px, 12vw, 190px); border-top: 1px solid var(--line); background: var(--paper); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; font-family: var(--serif); font-size: 20px; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-family: var(--sans); font-size: 20px; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -6px 45px 30px 0; color: var(--muted); font-size: 14px; line-height: 1.8; }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 150px); padding: var(--section-pad) var(--page-pad); }
.contact-intro h2 { margin: 22px 0 30px; font-family: var(--serif); font-size: clamp(48px, 5.5vw, 80px); font-weight: 400; line-height: .96; letter-spacing: -.045em; }
.contact-intro h2 em { color: var(--gold-light); font-weight: 400; }
.contact-intro > p:not(.eyebrow) { max-width: 500px; margin: 0; color: #d5dfda; font-size: 14px; line-height: 1.8; }
.contact-location { display: flex; gap: 16px; margin-top: 45px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.2); color: #dfe7e3; }
.contact-location > span { color: var(--gold-light); font-size: 23px; }
.contact-location p { margin: 0; font-size: 11px; line-height: 1.8; }
.contact-form { padding: clamp(28px, 4vw, 52px); color: var(--ink); background: var(--paper); }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 34px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-heading p { margin: 0; font-family: var(--serif); font-size: 28px; }
.form-heading span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field > span { font-size: 10px; font-weight: 750; letter-spacing: .04em; }
.field small { color: var(--muted); font-size: inherit; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cfcac0; border-radius: 0; padding: 13px 14px; outline: none; color: var(--ink); background: var(--white); font-size: 14px; transition: border-color .18s ease, box-shadow .18s ease; }
.field input, .field select { min-height: 48px; }
.field textarea { min-height: 125px; resize: vertical; line-height: 1.55; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(192,154,99,.15); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #a33b32; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { display: none; margin-top: 20px; padding: 13px 15px; font-size: 12px; line-height: 1.6; }
.form-status:not(:empty) { display: block; }
.form-status.success { color: #1f5948; background: #e4f1e9; }
.form-status.error { color: #842d28; background: #f6e5e3; }
.submit-button { width: 100%; justify-content: space-between; margin-top: 22px; }
.button-gold { color: var(--forest-deep); background: var(--gold-light); }
.button-gold:hover { background: #d4ae76; }
.submit-button[disabled] { cursor: wait; opacity: .7; transform: none; }
.privacy-note { margin: 14px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.privacy-note a { border-bottom: 1px solid currentColor; }

.site-footer { display: grid; grid-template-columns: 1fr 1.2fr 1fr auto; gap: 35px; align-items: center; padding: 48px var(--page-pad); color: #dbe3df; background: var(--forest-deep); }
.footer-brand { font-size: 15px; }
.site-footer > p { margin: 0; color: #99aaa2; font-family: var(--serif); font-size: 14px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 20px; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-footer small { color: #879991; font-size: 9px; white-space: nowrap; }

.lightbox { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; border: 0; padding: 0; color: var(--white); background: rgba(9,20,17,.96); }
.lightbox[open] { display: grid; grid-template-columns: 80px 1fr 80px; align-items: center; }
.lightbox::backdrop { background: rgba(9,20,17,.92); }
.lightbox figure { display: grid; max-width: min(1200px, calc(100vw - 190px)); max-height: calc(100vh - 90px); justify-self: center; margin: 0; }
.lightbox figure img { max-width: 100%; max-height: calc(100vh - 125px); margin: auto; object-fit: contain; }
.lightbox figcaption { margin-top: 14px; color: #b8c5bf; font-size: 11px; text-align: center; }
.lightbox-close, .lightbox-arrow { border: 0; cursor: pointer; color: var(--white); background: transparent; }
.lightbox-close { position: absolute; z-index: 2; top: 20px; right: 25px; width: 45px; height: 45px; font-size: 35px; font-weight: 200; }
.lightbox-arrow { height: 100%; font-size: 27px; }

.legal-page { background: var(--paper); }
.legal-page .site-header { position: relative; border-color: var(--line); color: var(--ink); }
.legal-main { max-width: 900px; margin: 0 auto; padding: clamp(70px, 9vw, 130px) var(--page-pad); }
.legal-main h1 { margin: 20px 0 55px; font-family: var(--serif); font-size: clamp(47px, 6vw, 78px); font-weight: 400; letter-spacing: -.045em; }
.legal-main h2 { margin: 45px 0 14px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.legal-main p, .legal-main li { color: var(--muted); font-size: 14px; line-height: 1.8; }
.legal-main a { border-bottom: 1px solid currentColor; color: var(--ink); }
.legal-main .back-link { display: inline-flex; margin-top: 50px; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-button { display: grid; width: 44px; height: 44px; place-content: center; gap: 5px; border: 0; padding: 0; color: inherit; background: transparent; cursor: pointer; }
  .menu-button > span:not(.sr-only) { width: 25px; height: 1px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: -1; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 25px; color: var(--white); background: var(--forest-deep); font-family: var(--serif); font-size: 35px; }
  .mobile-nav[hidden] { display: none; }
  .hero-content { width: calc(100% - (2 * var(--page-pad))); }
  .details, .faq { grid-template-columns: .85fr 1.15fr; gap: 70px; }
  .host { grid-template-columns: 220px 1fr; }
  .host-note { grid-column: 2; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  .site-header { height: 70px; }
  .hero { min-height: 760px; }
  .hero-content { margin-bottom: 205px; }
  .hero h1 { font-size: clamp(45px, 11vw, 72px); }
  .hero-facts { grid-template-columns: repeat(2, 1fr); padding: 0; }
  .hero-facts div { padding: 17px var(--page-pad); }
  .hero-facts div:nth-child(3) { border-top: 1px solid rgba(255,255,255,.2); }
  .hero-facts div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.2); }
  .intro, .details, .faq, .contact { grid-template-columns: 1fr; }
  .intro { gap: 45px; }
  .feature-gallery { height: 92vw; grid-template-columns: 1.3fr 1fr; }
  .sticky-heading { position: static; }
  .details, .faq { gap: 55px; }
  .amenity-list { grid-template-columns: repeat(2, 1fr); }
  .proximity { grid-template-columns: repeat(2, 1fr); }
  .proximity p:nth-child(3), .proximity p:nth-child(4) { border-top: 1px solid var(--line); }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .host { grid-template-columns: 160px 1fr; }
  .contact { gap: 55px; }
  .lightbox[open] { grid-template-columns: 52px 1fr 52px; }
  .lightbox figure { max-width: calc(100vw - 112px); }
}

@media (max-width: 560px) {
  :root { --page-pad: 21px; --section-pad: 78px; }
  .brand { font-size: 14px; }
  .brand-mark { width: 28px; height: 28px; }
  .hero { min-height: 700px; height: 100svh; }
  .hero-image { object-position: 47% center; }
  .hero-content { margin-bottom: 190px; }
  .hero h1 { margin-top: 17px; font-size: clamp(42px, 12vw, 58px); line-height: .96; }
  .hero-name { font-size: 28px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 28px; }
  .button-light { width: 100%; }
  .hero-facts dd { font-size: 15px; }
  .hero-facts div { min-width: 0; padding-block: 14px; }
  .section-heading h2 { font-size: 44px; }
  .intro-copy .lead { font-size: 24px; }
  .feature-gallery { display: grid; height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 72vw 45vw; }
  .feature-photo-large { grid-column: 1 / -1; grid-row: auto; }
  .detail-list article { grid-template-columns: 36px 1fr; gap: 12px; }
  .amenity-list { grid-template-columns: 1fr; margin-top: 50px; }
  .experiences-heading { display: block; }
  .experience-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .experience-card { min-height: 280px; }
  .experience-card h3 { margin-top: 60px; }
  .proximity { margin-top: 50px; }
  .proximity p { padding: 20px 15px; }
  .gallery-heading { align-items: flex-start; flex-direction: column; }
  .photo-grid { gap: 4px; }
  .photo-grid button:nth-child(8n + 1), .photo-grid button:nth-child(8n + 6) { grid-column: span 2; grid-row: span 1; aspect-ratio: 16 / 9; }
  .host { grid-template-columns: 95px 1fr; gap: 24px; }
  .host-copy { grid-column: 1 / -1; }
  .host-note { grid-column: 1 / -1; }
  .faq-list summary { min-height: 80px; font-size: 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .contact-form { padding: 25px 20px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .site-footer { grid-template-columns: 1fr; gap: 25px; }
  .lightbox[open] { grid-template-columns: 44px 1fr 44px; }
  .lightbox figure { max-width: calc(100vw - 92px); }
  .lightbox-arrow { font-size: 21px; }
}

@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; }
}
