:root {
  --red: #e0202d;
  --deep-red: #551214;
  --black: #050505;
  --white: #ffffff;
  --ink: #161616;
  --footer: #000000;
  --max: 1050px;
}

@font-face {
  font-family: "Canva Sans Local";
  src: url("fonts/325651f1111659cbaa0ee104bce3f541.woff2") format("woff2");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Canva Sans Local", "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  background: var(--white);
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
  padding: 0 16px 0 28px;
  background: #000;
  color: #fff;
}

.brand-link {
  position: absolute;
  left: 26px;
  width: 38px;
  opacity: 0;
  pointer-events: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 33px;
  font-size: 16px;
  font-weight: 800;
}

.site-nav a {
  line-height: 48px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #ffd7d7;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 763px;
  overflow: hidden;
  padding-top: 48px;
}

.hero-bg,
.section-photo {
  background-image: linear-gradient(rgba(255,255,255,.82), rgba(255,255,255,.82)), url("media/6540a376835827650e331a0bb3b9c6df.jpg");
  background-size: cover;
  background-position: center;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1366px);
  min-height: 715px;
  margin: 0 auto;
}

.hero-bg {
  position: absolute;
  inset: 48px 0 0;
}

.hero-logo {
  position: absolute;
  top: 136px;
  left: 222px;
  width: 367px;
}

.hero-copy {
  position: absolute;
  left: 170px;
  top: 432px;
  width: 470px;
  text-align: center;
  color: var(--red);
}

.hero-copy p {
  margin: 0 0 2px;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.05em;
}

.hero-copy h1 {
  margin: 0 0 22px;
  font-size: 58px;
  line-height: .95;
  font-weight: 950;
  letter-spacing: -.048em;
  white-space: nowrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 228px;
  height: 62px;
  padding: 0 34px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 27px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(.96);
}

.button-dark {
  background: #000;
  color: #fff;
}

.button-light {
  background: #fff;
  color: #000;
}

.button-red {
  border-radius: 0;
  background: var(--deep-red);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  min-width: 226px;
  height: 47px;
}

.hero-art {
  position: absolute;
  top: 131px;
  left: 643px;
  width: 646px;
  height: 524px;
}

.red-brush {
  position: absolute;
  top: 9px;
  left: 69px;
  width: 486px;
  height: 465px;
  background: url("media/red-brush-red.png") center/contain no-repeat;
}

.bento {
  position: absolute;
  top: 104px;
  left: 96px;
  width: 442px;
  transform: rotate(0deg);
  filter: drop-shadow(0 8px 8px rgba(0,0,0,.24));
}

.rolls-top {
  position: absolute;
  top: 50px;
  left: 30px;
  width: 304px;
  transform: rotate(6.5deg);
  filter: drop-shadow(0 8px 8px rgba(0,0,0,.22));
}

.rolls-side {
  position: absolute;
  top: 246px;
  left: 318px;
  width: 312px;
  transform: rotate(-12.3deg);
  filter: drop-shadow(0 8px 8px rgba(0,0,0,.24));
}

.about {
  position: relative;
  min-height: 459px;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  background-image: url("media/2623f5b6bf4f52dc8a192f51477e014c.jpg");
  background-position: center 37%;
}

.section-shade {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.69);
}

.about-content {
  position: relative;
  width: min(100% - 40px, 1010px);
  margin-top: 12px;
}

.about h2 {
  margin: 0 0 23px;
  font-size: 47px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 950;
  letter-spacing: 0;
}

.about p {
  margin: 0 auto;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 800;
}

.order {
  min-height: 619px;
  overflow: hidden;
  background: #db3237;
  color: #fff;
}

.order-inner {
  position: relative;
  width: min(100% - 40px, var(--max));
  min-height: 619px;
  margin: 0 auto;
}

.order-copy {
  position: absolute;
  left: 0;
  top: 131px;
  width: 520px;
}

.order h2 {
  margin: 0 0 10px;
  font-size: clamp(58px, 6vw, 75px);
  line-height: .93;
  font-weight: 950;
}

.order h3 {
  margin: 0 0 24px;
  font-size: 41px;
  line-height: 1;
  font-weight: 950;
}

.order p {
  width: 470px;
  margin: 0 0 17px;
  font-size: 21px;
  line-height: 1.08;
  font-weight: 500;
}

.order-gallery {
  position: absolute;
  top: 70px;
  right: -42px;
  width: 548px;
  height: 366px;
}

.dish {
  position: absolute;
  width: 270px;
  height: 216px;
  object-fit: contain;
  filter: drop-shadow(0 6px 5px rgba(0,0,0,.18));
}

.dish-one {
  top: 0;
  left: 72px;
}

.dish-two {
  top: 62px;
  right: 0;
}

.dish-three {
  left: 104px;
  bottom: 0;
  width: 300px;
  height: 240px;
}

.contact {
  min-height: 429px;
  background: #fff;
}

.contact-inner {
  display: grid;
  grid-template-columns: .95fr 1fr 1fr;
  column-gap: 46px;
  width: min(100% - 40px, 1160px);
  margin: 0 auto;
  padding: 53px 0 56px;
}

.contact-brand img {
  width: 225px;
  margin: 0 0 14px 0;
}

.contact h2 {
  margin: 0 0 8px;
  color: #5d171a;
  font-size: 30px;
  line-height: .94;
  font-weight: 950;
}

.contact strong {
  display: block;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 950;
}

.contact-brand p {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 800;
}

.socials {
  display: flex;
  gap: 12px;
}

.social {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  color: #fff;
  background: #000;
  font-size: 32px;
  font-weight: 950;
  line-height: 1;
}

.instagram {
  border: 4px solid #000;
  border-radius: 11px;
  background: transparent;
}

.instagram span {
  width: 15px;
  height: 15px;
  border: 4px solid #000;
  border-radius: 50%;
}

.contact-details {
  padding-top: 6px;
  font-style: normal;
}

.contact-city {
  display: block;
  margin: 0 0 14px;
  color: #5d171a;
  font-size: 24px;
  font-weight: 950;
  text-transform: none;
  letter-spacing: -.01em;
}

.contact-details span {
  display: block;
  font-size: 17px;
  margin-bottom: 4px;
}

.contact-details p {
  margin: 0 0 11px;
  font-size: 19px;
  line-height: 1.08;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.contact-details .button {
  margin-top: 10px;
}

.site-footer {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 185px;
  padding: 15px 24px;
  color: #fff;
  background: #000;
  font-size: 13px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: inherit;
}

.footer-logo img {
  width: 166px;
}

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

.order-modal[hidden] {
  display: none;
}

.order-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .6);
  backdrop-filter: blur(2px);
}

.order-modal-box {
  position: relative;
  width: min(100%, 440px);
  background: #fff;
  border-radius: 22px;
  padding: 38px 34px 34px;
  text-align: center;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
  animation: order-pop .2s ease;
}

@keyframes order-pop {
  from { transform: translateY(14px) scale(.97); opacity: 0; }
  to { transform: none; opacity: 1; }
}

.order-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: 0;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  color: #888;
  cursor: pointer;
}

.order-modal-close:hover {
  color: #000;
}

.order-modal-logo {
  width: 96px;
  margin: 0 auto 14px;
}

.order-modal-box h2 {
  margin: 0 0 6px;
  color: var(--red);
  font-size: 28px;
  font-weight: 950;
  letter-spacing: -.02em;
}

.order-modal-box p {
  margin: 0 0 22px;
  color: #555;
  font-size: 15px;
  font-weight: 600;
}

.order-modal-options {
  display: grid;
  gap: 14px;
}

.order-branch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 22px;
  border-radius: 14px;
  background: #000;
  color: #fff;
  transition: transform .15s ease, background .15s ease;
}

.order-branch:hover,
.order-branch:focus-visible {
  background: var(--red);
  transform: translateY(-2px);
}

.order-branch strong {
  font-size: 21px;
  font-weight: 900;
}

.order-branch span {
  font-size: 14px;
  font-weight: 700;
  opacity: .85;
}

@media (max-width: 980px) {
  .site-header {
    justify-content: space-between;
  }

  .brand-link {
    position: static;
    opacity: 0;
    pointer-events: none;
  }

  .nav-toggle {
    display: grid;
    gap: 5px;
    border: 0;
    background: transparent;
    padding: 8px;
  }

  .nav-toggle span {
    width: 26px;
    height: 3px;
    background: #fff;
  }

  .site-nav {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #000;
    padding: 8px 22px 18px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    line-height: 42px;
  }

  .hero {
    min-height: 980px;
  }

  .hero-inner {
    min-height: 950px;
  }

  .hero-logo {
    position: absolute;
    top: 72px;
    left: 50%;
    width: 228px;
    transform: translateX(-50%);
  }

  .hero-copy {
    left: 50%;
    top: 292px;
    width: min(92vw, 480px);
    transform: translateX(-50%);
  }

  .hero-copy h1 {
    white-space: normal;
  }

  .hero-art {
    top: 500px;
    left: 50%;
    right: auto;
    width: 646px;
    height: 524px;
    transform: translateX(-50%) scale(.82);
    transform-origin: top center;
  }

  .order-inner {
    min-height: 850px;
  }

  .order-copy,
  .order-gallery {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
  }

  .order-copy {
    padding-top: 68px;
  }

  .order-gallery {
    margin-top: 28px;
    height: 350px;
  }

  .contact-inner {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .contact-details {
    padding-top: 0;
  }

  .site-footer {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

@media (max-width: 620px) {
  .button {
    min-width: 190px;
    height: 54px;
    font-size: 22px;
  }

  .hero {
    min-height: 712px;
  }

  .hero-inner {
    min-height: 690px;
  }

  .hero-logo {
    top: 58px;
    width: 184px;
  }

  .hero-copy {
    top: 226px;
  }

  .hero-copy p {
    font-size: 26px;
  }

  .hero-copy h1 {
    font-size: 40px;
  }

  .hero-art {
    top: 378px;
    transform: translateX(-50%) scale(.55);
  }

  .about {
    min-height: 560px;
  }

  .about h2 {
    font-size: 38px;
  }

  .about p {
    font-size: 18px;
  }

  .order-inner {
    min-height: 810px;
  }

  .order h2 {
    font-size: 54px;
  }

  .order h3 {
    font-size: 32px;
  }

  .order p {
    width: auto;
    font-size: 19px;
  }

  .order-gallery {
    height: 300px;
  }

  .dish {
    width: 48%;
    height: auto;
  }

  .dish-one {
    left: 6%;
  }

  .dish-two {
    right: 0;
  }

  .dish-three {
    left: 23%;
    width: 56%;
  }

  .contact h2 {
    font-size: 27px;
  }

  .contact-details p {
    font-size: 18px;
  }
}

/* ===== Scroll & motion animations ===== */
@media (prefers-reduced-motion: no-preference) {
  /* Scroll-reveal: hidden until JS tags them and they enter the viewport */
  [data-reveal] {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity .8s cubic-bezier(.22, .61, .36, 1),
                transform .8s cubic-bezier(.22, .61, .36, 1);
    will-change: opacity, transform;
  }

  [data-reveal="left"] {
    transform: translateX(-46px);
  }

  [data-reveal="right"] {
    transform: translateX(46px);
  }

  [data-reveal="zoom"] {
    transform: scale(.9);
  }

  [data-reveal].is-visible {
    opacity: 1;
    transform: none;
  }

  /* Floating / bobbing food images */
  .hero-art .bento {
    animation: float-bento 4s ease-in-out infinite;
  }

  .hero-art .rolls-top {
    animation: float-top 3.4s ease-in-out infinite;
  }

  .hero-art .rolls-side {
    animation: float-side 3.8s ease-in-out infinite .4s;
  }

  .dish-one {
    animation: float-y 3.6s ease-in-out infinite;
  }

  .dish-two {
    animation: float-y 4.3s ease-in-out infinite .35s;
  }

  .dish-three {
    animation: float-y 3.9s ease-in-out infinite .6s;
  }
}

@keyframes float-y {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-13px); }
}

@keyframes float-bento {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(0deg); }
}

@keyframes float-top {
  0%, 100% { transform: translateY(0) rotate(6.5deg); }
  50% { transform: translateY(-15px) rotate(6.5deg); }
}

@keyframes float-side {
  0%, 100% { transform: translateY(0) rotate(-12.3deg); }
  50% { transform: translateY(-11px) rotate(-12.3deg); }
}
