:root {
  --ink: #1f2421;
  --ink-soft: #4b514c;
  --paper: #f7f2e8;
  --paper-deep: #ebe0cc;
  --cedar: #235044;
  --moss: #5d7650;
  --rust: #9d4e33;
  --gold: #c6a05d;
  --sumi: #121614;
  --white: #fffaf0;
  --shadow: 0 24px 60px rgba(18, 22, 20, 0.2);
  --max: 1120px;
  --ease: cubic-bezier(.19, 1, .22, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", Georgia, serif;
  line-height: 1.85;
  letter-spacing: 0;
  min-width: 320px;
}

body.is-loading {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  background: none;
  cursor: pointer;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.section-anchor {
  scroll-margin-top: 88px;
}

.loading-screen {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-content: center;
  gap: 18px;
  background: var(--sumi);
  color: var(--white);
  text-align: center;
  transition: opacity .55s ease, visibility .55s ease;
}

.loading-screen__crest {
  position: relative;
  width: 92px;
  aspect-ratio: 1;
  margin: 0 auto;
  border: 1px solid rgba(198, 160, 93, .75);
  clip-path: polygon(50% 0, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  animation: crestPulse 1.7s ease-in-out infinite;
}

.loading-screen__crest::before,
.loading-screen__crest::after,
.loading-screen__crest span {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 58px;
  height: 1px;
  background: var(--gold);
  transform-origin: left center;
  content: "";
}

.loading-screen__crest::before {
  transform: rotate(0deg) translate(-50%, -50%) scaleX(.8);
}

.loading-screen__crest::after {
  transform: rotate(60deg) translate(-50%, -50%) scaleX(.8);
}

.loading-screen__crest span:nth-child(1) {
  transform: rotate(120deg) translate(-50%, -50%) scaleX(.8);
}

.loading-screen__crest span:nth-child(2) {
  width: 34px;
  transform: rotate(90deg) translate(-50%, -50%) scaleX(.8);
}

.loading-screen__crest span:nth-child(3) {
  width: 34px;
  transform: rotate(30deg) translate(-50%, -50%) scaleX(.8);
}

.loading-screen p {
  margin: 0;
  font-family: Georgia, serif;
  font-size: .88rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.is-loaded .loading-screen {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.splash-wipe {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: var(--cedar);
  transform: translateX(-105%);
  pointer-events: none;
}

body.is-loaded .splash-wipe {
  animation: splashWipe .95s var(--ease) .1s both;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 901;
  width: 100%;
  height: 3px;
  background: rgba(18, 22, 20, .14);
}

.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--rust), var(--gold), var(--cedar));
  transform-origin: left center;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px clamp(18px, 4vw, 54px);
  color: var(--white);
  transition: color .35s ease, background .35s ease, box-shadow .35s ease;
}

.site-header.is-scrolled,
body.nav-open .site-header {
  background: rgba(247, 242, 232, .92);
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(31, 36, 33, .08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 1.05rem;
}

.brand__text {
  display: grid;
  line-height: 1.25;
}

.brand__text strong {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 600;
  white-space: nowrap;
}

.brand__text small {
  font-family: Georgia, serif;
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.menu-button {
  position: relative;
  z-index: 1002;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 250, 240, .18);
  border: 1px solid rgba(255, 250, 240, .5);
  transition: background .25s ease, border-color .25s ease;
}

.site-header.is-scrolled .menu-button,
body.nav-open .menu-button {
  background: rgba(31, 36, 33, .06);
  border-color: rgba(31, 36, 33, .22);
}

.menu-button span:not(.visually-hidden) {
  position: absolute;
  left: 14px;
  width: 20px;
  height: 1px;
  background: currentColor;
  transition: transform .35s var(--ease), opacity .25s ease;
}

.menu-button span:nth-child(1) {
  top: 17px;
}

.menu-button span:nth-child(2) {
  top: 24px;
}

.menu-button span:nth-child(3) {
  top: 31px;
}

body.nav-open .menu-button span:nth-child(1) {
  transform: translateY(7px) rotate(38deg);
}

body.nav-open .menu-button span:nth-child(2) {
  opacity: 0;
}

body.nav-open .menu-button span:nth-child(3) {
  transform: translateY(-7px) rotate(-38deg);
}

.drawer-nav {
  position: fixed;
  inset: 0;
  z-index: 880;
  display: grid;
  place-items: center;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
}

.drawer-nav__circle {
  position: absolute;
  top: -56vmax;
  right: -56vmax;
  width: 112vmax;
  height: 112vmax;
  border-radius: 50%;
  background: var(--paper);
  transform: scale(0);
  transition: transform .7s var(--ease);
}

.drawer-nav__panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  width: min(520px, calc(100% - 48px));
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .35s ease .1s, transform .45s var(--ease) .1s;
}

.drawer-nav__label {
  margin: 0 0 8px;
  color: var(--rust);
  font-family: Georgia, serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.drawer-nav a[data-nav-link] {
  width: fit-content;
  font-size: clamp(2rem, 7vw, 4.8rem);
  line-height: 1;
  color: var(--ink);
  transition: color .25s ease, transform .25s ease;
}

.drawer-nav a[data-nav-link]:hover,
.drawer-nav a[data-nav-link].is-active {
  color: var(--rust);
  transform: translateX(10px);
}

.drawer-nav dl {
  display: grid;
  gap: 2px;
  margin: 28px 0 0;
}

.drawer-nav dt {
  color: var(--ink-soft);
  font-size: .86rem;
}

.drawer-nav dd {
  margin: 0;
  color: var(--cedar);
  font-size: clamp(1.3rem, 4vw, 2rem);
}

body.nav-open .drawer-nav {
  pointer-events: auto;
  visibility: visible;
}

body.nav-open .drawer-nav__circle {
  transform: scale(1);
}

body.nav-open .drawer-nav__panel {
  opacity: 1;
  transform: translateY(0);
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 88svh;
  padding: 118px clamp(20px, 5vw, 72px) 56px;
  color: var(--white);
  overflow: hidden;
}

.hero__slider,
.hero-slide,
.hero-slide img,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1.3s ease, transform 7.5s linear;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(18, 22, 20, .72), rgba(18, 22, 20, .28) 50%, rgba(18, 22, 20, .18)),
    linear-gradient(0deg, rgba(18, 22, 20, .62), transparent 42%);
}

.hero__copy {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  min-width: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rust);
  font-family: Georgia, serif;
  font-size: .76rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold);
}

.hero h1,
.section h2,
.fixed-band h2,
.reserve h2 {
  margin: 0;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0;
}

.hero h1 {
  display: grid;
  gap: 4px;
  font-size: clamp(2rem, 6vw, 5rem);
}

.cover-line {
  position: relative;
  display: block;
  width: fit-content;
  overflow: hidden;
}

.cover-line::before {
  position: absolute;
  inset: 8% 0;
  z-index: 2;
  background: var(--gold);
  transform: translateX(-101%);
  content: "";
}

.cover-line span {
  display: block;
  transform: translateY(105%);
}

body.is-loaded .cover-line::before {
  animation: coverSweep 1.1s var(--ease) .5s both;
}

body.is-loaded .cover-line span {
  animation: textRise .75s var(--ease) .82s both;
}

body.is-loaded .cover-line--delay::before {
  animation-delay: .7s;
}

body.is-loaded .cover-line--delay span {
  animation-delay: 1.02s;
}

.hero h1 .cover-line--sub {
  font-size: clamp(1.1rem, 3vw, 2rem);
  letter-spacing: .06em;
  opacity: .78;
}

.hero__lead {
  max-width: min(610px, 100%);
  margin: 24px 0 0;
  font-size: clamp(.98rem, 2vw, 1.08rem);
  overflow-wrap: anywhere;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: .94rem;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: var(--rust);
  color: var(--white);
}

.button--ghost {
  border: 1px solid currentColor;
}

.hero__motion-note {
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: clamp(24px, 5vw, 52px);
  z-index: 1;
  display: grid;
  gap: 5px;
  width: min(280px, calc(100% - 40px));
  padding: 18px;
  background: rgba(18, 22, 20, .45);
  border: 1px solid rgba(255, 250, 240, .32);
  backdrop-filter: blur(12px);
}

.hero__motion-note span,
.hero__motion-note small {
  color: rgba(255, 250, 240, .72);
  font-family: Georgia, serif;
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero__motion-note strong {
  font-size: .92rem;
  font-weight: 500;
}

.hero-dots {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.hero-dots button {
  width: 22px;
  height: 2px;
  background: rgba(255, 250, 240, .36);
}

.hero-dots button.is-active {
  background: var(--gold);
}

.scroll-cue {
  position: absolute;
  left: clamp(20px, 5vw, 72px);
  bottom: 22px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 250, 240, .75);
  font-family: Georgia, serif;
  font-size: .72rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.scroll-cue span {
  position: relative;
  width: 1px;
  height: 42px;
  overflow: hidden;
  background: rgba(255, 250, 240, .24);
}

.scroll-cue span::before {
  position: absolute;
  inset: 0;
  background: var(--gold);
  transform: translateY(-100%);
  animation: scrollLine 1.8s ease-in-out infinite;
  content: "";
}

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 132px) 0;
}

.intro {
  display: grid;
  grid-template-columns: .35fr .85fr 1fr;
  gap: clamp(22px, 4vw, 64px);
  align-items: start;
}

.intro__symbol {
  display: grid;
  place-items: center;
  width: 128px;
  aspect-ratio: 1;
  border: 1px solid rgba(157, 78, 51, .35);
  clip-path: polygon(50% 0, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
}

.intro__symbol span {
  width: 54px;
  height: 54px;
  border: 1px solid var(--rust);
  border-radius: 50%;
}

.intro__heading h2,
.section-head h2,
.room-feature__body h3,
.fixed-band h2,
.access__body h2,
.reserve h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.8rem);
}

.intro__body p,
.room-feature__body p,
.fixed-band p,
.feature-card p,
.access__body p,
.reserve p {
  color: var(--ink-soft);
}

.section-head {
  max-width: 680px;
  margin-bottom: clamp(28px, 5vw, 56px);
}

.section-head--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.room-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .78fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.room-feature__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.room-feature__body {
  display: grid;
  gap: 16px;
}

.room-feature__body h3 {
  margin: 0;
  line-height: 1.25;
  font-weight: 500;
}

.section-number {
  color: var(--rust);
  font-family: Georgia, serif;
  font-size: 1.35rem;
}

.plain-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 6px 0 0;
  list-style: none;
}

.plain-list li {
  border: 1px solid rgba(35, 80, 68, .25);
  border-radius: 999px;
  padding: 5px 12px;
  color: var(--cedar);
  font-family: Georgia, serif;
  font-size: .78rem;
}

.line-reveal {
  position: relative;
  padding: 12px;
}

.line-reveal::before {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(157, 78, 51, .45);
  clip-path: inset(0 100% 100% 0);
  transition: clip-path 1.05s var(--ease);
  content: "";
}

.line-reveal__inner {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: scale(.975);
  transition: opacity .65s ease .28s, transform .9s var(--ease) .28s;
}

.line-reveal__inner img {
  transform: scale(1.08);
  transition: transform 1.6s var(--ease) .22s;
}

.line-reveal.in-view::before {
  clip-path: inset(0);
}

.line-reveal.in-view .line-reveal__inner {
  opacity: 1;
  transform: scale(1);
}

.line-reveal.in-view .line-reveal__inner img {
  transform: scale(1);
}

.motion-target {
  opacity: 0;
  filter: blur(12px);
  transform: translateY(26px);
  transition: opacity .8s ease, filter .9s ease, transform .8s var(--ease);
}

.motion-target.in-view,
body.is-loaded .hero__copy {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.fixed-band {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 76svh;
  margin-top: 20px;
  background-image:
    linear-gradient(rgba(18, 22, 20, .48), rgba(18, 22, 20, .56)),
    url("../img/bath-openair.png");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: var(--white);
  overflow: hidden;
}

.fixed-band__content {
  width: min(660px, calc(100% - 40px));
  text-align: center;
}

.fixed-band .eyebrow {
  color: var(--gold);
}

.fixed-band p {
  color: rgba(255, 250, 240, .82);
}

.scroll-cue--inside {
  left: 50%;
  transform: translateX(-50%);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
}

.feature-card {
  background: var(--white);
  box-shadow: 0 18px 44px rgba(31, 36, 33, .08);
}

.feature-card img {
  width: 100%;
  aspect-ratio: 1 / .78;
  object-fit: cover;
}

.feature-card__body {
  padding: 22px;
}

.feature-card__body span {
  color: var(--rust);
  font-family: Georgia, serif;
  font-size: .88rem;
}

.feature-card h3 {
  margin: 8px 0 8px;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.25;
}

.feature-card p {
  margin: 0;
  font-size: .94rem;
}

.access {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .8fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.map-card {
  position: relative;
  min-height: 420px;
  background:
    linear-gradient(135deg, rgba(35, 80, 68, .12), transparent 44%),
    linear-gradient(45deg, rgba(198, 160, 93, .16), transparent 46%),
    var(--paper-deep);
  overflow: hidden;
}

.map-card__station,
.map-card__pin {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 72px;
  min-height: 40px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(31, 36, 33, .12);
  font-size: .9rem;
}

.map-card__station {
  left: 10%;
  top: 15%;
}

.map-card__pin {
  right: 13%;
  bottom: 17%;
  background: var(--cedar);
  color: var(--white);
}

.map-card__road {
  position: absolute;
  left: 18%;
  top: 30%;
  width: 64%;
  height: 46%;
  border-right: 2px solid rgba(157, 78, 51, .65);
  border-bottom: 2px solid rgba(157, 78, 51, .65);
  border-radius: 0 0 90px 0;
  transform: scaleX(.1);
  transform-origin: left top;
  transition: transform 1.2s var(--ease) .35s;
}

.map-card__river {
  position: absolute;
  left: -10%;
  bottom: 18%;
  width: 120%;
  height: 70px;
  background: rgba(35, 80, 68, .18);
  transform: rotate(-8deg) translateX(-20%);
  transition: transform 1.1s var(--ease) .2s;
}

.map-card__mountain {
  position: absolute;
  right: 8%;
  top: 10%;
  width: 190px;
  height: 190px;
  background: rgba(93, 118, 80, .24);
  clip-path: polygon(50% 6%, 100% 100%, 0 100%);
}

.line-reveal.in-view .map-card__road {
  transform: scaleX(1);
}

.line-reveal.in-view .map-card__river {
  transform: rotate(-8deg) translateX(0);
}

.info-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
}

.info-list div {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
  border-top: 1px solid rgba(31, 36, 33, .14);
  padding-top: 12px;
}

.info-list dt {
  color: var(--rust);
}

.info-list dd {
  margin: 0;
}

.reserve {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto clamp(70px, 10vw, 120px);
  text-align: center;
}

.reserve__inner {
  padding: clamp(42px, 8vw, 74px) 24px;
  background:
    linear-gradient(rgba(255, 250, 240, .82), rgba(255, 250, 240, .92)),
    url("../img/garden-path.png") center / cover;
}

.reserve__tel {
  margin: 20px 0 0;
  color: var(--cedar);
  font-family: Georgia, serif;
  font-size: clamp(2rem, 8vw, 4.3rem);
  line-height: 1.1;
}

.site-footer {
  display: grid;
  gap: 18px;
  justify-items: center;
  padding: 52px 20px 70px;
  background: var(--sumi);
  color: rgba(255, 250, 240, .76);
  text-align: center;
}

.footer-logo {
  margin: 0;
  color: var(--white);
  font-size: 1.35rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  font-family: Georgia, serif;
}

.site-footer a:hover {
  color: var(--gold);
}

.page-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 700;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--cedar);
  box-shadow: 0 14px 30px rgba(18, 22, 20, .25);
  color: var(--white);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
}

.page-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.page-top span {
  width: 12px;
  height: 12px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transform: rotate(45deg) translate(2px, 2px);
}

@keyframes crestPulse {
  0%,
  100% {
    opacity: .42;
    transform: scale(.96);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes splashWipe {
  0% {
    transform: translateX(-105%);
  }
  45%,
  55% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(105%);
  }
}

@keyframes coverSweep {
  0% {
    transform: translateX(-101%);
  }
  48%,
  52% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
}

@keyframes textRise {
  to {
    transform: translateY(0);
  }
}

@keyframes scrollLine {
  0% {
    transform: translateY(-100%);
  }
  55%,
  100% {
    transform: translateY(100%);
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 88svh;
    padding-bottom: 232px;
  }

  .hero__motion-note {
    right: auto;
    left: 20px;
    bottom: 46px;
  }

  .scroll-cue {
    display: none;
  }

  .intro,
  .room-feature,
  .access {
    grid-template-columns: 1fr;
  }

  .intro__symbol {
    width: 94px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .fixed-band {
    min-height: 68svh;
    background-attachment: scroll;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 13px 16px;
  }

  .brand__mark {
    width: 38px;
    height: 38px;
  }

  .brand__text small {
    display: none;
  }

  .hero {
    padding: 96px 18px 236px;
  }

  .hero h1 {
    font-size: clamp(2.3rem, 11.5vw, 3.45rem);
  }

  .hero__motion-note {
    width: calc(100% - 36px);
    left: 18px;
  }

  .hero__actions {
    margin-top: 20px;
  }

  .hero__lead {
    max-width: 320px;
    font-size: .95rem;
    line-height: 1.75;
  }

  .section {
    width: min(100% - 32px, var(--max));
  }

  .line-reveal {
    padding: 8px;
  }

  .feature-card__body {
    padding: 18px;
  }

  .map-card {
    min-height: 320px;
  }

  .info-list div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .reserve {
    width: calc(100% - 32px);
  }
}

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

  .motion-target,
  .line-reveal__inner {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .line-reveal::before {
    clip-path: inset(0);
  }
}

h1 span, h1 p, h2 span, h2 p { font-size: inherit; }
