.kmw-lp {
  --navy: #073c73;
  --blue: #0a4f8d;
  --yellow: #f4c53e;
  --cream: #fffdf8;
  --pale: #eaf2f7;
  --warm: #fff4cf;
  --ink: #18212b;
  margin: 0;
  width: 100%;
  overflow: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

.kmw-lp, .kmw-lp * { box-sizing: border-box; }
.elementor:has(.kmw-lp),
.elementor:has(.kmw-lp) .e-con,
.elementor:has(.kmw-lp) .elementor-widget-shortcode,
.elementor:has(.kmw-lp) .elementor-widget-container { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.kmw-lp { scroll-behavior: smooth; }
.kmw-lp a { color: inherit; text-decoration: none; }
.kmw-lp button { font: inherit; }
.kmw-lp img { display: block; max-width: 100%; }
.eyebrow { margin: 0 0 18px; color: var(--navy); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
h1, h2 { margin: 0; color: var(--navy); font-weight: 900; letter-spacing: -.055em; line-height: 1.12; }
h1 { font-size: clamp(42px, 4vw, 62px); }
h1 span { display: block; white-space: nowrap; }
h2 { font-size: clamp(34px, 4.8vw, 66px); }

.topbar { height: 68px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; background: white; color: var(--navy); border-bottom: 1px solid #cbd9e5; font-size: 12px; font-weight: 900; }
.wordmark { letter-spacing: .04em; }
.wordmark b { display: inline-grid; place-items: center; min-width: 46px; min-height: 32px; margin-left: 6px; border: 1px solid var(--navy); border-radius: 50%; }
.topbar > span { letter-spacing: .08em; }

.hero { min-height: calc(100svh - 68px); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); background: white; overflow: hidden; }
.hero-copy { z-index: 2; padding: clamp(60px, 7vw, 100px) 5vw; align-self: center; }
.lead { max-width: 760px; margin: 28px 0; font-size: clamp(15px, 1.4vw, 19px); font-weight: 700; line-height: 1.9; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 850px; }
.choice { min-height: 152px; padding: 19px; display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto 1fr; gap: 5px 12px; background: white; border: 2px solid var(--navy); color: var(--navy); transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease; box-shadow: 5px 5px 0 #dce8f1; }
.choice:hover, .choice:focus-visible { transform: translate(-3px, -3px); box-shadow: 8px 8px 0 var(--yellow); outline: none; }
.choice-number { grid-row: 1/4; padding-right: 12px; border-right: 1px solid var(--navy); font-size: 11px; font-weight: 900; }
.choice strong { font-size: 18px; }
.choice small { color: #334a60; font-size: 12px; line-height: 1.5; }
.choice i { align-self: end; font-size: 12px; font-style: normal; font-weight: 900; transition: transform .22s ease; }
.choice:hover i, .choice:focus-visible i { transform: translateX(5px); }
.welcome { margin: 15px 0 0; color: var(--navy); font-size: 12px; font-weight: 900; }
.hero-art { position: relative; min-height: 520px; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: clamp(38px, 5vw, 76px); background: linear-gradient(145deg, #f5f9fc, #fff); border-left: 1px solid #cbd9e5; }
.hero-art::before { content: ""; position: absolute; inset: 24px; pointer-events: none; border: 1px solid #d5e2ec; }
.no1-logo { position: relative; z-index: 1; width: min(100%, 620px); height: auto; aspect-ratio: 1752 / 1764; object-fit: contain; mix-blend-mode: multiply; }

.section { position: relative; padding: clamp(80px, 9vw, 130px) 7vw; }
.reveal-ready .reveal { opacity: 0; transform: translateY(10px); transition: opacity .5s ease, transform .5s ease; }
.reveal-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
.section::before { content: ""; position: absolute; top: 28px; left: 7vw; width: 92px; height: 18px; border-top: 2px solid var(--yellow); border-bottom: 2px solid var(--yellow); }
.no1 { display: grid; grid-template-columns: .55fr 1.45fr; gap: 7vw; background: var(--cream); border-top: 1px solid #d8e2ea; }
.section-mark { position: relative; display: flex; flex-direction: column; }
.section-mark > b { color: transparent; font-size: clamp(90px, 12vw, 165px); line-height: .78; -webkit-text-stroke: 2px var(--navy); }
.section-mark > span { margin-top: 24px; color: var(--navy); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.no1-art { margin-top: 25px; padding: 16px; background: white; border: 1px solid #b9cedd; box-shadow: 9px 9px 0 #e7f0f6; }
.no1-art img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: contain; mix-blend-mode: multiply; }
.section-copy > p:not(.eyebrow) { max-width: 760px; margin: 28px 0; line-height: 2; }
.flavor-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 35px; border-top: 1px solid var(--navy); border-bottom: 1px solid var(--navy); }
.flavor-row span { padding: 20px; color: var(--navy); border-right: 1px solid var(--navy); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.flavor-row span:last-child { border: 0; }
.flavor-row small { display: block; margin-top: 8px; color: var(--ink); font-weight: 500; letter-spacing: 0; }

.sns { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; background: var(--pale); border-block: 1px solid #c2d5e2; }
.sns h2, .sns .eyebrow { color: var(--navy); }
.sns-body { max-width: 760px; margin: 28px 0; color: var(--ink); line-height: 2; }
.hashtag-row { display: flex; gap: 10px; align-items: stretch; }
.hashtag-row button, .hashtag-row a { min-height: 58px; padding: 0 20px; display: flex; align-items: center; justify-content: center; border: 2px solid var(--navy); color: var(--navy); font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.hashtag-row button { background: white; cursor: pointer; }
.hashtag-row button span { margin-left: 18px; color: var(--blue); font-size: 10px; }
.hashtag-row a { background: var(--yellow); }
.hashtag-row button:hover, .hashtag-row button:focus-visible, .hashtag-row a:hover, .hashtag-row a:focus-visible { transform: translateY(-3px); box-shadow: 0 6px 0 rgba(7, 60, 115, .16); outline: none; }
.platforms { margin: 18px 0 8px; color: var(--navy); font-size: 12px; font-weight: 900; letter-spacing: .04em; }
.note { color: #65798c; font-size: 10px; }
.post-card { align-self: center; padding: 22px; background: white; color: var(--navy); border: 1px solid var(--navy); box-shadow: 10px 10px 0 var(--yellow); transform: rotate(1.5deg); }
.post-card > span { font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.post-photo { aspect-ratio: 1.25; margin: 16px 0; display: grid; place-items: center; background: repeating-linear-gradient(135deg, #fff 0 18px, #eaf2f7 18px 20px); border: 1px solid var(--navy); }
.post-photo b { color: transparent; font-size: 86px; -webkit-text-stroke: 2px var(--navy); }
.post-card p { color: var(--ink); font-size: 13px; line-height: 1.7; }
.post-card strong { font-size: 13px; }

.project { background: white; }
.project-copy { display: grid; grid-template-columns: 1.05fr .95fr; gap: 35px 8vw; }
.project-copy .eyebrow { grid-column: 1/-1; margin-bottom: 0; }
.project-copy > p:last-child { align-self: end; margin: 0; line-height: 2; }
.six-progress-wrap { position: relative; margin-top: 52px; }
.six-progress { overflow: hidden; background: var(--cream); }
.six-progress img { width: 100%; height: auto; aspect-ratio: 1834 / 616; object-fit: contain; mix-blend-mode: multiply; }
.swipe-cue { display: none; }
.swipe-note { display: none; }

.next { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; background: var(--warm); border-top: 1px solid #eadb9c; }
.next-visual { position: relative; width: min(100%, 560px); align-self: center; padding: 22px; background: white; border: 1px solid #b9cedd; box-shadow: 12px 12px 0 var(--yellow); }
.next-visual img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: contain; mix-blend-mode: multiply; }
.next-visual span { position: absolute; left: -16px; top: -22px; width: 74px; height: 74px; display: grid; place-items: center; background: var(--yellow); border: 2px solid var(--navy); border-radius: 50%; color: var(--navy); font-size: 34px; font-weight: 900; }
.next em { color: #d99b14; font-style: normal; }
.next > div:last-child > p:not(.eyebrow) { max-width: 690px; margin: 28px 0; line-height: 2; }
.hop-tags { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 0 28px; }
.hop-tags span { padding: 14px 16px; color: var(--navy); border-left: 3px solid var(--yellow); font-size: 12px; font-weight: 900; }
.hop-tags small { display: block; margin-top: 7px; color: var(--ink); font-size: 11px; font-weight: 500; }
.reserve { min-height: 76px; max-width: 520px; padding: 10px 12px 10px 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--yellow); color: var(--navy); border: 3px solid var(--navy); border-radius: 999px; font-weight: 900; box-shadow: 7px 7px 0 var(--navy); transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease; }
.reserve strong { display: flex; align-items: baseline; gap: 11px; font-size: clamp(18px, 2vw, 23px); letter-spacing: .02em; }
.reserve strong small { font-size: 12px; letter-spacing: .08em; }
.reserve > span { flex: 0 0 50px; width: 50px; height: 50px; display: grid; place-items: center; background: var(--navy); color: white; border-radius: 50%; font-size: 23px; transition: transform .22s ease; }
.reserve:hover, .reserve:focus-visible { transform: translate(-3px, -3px); background: #ffd95c; box-shadow: 10px 10px 0 var(--navy); outline: 3px solid white; outline-offset: -7px; }
.reserve:hover > span, .reserve:focus-visible > span { transform: translateX(4px); }

.final-cta { overflow: hidden; background: var(--navy); color: white; text-align: center; border-top: 1px solid var(--navy); }
.final-cta h2 { color: white; }
.final-cta .eyebrow { color: var(--yellow); }
.final-cta::after { content: "❦　❧"; position: absolute; left: 50%; bottom: 24px; width: max-content; transform: translateX(-50%); color: var(--yellow); font-size: 32px; line-height: 1; letter-spacing: .55em; white-space: nowrap; opacity: .85; }
.final-buttons { max-width: 780px; margin: 38px auto 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.final-buttons a { min-height: 62px; display: flex; align-items: center; justify-content: center; background: white; color: var(--navy); border: 2px solid white; font-weight: 900; transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease; }
.final-buttons a:first-child { background: var(--yellow); }
.final-buttons a:hover, .final-buttons a:focus-visible { transform: translateY(-4px); box-shadow: 0 8px 0 rgba(0, 0, 0, .22); outline: none; }
.final-buttons a:first-child { animation: gentle-pulse 2.8s ease-in-out infinite; }
.final-cta > p:last-child { color: white; font-size: 12px; font-weight: 900; }

@keyframes gentle-pulse {
  0%, 70%, 100% { box-shadow: 0 0 0 0 rgba(244, 197, 62, 0); }
  82% { box-shadow: 0 0 0 9px rgba(244, 197, 62, .18); }
}

footer { padding: 32px 5vw; display: grid; grid-template-columns: .75fr 1.5fr auto; align-items: center; gap: 25px; background: #052f59; color: white; }
footer div:first-child { display: flex; flex-direction: column; gap: 6px; }
footer small, .legal span { color: #c9d9e8; font-size: 9px; }
.legal { display: flex; flex-direction: column; gap: 4px; }
.footer-links { display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.footer-links > a { font-size: 10px; font-weight: 900; }
.instagram-link { display: inline-flex; align-items: center; gap: 8px; transition: color .2s ease, transform .2s ease; }
.instagram-link svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-link .ig-dot { fill: currentColor; stroke: none; }
.instagram-link:hover, .instagram-link:focus-visible { color: var(--yellow); transform: translateY(-2px); outline: none; }

@media (max-width: 820px) {
  .topbar > span { font-size: 10px; }
  .wordmark { font-size: 10px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 58px 5vw 42px; }
  h1 { font-size: clamp(39px, 11vw, 55px); }
  h1 span { white-space: normal; }
  .desktop { display: none; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice { min-height: 132px; }
  .hero-art { min-height: auto; padding: 26px 5vw 34px; border-left: 0; border-top: 1px solid #cbd9e5; }
  .hero-art::before { inset: 14px; }
  .no1-logo { width: min(100%, 520px); margin: 30px 0 18px; }
  .no1 { grid-template-columns: 1fr; gap: 40px; }
  .section-mark > b { font-size: 94px; }
  .no1-art { max-width: 390px; }
  .flavor-row { grid-template-columns: 1fr; }
  .flavor-row span { border-right: 0; border-bottom: 1px solid var(--navy); }
  .flavor-row span:last-child { border-bottom: 0; }
  .sns { grid-template-columns: 1fr; }
  .hashtag-row { flex-direction: column; }
  .hashtag-row button, .hashtag-row a { width: 100%; }
  .post-card { max-width: 420px; margin: auto; }
  .project-copy { grid-template-columns: 1fr; }
  .project-copy .eyebrow { grid-column: auto; }
  .six-progress-wrap { margin: 38px -7vw 0; }
  .six-progress { overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; scroll-snap-type: x proximity; }
  .six-progress img { width: 820px; max-width: none; scroll-snap-align: start; }
  .swipe-cue { position: absolute; right: 10px; top: 50%; width: 38px; height: 38px; display: grid; place-items: center; transform: translateY(-50%); background: rgba(7, 60, 115, .9); color: white; border: 2px solid white; border-radius: 50%; box-shadow: 0 3px 10px rgba(7, 60, 115, .22); font-size: 19px; font-weight: 900; opacity: 1; transition: opacity .2s ease; pointer-events: none; }
  .swipe-cue.is-hidden { opacity: 0; }
  .swipe-note { display: block; margin: 10px 0 0; color: var(--navy); text-align: center; font-size: 10px; font-weight: 900; letter-spacing: .04em; }
  .next { grid-template-columns: 1fr; }
  .next-visual { width: min(100%, 520px); margin: 0 auto 24px; }
  .hop-tags { grid-template-columns: 1fr; }
  .final-buttons { grid-template-columns: 1fr; }
  .final-cta { padding-bottom: 92px; }
  .final-cta::after { bottom: 24px; font-size: 26px; letter-spacing: .4em; }
  footer { grid-template-columns: 1fr auto; }
  .legal { grid-column: 1/-1; grid-row: 2; }
  .footer-links { grid-column: 2; grid-row: 1; flex-direction: column; align-items: flex-end; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal-ready .reveal, .choice, .choice i, .hashtag-row button, .hashtag-row a, .reserve, .reserve span, .final-buttons a { transition: none; }
  .reveal-ready .reveal { opacity: 1; transform: none; }
  .final-buttons a:first-child { animation: none; }
}
