:root {
  --navy: #0b214a;
  --navy-2: #071631;
  --ink: #132039;
  --ivory: #f3eee2;
  --paper: #faf7f0;
  --orange: #e65335;
  --orange-dark: #c83c24;
  --gold: #bd9463;
  --line: rgba(11, 33, 74, .16);
  --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  --serif: "Noto Serif JP", "Yu Mincho", serif;
  --latin: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.8; overflow-x: hidden; }
body.is-loading { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 9999; background: #fff; padding: .65rem 1rem; border-radius: 3rem; }
.skip-link:focus { top: 1rem; }
.sp-only { display: none; }
.jp-line { display: inline-block; max-width: 100%; white-space: nowrap; }
.sp-break { display: none; }
.pc-break { display: block; }
.question-text { min-width: 0; }
.question-text .jp-line + .jp-line { margin-left: .15em; }

.opening { position: fixed; inset: 0; z-index: 9998; display: grid; place-items: center; overflow: hidden; color: #fff; background: var(--navy); transition: opacity .7s cubic-bezier(.7,0,.2,1), visibility .7s; }
.opening.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.opening::before, .opening::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; width: 46vw; aspect-ratio: 1; }
.opening::before { left: -20vw; top: -12vw; animation: openingOrbit 4s linear infinite; }
.opening::after { right: -18vw; bottom: -22vw; animation: openingOrbit 5s linear reverse infinite; }
.opening__pattern { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(30deg, transparent 45%, #fff 46% 48%, transparent 49%), linear-gradient(-30deg, transparent 45%, #fff 46% 48%, transparent 49%); background-size: 70px 50px; animation: patternShift 9s linear infinite; }
.opening__center { position: relative; text-align: center; padding: 2rem; }
.opening__mark { position: relative; width: 84px; height: 60px; margin: 0 auto 2.2rem; opacity: 0; transform: translateY(18px); animation: openingIn .7s .15s forwards; }
.opening__mark span { display: block; height: 13px; border-radius: 2px; background: #fff; }
.opening__mark i { position: absolute; top: 22px; width: 33px; height: 37px; background: #fff; border-radius: 2px 2px 12px 12px; }
.opening__mark i:nth-child(2) { left: 5px; }
.opening__mark i:nth-child(3) { right: 5px; }
.opening__copy { margin: 0; font: 700 clamp(2rem, 5vw, 4.8rem)/1.35 var(--serif); letter-spacing: .08em; }
.opening__copy span { display: block; clip-path: inset(0 100% 0 0); animation: wordReveal .9s .45s cubic-bezier(.6,0,.2,1) forwards; }
.opening__copy span + span { color: #ff7a59; animation-delay: .8s; }
.opening__line { width: 0; height: 1px; margin: 1.8rem auto 1rem; background: rgba(255,255,255,.65); animation: lineGrow .8s 1.15s forwards; }
.opening small { opacity: 0; font: 600 .68rem var(--latin); letter-spacing: .32em; animation: openingIn .7s 1.35s forwards; }
@keyframes openingIn { to { opacity: 1; transform: none; } }
@keyframes wordReveal { to { clip-path: inset(0 0 0 0); } }
@keyframes lineGrow { to { width: min(360px, 65vw); } }
@keyframes openingOrbit { to { transform: rotate(360deg); } }
@keyframes patternShift { to { background-position: 140px 100px; } }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 20px clamp(22px, 4vw, 70px); color: #fff; transition: background .35s, padding .35s, box-shadow .35s; }
.site-header.is-scrolled { padding-top: 12px; padding-bottom: 12px; background: rgba(7, 22, 49, .94); box-shadow: 0 8px 35px rgba(2, 12, 29, .18); backdrop-filter: blur(15px); }
.site-logo { justify-self: start; width: clamp(160px, 17vw, 260px); filter: brightness(0) invert(1); }
.site-nav { display: flex; gap: clamp(20px, 3vw, 50px); font-size: .78rem; font-weight: 700; letter-spacing: .13em; }
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; bottom: -.45rem; left: 0; width: 0; height: 1px; background: #fff; transition: width .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { width: 100%; }
.header-cta { justify-self: end; display: flex; align-items: center; gap: 1rem; min-width: 140px; padding: .55rem .6rem .55rem 1.15rem; border: 1px solid rgba(255,255,255,.5); border-radius: 5rem; font-size: .78rem; font-weight: 800; }
.header-cta b { display: grid; place-items: center; width: 31px; aspect-ratio: 1; margin-left: auto; color: var(--navy); background: #fff; border-radius: 50%; transition: transform .25s; }
.header-cta:hover b { transform: rotate(45deg); }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: #fff; background: var(--navy-2); }
.hero__photo { display: none; }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,22,49,.96) 0%, rgba(7,22,49,.80) 33%, rgba(7,22,49,.16) 66%, rgba(7,22,49,.06) 100%); }
.hero__veil::after { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 9vw 9vw; mask-image: linear-gradient(90deg, #000, transparent 68%); }
.hero__content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; width: min(1280px, 100%); min-height: 100svh; margin: auto; padding: 145px max(6vw, 34px) 100px; }
.hero__eyebrow { margin: 0 0 1.6rem; padding-left: 4.4rem; font: 700 .72rem var(--latin); letter-spacing: .24em; position: relative; }
.hero__eyebrow::before { content: ""; position: absolute; left: 0; top: 50%; width: 3.3rem; height: 1px; background: var(--orange); }
.hero h1 { margin: 0; font: 700 clamp(3.6rem, 7.3vw, 7.8rem)/1.07 var(--serif); letter-spacing: -.04em; text-shadow: 0 3px 18px rgba(0,0,0,.15); }
.hero__line { display: block; overflow: hidden; }
.hero__line::after { content: ""; display: block; position: absolute; }
.hero h1 em { color: #ff7353; font-style: normal; }
.hero__lead { margin: 2rem 0 2.25rem; font-size: clamp(.95rem, 1.3vw, 1.12rem); font-weight: 500; line-height: 2; letter-spacing: .05em; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.button { display: inline-flex; align-items: center; gap: 2rem; min-width: 220px; justify-content: space-between; padding: 1rem 1rem 1rem 1.35rem; border-radius: 5rem; font-size: .86rem; font-weight: 800; transition: transform .25s, background .25s; }
.button span { display: grid; place-items: center; width: 34px; aspect-ratio: 1; border-radius: 50%; background: #fff; color: var(--navy); }
.button--accent { background: var(--orange); }
.button--ghost { border: 1px solid rgba(255,255,255,.6); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.button--ghost span { background: rgba(255,255,255,.2); color: #fff; }
.button:hover { transform: translateY(-3px); }
.button--accent:hover { background: var(--orange-dark); }
.hero__badges { position: absolute; z-index: 3; inset: 0; pointer-events: none; }
.orbit-badge { position: absolute; display: grid; place-items: center; width: 112px; aspect-ratio: 1; padding: 1rem; text-align: center; color: var(--navy); background: var(--ivory); border-radius: 50%; font-size: .72rem; line-height: 1.4; box-shadow: 0 12px 30px rgba(0,0,0,.14); animation: float 3.3s ease-in-out infinite; }
.orbit-badge::before { content: ""; position: absolute; inset: 6px; border: 1px dashed rgba(11,33,74,.35); border-radius: 50%; }
.orbit-badge b { color: var(--orange); font-size: 1.05rem; }
.orbit-badge--one { top: 19%; right: 10%; }
.orbit-badge--two { right: 4%; bottom: 20%; width: 92px; animation-delay: -.8s; }
.orbit-badge--three { left: 48%; bottom: 6%; width: 96px; animation-delay: -1.7s; }
.hero__stamp { position: absolute; z-index: 2; right: 7%; top: 46%; display: flex; align-items: center; gap: .45rem; transform: rotate(-7deg); color: #fff; font-family: var(--serif); }
.hero__stamp span { display: grid; place-items: center; width: 44px; height: 52px; background: var(--orange); border: 2px solid #fff; font-size: 1.5rem; }
.hero__stamp i { font-size: .72rem; font-style: normal; }
.hero__scroll { position: absolute; z-index: 3; left: 2rem; bottom: 0; display: flex; flex-direction: column; align-items: center; gap: .8rem; }
.hero__scroll i { width: 1px; height: 62px; background: linear-gradient(to bottom, transparent, #fff); animation: scrollLine 1.8s infinite; }
.hero__scroll span { padding-bottom: 1.4rem; writing-mode: vertical-rl; font: 600 .58rem var(--latin); letter-spacing: .18em; }
@keyframes heroZoom { to { transform: scale(1); } }
@keyframes float { 50% { transform: translateY(-12px) rotate(3deg); } }
@keyframes scrollLine { 0%,100% { transform: scaleY(.35); transform-origin: top; } 50% { transform: scaleY(1); } }

.marquee { overflow: hidden; color: #fff; background: var(--orange); border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); transform: rotate(-1.2deg) scale(1.02); }
.marquee__track { display: flex; align-items: center; width: max-content; animation: marquee 28s linear infinite; }
.marquee span, .marquee i { white-space: nowrap; padding: .75rem 1.4rem; }
.marquee span { font: 700 clamp(1.1rem, 2.3vw, 2rem) var(--serif); }
.marquee i { color: var(--navy); font: 800 .72rem var(--latin); letter-spacing: .25em; }
@keyframes marquee { to { transform: translateX(-33.333%); } }

.section-pad { padding: clamp(90px, 11vw, 165px) max(6vw, 28px); }
.section-label { display: flex; align-items: center; gap: .85rem; margin-bottom: clamp(45px, 7vw, 90px); color: var(--navy); font: 700 .72rem var(--latin); letter-spacing: .2em; }
.section-label span { display: grid; place-items: center; width: 35px; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; letter-spacing: 0; }
.section-label::after { content: ""; width: 56px; height: 1px; background: currentColor; opacity: .5; }
.section-label--light { color: #fff; }
.display-title { margin: 0; color: var(--navy); font: 700 clamp(2.5rem, 5.8vw, 6.2rem)/1.28 var(--serif); letter-spacing: -.04em; }
.display-title em { color: var(--orange); font-style: normal; position: relative; }
.display-title--center { text-align: center; }
.intro { position: relative; background: var(--paper); }
.intro::before { content: "TSUGITE"; position: absolute; right: -2vw; top: 15%; color: transparent; -webkit-text-stroke: 1px rgba(11,33,74,.07); font: 800 clamp(7rem, 18vw, 17rem)/1 var(--latin); transform: rotate(90deg) translateX(70%); transform-origin: right top; }
.intro__grid { position: relative; max-width: 1260px; margin: auto; display: grid; grid-template-columns: 1.15fr .7fr; gap: 10vw; align-items: end; }
.intro__copy { padding-bottom: 1rem; }
.intro__copy p { margin: 0 0 1.5rem; font-size: 1rem; }
.intro__copy .hand-note { margin-top: 2.5rem; color: var(--orange); font: 700 1.15rem/1.7 var(--serif); transform: rotate(-2deg); }
.noren-story { max-width: 1100px; margin: clamp(70px, 10vw, 140px) auto 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #fff; }
.noren-story__owner, .noren-story__next { padding: 3.2rem; background: var(--navy); min-height: 190px; display: flex; flex-direction: column; justify-content: center; }
.noren-story__owner { border-radius: 80px 0 0 80px; align-items: flex-end; text-align: right; }
.noren-story__next { border-radius: 0 80px 80px 0; background: var(--orange); }
.noren-story span { font-size: .72rem; letter-spacing: .15em; opacity: .7; }
.noren-story b { font: 700 clamp(1.5rem, 2.5vw, 2.2rem) var(--serif); }
.noren-story__bridge { display: flex; align-items: center; color: var(--navy); }
.noren-story__bridge i { width: 55px; height: 1px; background: currentColor; }
.noren-story__bridge strong { display: grid; place-items: center; width: 108px; aspect-ratio: 1; border: 1px solid var(--navy); border-radius: 50%; font: 700 .65rem var(--latin); letter-spacing: .14em; background: var(--paper); }

.choice { color: #fff; background: var(--navy); position: relative; overflow: hidden; }
.choice::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(45deg, transparent 48%, #fff 49% 51%, transparent 52%); background-size: 70px 70px; }
.choice > * { position: relative; }
.choice__title { margin: 0 auto 4.5rem; max-width: 1180px; font: 700 clamp(2.6rem, 5vw, 5.5rem)/1.3 var(--serif); }
.choice__title em { color: #ff7657; font-style: normal; }
.choice__cards { max-width: 1180px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; }
.choice-card { position: relative; padding: clamp(35px, 5vw, 70px); color: var(--ink); background: var(--ivory); overflow: hidden; }
.choice-card--owner { border-radius: 60px 0 0 60px; }
.choice-card--successor { border-radius: 0 60px 60px 0; background: var(--orange); color: #fff; }
.choice-card__number { font: 700 .68rem var(--latin); letter-spacing: .18em; opacity: .7; }
.choice-card__icon { position: absolute; right: -10px; top: 20px; width: 115px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; opacity: .16; font: 700 3.2rem var(--serif); }
.choice-card h3 { margin: 3rem 0 1.7rem; color: var(--navy); font: 700 clamp(2rem, 3vw, 3.3rem)/1.4 var(--serif); }
.choice-card--successor h3 { color: #fff; }
.choice-card p { min-height: 6.5em; font-size: .93rem; }
.choice-card ul { list-style: none; padding: 0; margin: 2rem 0; }
.choice-card li { padding: .65rem 0; border-bottom: 1px solid currentColor; font-weight: 600; }
.choice-card li::before { content: "✓"; margin-right: .7rem; }
.choice-card > a { display: flex; align-items: center; justify-content: space-between; margin-top: 2.5rem; padding: 1rem 0; border-top: 2px solid currentColor; font-weight: 800; }
.choice-card > a span { font-size: 1.5rem; transition: transform .25s; }
.choice-card > a:hover span { transform: rotate(45deg); }

.promise { background: var(--ivory); }
.promise__list { max-width: 1180px; margin: 7rem auto 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(11,33,74,.18); border: 1px solid rgba(11,33,74,.18); }
.promise-item { position: relative; min-height: 510px; padding: 2.4rem; background: var(--ivory); }
.promise-item__no { position: absolute; top: 1.3rem; left: 1.5rem; font: 700 .7rem var(--latin); }
.promise-item__visual { position: relative; height: 210px; margin: 1.4rem 0 2.5rem; display: grid; place-items: center; }
.promise-item h3 { margin: 0 0 1.1rem; color: var(--navy); font: 700 1.45rem var(--serif); }
.promise-item p { margin: 0; font-size: .9rem; }
.visual-bowl i { width: 160px; height: 75px; border-radius: 0 0 90px 90px; background: var(--navy); transform: translateY(23px); }
.visual-bowl b { position: absolute; width: 135px; height: 55px; border: 3px solid var(--orange); border-color: var(--orange) transparent transparent; border-radius: 50%; transform: translateY(-15px); }
.visual-hands::before, .visual-hands::after { content: ""; position: absolute; width: 135px; height: 55px; background: var(--navy); border-radius: 60px 10px 40px 60px; }
.visual-hands::before { transform: translate(-48px, -12px) rotate(22deg); }
.visual-hands::after { background: var(--orange); transform: translate(48px, 12px) rotate(202deg); }
.visual-hands i { z-index: 2; width: 58px; height: 58px; border-radius: 50%; background: var(--ivory); border: 3px solid var(--navy); }
.visual-door i { width: 150px; height: 140px; background: var(--navy); border-radius: 75px 75px 0 0; }
.visual-door b { position: absolute; width: 84px; height: 100px; bottom: 35px; background: var(--orange); border-radius: 42px 42px 0 0; }

.flow { color: #fff; background: var(--orange); }
.flow__heading { max-width: 1180px; margin: auto 0 5rem auto; display: grid; grid-template-columns: 1fr .65fr; gap: 7vw; align-items: end; }
.flow__heading h2 { margin: 0; font: 700 clamp(2.8rem, 5.4vw, 6rem)/1.3 var(--serif); }
.flow__heading h2 em { color: var(--navy); font-style: normal; }
.flow__heading p { max-width: 420px; margin: 0; }
.flow__steps { max-width: 1180px; margin: auto; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.45); }
.flow__steps li { position: relative; padding: 3.4rem 1.5rem 1rem 0; }
.flow__steps li::before { content: ""; position: absolute; top: -6px; left: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--navy); }
.flow__steps span { display: block; margin-bottom: 2rem; font: 700 .75rem var(--latin); opacity: .7; }
.flow__steps b { display: block; font: 700 1.25rem var(--serif); }
.flow__steps p { margin: .7rem 0 0; font-size: .78rem; line-height: 1.7; }

.voices { background: var(--paper); }
.voices__layout { max-width: 1220px; margin: auto; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; }
.voices__photo { position: relative; min-height: 580px; border-radius: 0 140px 0 0; overflow: hidden; }
.voices__photo img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; object-position: center; }
.voices__photo span { position: absolute; left: 25px; bottom: 18px; color: #fff; font: 700 .7rem/1.5 var(--latin); letter-spacing: .25em; }
.voices blockquote { margin: 0 0 0 -50px; padding: 4.5rem; background: var(--navy); color: #fff; box-shadow: 0 30px 60px rgba(11,33,74,.18); }
.voices blockquote p { margin: 0 0 2rem; font: 600 clamp(1.4rem, 2.5vw, 2.3rem)/1.75 var(--serif); }
.voices blockquote em { color: #ff7657; font-style: normal; }
.voices cite { font-size: .75rem; font-style: normal; opacity: .68; }

.faq { background: var(--ivory); }
.faq__grid { max-width: 1180px; margin: auto; display: grid; grid-template-columns: .7fr 1fr; gap: 9vw; }
.faq__items details { border-top: 1px solid rgba(11,33,74,.25); }
.faq__items details:last-child { border-bottom: 1px solid rgba(11,33,74,.25); }
.faq summary { position: relative; display: flex; align-items: center; gap: 1.2rem; padding: 1.7rem 3rem 1.7rem 0; cursor: pointer; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--orange); font: 700 1.25rem var(--latin); }
.faq summary::after { content: "+"; position: absolute; right: .4rem; top: 50%; transform: translateY(-50%); font-size: 1.4rem; transition: transform .25s; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { margin: 0; padding: 0 2rem 1.8rem 2.6rem; font-size: .9rem; }

.entry { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.entry__deco { position: absolute; right: -3vw; top: -6vw; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.1); font: 700 35vw/1 var(--serif); }
.entry__inner { position: relative; max-width: 1180px; margin: auto; display: grid; grid-template-columns: .8fr 1fr; gap: 8vw; align-items: start; }
.entry__copy h2 { margin: 0; font: 700 clamp(2.8rem, 5vw, 5.4rem)/1.3 var(--serif); }
.entry__copy > p { margin: 2.5rem 0; }
.entry__note { display: flex; flex-wrap: wrap; gap: .6rem; }
.entry__note > * { padding: .4rem .9rem; border: 1px solid rgba(255,255,255,.35); border-radius: 3rem; font-size: .72rem; }
.entry__note b { color: var(--navy); background: #fff; }
.entry__form { padding: clamp(28px, 4vw, 55px); color: var(--ink); background: var(--paper); border-radius: 48px 0 48px 0; }
.entry__form label { display: block; margin-bottom: 1.2rem; }
.entry__form label > span:first-child { display: block; margin-bottom: .45rem; font-size: .82rem; font-weight: 700; }
.entry__form label i { margin-left: .5rem; color: var(--orange); font-size: .65rem; font-style: normal; }
.entry__form input:not([type="checkbox"]), .entry__form select, .entry__form textarea { width: 100%; padding: .9rem 1rem; border: 1px solid rgba(11,33,74,.2); border-radius: 4px; background: #fff; color: var(--ink); }
.entry__form input:focus, .entry__form select:focus, .entry__form textarea:focus { outline: 2px solid var(--orange); outline-offset: 2px; }
.entry__form textarea { resize: vertical; }
.form-check { display: flex !important; align-items: flex-start; gap: .7rem; }
.form-check input { width: 18px; height: 18px; margin-top: .35rem; accent-color: var(--orange); }
.form-check span { font-size: .72rem !important; font-weight: 400 !important; }
.entry__form button { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1rem 1rem 1rem 1.5rem; border: 0; border-radius: 5rem; color: #fff; background: var(--orange); font-weight: 800; cursor: pointer; }
.entry__form button span { display: grid; place-items: center; width: 36px; aspect-ratio: 1; border-radius: 50%; color: var(--orange); background: #fff; }
.form-message { margin-bottom: 1.4rem; padding: 1rem; border-radius: 6px; font-size: .85rem; }
.form-message--success { background: #e4f4ea; color: #1c6235; }
.form-message--error { background: #fce8e5; color: #8e2618; }

.site-footer { padding: 70px max(6vw, 28px) 35px; color: #fff; background: var(--navy-2); }
.site-footer__inner { max-width: 1180px; margin: auto; }
.footer-brand { display: block; width: min(290px, 70vw); filter: brightness(0) invert(1); }
.site-footer__inner > p { margin: 1.5rem 0 4rem; color: rgba(255,255,255,.65); font-family: var(--serif); }
.footer-meta { display: flex; flex-wrap: wrap; gap: 1.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.18); font-size: .68rem; letter-spacing: .08em; }
.footer-meta span { margin-left: auto; opacity: .55; }

.reveal-up { opacity: 0; transform: translateY(36px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal-up.is-visible { opacity: 1; transform: none; }
.reveal-clip { clip-path: inset(0 100% 0 0); transition: clip-path 1.1s cubic-bezier(.2,.7,.2,1); }
.reveal-clip.is-visible { clip-path: inset(0 0 0 0); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero__content { padding-top: 130px; }
  .hero__veil { background: linear-gradient(90deg, rgba(7,22,49,.94), rgba(7,22,49,.65) 60%, rgba(7,22,49,.18)); }
  .hero__stamp { display: none; }
  .orbit-badge--one { right: 4%; }
  .orbit-badge--three { left: auto; right: 28%; }
  .intro__grid, .flow__heading, .faq__grid, .entry__inner { grid-template-columns: 1fr; }
  .intro__grid { gap: 3rem; }
  .choice__cards { grid-template-columns: 1fr; }
  .choice-card--owner { border-radius: 45px 45px 0 0; }
  .choice-card--successor { border-radius: 0 0 45px 45px; }
  .choice-card p { min-height: auto; }
  .promise__list { grid-template-columns: 1fr; }
  .promise-item { min-height: auto; }
  .flow__steps { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid rgba(255,255,255,.45); }
  .flow__steps li { padding: 1rem 1rem 2.2rem 2rem; }
  .flow__steps li::before { top: 1.5rem; left: -6px; }
  .flow__steps span { margin-bottom: .5rem; }
  .voices__layout { grid-template-columns: 1fr; }
  .voices blockquote { margin: -50px 5vw 0; position: relative; padding: 2.5rem; }
  .voices__photo { min-height: 460px; }
  .voices__photo img { min-height: 460px; }
  .entry__inner { gap: 4rem; }
}

@media (max-width: 600px) {
  .sp-only { display: block; }
  .sp-break { display: block; }
  .pc-break { display: none; }
  :where(h1, h2, h3, p, li, summary, a, button, blockquote) {
    line-break: strict;
    word-break: auto-phrase;
  }
  .opening__copy { font-size: 1.75rem; }
  .site-header { padding: 14px 16px; }
  .site-logo { width: 142px; }
  .header-cta { min-width: auto; padding-left: .85rem; gap: .55rem; }
  .header-cta b { width: 27px; }
  .hero { min-height: 820px; }
  .hero__photo { background-position: 61% center; }
  .hero__veil { background: linear-gradient(180deg, rgba(7,22,49,.45), rgba(7,22,49,.45) 30%, rgba(7,22,49,.95) 75%); }
  .hero__content { justify-content: flex-end; min-height: 820px; padding: 115px 22px 72px; }
  .hero h1 { font-size: clamp(3.05rem, 14.5vw, 4.4rem); }
  .hero__eyebrow { padding-left: 3rem; font-size: .55rem; }
  .hero__eyebrow::before { width: 2.3rem; }
  .hero__lead { margin: 1.4rem 0; font-size: .84rem; }
  .hero__actions { gap: .55rem; }
  .button { width: 100%; min-width: 0; padding: .75rem .75rem .75rem 1.1rem; }
  .hero__badges { display: none; }
  .hero__scroll { left: auto; right: .5rem; }
  .marquee span { font-size: 1rem; }
  .section-pad { padding: 82px 22px; }
  .section-label { margin-bottom: 42px; font-size: .6rem; }
  .display-title { font-size: clamp(2.45rem, 12vw, 3.6rem); }
  .intro::before { display: none; }
  .intro__copy p { font-size: .9rem; }
  .noren-story { grid-template-columns: 1fr; }
  .noren-story__owner, .noren-story__next { min-height: 145px; padding: 2rem; border-radius: 0; align-items: flex-start; text-align: left; }
  .noren-story__owner { border-radius: 40px 40px 0 0; }
  .noren-story__next { border-radius: 0 0 40px 40px; }
  .noren-story__bridge { justify-content: center; margin: -1px 0; z-index: 2; }
  .noren-story__bridge strong { width: 72px; }
  .noren-story__bridge i { width: 28px; }
  .choice__title { font-size: 2.7rem; }
  .choice-card { padding: 32px 26px; }
  .choice-card h3 { margin-top: 2.5rem; font-size: 2rem; }
  .promise__list { margin-top: 4rem; }
  .promise-item { padding: 2rem; }
  .flow__heading { gap: 1.7rem; margin-bottom: 3.5rem; }
  .flow__heading h2 { font-size: 2.8rem; }
  .voices__photo, .voices__photo img { min-height: 360px; }
  .voices__photo { border-radius: 0 80px 0 0; }
  .voices__photo img { object-position: 63% center; }
  .voices blockquote { margin: -28px 15px 0; padding: 2rem 1.5rem; }
  .voices blockquote p { font-size: 1.25rem; }
  .faq__grid { gap: 3rem; }
  .faq summary { font-size: .9rem; align-items: flex-start; }
  .faq summary .question-text { display: flex; flex-wrap: wrap; align-items: baseline; }
  .faq summary .question-text .jp-line + .jp-line { margin-left: 0; }
  .choice-card > a,
  .entry__form button { white-space: nowrap; }
  .entry__form { margin: 0 -5px; padding: 25px 20px; border-radius: 28px 0; }
  .footer-meta { flex-direction: column; }
  .footer-meta span { margin-left: 0; }
}

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

/* ─────────────────────────────────────────
   HERO / OPENING — VISUAL DIRECTION V2
   ───────────────────────────────────────── */
.opening { background: var(--orange); }
.opening__pattern {
  opacity: .1;
  background: url('../images/food-orbit-v2.png') center / min(900px, 96vw) auto no-repeat;
  filter: grayscale(1) brightness(4);
  animation: openingFood 7s ease-in-out infinite;
}
.opening::before, .opening::after { border-color: rgba(255,255,255,.28); }
.opening__copy span + span { color: var(--navy); }
@keyframes openingFood { 50% { transform: scale(1.06) rotate(3deg); } }

.site-header { color: var(--navy); }
.site-logo { filter: none; }
.site-nav { color: #fff; }
.site-nav a::after { background: var(--orange); }
.header-cta { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(11,33,74,.26); }
.header-cta b { color: var(--navy); background: #fff; }
.site-header.is-scrolled { color: #fff; }
.site-header.is-scrolled .site-logo { filter: brightness(0) invert(1); }
.site-header.is-scrolled .header-cta { border-color: rgba(255,255,255,.5); background: transparent; }
.site-header.is-scrolled .header-cta b { color: var(--navy); background: #fff; }

.hero {
  min-height: max(780px, 100svh);
  color: var(--navy);
  background: #f8f2e5;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .42;
  background-image: radial-gradient(rgba(11,33,74,.18) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(90deg, #000, transparent 48%);
}
.hero::after {
  content: "TSUGITE";
  position: absolute;
  z-index: -1;
  left: 3.4vw;
  bottom: -1.5vw;
  color: rgba(11,33,74,.045);
  font: 900 clamp(7rem, 17vw, 16rem)/.8 var(--latin);
  letter-spacing: -.08em;
}
.hero__shape { position: absolute; z-index: -2; pointer-events: none; }
.hero__shape--navy {
  right: -7vw;
  top: -13vh;
  width: min(64vw, 980px);
  height: 120vh;
  min-height: 860px;
  background: var(--navy);
  border-radius: 46% 0 0 58% / 32% 0 0 68%;
  transform: rotate(4deg);
}
.hero__shape--orange {
  right: 34%;
  top: 10%;
  width: clamp(180px, 22vw, 360px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 26px rgba(230,83,53,.12);
  animation: shapePulse 4s ease-in-out infinite;
}
.hero__sun {
  position: absolute;
  z-index: 5;
  right: 4vw;
  top: 16%;
  width: clamp(128px, 13vw, 185px);
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  color: var(--navy);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 15px 40px rgba(0,0,0,.14), inset 0 0 0 8px #fff, inset 0 0 0 9px rgba(11,33,74,.25);
  transform: rotate(7deg);
  animation: float 3.6s -.9s ease-in-out infinite;
}
.hero__sun span { font-size: .64rem; font-weight: 700; }
.hero__sun b { color: var(--orange); font: 800 1.15rem/1.35 var(--serif); }
.hero__duo {
  position: absolute;
  z-index: 2;
  right: clamp(20px, 8vw, 125px);
  bottom: -4px;
  width: min(44vw, 640px);
  max-height: 91vh;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 28px 28px rgba(0,0,0,.2));
  opacity: 0;
  transform: translate3d(70px, 0, 0) scale(.96);
  animation: heroPeopleIn 1.15s 1.65s cubic-bezier(.2,.8,.2,1) forwards;
}
.hero__foods { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.hero-food {
  position: absolute;
  display: block;
  background-image: url('../images/food-orbit-v2.png');
  background-repeat: no-repeat;
  background-size: 1000px 1000px;
  filter: drop-shadow(0 12px 12px rgba(0,0,0,.2));
  opacity: 0;
  animation: foodPop .8s cubic-bezier(.2,.9,.25,1.25) forwards, foodFloat 4s ease-in-out infinite;
}
.hero-food--ramen { width: 350px; height: 330px; right: -95px; top: -92px; background-position: -20px -22px; transform: scale(.54) rotate(8deg); animation-delay: 2.15s, 3s; }
.hero-food--sushi { width: 390px; height: 330px; left: 45%; top: -120px; background-position: -535px -24px; transform: scale(.4) rotate(-10deg); animation-delay: 2.25s, 2.8s; }
.hero-food--yakitori { width: 415px; height: 300px; right: -210px; top: 36%; background-position: -285px -320px; transform: scale(.38) rotate(14deg); animation-delay: 2.35s, 2.9s; }
.hero-food--curry { width: 410px; height: 315px; left: -140px; bottom: -88px; background-position: -15px -515px; transform: scale(.44) rotate(-8deg); animation-delay: 2.45s, 3.2s; }
.hero-food--tempura { width: 365px; height: 340px; right: 11%; bottom: -120px; background-position: -625px -490px; transform: scale(.42) rotate(8deg); animation-delay: 2.55s, 3.1s; }
.hero-food--kaisendon { width: 350px; height: 300px; left: 40%; bottom: -130px; background-position: -350px -690px; transform: scale(.39) rotate(-3deg); animation-delay: 2.65s, 3.3s; }
.hero__content {
  z-index: 4;
  align-items: flex-start;
  width: min(1440px, 100%);
  min-height: max(780px, 100svh);
  padding: 145px max(6vw, 34px) 82px;
}
.hero__eyebrow {
  margin-bottom: 1.25rem;
  color: var(--navy);
  font-family: var(--sans);
  letter-spacing: .14em;
}
.hero h1 {
  color: var(--navy);
  font-family: var(--sans);
  font-size: clamp(3.5rem, 6.3vw, 6.9rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.08em;
  text-shadow: none;
}
.hero h1 em {
  display: inline;
  color: var(--navy);
  font-style: normal;
  background: linear-gradient(transparent 69%, #ffcc3d 69%);
}
.hero__lead { color: var(--navy); font-weight: 600; }
.hero__lead b { color: var(--orange); font-size: 1.12em; }
.hero__actions { width: min(520px, 48vw); }
.hero .button { min-width: 240px; box-shadow: 0 10px 25px rgba(11,33,74,.12); }
.hero .button small { position: absolute; transform: translateY(-1.85rem); color: var(--orange); font-size: .65rem; }
.hero .button--ghost { color: #fff; border-color: var(--navy); background: var(--navy); }
.hero .button--ghost span { background: #fff; color: var(--navy); }
.hero__badges { z-index: 5; }
.orbit-badge { width: 105px; color: var(--navy); background: #fff; }
.orbit-badge small { font-size: .58rem; }
.orbit-badge--one { top: 28%; right: 39%; }
.orbit-badge--two { right: 2%; bottom: 20%; width: 92px; }
.orbit-badge--three { left: auto; right: 35%; bottom: 6%; width: 95px; }
.hero__stamp {
  right: 29%;
  top: 12%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  color: #fff;
  transform: rotate(-8deg);
}
.hero__stamp i { font-size: .8rem; font-weight: 800; }
.hero__stamp strong { color: #ffcc3d; font: 800 clamp(1.2rem, 2vw, 2rem) var(--serif); }
.hero__scroll { color: var(--navy); }
.hero__scroll i { background: linear-gradient(to bottom, transparent, var(--navy)); }
@keyframes heroPeopleIn { to { opacity: 1; transform: none; } }
@keyframes foodPop { to { opacity: 1; } }
@keyframes foodFloat { 50% { margin-top: -12px; } }
@keyframes shapePulse { 50% { transform: scale(1.06); } }

.voices__photo { min-height: 640px; border-radius: 140px 0 0 0; }
.voices__photo img { min-height: 640px; object-position: center; }
.voices__photo::after {
  content: "技術は、手から手へ。";
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem 1.5rem;
  color: #fff;
  background: var(--orange);
  font: 700 1rem var(--serif);
}
.reveal-clip {
  clip-path: none;
  opacity: 0;
  transform: translateX(-42px);
  transition: opacity .85s ease, transform 1s cubic-bezier(.2,.7,.2,1);
}
.reveal-clip.is-visible { clip-path: none; opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .hero__duo { right: -4vw; width: 51vw; }
  .hero__shape--navy { width: 59vw; }
  .hero__sun { right: 2vw; top: 18%; }
  .orbit-badge--one { right: 35%; }
  .hero__stamp { right: 27%; }
  .hero-food--sushi { left: 40%; }
}

@media (max-width: 900px) {
  .hero { min-height: 860px; }
  .hero__content { min-height: 860px; padding-top: 125px; padding-bottom: 55px; justify-content: flex-end; }
  .hero__shape--navy { right: -18vw; top: -3vh; width: 96vw; height: 72%; min-height: 560px; border-radius: 0 0 0 55%; transform: none; }
  .hero__shape--orange { right: auto; left: -20vw; top: 9%; width: 58vw; }
  .hero__duo { right: 0; top: 65px; bottom: auto; width: min(74vw, 580px); height: 62%; }
  .hero__content { width: 100%; }
  .hero__eyebrow, .hero h1, .hero__lead { max-width: 650px; }
  .hero h1 { font-size: clamp(3.3rem, 9vw, 5.6rem); }
  .hero__actions { width: 100%; }
  .hero__sun { top: 12%; right: 3%; width: 125px; }
  .hero__stamp { right: 48%; top: 13%; }
  .orbit-badge--one { top: 34%; right: 5%; }
  .orbit-badge--two { display: none; }
  .orbit-badge--three { right: 44%; bottom: 37%; }
  .hero-food--ramen { right: -150px; top: -120px; }
  .hero-food--sushi { left: -120px; top: 15%; }
  .hero-food--yakitori { display: none; }
  .hero-food--tempura { right: -130px; bottom: 28%; }
  .hero-food--kaisendon { display: none; }
}

@media (max-width: 600px) {
  .site-header { color: #fff; }
  .site-logo { filter: brightness(0) invert(1); }
  .header-cta { border-color: rgba(255,255,255,.6); background: rgba(11,33,74,.25); }
  .header-cta b { color: var(--navy); background: #fff; }
  .hero { min-height: 880px; }
  .hero::before, .hero::after { display: none; }
  .hero__shape--navy { right: 0; width: 100%; height: 58%; min-height: 480px; border-radius: 0 0 0 110px; }
  .hero__shape--orange { left: -27vw; top: 12%; width: 70vw; }
  .hero__duo { top: 65px; right: -9%; width: 93vw; height: 54%; }
  .hero__content { min-height: 880px; padding: 485px 20px 58px; justify-content: flex-start; }
  .hero__eyebrow { margin-bottom: .8rem; font-size: .56rem; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4rem); line-height: 1.08; }
  .hero__lead { margin: 1rem 0 1.3rem; font-size: .78rem; line-height: 1.8; }
  .hero__actions { gap: .5rem; }
  .hero .button { font-size: .78rem; box-shadow: none; }
  .hero .button small { display: none; }
  .hero__sun { top: 12%; right: 4%; width: 102px; }
  .hero__sun { display: none; }
  .hero__sun span { font-size: .5rem; }
  .hero__sun b { font-size: .86rem; }
  .hero__stamp { left: 18px; right: auto; top: 34%; }
  .hero__stamp i { font-size: .62rem; }
  .hero__stamp strong { font-size: 1.05rem; }
  .hero__badges { display: block; }
  .orbit-badge--one { top: 42%; right: 7%; width: 79px; }
  .orbit-badge--three { display: none; }
  .hero-food { background-size: 700px 700px; }
  .hero-food--ramen { width: 245px; height: 230px; right: -95px; top: -85px; background-position: -14px -15px; transform: scale(.5) rotate(8deg); }
  .hero-food--sushi { width: 270px; height: 230px; left: -100px; top: 19%; background-position: -375px -17px; transform: scale(.38) rotate(-10deg); }
  .hero-food--curry, .hero-food--tempura { display: none; }
  .hero__scroll { color: #fff; }
  .hero__scroll i { background: linear-gradient(to bottom, transparent, #fff); }
  .voices__photo, .voices__photo img { min-height: 430px; }
  .voices__photo img { object-position: 38% center; }
}

/* ─────────────────────────────────────────
   HERO / OPENING — VISUAL DIRECTION V3
   ───────────────────────────────────────── */
.opening {
  display: block;
  background: #ef4f35;
  transition: opacity .65s cubic-bezier(.7,0,.2,1), visibility .65s;
}
.opening::before,
.opening::after { display: none; }
.opening__pattern {
  inset: -7%;
  opacity: .15;
  background: url('../images/food-orbit-v2.png') center / min(1050px, 105vw) auto no-repeat;
  filter: grayscale(1) brightness(5);
  animation: openingFoodV3 3.8s ease-in-out both;
}
.opening__phrase {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 2rem;
  color: #fff;
  font: 700 clamp(2.5rem, 6vw, 6.5rem)/1.3 var(--serif);
  letter-spacing: .08em;
  text-align: center;
  transform: rotate(-5deg);
  pointer-events: none;
}
.opening__phrase span {
  display: block;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}
.opening__phrase--one span { animation: openingPhrase 1s .18s ease forwards, openingPhraseOut .5s 1.2s ease forwards; }
.opening__phrase--two span { color: var(--navy); animation: openingPhrase 1s 1.25s ease forwards, openingPhraseOut .45s 2.28s ease forwards; }
.opening__gate {
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.opening__gate i {
  position: absolute;
  top: -10%;
  width: 61%;
  height: 120%;
  background: #fff;
  animation: gateIn 1.05s 2.38s cubic-bezier(.7,0,.2,1) both;
}
.opening__gate i:first-child { left: -58%; border-radius: 0 48% 52% 0 / 0 34% 66% 0; }
.opening__gate i:last-child { right: -58%; border-radius: 48% 0 0 52% / 66% 0 0 34%; }
.opening__brand {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 4vh;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font: 900 .8rem var(--latin);
  letter-spacing: .16em;
  opacity: 0;
  transform: translateX(-50%);
  animation: openingBrand .5s .3s forwards;
  white-space: nowrap;
}
.opening__brand small { font-size: .48rem; letter-spacing: .18em; opacity: .72; }
.opening--short .opening__phrase,
.opening--short .opening__brand { display: none; }
.opening--short .opening__gate i { animation-delay: .05s; animation-duration: .65s; }
@keyframes openingFoodV3 { 0% { transform: scale(1.12) rotate(-3deg); } 60% { transform: scale(1) rotate(0); } 100% { opacity: 0; transform: scale(1.04); } }
@keyframes openingPhrase { 0% { opacity: 0; clip-path: inset(0 100% 0 0); transform: translateY(15px); } 100% { opacity: 1; clip-path: inset(0 0 0 0); transform: none; } }
@keyframes openingPhraseOut { to { opacity: 0; transform: translateY(-14px); } }
@keyframes gateIn { 0% { transform: translateX(0); } 100% { transform: translateX(var(--gate-x)); } }
.opening__gate i:first-child { --gate-x: 92%; }
.opening__gate i:last-child { --gate-x: -92%; }
@keyframes openingBrand { to { opacity: .82; } }

.site-header { color: var(--navy); }
.site-header .site-logo { filter: none; }
.site-header .site-nav { color: var(--navy); }
.site-header .header-cta { color: #fff; border-color: var(--navy); background: var(--navy); }

.hero {
  min-height: max(760px, 100svh);
  color: var(--navy);
  background: #ffe431;
  isolation: isolate;
}
.hero::before {
  inset: auto auto -18vw -14vw;
  width: 40vw;
  aspect-ratio: 1;
  opacity: 1;
  background: #fffdf4;
  border-radius: 48% 52% 45% 55%;
  mask-image: none;
  transform: rotate(18deg);
}
.hero::after {
  content: "TSUGITE";
  left: 1vw;
  bottom: -1.4vw;
  z-index: 1;
  color: rgba(11,33,74,.07);
  font-size: clamp(6rem, 14vw, 14rem);
}
.hero__paper {
  position: absolute;
  z-index: 0;
  top: -8%;
  right: -5%;
  width: 52%;
  height: 118%;
  background: #fff;
  border-radius: 47% 0 0 52% / 35% 0 0 65%;
  transform: rotate(3deg);
  box-shadow: -24px 0 0 rgba(255,255,255,.22);
}
.hero__ribbon {
  position: absolute;
  z-index: 8;
  top: 11%;
  right: 3.5%;
  color: var(--navy);
  font: 900 clamp(.86rem, 1.5vw, 1.25rem) var(--sans);
  letter-spacing: .04em;
  transform: rotate(-7deg);
  opacity: 0;
}
.hero__ribbon::after {
  content: "";
  position: absolute;
  left: 24%;
  right: 0;
  bottom: -.25rem;
  height: 5px;
  background: var(--orange);
  border-radius: 50%;
  transform: rotate(-1deg);
}
.hero__successor {
  position: absolute;
  z-index: 6;
  right: clamp(-10px, 1.5vw, 30px);
  bottom: -10%;
  width: min(47vw, 700px);
  max-height: 105%;
  object-fit: contain;
  object-position: bottom right;
  filter: drop-shadow(0 24px 22px rgba(11,33,74,.2));
  opacity: 0;
  transform: translate3d(80px, 20px, 0) rotate(2deg);
}
.hero__owner-wrap {
  position: absolute;
  z-index: 7;
  left: 42%;
  bottom: -1.5%;
  width: clamp(145px, 16vw, 235px);
  opacity: 0;
  transform: translateY(80px) rotate(-3deg);
}
.hero__owner { width: 100%; filter: drop-shadow(0 16px 15px rgba(11,33,74,.2)); }
.hero__owner-note {
  position: absolute;
  left: -34%;
  top: 35%;
  display: grid;
  place-items: center;
  width: 92px;
  aspect-ratio: 1;
  color: #fff;
  background: var(--navy);
  border-radius: 50% 46% 55% 48%;
  font: 800 .78rem/1.5 var(--serif);
  text-align: center;
  transform: rotate(-8deg);
}
.hero__owner-note::after { content: ""; position: absolute; right: -10px; top: 47%; border: 10px solid transparent; border-left-color: var(--navy); }
.hero__foods { z-index: 5; overflow: hidden; }
.hero-food {
  display: block;
  background: none;
  opacity: 0;
  filter: drop-shadow(0 10px 10px rgba(11,33,74,.18));
  animation: none;
  transform: scale(.35) rotate(var(--r, 0deg));
}
.hero-food img { width: 100%; height: 100%; object-fit: contain; animation: foodFloatV3 var(--float, 4s) var(--float-delay, 0s) ease-in-out infinite; }
.hero-food--ramen { top: -8%; right: 37%; width: clamp(130px, 17vw, 245px); height: auto; aspect-ratio: 1.12; --r: 9deg; --float: 4.4s; clip-path: ellipse(48% 45% at 46% 48%); }
.hero-food--sushi { top: -10%; left: 31%; width: clamp(120px, 15vw, 215px); height: auto; aspect-ratio: 1.18; --r: -8deg; --float: 3.7s; --float-delay: -.8s; clip-path: ellipse(48% 45% at 53% 49%); }
.hero-food--yakitori { right: -7%; top: 39%; width: clamp(155px, 20vw, 285px); height: auto; aspect-ratio: 1.3; --r: 14deg; --float: 4.9s; --float-delay: -1.2s; clip-path: ellipse(48% 36% at 50% 54%); }
.hero-food--curry { left: -6%; bottom: -8%; width: clamp(150px, 19vw, 275px); height: auto; aspect-ratio: 1.08; --r: -8deg; --float: 4.2s; --float-delay: -.5s; clip-path: ellipse(48% 44% at 48% 54%); }
.hero-food--tempura { right: 25%; bottom: -11%; width: clamp(155px, 18vw, 270px); height: auto; aspect-ratio: 1.1; --r: 8deg; --float: 5.1s; --float-delay: -1.7s; clip-path: ellipse(48% 45% at 53% 53%); }
.hero-food--kaisendon { right: -4%; top: 2%; width: clamp(110px, 13vw, 185px); height: auto; aspect-ratio: 1.08; --r: 10deg; --float: 4.7s; --float-delay: -2s; clip-path: ellipse(46% 44% at 50% 58%); }
.hero__content {
  z-index: 4;
  width: min(1440px, 100%);
  min-height: max(760px, 100svh);
  padding: 132px max(5vw, 32px) 58px;
  justify-content: flex-start;
}
.hero__eyebrow {
  margin: 0 0 .7rem;
  padding-left: 0;
  color: var(--navy);
  font: 900 clamp(.64rem, .9vw, .78rem) var(--sans);
  letter-spacing: .12em;
  opacity: 0;
  transform: translateY(18px);
}
.hero__eyebrow::before { display: none; }
.hero__micro {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: .5rem;
  padding: .35rem .8rem .35rem .45rem;
  color: #fff;
  background: var(--navy);
  border-radius: 3rem;
  font-size: .64rem;
  opacity: 0;
  transform: translateY(18px);
}
.hero__micro b { padding: .25rem .55rem; color: var(--navy); background: #fff; border-radius: 2rem; }
.hero h1 {
  width: min(56vw, 800px);
  color: var(--navy);
  font-family: var(--sans);
  font-size: clamp(4.4rem, 7.6vw, 8.5rem);
  font-weight: 900;
  line-height: .99;
  letter-spacing: -.1em;
  text-shadow: none;
}
.hero__line {
  display: block;
  width: max-content;
  max-width: 100%;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transform: translateY(22px);
}
.hero h1 em {
  color: var(--navy);
  background: none;
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: .09em;
  text-underline-offset: .08em;
}
.hero__points {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin: 1.15rem 0 1rem;
  opacity: 0;
  transform: translateY(18px);
}
.hero__points span {
  width: 105px;
  aspect-ratio: 1.1;
  display: grid;
  place-content: center;
  color: var(--navy);
  background: #fff;
  border-radius: 46% 54% 49% 51%;
  font-size: .63rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  box-shadow: 0 7px 0 rgba(11,33,74,.09);
}
.hero__points span:nth-child(2) { color: #fff; background: var(--orange); transform: rotate(-3deg); }
.hero__points span:nth-child(3) { color: #fff; background: var(--navy); transform: rotate(3deg); }
.hero__points b { font-size: .7rem; }
.hero__lead {
  margin: .85rem 0 1.2rem;
  color: var(--navy);
  font-size: clamp(.75rem, .88vw, .9rem);
  line-height: 1.75;
  opacity: 0;
  transform: translateY(18px);
}
.hero__lead b { color: var(--navy); font-size: 1.12em; }
.hero__actions {
  width: min(490px, 39vw);
  display: flex;
  align-items: center;
  gap: 1.1rem;
  opacity: 0;
  transform: translateY(18px);
}
.hero .button--accent {
  min-width: 270px;
  padding: .78rem .75rem .78rem 1.25rem;
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
  box-shadow: 0 10px 0 rgba(11,33,74,.13);
}
.hero .button small { color: var(--navy); font-weight: 900; }
.hero__text-link { padding-bottom: .2rem; border-bottom: 1px solid var(--navy); font-size: .7rem; font-weight: 800; white-space: nowrap; }
.hero__text-link span { color: var(--orange); }
.hero__stamp {
  z-index: 9;
  right: 28%;
  top: 13%;
  display: block;
  color: var(--navy);
  transform: rotate(-6deg);
  opacity: 0;
}
.hero__stamp small { display: block; font-size: .58rem; font-weight: 800; }
.hero__stamp strong { color: var(--orange); font: 900 clamp(1rem, 1.6vw, 1.45rem)/1.25 var(--sans); }
.hero__scroll { z-index: 10; left: auto; right: 1.1rem; color: var(--navy); }
.hero__scroll i { background: linear-gradient(to bottom, transparent, var(--navy)); }

body.hero-ready .hero__ribbon { animation: heroFadeUp .7s .1s forwards; }
body.hero-ready .hero__successor { animation: heroSuccessorIn 1.05s .15s cubic-bezier(.2,.85,.22,1) forwards; }
body.hero-ready .hero__owner-wrap { animation: heroOwnerIn .9s .7s cubic-bezier(.2,.85,.22,1.2) forwards; }
body.hero-ready .hero__eyebrow { animation: heroFadeUp .55s .22s forwards; }
body.hero-ready .hero__micro { animation: heroFadeUp .55s .34s forwards; }
body.hero-ready .hero__line:first-child { animation: heroHeadline .8s .4s cubic-bezier(.2,.8,.2,1) forwards; }
body.hero-ready .hero__line:nth-child(2) { animation: heroHeadline .9s .56s cubic-bezier(.2,.8,.2,1) forwards; }
body.hero-ready .hero__points { animation: heroFadeUp .65s .88s forwards; }
body.hero-ready .hero__lead { animation: heroFadeUp .65s 1.02s forwards; }
body.hero-ready .hero__actions { animation: heroFadeUp .65s 1.14s forwards; }
body.hero-ready .hero__stamp { animation: heroFadeUp .65s 1.25s forwards; }
body.hero-ready .hero-food { animation: heroFoodIn .7s var(--delay, 1s) cubic-bezier(.2,.9,.2,1.28) forwards; }
body.hero-ready .hero-food--ramen { --delay: .78s; }
body.hero-ready .hero-food--sushi { --delay: .92s; }
body.hero-ready .hero-food--yakitori { --delay: 1.06s; }
body.hero-ready .hero-food--curry { --delay: 1.2s; }
body.hero-ready .hero-food--tempura { --delay: 1.34s; }
body.hero-ready .hero-food--kaisendon { --delay: 1.48s; }
@keyframes heroSuccessorIn { to { opacity: 1; transform: none; } }
@keyframes heroOwnerIn { to { opacity: 1; transform: rotate(-3deg); } }
@keyframes heroHeadline { to { opacity: 1; clip-path: inset(0 0 0 0); transform: none; } }
@keyframes heroFadeUp { to { opacity: 1; transform: none; } }
@keyframes heroFoodIn { to { opacity: 1; transform: scale(1) rotate(var(--r, 0deg)); } }
@keyframes foodFloatV3 { 50% { transform: translateY(-13px) rotate(2deg); } }

@media (max-width: 1100px) {
  .hero h1 { width: 60vw; font-size: clamp(4rem, 7.5vw, 6.4rem); }
  .hero__successor { right: -6vw; width: 53vw; }
  .hero__owner-wrap { left: 42%; width: 17vw; }
  .hero__stamp { display: none; }
  .hero-food--sushi { left: 36%; }
}

@media (max-width: 900px) {
  .hero { min-height: 950px; }
  .hero__paper { top: -7%; right: -30%; width: 105%; height: 63%; border-radius: 0 0 0 52%; transform: rotate(-2deg); }
  .hero__successor { top: 30px; right: -11%; bottom: auto; width: min(75vw, 610px); height: 590px; object-position: top right; }
  .hero__owner-wrap { left: 4%; bottom: auto; top: 255px; width: min(23vw, 170px); }
  .hero__owner-note { left: 72%; top: 24%; }
  .hero__ribbon { top: 10%; right: 3%; }
  .hero__content { min-height: 950px; padding: 530px 5vw 55px; justify-content: flex-start; }
  .hero h1 { width: 100%; font-size: clamp(3.7rem, 10vw, 6rem); }
  .hero__points { margin-top: 1rem; }
  .hero__actions { width: 100%; }
  .hero-food--ramen { right: -9%; top: -5%; }
  .hero-food--sushi { left: -6%; top: 12%; }
  .hero-food--yakitori { right: -10%; top: 36%; }
  .hero-food--tempura { right: -7%; bottom: -7%; }
  .hero-food--kaisendon { display: none; }
}

@media (max-width: 600px) {
  .opening__pattern { background-size: 760px auto; }
  .opening__phrase { font-size: 2.25rem; padding: 1.4rem; }
  .opening__brand { gap: .55rem; font-size: .68rem; }
  .opening__brand small { font-size: .38rem; }
  .site-header { color: var(--navy); }
  .site-header .site-logo { width: 138px; filter: none; }
  .site-header .header-cta { padding-left: .8rem; background: var(--navy); }
  .hero { min-height: 980px; }
  .hero::before { display: block; width: 78vw; bottom: -40vw; left: -30vw; }
  .hero::after { display: block; font-size: 5.6rem; bottom: 0; }
  .hero__paper { right: -37%; width: 128%; height: 55%; border-radius: 0 0 0 42%; }
  .hero__ribbon { top: 9.2%; right: 2%; font-size: .68rem; }
  .hero__successor {
    top: 38px;
    right: auto;
    left: max(0px, calc(50% - 195px));
    width: min(100vw, 390px);
    height: auto;
    max-height: none;
    object-position: top center;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 96%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 96%, transparent 100%);
  }
  .hero__owner-wrap { top: 278px; left: calc(50% - 40vw); width: 31vw; }
  .hero__owner-note { left: 66%; top: 23%; width: 70px; font-size: .62rem; }
  .hero__content { z-index: 9; min-height: 980px; padding: 480px 18px 48px; }
  .hero__eyebrow { display: flex; flex-wrap: wrap; gap: 0 .25em; margin-bottom: .45rem; font-size: .53rem; }
  .hero__micro { margin-bottom: .35rem; font-size: .55rem; }
  .hero h1 { font-size: clamp(2.8rem, 11.8vw, 3.5rem); line-height: 1.02; letter-spacing: -.09em; }
  .hero__line { white-space: nowrap; }
  .hero__points { gap: .32rem; margin: .85rem 0 .7rem; }
  .hero__points span { width: calc((100vw - 50px) / 3); max-width: 105px; font-size: .54rem; }
  .hero__points b { font-size: .59rem; }
  .hero__lead { margin: .65rem 0 1rem; font-size: .7rem; line-height: 1.62; }
  .hero__actions { display: grid; gap: .8rem; }
  .hero .button--accent { width: min(100%, 340px); min-width: 0; font-size: .78rem; }
  .hero__text-link { width: max-content; margin-left: .65rem; }
  .hero__stamp { display: none; }
  .hero__scroll { right: .15rem; color: var(--navy); }
  .hero-food--ramen { top: -7%; right: -17%; width: 150px; }
  .hero-food--sushi { top: 15%; left: -18%; width: 132px; }
  .hero__foods { z-index: 8; }
  .hero-food--yakitori {
    top: clamp(408px, calc(100vw + 46px), 452px);
    right: -8%;
    width: 145px;
  }
  .hero-food--curry {
    display: block;
    top: clamp(415px, calc(100vw + 53px), 458px);
    left: 48%;
    width: 140px;
    --r: -7deg;
  }
  .hero-food--tempura { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .opening { display: none; }
  .hero__successor,
  .hero__owner-wrap,
  .hero__ribbon,
  .hero__eyebrow,
  .hero__micro,
  .hero__line,
  .hero__points,
  .hero__lead,
  .hero__actions,
  .hero__stamp,
  .hero-food { opacity: 1; clip-path: none; transform: none; }
}

/* ─────────────────────────────────────────
   LOWER PAGE / TYPOGRAPHY — QUALITY PASS V4
   ───────────────────────────────────────── */
.hero__stamp { display: none; }
.hero-food--ramen { right: -11% !important; top: -11% !important; }
.hero-food--sushi { left: -12% !important; top: -13% !important; }
.site-header.is-scrolled .site-nav { color: #fff; }

.display-title {
  font-size: clamp(2.8rem, 5vw, 5.25rem);
  line-height: 1.24;
  letter-spacing: -.055em;
}
.choice__title {
  font-size: clamp(2.8rem, 4.8vw, 5rem);
  line-height: 1.24;
  letter-spacing: -.045em;
}
.flow__heading h2 { font-size: clamp(2.8rem, 4.9vw, 5.2rem); }
.entry__copy h2 { font-size: clamp(2.8rem, 4.6vw, 4.9rem); }

.intro__grid { align-items: center; }
.intro-story {
  position: relative;
  max-width: 1180px;
  min-height: 540px;
  margin: clamp(70px, 9vw, 125px) auto 0;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  color: #fff;
  background: var(--navy);
  border-radius: 72px 0 72px 0;
  overflow: hidden;
}
.intro-story__copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 72px);
}
.intro-story__copy small,
.promise__feature-copy small {
  color: #ff8268;
  font: 800 .65rem var(--latin);
  letter-spacing: .22em;
}
.intro-story__copy h3 {
  margin: 1.3rem 0 1.7rem;
  font: 700 clamp(1.7rem, 2.6vw, 2.8rem)/1.48 var(--serif);
}
.intro-story__copy p { margin: 0; color: rgba(255,255,255,.76); font-size: .9rem; line-height: 2; }
.intro-story__visual { position: relative; min-height: 540px; background: #f1593d; overflow: hidden; }
.intro-story__visual::before {
  content: "";
  position: absolute;
  left: -16%;
  top: -8%;
  width: 76%;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
}
.intro-story__visual i { position: absolute; right: -14%; bottom: -31%; width: 64%; aspect-ratio: 1; border-radius: 50%; background: #ffd93b; }
.intro-story__visual img {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -11%;
  width: min(84%, 650px);
  max-height: 106%;
  object-fit: contain;
  object-position: bottom;
  transform: translateX(-50%);
  filter: drop-shadow(0 24px 22px rgba(7,22,49,.22));
}
.intro-story__tag {
  position: absolute;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: .15rem;
  padding: .7rem 1rem;
  color: var(--navy);
  background: #fff;
  border-radius: 999px;
  font: 800 .75rem var(--sans);
  box-shadow: 0 10px 24px rgba(11,33,74,.15);
}
.intro-story__tag small { font: 700 .46rem var(--latin); letter-spacing: .14em; opacity: .55; }
.intro-story__tag--owner { left: 5%; top: 16%; }
.intro-story__tag--next { right: 5%; top: 29%; color: #fff; background: var(--navy); }

.choice__cards { gap: 12px; background: transparent; }
.choice-card { padding: clamp(28px, 3.2vw, 46px); border-radius: 46px !important; }
.choice-card__number { position: relative; z-index: 2; }
.choice-card__photo {
  position: relative;
  height: clamp(230px, 24vw, 330px);
  margin: 1.2rem 0 2rem;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
  background: #ddd;
}
.choice-card__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,22,49,.62), transparent 48%); }
.choice-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.choice-card:hover .choice-card__photo img { transform: scale(1.035); }
.choice-card__photo figcaption {
  position: absolute;
  z-index: 2;
  left: 1.25rem;
  bottom: 1rem;
  color: #fff;
  font: 700 .78rem var(--serif);
  letter-spacing: .06em;
}
.choice-card__icon { display: none; }
.choice-card h3 { margin: 0 0 1.3rem; font-size: clamp(1.8rem, 2.7vw, 2.75rem); line-height: 1.38; }
.choice-card p { min-height: 5.8em; }
.choice-card > a { margin-top: 2rem; }

.promise__feature {
  position: relative;
  max-width: 1180px;
  min-height: 530px;
  margin: clamp(60px, 8vw, 105px) auto 28px;
  border-radius: 0 80px 0 80px;
  overflow: hidden;
  background: var(--navy);
}
.promise__feature > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.promise__feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 30%, rgba(7,22,49,.12) 55%, rgba(7,22,49,.7)); }
.promise__feature-copy {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: min(430px, 42%);
  padding: clamp(32px, 4vw, 58px);
  color: #fff;
  background: rgba(7,22,49,.92);
  backdrop-filter: blur(8px);
  border-radius: 52px 0 0 0;
}
.promise__feature-copy p { margin: 1rem 0 1.2rem; font: 700 clamp(1.4rem, 2vw, 2rem)/1.55 var(--serif); }
.promise__feature-copy p b { color: #ff8268; }
.promise__feature-copy > span { display: block; color: rgba(255,255,255,.72); font-size: .78rem; line-height: 1.8; }
.promise__list { margin-top: 0; }
.promise-item { min-height: 455px; }

@media (max-width: 900px) {
  .hero-food--ramen { right: -18% !important; top: -9% !important; }
  .hero-food--sushi { left: -10% !important; top: 13% !important; }
  .intro-story { grid-template-columns: 1fr; }
  .intro-story__visual { order: 1; min-height: 500px; }
  .intro-story__copy { order: 2; }
  .choice__cards { grid-template-columns: 1fr; max-width: 680px; }
  .choice-card__photo { height: min(54vw, 340px); }
  .promise__feature-copy { width: min(480px, 54%); }
}

@media (max-width: 600px) {
  .section-pad { padding: 76px 20px; }
  .section-label { margin-bottom: 38px; }
  .display-title { font-size: clamp(2.05rem, 9.5vw, 2.5rem); line-height: 1.28; letter-spacing: -.05em; }
  .choice__title { margin-bottom: 2.8rem; font-size: 2.2rem; line-height: 1.3; }
  .flow__heading h2 { font-size: 2.3rem; line-height: 1.33; }
  .entry__copy h2 { font-size: 2.35rem; line-height: 1.35; }
  .intro__copy p { font-size: .88rem; line-height: 1.9; }
  .intro-story { min-height: 0; margin-top: 58px; border-radius: 42px 0 42px 0; }
  .intro-story__visual { min-height: 360px; }
  .intro-story__visual img { bottom: -7%; width: 96%; max-height: 103%; }
  .intro-story__tag { padding: .55rem .75rem; font-size: .64rem; }
  .intro-story__tag--owner { left: 4%; top: 12%; }
  .intro-story__tag--next { right: 3%; top: 24%; }
  .intro-story__copy { padding: 31px 25px 34px; }
  .intro-story__copy h3 { margin: .9rem 0 1.2rem; font-size: 1.55rem; line-height: 1.5; }
  .intro-story__copy h3 .jp-line { white-space: normal; }
  .intro-story__copy p { font-size: .82rem; line-height: 1.85; }
  .choice__cards { gap: 10px; }
  .choice-card { padding: 24px 20px 28px; border-radius: 34px !important; }
  .choice-card__photo { height: 230px; margin: 1rem 0 1.6rem; border-radius: 24px 0 24px 0; }
  .choice-card h3 { margin-bottom: 1rem; font-size: 1.78rem; line-height: 1.42; }
  .choice-card p { min-height: 0; font-size: .85rem; line-height: 1.85; }
  .choice-card li { font-size: .82rem; }
  .promise__feature { min-height: 0; margin-top: 48px; border-radius: 0 44px 0 44px; }
  .promise__feature > img { position: relative; height: 255px; object-position: 54% center; }
  .promise__feature::after { display: none; }
  .promise__feature-copy { position: relative; width: 100%; padding: 28px 24px 32px; border-radius: 0; }
  .promise__feature-copy p { font-size: 1.35rem; }
  .promise-item { min-height: auto; }
  .promise-item h3 { font-size: 1.25rem; }
  .voices__photo,
  .voices__photo img { min-height: 340px; }
  .voices blockquote { padding: 1.8rem 1.35rem; }
  .voices blockquote p { font-size: 1.12rem; line-height: 1.8; }
  .faq summary { line-height: 1.65; }
  .faq__grid { gap: 2.15rem; }
  .faq .display-title { line-height: 1.2; }
  .faq__grid,
  .faq__items,
  .faq details { width: 100%; min-width: 0; }
  .faq__items { overflow: hidden; border-top-width: 2px; }
  .faq summary { padding: 1.45rem 2.65rem 1.45rem 0; }
  .faq summary .question-text { flex: 1; min-width: 0; }
  .faq summary .question-text .jp-line { white-space: normal; }
  .faq summary::after {
    right: .1rem;
    display: grid;
    place-items: center;
    width: 29px;
    aspect-ratio: 1;
    color: var(--navy);
    border: 1px solid rgba(11,33,74,.28);
    border-radius: 50%;
    font-size: 1rem;
  }
}
