@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700;800&family=Manrope:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Zen+Old+Mincho:wght@500;600;700&display=swap");

:root {
  --b3-forest-950: #092a24;
  --b3-forest-850: #123d35;
  --b3-forest-700: #285f50;
  --b3-moss: #6f9682;
  --b3-sand: #ece5d8;
  --b3-linen: #f7f3ea;
  --b3-paper: #fbf9f3;
  --b3-gold: #d7a958;
  --b3-coral: #d67b68;
  --b3-meadow: #65b95b;
  --b3-meadow-light: #82c875;
  --b3-sakura-strong: #e8aeb7;
  --b3-sakura-light: #fff0f2;
  --b3-ink: #17231f;
  --b3-muted: #63716b;
  --b3-mist: #a9b8b1;
  --b3-cloud: #edf1ed;
  --b3-line-dark: rgba(9, 42, 36, 0.14);
  --b3-line-light: rgba(251, 249, 243, 0.2);
  --b3-shadow: 0 32px 90px rgba(9, 42, 36, 0.16);
  --b3-display: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --b3-body: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --b3-latin: "Manrope", Arial, sans-serif;
  --b3-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

html {
  scroll-padding-top: 88px;
}

body.home-remake {
  margin: 0;
  overflow-x: clip;
  color: var(--b3-ink);
  background: var(--b3-linen);
  font-family: var(--b3-body);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.045em;
}

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

.home-remake h1,
.home-remake h2,
.home-remake h3,
.home-remake p,
.home-remake figure,
.home-remake blockquote {
  margin: 0;
}

.home-remake h1,
.home-remake h2,
.home-remake h3 {
  font-family: var(--b3-display);
  font-feature-settings: "palt";
  font-weight: 600;
  letter-spacing: -0.04em;
}

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

.home-remake a,
.home-remake button {
  -webkit-tap-highlight-color: transparent;
}

.home-remake a:focus-visible,
.home-remake button:focus-visible {
  outline: 3px solid var(--b3-gold);
  outline-offset: 4px;
}

.home-remake ::selection {
  color: var(--b3-paper);
  background: var(--b3-forest-700);
}

.scroll-bridge {
  position: fixed;
  top: 0;
  right: 12px;
  bottom: 0;
  z-index: 70;
  width: 2px;
  background: rgba(9, 42, 36, 0.1);
  pointer-events: none;
}

.scroll-bridge span {
  display: block;
  width: 100%;
  height: calc(var(--scroll-progress, 0) * 100%);
  background: linear-gradient(180deg, var(--b3-gold), var(--b3-coral));
  box-shadow: 0 0 22px rgba(215, 169, 88, 0.58);
}

.home-header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 14px clamp(20px, 4vw, 64px);
  border: 0;
  border-bottom: 1px solid var(--b3-line-dark);
  color: var(--b3-forest-950);
  background: rgba(251, 249, 243, 0.84);
  backdrop-filter: blur(16px);
  transition:
    min-height 300ms var(--b3-ease),
    background 300ms ease,
    border-color 300ms ease,
    backdrop-filter 300ms ease;
}

.home-header.site-header.is-scrolled {
  min-height: 68px;
  border-color: var(--b3-line-dark);
  background: rgba(251, 249, 243, 0.96);
  backdrop-filter: blur(18px);
}

.home-brand.brand,
.home-footer .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.home-remake .brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: transparent;
  background-color: transparent;
  font-family: var(--b3-latin);
  font-size: 0;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.brand-type {
  display: grid;
  gap: 0;
}

.brand-type strong {
  font-family: var(--b3-latin);
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.brand-type small {
  margin-top: 5px;
  color: var(--b3-muted);
  font-family: var(--b3-latin);
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-nav.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  color: var(--b3-forest-850);
  font-family: var(--b3-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.home-nav.site-nav a {
  position: relative;
  transition: color 200ms ease;
}

.home-nav.site-nav a:not(.nav-cta)::after {
  right: auto;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: var(--b3-gold);
  transform-origin: right;
}

.home-nav.site-nav a:hover {
  color: var(--b3-coral);
}

.home-nav.site-nav .nav-cta {
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid var(--b3-forest-850);
  border-radius: 999px;
  color: var(--b3-paper);
  background: var(--b3-forest-850);
  box-shadow: none;
  transition:
    color 220ms ease,
    background 220ms ease,
    border-color 220ms ease;
}

.home-nav.site-nav .nav-cta:hover {
  border-color: var(--b3-coral);
  color: var(--b3-paper);
  background: var(--b3-coral);
}

.home-header .nav-toggle {
  display: none;
}

.home-hero {
  position: relative;
  min-height: max(760px, 100svh);
  overflow: hidden;
  color: var(--b3-ink);
  background: var(--b3-paper);
  isolation: isolate;
}

.hero-media,
.hero-tone,
.hero-grid,
.hero-fluid {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -5;
}

.hero-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(0.99);
  transform: scale(1.025);
  animation: hero-breathe 16s ease-in-out alternate infinite;
}

.hero-fluid {
  z-index: -4;
  width: 100%;
  height: 100%;
  opacity: 0;
  mix-blend-mode: multiply;
  transition: opacity 1.2s ease;
}

.fluid-ready .hero-fluid {
  opacity: 0.1;
}

.hero-tone {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(251, 249, 243, 0.98) 0%, rgba(251, 249, 243, 0.92) 38%, rgba(251, 249, 243, 0.48) 58%, rgba(251, 249, 243, 0.08) 82%),
    linear-gradient(180deg, rgba(251, 249, 243, 0.24), rgba(251, 249, 243, 0.02) 64%, rgba(251, 249, 243, 0.78));
}

.hero-grid {
  z-index: -2;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(9, 42, 36, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 42, 36, 0.07) 1px, transparent 1px);
  background-size: clamp(72px, 8vw, 128px) clamp(72px, 8vw, 128px);
  mask-image: linear-gradient(90deg, rgba(9, 42, 36, 0.72), transparent 74%);
}

.home-hero-inner {
  width: min(100% - 40px, 1440px);
  min-height: max(760px, 100svh);
  margin: 0 auto;
  padding: clamp(150px, 18vh, 210px) clamp(0px, 3vw, 36px) 150px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
  align-items: center;
  gap: clamp(40px, 7vw, 110px);
}

.hero-copy {
  max-width: 950px;
}

.home-kicker {
  color: var(--b3-forest-700);
  font-family: var(--b3-latin);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.home-kicker.light,
.home-hero .home-kicker {
  color: var(--b3-forest-700);
}

.home-hero .home-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(20px, 3vh, 36px);
}

.home-hero .home-kicker::before {
  content: "";
  width: 48px;
  height: 1px;
  background: currentColor;
}

.hero-heading {
  color: var(--b3-forest-950);
  font-size: clamp(4rem, 8.1vw, 8.4rem);
  line-height: 0.94;
  letter-spacing: -0.075em;
  text-wrap: balance;
}

.hero-line {
  display: block;
  overflow: hidden;
}

.hero-line > span {
  display: block;
  overflow-wrap: normal;
  word-break: keep-all;
  animation: hero-line-in 1.1s var(--b3-ease) both;
}

.hero-line:nth-child(2) > span {
  animation-delay: 160ms;
}

.hero-line-accent {
  width: max-content;
  padding-right: 0.12em;
  color: var(--b3-coral);
}

.hero-line-accent > span {
  position: relative;
}

.hero-line-accent > span::after {
  content: "";
  position: absolute;
  left: 0.06em;
  right: 0;
  bottom: 0.02em;
  z-index: -1;
  height: 0.08em;
  background: var(--b3-gold);
  transform: scaleX(0);
  transform-origin: left;
  animation: draw-accent 1.1s 780ms var(--b3-ease) forwards;
}

.hero-description {
  max-width: 760px;
  margin-top: clamp(28px, 4vh, 48px);
  color: var(--b3-muted);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 2;
  letter-spacing: 0.055em;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 36px);
  margin-top: 38px;
}

.hero-enter {
  animation: hero-enter 900ms var(--b3-ease) both;
  animation-delay: var(--enter-delay, 0ms);
}

.home-button {
  position: relative;
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px 18px 14px 24px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.05em;
  transition:
    color 320ms var(--b3-ease),
    background 320ms var(--b3-ease),
    border-color 320ms var(--b3-ease),
    transform 180ms ease;
}

.home-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--b3-coral);
  transform: translateX(-102%);
  transition: transform 420ms var(--b3-ease);
}

.home-button:hover::before {
  transform: translateX(0);
}

.home-button span,
.home-button i {
  position: relative;
  z-index: 1;
}

.home-button i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  font-family: var(--b3-latin);
  font-size: 15px;
  font-style: normal;
}

.home-button-primary {
  color: var(--b3-paper);
  background: var(--b3-forest-850);
}

.home-button-primary i {
  color: var(--b3-forest-950);
  background: var(--b3-gold);
}

.home-button-primary:hover {
  color: var(--b3-paper);
}

.home-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--b3-line-dark);
  color: var(--b3-forest-850);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  transition:
    gap 240ms var(--b3-ease),
    border-color 240ms ease;
}

.home-text-link:hover {
  gap: 20px;
  border-color: var(--b3-gold);
}

.home-text-link.dark {
  border-color: var(--b3-line-dark);
  color: var(--b3-forest-850);
}

.hero-proof {
  align-self: end;
  margin-bottom: 20px;
  padding: 24px;
  border: 1px solid rgba(9, 42, 36, 0.14);
  background: rgba(251, 249, 243, 0.86);
  box-shadow: 0 24px 70px rgba(9, 42, 36, 0.12);
  backdrop-filter: blur(15px);
}

.hero-proof-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--b3-line-dark);
  font-family: var(--b3-latin);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.14em;
}

.hero-proof-head span {
  color: var(--b3-coral);
}

.hero-proof-head small {
  color: var(--b3-muted);
  font-size: inherit;
}

.hero-proof-main {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding: 18px 0 12px;
}

.hero-proof-main strong {
  color: var(--b3-forest-950);
  font-family: var(--b3-latin);
  font-size: clamp(64px, 6.4vw, 94px);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.085em;
}

.hero-proof-main span {
  color: var(--b3-coral);
  font-family: var(--b3-latin);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.14em;
}

.hero-proof p {
  color: var(--b3-muted);
  font-size: 13px;
  line-height: 1.85;
}

.hero-proof a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--b3-line-dark);
  color: var(--b3-forest-850);
  font-size: 11px;
  font-weight: 800;
}

.hero-bottom {
  position: absolute;
  right: clamp(20px, 4vw, 64px);
  bottom: 30px;
  left: clamp(20px, 4vw, 64px);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: rgba(9, 42, 36, 0.5);
  font-family: var(--b3-latin);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-bottom > p {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-bottom > p span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--b3-gold);
  box-shadow: 0 0 0 7px rgba(215, 169, 88, 0.1);
  animation: pulse-dot 2s ease-in-out infinite;
}

.hero-domains {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
}

.hero-domains span {
  position: relative;
}

.hero-domains span + span::before {
  content: "/";
  position: absolute;
  left: calc(clamp(14px, 2vw, 28px) / -2);
  color: var(--b3-gold);
}

.home-manifesto {
  position: relative;
  display: grid;
  grid-template-columns: minmax(160px, 0.48fr) minmax(360px, 1.08fr) minmax(350px, 1fr);
  min-height: 820px;
  overflow: hidden;
  border-bottom: 1px solid var(--b3-line-dark);
  background: var(--b3-linen);
}

.manifesto-number {
  position: relative;
  display: flex;
  min-height: 100%;
  align-items: flex-end;
  padding: 0 0 54px clamp(22px, 4vw, 64px);
  overflow: hidden;
  border-right: 1px solid var(--b3-line-dark);
  color: var(--b3-forest-850);
  font-family: var(--b3-latin);
}

.manifesto-number::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--b3-line-dark);
}

.manifesto-number span {
  font-size: clamp(7rem, 15vw, 15rem);
  font-weight: 500;
  line-height: 0.7;
  letter-spacing: -0.11em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.manifesto-number small {
  margin-left: -18px;
  color: var(--b3-coral);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.manifesto-copy {
  align-self: center;
  padding: clamp(72px, 9vw, 140px) clamp(30px, 6vw, 96px);
}

.section-title {
  margin-top: 22px;
  color: var(--b3-forest-950);
  font-size: clamp(2.8rem, 5.6vw, 6rem);
  line-height: 1.18;
}

.section-title em {
  color: var(--b3-coral);
  font-style: normal;
}

.manifesto-body {
  display: grid;
  gap: 18px;
  max-width: 640px;
  margin-top: 42px;
  color: var(--b3-muted);
  font-size: 16px;
  line-height: 2;
}

.manifesto-photo {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.manifesto-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(9, 42, 36, 0.76));
  pointer-events: none;
}

.manifesto-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manifesto-photo figcaption {
  position: absolute;
  right: 26px;
  bottom: 34px;
  left: 26px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--b3-paper);
  font-size: 11px;
  font-weight: 700;
}

.manifesto-photo figcaption span {
  display: grid;
  min-height: 52px;
  flex: 1;
  place-items: center;
  border-top: 1px solid rgba(251, 249, 243, 0.32);
}

.support-bridge {
  padding: clamp(88px, 11vw, 160px) clamp(20px, 5vw, 80px);
  background: var(--b3-paper);
}

.support-heading {
  width: min(100%, 1380px);
  margin: 0 auto clamp(54px, 7vw, 92px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  align-items: end;
  gap: 48px;
}

.support-heading .section-title {
  font-size: clamp(3.2rem, 6.8vw, 7.2rem);
}

.support-intro {
  padding: 22px 0 4px;
  border-top: 1px solid var(--b3-line-dark);
  color: var(--b3-muted);
  font-size: 15px;
  line-height: 1.9;
}

.bridge-switcher {
  width: min(100%, 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(270px, 0.76fr) minmax(0, 1.55fr);
  overflow: hidden;
  border: 1px solid var(--b3-line-dark);
  background: var(--b3-linen);
  box-shadow: var(--b3-shadow);
}

.bridge-tabs {
  display: grid;
  border-right: 1px solid var(--b3-line-dark);
}

.bridge-tab {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  min-height: 118px;
  align-content: center;
  gap: 3px 18px;
  padding: 22px clamp(22px, 3vw, 40px);
  border: 0;
  border-bottom: 1px solid var(--b3-line-dark);
  color: var(--b3-ink);
  background: transparent;
  font-family: var(--b3-body);
  text-align: left;
  cursor: pointer;
  transition:
    color 300ms var(--b3-ease),
    background 300ms var(--b3-ease);
}

.bridge-tab:last-child {
  border-bottom: 0;
}

.bridge-tab::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--b3-gold);
  transform: scaleY(0);
  transition: transform 360ms var(--b3-ease);
}

.bridge-tab span {
  font-family: var(--b3-display);
  font-size: clamp(18px, 1.8vw, 27px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.bridge-tab small {
  color: var(--b3-muted);
  font-family: var(--b3-latin);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bridge-tab i {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
  font-family: var(--b3-latin);
  font-style: normal;
  transition: transform 260ms var(--b3-ease);
}

.bridge-tab:hover i {
  transform: translate(4px, -4px);
}

.bridge-tab.is-active {
  color: var(--b3-paper);
  background: var(--b3-forest-850);
}

.bridge-tab.is-active::before {
  transform: scaleY(1);
}

.bridge-tab.is-active small {
  color: var(--b3-gold);
}

.bridge-panels {
  min-width: 0;
}

.bridge-panel {
  display: grid;
  grid-template-columns: minmax(250px, 0.9fr) minmax(320px, 1.1fr);
  min-height: 470px;
  animation: panel-in 550ms var(--b3-ease) both;
}

.bridge-panel[hidden] {
  display: none;
}

.bridge-panel > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bridge-panel > div {
  align-self: center;
  padding: clamp(34px, 5vw, 72px);
}

.bridge-panel > div > p {
  margin-bottom: 16px;
  color: var(--b3-coral);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.bridge-panel h3 {
  color: var(--b3-forest-950);
  font-size: clamp(2rem, 3.3vw, 3.8rem);
  line-height: 1.35;
}

.bridge-panel ul {
  display: grid;
  gap: 7px;
  margin: 28px 0 30px;
  padding: 24px 0;
  border-top: 1px solid var(--b3-line-dark);
  border-bottom: 1px solid var(--b3-line-dark);
  color: var(--b3-muted);
  font-size: 14px;
  line-height: 1.7;
  list-style: none;
}

.bridge-panel li {
  position: relative;
  padding-left: 18px;
}

.bridge-panel li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--b3-gold);
}

.bridge-panel a {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--b3-line-dark);
  color: var(--b3-forest-850);
  font-size: 13px;
  font-weight: 800;
  transition: gap 240ms var(--b3-ease);
}

.bridge-panel a:hover {
  gap: 28px;
}

.home-method {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 13vw, 190px) clamp(20px, 5vw, 80px);
  color: var(--b3-ink);
  background:
    radial-gradient(circle at 76% 20%, rgba(215, 169, 88, 0.16), transparent 25%),
    linear-gradient(145deg, rgba(111, 150, 130, 0.14), rgba(251, 249, 243, 0.74)),
    var(--b3-cloud);
}

.home-method::before {
  content: "BRIDGE";
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(9, 42, 36, 0.028);
  font-family: var(--b3-latin);
  font-size: clamp(9rem, 26vw, 28rem);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.1em;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.method-heading,
.method-steps,
.method-promise {
  position: relative;
  z-index: 1;
  width: min(100%, 1380px);
  margin-right: auto;
  margin-left: auto;
}

.method-heading .home-kicker {
  color: var(--b3-forest-700);
}

.method-heading .section-title {
  max-width: 900px;
  color: var(--b3-forest-950);
}

.method-heading .section-title em {
  color: var(--b3-coral);
}

.method-track {
  position: absolute;
  top: 54%;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--b3-line-dark);
}

.method-track span {
  display: block;
  width: var(--method-progress, 0%);
  height: 100%;
  background: linear-gradient(90deg, var(--b3-coral), var(--b3-gold), var(--b3-moss));
  box-shadow: 0 0 22px rgba(215, 169, 88, 0.38);
  transition: width 120ms linear;
}

.method-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: clamp(70px, 10vw, 130px);
  background: var(--b3-line-dark);
  box-shadow: 0 26px 80px rgba(9, 42, 36, 0.09);
}

.method-step {
  position: relative;
  min-height: 320px;
  padding: clamp(30px, 4vw, 54px);
  background: rgba(251, 249, 243, 0.9);
  backdrop-filter: blur(10px);
}

.method-dot {
  position: absolute;
  top: -7px;
  left: clamp(30px, 4vw, 54px);
  width: 14px;
  height: 14px;
  border: 3px solid var(--b3-cloud);
  border-radius: 50%;
  background: var(--b3-gold);
  box-shadow: 0 0 0 8px rgba(215, 169, 88, 0.12);
}

.method-step small {
  color: var(--b3-coral);
  font-family: var(--b3-latin);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.method-step h3 {
  margin-top: 50px;
  color: var(--b3-forest-950);
  font-size: clamp(1.8rem, 2.5vw, 3rem);
  line-height: 1.4;
}

.method-step p {
  max-width: 360px;
  margin-top: 20px;
  color: var(--b3-muted);
  font-size: 14px;
  line-height: 2;
}

.method-promise {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 24px;
  margin-top: 44px;
}

.method-promise span {
  color: var(--b3-coral);
  font-family: var(--b3-latin);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.method-promise p {
  font-family: var(--b3-display);
  font-size: clamp(1.3rem, 2vw, 2.2rem);
  line-height: 1.4;
}

.founder-story {
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(440px, 1.15fr);
  min-height: 900px;
  background: var(--b3-sand);
}

.founder-portrait {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 900px;
  padding: clamp(24px, 5vw, 72px) clamp(24px, 4vw, 60px);
  overflow: hidden;
  background: var(--b3-cloud);
}

.founder-portrait::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22%;
  width: 1px;
  height: 100%;
  background: var(--b3-line-dark);
}

.founder-portrait::after {
  content: "FIELD";
  position: absolute;
  top: 50%;
  left: -0.2em;
  color: rgba(9, 42, 36, 0.035);
  font-family: var(--b3-latin);
  font-size: clamp(7rem, 16vw, 16rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.08em;
  transform: translateY(-50%) rotate(-90deg);
}

.portrait-frame {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  height: min(70vh, 680px);
  align-self: center;
  justify-self: center;
  overflow: hidden;
  border-radius: 48% 48% 4px 4px;
  box-shadow: 0 36px 100px rgba(9, 42, 36, 0.42);
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}

.portrait-caption {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid var(--b3-line-dark);
  color: var(--b3-forest-950);
}

.portrait-caption small {
  color: var(--b3-coral);
  font-family: var(--b3-latin);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.portrait-caption p {
  display: grid;
  text-align: right;
}

.portrait-caption strong {
  font-family: var(--b3-display);
  font-size: 24px;
  line-height: 1.2;
}

.portrait-caption span {
  color: var(--b3-muted);
  font-family: var(--b3-latin);
  font-size: 8px;
  letter-spacing: 0.14em;
}

.founder-copy {
  position: relative;
  z-index: 1;
  display: block;
  align-self: center;
  max-width: 850px;
  grid-template-areas: none;
  grid-template-columns: none;
  padding: clamp(72px, 9vw, 150px) clamp(34px, 8vw, 130px);
}

.founder-copy .section-title {
  font-size: clamp(3rem, 5.3vw, 6.2rem);
}

.founder-body {
  display: grid;
  gap: 18px;
  max-width: 650px;
  margin-top: 44px;
  color: var(--b3-muted);
  font-size: 16px;
  line-height: 2;
}

.founder-copy blockquote {
  position: relative;
  max-width: 650px;
  margin: 42px 0 34px;
  padding: 28px 0 28px 42px;
  border-top: 1px solid var(--b3-line-dark);
  border-bottom: 1px solid var(--b3-line-dark);
  color: var(--b3-forest-850);
  font-family: var(--b3-display);
  font-size: clamp(1.45rem, 2.4vw, 2.6rem);
  line-height: 1.6;
}

.founder-copy blockquote::before {
  content: "“";
  position: absolute;
  top: 16px;
  left: 0;
  color: var(--b3-coral);
  font-family: var(--b3-display);
  font-size: 52px;
  line-height: 1;
}

.home-journal {
  padding: clamp(94px, 12vw, 180px) clamp(20px, 5vw, 80px);
  background: var(--b3-paper);
}

.journal-heading,
.journal-grid {
  width: min(100%, 1380px);
  margin-right: auto;
  margin-left: auto;
}

.journal-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.journal-heading .section-title {
  font-size: clamp(3rem, 5.7vw, 6.4rem);
}

.journal-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  margin-top: 70px;
  border-top: 1px solid var(--b3-line-dark);
  border-bottom: 1px solid var(--b3-line-dark);
}

.journal-card {
  min-width: 0;
  border-right: 1px solid var(--b3-line-dark);
}

.journal-card:last-child {
  border-right: 0;
}

.journal-card > a {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: clamp(28px, 3vw, 44px);
  transition:
    color 300ms ease,
    background 300ms ease;
}

.journal-card > a:hover {
  color: var(--b3-paper);
  background: var(--b3-forest-850);
}

.journal-card small {
  color: var(--b3-coral);
  font-family: var(--b3-latin);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.journal-card h3 {
  margin-top: 32px;
  font-size: clamp(1.7rem, 2.6vw, 3rem);
  line-height: 1.5;
}

.journal-card p {
  margin-top: 18px;
  color: var(--b3-muted);
  font-size: 14px;
  line-height: 1.9;
  transition: color 300ms ease;
}

.journal-card > a:hover p {
  color: rgba(251, 249, 243, 0.62);
}

.journal-card span {
  margin-top: auto;
  padding-top: 32px;
  font-family: var(--b3-latin);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.journal-card-featured > a {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(280px, 1.1fr);
  gap: clamp(24px, 4vw, 56px);
}

.journal-card-featured figure {
  min-height: 360px;
  overflow: hidden;
}

.journal-card-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms var(--b3-ease);
}

.journal-card-featured a:hover img {
  transform: scale(1.045);
}

.journal-card-featured > a > div {
  display: flex;
  flex-direction: column;
}

.home-contact {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.45fr);
  min-height: 780px;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  padding: clamp(90px, 11vw, 160px) clamp(24px, 8vw, 130px);
  color: var(--b3-paper);
  background:
    linear-gradient(120deg, rgba(9, 42, 36, 0.92), rgba(18, 61, 53, 0.96)),
    var(--b3-forest-950);
}

.contact-rings {
  position: absolute;
  top: 50%;
  right: -8vw;
  width: min(64vw, 900px);
  aspect-ratio: 1;
  transform: translateY(-50%);
}

.contact-rings span {
  position: absolute;
  inset: var(--ring-inset, 0%);
  border: 1px solid rgba(215, 169, 88, 0.2);
  border-radius: 50%;
  animation: ring-drift 12s ease-in-out infinite alternate;
}

.contact-rings span:nth-child(2) {
  --ring-inset: 16%;
  animation-delay: -3s;
}

.contact-rings span:nth-child(3) {
  --ring-inset: 32%;
  animation-delay: -6s;
}

.contact-copy {
  position: relative;
  z-index: 2;
  max-width: 960px;
}

.contact-copy h2 {
  margin-top: 20px;
  font-size: clamp(3.3rem, 7.6vw, 8.6rem);
  line-height: 1.08;
}

.contact-copy h2 em {
  color: var(--b3-gold);
  font-style: normal;
}

.contact-copy > p:not(.home-kicker) {
  margin-top: 34px;
  color: rgba(251, 249, 243, 0.68);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 2;
}

.home-button-light {
  margin-top: 38px;
  color: var(--b3-forest-950);
  background: var(--b3-paper);
}

.home-button-light i {
  color: var(--b3-paper);
  background: var(--b3-forest-850);
}

.home-button-light:hover {
  color: var(--b3-paper);
  border-color: rgba(251, 249, 243, 0.36);
}

.contact-punimaru {
  position: relative;
  z-index: 2;
  width: min(100%, 380px);
  align-self: end;
  justify-self: end;
  filter: drop-shadow(0 28px 40px rgba(9, 42, 36, 0.35));
  transform: rotate(2deg);
}

.home-footer {
  padding: 76px clamp(20px, 5vw, 80px) 24px;
  color: rgba(251, 249, 243, 0.74);
  background: var(--b3-forest-950);
}

.footer-main {
  width: min(100%, 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.55fr;
  gap: clamp(40px, 7vw, 110px);
  padding-bottom: 70px;
}

.home-footer .brand-mark {
  border-color: transparent;
  background-color: transparent;
}

.home-footer .brand-type small {
  color: rgba(251, 249, 243, 0.5);
}

.footer-identity > p {
  max-width: 390px;
  margin-top: 26px;
  color: rgba(251, 249, 243, 0.5);
  font-size: 13px;
  line-height: 1.9;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.footer-nav > div,
.footer-social {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-nav small,
.footer-social small {
  margin-bottom: 10px;
  color: var(--b3-gold);
  font-family: var(--b3-latin);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.footer-nav a,
.footer-social a {
  width: max-content;
  color: rgba(251, 249, 243, 0.66);
  font-size: 13px;
  line-height: 1.7;
  transition: color 180ms ease;
}

.footer-nav a:hover,
.footer-social a:hover {
  color: var(--b3-paper);
}

.footer-bottom {
  width: min(100%, 1380px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(251, 249, 243, 0.12);
  color: rgba(251, 249, 243, 0.34);
  font-family: var(--b3-latin);
  font-size: 8px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.footer-bottom a {
  color: rgba(251, 249, 243, 0.52);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-floating-contact {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 18px;
  padding: 10px 12px 10px 20px;
  border: 1px solid rgba(251, 249, 243, 0.3);
  border-radius: 999px;
  color: var(--b3-paper);
  background: rgba(9, 42, 36, 0.9);
  box-shadow: 0 18px 44px rgba(9, 42, 36, 0.28);
  backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 800;
  transition:
    background 220ms ease,
    transform 220ms var(--b3-ease);
}

.home-floating-contact i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--b3-forest-950);
  background: var(--b3-gold);
  font-family: var(--b3-latin);
  font-style: normal;
}

.home-floating-contact:hover {
  background: var(--b3-forest-850);
  transform: translateY(-3px);
}

.motion-enabled .reveal-copy,
.motion-enabled .reveal-title,
.motion-enabled .reveal-component,
.motion-enabled .reveal-media {
  opacity: 0;
  transition:
    opacity 800ms var(--b3-ease),
    transform 800ms var(--b3-ease),
    clip-path 950ms var(--b3-ease);
}

.motion-enabled .reveal-copy,
.motion-enabled .reveal-title,
.motion-enabled .reveal-component {
  transform: translateY(24px);
}

.motion-enabled .reveal-media {
  transform: translateY(18px) scale(0.985);
  clip-path: inset(0);
}

.motion-enabled .is-revealed {
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0);
}

@keyframes hero-line-in {
  from {
    opacity: 0.26;
    transform: translateY(22%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes draw-accent {
  to {
    transform: scaleX(1);
  }
}

@keyframes hero-enter {
  from {
    opacity: 0.28;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-breathe {
  from {
    transform: scale(1.025);
  }
  to {
    transform: scale(1.065);
  }
}

@keyframes pulse-dot {
  50% {
    box-shadow: 0 0 0 12px rgba(215, 169, 88, 0);
  }
}

@keyframes panel-in {
  from {
    opacity: 0;
    transform: translateX(16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes ring-drift {
  from {
    transform: scale(0.98) rotate(-3deg);
  }
  to {
    transform: scale(1.025) rotate(3deg);
  }
}

@media (max-width: 1120px) {
  .home-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
    gap: 34px;
  }

  .home-manifesto {
    grid-template-columns: minmax(110px, 0.28fr) minmax(360px, 1fr) minmax(320px, 0.8fr);
  }

  .bridge-panel {
    grid-template-columns: minmax(190px, 0.75fr) minmax(300px, 1.25fr);
  }

  .founder-story {
    grid-template-columns: minmax(330px, 0.75fr) minmax(410px, 1.25fr);
  }

  .journal-card-featured > a {
    grid-template-columns: 1fr;
  }

  .journal-card-featured figure {
    min-height: 220px;
  }
}

@media (max-width: 900px) {
  .scroll-bridge {
    right: 5px;
  }

  .home-header .nav-toggle {
    display: block;
    width: 48px;
    height: 48px;
    border-color: rgba(9, 42, 36, 0.2);
    border-radius: 50%;
    background: rgba(251, 249, 243, 0.84);
  }

  .home-header .nav-toggle span {
    background: var(--b3-forest-950);
  }

  .home-nav.site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 14px;
    left: 14px;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid rgba(251, 249, 243, 0.14);
    color: var(--b3-paper);
    background: rgba(9, 42, 36, 0.97);
    box-shadow: 0 24px 70px rgba(9, 42, 36, 0.32);
    backdrop-filter: blur(18px);
  }

  .home-nav.site-nav.is-open {
    display: grid;
  }

  .home-nav.site-nav a {
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 6px 12px;
    border-bottom: 1px solid rgba(251, 249, 243, 0.1);
  }

  .home-nav.site-nav a:not(.nav-cta)::after {
    display: none;
  }

  .home-nav.site-nav .nav-cta {
    justify-content: center;
    margin-top: 8px;
    border: 1px solid var(--b3-gold);
    border-radius: 999px;
    background: var(--b3-gold);
    color: var(--b3-forest-950);
  }

  .home-hero-inner {
    grid-template-columns: 1fr;
    align-content: center;
    padding-top: 132px;
    padding-bottom: 170px;
  }

  .hero-proof {
    width: min(100%, 420px);
    justify-self: end;
  }

  .home-manifesto {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .manifesto-number {
    grid-row: 1 / 3;
    padding-left: 16px;
  }

  .manifesto-copy {
    padding: 90px clamp(28px, 7vw, 70px);
  }

  .manifesto-photo {
    grid-column: 2;
    min-height: 560px;
  }

  .support-heading {
    grid-template-columns: 1fr;
  }

  .support-intro {
    max-width: 520px;
  }

  .bridge-switcher {
    grid-template-columns: 1fr;
  }

  .bridge-tabs {
    grid-template-columns: repeat(2, 1fr);
    border-right: 0;
    border-bottom: 1px solid var(--b3-line-dark);
  }

  .bridge-tab {
    min-height: 108px;
    border-right: 1px solid var(--b3-line-dark);
  }

  .bridge-tab:nth-child(2) {
    border-right: 0;
  }

  .bridge-tab:nth-child(3) {
    border-bottom: 0;
  }

  .method-track {
    display: none;
  }

  .method-steps {
    grid-template-columns: 1fr;
    gap: 1px;
  }

  .method-step {
    min-height: auto;
    padding-top: 56px;
  }

  .method-dot {
    top: 24px;
  }

  .method-step h3 {
    margin-top: 26px;
  }

  .founder-story {
    grid-template-columns: 1fr;
  }

  .founder-portrait {
    min-height: 780px;
  }

  .founder-copy {
    max-width: none;
  }

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

  .journal-card-featured {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid var(--b3-line-dark);
  }

  .journal-card-featured > a {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .home-contact {
    grid-template-columns: 1fr;
  }

  .contact-punimaru {
    position: absolute;
    right: 2vw;
    bottom: -4vw;
    z-index: 1;
    width: min(36vw, 300px);
    opacity: 0.62;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-social {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  body.home-remake {
    font-size: 15px;
  }

  .home-header.site-header {
    min-height: 68px;
    padding: 10px 16px;
  }

  .home-remake .brand-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .brand-type strong {
    font-size: 16px;
  }

  .brand-type small {
    font-size: 8px;
  }

  .home-hero {
    min-height: max(920px, 100svh);
  }

  .hero-media img {
    object-position: center;
  }

  .hero-tone {
    background:
      linear-gradient(180deg, rgba(251, 249, 243, 0.94) 0%, rgba(251, 249, 243, 0.9) 38%, rgba(251, 249, 243, 0.2) 57%, rgba(251, 249, 243, 0.08) 78%, rgba(251, 249, 243, 0.76) 100%),
      linear-gradient(90deg, rgba(251, 249, 243, 0.72), rgba(251, 249, 243, 0.06));
  }

  .fluid-ready .hero-fluid {
    opacity: 0;
  }

  .home-hero-inner {
    width: min(100% - 32px, 1440px);
    min-height: max(920px, 100svh);
    align-content: start;
    padding-top: 130px;
    padding-bottom: 108px;
  }

  .home-hero .home-kicker {
    margin-bottom: 22px;
    font-size: 9px;
  }

  .hero-heading {
    font-size: clamp(3.3rem, 17vw, 5.8rem);
    line-height: 1.02;
  }

  .hero-description {
    margin-top: 26px;
    font-size: 14px;
    line-height: 1.9;
  }

  .hero-description br {
    display: none;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-top: 28px;
  }

  .home-button {
    width: 100%;
    min-height: 56px;
  }

  .hero-proof {
    width: 100%;
    margin: 170px 0 0;
    padding: 18px;
  }

  .hero-proof-main {
    padding: 14px 0 10px;
  }

  .hero-proof-main strong {
    font-size: 48px;
  }

  .hero-proof p,
  .hero-proof a {
    display: none;
  }

  .hero-bottom {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .hero-bottom > p {
    display: none;
  }

  .hero-domains {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    font-size: 7px;
  }

  .hero-domains span + span::before {
    display: none;
  }

  .home-manifesto {
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: auto;
  }

  .manifesto-number {
    padding: 0 0 30px 8px;
  }

  .manifesto-number span {
    font-size: 86px;
  }

  .manifesto-number small {
    display: none;
  }

  .manifesto-copy {
    padding: 80px 22px;
  }

  .section-title {
    font-size: clamp(2.45rem, 12.5vw, 4.2rem);
    line-height: 1.28;
  }

  .manifesto-body {
    margin-top: 32px;
    font-size: 15px;
    line-height: 1.9;
  }

  .manifesto-photo {
    min-height: 430px;
  }

  .manifesto-photo figcaption {
    right: 16px;
    bottom: 16px;
    left: 16px;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .manifesto-photo figcaption span {
    min-height: 36px;
    place-items: start;
    align-items: center;
  }

  .support-bridge,
  .home-method,
  .home-journal {
    padding-right: 16px;
    padding-left: 16px;
  }

  .support-heading {
    gap: 26px;
  }

  .support-heading .section-title {
    font-size: clamp(2.7rem, 13.7vw, 4.8rem);
  }

  .bridge-tabs {
    grid-template-columns: 1fr;
  }

  .bridge-tab {
    min-height: 86px;
    padding: 16px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--b3-line-dark);
  }

  .bridge-tab:nth-child(3) {
    border-bottom: 1px solid var(--b3-line-dark);
  }

  .bridge-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .bridge-panel > img {
    height: 280px;
  }

  .bridge-panel > div {
    padding: 30px 22px 38px;
  }

  .bridge-panel h3 {
    font-size: 2rem;
  }

  .method-steps {
    margin-top: 56px;
  }

  .method-step {
    padding: 54px 24px 36px;
  }

  .method-dot {
    left: 24px;
  }

  .method-step h3 {
    font-size: 2rem;
  }

  .method-promise {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-top: 34px;
  }

  .founder-portrait {
    min-height: 650px;
    padding: 24px 16px;
  }

  .portrait-frame {
    width: 100%;
    height: 500px;
  }

  .portrait-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .portrait-caption p {
    text-align: left;
  }

  .founder-copy {
    padding: 78px 22px;
  }

  .founder-body {
    font-size: 15px;
    line-height: 1.9;
  }

  .founder-copy blockquote {
    padding-left: 30px;
    font-size: 1.4rem;
  }

  .journal-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .journal-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .journal-card,
  .journal-card:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--b3-line-dark);
  }

  .journal-card:last-child {
    border-bottom: 0;
  }

  .journal-card > a {
    min-height: 330px;
    padding: 26px 20px;
  }

  .journal-card-featured > a {
    grid-template-columns: 1fr;
  }

  .journal-card-featured figure {
    min-height: 240px;
  }

  .home-contact {
    min-height: 720px;
    padding: 90px 20px 150px;
  }

  .contact-copy h2 {
    font-size: clamp(3rem, 14.7vw, 5.4rem);
    line-height: 1.18;
  }

  .contact-copy > p:not(.home-kicker) br {
    display: none;
  }

  .contact-punimaru {
    right: -24px;
    bottom: -12px;
    width: 190px;
    opacity: 0.72;
  }

  .home-footer {
    padding: 62px 20px 24px;
  }

  .footer-main,
  .footer-nav {
    grid-template-columns: 1fr;
  }

  .footer-main {
    gap: 44px;
  }

  .footer-social {
    grid-column: 1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-floating-contact {
    right: 14px;
    bottom: 14px;
  }
}

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

  .hero-fluid {
    display: none;
  }

  .motion-enabled .reveal-copy,
  .motion-enabled .reveal-title,
  .motion-enabled .reveal-component,
  .motion-enabled .reveal-media {
    opacity: 1;
    transform: none;
    clip-path: none;
  }
}

/* The fixed landscape must remain screen-bound while the first three scenes pass behind it. */
.home-follow-landscape {
  position: fixed;
  inset: 0;
  z-index: 18;
  overflow: hidden;
  opacity: var(--landscape-opacity, 1);
  pointer-events: none;
  transform: translateZ(0);
  transition: opacity 280ms ease;
}

.js.intro-pending .home-follow-landscape {
  opacity: 0;
}

.follow-sakura-canvas {
  position: absolute;
  inset: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
}

.follow-wave {
  position: absolute;
  right: -52px;
  bottom: -2px;
  left: -52px;
  z-index: 2;
  height: clamp(142px, 22vh, 230px);
  transform: translate3d(var(--follow-wave-x, 0), 0, 0)
    rotate(var(--follow-wave-rotate, 0deg));
  transform-origin: 50% 100%;
}

.follow-wave svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.follow-wave-back {
  bottom: 24px;
  opacity: 0.86;
}

.follow-wave-back path {
  fill: var(--b3-meadow-light);
}

.follow-wave-front {
  z-index: 4;
  height: clamp(116px, 18vh, 194px);
  transform: translate3d(calc(var(--follow-wave-x, 0px) * -0.55), 0, 0)
    rotate(calc(var(--follow-wave-rotate, 0deg) * -0.5));
}

.follow-wave-front path {
  fill: var(--b3-meadow);
}

.follow-sakura-tree {
  position: absolute;
  right: clamp(6px, 3.4vw, 54px);
  bottom: clamp(72px, 12vh, 124px);
  z-index: 3;
  width: clamp(250px, 27vw, 420px);
  height: clamp(320px, 47vh, 480px);
  filter: drop-shadow(0 18px 24px rgba(73, 51, 39, 0.16));
  transform: translate3d(var(--follow-tree-x, 0), var(--follow-tree-y, 0), 0)
    rotate(var(--follow-tree-rotate, -1deg));
  transform-origin: 62% 100%;
}

.follow-tree-trunk {
  position: absolute;
  right: 15%;
  bottom: -28%;
  width: 40%;
  height: 94%;
  object-fit: contain;
  object-position: bottom;
}

.follow-tree-crown {
  position: absolute;
  max-width: none;
  height: auto;
  transform-origin: 78% 40%;
}

.follow-tree-crown-main {
  top: -8%;
  right: -20%;
  width: 132%;
  opacity: 0.94;
  filter: saturate(1.08) contrast(1.02);
  transform: rotate(7deg);
}

.follow-tree-crown-soft {
  top: 5%;
  right: 16%;
  width: 106%;
  opacity: 0.62;
  filter: saturate(1.12);
  transform: scaleX(-1) rotate(-10deg);
}

.home-hero-kv {
  min-height: max(1296px, 190svh);
  overflow: visible;
  background: var(--b3-paper);
}

.hero-sticky-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
  background: var(--b3-paper);
}

.hero-collage-stage {
  inset: 78px 0 0;
}

.hero-collage-track {
  width: 230vw;
  transform: translate3d(var(--hero-track-x, 0), 0, 0)
    scale(var(--hero-track-scale, 1));
  transform-origin: 50vw 46%;
}

.intro-complete .home-hero-kv .hero-collage-track {
  animation: none;
}

.home-hero-kv .hero-photo-01 {
  left: 6vw;
  width: 31vw;
}

.home-hero-kv .hero-photo-02 {
  left: 54vw;
  width: 17.5vw;
}

.home-hero-kv .hero-photo-03 {
  left: 39vw;
  width: 27.5vw;
}

.home-hero-kv .hero-photo-04 {
  left: 76vw;
  width: 26vw;
}

.home-hero-kv .hero-photo-05 {
  left: 92vw;
  width: 32.5vw;
}

.home-hero-kv .hero-photo-06 {
  top: 8%;
  left: 132vw;
  width: 35vw;
  height: 52%;
  border-radius: 49% 51% 44% 56% / 33% 45% 55% 67%;
  transform: rotate(-2.4deg);
}

.home-hero-kv .hero-photo-07 {
  top: 56%;
  left: 165vw;
  width: 22vw;
  height: 30%;
  border-radius: 44% 56% 51% 49% / 57% 43% 57% 43%;
  transform: rotate(1.7deg);
}

.home-hero-kv .hero-photo-08 {
  top: 20%;
  left: 190vw;
  width: 30vw;
  height: 55%;
  border-radius: 55% 45% 43% 57% / 38% 45% 55% 62%;
  transform: rotate(1.2deg);
}

.hero-care-doodle-talk {
  left: 30vw;
}

.hero-care-doodle-walk {
  left: 18vw;
}

.hero-care-doodle-bridge {
  left: 101vw;
}

.intro-play .home-hero-kv .hero-photo-06,
.intro-play .home-hero-kv .hero-photo-07,
.intro-play .home-hero-kv .hero-photo-08 {
  animation: bridge3-kv-photo-in 760ms 1580ms var(--b3-ease) forwards;
}

.intro-complete .hero-vertical-story {
  opacity: var(--hero-story-opacity, 1);
  animation: none;
  transform: translate3d(0, var(--hero-story-y, 0), 0);
}

.intro-complete .hero-story-panel {
  opacity: var(--hero-story-opacity, 1);
  animation: none;
  transform: translate3d(0, calc(var(--hero-story-y, 0) * 0.55), 0);
}

.hero-scroll-chapter {
  position: absolute;
  top: 33%;
  left: 15%;
  z-index: 13;
  width: min(40vw, 520px);
  padding: 22px 28px 24px;
  color: var(--b3-forest-950);
  background: linear-gradient(90deg, rgba(251, 249, 243, 0.94), rgba(251, 249, 243, 0.5));
  opacity: var(--hero-chapter-opacity, 0);
  transform: translate3d(0, var(--hero-chapter-y, 28px), 0);
}

.hero-scroll-chapter p {
  font-size: clamp(0.86rem, 1.05vw, 1rem);
  font-weight: 600;
  line-height: 2;
}

.hero-scroll-chapter strong {
  display: block;
  margin-top: 20px;
  font-family: var(--b3-display);
  font-size: clamp(1.55rem, 2.5vw, 2.8rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.035em;
}

.home-hero-kv .hero-meadow {
  display: none;
}

.home-manifesto {
  z-index: 12;
  min-height: max(880px, 118svh);
  background: transparent;
}

.home-manifesto::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(
    180deg,
    rgba(251, 249, 243, 0.98),
    rgba(251, 249, 243, 0.87) 55%,
    rgba(251, 249, 243, 0.62)
  );
}

.home-manifesto > * {
  position: relative;
  z-index: 13;
}

.manifesto-photo img {
  transform: translate3d(0, calc((var(--manifesto-scroll, 0) - 0.5) * -7%), 0)
    scale(1.08);
}

.support-bridge {
  position: relative;
  z-index: 14;
}

@media (min-width: 768px) {
  .support-bridge {
    min-height: max(2100px, 300svh);
    padding-bottom: 126svh;
  }

  .bridge-switcher {
    position: sticky;
    top: 104px;
  }
}

@media (max-width: 767px) {
  .home-hero-kv {
    min-height: max(1140px, 155svh);
  }

  .hero-sticky-stage {
    min-height: max(760px, 100svh);
  }

  .hero-collage-stage {
    inset: 70px 0 0;
  }

  .hero-collage-track {
    width: 118vw;
    transform-origin: 50% 52%;
  }

  .home-hero-kv .hero-photo-01 {
    left: 3vw;
    width: 94vw;
  }

  .home-hero-kv .hero-photo-02,
  .home-hero-kv .hero-photo-03,
  .home-hero-kv .hero-photo-04,
  .home-hero-kv .hero-photo-05,
  .home-hero-kv .hero-photo-06,
  .home-hero-kv .hero-photo-07,
  .home-hero-kv .hero-photo-08 {
    display: none;
  }

  .follow-wave {
    right: -24px;
    left: -24px;
    height: 132px;
  }

  .follow-wave-back {
    bottom: 14px;
  }

  .follow-wave-front {
    height: 106px;
  }

  .follow-sakura-tree {
    right: -42px;
    bottom: 64px;
    width: 205px;
    height: 274px;
    filter: drop-shadow(0 10px 16px rgba(73, 51, 39, 0.14));
  }

  .follow-tree-crown-main {
    opacity: 0.92;
  }

  .follow-tree-crown-soft {
    opacity: 0.48;
  }

  .home-manifesto {
    min-height: 980px;
  }

  .hero-scroll-chapter {
    top: 36%;
    left: 6%;
    width: 68vw;
    padding: 14px 16px;
  }

  .hero-scroll-chapter p {
    font-size: 0.72rem;
  }

  .hero-scroll-chapter strong {
    margin-top: 10px;
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .support-bridge {
    min-height: max(2100px, 300svh);
    padding-bottom: 126svh;
  }

  .bridge-switcher {
    position: sticky;
    top: 104px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-follow-landscape,
  .follow-wave,
  .follow-sakura-tree,
  .hero-collage-track,
  .hero-vertical-story,
  .hero-story-panel,
  .manifesto-photo img {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Sakura care collage edition */

:root {
  --b3-forest-950: #183f34;
  --b3-forest-850: #285747;
  --b3-forest-700: #4e7a68;
  --b3-footer: #12372f;
  --b3-moss: #86aa79;
  --b3-sand: #f4ecdf;
  --b3-linen: #faf7f0;
  --b3-paper: #fffdf8;
  --b3-gold: #ddb85f;
  --b3-coral: #d88992;
  --b3-ink: #283b34;
  --b3-muted: #68756f;
  --b3-mist: #b9c8be;
  --b3-cloud: #e9f1e5;
  --b3-sakura: #efb8bd;
  --b3-sakura-pale: #f9e6e6;
  --b3-leaf-pale: #edf4e7;
  --b3-line-dark: rgba(40, 87, 71, 0.18);
  --b3-line-light: rgba(255, 253, 248, 0.28);
  --b3-shadow: 0 28px 80px rgba(40, 87, 71, 0.12);
  --b3-display: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --b3-accent: "Zen Old Mincho", "Yu Mincho", serif;
  --b3-body: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --b3-latin: "Manrope", Arial, sans-serif;
  --b3-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

body.home-remake {
  color: var(--b3-ink);
  background: var(--b3-paper);
  line-height: 1.9;
}

.home-remake h1,
.home-remake h2,
.home-remake h3 {
  font-family: var(--b3-display);
  font-weight: 700;
  letter-spacing: -0.045em;
}

.scroll-bridge {
  right: 8px;
  background: rgba(40, 87, 71, 0.08);
}

.scroll-bridge span {
  background: linear-gradient(180deg, var(--b3-sakura), var(--b3-moss));
  box-shadow: none;
}

.home-header.site-header {
  min-height: 82px;
  border-bottom-color: rgba(40, 87, 71, 0.1);
  background: rgba(255, 253, 248, 0.78);
  backdrop-filter: blur(18px);
}

.home-header.site-header.is-scrolled {
  background: rgba(255, 253, 248, 0.94);
}

.home-remake .brand-mark {
  border-color: transparent;
  color: transparent;
  background-color: transparent;
}

.home-nav.site-nav .nav-cta {
  border-color: var(--b3-forest-850);
  color: var(--b3-paper);
  background: var(--b3-forest-850);
}

.home-nav.site-nav .nav-cta:hover {
  border-color: var(--b3-sakura);
  color: var(--b3-forest-950);
  background: var(--b3-sakura-pale);
}

.home-intro {
  display: none;
}

.js.intro-pending .home-intro,
.js.intro-running .home-intro {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  color: var(--b3-forest-950);
  background: var(--b3-paper);
  pointer-events: none;
}

.home-intro-mark {
  display: grid;
  min-width: 210px;
  justify-items: center;
  opacity: 0;
  transform: translate3d(0, 12px, 0);
}

.home-intro-bridge {
  font-family: var(--b3-latin);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.home-intro-mark i {
  display: block;
  width: 0;
  height: 2px;
  margin: 13px 0 11px;
  background: linear-gradient(90deg, var(--b3-moss), var(--b3-sakura));
}

.home-intro-mark small {
  font-family: var(--b3-latin);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.intro-play .home-intro-mark {
  animation: sakura-intro-mark 340ms 180ms var(--b3-ease) forwards;
}

.intro-play .home-intro-mark i {
  animation: sakura-intro-line 420ms 290ms var(--b3-ease) forwards;
}

.intro-play .home-intro {
  animation: sakura-intro-curtain 720ms 520ms cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

.intro-repeat .home-intro-mark {
  display: none;
}

.intro-repeat.intro-play .home-intro {
  animation-duration: 470ms;
  animation-delay: 120ms;
}

.intro-complete .home-intro {
  display: none;
}

.home-hero {
  min-height: min(900px, 100svh);
  color: var(--b3-ink);
  background:
    radial-gradient(circle at 22% 36%, rgba(239, 184, 189, 0.16), transparent 26%),
    linear-gradient(135deg, var(--b3-paper) 0%, var(--b3-paper) 53%, var(--b3-leaf-pale) 100%);
}

.home-hero::before {
  content: "";
  position: absolute;
  top: 118px;
  left: clamp(18px, 4vw, 68px);
  width: 72px;
  height: 72px;
  border: 1px solid rgba(40, 87, 71, 0.18);
  border-radius: 52% 48% 42% 58% / 58% 38% 62% 42%;
  transform: rotate(-13deg);
}

.home-hero::after {
  content: "現場のそばに";
  position: absolute;
  left: clamp(18px, 4vw, 68px);
  bottom: 92px;
  z-index: 5;
  color: var(--b3-forest-700);
  font-family: var(--b3-latin);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.home-hero-inner {
  position: relative;
  z-index: 8;
  width: min(100% - 48px, 1440px);
  min-height: min(900px, 100svh);
  padding: clamp(154px, 18vh, 196px) clamp(0px, 3vw, 36px) 138px;
  grid-template-columns: minmax(340px, 0.72fr) minmax(560px, 1.28fr);
  gap: 0;
}

.hero-copy {
  z-index: 6;
  max-width: 620px;
}

.hero-role {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
  color: var(--b3-forest-700);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.hero-role::before {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--b3-moss);
}

.home-hero h1 {
  max-width: 9.5em;
  color: var(--b3-forest-950);
  font-size: clamp(3rem, 4.3vw, 4.5rem);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.065em;
}

.home-hero h1 > span {
  display: block;
  width: max-content;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.home-hero h1 > span:last-child {
  position: relative;
  padding: 0 0.08em 0.12em 0;
  color: var(--b3-forest-850);
}

.home-hero h1 > span:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.12em;
  left: 0;
  z-index: -1;
  height: 0.23em;
  border-radius: 50%;
  background: rgba(239, 184, 189, 0.58);
  transform: rotate(-1.4deg);
}

.hero-description {
  max-width: 31em;
  margin-top: 30px;
  color: var(--b3-muted);
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 2;
}

.hero-actions {
  margin-top: 32px;
}

.home-button {
  border-radius: 30px 30px 30px 6px;
}

.home-button::before {
  background: var(--b3-sakura-pale);
}

.home-button-primary:hover {
  color: var(--b3-forest-950);
}

.home-button-primary i {
  color: var(--b3-forest-950);
  background: var(--b3-paper);
}

.hero-vertical-message {
  position: absolute;
  top: 20%;
  right: clamp(2px, 1.5vw, 22px);
  z-index: 10;
  color: var(--b3-forest-850);
  font-family: var(--b3-accent);
  font-size: clamp(1rem, 1.5vw, 1.45rem);
  line-height: 1.8;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}

.hero-collage {
  position: absolute;
  top: 100px;
  right: max(-50px, calc((100vw - 1540px) / 2));
  z-index: 3;
  width: min(62vw, 940px);
  height: min(710px, calc(100svh - 142px));
  min-height: 590px;
  pointer-events: none;
}

.hero-photo {
  position: absolute;
  overflow: hidden;
  border: 7px solid rgba(255, 253, 248, 0.94);
  background: var(--b3-cloud);
  box-shadow: 0 24px 70px rgba(40, 87, 71, 0.14);
}

.hero-photo picture {
  display: block;
  width: 100%;
  height: 100%;
}

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

.hero-photo-main {
  inset: 6% 24% 8% 2%;
  z-index: 2;
  border-radius: 45% 55% 42% 58% / 34% 45% 55% 66%;
}

.hero-photo-main img {
  object-position: 58% center;
}

.hero-photo-consult {
  top: 2%;
  right: 2%;
  z-index: 3;
  width: 34%;
  aspect-ratio: 1 / 0.96;
  border-radius: 57% 43% 62% 38% / 45% 61% 39% 55%;
  transform: rotate(2.5deg);
}

.hero-photo-consult img {
  object-position: 58% center;
}

.hero-photo-place {
  right: 0;
  bottom: 2%;
  z-index: 4;
  width: 38%;
  aspect-ratio: 1.14 / 1;
  border-radius: 38% 62% 48% 52% / 60% 38% 62% 40%;
  transform: rotate(-2deg);
}

.hero-care-seal {
  position: absolute;
  right: 28%;
  bottom: 5%;
  z-index: 7;
  display: flex;
  width: 126px;
  height: 126px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(40, 87, 71, 0.24);
  border-radius: 50%;
  color: var(--b3-forest-950);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 16px 50px rgba(40, 87, 71, 0.12);
  transform: rotate(7deg);
}

.hero-care-seal strong {
  font-family: var(--b3-latin);
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.08em;
}

.hero-care-seal span {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
}

.hero-doodle-hands {
  position: absolute;
  top: 53%;
  right: 18%;
  z-index: 6;
  width: 90px;
  height: 70px;
  border: 2px solid var(--b3-forest-850);
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 70px;
  transform: rotate(-12deg);
}

.hero-doodle-hands span {
  position: absolute;
  width: 28px;
  height: 16px;
  border: 2px solid var(--b3-forest-850);
  border-radius: 50%;
}

.hero-doodle-hands span:first-child {
  top: 3px;
  left: 12px;
  transform: rotate(24deg);
}

.hero-doodle-hands span:nth-child(2) {
  top: 23px;
  left: 31px;
  transform: rotate(-15deg);
}

.hero-doodle-hands i {
  position: absolute;
  top: -12px;
  left: 48px;
  width: 23px;
  height: 1px;
  background: var(--b3-forest-850);
  transform: rotate(-32deg);
}

.hero-sakura {
  position: absolute;
  inset: 0;
  z-index: 7;
  overflow: hidden;
  pointer-events: none;
}

.hero-sakura-branch {
  position: absolute;
  top: 42px;
  right: -24px;
  width: min(38vw, 520px);
  transform-origin: 94% 7%;
}

.hero-sakura-canvas {
  width: 100%;
  height: 100%;
}

.hero-meadow {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  height: 138px;
  pointer-events: none;
}

.hero-meadow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-meadow path {
  fill: var(--b3-leaf-pale);
}

.js.intro-pending .home-header,
.js.intro-pending .hero-role,
.js.intro-pending .home-hero h1,
.js.intro-pending .hero-description,
.js.intro-pending .hero-actions,
.js.intro-pending .hero-vertical-message,
.js.intro-pending .hero-photo,
.js.intro-pending .hero-care-seal,
.js.intro-pending .hero-doodle,
.js.intro-pending .hero-sakura-branch,
.js.intro-pending .hero-meadow {
  opacity: 0;
}

.intro-play .home-header {
  animation: sakura-rise 520ms 180ms var(--b3-ease) forwards;
}

.intro-play .hero-photo-main {
  animation: sakura-photo-in 760ms 420ms var(--b3-ease) forwards;
}

.intro-play .hero-photo-consult {
  animation: sakura-photo-in 700ms 500ms var(--b3-ease) forwards;
}

.intro-play .hero-photo-place {
  animation: sakura-photo-in 700ms 580ms var(--b3-ease) forwards;
}

.intro-play .hero-role {
  animation: sakura-rise 600ms 720ms var(--b3-ease) forwards;
}

.intro-play .home-hero h1 {
  animation: sakura-copy-in 700ms 820ms var(--b3-ease) forwards;
}

.intro-play .hero-vertical-message {
  animation: sakura-rise 600ms 940ms var(--b3-ease) forwards;
}

.intro-play .hero-description {
  animation: sakura-rise 600ms 1020ms var(--b3-ease) forwards;
}

.intro-play .hero-actions,
.intro-play .hero-care-seal,
.intro-play .hero-doodle {
  animation: sakura-rise 600ms 1160ms var(--b3-ease) forwards;
}

.intro-play .hero-meadow {
  animation: sakura-meadow-in 620ms 1240ms var(--b3-ease) forwards;
}

.intro-play .hero-sakura-branch {
  animation: sakura-branch-settle 800ms 1420ms var(--b3-ease) forwards;
}

.intro-complete .hero-photo-main {
  animation: sakura-float-main 10s ease-in-out infinite alternate;
}

.intro-complete .hero-photo-consult {
  animation: sakura-float-small 8s ease-in-out infinite alternate-reverse;
}

.intro-complete .hero-photo-place {
  animation: sakura-float-place 11s ease-in-out infinite alternate;
}

.home-kicker {
  color: var(--b3-forest-700);
  font-size: 9px;
  letter-spacing: 0.17em;
}

.section-title {
  margin-top: 18px;
  color: var(--b3-forest-950);
  font-size: clamp(2.6rem, 4.2vw, 4.65rem);
  line-height: 1.28;
  letter-spacing: -0.055em;
}

.section-title em {
  position: relative;
  color: var(--b3-forest-850);
  font-style: normal;
}

.section-title em::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.04em;
  left: 0;
  z-index: -1;
  height: 0.22em;
  border-radius: 50%;
  background: rgba(239, 184, 189, 0.52);
  transform: rotate(-1deg);
}

.home-manifesto {
  grid-template-columns: minmax(120px, 0.28fr) minmax(400px, 1fr) minmax(390px, 0.95fr);
  min-height: 780px;
  border-bottom: 0;
  background: var(--b3-paper);
}

.manifesto-number {
  min-height: auto;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-right: 0;
}

.manifesto-number::before {
  top: 14%;
  bottom: 14%;
  left: auto;
  right: 0;
  background: rgba(40, 87, 71, 0.14);
}

.manifesto-number span {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 1px solid rgba(40, 87, 71, 0.22);
  border-radius: 55% 45% 58% 42% / 43% 58% 42% 57%;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: -0.08em;
  writing-mode: horizontal-tb;
  transform: rotate(-8deg);
}

.manifesto-number small {
  position: absolute;
  margin: 86px 0 0 68px;
  color: var(--b3-forest-700);
  writing-mode: horizontal-tb;
}

.manifesto-copy {
  padding: clamp(86px, 10vw, 150px) clamp(34px, 5vw, 80px);
}

.manifesto-body {
  max-width: 600px;
  margin-top: 34px;
  font-size: 16px;
  line-height: 2;
}

.manifesto-photo {
  min-height: 660px;
  margin: clamp(68px, 8vw, 112px) clamp(30px, 5vw, 74px) clamp(68px, 8vw, 112px) 0;
  border-radius: 48% 52% 10% 10% / 32% 37% 12% 12%;
  transform: rotate(1.3deg);
}

.manifesto-photo::after {
  background: linear-gradient(180deg, transparent 57%, rgba(24, 63, 52, 0.72));
}

.manifesto-photo figcaption span {
  border-top-color: rgba(255, 253, 248, 0.48);
}

.support-bridge {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 91% 12%, var(--b3-sakura-pale) 0 8%, transparent 8.2%),
    var(--b3-leaf-pale);
}

.support-heading {
  grid-template-columns: minmax(0, 1fr) minmax(270px, 390px);
}

.support-heading .section-title {
  font-size: clamp(2.9rem, 4.8vw, 5.35rem);
}

.bridge-switcher {
  position: relative;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.55fr);
  overflow: visible;
  border: 1px solid rgba(40, 87, 71, 0.28);
  border-radius: 6px 58px 6px 58px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 24px 70px rgba(40, 87, 71, 0.1);
}

.bridge-switcher::before {
  content: "";
  position: absolute;
  inset: 12px -12px -12px 12px;
  z-index: -1;
  border: 1px solid rgba(40, 87, 71, 0.13);
  border-radius: 6px 58px 6px 58px;
}

.bridge-switcher::after {
  content: "現場から";
  position: absolute;
  top: -18px;
  right: 9%;
  z-index: 5;
  display: grid;
  width: 94px;
  height: 94px;
  place-items: center;
  border-radius: 50%;
  color: var(--b3-paper);
  background: var(--b3-forest-850);
  font-family: var(--b3-accent);
  font-size: 13px;
  letter-spacing: 0.08em;
  transform: rotate(8deg);
}

.bridge-tabs {
  border-right-color: rgba(40, 87, 71, 0.22);
  background: rgba(255, 253, 248, 0.5);
}

.bridge-tab {
  min-height: 110px;
  border-bottom-color: rgba(40, 87, 71, 0.15);
}

.bridge-tab span {
  font-family: var(--b3-display);
  font-size: clamp(17px, 1.55vw, 24px);
}

.bridge-tab::before {
  width: 7px;
  border-radius: 0 10px 10px 0;
  background: var(--b3-sakura);
}

.bridge-tab.is-active {
  color: var(--b3-forest-950);
  background: var(--b3-sakura-pale);
}

.bridge-tab.is-active small {
  color: var(--b3-forest-700);
}

.bridge-panel {
  min-height: 500px;
  grid-template-columns: minmax(270px, 0.88fr) minmax(340px, 1.12fr);
  padding: 34px 34px 34px 0;
}

.bridge-panel > img {
  align-self: center;
  width: calc(100% + 28px);
  height: 82%;
  margin-left: -28px;
  border: 7px solid var(--b3-paper);
  border-radius: 48% 52% 8% 8% / 30% 38% 10% 10%;
  box-shadow: 0 18px 48px rgba(40, 87, 71, 0.14);
  object-fit: cover;
  transform: rotate(-1.4deg);
}

.bridge-panel > div {
  padding: clamp(28px, 4vw, 58px);
}

.bridge-panel > div > p {
  color: var(--b3-forest-700);
}

.bridge-panel h3 {
  font-size: clamp(1.9rem, 2.75vw, 3.25rem);
}

.bridge-panel li::before {
  border-radius: 40% 60% 46% 54%;
  background: var(--b3-sakura);
  transform: rotate(25deg);
}

.home-method {
  background:
    radial-gradient(circle at 80% 15%, rgba(239, 184, 189, 0.19), transparent 22%),
    var(--b3-paper);
}

.home-method::before {
  content: "BRIDGE";
  color: rgba(40, 87, 71, 0.024);
}

.method-track {
  top: 55%;
  right: 8%;
  left: 8%;
  height: 2px;
  border-radius: 50%;
  background: rgba(40, 87, 71, 0.1);
  transform: rotate(-1.5deg);
}

.method-track span {
  background: linear-gradient(90deg, var(--b3-sakura), var(--b3-gold), var(--b3-moss));
}

.method-steps {
  gap: clamp(18px, 3vw, 48px);
  background: transparent;
  box-shadow: none;
}

.method-step {
  min-height: 330px;
  border: 1px solid rgba(40, 87, 71, 0.22);
  background: var(--b3-leaf-pale);
  backdrop-filter: none;
}

.method-step:nth-child(1) {
  border-radius: 54px 8px 54px 8px;
  transform: translateY(22px) rotate(-1.2deg);
}

.method-step:nth-child(2) {
  border-radius: 8px 54px 8px 54px;
  background: var(--b3-sakura-pale);
  transform: translateY(-18px) rotate(0.8deg);
}

.method-step:nth-child(3) {
  border-radius: 54px 54px 8px 8px;
  background: var(--b3-sand);
  transform: translateY(12px) rotate(-0.5deg);
}

.method-dot {
  border-color: var(--b3-paper);
  background: var(--b3-sakura);
  box-shadow: 0 0 0 8px rgba(239, 184, 189, 0.16);
}

.method-step small {
  color: var(--b3-forest-700);
}

.method-step h3 {
  font-size: clamp(1.7rem, 2.2vw, 2.5rem);
}

.founder-story {
  grid-template-columns: minmax(360px, 0.9fr) minmax(440px, 1.1fr);
  background: var(--b3-sand);
}

.founder-portrait {
  background:
    radial-gradient(circle at 24% 18%, rgba(239, 184, 189, 0.28), transparent 23%),
    var(--b3-leaf-pale);
}

.founder-portrait::after {
  content: "WITH YOU";
  color: rgba(40, 87, 71, 0.035);
}

.portrait-frame {
  border: 8px solid rgba(255, 253, 248, 0.82);
  border-radius: 47% 53% 12px 12px / 33% 39% 12px 12px;
  box-shadow: 0 30px 80px rgba(40, 87, 71, 0.22);
  transform: rotate(-1.3deg);
}

.founder-copy .section-title {
  font-size: clamp(2.7rem, 3.75vw, 4.45rem);
}

.founder-copy blockquote {
  font-family: var(--b3-accent);
}

.founder-copy blockquote::before {
  color: var(--b3-sakura);
}

.home-journal {
  background: var(--b3-paper);
}

.journal-heading .section-title {
  font-size: clamp(2.7rem, 4vw, 4.6rem);
}

.journal-grid {
  grid-template-columns: 1.35fr 0.82fr 0.82fr;
  gap: clamp(18px, 2.2vw, 34px);
  border: 0;
}

.journal-card {
  position: relative;
  border: 1px solid rgba(40, 87, 71, 0.22);
  background: var(--b3-leaf-pale);
}

.journal-card:nth-child(1) {
  border-radius: 58px 8px 58px 8px;
}

.journal-card:nth-child(2) {
  margin-top: 38px;
  border-radius: 8px 48px 8px 48px;
  background: var(--b3-sakura-pale);
}

.journal-card:nth-child(3) {
  margin-bottom: 38px;
  border-radius: 48px 48px 8px 8px;
  background: var(--b3-sand);
}

.journal-card:last-child {
  border-right: 1px solid rgba(40, 87, 71, 0.22);
}

.journal-card::after {
  content: "読む";
  position: absolute;
  top: -22px;
  right: 22px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: var(--b3-paper);
  background: var(--b3-forest-850);
  font-family: var(--b3-accent);
  font-size: 11px;
  transform: rotate(7deg);
  pointer-events: none;
}

.journal-card > a {
  min-height: 400px;
  border-radius: inherit;
}

.journal-card > a:hover {
  color: var(--b3-forest-950);
  background: rgba(255, 253, 248, 0.58);
}

.journal-card p,
.journal-card > a:hover p {
  color: var(--b3-muted);
}

.journal-card small {
  color: var(--b3-forest-700);
}

.journal-card-featured figure {
  min-height: 350px;
  margin: -70px 0 0 -72px;
  overflow: hidden;
  border: 7px solid var(--b3-paper);
  border-radius: 52% 48% 8px 8px / 31% 38% 8px 8px;
  box-shadow: 0 20px 54px rgba(40, 87, 71, 0.14);
  transform: rotate(-1.5deg);
}

.journal-card-featured > a {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.home-contact {
  overflow: hidden;
  color: var(--b3-paper);
  background:
    radial-gradient(circle at 76% 45%, rgba(239, 184, 189, 0.15), transparent 24%),
    var(--b3-forest-950);
}

.home-contact::before {
  content: "";
  position: absolute;
  top: -85px;
  right: -5%;
  left: -5%;
  height: 160px;
  border-radius: 50%;
  background: var(--b3-paper);
}

.contact-rings span {
  border-color: rgba(239, 184, 189, 0.2);
}

.contact-copy h2 {
  font-family: var(--b3-display);
  font-size: clamp(2.8rem, 4.35vw, 4.9rem);
}

.contact-copy h2 em {
  color: var(--b3-sakura);
}

.home-button-light {
  border-radius: 30px 30px 6px 30px;
}

.contact-punimaru {
  border: 8px solid rgba(255, 253, 248, 0.72);
  border-radius: 52% 48% 43% 57% / 46% 58% 42% 54%;
  box-shadow: 0 26px 80px rgba(9, 42, 36, 0.28);
  transform: rotate(2deg);
}

.home-footer {
  background: var(--b3-footer);
}

@keyframes sakura-intro-mark {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes sakura-intro-line {
  to { width: 100%; }
}

@keyframes sakura-intro-curtain {
  0% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  100% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
}

@keyframes sakura-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes sakura-photo-in {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0) scale(0.96) rotate(-1deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0);
  }
}

@keyframes sakura-copy-in {
  from {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes sakura-meadow-in {
  from {
    opacity: 0;
    transform: translate3d(0, 34px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes sakura-branch-settle {
  0% {
    opacity: 0;
    transform: translate3d(18px, -10px, 0) rotate(2.2deg);
  }
  48% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(-1.1deg);
  }
  72% { transform: rotate(0.55deg); }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}

@keyframes sakura-float-main {
  from { transform: translate3d(0, 0, 0) rotate(-0.35deg); }
  to { transform: translate3d(0, -7px, 0) rotate(0.3deg); }
}

@keyframes sakura-float-small {
  from { transform: translate3d(0, 2px, 0) rotate(2.3deg); }
  to { transform: translate3d(-5px, -4px, 0) rotate(1.2deg); }
}

@keyframes sakura-float-place {
  from { transform: translate3d(0, 0, 0) rotate(-2deg); }
  to { transform: translate3d(5px, -5px, 0) rotate(-0.8deg); }
}

@media (max-width: 1199px) {
  .home-hero {
    min-height: 1020px;
  }

  .home-hero-inner {
    min-height: 1020px;
    padding-top: 142px;
    grid-template-columns: minmax(290px, 0.74fr) minmax(450px, 1.26fr);
  }

  .hero-collage {
    top: 190px;
    right: -80px;
    width: 66vw;
    height: 690px;
  }

  .hero-vertical-message {
    top: 17%;
    right: 10px;
  }

  .home-manifesto {
    grid-template-columns: 120px minmax(330px, 1fr) minmax(320px, 0.9fr);
  }

  .bridge-switcher {
    grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  }

  .bridge-panel {
    grid-template-columns: minmax(210px, 0.78fr) minmax(290px, 1.22fr);
  }

  .bridge-panel > img {
    margin-left: -18px;
  }

  .journal-card-featured > a {
    grid-template-columns: 1fr;
  }

  .journal-card-featured figure {
    min-height: 260px;
    margin: -64px 0 12px -48px;
  }
}

@media (max-width: 900px) {
  .home-hero {
    min-height: 1180px;
  }

  .home-hero-inner {
    min-height: auto;
    padding: 138px 0 0;
    display: block;
  }

  .hero-copy {
    max-width: 620px;
  }

  .hero-collage {
    top: 500px;
    right: -36px;
    width: 92vw;
    height: 650px;
  }

  .hero-sakura-branch {
    top: 445px;
    width: 48vw;
  }

  .hero-vertical-message {
    top: 520px;
    right: 24px;
  }

  .home-manifesto {
    grid-template-columns: 96px 1fr;
  }

  .manifesto-photo {
    grid-column: 1 / -1;
    min-height: 600px;
    margin: 0 8vw 90px 18vw;
  }

  .support-heading {
    grid-template-columns: 1fr;
  }

  .bridge-switcher {
    grid-template-columns: 1fr;
  }

  .bridge-tabs {
    grid-template-columns: repeat(2, 1fr);
    border-right: 0;
    border-bottom: 1px solid rgba(40, 87, 71, 0.22);
  }

  .bridge-tab:nth-child(odd) {
    border-right: 1px solid rgba(40, 87, 71, 0.15);
  }

  .bridge-panel {
    padding-left: 34px;
  }

  .bridge-panel > img {
    width: 100%;
    margin-left: 0;
  }

  .method-steps {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .method-step:nth-child(n) {
    transform: none;
  }

  .method-track {
    display: none;
  }

  .founder-story {
    grid-template-columns: 1fr;
  }

  .founder-portrait {
    min-height: 760px;
  }

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

  .journal-card-featured {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .home-header.site-header {
    min-height: 70px;
    padding: 10px 16px;
  }

  .home-hero {
    min-height: 930px;
  }

  .home-hero::before,
  .home-hero::after {
    display: none;
  }

  .home-hero-inner {
    width: min(100% - 36px, 620px);
    padding-top: 114px;
  }

  .hero-role {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .home-hero h1 {
    font-size: clamp(2.35rem, 10.4vw, 3.3rem);
    line-height: 1.17;
  }

  .hero-description {
    margin-top: 22px;
    font-size: 15px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }

  .hero-collage {
    top: 460px;
    right: -74px;
    width: 116vw;
    height: 455px;
    min-height: 0;
  }

  .hero-photo {
    border-width: 5px;
  }

  .hero-photo-main {
    inset: 4% 27% 6% 4%;
  }

  .hero-photo-consult {
    top: 1%;
    right: 4%;
    width: 36%;
  }

  .hero-photo-place {
    display: none;
  }

  .hero-care-seal {
    right: 27%;
    bottom: 1%;
    width: 92px;
    height: 92px;
  }

  .hero-care-seal strong {
    font-size: 34px;
  }

  .hero-care-seal span {
    font-size: 8px;
  }

  .hero-doodle-hands {
    display: none;
  }

  .hero-vertical-message {
    top: 448px;
    right: auto;
    left: 50%;
    font-size: 14px;
    letter-spacing: 0.16em;
    white-space: nowrap;
    writing-mode: horizontal-tb;
    transform: translateX(-50%);
  }

  .hero-sakura-branch {
    top: 410px;
    right: -38px;
    width: 66vw;
  }

  .hero-meadow {
    height: 92px;
  }

  .home-manifesto {
    display: block;
    min-height: 0;
    padding: 94px 18px 80px;
  }

  .manifesto-number {
    justify-content: flex-start;
  }

  .manifesto-number::before {
    display: none;
  }

  .manifesto-number span {
    width: 80px;
    height: 80px;
    font-size: 2.8rem;
  }

  .manifesto-number small {
    margin: 58px 0 0 52px;
  }

  .manifesto-copy {
    padding: 58px 0 0;
  }

  .section-title {
    font-size: clamp(2.4rem, 11vw, 3.8rem);
  }

  .manifesto-photo {
    min-height: 420px;
    margin: 56px 0 0 9vw;
  }

  .support-bridge,
  .home-method,
  .home-journal {
    padding-right: 18px;
    padding-left: 18px;
  }

  .support-heading .section-title {
    font-size: clamp(2.65rem, 12vw, 4.2rem);
  }

  .bridge-switcher {
    border-radius: 4px 38px 4px 38px;
  }

  .bridge-switcher::before {
    inset: 8px -7px -7px 8px;
    border-radius: inherit;
  }

  .bridge-switcher::after {
    top: -12px;
    right: 7%;
    width: 66px;
    height: 66px;
    font-size: 10px;
  }

  .bridge-tabs {
    grid-template-columns: 1fr;
  }

  .bridge-tab,
  .bridge-tab:nth-child(odd) {
    min-height: 76px;
    border-right: 0;
    border-bottom: 1px solid rgba(40, 87, 71, 0.15);
  }

  .bridge-panel {
    grid-template-columns: 1fr;
    padding: 24px 20px 32px;
  }

  .bridge-panel > img {
    height: 270px;
    border-width: 5px;
  }

  .bridge-panel > div {
    padding: 28px 4px 4px;
  }

  .method-steps {
    gap: 22px;
  }

  .method-step {
    min-height: 0;
  }

  .founder-portrait {
    min-height: 620px;
  }

  .portrait-frame {
    height: 470px;
    border-width: 6px;
  }

  .founder-copy {
    padding-right: 22px;
    padding-left: 22px;
  }

  .journal-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .journal-card:nth-child(n) {
    margin: 0;
  }

  .journal-card-featured figure {
    min-height: 250px;
    margin: -54px 0 12px -28px;
  }

  .home-contact::before {
    top: -58px;
    height: 100px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-intro {
    display: none !important;
  }

  .hero-photo,
  .hero-sakura-branch,
  .hero-meadow,
  .hero-role,
  .home-hero h1,
  .hero-description,
  .hero-actions,
  .hero-vertical-message {
    opacity: 1 !important;
    clip-path: none !important;
    transform: none !important;
    animation: none !important;
  }

  .hero-sakura-canvas {
    display: none;
  }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .hero-vertical-message {
    transform: translateX(-50%) !important;
  }
}

/* Yamatoen fidelity pass: full-screen care collage */
.home-hero-legacy {
  display: none;
}

.home-hero-kv {
  min-height: max(720px, 100svh);
  overflow: hidden;
  isolation: isolate;
  color: var(--b3-ink);
  background: #f7f6f3;
}

.home-hero-kv::before,
.home-hero-kv::after {
  content: none;
}

.hero-collage-stage {
  position: absolute;
  inset: 88px 0 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.hero-collage-track {
  position: absolute;
  inset: 0 auto 0 0;
  width: 125%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transform-origin: 50% 50%;
}

.home-hero-kv .hero-photo {
  position: absolute;
  overflow: hidden;
  border: 0;
  background: #e9eee8;
  box-shadow: none;
  transform-origin: 50% 50%;
}

.home-hero-kv .hero-photo picture,
.home-hero-kv .hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
}

.home-hero-kv .hero-photo img {
  object-fit: cover;
  filter: saturate(0.9) contrast(0.96) brightness(1.03);
}

.home-hero-kv .hero-photo-01 {
  top: 5%;
  left: 6%;
  width: 25%;
  height: 52%;
  border-radius: 46% 54% 45% 55% / 30% 41% 59% 70%;
  transform: rotate(-1.8deg);
}

.home-hero-kv .hero-photo-01 img {
  object-position: 56% 48%;
}

.home-hero-kv .hero-photo-02 {
  top: 17%;
  left: 43%;
  width: 14%;
  height: 27%;
  border-radius: 42% 58% 47% 53% / 52% 40% 60% 48%;
  transform: rotate(1.7deg);
}

.home-hero-kv .hero-photo-02 img {
  object-position: 60% 50%;
}

.home-hero-kv .hero-photo-03 {
  top: 55%;
  left: 31%;
  width: 22%;
  height: 31%;
  border-radius: 53% 47% 50% 50% / 45% 57% 43% 55%;
  transform: rotate(1.4deg);
}

.home-hero-kv .hero-photo-03 img {
  object-position: 50% 48%;
}

.home-hero-kv .hero-photo-04 {
  top: 50%;
  left: 61%;
  width: 21%;
  height: 34%;
  border-radius: 42% 58% 48% 52% / 62% 36% 64% 38%;
  transform: rotate(-1.5deg);
}

.home-hero-kv .hero-photo-05 {
  top: 24%;
  left: 74%;
  width: 26%;
  height: 51%;
  border-radius: 52% 48% 43% 57% / 34% 46% 54% 66%;
  transform: rotate(2deg);
}

.home-hero-kv .hero-photo-05 img {
  object-position: 38% 50%;
}

.hero-care-doodle {
  position: absolute;
  z-index: 8;
  display: block;
  height: auto;
  filter: drop-shadow(0 5px 0 rgba(255, 253, 248, 0.86));
}

.hero-care-doodle-talk {
  top: 48%;
  left: 24%;
  width: clamp(100px, 9vw, 154px);
  transform: rotate(-5deg);
}

.hero-care-doodle-walk {
  top: 63%;
  left: 15%;
  width: clamp(104px, 9vw, 150px);
  transform: rotate(4deg);
}

.hero-care-doodle-bridge {
  right: auto;
  bottom: 6%;
  left: 70%;
  width: clamp(130px, 11vw, 184px);
  transform: rotate(-2deg);
}

.hero-vertical-story {
  position: absolute;
  top: 20%;
  right: 7%;
  z-index: 12;
  display: flex;
  height: 47%;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: clamp(12px, 1.5vw, 22px);
  padding: 26px 30px 28px 24px;
  border-radius: 40% 12% 36% 16% / 12% 26% 18% 34%;
  background: rgba(247, 246, 243, 0.93);
}

.hero-story-title,
.hero-story-copy,
.hero-story-meta {
  writing-mode: vertical-rl;
}

.home-hero-kv .hero-story-title {
  display: flex;
  max-width: none;
  flex-direction: column;
  gap: 0.42em;
  margin: 0;
  color: #162c25;
  font-family: var(--b3-accent);
  font-size: clamp(2.25rem, 3.25vw, 3.8rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.home-hero-kv .hero-story-title span,
.home-hero-kv .hero-story-title strong {
  display: block;
  width: auto;
  max-width: none;
  overflow: visible;
  font-weight: inherit;
  white-space: nowrap;
}

.home-hero-kv .hero-story-title strong {
  color: #285747;
}

.home-hero-kv .hero-story-title strong::after {
  content: none;
}

.hero-story-copy {
  margin: 0;
  color: #263a34;
  font-size: clamp(0.72rem, 0.9vw, 0.92rem);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.08em;
}

.hero-story-meta {
  margin: 0;
  color: #4d665e;
  font-size: 0.69rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.16em;
}

.hero-story-panel {
  position: absolute;
  top: 21%;
  left: 34%;
  z-index: 10;
  width: clamp(190px, 17vw, 255px);
  padding: 4px 0 4px 22px;
  border-left: 1px solid rgba(40, 87, 71, 0.28);
  color: #29443b;
  background: rgba(247, 246, 243, 0.74);
  backdrop-filter: blur(5px);
}

.hero-story-panel-index {
  display: block;
  margin-bottom: 14px;
  color: #5b7a70;
  font-family: var(--b3-latin);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.hero-story-panel > p {
  font-family: var(--b3-accent);
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  font-weight: 500;
  line-height: 1.7;
}

.hero-story-panel-actions {
  display: flex;
  margin-top: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.hero-story-panel .home-button {
  min-width: 182px;
  min-height: 54px;
  padding: 8px 10px 8px 20px;
  border-radius: 28px 28px 28px 7px;
  font-size: 0.82rem;
}

.hero-story-panel .home-text-link {
  font-size: 0.76rem;
}

.home-hero-kv .hero-care-seal {
  right: auto;
  bottom: 17%;
  left: 7%;
  z-index: 9;
  width: 104px;
  height: 104px;
  border: 1px solid rgba(40, 87, 71, 0.24);
  background: rgba(255, 253, 248, 0.9);
  box-shadow: none;
  transform: rotate(-8deg);
}

.home-hero-kv .hero-care-seal strong {
  font-size: 38px;
}

.home-hero-kv .hero-sakura {
  z-index: 7;
}

.home-hero-kv .hero-sakura-branch {
  top: -3.5vw;
  right: -2vw;
  width: min(44vw, 690px);
  opacity: 0.5;
  filter: saturate(0.82) brightness(1.08);
  transform: rotate(1deg);
  transform-origin: 92% 8%;
}

.home-hero-kv .hero-meadow {
  z-index: 6;
  height: clamp(126px, 15vh, 180px);
}

.home-hero-kv .hero-meadow path {
  fill: #72bd66;
}

@keyframes bridge3-collage-drift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-1.4%, -0.4%, 0);
  }
  100% {
    transform: translate3d(-2.8%, 0, 0);
  }
}

@keyframes bridge3-photo-breathe-a {
  0%,
  100% {
    transform: rotate(-1.8deg) translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: rotate(-0.6deg) translate3d(1.2%, -1.4%, 0) scale(1.015);
  }
}

@keyframes bridge3-photo-breathe-b {
  0%,
  100% {
    transform: rotate(1.7deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(0.4deg) translate3d(-1.4%, 1.6%, 0);
  }
}

@keyframes bridge3-kv-photo-in {
  from {
    opacity: 0;
    transform: translate3d(0, 34px, 0) scale(0.88);
  }
  to {
    opacity: 1;
  }
}

@keyframes bridge3-kv-story-in {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    clip-path: inset(0 0 100% 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    clip-path: inset(0);
  }
}

@keyframes bridge3-intro-stage {
  0%,
  58% {
    opacity: 1;
    clip-path: inset(0);
  }
  100% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
}

@keyframes bridge3-intro-mark-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 16px, 0) scale(0.92);
  }
  35%,
  72% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -8px, 0) scale(1.04);
  }
}

@keyframes bridge3-intro-bridge {
  0% {
    opacity: 0;
    transform: scaleX(0.12) rotate(-8deg);
  }
  45%,
  75% {
    opacity: 1;
    transform: scaleX(1) rotate(-8deg);
  }
  100% {
    opacity: 0;
    transform: scaleX(1.12) rotate(-4deg);
  }
}

.home-intro {
  background:
    radial-gradient(circle at 50% 48%, rgba(174, 216, 181, 0.2), transparent 22%),
    #faf9f6;
}

.home-intro-mark {
  position: relative;
  display: grid;
  width: min(78vw, 430px);
  min-height: 180px;
  place-content: center;
  padding-left: 90px;
  color: #203f35;
}

.home-intro-bridge {
  font-family: var(--b3-latin);
  font-size: clamp(2.9rem, 6vw, 5.4rem);
  font-weight: 550;
  line-height: 0.9;
  letter-spacing: -0.075em;
}

.home-intro-mark small {
  margin-top: 18px;
  color: #567168;
  font-family: var(--b3-latin);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.32em;
}

.home-intro-mark i,
.home-intro-mark i::before,
.home-intro-mark i::after {
  position: absolute;
  left: 0;
  display: block;
  width: 66px;
  height: 15px;
  border-radius: 999px 32px 999px 32px;
  background: #5fba59;
  transform-origin: 50% 50%;
}

.home-intro-mark i {
  top: 75px;
  transform: rotate(-8deg);
}

.home-intro-mark i::before,
.home-intro-mark i::after {
  content: "";
}

.home-intro-mark i::before {
  top: -25px;
  transform: translateX(9px) rotate(15deg);
}

.home-intro-mark i::after {
  top: 25px;
  transform: translateX(6px) rotate(15deg);
}

.intro-play .home-intro {
  animation: bridge3-intro-stage 2400ms cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

.intro-play .home-intro-mark {
  animation: bridge3-intro-mark-in 1900ms 120ms var(--b3-ease) both;
}

.intro-play .home-intro-mark i {
  animation: bridge3-intro-bridge 1650ms 180ms var(--b3-ease) both;
}

.intro-repeat.intro-play .home-intro {
  animation-duration: 650ms;
}

.intro-repeat.intro-play .home-intro-mark {
  animation-duration: 520ms;
  animation-delay: 40ms;
}

.js.intro-pending .home-hero-kv .hero-photo,
.js.intro-pending .home-hero-kv .hero-care-doodle,
.js.intro-pending .home-hero-kv .hero-vertical-story,
.js.intro-pending .home-hero-kv .hero-story-panel,
.js.intro-pending .home-hero-kv .hero-care-seal,
.js.intro-pending .home-hero-kv .hero-meadow,
.js.intro-pending .home-hero-kv .hero-sakura-branch {
  opacity: 0;
}

.intro-play .home-hero-kv .hero-photo-01 {
  animation: bridge3-kv-photo-in 800ms 1120ms var(--b3-ease) forwards;
}

.intro-play .home-hero-kv .hero-photo-02 {
  animation: bridge3-kv-photo-in 760ms 1220ms var(--b3-ease) forwards;
}

.intro-play .home-hero-kv .hero-photo-03 {
  animation: bridge3-kv-photo-in 760ms 1320ms var(--b3-ease) forwards;
}

.intro-play .home-hero-kv .hero-photo-04 {
  animation: bridge3-kv-photo-in 760ms 1420ms var(--b3-ease) forwards;
}

.intro-play .home-hero-kv .hero-photo-05 {
  animation: bridge3-kv-photo-in 760ms 1520ms var(--b3-ease) forwards;
}

.intro-play .home-hero-kv .hero-vertical-story {
  animation: bridge3-kv-story-in 820ms 1480ms var(--b3-ease) forwards;
}

.intro-play .home-hero-kv .hero-story-panel,
.intro-play .home-hero-kv .hero-care-doodle,
.intro-play .home-hero-kv .hero-care-seal {
  animation: sakura-rise 680ms 1650ms var(--b3-ease) forwards;
}

.intro-play .home-hero-kv .hero-meadow {
  animation: sakura-meadow-in 680ms 1640ms var(--b3-ease) forwards;
}

.intro-play .home-hero-kv .hero-sakura-branch {
  animation: sakura-branch-settle 900ms 1540ms var(--b3-ease) forwards;
}

.intro-complete .home-hero-kv .hero-collage-track {
  animation: bridge3-collage-drift 22s ease-in-out infinite alternate;
}

.intro-complete .home-hero-kv .hero-photo-01 {
  animation: bridge3-photo-breathe-a 12s ease-in-out infinite;
}

.intro-complete .home-hero-kv .hero-photo-02,
.intro-complete .home-hero-kv .hero-photo-04 {
  animation: bridge3-photo-breathe-b 10s ease-in-out infinite alternate;
}

.home-manifesto {
  background:
    radial-gradient(circle at 14% 18%, rgba(239, 184, 189, 0.13), transparent 20%),
    linear-gradient(180deg, #f7f6f3 0%, #fffdf8 24%, #fffdf8 100%);
}

.home-manifesto::before {
  content: "";
  position: absolute;
  top: 7%;
  right: 4%;
  width: min(17vw, 230px);
  aspect-ratio: 210 / 130;
  opacity: 0.24;
  background: url("./assets/doodle-care-bridge.svg") center / contain no-repeat;
  transform: rotate(4deg);
}

@media (max-width: 980px) {
  .hero-story-panel {
    top: 15%;
    left: 31%;
  }

  .hero-vertical-story {
    right: 3%;
  }

  .home-hero-kv .hero-photo-01 {
    left: 2%;
    width: 30%;
  }
}

@media (max-width: 767px) {
  .home-hero-kv {
    min-height: max(760px, 100svh);
  }

  .hero-collage-stage {
    inset: 72px 0 0;
  }

  .hero-collage-track {
    inset: 0;
    width: 100%;
  }

  .home-hero-kv .hero-photo-01 {
    top: 47%;
    left: 3%;
    width: 94%;
    height: 40%;
    border-radius: 45% 55% 42% 58% / 20% 25% 18% 30%;
    transform: rotate(-1.2deg);
  }

  .home-hero-kv .hero-photo-01 img {
    object-position: 50% 52%;
  }

  .home-hero-kv .hero-photo-02,
  .home-hero-kv .hero-photo-03,
  .home-hero-kv .hero-photo-04,
  .home-hero-kv .hero-photo-05 {
    display: none;
  }

  .hero-vertical-story {
    top: 12%;
    right: 7%;
    height: 34%;
    gap: 10px;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .home-hero-kv .hero-story-title {
    font-size: clamp(2.25rem, 10.8vw, 3rem);
    line-height: 1.05;
  }

  .hero-story-copy {
    font-size: 0.68rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }

  .hero-story-meta {
    display: none;
  }

  .hero-story-panel {
    top: 15%;
    left: 6%;
    width: 118px;
    padding-left: 12px;
    background: transparent;
    backdrop-filter: none;
  }

  .hero-story-panel > p {
    font-size: 0.84rem;
    line-height: 1.65;
  }

  .hero-story-panel-index {
    margin-bottom: 9px;
    font-size: 0.52rem;
  }

  .hero-story-panel-actions {
    display: none;
  }

  .hero-care-doodle-talk {
    top: 40%;
    left: 43%;
    width: 112px;
  }

  .hero-care-doodle-walk,
  .hero-care-doodle-bridge,
  .home-hero-kv .hero-care-seal {
    display: none !important;
  }

  .home-hero-kv .hero-sakura-branch {
    top: 5%;
    right: -18%;
    width: 72vw;
    opacity: 0.24;
  }

  .home-hero-kv .hero-meadow {
    height: 98px;
  }

  .home-intro-mark {
    width: 86vw;
    min-height: 150px;
    padding-left: 72px;
  }

  .home-intro-bridge {
    font-size: clamp(2.8rem, 15vw, 4.2rem);
  }

  .home-intro-mark i,
  .home-intro-mark i::before,
  .home-intro-mark i::after {
    width: 54px;
    height: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-kv .hero-collage-track,
  .home-hero-kv .hero-photo,
  .home-hero-kv .hero-care-doodle,
  .home-hero-kv .hero-vertical-story,
  .home-hero-kv .hero-story-panel,
  .home-hero-kv .hero-care-seal,
  .home-hero-kv .hero-meadow,
  .home-hero-kv .hero-sakura-branch {
    opacity: 1 !important;
    clip-path: none !important;
    transform: none !important;
    animation: none !important;
  }
}

/* Scroll scene overrides belong after the static fidelity layer. */
.home-hero-kv {
  min-height: max(1296px, 190svh);
  overflow: visible;
  background: var(--b3-paper);
}

.hero-sticky-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
  background: var(--b3-paper);
}

.hero-collage-stage {
  inset: 78px 0 0;
}

.hero-collage-track {
  width: 230vw;
  transform: translate3d(var(--hero-track-x, 0), 0, 0)
    scale(var(--hero-track-scale, 1));
  transform-origin: 50vw 46%;
}

.intro-complete .home-hero-kv .hero-collage-track {
  animation: none;
}

.home-hero-kv .hero-photo-01 {
  left: 6vw;
  width: 31vw;
}

.home-hero-kv .hero-photo-02 {
  left: 54vw;
  width: 17.5vw;
}

.home-hero-kv .hero-photo-03 {
  left: 39vw;
  width: 27.5vw;
}

.home-hero-kv .hero-photo-04 {
  left: 76vw;
  width: 26vw;
}

.home-hero-kv .hero-photo-05 {
  left: 92vw;
  width: 32.5vw;
}

.home-hero-kv .hero-photo-06 {
  top: 8%;
  left: 132vw;
  width: 35vw;
  height: 52%;
}

.home-hero-kv .hero-photo-07 {
  top: 56%;
  left: 165vw;
  width: 22vw;
  height: 30%;
}

.home-hero-kv .hero-photo-08 {
  top: 20%;
  left: 190vw;
  width: 30vw;
  height: 55%;
}

.hero-care-doodle-talk {
  left: 30vw;
}

.hero-care-doodle-walk {
  left: 18vw;
}

.hero-care-doodle-bridge {
  left: 101vw;
}

.intro-complete .hero-vertical-story {
  opacity: var(--hero-story-opacity, 1);
  animation: none;
  transform: translate3d(0, var(--hero-story-y, 0), 0);
}

.intro-complete .hero-story-panel {
  opacity: var(--hero-story-opacity, 1);
  animation: none;
  transform: translate3d(0, calc(var(--hero-story-y, 0) * 0.55), 0);
}

.home-hero-kv .hero-meadow {
  display: none;
}

.home-manifesto {
  z-index: 12;
  min-height: max(880px, 118svh);
  background: transparent;
}

.support-bridge {
  position: relative;
  z-index: 14;
}

@media (min-width: 768px) {
  .support-bridge {
    min-height: max(2100px, 300svh);
    padding-bottom: 126svh;
  }

  .bridge-switcher {
    position: sticky;
    top: 104px;
  }
}

@media (max-width: 767px) {
  .home-hero-kv {
    min-height: max(1140px, 155svh);
  }

  .hero-sticky-stage {
    min-height: max(760px, 100svh);
  }

  .hero-collage-stage {
    inset: 70px 0 0;
  }

  .hero-collage-track {
    width: 118vw;
    transform-origin: 50% 52%;
  }

  .home-hero-kv .hero-photo-01 {
    left: 3vw;
    width: 94vw;
  }

  .home-hero-kv .hero-photo-02,
  .home-hero-kv .hero-photo-03,
  .home-hero-kv .hero-photo-04,
  .home-hero-kv .hero-photo-05,
  .home-hero-kv .hero-photo-06,
  .home-hero-kv .hero-photo-07,
  .home-hero-kv .hero-photo-08 {
    display: none;
  }

  .home-manifesto {
    min-height: 980px;
  }
}

.support-bridge {
  overflow: visible;
}

body.home-remake {
  overflow-x: visible;
}

.bridge-switcher.reveal-component.is-revealed {
  transform: none !important;
  transition: opacity 700ms var(--b3-ease);
}

.bridge-switcher.is-scroll-pinned {
  position: fixed;
  top: 98px;
  right: clamp(20px, 5vw, 80px);
  left: clamp(20px, 5vw, 80px);
  z-index: 24;
  width: auto;
}

/* Sakura pointer and living-photo layer */
.sakura-pointer,
.sakura-pointer-trail {
  position: fixed;
  inset: 0 auto auto 0;
  pointer-events: none;
}

.sakura-pointer {
  --pointer-x: 50vw;
  --pointer-y: 50vh;
  z-index: 120;
  width: 50px;
  height: 50px;
  opacity: 0;
  transform: translate3d(var(--pointer-x), var(--pointer-y), 0)
    translate3d(-50%, -50%, 0);
  transition: opacity 400ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.sakura-pointer[data-state="active"] {
  opacity: 1;
}

.sakura-pointer-orb,
.sakura-pointer-ring {
  position: absolute;
  pointer-events: none;
}

.sakura-pointer-orb {
  inset: 6px;
  border-radius: 55% 45% 62% 38% / 43% 59% 41% 57%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.98) 0 10%, transparent 31%),
    radial-gradient(circle at 55% 56%, rgba(246, 169, 188, 0.86), rgba(226, 107, 142, 0.38) 62%, transparent 72%);
  box-shadow:
    0 7px 18px rgba(176, 79, 105, 0.18),
    inset 0 0 13px rgba(255, 255, 255, 0.78);
  filter: blur(0.25px);
  animation: bridge3-pointer-orb 2.6s ease-in-out infinite;
}

.sakura-pointer-orb::before,
.sakura-pointer-orb::after {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 50%;
  background: rgba(248, 179, 196, 0.52);
  filter: blur(2px);
}

.sakura-pointer-orb::before {
  top: -4px;
  right: 1px;
}

.sakura-pointer-orb::after {
  right: -3px;
  bottom: 1px;
}

.sakura-pointer-ring {
  inset: 1px;
  border: 1px solid rgba(215, 113, 142, 0.35);
  border-radius: 50%;
  opacity: 0.7;
  transform: scale(0.9);
  animation: bridge3-pointer-ring 2.6s ease-out infinite;
}

.sakura-pointer-trail {
  z-index: 119;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.sakura-pointer-petal {
  position: fixed;
  display: block;
  width: var(--petal-size, 16px);
  aspect-ratio: 48 / 68;
  background: url("./assets/sakura-petal-real-web-20260730.png") center / contain no-repeat;
  opacity: 0;
  transform-origin: 50% 22%;
  animation: bridge3-pointer-petal var(--petal-duration, 980ms)
    cubic-bezier(0.16, 1, 0.3, 1) forwards;
  will-change: transform, opacity;
}

.home-hero-kv .hero-photo img {
  transform: translate3d(
      var(--image-shift-x-slow, 0),
      var(--image-shift-y-slow, 0),
      0
    )
    scale(1.045);
  transform-origin: 50% 50%;
  animation: bridge3-image-alive-a 10.8s ease-in-out infinite alternate;
  will-change: transform;
}

.home-hero-kv .hero-photo:nth-child(3n + 2) img {
  animation-name: bridge3-image-alive-b;
  animation-duration: 13.4s;
  animation-delay: -4.2s;
}

.home-hero-kv .hero-photo:nth-child(3n) img {
  animation-name: bridge3-image-alive-c;
  animation-duration: 15.2s;
  animation-delay: -7.8s;
}

@keyframes bridge3-pointer-orb {
  0%,
  100% {
    border-radius: 55% 45% 62% 38% / 43% 59% 41% 57%;
    transform: rotate(-5deg) scale(0.92);
  }
  50% {
    border-radius: 39% 61% 44% 56% / 60% 38% 62% 40%;
    transform: rotate(8deg) scale(1.08);
  }
}

@keyframes bridge3-pointer-ring {
  0% {
    opacity: 0.7;
    transform: scale(0.74);
  }
  75%,
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes bridge3-pointer-petal {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) rotate(var(--petal-start, 0deg)) scale(0.65);
  }
  15% {
    opacity: 0.92;
  }
  100% {
    opacity: 0;
    transform:
      translate3d(
        calc(-50% + var(--petal-drift-x, 12px)),
        calc(-50% + var(--petal-drift-y, 52px)),
        0
      )
      rotate(calc(var(--petal-start, 0deg) + var(--petal-turn, 360deg)))
      scale(1.02);
  }
}

@keyframes bridge3-image-alive-a {
  0% {
    transform: translate3d(
        var(--image-shift-x-slow, 0),
        var(--image-shift-y-slow, 0),
        0
      )
      scale(1.045);
  }
  100% {
    transform: translate3d(
        var(--image-shift-x-fast, 0),
        var(--image-shift-y-fast, 0),
        0
      )
      scale(1.105);
  }
}

@keyframes bridge3-image-alive-b {
  0% {
    transform: translate3d(
        var(--image-shift-x-reverse, 0),
        var(--image-shift-y-slow, 0),
        0
      )
      scale(1.09);
  }
  100% {
    transform: translate3d(
        var(--image-shift-x-slow, 0),
        var(--image-shift-y-reverse, 0),
        0
      )
      scale(1.035);
  }
}

@keyframes bridge3-image-alive-c {
  0% {
    transform: translate3d(
        var(--image-shift-x-slow, 0),
        var(--image-shift-y-reverse, 0),
        0
      )
      scale(1.035);
  }
  100% {
    transform: translate3d(
        var(--image-shift-x-reverse, 0),
        var(--image-shift-y-fast, 0),
        0
      )
      scale(1.095);
  }
}

@media (hover: none), (pointer: coarse) {
  .sakura-pointer,
  .sakura-pointer-trail {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sakura-pointer,
  .sakura-pointer-trail {
    display: none !important;
  }

  .home-hero-kv .hero-photo img {
    animation: none !important;
    transform: none !important;
    will-change: auto;
  }
}

/* Editorial care-card and continuous sakura refinement */
.global-sakura-canvas {
  position: fixed;
  inset: 0;
  z-index: 23;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  transition: opacity 500ms var(--b3-ease);
}

html:not(.intro-complete) .global-sakura-canvas {
  opacity: 0;
}

.section-care-doodle,
.method-card-doodle {
  fill: none;
  stroke: var(--b3-forest-700);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.section-care-doodle .doodle-accent,
.method-card-doodle .doodle-accent {
  fill: rgba(239, 184, 189, 0.42);
  stroke: var(--b3-sakura);
}

.section-care-doodle {
  position: absolute;
  z-index: 4;
  width: clamp(112px, 12vw, 176px);
  height: auto;
  opacity: 0.72;
  pointer-events: none;
}

.section-care-doodle-conversation {
  top: 9%;
  right: 33%;
  transform: rotate(5deg);
}

.section-care-doodle-hands {
  top: 4.5%;
  right: 5%;
  transform: rotate(-8deg);
}

.home-hero-kv .hero-photo-01 img {
  object-position: 67% 48%;
}

.home-hero-kv .hero-photo-02 img {
  object-position: 43% 54%;
}

.home-hero-kv .hero-photo-03 img {
  object-position: 51% 48%;
}

.home-hero-kv .hero-photo-04 img {
  object-position: 83% 70%;
}

.home-hero-kv .hero-photo-05 img {
  object-position: 42% 62%;
}

.home-hero-kv .hero-photo-06 img {
  object-position: 70% 48%;
}

.home-hero-kv .hero-photo-07 img {
  object-position: 31% 52%;
}

.home-hero-kv .hero-photo-08 img {
  object-position: 54% 72%;
}

.bridge-tab:nth-child(1) {
  background-color: rgba(249, 230, 230, 0.5);
}

.bridge-tab:nth-child(2) {
  background-color: rgba(229, 239, 224, 0.56);
}

.bridge-tab:nth-child(3) {
  background-color: rgba(255, 250, 239, 0.64);
}

.bridge-tab:nth-child(4) {
  background-color: rgba(238, 239, 228, 0.58);
}

.bridge-tab.is-active {
  background-color: var(--b3-sakura-pale);
}

.bridge-panel {
  position: relative;
  isolation: isolate;
}

.bridge-panel::before {
  position: absolute;
  top: 9px;
  right: clamp(22px, 3vw, 48px);
  z-index: -1;
  color: rgba(40, 87, 71, 0.16);
  font-family: var(--b3-display);
  font-size: clamp(5.8rem, 10vw, 9.5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.08em;
  content: "01";
}

.bridge-panel:nth-child(2)::before {
  content: "02";
}

.bridge-panel:nth-child(3)::before {
  content: "03";
}

.bridge-panel:nth-child(4)::before {
  content: "04";
}

.bridge-panel::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 132px;
  height: 132px;
  background: rgba(239, 184, 189, 0.35);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
}

.bridge-panel > img {
  object-position: 32% 50%;
  clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 0 100%);
}

.bridge-panel:nth-child(2) > img {
  object-position: 48% 58%;
}

.bridge-panel:nth-child(3) > img {
  object-position: 45% 52%;
}

.bridge-panel:nth-child(4) > img {
  object-position: 52% 50%;
}

.bridge-panel > div {
  position: relative;
  z-index: 1;
  margin: 34px 10px 34px 0;
  border: 1px solid rgba(40, 87, 71, 0.12);
  border-radius: 34px 8px 46px 8px;
  background: rgba(255, 253, 248, 0.76);
  box-shadow: 0 14px 32px rgba(40, 87, 71, 0.07);
}

.method-steps {
  align-items: stretch;
  padding-top: 46px;
}

.method-step {
  isolation: isolate;
  min-height: 390px;
  padding: clamp(42px, 4.2vw, 62px);
  border-width: 1.5px;
  box-shadow:
    0 24px 54px rgba(40, 87, 71, 0.09),
    inset 0 0 0 8px rgba(255, 253, 248, 0.32);
  transition:
    transform 500ms var(--b3-ease),
    box-shadow 500ms var(--b3-ease);
}

.method-step:nth-child(1) {
  border-radius: 72px 12px 72px 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.36), transparent 48%),
    var(--b3-leaf-pale);
}

.method-step:nth-child(2) {
  border-radius: 12px 78px 12px 78px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.4), transparent 48%),
    var(--b3-sakura-pale);
}

.method-step:nth-child(3) {
  border-radius: 76px 76px 12px 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.38), transparent 48%),
    var(--b3-sand);
}

.method-step::before {
  position: absolute;
  top: -11px;
  left: 50%;
  z-index: 4;
  width: 20px;
  height: 20px;
  border: 5px solid rgba(255, 253, 248, 0.92);
  border-radius: 50%;
  background: var(--b3-sakura);
  box-shadow: 0 0 0 8px rgba(239, 184, 189, 0.16);
  content: "";
  transform: translateX(-50%);
}

.method-step::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 108px;
  height: 108px;
  background: rgba(215, 169, 88, 0.22);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
}

.method-step:nth-child(2)::after {
  right: auto;
  left: 0;
  background: rgba(111, 150, 130, 0.2);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.method-dot {
  display: none;
}

.method-card-number {
  position: absolute;
  top: 18px;
  left: clamp(28px, 4vw, 54px);
  z-index: 3;
  color: var(--b3-gold);
  font-family: var(--b3-display);
  font-size: clamp(4.2rem, 5.4vw, 5.8rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.1em;
  text-shadow: 0 5px 0 rgba(255, 253, 248, 0.86);
}

.method-card-doodle {
  position: absolute;
  top: 33px;
  right: 26px;
  width: 92px;
  height: auto;
  opacity: 0.7;
  transform: rotate(4deg);
}

.method-step:nth-child(2) .method-card-doodle {
  transform: rotate(-5deg);
}

.method-step small {
  position: absolute;
  top: 34px;
  left: 126px;
  z-index: 2;
  display: inline-flex;
  width: fit-content;
  padding: 7px 13px;
  border: 1px solid rgba(40, 87, 71, 0.14);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.68);
}

.method-step h3 {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin-top: 58px;
  font-size: clamp(1.55rem, 1.8vw, 2.15rem);
  line-break: strict;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: keep-all;
}

.method-step p {
  position: relative;
  z-index: 2;
  max-width: none;
  margin-top: 28px;
  padding: 19px 20px;
  border-top: 1px solid rgba(40, 87, 71, 0.16);
  border-radius: 4px 4px 24px 4px;
  background: rgba(255, 253, 248, 0.68);
}

.method-step.is-revealed:hover {
  box-shadow:
    0 34px 74px rgba(40, 87, 71, 0.14),
    inset 0 0 0 8px rgba(255, 253, 248, 0.44);
}

.journal-card {
  isolation: isolate;
  overflow: visible;
  box-shadow: 0 18px 44px rgba(40, 87, 71, 0.08);
}

.journal-card::before {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  width: 86px;
  height: 86px;
  background: rgba(215, 169, 88, 0.26);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
}

.journal-card:nth-child(2)::before {
  background: rgba(111, 150, 130, 0.24);
}

.journal-card-featured figure {
  border: 7px solid var(--b3-paper);
  border-radius: 52% 48% 12px 12px / 36% 42% 12px 12px;
  box-shadow: 0 20px 42px rgba(40, 87, 71, 0.13);
  transform: rotate(-1.4deg);
}

@media (max-width: 900px) {
  .section-care-doodle-conversation {
    top: 4%;
    right: 5%;
  }

  .section-care-doodle-hands {
    top: 1.5%;
    right: 3%;
    width: 108px;
  }

  .method-steps {
    gap: 88px;
    padding-top: 36px;
  }

  .method-step,
  .method-step:nth-child(1),
  .method-step:nth-child(2),
  .method-step:nth-child(3) {
    min-height: 0;
    transform: none;
  }

  .bridge-panel > div {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .global-sakura-canvas {
    z-index: 20;
  }

  .section-care-doodle {
    opacity: 0.48;
  }

  .method-card-number {
    top: 16px;
    left: 22px;
    font-size: 4.4rem;
  }

  .method-card-doodle {
    top: 24px;
    right: 18px;
    width: 76px;
  }

  .method-step small {
    top: 31px;
    left: 108px;
  }

  .method-step h3 {
    max-width: 100%;
  }

  .bridge-panel::before {
    top: 18px;
    font-size: 6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .global-sakura-canvas {
    display: none !important;
  }

  .method-step {
    transition: none !important;
  }
}
