:root {
  --black: #101213;
  --black-2: #191c1d;
  --white: #f7f5ee;
  --red: #d93b30;
  --yellow: #f0bd32;
  --muted: #bdbbb4;
  --line: #343738;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--white); background: var(--black); font-family: "Helvetica Neue", "Hiragino Sans", "Yu Gothic", sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, [tabindex="0"]:focus-visible { outline: 4px solid var(--yellow); outline-offset: 5px; }

.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 18px; background: var(--yellow); color: var(--black); font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 40; height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 0 clamp(18px, 4vw, 64px); border-bottom: 1px solid rgb(247 245 238 / .18); background: rgb(16 18 19 / .76); backdrop-filter: blur(16px); }
.brand { justify-self: start; display: flex; align-items: center; gap: 11px; }
.brand-mark { position: relative; flex: 0 0 44px; width: 44px; height: 44px; overflow: hidden; border-radius: 50%; background: var(--black); }
.brand-mark img { position: absolute; top: 50%; left: 50%; width: 66px; height: 66px; max-width: none; transform: translate(-50%, -58%); filter: invert(1); mix-blend-mode: screen; }
.brand span { display: grid; line-height: 1; }
.brand b { font: 900 17px "Arial Black", "Hiragino Kaku Gothic StdN", sans-serif; }
.brand small { margin-top: 6px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
nav { display: flex; gap: clamp(22px, 3vw, 46px); font-size: 14px; font-weight: 800; white-space: nowrap; }
nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 10px 0; border-bottom: 2px solid transparent; }
nav a:hover { border-color: var(--yellow); }
.header-buy { justify-self: end; min-width: 112px; padding: 11px 18px; border: 1px solid var(--white); border-radius: 999px; background: var(--white); color: var(--black); text-align: center; font-size: 14px; font-weight: 900; }

h1, h2 { margin: 0; font-family: "Arial Black", "Hiragino Kaku Gothic StdN", "Yu Gothic", sans-serif; letter-spacing: -.06em; line-height: .98; }
h1 span, h2 span { display: block; }
.hero { position: relative; min-height: 100dvh; display: grid; align-content: end; isolation: isolate; padding: 100px clamp(18px, 5vw, 80px) 28px; }
.hero-image { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; filter: contrast(1.08) saturate(.9); }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgb(16 18 19 / .94) 0%, rgb(16 18 19 / .58) 47%, rgb(16 18 19 / .08) 75%), linear-gradient(0deg, rgb(16 18 19 / .94) 0%, transparent 58%); }
.hero-copy { max-width: 930px; margin-bottom: 168px; }
.hero-label { margin: 0 0 19px; color: var(--yellow); font-size: clamp(14px, 1.3vw, 18px); font-weight: 800; }
.hero h1 { font-size: clamp(52px, 6.8vw, 100px); }
.hero h1 span:last-child { color: var(--yellow); }
.hero-lead { max-width: 38rem; margin: 26px 0 0; font-size: clamp(17px, 1.5vw, 23px); font-weight: 700; line-height: 1.6; }

.mission-console { position: absolute; z-index: 4; right: clamp(18px, 5vw, 80px); bottom: 28px; left: clamp(18px, 5vw, 80px); display: grid; grid-template-columns: minmax(300px, .7fr) minmax(560px, 1.3fr); max-width: 1380px; border: 1px solid rgb(247 245 238 / .42); background: rgb(16 18 19 / .84); backdrop-filter: blur(18px); box-shadow: 0 26px 80px rgb(5 6 6 / .34); }
.mission-question { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 24px; border-right: 1px solid var(--line); }
.mission-question > p { max-width: 12rem; margin: 0; font-size: 14px; font-weight: 800; }
.mission-options { display: flex; padding: 4px; border: 1px solid var(--line); border-radius: 999px; }
.mission-option { min-width: 76px; min-height: 44px; padding: 10px 14px; border: 0; border-radius: 999px; background: transparent; cursor: pointer; font-size: 13px; font-weight: 800; }
.mission-option.is-active { background: var(--yellow); color: var(--black); }
.mission-result { display: grid; grid-template-columns: minmax(210px, 1fr) auto auto; align-items: center; gap: clamp(22px, 3vw, 52px); padding: 13px 18px 13px 26px; }
.mission-result > span, .closing-order > span { display: grid; gap: 6px; }
.mission-result b, .closing-order b { font-size: clamp(15px, 1.4vw, 20px); }
.mission-result small, .closing-order small { color: var(--muted); font-size: 11px; }
.mission-result strong, .closing-order strong { font: 900 clamp(27px, 3vw, 45px) "Arial Black", sans-serif; letter-spacing: -.05em; white-space: nowrap; }
.buy-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 25px; border: 2px solid var(--yellow); border-radius: 999px; background: var(--yellow); color: var(--black); font-weight: 900; white-space: nowrap; transition: transform .2s var(--ease), background .2s ease; }
.buy-button:hover { transform: translateY(-3px); background: var(--white); }
.buy-button:active, .header-buy:active, .line-button:active { transform: translateY(2px); }

.taste-lab { min-height: 100dvh; padding: clamp(90px, 8vw, 124px) clamp(18px, 5vw, 80px); background: var(--black-2); }
.taste-heading { max-width: 1320px; margin: 0 auto clamp(44px, 5vw, 66px); }
.taste-heading > p, .cook-copy > p, .gear-copy > p:first-child, .closing-copy > p { margin: 0 0 18px; color: var(--yellow); font-weight: 800; }
.taste-heading h2 { font-size: clamp(58px, 7.5vw, 110px); }
.taste-console { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(370px, .6fr); min-height: 650px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.taste-visual { position: relative; margin: 0; overflow: hidden; }
.taste-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; transition: transform .7s var(--ease), filter .7s var(--ease); }
.taste-visual.is-changing img { transform: scale(1.035); filter: saturate(1.12); }
.taste-visual figcaption { position: absolute; inset: auto 0 0; display: flex; align-items: flex-end; justify-content: space-between; padding: 30px; background: linear-gradient(0deg, rgb(16 18 19 / .9), transparent); }
.taste-index { color: var(--yellow); font: 900 18px "Arial Black", sans-serif; }
.taste-name { font: 900 clamp(48px, 7vw, 94px) "Arial Black", "Hiragino Kaku Gothic StdN", sans-serif; letter-spacing: -.06em; }
.taste-controls { display: grid; grid-template-rows: auto 1fr; border-left: 1px solid var(--line); }
.taste-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.taste-tab { min-height: 78px; border: 0; border-right: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 16px; font-weight: 900; }
.taste-tab:last-child { border-right: 0; }
.taste-tab.is-active { background: var(--red); }
.taste-panel { display: flex; align-items: flex-end; padding: clamp(30px, 4vw, 64px); }
.taste-copy { margin: 0; font-size: clamp(25px, 3vw, 43px); font-weight: 800; line-height: 1.5; letter-spacing: -.025em; }

.voice { padding: clamp(110px, 13vw, 210px) 0; }
.voice-copy { max-width: 1180px; margin: 0 auto clamp(90px, 11vw, 170px); padding: 0 clamp(18px, 5vw, 80px); }
.voice-kicker { margin: 0 0 26px; color: var(--red); font-size: 16px; font-weight: 900; }
.voice-copy h2 { max-width: 1180px; font-size: clamp(48px, 5.4vw, 82px); }
.voice-copy h2 span, .taste-heading h2 span, .cook-copy h2 span, .gear-copy h2 span, .closing-copy h2 span { white-space: nowrap; }
.voice-copy > p:last-child { max-width: 47rem; margin: 38px 0 0 auto; font-size: clamp(18px, 1.7vw, 25px); font-weight: 650; line-height: 1.85; }
.film-head { max-width: 1320px; margin: 0 auto 28px; padding: 0 clamp(18px, 5vw, 80px); display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.film-head > p { margin: 0; font-size: clamp(24px, 3vw, 44px); font-weight: 900; }
.film-controls { display: flex; gap: 10px; }
.film-controls button { min-height: 46px; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: 13px; font-weight: 800; }
.film-controls button:hover { background: var(--white); color: var(--black); }
.film-rail { display: flex; gap: clamp(18px, 3vw, 44px); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: var(--yellow) var(--line); padding: 0 max(18px, calc((100vw - 1320px) / 2)) 38px; }
.film-card { flex: 0 0 min(78vw, 1050px); scroll-snap-align: center; }
.film-card a { display: grid; gap: 21px; }
.film-card img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; background: #0d2a4c; border: 1px solid var(--line); transition: transform .5s var(--ease), border-color .2s ease; }
.film-card a:hover img { transform: translateY(-6px); border-color: var(--yellow); }
.film-card span { display: grid; gap: 8px; }
.film-card b { max-width: 55rem; font-size: clamp(20px, 2.3vw, 34px); line-height: 1.35; }
.film-card small { color: var(--muted); font-size: 13px; }

.cook { padding: clamp(100px, 11vw, 180px) clamp(18px, 5vw, 80px); background: var(--red); }
.cook-copy { max-width: 1320px; margin: 0 auto 70px; }
.cook-copy > p { color: var(--white); }
.cook-copy h2 { max-width: 1100px; font-size: clamp(50px, 8vw, 114px); }
.cook-sequence { max-width: 1320px; margin: 0 auto; padding: 0; display: grid; list-style: none; counter-reset: cook; }
.cook-sequence li { counter-increment: cook; min-height: 148px; display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 32px; border-top: 1px solid rgb(247 245 238 / .46); }
.cook-sequence li:last-child { border-bottom: 1px solid rgb(247 245 238 / .46); }
.cook-sequence li::before { content: "0" counter(cook); font: 900 18px "Arial Black", sans-serif; }
.cook-sequence span { font: 900 clamp(30px, 4vw, 58px) "Arial Black", "Hiragino Kaku Gothic StdN", sans-serif; letter-spacing: -.05em; }
.cook-sequence small { font-size: 15px; font-weight: 800; }

.gear { min-height: 100dvh; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); background: var(--black-2); }
.gear > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.gear-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(50px, 6vw, 100px); border-left: 1px solid var(--line); }
.gear-copy h2 { font-size: clamp(44px, 4vw, 58px); }
.gear-copy > p:not(:first-child) { max-width: 34rem; margin: 34px 0; color: var(--muted); font-size: 18px; font-weight: 650; line-height: 1.8; }
.line-button { display: inline-flex; min-height: 52px; align-items: center; padding: 0 24px; border: 1px solid var(--white); border-radius: 999px; font-weight: 900; transition: background .2s ease, color .2s ease; }
.line-button:hover { background: var(--white); color: var(--black); }

.closing { min-height: 82dvh; display: grid; grid-template-columns: 1fr minmax(420px, .65fr); align-items: center; gap: clamp(60px, 9vw, 150px); padding: clamp(100px, 12vw, 190px) clamp(18px, 6vw, 96px); }
.closing-copy h2 { font-size: clamp(58px, 5.8vw, 84px); }
.closing-order { display: grid; gap: 28px; padding: 38px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.closing-order .buy-button { justify-self: start; }

footer { min-height: 210px; display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: clamp(28px, 4vw, 58px); padding: 54px clamp(20px, 5vw, 76px); border-top: 1px solid var(--line); background: var(--black-2); }
.footer-brand { display: flex; align-items: center; gap: 14px; font: 900 21px "Arial Black", sans-serif; }
.footer-products { display: grid; gap: 7px; font-size: 13px; font-weight: 700; }
.footer-products small { color: var(--yellow); font-size: 10px; letter-spacing: .08em; }
.footer-products a:hover { color: var(--yellow); }
.footer-links { display: flex; gap: 24px; color: var(--muted); font-size: 13px; font-weight: 700; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; }
footer > small { color: var(--muted); }
.mobile-buy { display: none; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: enter .85s var(--ease) both; }
  .mission-console { animation: enter .85s .12s var(--ease) both; }
  .hero-image { animation: hero-image 1.4s var(--ease) both; }
}
@keyframes enter { from { opacity: 0; transform: translateY(28px); } }
@keyframes hero-image { from { opacity: .4; transform: scale(1.04); } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; height: 66px; padding-inline: 16px; }
  nav { display: none; }
  .brand > span:not(.brand-mark) { display: none; }
  .header-buy { min-width: 98px; padding-inline: 14px; }
  .hero { min-height: 100dvh; padding: 104px 18px 28px; }
  .hero-shade { background: linear-gradient(0deg, rgb(16 18 19 / .98) 0%, rgb(16 18 19 / .76) 58%, rgb(16 18 19 / .18) 100%); }
  .hero-copy { margin-top: 28vh; margin-bottom: 28px; }
  .hero h1 { font-size: clamp(44px, 8.8vw, 72px); }
  .mission-console { position: relative; inset: auto; grid-template-columns: 1fr; }
  .mission-question { border-right: 0; border-bottom: 1px solid var(--line); }
  .mission-result { grid-template-columns: 1fr auto; }
  .mission-result .buy-button { grid-column: 1 / -1; }
  .taste-console { grid-template-columns: 1fr; }
  .taste-visual { min-height: 520px; }
  .taste-controls { border-top: 1px solid var(--line); border-left: 0; }
  .taste-panel { min-height: 260px; }
  .voice-copy > p:last-child { margin-left: 0; }
  .gear { min-height: auto; grid-template-columns: 1fr; }
  .gear > img { max-height: 72dvh; aspect-ratio: 4 / 3; }
  .gear-copy { border-top: 1px solid var(--line); border-left: 0; }
  .closing { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; gap: 28px; padding-bottom: 112px; }
  .footer-products { gap: 4px; }
  .footer-products a { min-height: 40px; display: inline-flex; align-items: center; }
  .footer-links { flex-direction: column; gap: 14px; }
  .mobile-buy { position: fixed; z-index: 50; right: 10px; bottom: 10px; left: 10px; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 62px; padding: 10px 17px; border: 1px solid #101213; border-radius: 999px; background: var(--yellow); color: #101213; box-shadow: 0 12px 40px rgb(5 6 6 / .45); font-size: 12px; }
  .mobile-buy > span { max-width: 48%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-buy b { white-space: nowrap; font-size: 14px; }
}

@media (max-width: 1200px) {
  .gear, .closing { min-height: auto; grid-template-columns: 1fr; }
  .gear > img { max-height: 72dvh; aspect-ratio: 4 / 3; }
  .gear-copy { border-top: 1px solid var(--line); border-left: 0; }
}

@media (max-width: 680px) {
  .voice-copy h2 { font-size: 7vw; }
}

@media (max-width: 600px) {
  .hero-image { object-position: 58% center; }
  .hero-copy { margin-top: 23vh; }
  .hero h1 { font-size: 10.5vw; }
  .hero-image { object-position: center bottom; }
  .hero-label { max-width: 15rem; }
  .mission-question { display: grid; padding: 20px; }
  .mission-question > p { max-width: none; }
  .mission-options { width: 100%; }
  .mission-option { flex: 1; }
  .mission-result { gap: 14px; padding: 20px; }
  .mission-result > span { grid-column: 1 / -1; }
  .taste-lab { padding-inline: 16px; }
  .taste-heading h2 { font-size: 15vw; }
  .taste-visual { min-height: 390px; }
  .taste-visual figcaption { padding: 20px; }
  .taste-name { font-size: 17vw; }
  .taste-tab { min-height: 64px; }
  .taste-panel { min-height: 230px; padding: 25px 20px; }
  .taste-copy { font-size: 25px; }
  .voice-copy h2 { font-size: 7vw; }
  .voice-copy > p:last-child { margin-top: 28px; font-size: 17px; }
  .film-head { align-items: flex-start; flex-direction: column; }
  .film-controls { width: 100%; }
  .film-controls button { flex: 1; }
  .film-card { flex-basis: 88vw; }
  .film-card b { font-size: 18px; }
  .cook-copy h2 { font-size: 10.5vw; }
  .cook-sequence li { min-height: 128px; grid-template-columns: 44px 1fr; gap: 12px; }
  .cook-sequence small { grid-column: 2; margin-top: -26px; }
  .cook-sequence span { font-size: 31px; }
  .gear-copy { padding: 70px 18px; }
  .gear-copy h2 { font-size: 8.5vw; }
  .closing { min-height: 75dvh; padding-inline: 18px; }
  .closing-copy h2 { font-size: 10vw; }
}

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