/* Under Sushi v4: the ordering experience opens with the food, not a poster. */
:root {
  --ink: #10131f;
  --muted: #59677b;
  --line: #d8dde5;
  --canvas: #f5f4f5;
  --surface: #ffffff;
  --blue: #1351aa;
  --blue-deep: #0d3c86;
  --salmon: #ff751f;
  --salmon-deep: #e7600d;
  --mint: #00bf63;
}

body {
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
}

.site-header {
  height: 78px;
  border-bottom: 1px solid rgba(16, 19, 31, 0.12);
  background: rgba(245, 244, 245, 0.9);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(1480px, calc(100% - 64px));
  gap: 28px;
}

.brand {
  gap: 9px;
  color: var(--ink);
  font-family: "Archivo Black", Impact, sans-serif !important;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.84;
  text-transform: uppercase;
}

.brand-stamp {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--canvas);
  border-radius: 50%;
  background: var(--blue);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  font-weight: 500;
}

.brand-lockup {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
}

.brand-under { color: var(--blue); }
.brand-sushi { color: var(--salmon); }

.primary-nav { gap: 26px; }

.primary-nav a {
  color: var(--ink);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.primary-nav a:hover { color: var(--salmon); }

.language-switch {
  padding: 3px;
  border-color: rgba(16, 19, 31, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
}

.language-switch button,
.language-switch a {
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  font-weight: 500;
}

.cart-trigger {
  min-width: 50px;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--ink);
}

.cart-trigger:hover { background: var(--blue); }
.cart-trigger [data-cart-count] { border-radius: 999px; }

.hero--v4 {
  position: relative;
  min-height: 702px;
  overflow: hidden;
  color: var(--ink);
  background: var(--canvas);
  isolation: isolate;
}

.hero--v4::before,
.hero--v4::after {
  position: absolute;
  z-index: -2;
  content: "";
  border-radius: 50%;
  pointer-events: none;
}

.hero--v4::before {
  top: -300px;
  right: -250px;
  width: 880px;
  height: 880px;
  border: 1px solid rgba(19, 81, 170, 0.12);
}

.hero--v4::after {
  right: 11%;
  bottom: -330px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(255, 117, 31, 0.28);
}

.hero-noise {
  display: none;
}

.hero-kanji {
  position: absolute;
  bottom: -106px;
  left: -56px;
  z-index: 0;
  color: rgba(19, 81, 170, 0.07);
  font-family: Georgia, serif;
  font-size: 370px;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
}

.hero-inner {
  display: grid;
  width: min(1480px, calc(100% - 64px));
  min-height: 702px;
  grid-template-columns: minmax(460px, 0.9fr) minmax(540px, 1.1fr);
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  padding: 54px 0 52px;
}

.hero-copy-wrap--v3 {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 0;
}

.hero-kicker,
.hero-address,
.hero-service-note {
  font-family: "DM Mono", monospace;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  color: var(--blue);
  font-size: 11px;
}

.hero-kicker span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(0, 191, 99, 0.16);
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  color: var(--ink) !important;
  font-family: "Archivo Black", Impact, sans-serif !important;
  font-size: 152px !important;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.68;
  text-transform: uppercase;
}

.hero h1 span,
.hero h1 em {
  display: block;
  font-style: normal;
}

.hero h1 em {
  margin-left: 90px;
  color: var(--salmon);
}

.hero-copy {
  max-width: 392px;
  margin: 34px 0 0;
  color: #354155 !important;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px !important;
  font-weight: 650;
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 27px;
}

.hero .button {
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.hero .button-primary {
  color: var(--canvas);
  background: var(--blue);
}

.hero .button-primary:hover {
  color: var(--canvas);
  background: var(--blue-deep);
}

.hero .button-light {
  color: var(--ink);
  border: 1px solid rgba(16, 19, 31, 0.28);
  background: rgba(255, 255, 255, 0.54);
}

.hero-source-link {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 5px;
  color: var(--ink);
  border-bottom: 1px solid rgba(16, 19, 31, 0.35);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.hero-source-link:hover { color: var(--salmon); }
.hero-source-link b { font-size: 16px; line-height: 1; }

.hero-facts {
  display: flex;
  gap: 0;
  margin-top: 54px;
}

.hero-facts div {
  display: flex;
  min-width: 136px;
  flex-direction: column;
  gap: 3px;
  margin-right: 18px;
  padding-right: 18px;
  border-right: 1px solid rgba(16, 19, 31, 0.24);
}

.hero-facts div:last-child { margin-right: 0; padding-right: 0; border: 0; }

.hero-facts strong {
  color: var(--salmon);
  font-family: "DM Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.hero-facts span {
  color: #5b6a80;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
}

.hero-service-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 clamp(18px, 9vw, 155px);
  color: #fff;
  background: rgba(5, 8, 14, 0.62);
  backdrop-filter: blur(16px) saturate(120%);
}

.hero-service-item {
  display: flex;
  min-height: 95px;
  align-items: center;
  gap: 17px;
  padding: 24px 22px;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  font-family: "Manrope", Arial, sans-serif;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.hero-service-item:last-child { border-right: 1px solid rgba(255, 255, 255, 0.18); }
.hero-service-item:hover { color: var(--ink); background: var(--salmon); }

.hero-service-index {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  font-weight: 400;
  opacity: 0.8;
}

.hero-service-item b,
.hero-service-item small { display: block; }

.hero-service-item b { font-size: 13px; font-weight: 800; }

.hero-service-item small {
  margin-top: 3px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
}

.hero-service-item i { margin-left: auto; font-size: 19px; font-style: normal; }

.hero-service-note {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  color: #516075;
  font-size: 10px;
}

.hero-service-status {
  padding: 7px 10px;
  color: var(--ink);
  border-radius: 999px;
  background: var(--mint);
}

.hero-address {
  margin-top: 14px;
  color: #5f6a7c;
  font-size: 10px;
}

.hero-address span {
  margin: 0 5px;
  color: var(--salmon);
}

.hero-showcase {
  position: relative;
  min-width: 0;
  min-height: 580px;
  isolation: isolate;
}

.hero-orbit {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.hero-orbit--outer {
  top: 8px;
  right: 4%;
  width: 520px;
  height: 520px;
  border: 1px dashed rgba(16, 19, 31, 0.25);
  animation: orbit-spin 30s linear infinite;
}

.hero-orbit--inner {
  top: 78px;
  right: 14%;
  width: 378px;
  height: 378px;
  border: 1px solid rgba(16, 19, 31, 0.18);
}

.hero-sun {
  position: absolute;
  z-index: -2;
}

.hero-sun--orange {
  top: 48px;
  right: 11%;
  width: 390px;
  height: 414px;
  background: var(--salmon);
  transform: rotate(11deg);
}

.hero-sun--mint {
  right: 2%;
  bottom: 32px;
  width: 132px;
  height: 132px;
  background: var(--mint);
  transform: rotate(18deg);
}

.hero-roll {
  position: absolute;
  display: grid;
  width: 360px;
  margin: 0;
  place-items: center;
  transform-origin: center;
}

.hero-roll img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 20px rgba(16, 19, 31, 0.22));
  object-fit: contain;
}

.hero-roll figcaption {
  position: absolute;
  left: 8%;
  bottom: -10px;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--ink);
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.hero-roll figcaption span {
  color: var(--blue);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  font-weight: 500;
}

.hero-roll--duga {
  top: 5px;
  right: 13%;
  width: 378px;
  animation: roll-float-a 6.4s ease-in-out infinite alternate;
}

.hero-roll--zmaj {
  right: 0;
  bottom: 20px;
  width: 326px;
  animation: roll-float-b 7.2s ease-in-out infinite alternate;
}

.hero-roll--fila {
  bottom: 36px;
  left: 2%;
  width: 314px;
  animation: roll-float-c 6.8s ease-in-out infinite alternate;
}

.hero-showcase-note {
  position: absolute;
  bottom: 2px;
  left: 5%;
  margin: 0;
  color: var(--blue);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
}

@keyframes orbit-spin {
  to { transform: rotate(360deg); }
}

@keyframes roll-float-a {
  from { transform: translate3d(0, 0, 0) rotate(-7deg); }
  to { transform: translate3d(-9px, -12px, 0) rotate(-3deg); }
}

@keyframes roll-float-b {
  from { transform: translate3d(0, 0, 0) rotate(7deg); }
  to { transform: translate3d(10px, -8px, 0) rotate(11deg); }
}

@keyframes roll-float-c {
  from { transform: translate3d(0, 0, 0) rotate(-5deg); }
  to { transform: translate3d(-5px, 11px, 0) rotate(-1deg); }
}

@media (max-width: 1180px) {
  .header-inner,
  .hero-inner { width: min(100% - 48px, 1480px); }

  .hero-inner {
    grid-template-columns: minmax(400px, 0.88fr) minmax(465px, 1.12fr);
    gap: 10px;
  }

  .hero h1 { font-size: 124px !important; }
  .hero-showcase { min-height: 520px; }
  .hero-orbit--outer { width: 470px; height: 470px; }
  .hero-orbit--inner { width: 340px; height: 340px; }
  .hero-sun--orange { width: 370px; height: 370px; }
  .hero-roll--duga { width: 338px; }
  .hero-roll--zmaj { width: 292px; }
  .hero-roll--fila { width: 280px; }
}

@media (max-width: 820px) {
  .site-header { height: 66px; }

  .header-inner {
    width: min(100% - 28px, 1480px);
    gap: 9px;
  }

  .brand { font-size: 18px; }
  .brand-stamp { width: 29px; height: 29px; font-size: 8px; }
  .primary-nav { display: none; }
  .header-actions { gap: 7px; }

  .cart-trigger {
    min-width: 42px;
    min-height: 38px;
    padding: 0 9px;
  }

  .hero--v4 { min-height: 815px; }

  .hero-inner {
    display: grid;
    width: min(100% - 28px, 1480px);
    min-height: 815px;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 0;
    padding: 44px 0 28px;
  }

  .hero h1 { font-size: 82px !important; }
  .hero h1 em { margin-left: 45px; }
  .hero-kanji { bottom: -74px; left: -35px; font-size: 225px; }
  .hero-copy { max-width: 350px; margin-top: 23px; font-size: 15px !important; }
  .hero-actions { margin-top: 21px; }
  .hero .button { min-height: 46px; padding: 0 15px; }
  .hero-facts { margin-top: 35px; }
  .hero-facts div { min-width: 0; flex: 1; margin-right: 8px; padding-right: 8px; }
  .hero-facts strong { font-size: 10px; }
  .hero-facts span { font-size: 8px; }

  .hero-service-strip { grid-template-columns: 1fr; padding: 0; }
  .hero-service-item { min-height: 72px; padding: 15px 19px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.15); border-left: 0; }
  .hero-service-item:last-child { border-right: 0; }

  .hero-showcase {
    width: min(100%, 520px);
    min-height: 394px;
    margin: 11px auto 0;
  }

  .hero-orbit--outer {
    top: 3px;
    right: 6%;
    width: 342px;
    height: 342px;
  }

  .hero-orbit--inner {
    top: 49px;
    right: 17%;
    width: 244px;
    height: 244px;
  }

  .hero-sun--orange {
    top: 28px;
    right: 11%;
    width: 270px;
    height: 270px;
  }

  .hero-sun--mint {
    right: 2%;
    bottom: 25px;
    width: 94px;
    height: 94px;
  }

  .hero-roll figcaption { font-size: 14px; }
  .hero-roll figcaption span { font-size: 7px; }
  .hero-roll--duga { top: 4px; right: 14%; width: 238px; }
  .hero-roll--zmaj { right: 0; bottom: 27px; width: 205px; }
  .hero-roll--fila { bottom: 35px; left: 1%; width: 197px; }
  .hero-showcase-note { bottom: 4px; left: 2%; font-size: 8px; }
}

@media (max-width: 430px) {
  .language-switch button,
  .language-switch a { min-width: 26px; padding: 0 4px; }
  .hero--v4 { min-height: 790px; }
  .hero h1 { font-size: 72px !important; }
  .hero-source-link { font-size: 11px; }
  .hero-showcase { min-height: 355px; }
  .hero-roll--duga { width: 220px; }
  .hero-roll--zmaj { width: 190px; }
  .hero-roll--fila { width: 181px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-orbit,
  .hero-roll { animation: none; }
}
