:root {
  --ink: #111312;
  --chalk: #fbfaf6;
  --white: #ffffff;
  --mist: #eef3f1;
  --line: #d9dfda;
  --muted: #66706a;
  --matcha: #2f6a42;
  --matcha-dark: #173825;
  --tomato: #c64234;
  --clay: #f2ded5;
  --bluegray: #dfe9ee;
  --gold: #c9973c;
  --shadow: 0 22px 60px rgba(17, 19, 18, 0.14);
  --font-body: Arial, sans-serif;
  --font-display: Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--chalk);
  font-family: var(--font-body);
  line-height: 1.55;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(251, 250, 246, 0.9);
  border-bottom: 1px solid rgba(217, 223, 218, 0.85);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 122px;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.6vw, 30px);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.nav a {
  text-decoration: none;
}

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

.nav a.active {
  color: var(--tomato);
}

.nav a.active::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 4px;
  background: currentColor;
}

.nav-order {
  padding: 10px 14px;
  border: 1px solid var(--ink);
  border-radius: 6px;
}

.hero {
  position: relative;
  min-height: calc(92vh - 78px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 17, 12, 0.9), rgba(10, 17, 12, 0.52) 50%, rgba(10, 17, 12, 0.1)),
    url("/wp-content/uploads/2025/06/SushiHackney.jpg") center / cover no-repeat;
  transform: scale(1.03);
}

.hero-inner {
  position: relative;
  width: min(1060px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(70px, 11vw, 132px) 0 clamp(176px, 17vw, 226px);
}

.eyebrow,
.tag {
  margin: 0;
  color: var(--tomato);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero .eyebrow {
  color: var(--tomato);
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

.hero h1,
.story-copy h2,
.section-heading h2,
.order-band h2,
.menu-hero h1,
.menu-category h2 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 1.02;
}

.hero h1 {
  max-width: 880px;
  margin-top: 12px;
  font-size: clamp(38px, 6.6vw, 90px);
}

.hero-copy {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 24px);
}

.hero-actions,
.order-actions,
.menu-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
}

.button.primary {
  color: var(--white);
  background: var(--tomato);
}

.button.primary:hover {
  background: #a93428;
}

.button.ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.64);
}

.button.ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.button.dark {
  color: var(--white);
  background: var(--ink);
}

.story-section,
.signature-section,
.branches-section,
.gallery-section,
.full-menu {
  padding: clamp(60px, 9vw, 118px) clamp(18px, 4vw, 56px);
}

.story-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
  background: var(--white);
}

.story-copy h2,
.section-heading h2,
.order-band h2 {
  margin-top: 10px;
  font-size: clamp(34px, 5.2vw, 66px);
}

.signature-section .section-heading h2 {
  font-size: clamp(27px, 4.2vw, 53px);
}

.story-copy p:last-child,
.order-band p,
.menu-hero p {
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
}

.story-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.story-image img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.signature-section {
  background: var(--mist);
}

.section-heading {
  max-width: 820px;
}

.section-heading.centered {
  margin: 0 auto;
  text-align: center;
}

.signature-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  max-width: 1180px;
  margin: 38px auto 0;
}

.signature-card {
  display: grid;
  grid-template-columns: 168px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.signature-card.large {
  grid-row: span 2;
  grid-template-columns: 1fr;
}

.signature-card img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.signature-card.large img {
  aspect-ratio: 16 / 10;
}

.signature-card div {
  padding: 24px;
}

.signature-card h3 {
  margin: 8px 0;
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.08;
}

.signature-card p:not(.tag) {
  margin: 0 0 16px;
  color: var(--muted);
}

.signature-card strong,
.item-list strong,
.menu-list strong {
  color: var(--tomato);
  font-size: 18px;
}

.menu-link-row {
  justify-content: center;
  margin-top: 28px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-bottom: 2px solid var(--tomato);
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
}

.branches-section {
  background: var(--chalk);
}

.branch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}

.branch-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.branch-card.accent {
  border-color: rgba(198, 66, 52, 0.45);
}

.branch-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.branch-content {
  padding: 24px;
}

.branch-content h3 {
  margin: 8px 0 8px;
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.1;
}

.branch-content p {
  margin: 0 0 12px;
  color: var(--muted);
}

.branch-content a {
  color: var(--matcha);
  font-weight: 900;
  text-decoration: none;
}

.branch-content .branch-menu-button {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 14px;
  padding: 0 12px;
  border: 1px solid var(--tomato);
  border-radius: 6px;
  color: var(--white);
  background: var(--tomato);
  font-size: 13px;
}

.branch-content .branch-menu-button:hover {
  background: #a93428;
}

.order-link-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.order-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--matcha);
  border-radius: 6px;
  color: var(--matcha-dark);
  background: var(--white);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.order-link:hover {
  color: var(--white);
  background: var(--matcha);
}

.order-link-group-branch {
  margin-top: 14px;
}

.order-link-group-hero {
  align-self: end;
  justify-content: flex-end;
}

.order-link-group-hero .order-link,
.order-link-group-band .order-link {
  min-height: 48px;
  padding: 0 18px;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.1);
}

.order-link-group-hero .order-link:hover,
.order-link-group-band .order-link:hover {
  color: var(--ink);
  background: var(--white);
}

.branch-hours {
  display: grid;
  gap: 6px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
}

.branch-hours strong {
  color: var(--tomato);
  font-size: 12px;
  text-transform: uppercase;
}

.branch-hours span {
  display: block;
}

.branch-hours b {
  color: var(--ink);
}

.order-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(52px, 8vw, 90px) clamp(18px, 4vw, 56px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(23, 56, 37, 0.98), rgba(47, 106, 66, 0.9)),
    url("/wp-content/uploads/2020/10/Ohba-leaf-wave.png") center / 460px auto repeat;
}

.order-band .eyebrow,
.order-band p {
  color: rgba(255, 255, 255, 0.78);
}

.order-band div:first-child {
  max-width: 760px;
}

.story-band {
  justify-content: flex-start;
}

.story-band div:first-child {
  max-width: 980px;
}

.story-band p + p {
  margin-top: 14px;
}

.all-order-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(720px, 100%);
}

.all-order-links > div {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.all-order-links strong {
  color: var(--white);
}

.order-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 20px;
}

.order-modal:target {
  display: grid;
}

.order-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 19, 18, 0.62);
  backdrop-filter: blur(8px);
}

.order-modal-panel {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(760px, calc(100vh - 40px));
  overflow: auto;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 8px;
  background: var(--chalk);
  box-shadow: var(--shadow);
}

.order-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.order-modal-head h2 {
  margin: 6px 0 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1;
}

.order-modal-close {
  flex: 0 0 auto;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.order-modal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.order-branch-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.order-branch-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.1;
}

.order-branch-card .order-link {
  width: 100%;
}

.gallery-section {
  background: var(--white);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 210px;
  gap: 14px;
  margin-top: 34px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.gallery-grid .wide {
  grid-column: span 2;
}

.gallery-grid .tall {
  grid-row: span 2;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(18px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.78);
  background: var(--ink);
}

.site-footer img {
  width: 96px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--white);
  font-weight: 900;
  text-decoration: none;
}

.menu-hero {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding: clamp(66px, 10vw, 128px) clamp(18px, 4vw, 56px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(12, 18, 14, 0.9), rgba(12, 18, 14, 0.46)),
    url("/wp-content/uploads/2025/06/SushiHackney-set-menu.jpg") center / cover no-repeat;
}

.menu-hero.walthamstow-hero {
  background:
    linear-gradient(90deg, rgba(12, 18, 14, 0.9), rgba(12, 18, 14, 0.46)),
    url("/wp-content/Ohba_Walthamstow.jpg") center / cover no-repeat;
}

.menu-hero.hackney-hero {
  background:
    linear-gradient(90deg, rgba(12, 18, 14, 0.9), rgba(12, 18, 14, 0.46)),
    url("/wp-content/Ohba_Leaf_Hackney.jpg") center / cover no-repeat;
}

.menu-hero.upminster-hero {
  background:
    linear-gradient(90deg, rgba(12, 18, 14, 0.9), rgba(12, 18, 14, 0.46)),
    url("/wp-content/Ohba_Upminster.jpg") center / cover no-repeat;
}

.menu-hero h1 {
  margin-top: 10px;
  font-size: clamp(48px, 8vw, 96px);
}

.menu-hero p {
  max-width: 800px;
  color: rgba(255, 255, 255, 0.84);
}

.category-nav {
  position: sticky;
  top: 78px;
  z-index: 40;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(251, 250, 246, 0.94);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.hero-branch-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  width: min(620px, 100%);
  margin-top: 26px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(12px);
}

.hero-branch-meta div {
  padding: 16px;
  background: rgba(13, 18, 15, 0.42);
}

.hero-branch-meta span {
  display: block;
  margin-bottom: 8px;
  color: var(--tomato);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-branch-meta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.45;
}

.hero-branch-meta a {
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.category-nav a {
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--matcha-dark);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.category-nav a:hover {
  color: var(--white);
  background: var(--matcha);
  border-color: var(--matcha);
}

.full-menu {
  display: grid;
  gap: 42px;
  background: rgba(251, 250, 246, 0.9);
}

.menu-category {
  scroll-margin-top: 136px;
}

.menu-category + .menu-category {
  position: relative;
  padding-top: 42px;
}

.menu-category + .menu-category::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background: rgba(17, 19, 18, 0.16);
}

.menu-category h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 50px);
}

.category-intro {
  max-width: 760px;
  margin: -8px 0 22px;
  color: var(--muted);
}

.item-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 42px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.item-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 14px;
  align-items: baseline;
  min-height: 112px;
  padding: 0;
  background: transparent;
}

.item-list.compact > div {
  min-height: 74px;
}

.item-list h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

.item-list strong {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  white-space: nowrap;
}

.item-list p {
  grid-column: 1 / 3;
  grid-row: 2;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 980px) {
  .story-section,
  .signature-grid,
  .branch-grid,
  .menu-hero {
    grid-template-columns: 1fr;
  }

  .signature-card.large {
    grid-row: auto;
  }

  .order-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .all-order-links {
    grid-template-columns: 1fr;
  }

  .order-modal-grid {
    grid-template-columns: 1fr;
  }

  .order-link-group-hero {
    justify-content: flex-start;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .site-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    width: 100vw;
    max-width: 100%;
    min-height: auto;
    gap: 12px;
    padding: 14px 16px;
    overflow: hidden;
  }

  .nav {
    width: min(calc(100vw - 32px), 358px);
    max-width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 6px;
    overflow-x: hidden;
    font-size: 11px;
  }

  .nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 6px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.72);
    text-align: center;
    white-space: normal;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .nav a.active {
    color: var(--white);
    background: var(--tomato);
    border-color: var(--tomato);
  }

  .nav a.active::after {
    display: none;
  }

  .nav-order {
    border-color: var(--line);
  }

  .hero {
    min-height: 680px;
  }

  .hero h1 {
    font-size: clamp(32px, 9.6vw, 43px);
  }

  .menu-hero h1 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .story-copy h2,
  .section-heading h2,
  .order-band h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(10, 17, 12, 0.26), rgba(10, 17, 12, 0.9)),
      url("/wp-content/uploads/2025/06/SushiHackney.jpg") center / cover no-repeat;
  }

  .hero-inner {
    width: min(calc(100vw - 32px), 358px);
    margin-right: auto;
    margin-left: 16px;
    padding-bottom: 150px;
  }

  .hero-actions,
  .order-actions,
  .menu-link-row {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .order-link-group,
  .order-link {
    width: 100%;
  }

  .menu-hero {
    padding: 44px 16px 52px;
  }

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

  .signature-card img {
    min-height: 220px;
  }

  .item-list {
    grid-template-columns: 1fr;
  }

  .category-nav {
    top: 0;
    padding: 10px 16px;
  }

  .menu-hero > div {
    max-width: min(calc(100vw - 32px), 358px);
  }

  .hero-branch-meta {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 20px;
  }

  .gallery-grid {
    grid-auto-rows: 180px;
  }

  .gallery-grid .wide,
  .gallery-grid .tall {
    grid-column: auto;
    grid-row: auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .brand img {
    width: 106px;
  }

  .nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-section,
  .signature-section,
  .branches-section,
  .gallery-section,
  .full-menu {
    padding-right: 16px;
    padding-left: 16px;
  }

  .menu-hero {
    padding: 54px 16px;
  }

  .item-list > div {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .item-list strong {
    justify-self: end;
  }

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