/* 高野造園建設 トップ。名前は tobi / tz。参照サイトのセレクタは使わない。 */

/* ==========================================================================
   Top page
   写真と余白を主役に、造る・整える・しまうを一つの物語として見せる。
   ========================================================================== */

.tobi-page-gate {
  --tz-paper: #fbfaf7;
  --tz-paper-2: #eeece6;
  --tz-ink: #1b1c19;
  --tz-line: rgb(27 28 25 / 18%);
  --tz-dark: #202722;
  --tz-gold: #f0d078;
  --tz-gold-bright: #ffe9a8;
  --tz-gold-shine: #fff6cf;
  --tz-gold-glow: rgb(232 196 106 / 62%);
  --tz-gold-mist: rgb(212 168 80 / 48%);
  --tz-gold-line: rgb(240 200 110 / 82%);
  --tz-serif: "Crimson Pro", "Times New Roman", serif;
  overflow-x: clip;
  background: var(--tz-paper);
}

.tobi-page-gate main {
  color: var(--tz-ink);
}

.tobi-shell {
  width: min(100% - clamp(2rem, 8vw, 7.5rem), 1240px);
  margin-inline: auto;
}

.tobi-skip {
  position: fixed;
  z-index: 1000;
  inset-block-start: 0.75rem;
  inset-inline-start: 0.75rem;
  padding: 0.6rem 0.9rem;
  color: var(--tz-paper);
  background: var(--tz-ink);
  transform: translateY(-180%);
}

.tobi-skip:focus {
  color: var(--tz-paper);
  transform: translateY(0);
}

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

/* --------------------------------------------------------------------------
   Shared home typography and links
   -------------------------------------------------------------------------- */

.tobi-head_label {
  margin: 0 0 0.8rem;
}

.tobi-ja {
  margin: 0;
  font-family: var(--tz-mincho);
  font-size: clamp(2.75rem, 5vw, 4.8rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.06em;
  color: var(--tz-ink);
}

.tobi-en {
  margin: 0.4rem 0 0;
  font-family: var(--tz-serif);
  font-size: clamp(0.72rem, 1.1vw, 0.88rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.14em;
  color: var(--c-body);
}

.tobi-head h2,
.tobi-record_head h2,
.tobi-ask h2 {
  margin: 0;
  font-family: var(--tz-mincho);
  font-size: clamp(1.7rem, 3.15vw, 2.8rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.06em;
  color: inherit;
}

.tobi-head_lead {
  max-width: 38rem;
  margin: 0;
  font-size: 0.92rem;
  line-height: 2.1;
  color: var(--c-body);
}

.tobi-pill {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem;
  width: fit-content;
  min-height: 2.75rem;
  padding: 0.55rem 1rem 0.55rem 1.25rem;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  color: var(--tz-ink);
  border: 1px solid currentColor;
  border-radius: 999px;
  transition:
    color 0.35s var(--tz-ease),
    background-color 0.35s var(--tz-ease);
}

.tobi-pill span {
  font-size: 0.95rem;
  transition: transform 0.35s var(--tz-ease);
}

.tobi-textlink {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  padding-block-end: 0.28rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--tz-ink);
  border-bottom: 1px solid currentColor;
}

.tobi-textlink::after {
  content: "↗";
  font-size: 0.9rem;
  transition: transform 0.35s var(--tz-ease);
}

@media (hover: hover) {
  .tobi-pill:hover {
    color: var(--tz-paper);
    background: var(--tz-ink);
  }

  .tobi-pill:hover span,
  .tobi-textlink:hover::after {
    transform: translate(0.2rem, -0.2rem);
  }
}

/* --------------------------------------------------------------------------
   Home header
   オープニング中は専用ナビを使い、本文に入ってから共通ヘッダーを出す。
   -------------------------------------------------------------------------- */

.tobi-page-gate .tobi-bar {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%);
  background: rgb(251 250 247 / 94%);
  border-bottom-color: var(--tz-line);
  box-shadow: none;
  backdrop-filter: blur(12px);
  transition:
    opacity 0.45s var(--tz-ease),
    visibility 0.45s var(--tz-ease),
    transform 0.45s var(--tz-ease),
    background-color 0.45s var(--tz-ease),
    border-color 0.45s var(--tz-ease);
}

.tobi-page-gate.is-tz-bar-on .tobi-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.tobi-section-nav {
  position: fixed;
  z-index: 40;
  inset-inline-end: clamp(1rem, 3vw, 2.4rem);
  inset-block-start: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.45rem;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.45s var(--tz-ease),
    visibility 0.45s var(--tz-ease);
}

.tobi-page-gate.is-tz-section-nav-on .tobi-section-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.tobi-section-nav a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.08rem;
  color: var(--tz-ink);
}

.tobi-section-nav_ja {
  font-family: var(--tz-mincho);
  font-size: 0.92rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.tobi-section-nav_en {
  font-family: var(--tz-serif);
  font-size: 0.58rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: var(--c-body);
}

.tobi-page-gate .tobi-bar__inner {
  max-width: none;
  min-height: 4.25rem;
  padding-inline: clamp(1rem, 2.2vw, 2rem);
}

.tobi-page-gate .tobi-bar__logo {
  font-weight: 400;
}

.tobi-page-gate .tobi-bar .c-btn--fill {
  color: var(--tz-paper);
  background: var(--tz-ink);
  border-color: var(--tz-ink);
}

.tobi-page-gate .tobi-bar .c-btn--fill:hover {
  color: var(--tz-paper);
  background: #343630;
  border-color: #343630;
}

.tobi-page-gate.is-tz-bar-invert .tobi-bar {
  color: var(--tz-paper);
  background: rgb(28 34 30 / 94%);
  border-bottom-color: rgb(255 255 255 / 18%);
}

.tobi-page-gate.is-tz-bar-invert .tobi-bar__logo,
.tobi-page-gate.is-tz-bar-invert .tobi-bar__list a,
.tobi-page-gate.is-tz-bar-invert .tobi-bar__tel {
  color: var(--tz-paper);
}

.tobi-page-gate.is-tz-bar-invert .tobi-bar__list a:hover,
.tobi-page-gate.is-tz-bar-invert .tobi-bar__list a.is-current,
.tobi-page-gate.is-tz-bar-invert .tobi-bar__tel:hover {
  color: #c9d1c6;
}

.tobi-page-gate.is-tz-bar-invert .tobi-bar .c-btn--fill {
  color: var(--tz-dark);
  background: var(--tz-paper);
  border-color: var(--tz-paper);
}

.tobi-page-gate.is-tz-bar-invert .tobi-bar__toggle-bar {
  background: var(--tz-paper);
}

/* --------------------------------------------------------------------------
   1. Opening
   -------------------------------------------------------------------------- */

.tobi-gate {
  --tz-clip-top: 35vh;
  --tz-clip-right: 35vw;
  --tz-clip-bottom: 37vh;
  --tz-clip-left: 35vw;
  --tz-glow: 0;
  --tz-marks: 1;
  --tz-start: 1;
  --tz-scroll-cue: 0;
  --tz-words: 0;
  --tz-crest-opacity: 0;
  --tz-sign: 0;
  --tz-shade: 0;
  --tz-fade: 0;
  --tz-zoom: 1;
  --tz-hero-stroke: 0.048em rgb(0 0 0 / 55%);
  --tz-hero-shadow:
    0 0 1px rgb(0 0 0 / 95%),
    0 0 2px rgb(0 0 0 / 82%),
    0 1px 4px rgb(0 0 0 / 72%),
    0 2px 9px rgb(0 0 0 / 45%);
  position: relative;
  z-index: 1;
  height: 240svh;
  min-height: 100rem;
  background: var(--tz-paper);
}

.tobi-gate_stage {
  position: sticky;
  inset-block-start: 0;
  height: 100svh;
  min-height: 36rem;
  overflow: hidden;
  isolation: isolate;
  background: var(--tz-paper);
}

.tobi-gate_glow {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #d8d8d5;
  opacity: var(--tz-glow);
  pointer-events: none;
}

.tobi-gate_window {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  clip-path: inset(
    var(--tz-clip-top)
    var(--tz-clip-right)
    var(--tz-clip-bottom)
    var(--tz-clip-left)
  );
  background: #263128;
  will-change: clip-path;
}

.tobi-gate_photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  transform: scale(var(--tz-zoom));
  will-change: transform;
}

.tobi-gate_shade,
.tobi-gate_mist {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tobi-gate_shade {
  background: #101511;
  opacity: var(--tz-shade);
}

.tobi-gate_mist {
  background: linear-gradient(
    to bottom,
    transparent 45%,
    rgb(251 250 247 / 12%) 68%,
    var(--tz-paper) 100%
  );
  opacity: var(--tz-fade);
}

.tobi-gate_marks {
  position: absolute;
  z-index: 5;
  inset: 0;
  opacity: var(--tz-marks);
  color: var(--tz-ink);
  will-change: opacity;
}

.tobi-gate_name {
  position: absolute;
  inset-inline-start: clamp(1rem, 2vw, 1.8rem);
  inset-block-end: clamp(1rem, 2vw, 1.7rem);
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  max-width: min(38rem, calc(50% - 2.5rem));
  color: var(--tz-ink);
}

.tobi-gate_name-stack {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}

.tobi-gate_name-ja {
  font-family: var(--tz-mincho);
  font-size: clamp(1.35rem, 2.4vw, 2.15rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}

.tobi-gate_name-brand {
  display: block;
  font-family: var(--tz-serif);
  font-size: clamp(0.58rem, 0.85vw, 0.75rem);
  letter-spacing: 0.16em;
  line-height: 1;
  opacity: 1;
}

.tobi-gate_name-en {
  padding-block-end: 0.05rem;
  font-family: var(--tz-serif);
  font-size: clamp(0.48rem, 0.65vw, 0.62rem);
  line-height: 1.05;
  letter-spacing: 0.12em;
}

.tobi-gate_links {
  position: absolute;
  inset-inline-end: clamp(1rem, 3vw, 2.4rem);
  inset-block-start: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.45rem;
  width: max-content;
  transform: translateY(-50%);
}

.tobi-gate_links a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 0.08rem;
  color: var(--tz-ink);
}

.tobi-gate_links-en {
  font-family: var(--tz-serif);
  font-size: 0.58rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: var(--tz-ink);
}

.tobi-gate_links-ja {
  font-family: var(--tz-mincho);
  font-size: 0.92rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: var(--tz-ink);
}

.tobi-gate_mail {
  position: absolute;
  inset-block-start: 0.85rem;
  inset-inline-end: 0.85rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  min-width: 6.5rem;
  min-height: 2.6rem;
  padding: 0.45rem 0.85rem;
  color: var(--tz-paper);
  background: var(--tz-ink);
}

.tobi-gate_mail-ja {
  font-family: var(--tz-mincho);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  line-height: 1.1;
  white-space: nowrap;
}

.tobi-gate_mail-en {
  font-family: var(--tz-serif);
  font-size: 0.52rem;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 0.88;
  white-space: nowrap;
}

.tobi-gate_start {
  position: absolute;
  inset-inline: 0;
  inset-block-start: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.12rem;
  width: fit-content;
  margin-inline: auto;
  padding: 0.65rem 1.35rem;
  border: 1px solid var(--tz-ink);
  background: rgb(251 250 247 / 88%);
  color: var(--tz-ink);
  cursor: pointer;
  appearance: none;
  transform: translateY(-50%);
  opacity: var(--tz-start);
  transition: opacity 0.35s var(--tz-ease);
}

.tobi-gate_start-ja {
  font-family: var(--tz-mincho);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  line-height: 1.1;
}

.tobi-gate_start-en {
  font-family: var(--tz-serif);
  font-size: 0.52rem;
  letter-spacing: 0.12em;
  line-height: 1;
  opacity: 0.88;
}

.tobi-gate_start:hover {
  color: var(--tz-paper);
  background: var(--tz-ink);
}

.tobi-gate_start:focus-visible {
  outline: 2px solid rgb(27 28 25 / 35%);
  outline-offset: 0.25rem;
}

.tobi-gate_scroll {
  position: absolute;
  z-index: 6;
  inset-inline: 0;
  inset-block-end: clamp(1rem, 2vw, 1.7rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  margin-inline: auto;
  padding: 0;
  border: 0;
  background: none;
  font-family: var(--tz-serif);
  font-size: 0.58rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14em;
  color: var(--tz-ink);
  cursor: pointer;
  appearance: none;
  opacity: var(--tz-scroll-cue);
  pointer-events: auto;
  transition: opacity 0.35s var(--tz-ease);
}

.tobi-gate_scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.55rem;
  background: currentColor;
  opacity: 0.72;
  transform-origin: top center;
}

.tobi-gate.is-tz-hero-lit .tobi-gate_scroll {
  color: #fff;
  text-shadow: 0 1px 3px rgb(0 0 0 / 0.45);
}

html.js .tobi-gate.is-tz-hero-lit .tobi-gate_scroll:not([hidden]) {
  animation: tz-hint-float 2.5s var(--tz-ease) 0.35s infinite;
}

html.js .tobi-gate.is-tz-hero-lit .tobi-gate_scroll:not([hidden])::after {
  animation: tz-hint-line 2.5s var(--tz-ease) 0.35s infinite;
}

.tobi-gate_scroll:focus-visible {
  outline: 2px solid rgb(255 255 255 / 45%);
  outline-offset: 0.25rem;
}

.tobi-gate_hint {
  position: absolute;
  inset-inline: 0;
  inset-block-end: clamp(1rem, 2vw, 1.7rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  margin-inline: auto;
  padding: 0;
  border: 0;
  background: none;
  font-family: var(--tz-serif);
  font-size: 0.58rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14em;
  color: var(--tz-ink);
  cursor: pointer;
  appearance: none;
}

.tobi-gate_hint::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.55rem;
  background: currentColor;
  opacity: 0.72;
  transform-origin: top center;
}

@keyframes tz-hint-float {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.82;
  }

  50% {
    transform: translateY(0.32rem);
    opacity: 1;
  }
}

@keyframes tz-hint-line {
  0%,
  100% {
    transform: scaleY(0.4);
    opacity: 0.55;
  }

  50% {
    transform: scaleY(1);
    opacity: 0.88;
  }
}

html.js .tobi-page-gate:not(.is-tz-ready) .tobi-gate_hint {
  opacity: 0;
}

html.js .tobi-page-gate.is-tz-ready .tobi-gate_hint {
  animation: tz-hint-float 2.5s var(--tz-ease) 0.75s infinite;
}

html.js .tobi-page-gate.is-tz-ready .tobi-gate_hint::after {
  animation: tz-hint-line 2.5s var(--tz-ease) 0.75s infinite;
}

.tobi-gate_hint:hover {
  color: var(--tz-ink);
}

.tobi-gate_hint:focus-visible {
  outline: 2px solid rgb(27 28 25 / 35%);
  outline-offset: 0.25rem;
}

.tobi-gate_verse {
  position: absolute;
  z-index: 5;
  inset: 0;
  margin: 0;
  font-family: var(--tz-mincho);
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #121110;
  opacity: calc(1 - var(--tz-fade));
  text-shadow: none;
  pointer-events: none;
  will-change: color, opacity;
}

.tobi-gate.is-tz-hero-lit .tobi-gate_verse {
  font-weight: 800;
  color: #fff;
}

.tobi-gate.is-tz-hero-lit .tobi-gate_verse,
.tobi-gate.is-tz-hero-lit .tobi-gate_words-line,
.tobi-gate.is-tz-hero-lit .tobi-gate_sign-ja,
.tobi-gate.is-tz-hero-lit .tobi-gate_words-nav a {
  -webkit-text-stroke: var(--tz-hero-stroke);
  paint-order: stroke fill;
  text-shadow: var(--tz-hero-shadow);
}

.tobi-gate_verse span {
  position: absolute;
  left: 50%;
  display: block;
  writing-mode: vertical-rl;
  white-space: nowrap;
  transform: translateX(-50%);
}

.tobi-gate_verse-fore {
  top: auto;
  bottom: calc(65svh + 0.9rem);
}

.tobi-gate_verse-aft {
  top: 66svh;
}

.tobi-gate_sign {
  --tz-crest-size: clamp(3.75rem, 6.8vw, 6rem);
  position: absolute;
  z-index: 4;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #fff;
  text-align: center;
  pointer-events: none;
}

.tobi-gate_crest-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  pointer-events: auto;
}

.tobi-gate_crest-btn {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  appearance: none;
}

.tobi-gate_crest-btn:disabled {
  cursor: default;
  pointer-events: none;
}

.tobi-gate_crest-btn:focus-visible {
  outline: 2px solid rgb(255 255 255 / 55%);
  outline-offset: 0.35rem;
}

.tobi-crest_frame {
  display: grid;
  place-items: center;
  opacity: var(--tz-crest-opacity, var(--tz-sign));
  will-change: opacity;
}

.tobi-crest {
  width: var(--tz-crest-size);
  height: var(--tz-crest-size);
  perspective: calc(var(--tz-crest-size) * 3.4);
  transform-style: preserve-3d;
}

.tobi-crest_spin {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: tz-crest-turn 16s linear infinite;
}

.tobi-crest_face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: transparent;
}

.tobi-crest_face img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tobi-crest_face-fore {
  transform: translateZ(calc(var(--tz-crest-size) * 0.068));
}

.tobi-crest_face-aft {
  transform: rotateY(180deg) translateZ(calc(var(--tz-crest-size) * 0.068));
}

@keyframes tz-crest-turn {
  from {
    transform: rotateX(18deg) rotateY(0deg);
  }

  to {
    transform: rotateX(18deg) rotateY(360deg);
  }
}

.tobi-gate_sign-ja,
.tobi-gate_sign-en {
  margin: 0;
}

.tobi-gate_sign-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.28rem;
  margin-block-start: 0.75rem;
  opacity: var(--tz-sign);
  will-change: opacity;
}

.tobi-gate.is-tz-hero-lit .tobi-gate_sign-copy {
  font-weight: 800;
  color: #fff;
}

.tobi-gate_sign-ja {
  font-family: var(--tz-mincho);
  font-size: clamp(1.05rem, 1.65vw, 1.4rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.25;
  color: #fff;
}

.tobi-gate_sign-en {
  font-family: var(--tz-serif);
  font-size: clamp(0.48rem, 0.62vw, 0.58rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.3;
  color: #fff;
}

@media (min-width: 901px) {
  .tobi-gate_sign {
    --tz-crest-size: clamp(4.6rem, 6.4vw, 6.1rem);
    justify-content: center;
    padding-block-end: 5vh;
  }

  .tobi-crest_frame {
    position: relative;
    width: calc(var(--tz-crest-size) * 1.22);
    height: calc(var(--tz-crest-size) * 1.22);
    border-radius: 50%;
    border: 1px solid rgb(240 200 110 / 46%);
    background:
      radial-gradient(circle at 50% 42%, rgb(0 0 0 / 28%) 0%, rgb(0 0 0 / 12%) 52%, transparent 72%);
    box-shadow:
      inset 0 0 0 1px rgb(255 255 255 / 7%),
      0 0.35rem 1.8rem rgb(0 0 0 / 34%),
      0 0 1.4rem rgb(212 168 80 / 16%);
  }

  .tobi-crest_frame::before {
    content: "";
    position: absolute;
    inset: 0.62rem;
    border: 1px solid rgb(240 200 110 / 16%);
    border-radius: 50%;
    pointer-events: none;
  }

  .tobi-gate_sign-copy {
    margin-block-start: 0.95rem;
    gap: 0.32rem;
  }

  /* 展開前：縦書きキャッチを写真窓（35vh–63vh）の外へ */
  .tobi-gate:not(.is-tz-hero-lit) .tobi-gate_verse-fore {
    top: 10.5svh;
    bottom: auto;
  }

  .tobi-gate:not(.is-tz-hero-lit) .tobi-gate_verse-aft {
    top: 70svh;
  }

  .tobi-gate_words-a {
    inset-block-start: 41%;
  }

  .tobi-gate_words-b {
    inset-block-start: 39.5%;
    width: min(26vw, 22rem);
  }
}

.tobi-gate_words {
  position: absolute;
  z-index: 4;
  inset: 0;
  color: #fff;
  opacity: var(--tz-words);
  pointer-events: none;
  will-change: opacity;
}

.tobi-gate.is-tz-hero-lit .tobi-gate_words-a,
.tobi-gate.is-tz-hero-lit .tobi-gate_words-b {
  font-weight: 800;
  color: #fff;
}

.tobi-gate_words p {
  position: absolute;
  width: min(29vw, 25rem);
  margin: 0;
  font-family: var(--tz-mincho);
  font-size: clamp(0.84rem, 1.05vw, 1rem);
  font-weight: 800;
  line-height: 2.15;
  letter-spacing: 0.05em;
  color: #fff;
}

.tobi-gate_words-line {
  display: block;
  font-weight: 800;
}

.tobi-gate_words-a {
  inset-block-start: 39%;
  inset-inline-start: 11.8vw;
}

.tobi-gate_words-b {
  inset-block-start: 36%;
  inset-inline-start: 60vw;
}

.tobi-gate_words-nav {
  position: absolute;
  inset-inline: 11.8vw;
  inset-block-end: calc(8.5svh + 1.75rem);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 10vw;
  pointer-events: auto;
}

.tobi-gate_words-nav a {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding-block: 0.65rem;
  overflow: visible;
  font-family: var(--tz-mincho);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--tz-gold-shine);
  border-bottom: 2px solid var(--tz-gold-line);
  isolation: isolate;
}

.tobi-gate_words-nav a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -1.15rem -0.9rem;
  background:
    radial-gradient(
      ellipse 135% 105% at 50% 55%,
      transparent 0%,
      transparent 30%,
      rgb(255 220 130 / 22%) 46%,
      rgb(232 188 96 / 18%) 62%,
      transparent 80%
    );
  filter: blur(15px);
  opacity: 0.34;
  pointer-events: none;
}

.tobi-gate_words-nav a::after {
  content: "›";
  position: relative;
  z-index: 1;
  font-family: sans-serif;
  font-size: 1.05em;
  line-height: 1;
  color: var(--tz-gold-bright);
  text-shadow:
    0 0 1px rgb(255 236 180 / 90%),
    0 0 10px rgb(240 200 110 / 48%);
}

@keyframes tz-words-nav-enter {
  from {
    opacity: 0;
    transform: translateY(0.85rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tz-words-nav-pulse {
  0%,
  100% {
    color: var(--tz-gold);
    border-bottom-color: rgb(240 200 110 / 62%);
    letter-spacing: 0.04em;
    text-shadow:
      0 0 1px rgb(0 0 0 / 95%),
      0 0 2px rgb(0 0 0 / 82%),
      0 1px 4px rgb(0 0 0 / 72%),
      0 2px 9px rgb(0 0 0 / 45%),
      0 0 10px rgb(240 200 110 / 42%);
  }

  50% {
    color: var(--tz-gold-shine);
    border-bottom-color: rgb(255 228 150 / 98%);
    letter-spacing: 0.09em;
    text-shadow:
      0 0 1px rgb(0 0 0 / 95%),
      0 0 2px rgb(0 0 0 / 82%),
      0 1px 4px rgb(0 0 0 / 72%),
      0 2px 9px rgb(0 0 0 / 45%),
      0 0 6px rgb(255 200 90 / 72%);
  }
}

@keyframes tz-words-nav-mist {
  0%,
  100% {
    opacity: 0.28;
    transform: scale(0.98);
    filter: blur(16px);
  }

  50% {
    opacity: 0.52;
    transform: scale(1.18);
    filter: blur(22px);
  }
}

@keyframes tz-words-nav-arrow {
  0%,
  100% {
    transform: translateX(0);
    opacity: 0.9;
    color: var(--tz-gold-bright);
    text-shadow:
      0 0 1px rgb(255 236 180 / 88%),
      0 0 10px rgb(240 200 110 / 44%);
  }

  50% {
    transform: translateX(0.28rem);
    opacity: 1;
    color: var(--tz-gold-shine);
    text-shadow:
      0 0 1px rgb(255 252 235 / 100%),
      0 0 4px rgb(255 228 150 / 95%),
      0 0 12px rgb(255 200 90 / 72%);
  }
}

html.js .tobi-gate_words.is-tz-words-on .tobi-gate_words-nav a {
  animation:
    tz-words-nav-enter 0.95s var(--tz-ease) both,
    tz-words-nav-pulse 2.35s var(--tz-ease) 0.95s infinite;
}

html.js .tobi-gate_words.is-tz-words-on .tobi-gate_words-nav a:nth-child(2) {
  animation-delay: 0.18s, 1.13s;
}

html.js .tobi-gate_words.is-tz-words-on .tobi-gate_words-nav a:nth-child(3) {
  animation-delay: 0.36s, 1.31s;
}

html.js .tobi-gate_words.is-tz-words-on .tobi-gate_words-nav a:nth-child(4) {
  animation-delay: 0.54s, 1.49s;
}

html.js .tobi-gate_words.is-tz-words-on .tobi-gate_words-nav a:nth-child(5) {
  animation-delay: 0.72s, 1.67s;
}

html.js .tobi-gate_words.is-tz-words-on .tobi-gate_words-nav a::before {
  animation: tz-words-nav-mist 2.35s var(--tz-ease) 0.95s infinite;
}

html.js .tobi-gate_words.is-tz-words-on .tobi-gate_words-nav a:nth-child(2)::before {
  animation-delay: 1.13s;
}

html.js .tobi-gate_words.is-tz-words-on .tobi-gate_words-nav a:nth-child(3)::before {
  animation-delay: 1.31s;
}

html.js .tobi-gate_words.is-tz-words-on .tobi-gate_words-nav a:nth-child(4)::before {
  animation-delay: 1.49s;
}

html.js .tobi-gate_words.is-tz-words-on .tobi-gate_words-nav a:nth-child(5)::before {
  animation-delay: 1.67s;
}

html.js .tobi-gate_words.is-tz-words-on .tobi-gate_words-nav a::after {
  animation: tz-words-nav-arrow 2.35s var(--tz-ease) 0.95s infinite;
}

html.js .tobi-gate_words.is-tz-words-on .tobi-gate_words-nav a:nth-child(2)::after {
  animation-delay: 1.13s;
}

html.js .tobi-gate_words.is-tz-words-on .tobi-gate_words-nav a:nth-child(3)::after {
  animation-delay: 1.31s;
}

html.js .tobi-gate_words.is-tz-words-on .tobi-gate_words-nav a:nth-child(4)::after {
  animation-delay: 1.49s;
}

html.js .tobi-gate_words.is-tz-words-on .tobi-gate_words-nav a:nth-child(5)::after {
  animation-delay: 1.67s;
}

html.js .tobi-page-gate:not(.is-tz-ready) .tobi-gate_window {
  opacity: 0;
}

html.js .tobi-page-gate:not(.is-tz-ready) .tobi-gate_verse,
html.js .tobi-page-gate:not(.is-tz-ready) .tobi-gate_marks {
  opacity: 0;
}

.tobi-gate_window,
.tobi-gate_verse,
.tobi-gate_marks {
  transition: opacity 0.9s var(--tz-ease);
}

/* --------------------------------------------------------------------------
   2. Philosophy
   -------------------------------------------------------------------------- */

.tobi-view {
  position: relative;
  z-index: 2;
  min-height: 132svh;
  margin-block-start: -38svh;
  padding-block: clamp(23rem, 42svh, 31rem) clamp(8rem, 14vw, 13rem);
  overflow: hidden;
  background:
    linear-gradient(
      to bottom,
      rgb(251 250 247 / 0%) 0,
      rgb(251 250 247 / 82%) 10rem,
      var(--tz-paper) 21rem,
      var(--tz-paper) 100%
    );
}

.tobi-view_rings {
  position: absolute;
  inset: 10rem -15vw -8rem;
  background:
    repeating-radial-gradient(
      circle at 50% 43%,
      transparent 0,
      transparent 7.95rem,
      rgb(27 28 25 / 9%) 8rem,
      transparent 8.07rem
    );
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 84%, transparent);
  pointer-events: none;
}

.tobi-view_inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(8rem, 0.55fr) minmax(32rem, 1.7fr) minmax(8rem, 0.55fr);
  gap: clamp(1rem, 4vw, 4rem);
  align-items: center;
}

.tobi-view_side {
  width: fit-content;
  margin: 0;
  padding-block-end: 0.35rem;
  font-family: var(--tz-mincho);
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  letter-spacing: 0.08em;
  color: var(--c-body);
  border-bottom: 1px solid currentColor;
}

.tobi-view_side-a {
  align-self: start;
  margin-block-start: 14rem;
}

.tobi-view_side-b {
  align-self: end;
  justify-self: end;
  margin-block-end: 13rem;
}

.tobi-view_core {
  text-align: center;
}

.tobi-view_head {
  scroll-margin-top: calc(4.25rem - 12svh);
}

.tobi-view_head .tobi-ja {
  font-size: clamp(2.35rem, 4vw, 3.9rem);
}

.tobi-view_map {
  width: min(100%, 34rem);
  margin: clamp(4rem, 7vw, 6rem) auto 0;
}

.tobi-view_from,
.tobi-view_hub {
  width: min(100%, 26rem);
  margin-inline: auto;
  padding: 1.25rem 1.5rem;
  background: rgb(251 250 247 / 75%);
  border: 1px solid var(--tz-ink);
  backdrop-filter: blur(3px);
}

.tobi-view_from span,
.tobi-view_hub span {
  display: block;
  margin-block-end: 0.5rem;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: var(--c-body);
}

.tobi-view_from strong,
.tobi-view_hub strong {
  display: block;
  font-family: var(--tz-mincho);
  font-size: clamp(1rem, 1.65vw, 1.35rem);
  font-weight: 400;
  letter-spacing: 0.08em;
}

.tobi-view_hub {
  padding-block: 1.65rem;
}

.tobi-view_hub span {
  margin-block: 0.55rem 0;
}

.tobi-view_join {
  position: relative;
  display: grid;
  place-items: center;
  height: 5.5rem;
}

.tobi-view_join::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: 50%;
  width: 1px;
  background: repeating-linear-gradient(
    to bottom,
    var(--tz-ink) 0 3px,
    transparent 3px 7px
  );
}

.tobi-view_join::after {
  content: "";
  position: absolute;
  inset-inline-start: calc(50% - 0.22rem);
  inset-block-end: -0.03rem;
  width: 0.45rem;
  height: 0.45rem;
  border-inline-end: 1px solid var(--tz-ink);
  border-block-end: 1px solid var(--tz-ink);
  transform: rotate(45deg);
}

.tobi-view_join span {
  position: relative;
  z-index: 1;
  padding: 0.2rem 0.65rem;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: var(--c-body);
  background: var(--tz-paper);
}

.tobi-view_ends {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 3vw, 2.5rem);
  margin-block-start: 0.25rem;
}

.tobi-view_ends li {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  font-family: var(--tz-mincho);
  font-size: clamp(0.9rem, 1.3vw, 1.1rem);
  letter-spacing: 0.12em;
  background: rgb(251 250 247 / 72%);
  border: 1px solid var(--tz-ink);
  border-radius: 50%;
}

.tobi-view_lead {
  max-width: 47rem;
  margin: clamp(4rem, 7vw, 6.5rem) auto 0;
  font-family: var(--tz-mincho);
  font-size: clamp(0.88rem, 1.08vw, 1rem);
  line-height: 2.45;
  letter-spacing: 0.04em;
}

/* --------------------------------------------------------------------------
   3. Services
   -------------------------------------------------------------------------- */

.tobi-work {
  position: relative;
  z-index: 3;
  padding-block: clamp(8rem, 13vw, 13rem);
  background: var(--tz-paper);
}

.tobi-work_head {
  display: grid;
  grid-template-columns: minmax(17rem, 0.9fr) minmax(24rem, 1.1fr);
  grid-template-rows: auto auto auto;
  gap: 0.8rem clamp(3rem, 9vw, 9rem);
  padding-block-end: clamp(6rem, 10vw, 9rem);
}

.tobi-work_head .tobi-head_label {
  grid-column: 1;
  grid-row: 1;
}

.tobi-work_head h2 {
  grid-column: 1;
  grid-row: 2 / 4;
  font-size: clamp(1.6rem, 2.55vw, 2.25rem);
}

.tobi-work_head .tobi-head_lead {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
}

.tobi-work_head .tobi-pill {
  grid-column: 2;
  grid-row: 3;
  margin-block-start: 1.8rem;
}

.tobi-work_list {
  border-block-start: 1px solid var(--tz-line);
}

.tobi-work_row {
  display: grid;
  grid-template-columns: minmax(22rem, 0.88fr) minmax(32rem, 1.12fr);
  min-height: clamp(43rem, 69vw, 54rem);
  border-block-end: 1px solid var(--tz-line);
}

.tobi-work_copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7rem) clamp(2rem, 6vw, 5.5rem) clamp(4rem, 7vw, 7rem) 0;
}

.tobi-work_label {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
  margin-block-end: clamp(2.5rem, 5vw, 4.5rem);
}

.tobi-work_label span {
  font-family: var(--tz-serif);
  font-size: 0.82rem;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.tobi-work_label p {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  color: var(--c-body);
}

.tobi-work_title {
  margin: 0;
}

.tobi-work_title h3,
.tobi-work_row h3 {
  margin: 0;
  font-family: var(--tz-mincho);
  font-size: clamp(1.8rem, 3.3vw, 3rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.06em;
}

.tobi-work_title-en {
  margin: 0.45rem 0 0;
  font-family: var(--tz-serif);
  font-size: clamp(0.68rem, 1vw, 0.82rem);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.12em;
  color: var(--c-body);
}

.tobi-work_catch {
  margin: clamp(2.5rem, 5vw, 4.5rem) 0 0;
  font-family: var(--tz-mincho);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.tobi-work_body {
  max-width: 31rem;
  margin: 1.6rem 0 0;
  font-size: 0.86rem;
  line-height: 2.1;
  color: var(--c-body);
}

.tobi-work_row .tobi-textlink {
  margin-block-start: clamp(2.5rem, 4vw, 4rem);
}

.tobi-work_pile {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(7, 1fr);
  min-height: 100%;
  padding: clamp(1.5rem, 3vw, 3rem);
  overflow: hidden;
  background: #e5e3dc;
}

.tobi-work_shot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid var(--tz-paper);
  transition: transform 1s cubic-bezier(0.18, 0.7, 0.2, 1);
}

.tobi-work_shot-main {
  z-index: 2;
  grid-column: 2 / 7;
  grid-row: 2 / 7;
}

.tobi-work_shot-a {
  z-index: 1;
  grid-column: 1 / 4;
  grid-row: 1 / 5;
}

.tobi-work_shot-b {
  z-index: 3;
  grid-column: 5 / 8;
  grid-row: 4 / 8;
}

.tobi-work_pile-a .tobi-work_shot-main {
  object-position: center;
}

.tobi-work_pile-a .tobi-work_shot-a {
  object-position: center;
}

.tobi-work_pile-b {
  background: #d9ddd7;
}

.tobi-work_pile-b .tobi-work_shot-main {
  grid-column: 1 / 6;
  grid-row: 2 / 7;
}

.tobi-work_pile-b .tobi-work_shot-a {
  grid-column: 5 / 8;
  grid-row: 1 / 5;
}

.tobi-work_pile-b .tobi-work_shot-b {
  grid-column: 4 / 8;
  grid-row: 5 / 8;
}

.tobi-work_pile-c {
  background: #ddd9d2;
}

.tobi-work_pile-c .tobi-work_shot-main {
  grid-column: 2 / 8;
  grid-row: 1 / 6;
}

.tobi-work_pile-c .tobi-work_shot-a {
  grid-column: 1 / 4;
  grid-row: 5 / 8;
}

.tobi-work_pile-c .tobi-work_shot-b {
  grid-column: 4 / 7;
  grid-row: 5 / 8;
}

.tobi-work_pile-d {
  background: #d4d6cf;
}

.tobi-work_pile-d .tobi-work_shot-main {
  grid-column: 1 / 7;
  grid-row: 1 / 6;
}

.tobi-work_pile-d .tobi-work_shot-a {
  grid-column: 5 / 8;
  grid-row: 4 / 8;
}

.tobi-work_pile-d .tobi-work_shot-b {
  grid-column: 1 / 4;
  grid-row: 5 / 8;
}

@media (hover: hover) {
  .tobi-work_row:hover .tobi-work_shot-main {
    transform: scale(1.025);
  }
}

/* --------------------------------------------------------------------------
   4. Works stories
   -------------------------------------------------------------------------- */

.tobi-record {
  position: relative;
  z-index: 3;
  padding-block: clamp(7rem, 12vw, 11rem) clamp(6rem, 10vw, 9rem);
  overflow: hidden;
  color: #f7f6f2;
  background:
    linear-gradient(118deg, #223128 0%, #34413d 43%, #5b4d4a 100%);
}

.tobi-record_glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 32% 22%, rgb(131 159 146 / 18%), transparent 38%),
    linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 22%));
  pointer-events: none;
}

.tobi-record_inner {
  position: relative;
  width: 100%;
}

.tobi-record_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: min(100% - clamp(2rem, 8vw, 7.5rem), 1320px);
  margin-inline: auto;
}

.tobi-record_head .tobi-ja {
  color: #f7f6f2;
}

.tobi-record_head .tobi-en {
  color: rgb(247 246 242 / 72%);
}

.tobi-record_head h2 {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}

.tobi-record_tate {
  margin: 0 clamp(3rem, 10vw, 10rem) 0 0;
  font-family: var(--tz-mincho);
  font-size: clamp(0.9rem, 1.3vw, 1.1rem);
  line-height: 1.75;
  letter-spacing: 0.13em;
  writing-mode: vertical-rl;
}

.tobi-record_view {
  margin-block-start: clamp(3.5rem, 6vw, 5.5rem);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.tobi-record_view::-webkit-scrollbar {
  display: none;
}

.tobi-record_view:focus-visible {
  outline-color: #fff;
  outline-offset: -4px;
}

.tobi-record_track {
  display: flex;
  gap: clamp(2.5rem, 7vw, 7rem);
  width: max-content;
  padding-inline: max(clamp(1rem, 8vw, 7.5rem), calc((100vw - 1320px) / 2));
}

.tobi-record_card {
  flex: 0 0 min(68vw, 57rem);
  scroll-snap-align: start;
}

.tobi-record_vol {
  margin: 0 0 1.2rem;
  font-family: var(--tz-serif);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}

.tobi-record_photo {
  display: block;
  overflow: hidden;
  color: inherit;
}

.tobi-record_photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.88) contrast(0.96);
  transition:
    transform 0.9s cubic-bezier(0.18, 0.7, 0.2, 1),
    filter 0.9s var(--tz-ease);
}

.tobi-record_body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: end;
  padding-block: 1.6rem 2rem;
  border-block-end: 1px solid rgb(255 255 255 / 35%);
}

.tobi-record_meta {
  margin: 0 0 0.55rem;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  color: rgb(255 255 255 / 94%);
}

.tobi-record_card h3 {
  margin: 0;
  font-family: var(--tz-mincho);
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #fff;
}

.tobi-record_body p:last-child {
  margin: 0.65rem 0 0;
  font-family: var(--tz-mincho);
  font-size: clamp(0.84rem, 1vw, 0.95rem);
  line-height: 1.8;
}

.tobi-record_read {
  padding: 0.8rem 0 0.8rem 1.6rem;
  font-size: 0.7rem;
  white-space: nowrap;
  color: #fff;
  border-inline-start: 1px solid rgb(255 255 255 / 35%);
}

.tobi-record_ctrl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - clamp(2rem, 8vw, 7.5rem), 1320px);
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
}

.tobi-record_arrows {
  display: flex;
  gap: 0.55rem;
}

.tobi-record_arrows button {
  display: grid;
  place-items: center;
  width: 3.2rem;
  height: 2rem;
  color: #fff;
  border: 1px solid rgb(255 255 255 / 58%);
  border-radius: 999px;
  transition:
    color 0.25s var(--tz-ease),
    background 0.25s var(--tz-ease),
    opacity 0.25s var(--tz-ease);
}

.tobi-record_arrows button:disabled {
  opacity: 0.3;
  cursor: default;
}

.tobi-record_ctrl > a {
  padding-block-end: 0.35rem;
  font-family: var(--tz-mincho);
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  color: #fff;
  border-bottom: 1px solid rgb(255 255 255 / 42%);
}

@media (hover: hover) {
  .tobi-record_photo:hover img {
    filter: saturate(1) contrast(1);
    transform: scale(1.025);
  }

  .tobi-record_arrows button:not(:disabled):hover {
    color: var(--tz-dark);
    background: #fff;
  }
}

/* --------------------------------------------------------------------------
   5. Proof
   -------------------------------------------------------------------------- */

.tobi-skill {
  position: relative;
  z-index: 3;
  padding-block: clamp(8rem, 14vw, 13rem);
  background: var(--tz-paper);
}

.tobi-skill_head {
  max-width: 49rem;
}

.tobi-skill_feat {
  display: grid;
  grid-template-columns: minmax(28rem, 1.15fr) minmax(23rem, 0.85fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  margin-block-start: clamp(5rem, 9vw, 8.5rem);
}

.tobi-skill_photo {
  margin: 0;
}

.tobi-skill_photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.68) contrast(0.95);
}

.tobi-skill_photo figcaption {
  margin-block-start: 0.65rem;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  color: var(--c-body);
}

.tobi-skill_say-ja {
  margin: 0;
  font-family: var(--tz-mincho);
  font-size: clamp(1.6rem, 3vw, 2.65rem);
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.tobi-skill_say-en {
  margin: 0.65rem 0 0;
  font-family: var(--tz-serif);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--c-body);
}

.tobi-skill_say-body {
  max-width: 30rem;
  margin: 2rem 0 0;
  font-size: 0.86rem;
  line-height: 2.15;
  color: var(--c-body);
}

.tobi-skill_facts {
  display: grid;
  grid-template-columns: minmax(15rem, 0.55fr) minmax(35rem, 1.45fr);
  gap: clamp(3rem, 8vw, 8rem);
  margin-block-start: clamp(6rem, 11vw, 10rem);
  padding-block: clamp(2.8rem, 5vw, 4.5rem);
  border-block: 1px solid var(--tz-line);
}

.tobi-skill_count {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

.tobi-skill_num {
  font-family: var(--tz-serif);
  font-size: clamp(6rem, 12vw, 10rem);
  font-weight: 400;
  line-height: 0.72;
}

.tobi-skill_num-label {
  padding-block-end: 0.15rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--c-body);
}

.tobi-skill_list {
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.8fr;
  gap: 0;
  margin: 0;
}

.tobi-skill_list > div {
  padding-inline: clamp(1rem, 2.5vw, 2.5rem);
  border-inline-start: 1px solid var(--tz-line);
}

.tobi-skill_list dt {
  margin-block-end: 1.2rem;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--c-body);
}

.tobi-skill_list dd {
  margin: 0;
  font-family: var(--tz-mincho);
  font-size: clamp(0.78rem, 0.95vw, 0.9rem);
  line-height: 2;
}

/* --------------------------------------------------------------------------
   6. Niwajimai
   -------------------------------------------------------------------------- */

.tobi-close {
  position: relative;
  z-index: 3;
  padding-block: clamp(8rem, 14vw, 13rem);
  background: var(--tz-paper-2);
}

.tobi-close_top {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(3rem, 10vw, 10rem);
  align-items: end;
}

.tobi-close_copy {
  padding-block-end: 0.3rem;
}

.tobi-close_copy > p {
  max-width: 37rem;
  margin: 0;
  font-size: 0.9rem;
  line-height: 2.2;
  color: var(--tz-ink);
}

.tobi-close_acts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-block-start: 2.4rem;
}

.tobi-close_copy .tobi-pill {
  margin-block-start: 0;
}

.tobi-close_pics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-block-start: clamp(5rem, 9vw, 8rem);
}

.tobi-close_pics figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #d6d3cc;
}

.tobi-close_pics img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.82);
}

.tobi-close_pics figcaption {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  min-width: 5rem;
  padding: 0.55rem 0.9rem;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  color: var(--tz-paper);
  background: rgb(27 28 25 / 78%);
}

.tobi-close_asks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-block-start: clamp(4rem, 7vw, 6rem);
  border-block-start: 1px solid var(--tz-line);
}

.tobi-close_asks li {
  position: relative;
  padding: 1.45rem 2.5rem 1.45rem 1.75rem;
  font-family: var(--tz-mincho);
  font-size: clamp(0.92rem, 1.2vw, 1.08rem);
  letter-spacing: 0.05em;
  border-block-end: 1px solid var(--tz-line);
}

.tobi-close_asks li:nth-child(odd) {
  border-inline-end: 1px solid var(--tz-line);
}

.tobi-close_asks li::before {
  content: "—";
  position: absolute;
  inset-inline-start: 0;
  color: var(--c-body);
}

.tobi-close_yen {
  margin-block-start: clamp(5rem, 9vw, 8rem);
}

.tobi-close_yen-title {
  margin: 0 0 1.1rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--c-body);
}

.tobi-close_yen dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border-block: 1px solid var(--tz-line);
}

.tobi-close_yen dl > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1.5rem, 3vw, 2.6rem);
}

.tobi-close_yen dl > div + div {
  border-inline-start: 1px solid var(--tz-line);
}

.tobi-close_yen dt {
  font-size: 0.76rem;
  letter-spacing: 0.06em;
}

.tobi-close_yen dd {
  margin: 0;
  font-family: var(--tz-mincho);
  font-size: 0.82rem;
  white-space: nowrap;
}

.tobi-close_yen dd strong {
  margin-inline-end: 0.16rem;
  font-family: var(--tz-serif);
  font-size: clamp(2.8rem, 5vw, 4.7rem);
  font-weight: 400;
  line-height: 0.8;
}

.tobi-close_note {
  margin: 0.9rem 0 0;
  font-size: 0.68rem;
  color: var(--c-body);
}

/* --------------------------------------------------------------------------
   7. Flow
   -------------------------------------------------------------------------- */

.tobi-steps {
  position: relative;
  z-index: 3;
  padding-block: clamp(7rem, 12vw, 11rem);
  background: var(--tz-paper);
}

.tobi-steps_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-block-start: clamp(4rem, 7vw, 6rem);
  border-block: 1px solid var(--tz-line);
}

.tobi-steps_list li {
  min-height: 10rem;
  padding: 1.35rem clamp(1rem, 2.3vw, 2.2rem);
}

.tobi-steps_list li + li {
  border-inline-start: 1px solid var(--tz-line);
}

.tobi-steps_list span {
  font-family: var(--tz-serif);
  font-size: 0.78rem;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  color: var(--c-body);
}

.tobi-steps_list p {
  margin: 3rem 0 0;
  font-family: var(--tz-mincho);
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  letter-spacing: 0.08em;
}

/* --------------------------------------------------------------------------
   8. Contact
   -------------------------------------------------------------------------- */

.tobi-ask {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: min(52rem, 92svh);
  color: #f8f7f3;
  background: var(--tz-dark);
}

.tobi-ask_pic {
  min-height: 44rem;
  overflow: hidden;
}

.tobi-ask_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72) contrast(0.94);
}

.tobi-ask_panel {
  display: grid;
  align-items: center;
  padding: clamp(4rem, 8vw, 8rem);
}

.tobi-ask .tobi-ja {
  color: #f8f7f3;
}

.tobi-ask .tobi-en {
  color: rgb(248 247 243 / 72%);
}

.tobi-ask_panel > div > p:not(.tobi-ja, .tobi-en, .tobi-ask_area) {
  max-width: 35rem;
  margin: clamp(2.3rem, 4vw, 3.5rem) 0 0;
  font-size: 0.87rem;
  line-height: 2.15;
  color: rgb(255 255 255 / 96%);
}

.tobi-ask_acts {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 2rem;
  align-items: center;
  margin-block-start: clamp(2.7rem, 5vw, 4.5rem);
}

.tobi-ask_contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: stretch;
}

.tobi-ask_go {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  min-width: 9.5rem;
  padding: 0.95rem 1.15rem 0.95rem 1.4rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--tz-dark);
  background: #f8f7f3;
  border: 1px solid #f8f7f3;
}

.tobi-ask_go--alt {
  color: #fff;
  background: transparent;
  border-color: rgb(255 255 255 / 72%);
}

.tobi-ask_tel {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  font-family: var(--tz-serif);
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  color: #fff;
}

.tobi-ask_tel span {
  font-family: var(--tz-sans);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  color: rgb(255 255 255 / 92%);
}

.tobi-ask_area {
  margin: 2rem 0 0;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: rgb(255 255 255 / 90%);
}

/* --------------------------------------------------------------------------
   Footer on the top page
   -------------------------------------------------------------------------- */

.tobi-page-gate .tobi-end {
  position: relative;
  z-index: 3;
  color: rgb(255 255 255 / 96%);
  background: #161a17;
  border-top-color: rgb(255 255 255 / 14%);
}

.tobi-page-gate .tobi-end__name {
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  font-weight: 400;
  color: #f8f7f3;
}

.tobi-page-gate .tobi-end__address,
.tobi-page-gate .tobi-end__contact,
.tobi-page-gate .tobi-end__contact a,
.tobi-page-gate .tobi-end__links a {
  color: rgb(255 255 255 / 94%);
}

.tobi-page-gate .tobi-end__nav-title,
.tobi-page-gate .tobi-end__area,
.tobi-page-gate .tobi-end__copy {
  color: rgb(255 255 255 / 88%);
}

.tobi-page-gate .tobi-end__area {
  border-top-color: rgb(255 255 255 / 14%);
}

/* --------------------------------------------------------------------------
   Scroll reveal
   -------------------------------------------------------------------------- */

html.js [data-tz-rise] {
  opacity: 0;
  transform: translateY(2rem);
  transition:
    opacity 1s cubic-bezier(0.2, 0.65, 0.25, 1),
    transform 1s cubic-bezier(0.2, 0.65, 0.25, 1);
}

html.js [data-tz-rise].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* --------------------------------------------------------------------------
   Tablet
   -------------------------------------------------------------------------- */

@media (max-width: 1024px) {
  .tobi-page-gate.is-tz-bar-invert .tobi-bar.is-nav-open .tobi-bar__nav {
    background: var(--tz-dark);
  }

  .tobi-view_inner {
    grid-template-columns: 1fr minmax(28rem, 2fr) 1fr;
  }

  .tobi-work_row {
    grid-template-columns: minmax(19rem, 0.85fr) minmax(26rem, 1.15fr);
  }

  .tobi-work_pile {
    padding: 1rem;
  }

  .tobi-skill_facts {
    grid-template-columns: 1fr;
  }

  .tobi-skill_list > div:first-child {
    border-inline-start: 0;
    padding-inline-start: 0;
  }
}

/* --------------------------------------------------------------------------
   Mobile opening and stacked sections
   -------------------------------------------------------------------------- */

@media (max-width: 900px) {
  .tobi-gate {
    --tz-hero-stroke: 0.058em rgb(0 0 0 / 58%);
    --tz-hero-shadow:
      0 0 1px rgb(0 0 0 / 96%),
      0 0 2px rgb(0 0 0 / 85%),
      0 0 3px rgb(0 0 0 / 68%),
      0 1px 5px rgb(0 0 0 / 74%),
      0 2px 12px rgb(0 0 0 / 48%);
  }

  .tobi-section-nav {
    display: none;
  }

  .tobi-gate {
    min-height: 88rem;
    height: 220svh;
  }

  .tobi-gate_stage {
    min-height: 32rem;
  }

  .tobi-gate_name {
    inset-block-start: 1.15rem;
    inset-inline: auto 1.1rem;
    inset-block-end: auto;
    max-width: calc(100% - 2.5rem);
  }

  .tobi-gate_name-ja {
    font-size: clamp(1.2rem, 5vw, 1.65rem);
  }

  .tobi-gate_name-en {
    font-size: 0.45rem;
  }

  .tobi-gate_start {
    inset-block-start: auto;
    inset-block-end: 4.5rem;
    transform: none;
  }

  .tobi-gate_mail {
    inset-block: auto 1.15rem;
    inset-inline: auto 1.1rem;
  }

  .tobi-gate_scroll {
    inset-block-end: 1.15rem;
  }

  .tobi-gate_verse {
    --tz-verse-fluid: 6vw;
    inset: 1.1rem auto auto 1.2rem;
    display: block;
    width: auto;
    height: auto;
    font-size: var(--tz-verse-fluid);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.16em;
    writing-mode: vertical-rl;
    color: #121110;
  }

  .tobi-gate_verse span {
    position: static;
    display: inline;
    writing-mode: inherit;
    transform: none;
  }

  .tobi-gate_sign {
    --tz-crest-size: 3.65rem;
    --tz-sign-ja-fluid: 4.4vw;
    --tz-sign-en-fluid: 2.2vw;
    justify-content: flex-end;
    padding-block-end: clamp(5.25rem, 21svh, 8.75rem);
    padding-inline: 1.15rem;
  }

  .tobi-gate_crest-wrap {
    position: relative;
    display: grid;
    place-items: center;
  }

  .tobi-crest_frame {
    display: block;
  }

  .tobi-gate_crest-btn {
    inset: 0;
    width: auto;
    height: auto;
    margin-inline: 0;
  }

  .tobi-crest {
    opacity: var(--tz-crest-opacity, var(--tz-sign));
  }

  .tobi-gate_sign-copy {
    margin-block-start: 0.55rem;
    gap: 0.22rem;
  }

  .tobi-gate_sign-ja {
    font-size: var(--tz-sign-ja-fluid);
    letter-spacing: 0.1em;
  }

  .tobi-gate_sign-en {
    font-size: var(--tz-sign-en-fluid);
    letter-spacing: 0.14em;
  }

  .tobi-gate_words {
    --tz-words-fluid: 3.4vw;
    --tz-words-nav-fluid: 3.35vw;
    --tz-words-inset-block: 11%;
    --tz-words-inset-inline: 5.8vw;
    --tz-words-gap: 3.6vw;
    inset: var(--tz-words-inset-block) var(--tz-words-inset-inline) auto auto;
    width: auto;
    max-width: none;
  }

  .tobi-gate.is-tz-hero-lit .tobi-gate_verse {
    font-weight: 800;
    color: #fff;
    opacity: 1;
  }

  .tobi-gate.is-tz-hero-lit .tobi-gate_words {
    opacity: 1;
  }

  .tobi-gate.is-tz-hero-lit .tobi-gate_words-a,
  .tobi-gate.is-tz-hero-lit .tobi-gate_words-b {
    font-weight: 800;
  }

  .tobi-gate.is-tz-hero-lit .tobi-gate_sign-copy {
    opacity: 1;
  }

  .tobi-gate_words-a,
  .tobi-gate_words-b {
    font-weight: 800;
  }

  .tobi-gate_words p {
    position: static;
    width: auto;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: 800;
    color: inherit;
  }

  .tobi-gate_words-line {
    display: block;
    white-space: nowrap;
    font-size: var(--tz-words-fluid);
    font-weight: 800;
    line-height: 2.05;
    letter-spacing: 0.04em;
    color: #fff;
  }

  .tobi-gate_words-b {
    margin-block-start: var(--tz-words-gap) !important;
  }

  .tobi-gate_words-nav {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-block-start: calc(var(--tz-words-gap) + 0.5vw);
  }

  .tobi-gate_words-nav a {
    padding-block: 1.4vw;
    font-size: var(--tz-words-nav-fluid);
    font-weight: 800;
    white-space: nowrap;
  }

  .tobi-view {
    min-height: auto;
    margin-block-start: -30svh;
    padding-block: 25rem 8rem;
  }

  .tobi-view_head {
    scroll-margin-top: calc(4.25rem - 10svh);
  }

  .tobi-view_rings {
    inset-inline: -70vw;
  }

  .tobi-view_inner {
    display: block;
  }

  .tobi-view_side {
    display: none;
  }

  .tobi-view_core {
    max-width: 37rem;
    margin-inline: auto;
  }

  .tobi-work_head {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1rem;
  }

  .tobi-work_head .tobi-head_label,
  .tobi-work_head h2,
  .tobi-work_head .tobi-head_lead,
  .tobi-work_head .tobi-pill {
    grid-column: 1;
    grid-row: auto;
  }

  .tobi-work_head .tobi-head_lead {
    margin-block-start: 1.5rem;
  }

  .tobi-work_row {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .tobi-work_copy {
    padding: 5.5rem 0 4.5rem;
  }

  .tobi-work_pile {
    min-height: min(42rem, 92vw);
  }

  .tobi-record_tate {
    margin-inline-end: 1rem;
  }

  .tobi-record_card {
    flex-basis: 80vw;
  }

  .tobi-skill_feat {
    grid-template-columns: 1fr;
  }

  .tobi-skill_photo {
    width: min(100%, 43rem);
  }

  .tobi-skill_say {
    max-width: 37rem;
    margin-inline-start: auto;
  }

  .tobi-skill_list {
    grid-template-columns: 1fr 1fr;
  }

  .tobi-skill_list > div {
    padding-block: 1.5rem;
  }

  .tobi-skill_list > div:nth-child(3) {
    grid-column: 1 / -1;
    border-block-start: 1px solid var(--tz-line);
    border-inline-start: 0;
    padding-inline-start: 0;
  }

  .tobi-close_top {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .tobi-close_copy {
    max-width: 39rem;
    margin-inline-start: auto;
  }

  .tobi-close_yen dl {
    grid-template-columns: 1fr;
  }

  .tobi-close_yen dl > div + div {
    border-block-start: 1px solid var(--tz-line);
    border-inline-start: 0;
  }

  .tobi-steps_list {
    grid-template-columns: 1fr;
  }

  .tobi-steps_list li {
    display: grid;
    grid-template-columns: 3.5rem 1fr;
    align-items: center;
    min-height: 5.5rem;
  }

  .tobi-steps_list li + li {
    border-block-start: 1px solid var(--tz-line);
    border-inline-start: 0;
  }

  .tobi-steps_list p {
    margin: 0;
  }

  .tobi-ask {
    grid-template-columns: 1fr;
  }

  .tobi-ask_pic {
    min-height: min(68vw, 34rem);
  }

  .tobi-ask_panel {
    min-height: 38rem;
  }
}

@media (max-width: 640px) {
  .tobi-shell {
    width: calc(100% - 2.5rem);
  }

  .tobi-ja {
    font-size: clamp(2.55rem, 13vw, 3.8rem);
  }

  .tobi-en {
    font-size: clamp(0.68rem, 2.8vw, 0.82rem);
  }

  .tobi-head h2,
  .tobi-ask h2 {
    font-size: clamp(1.55rem, 7.5vw, 2.25rem);
  }

  .tobi-gate_name {
    align-items: flex-start;
  }

  .tobi-gate_name-en {
    max-width: 5rem;
  }

  .tobi-view {
    padding-block-end: 7rem;
  }

  .tobi-view_map {
    margin-block-start: 3.5rem;
  }

  .tobi-view_from,
  .tobi-view_hub {
    width: 86%;
    padding-inline: 0.75rem;
  }

  .tobi-view_ends {
    gap: 0.75rem;
  }

  .tobi-view_lead {
    margin-block-start: 4rem;
    text-align: left;
  }

  .tobi-work,
  .tobi-skill,
  .tobi-close {
    padding-block: 7rem;
  }

  .tobi-work_head {
    padding-block-end: 5rem;
  }

  .tobi-work_copy {
    padding-block: 4.5rem 4rem;
  }

  .tobi-work_label {
    margin-block-end: 2.8rem;
  }

  .tobi-work_catch {
    margin-block-start: 2.5rem;
  }

  .tobi-work_pile {
    min-height: 105vw;
    padding: 0.6rem;
  }

  .tobi-work_shot {
    border-width: 2px;
  }

  .tobi-record {
    padding-block: 6.5rem 5.5rem;
  }

  .tobi-record_head {
    width: calc(100% - 2.5rem);
  }

  .tobi-record_tate {
    font-size: 0.78rem;
  }

  .tobi-record_track {
    gap: 1.5rem;
    padding-inline: 1.25rem;
  }

  .tobi-record_card {
    flex-basis: 86vw;
  }

  .tobi-record_body {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .tobi-record_read {
    width: fit-content;
    padding: 0.4rem 0;
    border-inline-start: 0;
    border-block-end: 1px solid rgb(255 255 255 / 35%);
  }

  .tobi-record_ctrl {
    align-items: flex-end;
    width: calc(100% - 2.5rem);
  }

  .tobi-record_ctrl > a {
    max-width: 12rem;
    text-align: right;
  }

  .tobi-skill_feat {
    margin-block-start: 4.5rem;
  }

  .tobi-skill_say {
    margin-inline-start: 0;
  }

  .tobi-skill_facts {
    margin-block-start: 5rem;
    gap: 3rem;
  }

  .tobi-skill_list {
    grid-template-columns: 1fr;
  }

  .tobi-skill_list > div,
  .tobi-skill_list > div:first-child,
  .tobi-skill_list > div:nth-child(3) {
    grid-column: auto;
    padding: 1.5rem 0;
    border-inline-start: 0;
    border-block-start: 1px solid var(--tz-line);
  }

  .tobi-close_pics {
    gap: 1px;
    margin-inline: -1.25rem;
  }

  .tobi-close_pics figcaption {
    min-width: auto;
    padding: 0.4rem 0.7rem;
  }

  .tobi-close_asks {
    grid-template-columns: 1fr;
  }

  .tobi-close_asks li:nth-child(odd) {
    border-inline-end: 0;
  }

  .tobi-close_yen dl > div {
    padding-inline: 0;
  }

  .tobi-ask_panel {
    min-height: 34rem;
    padding: 4.5rem 1.25rem;
  }

  .tobi-ask_acts {
    align-items: flex-start;
    flex-direction: column;
  }

  .tobi-page-gate .tobi-end {
    padding-block: 5rem;
  }
}

@media (max-width: 420px) {
  .tobi-gate_name-en {
    display: none;
  }

  .tobi-gate_sign {
    padding-block-end: clamp(4.75rem, 18svh, 7.5rem);
  }

  .tobi-view_ends li {
    font-size: 0.78rem;
  }
}

/* --------------------------------------------------------------------------
   No JS / reduced motion
   -------------------------------------------------------------------------- */

html.no-js .tobi-page-gate .tobi-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

html.no-js .tobi-gate,
.tobi-page-gate.is-tz-reduced .tobi-gate {
  height: 100svh;
  min-height: 38rem;
}

html.no-js .tobi-gate_stage,
.tobi-page-gate.is-tz-reduced .tobi-gate_stage {
  position: relative;
}

html.no-js .tobi-gate_window,
.tobi-page-gate.is-tz-reduced .tobi-gate_window {
  clip-path: inset(0) !important;
}

html.no-js .tobi-gate_shade,
.tobi-page-gate.is-tz-reduced .tobi-gate_shade {
  opacity: 0.34 !important;
}

html.no-js .tobi-gate_marks,
.tobi-page-gate.is-tz-reduced .tobi-gate_marks {
  display: none;
}

html.no-js .tobi-gate_verse,
.tobi-page-gate.is-tz-reduced .tobi-gate_verse,
html.no-js .tobi-gate_words-line,
.tobi-page-gate.is-tz-reduced .tobi-gate_words-line,
html.no-js .tobi-gate_sign-ja,
.tobi-page-gate.is-tz-reduced .tobi-gate_sign-ja,
html.no-js .tobi-gate_words-nav a,
.tobi-page-gate.is-tz-reduced .tobi-gate_words-nav a {
  -webkit-text-stroke: var(--tz-hero-stroke) !important;
  paint-order: stroke fill;
  text-shadow: var(--tz-hero-shadow) !important;
}

html.no-js .tobi-gate_verse,
.tobi-page-gate.is-tz-reduced .tobi-gate_verse {
  font-weight: 800 !important;
  color: #fff !important;
  opacity: 1 !important;
}

html.no-js .tobi-gate_words,
.tobi-page-gate.is-tz-reduced .tobi-gate_words,
html.no-js .tobi-gate_sign,
.tobi-page-gate.is-tz-reduced .tobi-gate_sign {
  opacity: 1 !important;
}

html.no-js .tobi-crest_spin,
.tobi-page-gate.is-tz-reduced .tobi-crest_spin {
  animation: none;
  transform: rotateX(18deg) rotateY(-28deg);
}

html.no-js .tobi-view,
.tobi-page-gate.is-tz-reduced .tobi-view {
  margin-block-start: 0;
  padding-block-start: 10rem;
}

@media (prefers-reduced-motion: reduce) {
  html.js [data-tz-rise],
  html.js [data-tz-rise].is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  html.js .tobi-page-gate.is-tz-ready .tobi-gate_hint,
  html.js .tobi-page-gate.is-tz-ready .tobi-gate_hint::after {
    animation: none;
    opacity: 0.58;
    transform: none;
  }

  html.js .tobi-gate_words.is-tz-words-on .tobi-gate_words-nav a,
  html.js .tobi-gate_words.is-tz-words-on .tobi-gate_words-nav a::after {
    animation: none;
    color: var(--tz-gold-shine);
    border-bottom-color: var(--tz-gold-line);
    letter-spacing: 0.06em;
    text-shadow:
      0 0 1px rgb(255 252 235 / 100%),
      0 0 8px rgb(255 220 120 / 72%),
      0 0 20px rgb(240 180 70 / 42%);
    transform: none;
  }

  html.js .tobi-gate_words.is-tz-words-on .tobi-gate_words-nav a::before {
    animation: none;
    opacity: 0.38;
    transform: none;
    filter: blur(18px);
  }

  .tobi-gate_window,
  .tobi-gate_verse,
  .tobi-gate_marks,
  .tobi-work_shot,
  .tobi-record_photo img {
    transition: none;
  }

  .tobi-record_view {
    scroll-behavior: auto;
  }

  .tobi-crest_spin {
    animation: none;
    transform: rotateX(18deg) rotateY(-28deg);
  }
}
