/*
Theme Name: ROI'S Sushi
Theme URI: https://rois.com.pl/
Author: Codex
Author URI: https://openai.com/
Description: Premium minimal WordPress theme for ROI'S Sushi, built around Japanese minimal, urban sushi, and delivery-first brand direction.
Version: 1.0.15
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: rois-sushi
*/

:root {
  color-scheme: light;
  --rice: #fbf6ec;
  --rice-2: #f5ead9;
  --cream: #fffaf2;
  --warm: #eadcca;
  --charcoal: #171310;
  --soft-black: #241d19;
  --muted: #7c7164;
  --line: rgba(36, 29, 25, 0.1);
  --line-strong: rgba(36, 29, 25, 0.16);
  --red: #c5161d;
  --red-dark: #961016;
  --wasabi: #6f8061;
  --soy: #5c4332;
  --paper-shadow: 0 20px 60px rgba(46, 35, 24, 0.09);
  --soft-shadow: 0 14px 34px rgba(46, 35, 24, 0.1);
  --dark-shadow: 0 28px 70px rgba(12, 10, 9, 0.26);
  --body-grid: rgba(36, 29, 25, 0.034);
  --header-bg: rgba(251, 246, 236, 0.86);
  --nav-color: rgba(23, 19, 16, 0.86);
  --panel-bg: linear-gradient(145deg, rgba(255, 250, 242, 0.94), rgba(255, 250, 242, 0.72)), rgba(255, 250, 242, 0.82);
  --delivery-bg: rgba(255, 255, 255, 0.82);
  --delivery-bg-hover: #fff;
  --delivery-shadow: 0 12px 24px rgba(36, 29, 25, 0.06);
  --delivery-shadow-hover: 0 18px 34px rgba(36, 29, 25, 0.11);
  --control-bg: rgba(255, 250, 242, 0.92);
  --control-bg-hover: #fff;
  --section-tint: rgba(255, 250, 242, 0.46);
  --button-bg: rgba(255, 250, 242, 0.64);
  --button-border: rgba(197, 22, 29, 0.72);
  --button-color: var(--red);
  --button-primary-bg: var(--red);
  --button-primary-border: var(--red);
  --button-primary-hover-bg: var(--red-dark);
  --button-primary-hover-border: var(--red-dark);
  --button-primary-shadow: 0 18px 34px rgba(197, 22, 29, 0.18);
  --button-primary-hover-shadow: 0 22px 40px rgba(197, 22, 29, 0.22);
  --button-ghost-hover-bg: var(--red);
  --button-ghost-hover-border: var(--red);
  --button-ghost-hover-color: #fff;
  --hero-decor:
    linear-gradient(124deg, transparent 8%, rgba(36, 29, 25, 0.09) 8.3% 8.8%, transparent 9% 62%, rgba(36, 29, 25, 0.08) 62.2% 62.7%, transparent 63%),
    radial-gradient(circle at 62% 18%, rgba(197, 22, 29, 0.86) 0 54px, transparent 56px);
  --hero-decor-opacity: 0.78;
  --hero-glow: rgba(255, 250, 242, 0.7);
  --hero-glow-blur: 12px;
  --hero-track: rgba(36, 29, 25, 0.14);
  --hero-number-color: rgba(36, 29, 25, 0.36);
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 24px;
  --font-display: "Space Grotesk", "Manrope", system-ui, sans-serif;
  --font-body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --rice: #100d0b;
    --rice-2: #19130f;
    --cream: #1d1712;
    --warm: #2a211b;
    --charcoal: #fff8ec;
    --soft-black: #eadfce;
    --muted: #b8aa98;
    --line: rgba(255, 250, 242, 0.12);
    --line-strong: rgba(255, 250, 242, 0.2);
    --red: #f04a50;
    --red-dark: #c5161d;
    --wasabi: #9cac83;
    --soy: #c6a890;
    --paper-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
    --soft-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
    --dark-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
    --body-grid: rgba(255, 250, 242, 0.045);
    --header-bg: rgba(16, 13, 11, 0.88);
    --nav-color: rgba(255, 248, 236, 0.86);
    --panel-bg: linear-gradient(145deg, rgba(31, 24, 19, 0.96), rgba(24, 19, 15, 0.78)), rgba(29, 23, 18, 0.86);
    --delivery-bg: rgba(255, 250, 242, 0.94);
    --delivery-bg-hover: #fffaf2;
    --delivery-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
    --delivery-shadow-hover: 0 22px 42px rgba(0, 0, 0, 0.36);
    --control-bg: rgba(31, 24, 19, 0.92);
    --control-bg-hover: rgba(255, 250, 242, 0.12);
    --section-tint: rgba(255, 250, 242, 0.04);
    --button-bg: rgba(255, 250, 242, 0.07);
    --button-border: rgba(240, 74, 80, 0.62);
    --button-color: #ff777d;
    --button-primary-bg: #c5161d;
    --button-primary-border: #de3038;
    --button-primary-hover-bg: #a91117;
    --button-primary-hover-border: #c5161d;
    --button-primary-shadow: 0 18px 34px rgba(197, 22, 29, 0.28);
    --button-primary-hover-shadow: 0 22px 40px rgba(197, 22, 29, 0.34);
    --button-ghost-hover-bg: #a91117;
    --button-ghost-hover-border: #c5161d;
    --button-ghost-hover-color: #fff;
    --hero-decor:
      linear-gradient(124deg, transparent 8%, rgba(255, 250, 242, 0.12) 8.3% 8.8%, transparent 9% 62%, rgba(255, 250, 242, 0.1) 62.2% 62.7%, transparent 63%),
      radial-gradient(circle at 62% 18%, rgba(240, 74, 80, 0.58) 0 54px, transparent 56px);
    --hero-decor-opacity: 0.62;
    --hero-glow: rgba(255, 250, 242, 0.05);
    --hero-glow-blur: 18px;
    --hero-track: rgba(255, 250, 242, 0.18);
    --hero-number-color: rgba(255, 250, 242, 0.44);
  }
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --rice: #100d0b;
  --rice-2: #19130f;
  --cream: #1d1712;
  --warm: #2a211b;
  --charcoal: #fff8ec;
  --soft-black: #eadfce;
  --muted: #b8aa98;
  --line: rgba(255, 250, 242, 0.12);
  --line-strong: rgba(255, 250, 242, 0.2);
  --red: #f04a50;
  --red-dark: #c5161d;
  --wasabi: #9cac83;
  --soy: #c6a890;
  --paper-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  --soft-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  --dark-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
  --body-grid: rgba(255, 250, 242, 0.045);
  --header-bg: rgba(16, 13, 11, 0.88);
  --nav-color: rgba(255, 248, 236, 0.86);
  --panel-bg: linear-gradient(145deg, rgba(31, 24, 19, 0.96), rgba(24, 19, 15, 0.78)), rgba(29, 23, 18, 0.86);
  --delivery-bg: rgba(255, 250, 242, 0.94);
  --delivery-bg-hover: #fffaf2;
  --delivery-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  --delivery-shadow-hover: 0 22px 42px rgba(0, 0, 0, 0.36);
  --control-bg: rgba(31, 24, 19, 0.92);
  --control-bg-hover: rgba(255, 250, 242, 0.12);
  --section-tint: rgba(255, 250, 242, 0.04);
  --button-bg: rgba(255, 250, 242, 0.07);
  --button-border: rgba(240, 74, 80, 0.62);
  --button-color: #ff777d;
  --button-primary-bg: #c5161d;
  --button-primary-border: #de3038;
  --button-primary-hover-bg: #a91117;
  --button-primary-hover-border: #c5161d;
  --button-primary-shadow: 0 18px 34px rgba(197, 22, 29, 0.28);
  --button-primary-hover-shadow: 0 22px 40px rgba(197, 22, 29, 0.34);
  --button-ghost-hover-bg: #a91117;
  --button-ghost-hover-border: #c5161d;
  --button-ghost-hover-color: #fff;
  --hero-decor:
    linear-gradient(124deg, transparent 8%, rgba(255, 250, 242, 0.12) 8.3% 8.8%, transparent 9% 62%, rgba(255, 250, 242, 0.1) 62.2% 62.7%, transparent 63%),
    radial-gradient(circle at 62% 18%, rgba(240, 74, 80, 0.58) 0 54px, transparent 56px);
  --hero-decor-opacity: 0.62;
  --hero-glow: rgba(255, 250, 242, 0.05);
  --hero-glow-blur: 18px;
  --hero-track: rgba(255, 250, 242, 0.18);
  --hero-number-color: rgba(255, 250, 242, 0.44);
}

:root[data-theme="light"] {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 84% 0%, rgba(197, 22, 29, 0.08), transparent 24rem),
    radial-gradient(circle at 10% 35%, rgba(111, 128, 97, 0.08), transparent 28rem),
    linear-gradient(90deg, var(--body-grid) 1px, transparent 1px),
    var(--rice);
  background-size: auto, auto, 44px 44px, auto;
  color: var(--charcoal);
  font-family: var(--font-body);
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(197, 22, 29, 0.72);
  outline-offset: 4px;
}

button,
input,
textarea {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-shell {
  min-height: 100vh;
  overflow-x: hidden;
}

.rois-container {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: var(--header-bg);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: 132px 1fr auto;
  align-items: center;
  min-height: 78px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 112px;
}

.brand img,
.brand .custom-logo {
  width: auto;
  max-width: 108px;
  max-height: 58px;
  height: auto;
}

.primary-nav {
  justify-self: center;
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 44px);
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--nav-color);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.primary-menu a,
.primary-menu .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
}

.primary-menu a::after,
.primary-menu .nav-link::after {
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 0;
  height: 2px;
  content: "";
  background: var(--red);
  transition: width 220ms ease;
}

.primary-menu a:hover::after,
.primary-menu .nav-link:hover::after,
.primary-menu .current-menu-item > a::after,
.primary-menu .active::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.icon-link,
.theme-toggle,
.menu-toggle,
.slider-arrow,
.round-add {
  display: inline-grid;
  place-items: center;
  border: 0;
  cursor: pointer;
}

.icon-link {
  width: 26px;
  height: 26px;
  color: var(--soft-black);
  opacity: 0.9;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.icon-link:hover {
  color: var(--red);
  opacity: 1;
  transform: translateY(-1px);
}

.icon-link svg {
  width: 19px;
  height: 19px;
  stroke-width: 2;
}

.theme-toggle {
  position: relative;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--control-bg);
  color: var(--soft-black);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.theme-toggle:hover {
  border-color: rgba(197, 22, 29, 0.28);
  background: var(--control-bg-hover);
  color: var(--red);
  transform: translateY(-1px);
}

.theme-toggle svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.theme-toggle-sun,
.theme-toggle-moon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.theme-toggle-moon {
  opacity: 0;
  transform: translateY(12px);
}

:root[data-active-theme="dark"] .theme-toggle-sun {
  opacity: 0;
  transform: translateY(-12px);
}

:root[data-active-theme="dark"] .theme-toggle-moon {
  opacity: 1;
  transform: translateY(0);
}

.button,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid var(--button-border);
  border-radius: 999px;
  background: var(--button-bg);
  color: var(--button-color);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  box-shadow: none;
  transition: transform 200ms ease, background 200ms ease, color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.button svg {
  width: 15px;
  height: 15px;
}

.button:hover,
.wp-block-button__link:hover {
  transform: translateY(-2px);
}

.button-primary {
  border-color: var(--button-primary-border);
  background: var(--button-primary-bg);
  color: #fff;
  box-shadow: var(--button-primary-shadow);
}

.button-primary:hover {
  border-color: var(--button-primary-hover-border);
  background: var(--button-primary-hover-bg);
  color: #fff;
  box-shadow: var(--button-primary-hover-shadow);
}

.button-ghost:hover {
  border-color: var(--button-ghost-hover-border);
  background: var(--button-ghost-hover-bg);
  color: var(--button-ghost-hover-color);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--red);
  color: #fff;
  box-shadow: 0 16px 34px rgba(197, 22, 29, 0.18);
}

.menu-toggle svg {
  width: 22px;
  height: 22px;
}

.footer-promo {
  position: relative;
  display: grid;
  grid-template-columns: minmax(560px, 1.24fr) minmax(310px, 0.76fr);
  align-items: stretch;
  gap: 28px;
  min-width: 0;
  padding-top: clamp(34px, 4vw, 56px);
  padding-bottom: clamp(34px, 4.5vw, 64px);
}

.section-anchor {
  position: absolute;
  top: -96px;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

section[id],
.location-card[id] {
  scroll-margin-top: 96px;
}

.instagram-strip,
.order-now {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel-bg);
  box-shadow: var(--paper-shadow);
}

.instagram-strip {
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 34px);
}

.instagram-strip h2,
.order-now h2 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.instagram-strip .handle {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.insta-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-auto-rows: 94px;
  gap: 10px;
  margin-bottom: 22px;
  min-width: 0;
}

.insta-grid img {
  width: 100%;
  min-width: 0;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.02);
  transition: transform 420ms ease, filter 420ms ease;
}

.insta-grid img:first-child {
  grid-row: span 2;
}

.insta-grid img:nth-child(4) {
  object-position: 64% center;
}

.instagram-strip:hover .insta-grid img {
  filter: saturate(1.06) contrast(1.03);
}

.instagram-strip:hover .insta-grid img:hover {
  transform: scale(1.035);
}

.order-now {
  position: relative;
  display: grid;
  grid-template-columns: minmax(310px, 1fr) minmax(190px, 260px);
  align-items: center;
  gap: clamp(22px, 3vw, 36px);
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
}

.order-now::before {
  position: absolute;
  right: -7%;
  bottom: 16%;
  width: min(58%, 520px);
  height: 108px;
  content: "";
  background:
    linear-gradient(8deg, transparent 41%, rgba(197, 22, 29, 0.94) 42% 56%, transparent 57%),
    linear-gradient(-5deg, transparent 42%, rgba(197, 22, 29, 0.84) 43% 55%, transparent 56%);
  opacity: 0.9;
}

.order-now::after {
  position: absolute;
  top: 26px;
  right: 32%;
  width: 108px;
  height: 108px;
  content: "";
  border: 1px solid rgba(111, 128, 97, 0.18);
  border-radius: 999px;
}

.order-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.order-now h2 span {
  color: var(--red);
}

.delivery-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(116px, 1fr));
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.delivery-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--delivery-bg);
  color: var(--soft-black);
  box-shadow: var(--delivery-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.delivery-logo:hover {
  border-color: rgba(197, 22, 29, 0.24);
  background: var(--delivery-bg-hover);
  box-shadow: var(--delivery-shadow-hover);
  transform: translateY(-3px);
}

.delivery-mark {
  display: block;
  width: 104px;
  height: 30px;
  max-width: 100%;
  object-fit: contain;
}

.delivery-mark-rois {
  width: 76px;
  height: 38px;
}

.phone-mock {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  justify-self: end;
  z-index: 1;
  width: min(218px, 100%);
  aspect-ratio: 9 / 18.5;
  padding: 56px 13px 16px;
  border: 8px solid #0c0a09;
  border-radius: 42px;
  background:
    linear-gradient(145deg, #171310, #050504);
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 242, 0.08),
    inset 0 0 0 6px #050504,
    var(--dark-shadow);
  transform: rotate(9deg);
  transition: transform 420ms ease;
}

.phone-mock::before {
  position: absolute;
  top: 16px;
  left: 50%;
  width: 74px;
  height: 22px;
  content: "";
  border-radius: 999px;
  background: #020202;
  box-shadow: inset 0 1px 0 rgba(255, 250, 242, 0.08);
  transform: translateX(-50%);
}

.phone-mock::after {
  position: absolute;
  top: 92px;
  left: -12px;
  width: 4px;
  height: 52px;
  content: "";
  border-radius: 999px 0 0 999px;
  background: #0c0a09;
}

.order-now:hover .phone-mock {
  transform: rotate(6deg) translateY(-4px);
}

.phone-mock img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 28px;
  object-fit: cover;
}

.phone-logo {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 0.9;
  text-align: center;
  letter-spacing: 0.02em;
}

.phone-logo small {
  color: var(--red);
  font-family: Georgia, serif;
  font-size: 11px;
  font-style: italic;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100svh - 78px);
  height: calc(100svh - 78px);
  max-height: 760px;
  padding: clamp(26px, 4vh, 42px) 0 clamp(30px, 4vh, 48px);
  overflow: hidden;
  border-top: 1px solid rgba(36, 29, 25, 0.06);
  border-bottom: 1px solid rgba(36, 29, 25, 0.08);
  touch-action: pan-y;
}

.hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: var(--hero-decor);
  opacity: var(--hero-decor-opacity);
}

.hero::after {
  position: absolute;
  right: -8%;
  bottom: 7%;
  width: min(54vw, 720px);
  height: min(31vw, 410px);
  pointer-events: none;
  content: "";
  border-radius: 999px;
  background: var(--hero-glow);
  filter: blur(var(--hero-glow-blur));
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(440px, 1.18fr);
  align-items: center;
  gap: clamp(34px, 6vw, 84px);
  min-width: 0;
  transform: translateY(clamp(4px, 1.4vh, 14px));
}

.hero-copy {
  position: relative;
  min-width: 0;
  max-width: 580px;
  padding-left: 72px;
}

.hero-copy::before {
  position: absolute;
  left: 0;
  top: 154px;
  width: 2px;
  height: 100px;
  content: "";
  background: var(--hero-track);
}

.hero-copy::after {
  position: absolute;
  left: 0;
  top: calc(154px + (var(--hero-active-slide, 0) * 38px));
  width: 2px;
  height: 26px;
  content: "";
  background: var(--red);
  transition: top 200ms ease;
}

.slide-numbers {
  position: absolute;
  left: 25px;
  top: 148px;
  display: grid;
  gap: 24px;
  color: var(--hero-number-color);
  font-size: 12px;
  font-weight: 800;
}

.slide-numbers span {
  transition: color 180ms ease;
}

.slide-numbers span.is-active {
  color: var(--red);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.48em;
  text-transform: uppercase;
}

.hero-title,
.section-title,
.story-title,
.location-title {
  margin: 0;
  font-family: var(--font-display);
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.hero-title {
  font-size: clamp(56px, 6.9vw, 98px);
  font-weight: 700;
}

.hero-title .red,
.story-title .red,
.section-title .red {
  color: var(--red);
}

.hero-text {
  max-width: 500px;
  margin: 22px 0;
  color: var(--soft-black);
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.location-order {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions .location-order {
  display: contents;
}

.order-copy .location-order {
  margin-top: 22px;
}

.hero-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 540px;
}

.badge {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
}

.badge svg {
  width: 29px;
  height: 29px;
  color: var(--red);
  stroke-width: 1.35;
}

.badge strong {
  display: block;
  color: var(--charcoal);
  font-size: 22px;
  line-height: 1;
}

.badge span {
  display: block;
  color: var(--soft-black);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: min(520px, calc(100svh - 190px));
}

.ink-scene {
  position: absolute;
  inset: 14% auto auto 8%;
  width: 78%;
  height: 50%;
  opacity: 0.28;
}

.ink-scene::before,
.ink-scene::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(36, 29, 25, 0.22);
}

.ink-scene::before {
  inset: 10% auto auto 8%;
  width: 230px;
  height: 142px;
  border-radius: 50%;
}

.ink-scene::after {
  right: 9%;
  top: 7%;
  width: 170px;
  height: 170px;
  border-radius: 999px;
}

.vertical-copy {
  position: absolute;
  top: 38px;
  right: 18px;
  color: rgba(197, 22, 29, 0.88);
  font-family: serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.22;
  writing-mode: vertical-rl;
  letter-spacing: 8px;
}

.hero-plate {
  position: absolute;
  right: -8%;
  bottom: 22px;
  width: min(740px, 56vw, calc((100svh - 180px) * 1.66));
  filter: drop-shadow(0 34px 46px rgba(54, 35, 20, 0.21));
  transform: rotate(-1.5deg);
  transition: transform 520ms ease, filter 520ms ease;
}

.hero:hover .hero-plate {
  filter: drop-shadow(0 42px 58px rgba(54, 35, 20, 0.24));
  transform: rotate(-0.5deg) translateY(-5px);
}

.hero-plate img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 999px;
  object-fit: cover;
}

.slider-arrow {
  position: absolute;
  right: 3px;
  top: 50%;
  z-index: 3;
  width: 58px;
  height: 58px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--control-bg);
  color: var(--soft-black);
  box-shadow: 0 16px 28px rgba(42, 28, 18, 0.1);
  transition: transform 200ms ease, background 200ms ease;
}

.slider-arrow:hover {
  background: var(--control-bg-hover);
  transform: translateY(-50%) scale(1.04);
}

.slider-arrow svg {
  width: 22px;
  height: 22px;
}

.hero-dots {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0;
}

.hero-dot,
.carousel-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
}

.hero-dot.is-active,
.carousel-dot.is-active {
  border-color: var(--red);
  background: var(--red);
}

.section {
  position: relative;
  padding: clamp(46px, 5vw, 76px) 0;
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.section-title {
  position: relative;
  padding-bottom: 14px;
  font-size: clamp(38px, 4.3vw, 62px);
  font-weight: 700;
}

.section-title::after,
.story-title::after,
.location-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 2px;
  content: "";
  background: var(--red);
}

.menu-section {
  padding-top: clamp(38px, 4.5vw, 66px);
  padding-bottom: clamp(40px, 4.6vw, 68px);
  background:
    linear-gradient(180deg, transparent, rgba(92, 67, 50, 0.04) 42%, transparent);
}

.menu-slider {
  position: relative;
  padding: 0 58px 28px;
}

.product-grid {
  display: grid;
  grid-auto-columns: calc((100% - 56px) / 3);
  grid-auto-flow: column;
  grid-template-columns: none;
  gap: 28px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 24px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.product-grid::-webkit-scrollbar {
  display: none;
}

.product-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  scroll-snap-align: start;
  border: 1px solid rgba(255, 250, 242, 0.06);
  border-radius: 22px;
  background:
    radial-gradient(circle at 82% 4%, rgba(197, 22, 29, 0.2), transparent 12rem),
    linear-gradient(145deg, #201916, #100d0b);
  color: #fffaf2;
  box-shadow: var(--dark-shadow);
}

.product-card::after {
  position: absolute;
  inset: auto 20px 18px auto;
  width: 42px;
  height: 2px;
  content: "";
  background: rgba(111, 128, 97, 0.72);
}

.product-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.55 / 1;
  background: #171310;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease, filter 520ms ease;
}

.product-card:hover .product-image img {
  filter: saturate(1.07) contrast(1.03);
  transform: scale(1.055);
}

.product-body {
  position: relative;
  min-height: 210px;
  padding: 24px 74px 26px 24px;
}

.product-title,
.location-name {
  margin: 0 0 10px;
  font-family: var(--font-display);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.product-title {
  color: #fffaf2;
  font-size: 27px;
  font-weight: 700;
}

.product-body p {
  margin: 0 0 18px;
  color: rgba(255, 250, 242, 0.72);
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.price {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.round-add {
  position: absolute;
  right: 22px;
  bottom: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  gap: 7px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(197, 22, 29, 0.24);
  transition: transform 200ms ease, background 200ms ease;
}

.round-add:hover {
  background: var(--red-dark);
  transform: translateY(-2px) scale(1.04);
}

.round-add svg {
  width: 15px;
  height: 15px;
}

.round-add span {
  display: inline-block;
}

.side-arrow {
  position: absolute;
  top: calc(50% - 21px);
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--control-bg);
  color: var(--soft-black);
  transform: translateY(-50%);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.side-arrow:hover {
  background: var(--control-bg-hover);
  transform: translateY(-50%) scale(1.04);
}

.side-arrow:disabled {
  cursor: default;
  opacity: 0.35;
}

.side-arrow.prev {
  left: 0;
}

.side-arrow.prev svg {
  transform: rotate(180deg);
}

.side-arrow.next {
  right: 0;
}

.carousel-dots {
  position: absolute;
  left: 58px;
  right: 58px;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0;
}

.hero-dot,
.carousel-dot {
  position: relative;
}

.hero-dot::before,
.carousel-dot::before {
  position: absolute;
  inset: -14px;
  content: "";
}

.story-section[id] {
  scroll-margin-top: 38px;
}

.story-section {
  padding-top: clamp(34px, 4vw, 58px);
  padding-bottom: clamp(42px, 4.8vw, 72px);
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(520px, 1fr) 74px;
  align-items: center;
  gap: clamp(28px, 4vw, 62px);
}

.story-title {
  position: relative;
  padding-bottom: 18px;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 700;
}

.story-copy p {
  max-width: 460px;
  margin: 28px 0 26px;
  color: var(--soft-black);
  font-size: 17px;
  font-weight: 500;
}

.instagram-strip,
.order-now,
.story-copy,
.story-photos,
.location-card,
.location-info {
  min-width: 0;
}

.story-photos {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  grid-template-rows: repeat(2, minmax(160px, 1fr));
  gap: 14px;
}

.story-photo {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: var(--soft-shadow);
}

.story-photo:first-child {
  grid-row: span 2;
}

.story-photo img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: transform 520ms ease;
}

.story-photo:hover img {
  transform: scale(1.045);
}

.vertical-band {
  display: grid;
  justify-items: center;
  color: var(--red);
}

.vertical-band strong {
  font-family: serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.18;
  writing-mode: vertical-rl;
  letter-spacing: 8px;
}

.vertical-band span {
  margin-top: 16px;
  color: var(--soft-black);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.editable-content {
  display: none;
}

.legal-section {
  min-height: 58vh;
}

.legal-content {
  padding-top: clamp(28px, 5vw, 56px);
}

.legal-content .section-title {
  margin-bottom: 28px;
}

.locations {
  padding-top: clamp(38px, 4.6vw, 68px);
  background: var(--section-tint);
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.location-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(250px, 1.1fr);
  overflow: hidden;
  min-width: 0;
  min-height: 240px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--panel-bg);
  box-shadow: var(--paper-shadow);
}

.location-info {
  padding: 30px 24px;
}

.location-name {
  color: var(--red);
  font-size: 30px;
  font-weight: 700;
}

.location-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
  color: var(--soft-black);
  font-size: 14px;
}

.location-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
}

.location-list svg {
  width: 16px;
  height: 16px;
  color: var(--red);
  stroke-width: 1.5;
  transform: translateY(2px);
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.location-actions .button {
  min-height: 44px;
  padding-inline: 18px;
}

.location-photo {
  overflow: hidden;
}

.location-photo img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  transition: transform 520ms ease;
}

.location-card:hover .location-photo img {
  transform: scale(1.045);
}

.entry-content {
  color: var(--soft-black);
}

.entry-content > * {
  max-width: 860px;
}

.entry-content > .alignwide {
  max-width: 1120px;
}

.entry-content > .alignfull {
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.entry-content h2,
.entry-content h3 {
  font-family: var(--font-display);
  line-height: 1;
  text-transform: uppercase;
}

.entry-content a {
  color: var(--red);
  font-weight: 800;
}

.site-footer {
  padding: 38px 0;
  background: var(--charcoal);
  color: #fffaf2;
  font-size: 13px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(320px, 1.1fr) minmax(210px, 0.7fr);
  gap: 24px;
  align-items: start;
}

.footer-grid p,
.footer-grid span {
  color: rgba(255, 250, 242, 0.72);
}

.footer-grid p {
  margin: 8px 0;
}

.footer-grid a {
  color: #fff;
  overflow-wrap: anywhere;
}

.footer-grid strong {
  display: block;
  color: #fff;
  font-size: 14px;
}

.footer-locations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.footer-locations div,
.footer-links {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.footer-copy {
  grid-column: 1 / -1;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 250, 242, 0.12);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: 118px 1fr auto;
    gap: 18px;
  }

  .social-links {
    display: none;
  }

  .footer-promo {
    grid-template-columns: 1fr;
  }

  .order-now {
    grid-template-columns: minmax(300px, 1fr) 230px;
  }

  .hero-copy {
    padding-left: 46px;
  }

  .story-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .vertical-band {
    display: none;
  }
}

@media (min-width: 981px) and (max-height: 820px) {
  .hero {
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .hero-grid {
    transform: translateY(10px);
  }

  .hero-title {
    font-size: clamp(50px, 5.9vw, 82px);
  }

  .eyebrow {
    margin-bottom: 10px;
  }

  .hero-text {
    margin: 14px 0;
    font-size: clamp(15px, 1.25vw, 18px);
  }

  .hero-actions {
    gap: 12px;
    margin-bottom: 16px;
  }

  .hero-actions .button {
    min-height: 44px;
    padding: 0 20px;
  }

  .hero-badges {
    gap: 12px;
  }

  .badge {
    grid-template-columns: 28px 1fr;
  }

  .badge svg {
    width: 24px;
    height: 24px;
  }

  .badge strong {
    font-size: 19px;
  }

  .hero-copy::before {
    top: 122px;
    height: 84px;
  }

  .hero-copy::after {
    top: calc(122px + (var(--hero-active-slide, 0) * 34px));
  }

  .slide-numbers {
    top: 116px;
    gap: 20px;
  }

  .hero-visual {
    min-height: min(440px, calc(100svh - 178px));
  }

  .hero-plate {
    right: -5%;
    width: min(660px, 52vw, calc((100svh - 182px) * 1.56));
  }

  .slider-arrow {
    right: 18px;
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: 112px 1fr auto;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .primary-nav {
    position: fixed;
    inset: 78px 0 auto 0;
    display: none;
    padding: 26px 20px;
    border-bottom: 1px solid var(--line);
    background: var(--header-bg);
    box-shadow: 0 24px 38px rgba(36, 29, 25, 0.12);
  }

  .menu-open .primary-nav {
    display: block;
  }

  .primary-menu {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    width: calc(100% - 40px);
    max-width: 1280px;
    margin-inline: auto;
    font-size: 18px;
  }

  .primary-menu a::after,
  .primary-menu .nav-link::after {
    bottom: 0;
  }

  .header-actions > .button {
    display: none;
  }

  .hero {
    min-height: 0;
    height: auto;
    max-height: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-visual {
    min-height: 380px;
  }

  .hero-plate {
    right: 0;
    width: min(100%, 720px);
  }

  .vertical-copy {
    right: 0;
  }

  .product-grid {
    grid-auto-columns: calc((100% - 28px) / 2);
  }

  .location-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  main,
  .site-shell,
  .footer-promo,
  .instagram-strip,
  .order-now,
  .hero,
  .section {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .rois-container {
    width: calc(100% - 28px);
    max-width: 1280px;
  }

  .header-inner {
    grid-template-columns: 104px 1fr auto;
    min-height: 76px;
    gap: 12px;
  }

  .brand {
    width: 96px;
  }

  .brand img,
  .brand .custom-logo {
    max-width: 92px;
    max-height: 54px;
  }

  .primary-nav {
    top: 76px;
  }

  .header-actions > .button {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 40;
    display: inline-flex;
    width: auto;
    min-height: 54px;
    border-radius: 16px;
  }

  .footer-promo {
    gap: 28px;
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .instagram-strip,
  .order-now {
    border-radius: 20px;
  }

  .instagram-strip {
    padding: 28px;
  }

  .instagram-strip h2,
  .order-now h2 {
    font-size: clamp(34px, 9.8vw, 42px);
    overflow-wrap: anywhere;
  }

  .insta-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: minmax(150px, 44vw);
  }

  .insta-grid img:first-child {
    grid-row: auto;
  }

  .insta-grid img:nth-child(n + 4) {
    display: none;
  }

  .order-now {
    display: block;
    min-height: 0;
    padding: 28px;
  }

  .order-now::before {
    right: -26%;
    bottom: 88px;
    width: 126%;
    height: 90px;
  }

  .order-now::after {
    display: none;
  }

  .delivery-row {
    grid-template-columns: repeat(2, minmax(0, 142px));
    justify-content: center;
    gap: 10px;
  }

  .delivery-logo {
    min-height: 54px;
    padding-inline: 8px;
  }

  .delivery-mark {
    width: 86px;
    height: 28px;
  }

  .delivery-mark-rois {
    width: 62px;
    height: 34px;
  }

  .phone-mock {
    width: min(58vw, 190px);
    margin: 34px auto 0;
    transform: rotate(7deg);
  }

  .hero {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 46px;
  }

  .hero::before,
  .hero::after,
  .ink-scene,
  .slider-arrow,
  .vertical-copy {
    display: none;
  }

  .hero-copy {
    padding-left: 0;
  }

  .hero-copy::before,
  .hero-copy::after,
  .slide-numbers {
    display: none;
  }

  .eyebrow {
    font-size: 11px;
    letter-spacing: 0.46em;
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(36px, 6.5vw, 46px);
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .hero-title .red {
    display: block;
    width: auto;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero-text {
    margin: 22px 0;
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .badge {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 7px;
  }

  .badge svg {
    width: 22px;
    height: 22px;
  }

  .badge strong {
    font-size: 18px;
  }

  .badge span {
    font-size: 10px;
  }

  .hero-visual {
    min-height: 0;
    margin-top: 22px;
  }

  .hero-plate {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 560px);
    margin-inline: auto;
    transform: rotate(-1deg);
  }

  .hero-plate img {
    border-radius: 24px;
  }

  .section {
    padding: 42px 0;
  }

  .section-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .menu-slider {
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .product-grid {
    grid-auto-columns: min(86vw, 360px);
    padding-bottom: 52px;
  }

  .product-body {
    min-height: 224px;
    padding-right: 62px;
  }

  .side-arrow {
    display: none;
  }

  .carousel-dots {
    right: 0;
    bottom: 18px;
    left: 0;
  }

  .story-photos {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .story-photo:first-child {
    grid-row: auto;
  }

  .story-photo img {
    min-height: 0;
    height: 250px;
  }

  .location-card {
    grid-template-columns: 1fr;
  }

  .location-photo {
    order: -1;
  }

  .footer-grid {
    gap: 20px;
    padding-bottom: 0;
  }

  .footer-locations {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-links {
    gap: 10px;
  }

  .footer-copy {
    padding-top: 18px;
  }
}

@media (max-width: 480px) {
  .rois-container {
    width: calc(100% - 22px);
    max-width: 1280px;
  }

  .header-actions {
    gap: 10px;
  }

  .instagram-strip,
  .order-now {
    padding: 24px;
  }

  .instagram-strip h2,
  .order-now h2 {
    font-size: clamp(32px, 9.2vw, 38px);
  }

  .insta-grid {
    grid-auto-rows: minmax(150px, 46vw);
    gap: 8px;
  }

  .delivery-row {
    grid-template-columns: repeat(2, minmax(0, 136px));
  }

  .button,
  .wp-block-button__link {
    width: 100%;
    min-height: 46px;
    padding: 0 18px;
  }

  .hero-title {
    font-size: clamp(32px, 8.8vw, 36px);
  }

  .header-actions > .button {
    width: auto;
  }

  .product-grid {
    grid-auto-columns: min(88vw, 330px);
  }

  .site-footer {
    padding: 30px 0;
  }

  .footer-grid {
    gap: 18px;
  }

  .product-title {
    font-size: 24px;
  }

  .location-info {
    padding: 24px 20px;
  }

  .delivery-mark {
    width: 82px;
    height: 27px;
  }

  .delivery-mark-rois {
    width: 58px;
    height: 32px;
  }

  .phone-mock {
    width: min(64vw, 178px);
  }
}
