/* =========================================================
   MALA MIA STATIC FRONT-END
   ---------------------------------------------------------
   Visual direction reproduced from the supplied landing page:
   - black / fire red palette
   - smoky ember texture
   - bold condensed navigation/body text
   - white + red brush headline treatment
   - red outlined panels and red product cards
   - page templates adapted for About, Menu, Promotion, Contact, Reservation
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


:root {
  --black: #020202;
  --black-2: #070707;
  --black-3: #111111;
  --white: #ffffff;
  --muted: #d9d9d9;
  --red: #ed0707;
  --red-2: #ff1616;
  --red-dark: #8f0000;
  --orange: #ff5a12;
  --stroke: rgba(255, 22, 22, 0.96);
  --panel: rgba(5, 5, 5, 0.86);
  --panel-soft: rgba(255, 255, 255, 0.04);
  --max: 1120px;
  --page-pad: clamp(18px, 4vw, 42px);
  --header-h: 118px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --shadow-red: 0 0 28px rgba(237, 7, 7, .34);
  --shadow-black: 0 28px 70px rgba(0, 0, 0, .7);
  --font-condensed:  "Oswald", sans-serif;
  --font-body: "Oswald", sans-serif;
  --font-brush: "Oswald", sans-serif;
}

@font-face {
    font-family: 'AutumnBrush';
    src: url('./assets/AutumnBrus400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--black);
/*  font-family: var(--font-body);*/
    font-family: 'AutumnBrush'!important;
  font-size: 16px;
  letter-spacing: .2px;
  overflow-x: hidden;
}
body::before,
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -3;
}
body::before {
  background:
    radial-gradient(circle at 18% 10%, rgba(240, 0, 0, .22), transparent 18%),
    radial-gradient(circle at 87% 5%, rgba(255, 77, 0, .16), transparent 22%),
    radial-gradient(circle at 4% 48%, rgba(255, 44, 10, .10), transparent 15%),
    linear-gradient(180deg, #050505 0%, #010101 100%);
}
body::after {
  opacity: .36;
  background-image:
    radial-gradient(circle, rgba(255, 75, 22, .78) 0 1.1px, transparent 1.4px),
    radial-gradient(circle, rgba(255, 190, 44, .55) 0 1px, transparent 1.3px),
    radial-gradient(circle, rgba(255, 16, 16, .7) 0 1.2px, transparent 1.5px);
  background-size: 78px 78px, 133px 133px, 211px 211px;
  background-position: 0 0, 22px 49px, 80px 9px;
  mix-blend-mode: screen;
}

p{
    font-family: 'Oswald' !important;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

/* ---------- Reusable Layout ---------- */
/*.container {
  width: min(var(--max), calc(100% - var(--page-pad) * 2));
  margin-inline: auto;
}
*/
.container {
    width: 100%;
    max-width: 1600px;
    margin-inline: auto;
    padding-right: 40px !important;
    padding-left: 40px !important;
}
.section {
  position: relative;
  padding: clamp(60px, 8vw, 108px) 0;
}
.section--tight { padding: clamp(42px, 6vw, 72px) 0; }
.section--black { background: #030303; }
.section--ember {
  background:
    radial-gradient(circle at 8% 35%, rgba(255, 32, 0, .18), transparent 22%),
    radial-gradient(circle at 94% 12%, rgba(255, 32, 0, .18), transparent 18%),
    #030303;
}
.section--fade-top { box-shadow: inset 0 70px 80px rgba(0,0,0,.72); }
.center { text-align: center; }
.grid { display: grid; gap: clamp(18px, 3vw, 34px); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.kicker {
    margin: 0 0 12px;
    color: var(--red-2);
    font-family: var(--font-condensed);
    font-size: 40px;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 500;
}
.brush {
    margin: 0;
    font-family: var(--font-brush);
    line-height: .98;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 3px 0 rgba(0,0,0,.55), 0 0 26px rgba(255,255,255,.08);
    font-weight: 400;
    font-family: 'AutumnBrush';
}
.brush .red, .text-red { color: var(--red-2); }
.section-title {
    margin: 0 auto 28px;
    font-size: clamp(42px, 7vw, 78px);
    max-width: 100%;
    font-family: 'AutumnBrush';
    font-size: 80px;
    font-weight: 400;
}
.section-title--small {
    font-size: 100px;
    font-family: 'AutumnBrush';
    font-weight: 500;
    padding-top: 20px;
    margin: 10px 0px;
}
.lead {
    font-size: 36px;
    margin: 0 auto;
    line-height: 1.42;
    font-weight: 700;
    font-family: 'Oswald';
    font-weight: 500;
    max-width: 1300px;
}
.copy {
    color: #FFF;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 500;
    font-family: 'Oswald';
}
.copy strong { color: #fff; }

.btn-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 13px 26px 12px;
    border: 2px solid var(--red);
    background: var(--red);
    color: var(--white);
    font-family: var(--font-condensed);
    font-size: 18px;
    letter-spacing: .7px;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
    font-weight: 700;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-red); }
.btn--white {
  background: var(--white);
  border-color: var(--white);
  color: var(--red);
}
.btn--ghost {
  background: transparent;
  color: var(--white);
}
.btn--ghost:hover { background: var(--red); border-color: var(--red); }

.btn--tiny {
    min-height: 34px;
    padding: 10px 18px;
    font-size: 20px;
}

/* ---------- Header ---------- */
.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  padding: 22px clamp(22px, 5vw, 70px);
}
.site-header.is-sticky {
  position: sticky;
  top: 0;
  background: rgba(0,0,0,.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.06);
  min-height: 92px;
}
.brand {
  width: clamp(160px, 20vw, 238px);
  flex: 0 0 auto;
}
.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 58px);
}
.main-nav a {
  position: relative;
  font-family: var(--font-condensed);
  font-size: clamp(18px, 1.7vw, 23px);
  letter-spacing: .9px;
  color: #f2f2f2;
  text-transform: uppercase;
  transition: color .2s ease;
}
.main-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 3px;
  background: var(--red);
  transition: width .2s ease;
}
.main-nav a:hover,
.main-nav a.active{ color: var(--red-2); }
.main-nav a:hover::after,
.main-nav a.active::after { width: 100%; }
.nav-toggle {
  display: none;
  margin-left: auto;
  border: unset;
  color: #fff;
  background: unset;
  padding: 10px 15px;
  font-family: var(--font-condensed);
  letter-spacing: 1px;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  padding: calc(var(--header-h) + 54px) var(--page-pad) 54px;
  background-color: #050505;
}

.hero::before,
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Remove image and keep overlay */
.hero::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0,0,0,.36) 0%, rgba(0,0,0,.08) 35%, rgba(0,0,0,.83) 100%),
    radial-gradient(circle at 50% 38%, rgba(185,0,0,.18), transparent 40%);
}

/* Background Video */
.hero-video{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}

/* Content above video */
.hero__content{
  position:relative;
  z-index:2;
}
/*.hero::after {
  z-index: 1;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 44%, rgba(0,0,0,.56) 78%, #000 100%),
    linear-gradient(90deg, rgba(0,0,0,.72), transparent 22%, transparent 78%, rgba(0,0,0,.72));
}*/
.hero__content {
  position: relative;
  z-index: 2;
  width: min(860px, 100%);
  text-align: center;
}
.hero__title {
  font-size: clamp(55px, 9vw, 106px);
  transform: rotate(-3deg);
}
.hero__title span {
    display: block;
    font-family: 'AutumnBrush';
    font-size: 100px;
    font-weight: 400;
}
.hero__tagline {
    margin: 10px auto 20px;
    font-family: var(--font-condensed);
    font-size: 36px;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: .8px;
    text-shadow: 0 4px 20px #00000080;
    font-weight: 500;
}
.hero__tagline span { display: block; }
.hero--page {
  min-height: 440px;
  align-items: center;
  padding-bottom: 40px;
}
.hero--page::before {
  background:
    linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.82) 100%),
    radial-gradient(circle at 50% 20%, rgba(237,7,7,.32), transparent 42%),
    url('assets/hero.png') center/cover no-repeat;
}
.hero--page .hero__title {
    font-size: 100px;
}
.hero--page .hero__tagline { 
font-size: clamp(18px, 2.4vw, 27px); 
}
.hero--page{
    position: relative;
    overflow: hidden;
}

.hero--page::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 1;
}

.hero-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero--page .hero__content{
    position: relative;
    z-index: 2;
}

/* ---------- About Landing ---------- */
.about-mini {
  padding-top: 70px 15px;

}
section#about {
    background-image: url('assets/about-bg.webp');
    object-fit: cover;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 100%;

}
.how-it-works {
    padding-top: 60px;
}
.about-mini .section-title { margin-bottom: 22px; }

section#build-menu-pages {
    padding-top: 40px;
    padding-bottom: 60px;
}
/* ---------- How It Works ---------- */
.process-shell {
  position: relative;
  padding: clamp(28px, 5vw, 45px) clamp(18px, 5vw, 56px) clamp(30px, 5vw, 48px);
  border: 2px solid var(--stroke);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 14% 60%, rgba(255, 26, 0, .16), transparent 20%),
    rgba(0,0,0,.42);
  box-shadow: inset 0 0 34px rgba(237,7,7,.08), 0 0 0 1px rgba(255,255,255,.03);
}
.process-title {
  margin-bottom: 22px;
}
.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    counter-reset: step;
    margin-top: 24px;
    justify-content: space-between;
    justify-items: center;
}
.step {
    position: relative;
    text-align: center;
    padding-top: 58px;
    width: 100%;
}
.step::before {
    counter-increment: step;
    content: '0' counter(step);
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'AutumnBrush';
    font-size: 100px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    width: 100%;
}
.step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 40px;
    /* left: 50%; */
    right: calc(-50% - 12px);
    height: 3px;
    background: rgba(255,255,255,.76);
    width: 50%;
    transform: translateX(-50%);
}
.step img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin: 40px auto 21px;
    filter: drop-shadow(0 0 16px rgba(237,7,7,.24));
}
.step h3 {
    margin: 0 0 7px;
    color: var(--red-2);
    font-family: var(--font-condensed);
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}
.step p {
    margin: 0 auto;
    max-width: 200px;
    color: #FFF;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    font-family: 'Oswald';
}

/* ---------- Signature Bowls ---------- */
.menu-preview {
  padding-top: clamp(62px, 8vw, 95px);
  background: #000;
}
.carousel-wrap {
  position: relative;
  margin-top: 24px;
/*  padding: 0 clamp(0px, 5vw, 64px);*/
}
/*.bowl-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 35px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 5px 0 16px;
}*/

.bowl-track {
    padding: 5px 0 16px;
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.bowl-track::-webkit-scrollbar { display: none; }
.bowl-card {
    scroll-snap-align: center;
    display: flex;
    flex-direction: column;
    padding: 22px 28px 29px;
    background: var(--red);
    border-radius: 20px;
    box-shadow: var(--shadow-black);
    overflow: hidden;
    position: relative;
    flex: 0 0 calc((100% - 40px) / 3) !important;
    width: 100%;
    max-width: 426px !important;
}
/*.bowl-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,.35) 50%, rgba(0,0,0,.05) 100%);
  pointer-events: none;
  z-index: 1;
}*/
/*.bowl-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .85;
  transition: opacity .3s ease, transform .4s ease;
  z-index: 0;
}*/

.bowl-card img {
/*    position: absolute;*/
    inset: 0;
    width: 100%;
    height: auto;
}
.bowl-card:hover img {
  opacity: 1;
  transform: scale(1.04);
}
.bowl-card h3,
.bowl-card p {
  z-index: 1;
}
.bowl-card h3 {
  position: relative;
  margin: 0;
  font-family: var(--font-condensed);
  font-size: 30px;
  line-height: 40px;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.bowl-card p {
  position: relative;
  margin: 12px 0 0;
  font-family: var(--font-condensed);
  font-size: 20px; 
  line-height: 1;
  color: #fff;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 2px solid var(--red);
  background: #060606;
  color: var(--red);
  font-size: 34px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.carousel-btn:hover { background: var(--red); color: #fff; }
.carousel-btn--prev { left: 0; }
.carousel-btn--next { right: 0; }
.menu-preview .btn-row { margin-top: 60px; }

/* ---------- Promo Heat Panel ---------- */
.heat-promo {
  padding-top: 8px;
  background: #000;
}
.promo-panel {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  min-height: 360px;
  border: 2px solid var(--stroke);
  border-radius: 30px;
  overflow: hidden;
  background: #060606;
}
.promo-image {
    position: relative;
    min-height: 360px;
    background: linear-gradient(90deg, rgba(0, 0, 0, .08), rgb(0 0 0 / 0%) 96%), url(assets/malamia-dry.png) center / cover no-repeat;
}
.promo-image .mega-word {
  position: absolute;
  left: clamp(14px, 4vw, 42px);
  top: 18px;
  width: min(96%, 560px);
  font-family: var(--font-brush);
  font-size: clamp(63px, 10vw, 128px);
  line-height: .88;
  text-transform: uppercase;
  transform: rotate(-4deg);
  opacity: .96;
}
.promo-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 5vw, 54px);
  text-align: center;
  background:
    radial-gradient(circle at 90% 10%, rgba(237,7,7,.22), transparent 30%),
    #030303;
}
.promo-copy .kicker { color: #fff; }
.promo-copy .brush { font-size: clamp(42px, 6vw, 75px); }
/*.heat-levels {
  display: grid;
  grid-template-columns: repeat(4, minmax(70px, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 500px;
  margin: 26px 0 18px;
}*/
.heat-level { text-align: center; }
.heat-level span {
  display: block;
  margin-bottom: 5px;
  font-family: var(--font-condensed);
  font-size: 19px;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.heat-level img { height: 78px; margin: 0 auto; }

/* ---------- Footer ---------- */
.site-footer {
  padding: 44px 0 40px;
  background: #030303;
  border-top: 1px solid rgba(255,255,255,.05);
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr;
    gap: 28px;
    align-items: center;
}
.footer-logo { width: 280px; }
.footer-block h4,
.footer-contact h4 {
  margin: 0 0 7px;
  font-family: var(--font-condensed);
  color: #fff;
  font-size: 26px;
  letter-spacing: .8px;
}
.footer-block p, .footer-contact p {
    margin: 0;
    color: #f2f2f2;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 600;
    font-family: 'Oswald';
}
.socials {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.socials a {
  width: 50px;
  height: 50px;
/*  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-family: Arial, sans-serif;
  font-weight: 900;
  font-size: 13px;*/
}

/* ---------- Inner Page Components ---------- */
.page-section-title {
  margin-bottom: 36px;
}
.card-panel {
  position: relative;
  padding: clamp(24px, 4vw, 40px);
  border: 2px solid rgba(255, 22, 22, .78);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 100% 0%, rgba(237,7,7,.13), transparent 28%),
    rgba(0,0,0,.62);
  box-shadow: var(--shadow-black);
}
.card-panel--solid { background: #080808; }
.card-panel h3 {
  margin: 0 0 12px;
  color: var(--red-2);
  font-family: var(--font-condensed);
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.stat {
  padding: 18px;
  background: var(--red);
  border-radius: 12px;
  text-align: center;
}
.stat strong {
  display: block;
  font-family: var(--font-brush);
  font-size: 38px;
  line-height: 1;
}
.stat span {
  display: block;
  margin-top: 4px;
  font-family: var(--font-condensed);
  font-size: 18px;
}

.menu-category {
  margin-top: 34px;
}
.menu-category h2 {
  margin: 0 0 14px;
  font-family: var(--font-brush);
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1;
  text-transform: uppercase;
}
.menu-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
}
.menu-item {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.menu-item h4 {
  margin: 0;
  font-family: var(--font-condensed);
  font-size: 24px;
  letter-spacing: .5px;
  line-height: 1;
  color: #fff;
}
.menu-item p {
    margin: 5px 0 0;
    color: #FFFF;
    line-height: 1.45;
    font-family: 'Oswald';
}
.menu-item .price {
  flex: 0 0 auto;
  font-family: var(--font-condensed);
  font-size: 24px;
  color: var(--red-2);
}
.build-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.build-card {
  padding: 24px 18px;
  background: var(--red);
  border-radius: 14px;
  text-align: center;
}
.build-card img {
  height: 78px;
  margin: 0 auto 16px;
  filter: brightness(0) invert(1);
}
.heat-levels {
    display: flex;
    align-items: center;
}
.build-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-condensed);
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}
.build-card p {
    margin: 0;
    line-height: 1.4;
    font-family: 'Oswald';
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.promo-card {
  min-height: 335px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), transparent 36%),
    var(--red);
  border-radius: 14px;
  box-shadow: var(--shadow-black);
}
.promo-card .label {
  width: fit-content;
  padding: 7px 10px 5px;
  background: #fff;
  color: var(--red);
  font-family: var(--font-condensed);
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.promo-card h3 {
    margin: 38px 0 8px;
    font-family: var(--font-brush);
    font-size: clamp(32px, 4vw, 48px);
    line-height: 48px;
    text-transform: uppercase;
}
.promo-card p { margin: 0; color: #fff; font-size: 17px; line-height: 1.45; }

.contact-list {
  display: grid;
  gap: 18px;
}
.contact-list a, .contact-list span {
    display: block;
    font-size: clamp(19px, 2vw, 25px);
    font-weight: 400;
    font-family: 'Oswald';
}
.map-box {
  min-height: 420px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(237,7,7,.12), rgba(255,255,255,.04)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.04) 0 2px, transparent 2px 18px),
    #090909;
  border: 2px solid rgba(255,22,22,.72);
  text-align: center;
}
.map-box strong {
  font-family: var(--font-condensed);
  color: var(--red-2);
  font-size: 32px;
  letter-spacing: .7px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.field { display: grid; gap: 8px; }
.field--full { grid-column: 1 / -1; }
label {
  font-family: var(--font-condensed);
  font-size: 20px;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: #fff;
}
input, select, textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 0;
  background: rgba(0,0,0,.78);
  color: #fff;
  padding: 13px 14px;
  outline: none;
}
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  border-color: var(--red-2);
  box-shadow: 0 0 0 3px rgba(237,7,7,.2);
}
.form-note { color: #d9d9d9; line-height: 1.55; }
.success-message {
  display: none;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(237,7,7,.16);
}
.success-message.show { display: block; }

.heat-promo {
    padding-left: 40px;
    padding-right: 40px;
}
section.section.section--black {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0px;
}
section.menu-page.section.section--black.center {
    padding-top: 60px;
}
.mega-word {
    display: none;
}
.promotion-page {
    padding-top: 60px !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  :root { --header-h: 94px; }
  .nav-toggle { display: inline-flex; }
  .site-header { min-height: var(--header-h); }
  .main-nav {
    position: absolute;
    top: calc(100% - 8px);
    left: var(--page-pad);
    right: var(--page-pad);
    display: grid;
    gap: 0;
    padding: 10px 0;
    background: rgba(0,0,0,.94);
    border: 1px solid rgba(255, 22, 22, .6);
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    pointer-events: none;
    transition: transform .22s ease, opacity .22s ease;
  }
  .main-nav.open {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }
  .main-nav a { padding: 13px 18px; }
  .main-nav a::after { display: none; }
  .grid-2, .grid-3, .grid-4, .promo-grid, .footer-grid, .promo-panel, .build-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2)::after { display: none; }
  .menu-list { grid-template-columns: 1fr; }
  .bowl-track { grid-template-columns: none; grid-auto-columns: minmax(260px, 75vw); }
  .carousel-btn { display: none; }
  .promo-panel { border-radius: var(--radius-lg); }
}

@media (max-width: 620px) {
  .hero { min-height: 610px; }
  .hero__title { font-size: 54px; }
  .hero__tagline span { display: inline; }
/*  .steps { grid-template-columns: 1fr; }*/
  .step { padding-top: 46px; }
  .step:not(:last-child)::after { display: none; }
  .heat-levels { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .footer-logo { width: 190px; }
}


@media screen and (max-width: 980px) {

button.nav-toggle svg {
    width: 25px;
    height: 25px;
}
}

@media screen and (max-width: 768px) {


.hero__title span {
    font-size: 38px;
}
.site-header {
    padding: 0px 15px 0px 15px;
}

.brand {
    width: 180px;
}
nav.main-nav {
    margin-left: 5px;
}

.site-header {
    justify-content: space-between;
}
.kicker {
    font-size: 18px;
}
section#about {
    background-position: center;
    padding: 40px 15px;
}
.brush {
    font-size: 32px !important;
    line-height: 40px;
}
.hero__tagline {
    font-size: 16px;
    line-height: 26px;
}
.btn--tiny {
    font-size: 14px;
}
.hero {
    height: 70vh;
}

.lead {
    font-size: 16px;
    line-height: 26px;
}
.about-mini .section-title {
    margin-bottom: 10px;
}
.section-title--small {
    padding-top: 10px;
}
.step::before {
    font-size: 35px;
}
.step img {
    width: 60px;
    height: 60px;
    margin: 25px 10px 10px;
}
.step h3 {
    font-size: 20px;
    line-height: 28px;
}
.step p {
    font-size: 16px;
}
.steps {
    grid-template-columns: repeat(2, 1fr);
}
.step {
    padding-top: 30px;
}
.step::before {
    left: 0;
    right: 0;
}
.bowl-card p {
    font-size: 14px;
    line-height: 20px;
}
.bowl-card h3 {
    font-size: 16px;
    line-height: 24px;
}
.menu-preview {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}
.bowl-track {
    gap: 10px;
}
.bowl-card {
    padding: 20px 10px 20px;

}
.menu-preview .btn-row {
    margin-top: 30px;
}
.bowl-card {
    justify-content: start;
    flex: 0 0 calc((100% - 20px) / 3) !important;
}
.heat-promo {
    padding-left: 15px;
    padding-right: 15px;
}
.bowl-card p {
    margin: 0px 0 0;
}
section.section.heat-promo {
    padding: 0px 15px !important;
}
.promo-panel {
    display: grid;
    grid-template-columns: 1fr !important;
}
.promo-panel {
    min-height: unset;
}
.promo-image {
   min-height: 220px; 
}
.promo-copy {
    padding: 30px 10px 30px;
}
.footer-grid {
    padding: 0px 15px;
}
.footer-logo {
    width: 180px;
}
.footer-block p, .footer-contact p {
    font-size: 16px;
    line-height: 26px;
}
.footer-block h4, .footer-contact h4 {
    font-size:20px;
    line-height: 30px;
}
.socials a {
    width: 25px;
    height: 25px;
}
.container {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.step img {
    margin: 20px auto 20px !important;
}
.site-footer {
    padding: 44px 15px 40px;
}
.heat-promo {
    padding-top: 8px;
    background: #000;
    padding-left: 0px;
    padding-right: 0px;
}
section.section.section--black {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}
section.section.section--ember {
    padding-left: 15px;
    padding-right: 15px;
}
.stat-grid {
    grid-template-columns: repeat(1, 1fr);
}
.grid.grid-3 {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0px 10px;
}
.card-panel h3 {
    font-size: 18px;

}
.copy {
    font-size: 16px;
    line-height: 28px;
}
.bowl-track {
    grid-template-columns: 1fr 1fr !important;
    display: grid !important;
}
.build-grid {
    grid-template-columns: 1fr 1fr !important;
    display: grid !important;
    gap: 10px;
}
.build-card img {
    height: 50px;
    width: 50px;
}
.build-card h3 {
    font-size: 20px;
    line-height: 30px;
}
.build-card p {
    font-size: 16px;
}
.promo-grid {
    grid-template-columns: 1fr !important;
    display: grid !important;
    padding-bottom: 60px;
}
.promo-card h3 {
    margin: 8px 0 8px;
    font-size: 20px;
    line-height: 28px;

}
.promo-card p {
    font-size: 16px;
    line-height: 28px;
}
.promo-card {
    min-height: auto;
    padding: 15px;
}
.heat-levels {
    display: flex;
    align-items: center;
    gap: 10px;
}
.heat-level span {
    font-size: 10px;
}

.promo-card .label {
    padding: 10px 20px;
    font-size: 16px;
}

.promo-card .btn--tiny {
    padding: 10px 10px;
    font-size: 10px;
    min-width: 0px !important;
    margin-top: 15px;
}
.container.card-panel {
    padding: 20px 20px !important;
}
.site-header {
    background: #000 !important;
}
.heat-level img {
    height: 50px;
    margin: 0 auto;
    width: 50px;
}
.hero {
    min-height: unset;
}
.hero {
    height: 45vh;
}
section.section.section--ember.menu-page {
<<<<<<< HEAD
    padding-top: 40px;
    padding-bottom: 20px;
=======
    padding-top:  0px;
    padding-bottom: 40px;
>>>>>>> 40d96d0 (Update website content and assets)
}
.hero--page .hero__tagline {
    font-size: 14px;
    line-height: 22px;
}
}

