:root {
  --blue-100: #e9f1fb;
  --blue-200: #cfdef2;
  --blue-400: #94b2df;
  --blue-600: #527bb4;
  --ink: #183153;
  --muted: #5e718c;
  --paper: #f8fafd;
  --white: #ffffff;
  --line: rgba(24, 49, 83, 0.14);
  --radius: 16px;
  --shadow: 0 22px 70px rgba(82, 123, 180, 0.16);
  --sans: "Avenir Next", Avenir, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  left: 12px;
  top: 12px;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--white);
  background: var(--ink);
}
.skip-link:focus { transform: none; }

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: min(100%, 1280px);
  margin: auto;
  padding: max(18px, env(safe-area-inset-top)) clamp(18px, 4vw, 52px) 0;
}
.brand { display: block; width: 82px; }
.brand img { display: block; width: 100%; height: auto; }
.language-toggle {
  min-width: 52px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(248, 250, 253, 0.88);
  cursor: pointer;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  grid-template-rows: 1fr auto;
  height: 100dvh;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
}
.hero-copy {
  z-index: 2;
  align-self: center;
  padding: 120px clamp(24px, 6vw, 92px) 48px max(24px, calc((100vw - 1280px) / 2 + 52px));
}
.hero-kicker, .section-kicker {
  margin: 0 0 18px;
  color: var(--blue-600);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1, h2, p { text-wrap: balance; }
h1 {
  margin: 0;
  max-width: 660px;
  font-size: clamp(3.6rem, 5vw, 4.7rem);
  font-weight: 650;
  letter-spacing: -0.075em;
  line-height: 0.89;
}
h1 span { color: var(--blue-600); }
.hero-note {
  max-width: 34ch;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}
.hero-art {
  position: relative;
  grid-column: 2;
  grid-row: 1 / 3;
  height: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #eef5fd 0%, #d8e7f7 100%);
  touch-action: pan-y;
}
.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 1px solid var(--line);
  pointer-events: none;
}
.fruit-field { position: absolute; inset: 0; overflow: hidden; }
.play-fruit { position: absolute; z-index: 3; display: block; width: var(--size); aspect-ratio: 1; border-radius: 50%; box-shadow: 0 20px 44px rgba(55, 87, 126, .16), inset 0 0 0 7px rgba(255,255,255,.62); will-change: transform; }
.play-fruit i { position: absolute; inset: 16%; border: 1px solid rgba(24,49,83,.2); border-radius: inherit; }
.play-fruit i::before, .play-fruit i::after { content: ""; position: absolute; left: 49%; top: 4%; width: 1px; height: 92%; background: rgba(24,49,83,.18); transform: rotate(60deg); }
.play-fruit i::after { transform: rotate(-60deg); }
.fruit-dragon { --size: 31%; left: 8%; top: 9%; background: radial-gradient(circle at 58% 46%, #59616b 0 2%, transparent 2.5%), radial-gradient(circle at 40% 60%, #59616b 0 1.6%, transparent 2.2%), radial-gradient(circle at 68% 67%, #59616b 0 1.7%, transparent 2.2%), #fff; outline: 8px solid #f28ca6; }
.fruit-mango-play { --size: 27%; right: 8%; top: 4%; border-radius: 58% 42% 56% 44%; background: linear-gradient(135deg,#f6d051 8%,#f49d62 58%,#ed7381); transform: rotate(18deg); }
.fruit-kiwi { --size: 25%; left: 34%; top: 30%; background: radial-gradient(circle,#f7f1d0 0 9%,transparent 10%), repeating-conic-gradient(from 3deg,#688a35 0 5deg,#b8d566 5deg 11deg); }
.fruit-passion { --size: 20%; right: 3%; top: 35%; background: radial-gradient(circle,#f4d73d 0 8%,#fff5a8 9% 28%,#6d438f 29% 43%,#493265 44%); }
.fruit-pineapple-play { --size: 25%; left: 3%; bottom: 8%; border-radius: 44%; background: repeating-linear-gradient(45deg,transparent 0 16px,rgba(95,115,50,.25) 17px 18px), repeating-linear-gradient(-45deg,#f1c844 0 16px,#e3ad37 17px 18px); }
.fruit-pineapple-play::before { content:""; position:absolute; left:22%; top:-30%; width:56%; height:42%; background:#799765; clip-path:polygon(50% 0,62% 52%,100% 18%,73% 66%,94% 82%,58% 78%,50% 100%,42% 78%,6% 82%,27% 66%,0 18%,38% 52%); }
.fruit-orange { --size: 28%; right: 18%; bottom: 4%; background: repeating-conic-gradient(from 4deg,#ffd966 0 28deg,#fff5ce 29deg 31deg); }
.fruit-strawberry { --size: 16%; left: 27%; bottom: 23%; border-radius: 52% 52% 65% 65%; background: radial-gradient(circle,#ffe4a4 0 2%,transparent 2.5%) 0 0/18px 18px,#e95e69; transform: rotate(-15deg); }
.fruit-strawberry::before { content:""; position:absolute; left:18%; top:-17%; width:64%; height:30%; background:#6f9a66; clip-path:polygon(50% 100%,0 0,38% 18%,50% 0,62% 18%,100% 0); }
.fruit-grapes-play { --size: 17%; right: 2%; bottom: 27%; box-shadow: 0 0 0 0 transparent; background: radial-gradient(circle at 28% 30%,#7967a8 0 18%,transparent 19%),radial-gradient(circle at 70% 30%,#927cb8 0 18%,transparent 19%),radial-gradient(circle at 50% 58%,#69558f 0 20%,transparent 21%),radial-gradient(circle at 38% 86%,#846ead 0 17%,transparent 18%); }
.fruit-blueberry { --size: 9%; left: 48%; bottom: 8%; background: radial-gradient(circle at 50% 20%,#a7b7de 0 9%,transparent 10%),#526eaa; }
.yogurt-ribbon { position:absolute; z-index:2; width:62%; height:18%; border:24px solid rgba(255,255,255,.9); border-radius:50%; pointer-events:none; }
.ribbon-a { left:20%; top:18%; transform:rotate(-18deg); }
.ribbon-b { right:-10%; bottom:18%; transform:rotate(16deg); }
.playground-mark { position:absolute; z-index:5; left:52%; top:52%; display:grid; place-items:center; width:18%; aspect-ratio:1; padding:4%; border-radius:50%; background:rgba(255,255,255,.94); box-shadow:0 22px 60px rgba(82,123,180,.2); pointer-events:none; }
.playground-mark img { width:100%; height:100%; object-fit:contain; }
.play-hint {
  position: absolute;
  z-index: 8;
  right: 20px;
  bottom: 18px;
  max-width: 190px;
  color: rgba(24, 49, 83, 0.72);
  font-size: 0.72rem;
  text-align: right;
  pointer-events: none;
}

.action-panel {
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column: 1;
  gap: 1px;
  margin: 0 clamp(24px, 6vw, 92px) max(28px, env(safe-area-inset-bottom)) max(24px, calc((100vw - 1280px) / 2 + 52px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}
.action {
  position: relative;
  display: grid;
  min-height: 86px;
  padding: 18px;
  border: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, transform 120ms ease;
}
.action:hover, .action:focus-visible { background: var(--blue-100); }
.action:active { transform: scale(0.985); }
.action-primary { color: var(--white); background: var(--blue-600); }
.action-primary:hover, .action-primary:focus-visible { background: #456fa8; }
.action-order { background: var(--blue-100); }
.action-order:hover, .action-order:focus-visible { background: var(--blue-200); }
.action-title { align-self: start; font-size: 1rem; font-weight: 700; }
.action-meta { align-self: end; color: currentColor; font-size: 0.77rem; opacity: 0.72; }
.action-arrow { position: absolute; top: 16px; right: 16px; font-size: 1.05rem; }

.fruit-stage {
  position: relative;
  overflow: clip;
  color: var(--ink);
  background: var(--blue-200);
}
.fruit-stage-frame {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  min-height: 100dvh;
  padding: 72px max(24px, calc((100vw - 1180px) / 2));
  overflow: hidden;
}
.fruit-stage-copy { position: relative; z-index: 3; max-width: 430px; }
.fruit-stage-copy h2 {
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 7.25rem);
  font-weight: 650;
  letter-spacing: -0.075em;
  line-height: 0.88;
}
.fruit-stage-copy > p:last-child { max-width: 38ch; margin: 28px 0 0; color: #405e86; }
.fruit-orbit {
  position: relative;
  justify-self: end;
  width: min(58vw, 720px);
  aspect-ratio: 1;
  isolation: isolate;
}
.orbit-ring {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(24, 49, 83, 0.28);
  border-radius: 50%;
}
.orbit-ring::before, .orbit-ring::after {
  content: "";
  position: absolute;
  inset: 16%;
  border: 1px solid rgba(24, 49, 83, 0.2);
  border-radius: 50%;
}
.orbit-ring::after { inset: 35%; }
.orbit-mark {
  position: absolute;
  z-index: 4;
  left: 35%;
  top: 35%;
  display: grid;
  place-items: center;
  width: 30%;
  aspect-ratio: 1;
  padding: 7%;
  border: 1px solid rgba(24, 49, 83, 0.16);
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 26px 70px rgba(82, 123, 180, 0.18);
  will-change: transform;
}
.orbit-mark img { display: block; width: 100%; height: auto; }
.orbit-fruit {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 8px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: var(--ink);
  box-shadow: 0 18px 48px rgba(82, 123, 180, 0.16);
  will-change: transform;
}
.orbit-fruit::before {
  content: "";
  position: absolute;
  inset: 15%;
  border: 1px solid rgba(24, 49, 83, 0.24);
  border-radius: 50%;
}
.orbit-fruit span { position: relative; font-size: clamp(0.52rem, 0.8vw, 0.72rem); font-weight: 800; letter-spacing: 0.12em; }
.fruit-mango { left: 2%; top: 12%; width: 24%; background: #f39a78; }
.fruit-pineapple { right: 4%; top: 2%; width: 29%; background: #f2c952; }
.fruit-grape { right: 0; bottom: 5%; width: 22%; color: var(--white); background: #7967a8; }
.fruit-citrus { left: 5%; bottom: 2%; width: 27%; background: #f3d970; }
.orbit-curve {
  position: absolute;
  z-index: 1;
  width: 66%;
  height: 24%;
  border: 18px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  will-change: transform;
}
.curve-one { right: 0; top: 35%; transform: rotate(-18deg); }
.curve-two { left: 4%; bottom: 28%; transform: rotate(22deg); }

.brand-story, .visit {
  width: min(calc(100% - 40px), 1180px);
  margin: 0 auto;
}
.brand-story {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: clamp(48px, 10vw, 140px);
  min-height: 76vh;
  padding: 100px 0;
}
.story-mark {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  transform: rotate(-8deg);
}
.story-mark span { background: var(--blue-200); border: 1px solid var(--paper); clip-path: polygon(50% 50%, 0 0, 100% 0); }
.story-mark span:nth-child(even) { background: var(--blue-400); transform: rotate(180deg); }
.story-copy { max-width: 580px; }
.story-copy h2, .visit h2, .sheet h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 5.25rem);
  font-weight: 620;
  letter-spacing: -0.065em;
  line-height: 0.98;
}
.story-copy > p:last-child { max-width: 48ch; margin: 28px 0 0; color: var(--muted); font-size: 1.1rem; }

.visit {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  padding: 96px 0;
  border-top: 1px solid var(--line);
}
.visit h2 { font-size: clamp(2rem, 4vw, 4rem); }
.visit-details { margin: 0; }
.visit-details div { padding: 20px 0; border-bottom: 1px solid var(--line); }
.visit-details dt { color: var(--muted); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.11em; }
.visit-details dd { margin: 7px 0 0; font-size: 1.05rem; font-weight: 650; }
.visit-details a { text-underline-offset: 4px; }

footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 48px max(20px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background: var(--blue-600);
}
footer img { width: 72px; height: auto; filter: brightness(0) invert(1); }
footer p { margin: 0; font-weight: 650; }

.sheet {
  width: min(100% - 24px, 680px);
  max-height: min(90dvh, 820px);
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 30px 100px rgba(24, 49, 83, 0.28);
}
.sheet::backdrop { background: rgba(18, 36, 61, 0.56); }
.sheet[open] { animation: sheet-in 260ms cubic-bezier(.2,.75,.25,1); }
.sheet-inner { position: relative; padding: clamp(24px, 5vw, 48px); overflow: auto; }
.sheet-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: var(--white);
  font-size: 1.5rem;
  cursor: pointer;
}
.sheet h2 { max-width: 560px; padding-right: 44px; font-size: clamp(2.2rem, 6vw, 4rem); }
.sheet-intro { max-width: 52ch; margin: 20px 0 28px; color: var(--muted); }
.wifi-layout { display: grid; grid-template-columns: 240px 1fr; gap: 24px; align-items: center; }
.qr-frame { padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.qr-frame img { display: block; width: 100%; height: auto; border-radius: 8px; }
.order-qr {
  width: min(100%, 340px);
  margin: 0 auto 22px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.order-qr img { display: block; width: 100%; height: auto; }
.order-link { width: 100%; }
.credentials { margin: 0; }
.credentials div { padding: 16px 0; border-bottom: 1px solid var(--line); }
.credentials dt { color: var(--muted); font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.1em; }
.credentials dd { margin: 5px 0 0; font-size: 1.3rem; font-weight: 720; letter-spacing: 0.04em; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease, background-color 180ms ease;
}
.button:active { transform: scale(0.985); }
.button-primary { color: var(--white); background: var(--blue-600); }
.button-primary:hover { background: #456fa8; }
.button-secondary { color: var(--ink); border-color: var(--line); background: var(--white); }
.button-link { width: 100%; margin-top: 12px; color: var(--ink); border-color: var(--ink); background: transparent; }
.wifi-layout + .button { width: 100%; margin-top: 22px; }
.device-note { margin: 18px 0 0; color: var(--muted); font-size: 0.79rem; }
.review-language { display: inline-grid; grid-template-columns: 1fr 1fr; padding: 3px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.review-language button { min-height: 42px; padding: 8px 16px; border: 0; border-radius: 9px; color: var(--muted); background: transparent; cursor: pointer; }
.review-language button.is-active { color: var(--white); background: var(--blue-600); }
.review-suggestion {
  min-height: 156px;
  margin: 20px 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  font-size: clamp(1.12rem, 3vw, 1.4rem);
  font-weight: 560;
  line-height: 1.45;
}
.review-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.toast {
  position: fixed;
  z-index: 120;
  left: 50%;
  bottom: max(20px, env(safe-area-inset-bottom));
  transform: translate(-50%, 20px);
  padding: 11px 16px;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

:focus-visible { outline: 3px solid #f2bd3e; outline-offset: 3px; }
@keyframes sheet-in { from { opacity: 0; transform: translateY(18px) scale(.985); } }

@media (max-width: 760px) {
  .site-header { position: absolute; padding-inline: 18px; }
  .brand { width: 66px; }
  .hero { display: flex; flex-direction: column; min-height: 100dvh; padding-bottom: max(18px, env(safe-area-inset-bottom)); }
  .hero { height: auto; }
  .hero-copy { order: 1; align-self: auto; padding: 112px 20px 24px; }
  h1 { max-width: 390px; font-size: clamp(3.35rem, 15vw, 5.15rem); }
  .hero-note { margin-top: 18px; }
  .hero-art { order: 2; width: calc(100% - 24px); min-height: 205px; max-height: 27dvh; margin: 0 0 0 24px; border-radius: var(--radius) 0 0 var(--radius); }
  .hero-art::after { border: 1px solid var(--line); border-right: 0; border-radius: inherit; }
  .play-hint { display: none; }
  .playground-mark { width: 20%; }
  .yogurt-ribbon { border-width: 14px; }
  .action-panel { order: 3; width: calc(100% - 36px); margin: 14px 18px 0; box-shadow: none; }
  .action { min-height: 74px; padding: 12px 14px; }
  .action-arrow { top: 12px; right: 13px; }
  .fruit-stage-frame { grid-template-columns: 1fr; align-content: center; gap: 24px; min-height: 100dvh; padding: 82px 20px 36px; }
  .fruit-stage-copy { max-width: 360px; }
  .fruit-stage-copy h2 { font-size: clamp(3.3rem, 15vw, 5.15rem); }
  .fruit-stage-copy > p:last-child { margin-top: 20px; }
  .fruit-orbit { justify-self: center; width: min(94vw, 470px); }
  .orbit-fruit { border-width: 5px; }
  .brand-story { grid-template-columns: 1fr; gap: 42px; min-height: 0; padding: 100px 0; }
  .story-mark { width: min(82vw, 380px); justify-self: center; }
  .visit { grid-template-columns: 1fr; padding: 76px 0; }
  footer { align-items: center; }
  .wifi-layout { grid-template-columns: 1fr; }
  .qr-frame { width: min(100%, 280px); margin: auto; }
}

@media (max-width: 420px) {
  .hero-copy { padding: 94px 20px 18px; }
  h1 { font-size: clamp(3rem, 14.5vw, 4rem); }
  .hero-art { min-height: 190px; }
  .action-title { padding-right: 15px; font-size: 0.92rem; }
  .action-meta { font-size: 0.7rem; }
  .review-controls { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .orbit-fruit, .orbit-mark, .orbit-curve { will-change: auto; }
  .play-fruit { will-change: auto; }
}

/* Direction 1 — editorial fruit ribbon rebuild */
.site-header { width: 100%; max-width: none; }
.brand { width: clamp(92px, 9vw, 132px); }
.hero-v5 {
  grid-template-columns: minmax(420px, .82fr) minmax(560px, 1.18fr);
  grid-template-rows: 1fr auto;
  min-height: 680px;
  background: #f9fbfe;
}
.hero-v5 .hero-copy {
  align-self: center;
  padding-top: 150px;
  padding-bottom: 42px;
}
.hero-v5 h1 {
  max-width: 620px;
  font-size: clamp(4.2rem, 6vw, 7.25rem);
  font-weight: 600;
  letter-spacing: -.075em;
  line-height: .86;
}
.hero-v5 .hero-note {
  margin-top: 34px;
  color: #536983;
  font-size: clamp(1.02rem, 1.25vw, 1.28rem);
  line-height: 1.55;
}
.hero-v5 .hero-art {
  background: #eaf3fc;
  cursor: crosshair;
}
.hero-v5 .hero-art::after { border-left-color: rgba(24,49,83,.1); }
.hero-visual-image {
  position: absolute;
  inset: -2.5%;
  width: 105%;
  height: 105%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0,0,0) scale(1.025);
  will-change: transform;
  user-select: none;
  pointer-events: none;
}
.hero-v5 .play-hint {
  right: 26px;
  bottom: 24px;
  padding: 8px 12px;
  border: 1px solid rgba(24,49,83,.12);
  border-radius: 999px;
  color: #35577c;
  background: rgba(255,255,255,.76);
  backdrop-filter: blur(10px);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-v5 .action-panel {
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 10px;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.hero-v5 .action {
  min-height: 72px;
  border: 1px solid rgba(24,49,83,.13);
  border-radius: 999px;
  align-content: center;
  padding: 15px 46px 15px 20px;
  background: rgba(255,255,255,.94);
}
.hero-v5 .action-primary { color: var(--ink); background: rgba(255,255,255,.94); }
.hero-v5 .action:nth-child(2) { order: -1; grid-column: 1 / -1; color: #fff; border-color: #315f9c; background: #315f9c; }
.hero-v5 .action:nth-child(1), .hero-v5 .action:nth-child(3) { grid-column: span 3; }
.hero-v5 .action:nth-child(n+4) {
  grid-column: span 2;
  min-height: 32px;
  padding: 8px 4px;
  border: 0;
  border-radius: 0;
  color: #49627f;
  background: transparent;
  text-align: center;
}
.hero-v5 .action:nth-child(n+4) .action-title {
  justify-self: center;
  padding: 0;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-v5 .action:nth-child(n+4) .action-arrow { display: none; }
.hero-v5 .action-meta { display: none; }
.hero-v5 .action-arrow { top: 50%; right: 19px; transform: translateY(-50%); }
.fruit-stage, .brand-story { display: none; }
.visit { min-height: auto; padding-top: clamp(80px, 10vw, 150px); padding-bottom: clamp(80px, 10vw, 150px); }

@media (max-width: 900px) {
  .hero-v5 { grid-template-columns: minmax(340px,.9fr) minmax(430px,1.1fr); }
  .hero-v5 h1 { font-size: clamp(3.7rem, 7vw, 5.3rem); }
  .hero-v5 .action-panel { grid-template-columns: repeat(6,minmax(0,1fr)); gap: 8px; }
  .hero-v5 .action { min-height: 58px; }
}

@media (max-width: 760px) {
  .brand { width: 82px; }
  .hero-v5 { display: flex; min-height: 100svh; }
  .hero-v5 .hero-copy { padding: 118px 20px 22px; }
  .hero-v5 h1 { font-size: clamp(3.55rem, 16vw, 5.2rem); }
  .hero-v5 .hero-note { margin-top: 20px; }
  .hero-v5 .hero-art {
    width: calc(100% - 20px);
    min-height: 265px;
    max-height: none;
    margin-left: 20px;
    border-radius: 22px 0 0 22px;
  }
  .hero-v5 .hero-visual-image { object-position: 56% center; }
  .hero-v5 .action-panel { width: calc(100% - 36px); margin-top: 16px; }
  .hero-v5 .action { min-height: 58px; padding-inline: 20px 46px; }
}
