.howto-page {
  --howto-paper: oklch(96.8% 0.018 89);
  --howto-paper-deep: oklch(91.8% 0.034 91);
  --howto-cream: oklch(98.4% 0.013 87);
  --howto-ink: oklch(35.8% 0.038 142);
  --howto-ink-soft: oklch(48% 0.026 141);
  --howto-forest: oklch(31.5% 0.063 151);
  --howto-forest-deep: oklch(24.5% 0.05 151);
  --howto-moss: oklch(60.5% 0.102 136);
  --howto-river: oklch(75.5% 0.087 194);
  --howto-gold: oklch(82% 0.105 83);
  --howto-coral: oklch(69% 0.104 29);
  --howto-line: oklch(35.8% 0.038 142 / 18%);
  --howto-content: 1180px;
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  background: var(--howto-paper);
  color: var(--howto-ink);
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", system-ui,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

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

.howto-page h1,
.howto-page h2,
.howto-page h3,
.howto-page p,
.howto-page figure,
.howto-page dl,
.howto-page dd {
  margin: 0;
}

.howto-page h1,
.howto-page h2,
.howto-page h3 {
  text-wrap: balance;
}

.howto-page p {
  text-wrap: pretty;
}

.howto-page a {
  color: inherit;
}

.howto-page img {
  display: block;
  height: auto;
  max-width: 100%;
}

.howto-page :focus-visible {
  outline: 3px dotted var(--howto-river);
  outline-offset: 4px;
}

.howto-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  min-height: 44px;
  padding: 9px 16px;
  border-radius: 10px;
  background: var(--howto-cream);
  color: var(--howto-forest-deep);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.howto-skip-link:focus {
  transform: translateY(0);
}

.howto-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid oklch(35.8% 0.038 142 / 13%);
  background: var(--howto-paper);
}

.howto-header__inner,
.howto-section-shell,
.howto-footer__inner {
  width: min(calc(100% - 48px), var(--howto-content));
  margin-inline: auto;
}

.howto-header__inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.howto-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
  color: var(--howto-forest-deep);
  text-decoration: none;
}

.howto-brand img {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 13px;
  box-shadow: 0 6px 16px oklch(23% 0.045 151 / 20%);
}

.howto-brand span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.2;
}

.howto-brand strong {
  font-family: "Zen Maru Gothic", "Noto Sans JP", system-ui, sans-serif;
  font-size: 0.98rem;
  letter-spacing: 0.055em;
  white-space: nowrap;
}

.howto-brand small {
  margin-top: 4px;
  color: var(--howto-ink-soft);
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.howto-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 32px);
}

.howto-nav > a:not(.howto-nav__cta) {
  color: var(--howto-ink-soft);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.howto-nav > a:not(.howto-nav__cta):hover {
  color: var(--howto-forest);
}

.howto-nav__cta,
.howto-primary-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-inline: 20px;
  border-radius: 12px;
  background: var(--howto-forest);
  color: var(--howto-cream) !important;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background-color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.howto-nav__cta:hover,
.howto-primary-button:hover {
  background: var(--howto-forest-deep);
  transform: translateY(-1px);
}

.howto-eyebrow {
  color: var(--howto-moss);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.4;
}

.howto-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, oklch(82% 0.105 83 / 11%), transparent 23rem),
    radial-gradient(circle at 92% 80%, oklch(75.5% 0.087 194 / 10%), transparent 28rem),
    var(--howto-forest-deep);
  color: var(--howto-cream);
}

.howto-hero::after {
  position: absolute;
  right: 8%;
  bottom: 5%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: oklch(90% 0.08 83 / 56%);
  box-shadow:
    -76px -42px 0 oklch(90% 0.08 83 / 26%),
    56px -116px 0 oklch(90% 0.08 83 / 32%),
    140px -28px 0 oklch(90% 0.08 83 / 21%);
  content: "";
  pointer-events: none;
}

.howto-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(calc(100% - 48px), 1360px);
  min-height: min(820px, calc(100svh - 76px));
  margin-inline: auto;
  grid-template-columns: minmax(430px, 0.95fr) minmax(520px, 1.25fr);
  gap: clamp(48px, 6vw, 88px);
  align-items: center;
  padding-block: clamp(74px, 9vw, 122px);
}

.howto-hero__copy {
  max-width: 34rem;
}

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

.howto-hero h1 {
  margin-top: 20px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(2.8rem, 4.2vw, 3.65rem);
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.3;
}

.howto-hero__copy > p:not(.howto-eyebrow) {
  max-width: 33rem;
  margin-top: 26px;
  color: oklch(95% 0.017 89 / 74%);
  font-size: clamp(0.96rem, 1.2vw, 1.08rem);
  line-height: 2;
}

.howto-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  color: var(--howto-gold) !important;
  font-size: 0.84rem;
  font-weight: 850;
  text-decoration: none;
}

.howto-text-link span {
  font-size: 1.05rem;
}

.howto-map {
  position: relative;
  overflow: hidden;
  border: 1px solid oklch(96% 0.014 87 / 18%);
  border-radius: 28px 18px 26px 20px;
  background: oklch(72% 0.07 125);
  box-shadow: 0 30px 80px oklch(16% 0.035 151 / 42%);
}

.howto-map > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.howto-map::after {
  position: absolute;
  inset: 0 0 49px;
  background:
    linear-gradient(180deg, oklch(18% 0.04 151 / 6%), transparent 34%, oklch(18% 0.04 151 / 14%)),
    linear-gradient(90deg, oklch(18% 0.04 151 / 10%), transparent 16%, transparent 84%, oklch(18% 0.04 151 / 8%));
  content: "";
  pointer-events: none;
}

.howto-map__markers {
  position: absolute;
  inset: 0 0 49px;
  z-index: 2;
  pointer-events: none;
}

.howto-map__marker {
  position: absolute;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 6px 10px 6px 7px;
  border: 1px solid oklch(35.8% 0.038 142 / 26%);
  border-radius: 10px 13px 9px 12px;
  background: var(--howto-cream);
  box-shadow: 0 10px 28px oklch(23% 0.045 151 / 24%);
  color: var(--howto-forest-deep) !important;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  pointer-events: auto;
  transition:
    background-color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

a.howto-map__marker:hover {
  background: var(--howto-gold);
  transform: translateY(-2px);
}

.howto-map__marker b {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: var(--howto-forest);
  color: var(--howto-cream);
  font-size: 0.62rem;
  letter-spacing: 0.04em;
}

.howto-map__marker--circle {
  top: 28%;
  left: 41%;
}

.howto-map__marker--deck {
  bottom: 8%;
  left: 4%;
}

.howto-map__marker--table {
  right: 3%;
  bottom: 29%;
}

.howto-map__marker--tent {
  top: 16%;
  right: 4%;
}

.howto-map figcaption,
.howto-feature figcaption {
  color: var(--howto-ink-soft);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.65;
}

.howto-map figcaption {
  min-height: 49px;
  padding: 12px 16px;
  background: var(--howto-cream);
}

.howto-basics {
  background:
    radial-gradient(circle at 88% 8%, oklch(75.5% 0.087 194 / 11%), transparent 24rem),
    var(--howto-paper);
  padding-block: clamp(100px, 12vw, 158px);
}

.howto-section-heading {
  display: grid;
  max-width: 57rem;
  grid-template-columns: minmax(0, 0.72fr) minmax(260px, 0.5fr);
  gap: 20px clamp(38px, 7vw, 96px);
  align-items: end;
}

.howto-section-heading .howto-eyebrow {
  grid-column: 1 / -1;
}

.howto-section-heading h2,
.howto-places__heading h2,
.howto-cta h2 {
  font-size: clamp(2.1rem, 4vw, 3.85rem);
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.howto-section-heading > p:not(.howto-eyebrow),
.howto-places__heading > p:not(.howto-eyebrow) {
  color: var(--howto-ink-soft);
  font-size: 0.98rem;
}

.howto-step-list {
  display: grid;
  margin: clamp(58px, 8vw, 92px) 0 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--howto-line);
  list-style: none;
}

.howto-step-list li {
  display: grid;
  min-height: 240px;
  grid-template-rows: auto 1fr;
  gap: 26px;
  padding: 28px clamp(24px, 3.5vw, 42px) 32px;
  border-inline-start: 1px solid var(--howto-line);
}

.howto-step-list li:first-child {
  border-inline-start: 0;
}

.howto-step-list li > span {
  color: var(--howto-moss);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.howto-step-list h3 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 850;
  line-height: 1.45;
}

.howto-step-list p {
  margin-top: 12px;
  color: var(--howto-ink-soft);
  font-size: 0.87rem;
}

.howto-controls {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--howto-line);
  border-radius: 16px;
  background: var(--howto-cream);
}

.howto-controls__item {
  display: flex;
  min-height: 92px;
  align-items: center;
  gap: 15px;
  padding: 18px clamp(18px, 2.6vw, 30px);
  border-inline-start: 1px solid var(--howto-line);
}

.howto-controls__item:first-child {
  border-inline-start: 0;
}

.howto-controls__item > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.howto-controls__item strong {
  font-size: 0.82rem;
  font-weight: 850;
}

.howto-controls__item small {
  margin-top: 2px;
  color: var(--howto-ink-soft);
  font-size: 0.66rem;
  font-weight: 650;
  line-height: 1.5;
}

.howto-control-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--howto-line);
  border-radius: 11px;
  background: var(--howto-paper-deep);
  color: var(--howto-forest);
  font-size: 1.15rem;
  font-weight: 900;
}

.howto-keys {
  display: grid;
  width: 58px;
  height: 49px;
  flex: 0 0 auto;
  grid-template-columns: repeat(3, 17px);
  grid-template-rows: repeat(2, 22px);
  gap: 3px;
}

.howto-keys kbd {
  display: grid;
  place-items: center;
  border: 1px solid var(--howto-line);
  border-radius: 4px;
  background: var(--howto-paper-deep);
  color: var(--howto-forest);
  font-family: inherit;
  font-size: 0.55rem;
  font-weight: 900;
  box-shadow: 0 2px 0 oklch(35.8% 0.038 142 / 16%);
}

.howto-keys kbd:first-child {
  grid-column: 2;
}

.howto-places {
  background: var(--howto-cream);
}

.howto-places__heading {
  padding-block: clamp(104px, 13vw, 174px) clamp(70px, 8vw, 100px);
}

.howto-places__heading h2 {
  max-width: 14em;
  margin-top: 20px;
}

.howto-places__heading > p:not(.howto-eyebrow) {
  max-width: 42rem;
  margin-top: 24px;
  font-size: 1rem;
}

.howto-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(52px, 8vw, 112px);
  align-items: center;
  padding: clamp(82px, 10vw, 132px) max(24px, calc((100vw - var(--howto-content)) / 2));
}

.howto-feature + .howto-feature:not(.howto-feature--dark) {
  border-top: 1px solid var(--howto-line);
}

.howto-feature__media {
  min-width: 0;
}

.howto-feature__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid oklch(35.8% 0.038 142 / 16%);
  border-radius: 24px 15px 22px 18px;
  object-fit: cover;
  box-shadow: 0 24px 64px oklch(31.5% 0.04 143 / 16%);
}

.howto-feature figcaption {
  margin-top: 12px;
  padding-inline: 4px;
}

.howto-feature__copy {
  max-width: 33rem;
}

.howto-feature__number {
  color: var(--howto-moss);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.howto-feature h3 {
  margin-top: 18px;
  font-size: clamp(2rem, 3.7vw, 3.4rem);
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.howto-feature__copy > p:not(.howto-feature__number, .howto-feature__note) {
  max-width: 39rem;
  margin-top: 24px;
  color: var(--howto-ink-soft);
  font-size: 0.96rem;
}

.howto-detail-list {
  margin-top: 30px;
  border-bottom: 1px solid var(--howto-line);
}

.howto-detail-list > div {
  display: grid;
  grid-template-columns: minmax(112px, 0.34fr) 1fr;
  gap: 20px;
  padding-block: 16px;
  border-top: 1px solid var(--howto-line);
}

.howto-detail-list dt {
  color: var(--howto-moss);
  font-size: 0.68rem;
  font-weight: 850;
}

.howto-detail-list dd {
  color: var(--howto-ink-soft);
  font-size: 0.78rem;
}

.howto-tip {
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid oklch(60.5% 0.102 136 / 26%);
  border-radius: 14px;
  background: oklch(93% 0.04 127);
}

.howto-tip strong {
  font-size: 0.78rem;
  font-weight: 850;
}

.howto-tip p {
  margin-top: 4px;
  color: var(--howto-ink-soft);
  font-size: 0.75rem;
}

.howto-feature--dark {
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  background:
    radial-gradient(circle at 12% 20%, oklch(82% 0.105 83 / 9%), transparent 23rem),
    radial-gradient(circle at 88% 86%, oklch(75.5% 0.087 194 / 10%), transparent 24rem),
    var(--howto-forest-deep);
  color: var(--howto-cream);
}

.howto-feature--dark .howto-feature__number {
  color: var(--howto-gold);
}

.howto-feature--dark .howto-feature__copy > p:not(.howto-feature__number, .howto-feature__note),
.howto-feature--dark .howto-feature__note,
.howto-feature--dark figcaption {
  color: oklch(95% 0.017 89 / 72%);
}

.howto-feature--dark .howto-feature__media img {
  border-color: oklch(96% 0.014 87 / 18%);
  box-shadow: 0 28px 74px oklch(15% 0.04 151 / 40%);
}

.howto-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.howto-capabilities li {
  padding: 8px 11px;
  border: 1px solid oklch(95% 0.017 89 / 24%);
  border-radius: 10px;
  background: oklch(95% 0.017 89 / 7%);
  color: var(--howto-cream);
  font-size: 0.72rem;
  font-weight: 800;
}

.howto-feature__note {
  margin-top: 18px;
  font-size: 0.75rem;
}

.howto-tips {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--howto-line);
  background:
    radial-gradient(circle at 80% 22%, oklch(75.5% 0.087 194 / 12%), transparent 26rem),
    var(--howto-paper-deep);
  padding-block: clamp(104px, 13vw, 168px);
}

.howto-section-heading--compact {
  max-width: 60rem;
}

.howto-tip-lines {
  display: grid;
  margin-top: clamp(54px, 7vw, 86px);
  border-block: 1px solid var(--howto-line);
}

.howto-tip-lines > div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: clamp(20px, 4vw, 54px);
  align-items: start;
  padding-block: 24px;
  border-top: 1px solid var(--howto-line);
}

.howto-tip-lines > div:first-child {
  border-top: 0;
}

.howto-tip-lines span {
  color: var(--howto-moss);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.howto-tip-lines p {
  display: grid;
  grid-template-columns: minmax(190px, 0.38fr) minmax(0, 1fr);
  gap: 24px;
  color: var(--howto-ink-soft);
  font-size: 0.88rem;
}

.howto-tip-lines strong {
  color: var(--howto-ink);
  font-size: 1rem;
  font-weight: 850;
}

.howto-cta {
  background: var(--howto-forest);
  color: var(--howto-cream);
  padding-block: clamp(82px, 9vw, 118px);
}

.howto-cta__inner {
  display: grid;
  width: min(calc(100% - 48px), var(--howto-content));
  margin-inline: auto;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.howto-cta__inner > img {
  width: 110px;
  height: 110px;
  border-radius: 28px;
  box-shadow: 0 16px 36px oklch(17% 0.04 151 / 30%);
}

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

.howto-cta h2 {
  margin-top: 12px;
  font-size: clamp(1.8rem, 3.3vw, 3rem);
}

.howto-cta p:not(.howto-eyebrow) {
  max-width: 43rem;
  margin-top: 14px;
  color: oklch(95% 0.017 89 / 72%);
  font-size: 0.88rem;
}

.howto-primary-button {
  min-height: 52px;
  padding-inline: 24px;
  background: var(--howto-gold);
  color: var(--howto-forest-deep) !important;
  white-space: nowrap;
}

.howto-primary-button:hover {
  background: oklch(87% 0.105 83);
}

.howto-footer {
  border-top: 1px solid oklch(96% 0.014 87 / 10%);
  background: var(--howto-forest-deep);
  color: oklch(95% 0.017 89 / 78%);
  padding-block: 48px;
}

.howto-footer__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.howto-footer .howto-brand {
  color: var(--howto-cream);
}

.howto-footer .howto-brand small {
  color: oklch(95% 0.017 89 / 58%);
}

.howto-footer__inner > div > p {
  margin-top: 18px;
  color: oklch(95% 0.017 89 / 52%);
  font-size: 0.68rem;
}

.howto-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 24px;
}

.howto-footer nav a {
  font-size: 0.7rem;
  font-weight: 750;
  text-decoration: none;
}

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

@media (max-width: 1160px) {
  .howto-hero__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-block: 74px 88px;
  }

  .howto-hero__copy {
    max-width: 46rem;
  }

  .howto-hero h1 {
    max-width: 11em;
  }

  .howto-map {
    width: 100%;
  }

  .howto-feature {
    gap: 54px;
  }

  .howto-cta__inner {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .howto-cta__inner > img {
    width: 88px;
    height: 88px;
    border-radius: 22px;
  }

  .howto-primary-button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 820px) {
  .howto-header__inner,
  .howto-section-shell,
  .howto-footer__inner,
  .howto-cta__inner {
    width: min(calc(100% - 32px), var(--howto-content));
  }

  .howto-header__inner {
    min-height: 68px;
  }

  .howto-nav > a:not(.howto-nav__cta) {
    display: none;
  }

  .howto-nav__cta {
    min-height: 44px;
    padding-inline: 15px;
  }

  .howto-hero__inner {
    width: min(calc(100% - 32px), 1360px);
    padding-block: 58px 70px;
  }

  .howto-hero h1 {
    font-size: clamp(2.45rem, 10vw, 3.55rem);
  }

  .howto-map {
    overflow: visible;
    border-radius: 20px;
  }

  .howto-map > img {
    border-radius: 19px 19px 0 0;
  }

  .howto-map::after {
    inset: 0 0 auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .howto-map__markers {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    background: var(--howto-cream);
    pointer-events: auto;
  }

  .howto-map__marker {
    position: static;
    min-width: 0;
    min-height: 52px;
    border-width: 1px 0 0 1px;
    border-radius: 0;
    box-shadow: none;
    white-space: normal;
  }

  .howto-map__marker:nth-child(odd) {
    border-inline-start: 0;
  }

  a.howto-map__marker:hover {
    transform: none;
  }

  .howto-map figcaption {
    min-height: auto;
    border-top: 1px solid var(--howto-line);
    border-radius: 0 0 19px 19px;
  }

  .howto-section-heading {
    max-width: 43rem;
    grid-template-columns: 1fr;
  }

  .howto-section-heading .howto-eyebrow {
    grid-column: auto;
  }

  .howto-step-list {
    grid-template-columns: 1fr;
  }

  .howto-step-list li {
    min-height: auto;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 18px;
    padding: 25px 4px;
    border-top: 1px solid var(--howto-line);
    border-inline-start: 0;
  }

  .howto-step-list li:first-child {
    border-top: 0;
  }

  .howto-controls {
    grid-template-columns: 1fr;
  }

  .howto-controls__item {
    min-height: 82px;
    border-top: 1px solid var(--howto-line);
    border-inline-start: 0;
  }

  .howto-controls__item:first-child {
    border-top: 0;
  }

  .howto-feature,
  .howto-feature--dark {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 76px 16px;
  }

  .howto-feature__copy {
    max-width: 43rem;
    margin-inline: auto;
  }

  .howto-feature__media {
    width: min(100%, 43rem);
    margin-inline: auto;
  }

  .howto-feature--dark .howto-feature__copy {
    order: 2;
  }

  .howto-feature--dark .howto-feature__media {
    order: 1;
  }

  .howto-tip-lines p {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .howto-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .howto-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .howto-brand img {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .howto-brand small {
    display: none;
  }

  .howto-nav__cta {
    font-size: 0.72rem;
  }

  .howto-nav__cta span {
    display: none;
  }

  .howto-hero__inner {
    gap: 46px;
  }

  .howto-hero h1 {
    font-size: clamp(1.95rem, 8.8vw, 2.45rem);
    line-height: 1.35;
  }

  .howto-hero__copy > p:not(.howto-eyebrow) {
    font-size: 0.9rem;
  }

  .howto-map__markers {
    grid-template-columns: 1fr;
  }

  .howto-map__marker,
  .howto-map__marker:nth-child(odd) {
    border-inline-start: 0;
  }

  .howto-section-heading h2,
  .howto-places__heading h2,
  .howto-cta h2 {
    font-size: clamp(1.85rem, 9vw, 2.55rem);
  }

  .howto-detail-list > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .howto-feature h3 {
    font-size: clamp(1.9rem, 9vw, 2.55rem);
  }

  .howto-tip-lines > div {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .howto-cta__inner {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 22px 16px;
  }

  .howto-cta__inner > img {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }

  .howto-primary-button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .howto-page {
    scroll-behavior: auto;
  }

  .howto-skip-link,
  .howto-nav__cta,
  .howto-primary-button,
  .howto-map__marker {
    transition: none;
  }
}

@media (forced-colors: active) {
  .howto-brand img,
  .howto-map__marker b,
  .howto-control-icon,
  .howto-keys kbd {
    forced-color-adjust: none;
  }
}

:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  background: oklch(96.8% 0.018 89);
}

body {
  margin: 0;
  background: oklch(96.8% 0.018 89);
}

body > .howto-page {
  height: auto;
  min-height: 100dvh;
  overflow-y: visible;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
