:root {
  --ink: #101a20; --ink-deep: #071015; --ink-soft: #19282f;
  --paper: #fff; --white: #fff; --orange: #e45e00; --lime: #dfe200;
  --green: #174e36; --teal: #087d83; --page: 1280px;
  --gutter: clamp(22px, 4vw, 58px); --section-space: clamp(100px, 12vw, 180px);
}
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: "Noto Sans JP", sans-serif; font-size: 16px; line-height: 1.95; letter-spacing: .075em; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; letter-spacing: inherit; }
p, h1, h2, h3, figure, blockquote, dl, dd { margin: 0; }
p, h1, h2, h3, h4, dd, summary { word-break: auto-phrase; }
.page-width { width: min(var(--page), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.section { position: relative; padding-block: var(--section-space); }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 16px; color: var(--white); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

/* Header */
.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; display: flex; width: 100%; max-width: none; margin: 0; align-items: center; min-height: 88px; padding: 0 clamp(20px, 3.2vw, 54px); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.28); transition: background .3s ease, min-height .3s ease, box-shadow .3s ease; }
body .site-header:not(.dynamic-header) { width: 100%; max-width: none; margin-inline: 0; }
.site-header.is-scrolled, .site-header.menu-open { min-height: 72px; background: rgba(7,16,21,.92); box-shadow: 0 10px 36px rgba(0,0,0,.14); backdrop-filter: blur(14px); }
.site-header__brand { position: relative; z-index: 2; display: inline-flex; align-items: center; padding: 8px 10px; line-height: 1; }
.site-header__brand-logo { width: 168px; height: auto; }
.site-header__nav { display: flex; align-items: center; gap: clamp(13px,1.55vw,27px); margin-left: auto; font-family: "Montserrat", sans-serif; font-size: 10px; font-weight: 800; letter-spacing: 1.45px; }
.site-header__nav > a:not(.site-header__nav-cta), .nav-cluster > summary { padding-block: 12px; border-bottom: 1px solid transparent; transition: opacity .2s ease, border-color .2s ease; }
.site-header__nav > a:not(.site-header__nav-cta):hover, .nav-cluster > summary:hover { color: inherit; border-color: currentColor; opacity: .62; }
.nav-cluster[open] > summary { color: inherit; border-color: currentColor; opacity: 1; }
.nav-cluster > summary { display: flex; flex-direction: column; gap: 2px; cursor: pointer; list-style: none; line-height: 1.25; }
.nav-cluster > summary > strong { display: block; color: currentColor; font: inherit; font-weight: 800; letter-spacing: inherit; -webkit-text-fill-color: currentColor; }
.nav-cluster > summary::-webkit-details-marker { display: none; }
.nav-cluster > summary span, .site-header__nav-action span { font-family: "Noto Sans JP",sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .08em; opacity: .7; }
.nav-cluster__panel { position: fixed; z-index: 5; top: 88px; left: 50%; display: grid; grid-template-columns: 240px minmax(0,1fr); gap: 34px; width: min(1440px,calc(100vw - 64px)); padding: 38px; color: var(--ink); background: rgba(255,255,255,.98); border: 1px solid rgba(16,26,32,.14); box-shadow: 0 24px 70px rgba(0,0,0,.22); transform: translateX(-50%); }
.site-header.is-scrolled .nav-cluster__panel { top: 72px; }
.nav-cluster__intro { padding: 5px 30px 5px 0; border-right: 1px solid rgba(16,26,32,.16); }
.nav-cluster__intro small { display: block; margin-bottom: 16px; color: var(--orange); font-size: 10px; letter-spacing: .24em; }
.nav-cluster__intro strong { display: block; font-family: "Noto Sans JP",sans-serif; font-size: 20px; line-height: 1.7; letter-spacing: .05em; }
.nav-cluster__links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: rgba(16,26,32,.13); }
.nav-cluster__panel--coaching .nav-cluster__links { grid-template-columns: repeat(4,minmax(0,1fr)); }
.nav-cluster__links a { min-width: 0; padding: 19px 18px; color: var(--ink); background: var(--white); transition: color .2s ease,background .2s ease; }
.nav-cluster__links a:hover { color: var(--ink); background: #f0f1ee; }
.nav-cluster__links .nav-brand-card { position: relative; padding-right: 46px; color: var(--white); }
.nav-cluster__links .nav-brand-card::after { position: absolute; right: 18px; bottom: 18px; font-size: 16px; content: "→"; }
.nav-cluster__links .nav-brand-card--change { background: var(--orange); }
.nav-cluster__links .nav-brand-card--bug { background: #050505; }
.nav-cluster__links .nav-brand-card--love { background: var(--teal); }
.nav-cluster__links .nav-brand-card:hover { color: var(--white); filter: brightness(1.08); }
.nav-cluster__links strong, .nav-cluster__links small { display: block; }
.nav-cluster__links strong { font-size: 11px; line-height: 1.5; letter-spacing: .08em; }
.nav-cluster__links small { margin-top: 8px; font-family: "Noto Sans JP",sans-serif; font-size: 10px; font-weight: 600; line-height: 1.7; letter-spacing: .05em; opacity: .75; }
.nav-journey-map { grid-column: 1/-1; display: grid; grid-template-columns: minmax(250px,.78fr) minmax(0,1.65fr); gap: 1px; background: rgba(16,26,32,.13); }
.nav-journey-map__group { display: grid; grid-template-columns: minmax(145px,.6fr) minmax(0,1.4fr); min-width: 0; background: var(--white); }
.nav-journey-map__title { display: flex; flex-direction: column; justify-content: center; padding: 16px 17px; border-left: 4px solid var(--orange); background: #f7f7f4; }
.nav-journey-map__group--change .nav-journey-map__title { color: var(--white); background: var(--orange); border-left-color: var(--orange); }
.nav-journey-map__group--bug .nav-journey-map__title { color: var(--white); background: #050505; border-left-color: #050505; }
.nav-journey-map__title span { font-size: 10px; line-height: 1.35; }
.nav-journey-map__title small { margin-top: 5px; font-family: "Noto Sans JP",sans-serif; font-size: 10px; font-weight: 600; line-height: 1.5; opacity: .72; }
.nav-journey-map__items { display: grid; grid-template-columns: 1fr; align-content: stretch; gap: 1px; background: rgba(16,26,32,.1); }
.nav-journey-map__items--bug { grid-template-columns: repeat(3,minmax(0,1fr)); }
.nav-journey-map__items a { display: flex; align-items: center; min-width: 0; padding: 10px 12px; color: var(--ink); background: var(--white); font-family: "Noto Sans JP",sans-serif; font-size: 10px; font-weight: 700; line-height: 1.35; letter-spacing: .03em; transition: color .2s ease,background .2s ease; }
.nav-journey-map__items a:hover { color: var(--ink); background: #f0f1ee; }
.nav-journey-map__title:hover { color: var(--white); filter: brightness(1.1); }
.nav-cluster__utilities { grid-column: 1/-1; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 28px; padding-top: 3px; }
.nav-cluster__utilities a { font-family: "Noto Sans JP",sans-serif; font-size: 10px; letter-spacing: .05em; opacity: .76; }
.nav-cluster__utilities a:hover { color: var(--orange); opacity: 1; }
.nav-cluster__panel--about { left: auto; right: clamp(110px,10vw,210px); grid-template-columns: 1fr; width: min(680px,calc(100vw - 64px)); transform: none; }
.nav-cluster__panel--about .nav-cluster__links { grid-template-columns: repeat(2,minmax(0,1fr)); }
.site-header__nav-action { display: flex; flex-direction: column; gap: 2px; line-height: 1.25; }
.site-header__nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; color: var(--ink); background: var(--lime); transition: background .2s ease, transform .2s ease; }
.site-header__nav-cta span { margin-left: 20px; }
.site-header__nav-cta:hover { background: var(--white); transform: translateY(-2px); }
.site-header__toggle { display: none; }

/* Hero */
.hero { position: relative; display: grid; align-items: start; min-height: min(1180px,116svh); overflow: hidden; color: var(--white); background: var(--ink); }
.hero__media { position: absolute; inset: 0; }
.hero__media { background: url("../images/hero-page.webp") center 60% / cover no-repeat; transform: scale(1.01); animation: hero-in 1s cubic-bezier(.2,.75,.25,1) both; }
.hero__content { position: relative; z-index: 1; padding-top: clamp(128px,17vh,210px); }
.hero__title { font-family: "Montserrat", sans-serif; font-size: clamp(68px,8.6vw,132px); font-weight: 900; font-style: italic; line-height: .98; letter-spacing: -.055em; text-transform: uppercase; text-shadow: 0 2px 24px rgba(0,0,0,.18); }
.hero__title span { display: block; }
.hero__lead { margin-top: clamp(28px,3.2vw,46px); font-size: clamp(18px,2vw,27px); font-weight: 800; letter-spacing: .13em; text-shadow: 0 2px 18px rgba(0,0,0,.45); }
.hero__location { position: absolute; z-index: 2; top: 116px; right: clamp(20px,4vw,58px); font-family: "Montserrat", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .28em; writing-mode: vertical-rl; }
.hero__scroll { position: absolute; z-index: 2; right: clamp(20px,4vw,56px); bottom: 44px; display: flex; align-items: center; gap: 16px; font-family: "Montserrat", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 3px; writing-mode: vertical-rl; }
.hero__scroll i { width: 1px; height: 62px; overflow: hidden; background: rgba(255,255,255,.5); }
.hero__scroll i::after { display: block; width: 100%; height: 35%; background: var(--lime); content: ""; animation: scroll-line 1.8s ease-in-out infinite; }
@keyframes hero-in { from { opacity: 0; transform: scale(1.06); } }
@keyframes scroll-line { from { transform: translateY(-120%); } to { transform: translateY(300%); } }

/* Journey finder */
.journey-finder { overflow: hidden; background: var(--paper); }
.journey-finder::before { position: absolute; top: -17vw; right: -14vw; width: 48vw; height: 48vw; border: 1px solid rgba(16,26,32,.1); border-radius: 50%; content: ""; }
.finder-header { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.finder-header > p { max-width: 530px; padding-bottom: 6px; font-size: clamp(16px,1.6vw,21px); font-weight: 800; line-height: 1.9; }
.finder-header__line { display: inline; }
.journey-paths { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 7px; margin-top: clamp(60px,7vw,95px); }
.journey-path { position: relative; min-width: 0; overflow: hidden; color: var(--white); background: var(--ink); transition: transform .25s ease,box-shadow .25s ease; }
.journey-path:hover { z-index: 2; transform: translateY(-8px); box-shadow: 0 20px 45px rgba(16,26,32,.22); }
.journey-path figure { position: relative; aspect-ratio: 4/5; margin: 0; overflow: hidden; background: var(--ink); }
.journey-path figure::after { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,10,14,.18),transparent 24%,transparent 78%,rgba(5,10,14,.12)); content: ""; }
.journey-path figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.75,.25,1); }
.journey-path:hover figure img { transform: scale(1.025); }
.journey-path__body { position: relative; min-height: 162px; padding: 22px 49px 22px 21px; }
.journey-path__body strong, .journey-path__body small { display: block; }
.journey-path__body strong { font-size: 15px; line-height: 1.55; }
.journey-path__body small { margin-top: 9px; font-size: 10px; font-weight: 600; line-height: 1.75; opacity: .76; }
.journey-path__body i { position: absolute; right: 20px; bottom: 18px; font-family: "Montserrat",sans-serif; font-size: 20px; font-style: normal; }
.journey-path--change .journey-path__body { background: var(--orange); }
.journey-path--bug .journey-path__body { background: #050505; }
.journey-path--love .journey-path__body { background: var(--teal); }
.journey-path--coaching { color: var(--ink); }
.journey-path--coaching .journey-path__body { background: var(--lime); }
.plan-showcase { margin-top: clamp(90px,10vw,140px); }
.plan-showcase__header { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding-bottom: 25px; border-bottom: 2px solid var(--ink); }
.plan-showcase__header p { margin-bottom: 12px; color: var(--orange); font-family: "Montserrat",sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .22em; }
.plan-showcase__header h3 { font-size: clamp(30px,3.7vw,48px); line-height: 1.3; }
.plan-showcase__heading-copy > span { display: block; max-width: 720px; margin-top: 14px; color: rgba(16,26,32,.72); font-size: 12px; font-weight: 700; line-height: 1.8; }
.plan-group { margin-top: clamp(55px,7vw,90px); }
.plan-group__header { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 25px 28px 23px; color: var(--ink); background: var(--white); }
.plan-group__header > div { display: flex; align-items: center; gap: 20px; }
.plan-group__header > div > span { color: var(--orange); font-family: "Bebas Neue",sans-serif; font-size: 54px; line-height: .8; }
.plan-group__header p { margin-bottom: 5px; font-family: "Montserrat",sans-serif; font-size: 10px; font-weight: 900; line-height: 1; letter-spacing: .2em; }
.plan-group__brand-logo { width: auto; height: 52px; max-width: 180px; margin-bottom: 7px; object-fit: contain; object-position: left center; }
.plan-group__brand-logo--bug { height: 50px; }
.plan-group__header h4 { margin: 0; font-size: 16px; line-height: 1.5; }
.plan-group__header > a { display: inline-flex; align-items: center; gap: 23px; padding-bottom: 4px; font-size: 10px; font-weight: 800; border-bottom: 1px solid currentColor; }
.plan-group__header--light { color: var(--white); background: transparent; }
.journey-rail { display: grid; gap: 8px; }
.journey-rail a { min-width: 0; }
.journey-rail img { transition: transform .5s cubic-bezier(.2,.75,.25,1); }
.journey-rail a:hover img { transform: scale(1.025); }
.journey-rail--change { grid-template-columns: repeat(3,minmax(0,1fr)); background: var(--white); }
.change-plan-card { display: grid; min-height: 0; grid-template-rows: 300px 240px; overflow: hidden; color: var(--white); }
.change-plan-card > img,
.change-plan-card > picture,
.change-plan-card > picture > img { width: 100%; height: 100%; min-height: 0; }
.change-plan-card > picture { display: block; overflow: hidden; }
.change-plan-card > img,
.change-plan-card > picture > img { display: block; object-fit: cover; }
.change-plan-card--india > img { object-position: 50% 50%; }
.change-plan-card--laos > img { object-position: 50% 56%; }
.change-plan-card--newyear > picture > img { object-position: 50% 50%; }
.change-plan-card__media { display: block; min-height: 0; overflow: hidden; }
.change-plan-card__media > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.change-plan-card > div { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px 65px 28px 27px; overflow: hidden; }
.change-plan-card > div::before { position: absolute; top: -25%; right: -4%; color: rgba(255,255,255,.09); font-family: "Montserrat",sans-serif; font-size: 150px; font-weight: 900; line-height: 1; content: "→"; }
.change-plan-card small { position: relative; font-family: "Montserrat",sans-serif; font-size: 10px; font-weight: 900; letter-spacing: .2em; opacity: .78; }
.change-plan-card strong { position: relative; display: block; margin: 7px 0 8px; font-family: "Montserrat",sans-serif; font-size: clamp(42px,4.25vw,62px); font-weight: 900; line-height: .88; letter-spacing: -.055em; }
.change-plan-card span { position: relative; font-size: 13px; font-weight: 800; }
.change-plan-card__season { position: relative; align-self: flex-start; margin-top: 13px; padding: 7px 10px; font-family: "Montserrat","Noto Sans JP",sans-serif; font-size: 12px; font-weight: 800; font-style: normal; line-height: 1.25; letter-spacing: .06em; white-space: nowrap; border: 1px solid rgba(255,255,255,.58); }
.change-plan-card i, .bug-plan-card i, .love-plan-card i { position: absolute; right: 24px; bottom: 22px; font-family: "Montserrat",sans-serif; font-size: 22px; font-style: normal; }
.change-plan-card--india > div { background: #b62e5e; }
.change-plan-card--laos > div { background: #13886b; }
.change-plan-card--newyear > div { background: #5b2c6f; }
.plan-group--bug { padding: 0 28px 32px; background: #050505; }
.plan-group--bug .plan-group__header { margin-inline: -28px; }
.journey-rail--bug { grid-auto-flow: column; grid-auto-columns: minmax(235px,24%); padding-bottom: 16px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; scrollbar-color: var(--lime) rgba(255,255,255,.16); scrollbar-width: thin; }
.bug-elementor-template .elementor-posts-container { display: flex !important; grid-template-columns: none !important; gap: 10px !important; padding-bottom: 16px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; scrollbar-color: var(--lime) rgba(255,255,255,.16); scrollbar-width: thin; }
.bug-elementor-template .elementor-posts-container > .elementor-post { width: auto !important; min-width: 235px; flex: 0 0 24%; scroll-snap-align: start; }
.bug-plan-card { position: relative; display: grid; grid-template-rows: auto minmax(104px,auto); overflow: hidden; color: var(--white); background: #111; scroll-snap-align: start; }
.bug-plan-card > img { width: 100%; aspect-ratio: 8/9; object-fit: cover; }
.bug-plan-card > div { position: relative; min-height: 104px; padding: 18px 50px 17px 17px; border-top: 1px solid rgba(255,255,255,.16); }
.bug-plan-card small, .bug-plan-card strong { display: block; }
.bug-plan-card small { color: var(--lime); font-family: "Montserrat",sans-serif; font-size: 10px; font-weight: 900; line-height: 1.3; letter-spacing: .14em; }
.bug-plan-card strong { margin-top: 5px; font-size: 13px; line-height: 1.5; }
.bug-plan-card__season { display: block; margin-top: 7px; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 700; line-height: 1.4; letter-spacing: .06em; }
.bug-plan-card i { right: 18px; bottom: 17px; }
.plan-group--love { padding: 0 28px 32px; background: #087d83; }
.plan-group--love .plan-group__header { margin-inline: -28px; }
.plan-group--love .plan-group__header > div > span { color: #ff8912; }
.journey-rail--love { grid-template-columns: repeat(2,minmax(0,1fr)); }
.love-plan-card { display: grid; grid-template-columns: minmax(0,.84fr) minmax(0,1.16fr); min-height: 410px; overflow: hidden; color: var(--white); background: #065f65; }
.love-plan-card > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.love-plan-card > div { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 34px 60px 34px 30px; }
.love-plan-card small { color: #ffc16b; font-family: "Montserrat",sans-serif; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.love-plan-card strong { display: block; margin: 10px 0 16px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(46px,4.3vw,66px); font-weight: 400; line-height: .9; letter-spacing: -.04em; }
.love-plan-card span { font-size: 11px; font-weight: 700; line-height: 1.7; }
.love-plan-card--france > img { object-position: center 76%; }
.plan-sync-note { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 26px 0; border-bottom: 1px solid rgba(16,26,32,.28); }
.plan-sync-note p { display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 700; }
.plan-sync-note p > span { width: 8px; height: 8px; background: #2da86d; border-radius: 50%; box-shadow: 0 0 0 5px rgba(45,168,109,.12); }
.plan-sync-note a { display: inline-flex; align-items: center; gap: 28px; padding-bottom: 4px; font-size: 10px; font-weight: 800; border-bottom: 1px solid var(--orange); }

/* Company gateway */
.about-teaser { min-height: 720px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.about-teaser__media, .about-teaser__shade { position: absolute; inset: 0; }
.about-teaser__media { background: url("../images/company-story.webp") center / cover no-repeat; }
.about-teaser__shade { background: linear-gradient(90deg,rgba(7,16,21,.72) 0%,rgba(7,16,21,.43) 52%,rgba(7,16,21,.06) 100%); }
.about-teaser__content { position: relative; z-index: 1; }
.about-teaser__content > p:first-child { margin-bottom: 28px; color: var(--lime); font-family: "Montserrat",sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .23em; }
.about-teaser h2 { font-size: clamp(40px,5vw,66px); line-height: 1.45; letter-spacing: .035em; text-shadow: 0 2px 20px rgba(0,0,0,.3); }
.about-teaser h2 span { display: block; white-space: nowrap; }
.about-teaser__content > p:nth-of-type(2) { max-width: 610px; margin-top: 32px; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 600; }
.about-teaser__content > a { display: inline-flex; align-items: center; justify-content: space-between; gap: 65px; min-width: min(100%,360px); margin-top: 40px; padding: 15px 0 11px; font-size: 12px; font-weight: 800; border-bottom: 2px solid var(--lime); }

/* Company page hero */
.company-hero { position: relative; display: flex; align-items: center; min-height: 92svh; overflow: hidden; color: var(--white); background: var(--ink); }
.company-hero__media, .company-hero__shade { position: absolute; inset: 0; }
.company-hero__media { background: url("../images/philosophy-travel.webp") center / cover no-repeat; }
.company-hero__shade { background: linear-gradient(90deg,rgba(7,16,21,.66) 0%,rgba(7,16,21,.34) 52%,rgba(7,16,21,.06) 100%); }
.company-hero__content { position: relative; z-index: 1; padding-top: 80px; }
.company-hero__content > p { margin-bottom: 28px; color: var(--lime); font-family: "Montserrat",sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .25em; }
.company-hero h1 { font-size: clamp(42px,5.8vw,78px); line-height: 1.42; letter-spacing: .035em; text-shadow: 0 2px 24px rgba(0,0,0,.34); }
.company-hero__content > span { display: block; margin-top: 34px; font-size: 12px; font-weight: 800; letter-spacing: .18em; }

/* Shared */
.section-kicker, .origin__eyebrow, .service-story__chapter { font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .22em; }
.section-kicker { margin-bottom: 24px; color: var(--lime); }
.section-kicker--light { color: var(--white); }
.section-kicker--orange { color: #ffab6b; }
.display-title { font-size: clamp(48px,7vw,94px); font-weight: 900; line-height: 1.18; letter-spacing: .04em; }
.display-title--dark { color: var(--ink); }
.section-heading { display: flex; flex-direction: column; align-items: flex-start; }
.section-heading__en { font-family: "Montserrat", sans-serif; font-size: clamp(48px,6.8vw,90px); font-weight: 900; line-height: .96; letter-spacing: -.045em; text-transform: uppercase; }
.section-heading__ja { display: inline-flex; align-items: center; gap: 12px; margin-top: 20px; font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.section-heading__ja::before { width: 32px; height: 2px; background: var(--orange); content: ""; }
.section-heading--dark { color: var(--ink); }
.section-heading--light { color: var(--white); }
.section-heading--light .section-heading__ja::before { background: var(--lime); }
.story-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 70px; min-width: min(100%,330px); margin-top: 38px; padding: 17px 0 13px; font-size: 13px; font-weight: 800; border-bottom: 2px solid currentColor; transition: gap .25s ease,color .25s ease; }
.story-link:hover { gap: 86px; color: var(--orange); }
.story-link--lime { color: var(--lime); }
.story-link--light { color: var(--white); }

/* Origin */
.origin { overflow: hidden; background: var(--paper); }
.origin__beginning { overflow: hidden; color: var(--white); background: url("../images/takuto-india.webp") center / cover no-repeat; }
.origin__beginning::before { position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg,rgba(7,16,21,.58) 0%,rgba(7,16,21,.36) 48%,rgba(7,16,21,.08) 100%); content: ""; }
.origin__beginning::after { position: absolute; z-index: 0; right: -5vw; bottom: -8vw; color: rgba(255,255,255,.07); font-family: "Montserrat", sans-serif; font-size: 28vw; font-weight: 900; line-height: 1; content: "15"; }
.origin__intro { position: relative; z-index: 1; display: grid; grid-template-areas: "statement label"; grid-template-columns: minmax(0,1.62fr) minmax(170px,.38fr); gap: clamp(36px,4vw,64px); }
.origin__label { grid-area: label; display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.origin__label span { font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .25em; }
.origin__label strong { margin-top: 24px; color: var(--orange); font-family: "Bebas Neue", sans-serif; font-size: clamp(96px,15vw,190px); font-weight: 400; line-height: .75; letter-spacing: -.02em; }
.origin__statement { grid-area: statement; max-width: 760px; }
.origin__eyebrow { margin-bottom: 27px; color: var(--orange); }
.origin__statement h2 { margin-bottom: 44px; font-size: clamp(31px,3vw,40px); line-height: 1.5; letter-spacing: .025em; }
.origin__statement h2 > span { display: block; max-width: 100%; }
.only-mobile { display: none; }
.origin__statement > p:not(.origin__eyebrow) { max-width: 700px; margin-top: 25px; }
.origin__photo-caption { position: absolute; z-index: 1; right: var(--gutter); bottom: 18px; font-family: "Montserrat",sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .17em; }
.vision-section { background: #f7f3e9; }
.vision-original { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr); gap: clamp(55px,9vw,140px); }
.vision-original header > p { margin-bottom: 25px; color: var(--orange); font-family: "Montserrat",sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .24em; }
.vision-original header h2 { font-size: clamp(34px,3.6vw,44px); line-height: 1.55; }
.vision-original header h2 span { display: block; white-space: nowrap; }
.vision-original__body { max-width: 720px; }
.vision-original__body p { margin-top: 27px; }
.vision-original__body p:first-child { margin-top: 0; font-size: clamp(19px,2vw,26px); font-weight: 800; }
.vision-original__signature { margin-top: 48px !important; text-align: right; }
.vision-more { margin-top: 38px; border-top: 1px solid rgba(16,26,32,.32); }
.vision-more summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; cursor: pointer; list-style: none; font-size: 13px; font-weight: 800; }
.vision-more summary::-webkit-details-marker { display: none; }
.vision-more summary i { position: relative; width: 32px; height: 32px; flex: 0 0 auto; border: 1px solid currentColor; border-radius: 50%; }
.vision-more summary i::before, .vision-more summary i::after { position: absolute; top: 50%; left: 50%; width: 12px; height: 1px; background: currentColor; transform: translate(-50%,-50%); content: ""; transition: transform .2s ease; }
.vision-more summary i::after { transform: translate(-50%,-50%) rotate(90deg); }
.vision-more[open] summary i::after { transform: translate(-50%,-50%); }
.vision-more__body { padding: 8px 0 20px; }

/* Business */
.business { overflow: hidden; color: var(--ink); background: #ebe6dc; }
.business::before { position: absolute; top: 0; right: -12vw; width: 44vw; height: 44vw; border: 1px solid rgba(16,26,32,.12); border-radius: 50%; content: ""; }
.business__header { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.business__header .section-heading__ja { color: var(--ink); }
.business__intro { padding-bottom: 8px; font-size: clamp(18px,2.3vw,29px); font-weight: 800; line-height: 1.75; }
.business-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; margin-top: clamp(70px,9vw,120px); padding: 30px 42px; color: var(--ink); background: var(--lime); }
.business-flow > div { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 14px; }
.business-flow span { grid-row: 1/3; font-family: "Bebas Neue", sans-serif; font-size: 52px; line-height: 1; }
.business-flow strong { font-size: clamp(16px,1.7vw,23px); line-height: 1.2; }
.business-flow small { margin-top: 8px; font-size: 10px; font-weight: 700; }
.business-flow > i { padding: 0 24px; font-size: 28px; font-style: normal; }
.journeys { margin-top: clamp(70px,9vw,120px); }
.service-story { display: grid; grid-template-columns: minmax(360px,.88fr) minmax(0,1.12fr); min-height: 680px; margin-top: 28px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.service-story--reverse { grid-template-columns: minmax(0,1.12fr) minmax(360px,.88fr); }
.service-story--reverse .service-story__media { order: 2; }
.service-story--reverse .service-story__body { order: 1; }
.service-story__media { position: relative; min-height: 650px; overflow: hidden; }
.service-story__media::after { display: none; }
.service-story__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center top; }
.service-story__media > span { position: absolute; z-index: 1; left: 28px; bottom: 23px; color: var(--white); font-family: "Montserrat", sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.service-story__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(45px,6.2vw,92px); color: var(--white); background: var(--ink-soft); }
.service-story__chapter { margin-bottom: 30px; color: var(--lime); }
.service-story__logo { width: auto; max-width: 80%; max-height: 72px; object-fit: contain; object-position: left center; }
.service-story__logo--change { max-height: 76px; }
.service-story__logo--bug { max-height: 59px; filter: brightness(0) invert(1); }
.service-story__logo--love { max-height: 60px; }
.service-story h3, .coaching-story h3 { margin: 36px 0 25px; font-size: clamp(30px,3.35vw,48px); line-height: 1.42; letter-spacing: .065em; }
.service-story__body > p:not(.service-story__chapter), .coaching-story__body > p:not(.service-story__chapter) { max-width: 660px; margin-top: 18px; color: rgba(255,255,255,.78); }
.service-story__body p strong, .coaching-story__body p strong { color: var(--white); }
.service-story--change { border-top: 12px solid var(--orange); }
.service-story--bug { border-top: 12px solid #050505; }
.service-story--love { border-top: 12px solid var(--teal); }
.service-story--change .service-story__media { background: var(--orange); }
.service-story--bug .service-story__media { background: #050505; }
.service-story--love .service-story__media { background: var(--teal); }
.service-story--change .service-story__body { background: var(--orange); }
.service-story--change .service-story__chapter { color: var(--white); }
.service-story--change .service-story__logo--change { filter: brightness(0) invert(1); }
.service-story--bug .service-story__body { background: #050505; }
.service-story--love .service-story__body { background: var(--teal); }
.service-story__proof { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px 9px; margin-top: 32px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.service-story__proof strong { margin-left: 16px; color: var(--lime); font-family: "Montserrat", sans-serif; font-size: 28px; line-height: 1; }
.service-story__proof strong:first-child { margin-left: 0; }
.service-story__proof span { font-size: 10px; font-weight: 700; }
.service-story__points { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.service-story__points li { display: flex; flex-direction: column; gap: 10px; min-width: 0; padding: 18px 14px 20px; border-right: 1px solid rgba(255,255,255,.2); }
.service-story__points li:first-child { padding-left: 0; }
.service-story__points li:last-child { padding-right: 0; border-right: 0; }
.service-story__points span { color: rgba(255,255,255,.62); font-family: "Montserrat",sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.service-story__points strong { color: var(--white); font-size: 11px; font-weight: 800; line-height: 1.65; }
.service-story__points--two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.service-story__points--dark { border-color: rgba(16,26,32,.35); }
.service-story__points--dark li { border-color: rgba(16,26,32,.25); }
.service-story__points--dark span { color: rgba(16,26,32,.5); }
.service-story__points--dark strong { color: var(--ink); }
.coaching-story { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(420px,.92fr); margin-top: 70px; border: 12px solid var(--lime); }
.coaching-story__media { min-height: 0; background: #090d0f; }
.coaching-story__media img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center top; }
.coaching-story__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px,6.3vw,94px); color: var(--ink); background: var(--lime); }
.coaching-story__body > p:not(.service-story__chapter) { color: rgba(16,26,32,.76); }
.coaching-story__body p strong { color: var(--ink); }
.coaching-story__body .story-link--lime { color: var(--ink); }
.coaching-story__logo { width: min(100%,420px); max-height: 82px; object-fit: contain; object-position: left center; filter: brightness(0); }

/* Social action */
.social-action { color: var(--white); background: var(--green); }
.social-action::after { position: absolute; right: 4vw; bottom: -3vw; color: rgba(255,255,255,.04); font-family: "Montserrat", sans-serif; font-size: 18vw; font-weight: 900; line-height: .8; content: "ACTION"; }
.social-action__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); align-items: center; gap: clamp(55px,8vw,120px); }
.social-action__name { margin-bottom: 18px; font-size: 14px; font-weight: 800; }
.social-action h2 { margin-bottom: 38px; font-size: clamp(36px,4.3vw,58px); line-height: 1.4; }
.social-action h2 span { display: block; white-space: nowrap; }
.social-action__body > p:not(.section-kicker):not(.social-action__name) { margin-top: 21px; color: rgba(255,255,255,.84); }
.social-action__media { position: relative; padding: 0 0 30px 30px; }
.social-action__media::before { position: absolute; inset: 30px 30px 0 0; border: 3px solid var(--orange); content: ""; }
.social-action__media img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.social-action__media figcaption { position: relative; z-index: 2; margin-top: 16px; font-family: "Montserrat", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-align: right; }

/* Philosophy */
.philosophy { min-height: 950px; overflow: hidden; color: var(--white); background: var(--ink-deep); }
.philosophy__photo, .philosophy__overlay { position: absolute; inset: 0; }
.philosophy__photo { background: url("../images/philosophy-travel.webp") center / cover no-repeat; }
.philosophy__overlay { background: linear-gradient(90deg,rgba(7,16,21,.48) 0%,rgba(7,16,21,.25) 55%,rgba(7,16,21,.06) 100%); }
.philosophy__content { position: relative; z-index: 1; }
.philosophy h2 { font-size: clamp(50px,6.5vw,88px); line-height: 1.28; letter-spacing: .045em; text-shadow: 0 2px 24px rgba(0,0,0,.34); }
.philosophy h2 span { display: block; width: max-content; max-width: 100%; white-space: nowrap; }
.philosophy__extract { max-width: 860px; margin: 62px 0 54px; }
.philosophy__extract p { max-width: 740px; margin-top: 24px; font-size: clamp(15px,1.25vw,18px); font-weight: 500; line-height: 2; }
.manifesto { max-width: 930px; }
.manifesto summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 20px 0; color: var(--white); background: rgba(7,16,21,.1); cursor: pointer; list-style: none; font-size: 13px; font-weight: 800; border-top: 1px solid rgba(255,255,255,.62); border-bottom: 1px solid rgba(255,255,255,.62); backdrop-filter: blur(2px); }
.manifesto summary::-webkit-details-marker { display: none; }
.manifesto summary i { position: relative; width: 32px; height: 32px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; }
.manifesto summary i::before, .manifesto summary i::after { position: absolute; top: 50%; left: 50%; width: 12px; height: 1px; background: var(--white); transform: translate(-50%,-50%); content: ""; transition: transform .2s ease; }
.manifesto summary i::after { transform: translate(-50%,-50%) rotate(90deg); }
.manifesto[open] summary i::after { transform: translate(-50%,-50%) rotate(0); }
.manifesto__body { padding: 35px clamp(24px,4vw,60px) 70px; background: rgba(7,16,21,.92); }
.manifesto__body p { margin-top: 30px; color: rgba(255,255,255,.83); }
.manifesto__body p strong { color: var(--white); font-size: 1.08em; }
.manifesto__signature { margin-top: 55px !important; text-align: right; }

/* Results */
.achievements { background: var(--lime); }
.achievements__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: clamp(65px,7vw,100px); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.achievements__grid > div { padding: 38px 22px; border-left: 1px solid var(--ink); }
.achievements__grid > div:last-child { border-right: 1px solid var(--ink); }
.achievements__grid strong { font-family: "Montserrat", sans-serif; font-size: clamp(48px,6vw,76px); line-height: 1; letter-spacing: -.06em; }
.achievements__grid > div:last-child strong { font-size: clamp(42px,5vw,64px); }
.achievements__grid span { margin-left: 6px; font-size: 14px; font-weight: 800; white-space: nowrap; }
.achievements__grid small { display: block; margin-top: 18px; font-size: 11px; font-weight: 700; line-height: 1.5; }
.history-gallery { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 10px; margin-top: 34px; }
.history-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

/* Company */
.company { color: var(--white); background: var(--ink); }
.company__header { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 66px; }
.company__header > p { padding-bottom: 6px; color: rgba(255,255,255,.65); font-size: 14px; font-weight: 700; white-space: nowrap; }
.company__header > p span { display: block; }
.company__story { position: relative; min-height: 760px; overflow: hidden; margin-bottom: clamp(70px,8vw,110px); padding: clamp(50px,7vw,96px); color: var(--white); background: var(--ink); }
.company__story-media { position: absolute; inset: 0; background: url("../images/company-story.webp") center / cover no-repeat; }
.company__story::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,rgba(7,16,21,.76) 0%,rgba(7,16,21,.6) 42%,rgba(7,16,21,.12) 72%,rgba(7,16,21,.01) 100%); content: ""; }
.company__story-copy { position: relative; z-index: 2; width: min(100%,620px); }
.company__story-kicker { margin-bottom: 28px; color: var(--lime); font-family: "Montserrat",sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .22em; }
.company__story h2, .company__story h3 { margin-bottom: 34px; font-size: clamp(38px,4.8vw,66px); line-height: 1.34; letter-spacing: .035em; }
.company__story-copy > p:not(.company__story-kicker) { max-width: 590px; margin-top: 18px; color: rgba(255,255,255,.86); font-size: 14px; font-weight: 600; line-height: 2; }
.company__story-copy > strong { display: block; margin-top: 30px; color: var(--white); font-size: clamp(17px,1.8vw,23px); line-height: 1.7; }
.company__content { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); gap: clamp(48px,7vw,100px); align-items: start; margin-top: clamp(90px,10vw,145px); padding-top: 55px; border-top: 1px solid rgba(255,255,255,.3); }
.company__people img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; }
.company__info dl { border-top: 1px solid rgba(255,255,255,.32); }
.company__info .section-heading { margin-bottom: 34px; }
.company__info dl > div { display: grid; grid-template-columns: 110px 1fr; gap: 22px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.company__info dt { color: var(--lime); font-size: 11px; font-weight: 800; }
.company__info dd { font-size: 13px; line-height: 1.7; }
.company__info dd small { color: rgba(255,255,255,.55); }
.company__info dd a { text-decoration: underline; text-underline-offset: 5px; }
.members { margin-top: clamp(90px,10vw,145px); padding-top: 55px; border-top: 1px solid rgba(255,255,255,.3); }
.members__heading { margin-bottom: 42px; }
.members__heading h2, .members__heading h3 { color: var(--white); font-family: "Montserrat",sans-serif; font-size: clamp(48px,6.2vw,82px); font-weight: 900; line-height: 1; letter-spacing: -.045em; }
.member-card p { color: var(--orange); font-size: 10px; font-weight: 800; line-height: 1.55; letter-spacing: .08em; }
.member-name-en { color: rgba(16,26,32,.5); font-family: "Montserrat",sans-serif; font-size: 10px !important; font-weight: 700; letter-spacing: .16em; }
.members__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.member-card { overflow: hidden; color: var(--ink); background: var(--paper); }
.member-card__photo { position: relative; aspect-ratio: 4/5; overflow: hidden; background: #dfe3d2; }
.member-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .4s ease; }
.member-card:nth-child(1) .member-card__photo img { transform: scale(1.22); }
.member-card:nth-child(2) .member-card__photo img { transform: scale(1.28); }
.member-card:nth-child(3) .member-card__photo img { transform: scale(1.28); }
.member-card:nth-child(4) .member-card__photo img { object-position: 56% center; }
.member-card > div { display: flex; flex-direction: column; min-height: 285px; padding: 22px 19px 24px; }
.member-card h3, .member-card h4 { margin: 10px 0 7px; font-size: 21px; }
.member-card span { display: block; font-size: 11px; line-height: 1.65; }
.member-card em { display: block; margin-top: 18px; padding-top: 16px; color: rgba(16,26,32,.75); font-size: 12px; font-style: normal; line-height: 1.75; border-top: 1px solid rgba(16,26,32,.18); }
.member-card small { display: block; margin-top: auto; padding-top: 18px; color: rgba(16,26,32,.58); font-size: 10px; font-weight: 700; }
.members__cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 34px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); }
.members__cta p { color: rgba(255,255,255,.68); font-size: 12px; font-weight: 600; }
.members__cta a { display: inline-flex; align-items: center; justify-content: space-between; gap: 45px; min-width: min(100%,360px); padding-bottom: 9px; font-size: 12px; font-weight: 800; border-bottom: 2px solid var(--lime); }
.members__cta a:hover { color: var(--lime); }

/* Footer */
.site-footer { width: 100%; max-width: none; margin: 0; padding: 75px 0 30px; color: var(--white); background: #040a0e; }
body .site-footer:not(.dynamic-footer) { width: 100%; max-width: none; margin-inline: 0; }
.site-footer > .page-width { width: min(1560px, calc(100% - 64px)); }
.site-footer__top { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: clamp(50px,7vw,105px); padding-bottom: 62px; }
.site-footer__brand { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer__brand-logo { width: 210px; height: auto; }
.site-footer__brand em { margin-top: 28px; color: var(--lime); font-family: "Montserrat", sans-serif; font-size: 14px; font-weight: 800; }
.site-footer__nav { display: grid; grid-template-columns: repeat(5,minmax(105px,1fr)); gap: clamp(22px,3vw,46px); }
.site-footer__nav > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.site-footer__nav p { margin-bottom: 8px; color: var(--lime); font-family: "Montserrat", sans-serif; font-size: 10px; font-weight: 800; letter-spacing: 2px; }
.site-footer__nav a { font-size: 11px; font-weight: 600; opacity: .75; transition: opacity .2s ease,color .2s ease; }
.site-footer__nav a:hover { color: var(--lime); opacity: 1; }
.site-footer__legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 24px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.18); }
.site-footer__legal a { color: rgba(255,255,255,.58); font-size: 10px; font-weight: 600; }
.site-footer__legal a:hover { color: var(--lime); }
.site-footer__bottom { display: flex; justify-content: space-between; padding-top: 24px; font-family: "Montserrat", sans-serif; font-size: 10px; letter-spacing: 1.7px; border-top: 1px solid rgba(255,255,255,.18); }

/* Motion */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease,transform .8s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .site-header__toggle { position: relative; z-index: 3; display: block; width: 48px; height: 48px; margin-left: auto; padding: 0; color: inherit; background: none; border: 0; }
  .site-header__toggle span { position: absolute; left: 8px; width: 32px; height: 2px; background: currentColor; transition: transform .25s ease,top .25s ease; }
  .site-header__toggle span:first-child { top: 18px; } .site-header__toggle span:last-child { top: 29px; }
  .site-header.menu-open .site-header__toggle span:first-child { top: 24px; transform: rotate(45deg); }
  .site-header.menu-open .site-header__toggle span:last-child { top: 24px; transform: rotate(-45deg); }
  .site-header__nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; margin: 0; width: 100vw; height: 100dvh; padding: 100px max(28px,9vw) 50px; overflow-y: auto; color: var(--ink); background: var(--lime); opacity: 0; pointer-events: none; transform: translateY(-18px); transition: opacity .25s ease,transform .25s ease; }
  .site-header.menu-open { background: transparent; box-shadow: none; backdrop-filter: none; }
  .site-header.menu-open .site-header__brand, .site-header.menu-open .site-header__toggle { color: var(--ink); }
  .site-header.menu-open .site-header__brand-logo { filter: brightness(0); }
  .site-header.menu-open .site-header__nav { opacity: 1; pointer-events: auto; transform: none; }
  .nav-cluster { width: 100%; }
  .nav-cluster > summary, .site-header__nav > a:not(.site-header__nav-cta) { flex-direction: row; align-items: baseline; justify-content: space-between; width: 100%; padding: 15px 14px; color: var(--ink); font-size: 20px; border-bottom-color: rgba(9,20,28,.25); }
  .nav-cluster > summary > strong, .nav-cluster > summary > span, .nav-cluster > summary::after { position: relative; z-index: 1; color: #101a20 !important; -webkit-text-fill-color: #101a20 !important; }
  .nav-cluster > summary::after { content: "+"; font-family: "Noto Sans JP",sans-serif; font-size: 22px; font-weight: 400; }
  .nav-cluster[open] > summary::after { content: "−"; }
  .nav-cluster > summary span, .site-header__nav-action span { margin-left: auto; margin-right: 15px; font-size: 10px; opacity: .65; }
  .nav-cluster__panel, .site-header.is-scrolled .nav-cluster__panel, .nav-cluster__panel--about { position: static; display: block; width: 100%; padding: 12px 0 22px; color: var(--ink); background: transparent; border: 0; box-shadow: none; transform: none; }
  .nav-cluster__intro { display: none; }
  .nav-cluster__links, .nav-cluster__panel--coaching .nav-cluster__links, .nav-cluster__panel--about .nav-cluster__links { display: grid; grid-template-columns: 1fr; gap: 1px; background: rgba(16,26,32,.15); }
  .nav-cluster__links a { padding: 15px 17px; color: var(--ink); background: var(--white); }
  .nav-cluster__links strong { font-size: 12px; }
  .nav-cluster__links small { margin-top: 4px; font-size: 10px; }
  .nav-journey-map { display: grid; grid-template-columns: 1fr; gap: 1px; margin-top: 1px; background: rgba(16,26,32,.15); }
  .nav-journey-map__group { grid-template-columns: minmax(128px,.42fr) minmax(0,1fr); }
  .nav-journey-map__title { color: var(--ink); background: var(--white); }
  .nav-journey-map__items--bug { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .nav-journey-map__items a { min-height: 42px; padding: 9px 10px; color: var(--ink); background: var(--white); font-size: 10px; }
  .nav-cluster__utilities { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 1px; padding: 0; background: rgba(16,26,32,.15); }
  .nav-cluster__utilities a { padding: 11px 13px; color: var(--ink); background: rgba(255,255,255,.42); font-size: 10px; }
  .site-header__nav-action { flex-direction: row; align-items: baseline; justify-content: space-between; }
  .site-header__nav-cta { margin-top: 28px; color: var(--white); background: var(--ink); }
  .journey-paths { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .journey-path__body { min-height: 150px; }
  .service-story, .service-story--reverse { grid-template-columns: minmax(320px,.85fr) minmax(0,1.15fr); }
  .coaching-story { grid-template-columns: 1fr; }
  .coaching-story__media { min-height: 0; aspect-ratio: 2481 / 3100; }
  .company__content { grid-template-columns: 1fr; }
  .members__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (min-width: 761px) and (max-width: 980px) {
  .origin__beginning { padding-top: 520px; background: var(--ink); }
  .origin__beginning::before { bottom: auto; height: 520px; background: linear-gradient(90deg,rgba(7,16,21,.34) 0%,rgba(7,16,21,.08) 100%),url("../images/takuto-india.webp") 60% center / cover no-repeat; }
  .origin__beginning::after { display: none; }
  .origin__intro { display: block; }
  .origin__label { position: absolute; top: -420px; left: 0; flex-direction: column; align-items: flex-start; text-align: left; }
  .origin__label strong { margin-top: 12px; font-size: 120px; }
  .origin__statement { max-width: 730px; }
  .origin__statement h2 { font-size: 36px; }
  .origin__statement > p:not(.origin__eyebrow) { max-width: 700px; }
  .origin__photo-caption { top: 490px; right: var(--gutter); bottom: auto; }
  .company__story { min-height: 0; padding-top: 470px; }
  .company__story-media { bottom: auto; height: 410px; background-position: center 52%; }
  .company__story::before { bottom: auto; height: 410px; background: linear-gradient(0deg,rgba(7,16,21,.34) 0%,rgba(7,16,21,.04) 58%,rgba(7,16,21,0) 100%); }
  .site-footer__top { display: block; }
  .site-footer__nav { grid-template-columns: repeat(2,minmax(150px,1fr)); margin-top: 50px; }
}

@media (max-width: 760px) {
  :root { --gutter: 20px; --section-space: 92px; }
  body { font-size: 14px; line-height: 1.9; }
  .site-header { min-height: 68px; padding-inline: 22px; }
  .site-header.is-scrolled, .site-header.menu-open { min-height: 64px; }
  .site-header__brand { padding: 10px 12px; }
  .site-header__brand-logo { width: 110px; }
  .nav-journey-map__group { grid-template-columns: 1fr; }
  .nav-journey-map__title { padding: 12px 14px; }
  .nav-journey-map__items--bug { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hero { min-height: 100svh; }
  .hero__media { background-position: 53% 56%; }
  .hero__content { padding-top: 124px; }
  .hero__title { font-size: clamp(46px,14vw,60px); line-height: .94; }
  .hero__lead { max-width: 330px; margin-top: 28px; font-size: 16px; line-height: 1.75; }
  .hero__lead span { display: block; }
  .hero__location { top: 92px; right: 18px; font-size: 10px; }
  .hero__scroll { display: none; }
  .finder-header { display: block; }
  .finder-header > p { margin-top: 34px; padding: 0; font-size: 16px; }
  .finder-header__line { display: block; }
  .finder-header > p br { display: none; }
  .journey-paths { display: flex; gap: 9px; margin-top: 55px; margin-right: -20px; padding-right: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .journey-paths::-webkit-scrollbar { display: none; }
  .journey-path { width: 82vw; max-width: 330px; flex: 0 0 auto; scroll-snap-align: start; }
  .journey-path__body { min-height: 145px; padding: 20px 47px 20px 20px; }
  .journey-path__body strong { font-size: 15px; }
  .journey-path__body small { font-size: 10px; }
  .plan-showcase { margin-top: 85px; }
  .plan-showcase__header { display: block; }
  .plan-showcase__header h3 { font-size: 29px; }
  .plan-showcase__heading-copy > span { margin-top: 12px; font-size: 11px; }
  .plan-group { margin-top: 58px; }
  .plan-group__header { display: block; padding: 22px 20px 20px; }
  .plan-group__header > div { gap: 14px; }
  .plan-group__header > div > span { font-size: 46px; }
  .plan-group__header h4 { font-size: 14px; }
  .plan-group__brand-logo { height: 44px; max-width: 150px; }
  .plan-group__brand-logo--bug { height: 42px; }
  .plan-group__header > a { margin-top: 18px; }
  .journey-rail--change { display: flex; gap: 9px; margin-right: -20px; padding-right: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .journey-rail--change::-webkit-scrollbar { display: none; }
  .change-plan-card { width: 82vw; max-width: 335px; min-height: 0; grid-template-rows: 200px 220px; flex: 0 0 auto; scroll-snap-align: start; }
  .change-plan-card strong { font-size: clamp(34px,10vw,40px); line-height: .92; letter-spacing: -.065em; white-space: nowrap; }
  .plan-group--bug, .plan-group--love { margin-inline: -20px; padding: 0 20px 25px; }
  .plan-group--bug .plan-group__header, .plan-group--love .plan-group__header { margin-inline: -20px; padding-inline: 20px; }
  .journey-rail--bug { grid-auto-columns: minmax(235px,74vw); }
  .bug-elementor-template .elementor-posts-container > .elementor-post { min-width: 235px; flex-basis: 74vw; }
  .journey-rail--love { display: flex; gap: 9px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .journey-rail--love::-webkit-scrollbar { display: none; }
  .love-plan-card { display: block; width: 82vw; max-width: 335px; min-height: 0; flex: 0 0 auto; scroll-snap-align: start; }
  .love-plan-card > img { width: 100%; height: 355px; }
  .love-plan-card > div { min-height: 210px; padding: 30px 55px 30px 24px; }
  .love-plan-card strong { font-size: 52px; }
  .plan-sync-note { display: block; padding: 24px 0; }
  .plan-sync-note a { margin-top: 17px; }
  .origin__beginning { padding-top: 440px; background: var(--ink); }
  .origin__beginning::before { bottom: auto; height: 440px; background: linear-gradient(90deg,rgba(7,16,21,.34) 0%,rgba(7,16,21,.08) 100%),url("../images/takuto-india.webp") 60% center / cover no-repeat; }
  .origin__beginning::after { display: none; }
  .origin__intro { display: block; }
  .origin__label { position: absolute; top: -354px; left: 0; flex-direction: column; align-items: flex-start; text-align: left; }
  .origin__label strong { margin-top: 12px; font-size: 88px; }
  .origin__statement { max-width: none; }
  .origin__statement h2 { margin-bottom: 38px; font-size: 23px; line-height: 1.62; letter-spacing: 0; }
  .only-mobile { display: block; }
  .origin__photo-caption { top: 412px; right: 20px; bottom: auto; font-size: 10px; }
  .vision-original { grid-template-columns: 1fr; gap: 42px; }
  .vision-original header h2 { font-size: 31px; }
  .vision-original__body p:first-child { font-size: 18px; }
  .section-heading__en { font-size: clamp(42px,13vw,58px); line-height: 1; }
  .section-heading__ja { margin-top: 14px; font-size: 11px; }
  .business__header { display: block; }
  .display-title { font-size: 43px; }
  .business__header .display-title { font-size: 34px; }
  .business-flow { grid-template-columns: 1fr; gap: 0; margin-top: 60px; padding: 19px 23px; }
  .business-flow > div { padding: 14px 0; border-bottom: 1px solid rgba(16,26,32,.25); }
  .business-flow > div:last-child { border-bottom: 0; }
  .business-flow > i { display: none; }
  .business-flow span { font-size: 45px; } .business-flow strong { font-size: 17px; }
  .journeys { margin-top: 90px; }
  .service-story, .service-story--reverse { display: flex; flex-direction: column; min-height: 0; margin-top: 18px; }
  .service-story--reverse .service-story__media { order: 1; }
  .service-story--reverse .service-story__body { order: 2; }
  .service-story__media { min-height: 0; aspect-ratio: 1389 / 1736; }
  .service-story__body { padding: 40px 26px 48px; }
  .service-story__logo { max-width: 88%; max-height: 58px; }
  .service-story h3, .coaching-story h3 { margin-top: 31px; font-size: 30px; }
  .service-story__proof { gap: 5px 7px; }
  .service-story__proof strong { margin-left: 9px; font-size: 22px; }
  .service-story__points { grid-template-columns: 1fr; }
  .service-story__points li { display: grid; grid-template-columns: 24px minmax(0,1fr); column-gap: 14px; row-gap: 3px; align-items: start; padding: 15px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .service-story__points li:last-child { border-bottom: 0; }
  .service-story__points--dark li { border-color: rgba(16,26,32,.25); }
  .service-story__points span { grid-row: 1; width: 24px; }
  .service-story__points strong { font-size: 12px; }
  .story-link { min-width: 100%; gap: 25px; }
  .coaching-story { margin-top: 52px; }
  .coaching-story__media { min-height: 0; }
  .coaching-story__body { padding: 42px 26px 50px; }
  .social-action__grid { grid-template-columns: 1fr; }
  .social-action h2 { font-size: 32px; }
  .social-action__media { padding: 0 0 18px 18px; }
  .social-action__media::before { inset: 18px 18px 0 0; }
  .philosophy { min-height: 850px; }
  .philosophy__photo { background-position: 55% center; }
  .philosophy__overlay { background: linear-gradient(0deg,rgba(7,16,21,.58) 0%,rgba(7,16,21,.36) 66%,rgba(7,16,21,.12) 100%); }
  .philosophy h2 { font-size: 40px; line-height: 1.38; letter-spacing: .025em; }
  .philosophy__extract { margin-top: 42px; }
  .philosophy__extract p { font-size: 14px; font-weight: 500; line-height: 2; }
  .manifesto__body { padding-bottom: 46px; }
  .history-gallery { display: flex; gap: 10px; margin-right: -20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .history-gallery::-webkit-scrollbar { display: none; }
  .history-gallery img { width: 72vw; max-width: 310px; flex: 0 0 auto; scroll-snap-align: start; }
  .achievements__grid { grid-template-columns: 1fr 1fr; }
  .achievements__grid > div { min-height: 170px; padding: 28px 16px; border-bottom: 1px solid var(--ink); }
  .achievements__grid > div:nth-child(even) { border-right: 1px solid var(--ink); }
  .achievements__grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .achievements__grid strong { font-size: 42px; }
  .achievements__grid span { font-size: 11px; }
  .company__header { display: block; margin-bottom: 40px; }
  .company__header > p { margin-top: 20px; white-space: normal; }
  .company__story { min-height: 0; padding: 380px 24px 60px; }
  .company__story-media { bottom: auto; height: 330px; background-position: 55% center; }
  .company__story::before { bottom: auto; height: 330px; background: linear-gradient(0deg,rgba(7,16,21,.38) 0%,rgba(7,16,21,.02) 58%,rgba(7,16,21,0) 100%); }
  .company__story-copy { width: 100%; }
  .company__story h2, .company__story h3 { font-size: 34px; }
  .company__story-copy > p:not(.company__story-kicker) { font-size: 13px; }
  .company__info dl > div { grid-template-columns: 82px 1fr; gap: 12px; }
  .members__heading h2, .members__heading h3 { font-size: 48px; }
  .members__grid { grid-template-columns: 1fr; gap: 12px; }
  .member-card__photo { aspect-ratio: 4/5; }
  .member-card > div { min-height: 0; padding: 20px 18px 22px; }
  .member-card h4 { font-size: 22px; }
  .member-card small { margin-top: 18px; }
  .members__cta { display: block; }
  .members__cta a { margin-top: 18px; }
  .about-teaser { min-height: 650px; }
  .about-teaser__media { background-position: 62% center; }
  .about-teaser__shade { background: linear-gradient(0deg,rgba(7,16,21,.72) 0%,rgba(7,16,21,.4) 65%,rgba(7,16,21,.1) 100%); }
  .about-teaser h2 { font-size: 31px; }
  .about-teaser h2 span { white-space: normal; }
  .company-hero { min-height: 86svh; }
  .company-hero__media { background-position: 55% center; }
  .company-hero__shade { background: linear-gradient(0deg,rgba(7,16,21,.62) 0%,rgba(7,16,21,.3) 65%,rgba(7,16,21,.1) 100%); }
  .company-hero__content { padding-top: 70px; }
  .company-hero h1 { font-size: 34px; line-height: 1.55; }
  .site-footer { padding-top: 58px; }
  .site-footer__top { display: block; padding-bottom: 50px; }
  .site-footer__nav { grid-template-columns: 1fr; gap: 34px; margin-top: 48px; }
  .site-footer__legal { justify-content: flex-start; }
  .site-footer__bottom { align-items: end; gap: 20px; }
  .site-footer__bottom p { max-width: 220px; }
}

/* WordPressへログイン中も、管理バーと新ヘッダーを重ねない。 */
@media (min-width: 783px) {
  .admin-bar .site-header { top: 32px; }
  .admin-bar .nav-cluster__panel { top: 120px; }
  .admin-bar .site-header.is-scrolled .nav-cluster__panel { top: 104px; }
}
@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar .site-header__nav { inset: 46px 0 0; height: calc(100dvh - 46px); }
}

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