﻿    :root {
      --cream: #f7ecd5;
      --cream-deep: #ead2a7;
      --paper: #fff5df;
      --red: #a70f17;
      --red-dark: #75100e;
      --green: #1f6f30;
      --green-dark: #14491f;
      --gold: #cf8a18;
      --ink: #201611;
      --brown: #50301d;
      --shadow: 0 18px 50px rgba(55, 27, 10, 0.16);
      --max: 1180px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: "Poppins", Arial, sans-serif;
      color: var(--ink);
      background:
        radial-gradient(circle at 7% 4%, rgba(161, 15, 23, 0.08) 0 2px, transparent 3px),
        radial-gradient(circle at 93% 12%, rgba(31, 111, 48, 0.08) 0 3px, transparent 4px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.25), rgba(126, 75, 28, 0.04) 42%, rgba(255, 255, 255, 0.22)),
        repeating-linear-gradient(0deg, #f7ead1 0 11px, #eed8b2 12px 14px, #faefd9 15px 28px);
      overflow-x: hidden;
    }

    body.modal-open {
      position: fixed;
      width: 100%;
      overflow: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      background-image:
        linear-gradient(115deg, transparent 0 45%, rgba(100, 54, 21, 0.035) 46% 48%, transparent 49%),
        radial-gradient(circle at 20% 70%, rgba(255, 255, 255, 0.22), transparent 26%),
        radial-gradient(circle at 85% 22%, rgba(255, 255, 255, 0.2), transparent 24%);
      mix-blend-mode: multiply;
      opacity: 0.7;
      z-index: -1;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img,
    svg {
      max-width: 100%;
      display: block;
    }

    .container {
      width: min(var(--max), calc(100% - 36px));
      margin-inline: auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 30;
      background: rgba(255, 246, 227, 0.92);
      border-bottom: 3px solid rgba(117, 16, 14, 0.14);
      backdrop-filter: blur(14px);
      box-shadow: 0 8px 24px rgba(61, 31, 12, 0.08);
    }

    .nav-wrap {
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .brand-logo {
      width: 66px;
      height: 66px;
      flex: 0 0 auto;
      object-fit: contain;
      border-radius: 50%;
      filter: drop-shadow(0 5px 0 rgba(80, 48, 29, 0.16));
    }

    .brand-name {
      display: block;
      font-family: "Lobster", cursive;
      font-size: clamp(2rem, 5vw, 3rem);
      line-height: 0.85;
      color: var(--red);
      text-shadow: 2px 2px 0 #fff6e5, 3px 4px 0 rgba(90, 46, 18, 0.18);
      white-space: nowrap;
    }

    .brand-sub {
      display: block;
      margin-top: 5px;
      font-family: "Oswald", sans-serif;
      font-size: 0.88rem;
      font-weight: 700;
      letter-spacing: 0.28em;
      color: var(--red-dark);
      text-transform: uppercase;
    }

    .brand-service {
      display: none;
      margin-top: 4px;
      font-family: "Oswald", sans-serif;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      color: var(--green-dark);
      text-transform: uppercase;
    }

    .header-note {
      margin-left: auto;
      padding: 8px 14px;
      font-family: "Oswald", sans-serif;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      color: var(--paper);
      text-transform: uppercase;
      background: var(--red);
      clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 8px;
      font-family: "Oswald", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      color: var(--brown);
    }

    .nav-links a,
    .nav-links button {
      padding: 10px 12px;
      font: inherit;
      color: inherit;
      text-transform: inherit;
      letter-spacing: inherit;
      background: transparent;
      border: 0;
      border-radius: 999px;
      cursor: pointer;
    }

    .nav-links a:hover,
    .nav-links a:focus-visible,
    .nav-links button:hover,
    .nav-links button:focus-visible {
      color: var(--paper);
      background: var(--green);
      outline: none;
    }

    .reserve-pill {
      color: var(--paper) !important;
      background: var(--red) !important;
      box-shadow: 0 5px 0 rgba(80, 48, 29, 0.18);
    }

    .nav-toggle {
      display: none;
      width: 44px;
      height: 44px;
      border: 0;
      border-radius: 50%;
      color: var(--paper);
      background: var(--red-dark);
      cursor: pointer;
    }

    .nav-toggle span,
    .nav-toggle::before,
    .nav-toggle::after {
      content: "";
      width: 20px;
      height: 3px;
      display: block;
      margin: 4px auto;
      background: currentColor;
      border-radius: 3px;
    }

    .hero {
      position: relative;
      isolation: isolate;
      overflow: hidden;
      padding: clamp(54px, 7vw, 92px) 0 clamp(48px, 6vw, 76px);
      border-bottom: 8px solid rgba(117, 16, 14, 0.18);
      background:
        radial-gradient(circle at 78% 42%, rgba(255, 255, 255, 0.28), transparent 28%),
        linear-gradient(105deg, rgba(255, 245, 222, 0.95) 0 44%, rgba(247, 191, 57, 0.42) 44% 74%, rgba(131, 18, 15, 0.08) 75%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 16px, rgba(100, 54, 21, 0.035) 17px 18px);
    }

    .hero::before,
    .hero::after {
      content: "";
      position: absolute;
      z-index: -1;
      opacity: 0.9;
    }

    .hero::before {
      width: 360px;
      height: 230px;
      right: -90px;
      top: 30px;
      border-radius: 58% 42% 65% 35%;
      background: var(--green);
      transform: rotate(-18deg);
      clip-path: polygon(7% 52%, 30% 8%, 74% 0, 100% 20%, 83% 68%, 46% 100%);
    }

    .hero::after {
      width: 300px;
      height: 300px;
      left: -110px;
      bottom: -150px;
      border: 26px solid rgba(167, 15, 23, 0.13);
      border-radius: 50%;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
      gap: clamp(28px, 5vw, 62px);
      align-items: center;
    }

    .stamp {
      width: fit-content;
      min-width: 160px;
      margin-bottom: 22px;
      padding: 14px 18px;
      font-family: "Oswald", sans-serif;
      font-size: 1.05rem;
      font-weight: 700;
      line-height: 1.1;
      letter-spacing: 0.04em;
      text-align: center;
      text-transform: uppercase;
      color: var(--brown);
      border: 4px double rgba(80, 48, 29, 0.72);
      border-radius: 50%;
      transform: rotate(-4deg);
      background: rgba(255, 246, 226, 0.8);
      box-shadow: 0 8px 0 rgba(80, 48, 29, 0.08);
    }

    .hero h1 {
      max-width: 680px;
      margin: 0;
      font-family: "Lobster", cursive;
      font-size: clamp(3.8rem, 9.8vw, 8.6rem);
      line-height: 0.86;
      color: var(--red);
      text-shadow: 3px 3px 0 #fff5de, 7px 9px 0 rgba(80, 48, 29, 0.14);
    }

    .hero-kicker {
      width: fit-content;
      margin: 22px 0 18px;
      padding: 10px 20px 12px;
      font-family: "Oswald", sans-serif;
      font-size: clamp(1.25rem, 3vw, 2.1rem);
      font-weight: 700;
      letter-spacing: 0.06em;
      color: var(--paper);
      text-transform: uppercase;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent),
        var(--red);
      clip-path: polygon(0 11%, 96% 0, 100% 84%, 4% 100%);
      box-shadow: 0 9px 0 rgba(80, 48, 29, 0.14);
    }

    .hero-copy {
      max-width: 560px;
      margin: 0;
      color: #3a2418;
      font-size: 1rem;
      line-height: 1.75;
      font-weight: 500;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 12px 20px;
      font-family: "Oswald", sans-serif;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      border: 3px solid transparent;
      border-radius: 999px;
      cursor: pointer;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .button:hover {
      transform: translateY(-2px);
    }

    .button-primary {
      color: var(--paper);
      background: var(--green);
      box-shadow: 0 8px 0 rgba(20, 73, 31, 0.18);
    }

    .button-secondary {
      color: var(--red-dark);
      background: rgba(255, 247, 228, 0.64);
      border-color: rgba(117, 16, 14, 0.24);
    }

    .food-scene {
      position: relative;
      min-height: 520px;
    }

    .hero-bilao {
      position: absolute;
      z-index: 2;
      height: auto;
      object-fit: contain;
      filter: drop-shadow(0 22px 22px rgba(55, 27, 10, 0.22));
    }

    .hero-bilao-small {
      width: min(72%, 430px);
      right: 3%;
      top: 0;
      transform: rotate(4deg);
    }

    .hero-bilao-medium {
      width: min(74%, 455px);
      left: 0;
      top: 32%;
      transform: rotate(-6deg);
    }

    .hero-bilao-large {
      width: min(88%, 540px);
      right: -2%;
      bottom: 0;
      transform: rotate(3deg);
    }

    .plate {
      position: absolute;
      width: min(82%, 430px);
      aspect-ratio: 1.45;
      border: 14px solid #ede8e0;
      border-radius: 48% 52% 46% 54% / 54% 46% 54% 46%;
      background:
        radial-gradient(ellipse at 74% 38%, #fff 0 13%, transparent 14%),
        radial-gradient(ellipse at 72% 42%, #f4f1e9 0 18%, transparent 19%),
        linear-gradient(135deg, #256c34 0 12%, #1a5628 13% 22%, #2f823b 23% 31%, #1c5d2b 32% 44%, #317d3b 45% 54%, #1e5a2b 55% 100%);
      box-shadow: 0 28px 48px rgba(55, 27, 10, 0.24);
    }

    .plate::before {
      content: "";
      position: absolute;
      width: 40%;
      height: 52%;
      left: 16%;
      top: 24%;
      border-radius: 55% 42% 48% 52%;
      background:
        linear-gradient(34deg, transparent 0 12%, rgba(72, 22, 8, 0.42) 13% 15%, transparent 16% 28%, rgba(72, 22, 8, 0.38) 29% 31%, transparent 32%),
        radial-gradient(circle at 28% 26%, #f4a53a 0 8%, transparent 9%),
        linear-gradient(145deg, #aa4b18, #e08224 42%, #7f2c13 100%);
      filter: saturate(1.18);
      box-shadow: inset -18px -12px 18px rgba(73, 23, 8, 0.33), 6px 9px 18px rgba(0, 0, 0, 0.2);
      transform: rotate(-11deg);
    }

    .plate::after {
      content: "";
      position: absolute;
      width: 22%;
      aspect-ratio: 1;
      right: 15%;
      top: 20%;
      border-radius: 50%;
      background:
        radial-gradient(circle, #fff 0 5%, transparent 6%),
        repeating-radial-gradient(circle, #fbfbfb 0 2px, #e7e1d7 3px 4px);
      box-shadow: inset -8px -8px 12px rgba(151, 134, 107, 0.2), 0 8px 16px rgba(0, 0, 0, 0.12);
    }

    .plate-one {
      right: 3%;
      top: 8%;
      transform: rotate(7deg);
    }

    .plate-two {
      left: 0;
      top: 36%;
      transform: rotate(-7deg) scale(0.9);
    }

    .plate-two::before {
      width: 50%;
      height: 34%;
      left: 13%;
      top: 38%;
      border-radius: 34px;
      background:
        repeating-linear-gradient(90deg, #51200d 0 6px, #d06c22 7px 24px, #713015 25px 31px),
        linear-gradient(#d8842d, #8d3917);
    }

    .plate-three {
      right: 0;
      bottom: 2%;
      transform: rotate(-5deg) scale(0.82);
    }

    .plate-three::before {
      width: 52%;
      height: 34%;
      left: 18%;
      top: 45%;
      border-radius: 45% 28% 48% 25%;
      background:
        linear-gradient(28deg, transparent 0 12%, rgba(56, 20, 8, 0.4) 13% 15%, transparent 16% 33%, rgba(56, 20, 8, 0.35) 34% 36%, transparent 37%),
        linear-gradient(145deg, #7e2f13, #e1882d 48%, #54200d);
    }

    .chili,
    .calamansi {
      position: absolute;
      z-index: 4;
      display: block;
    }

    .chili {
      width: 80px;
      height: 16px;
      right: 9%;
      top: 2%;
      border-radius: 90% 20% 90% 20%;
      background: linear-gradient(90deg, #7e0b0e, #e21b1f 72%, #7c0d0d);
      transform: rotate(-12deg);
      box-shadow: 0 7px 12px rgba(60, 22, 9, 0.18);
    }

    .chili::after {
      content: "";
      position: absolute;
      width: 16px;
      height: 10px;
      right: -7px;
      top: -2px;
      border-radius: 50%;
      background: var(--green);
      transform: rotate(25deg);
    }

    .calamansi {
      width: 28px;
      aspect-ratio: 1;
      right: 28%;
      top: 63%;
      border-radius: 50%;
      background:
        radial-gradient(circle at 38% 33%, #eaff75 0 11%, transparent 12%),
        linear-gradient(145deg, #5ba51f, #c4d737);
      box-shadow: 35px 10px 0 -4px #82b726, 0 8px 10px rgba(60, 22, 9, 0.16);
    }

    section {
      scroll-margin-top: 94px;
    }

    .section-pad {
      padding: clamp(54px, 7vw, 88px) 0;
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 30px;
      border-bottom: 2px dashed rgba(80, 48, 29, 0.2);
      padding-bottom: 16px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 10px;
      font-family: "Oswald", sans-serif;
      font-size: 0.86rem;
      font-weight: 700;
      letter-spacing: 0.15em;
      color: var(--green-dark);
      text-transform: uppercase;
    }

    .eyebrow::before {
      content: "";
      width: 28px;
      height: 12px;
      background: var(--green);
      clip-path: polygon(0 45%, 34% 0, 100% 50%, 33% 100%);
    }

    h2,
    h3 {
      margin: 0;
      font-family: "Oswald", sans-serif;
      text-transform: uppercase;
      color: var(--red);
      letter-spacing: 0.04em;
    }

    h2 {
      font-size: clamp(2.35rem, 5vw, 4.4rem);
      line-height: 0.95;
      text-shadow: 2px 2px 0 #fff7e5;
    }

    .section-note {
      max-width: 350px;
      margin: 0;
      line-height: 1.65;
      color: #533521;
      font-weight: 500;
    }

    .menu-board {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
      align-items: start;
    }

    .menu-panel,
    .deal-card,
    .location-card,
    .why-card {
      position: relative;
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.48), transparent 35%),
        var(--paper);
      border: 2px solid rgba(80, 48, 29, 0.15);
      box-shadow: var(--shadow);
    }

    .menu-panel {
      padding: 22px 22px 24px;
      border-left: 8px solid var(--green);
      border-radius: 8px 18px 8px 18px;
    }

    .menu-panel::after,
    .deal-card::after {
      content: "";
      position: absolute;
      inset: 9px;
      pointer-events: none;
      border: 1px dashed rgba(80, 48, 29, 0.18);
      border-radius: inherit;
    }

    .panel-title {
      width: fit-content;
      margin: -34px 0 18px -11px;
      padding: 9px 18px 11px;
      font-size: clamp(1.35rem, 2.2vw, 1.85rem);
      color: #fff7e1;
      background: var(--red);
      clip-path: polygon(0 12%, 96% 0, 100% 84%, 5% 100%);
      text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
      position: relative;
      z-index: 1;
    }

    .menu-panel:nth-child(3) .panel-title {
      background: var(--green);
    }

    .includes {
      margin: 0 0 18px;
      color: var(--brown);
      font-size: 0.9rem;
      font-weight: 700;
    }

    .menu-list {
      display: grid;
      gap: 15px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .menu-item {
      position: relative;
      padding-left: 22px;
    }

    .menu-item::before {
      content: "";
      position: absolute;
      left: 0;
      top: 7px;
      width: 13px;
      height: 13px;
      background: var(--red);
      clip-path: polygon(50% 0, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);
    }

    .menu-panel:nth-child(3) .menu-item::before {
      background: var(--green);
    }

    .menu-line {
      display: grid;
      grid-template-columns: auto minmax(30px, 1fr) auto;
      align-items: end;
      gap: 8px;
      font-family: "Oswald", sans-serif;
      line-height: 1.05;
    }

    .item-name {
      font-size: 1.12rem;
      font-weight: 700;
      color: #15100d;
      text-transform: uppercase;
    }

    .leader {
      height: 0.84em;
      border-bottom: 2px dotted rgba(117, 16, 14, 0.55);
      transform: translateY(-3px);
    }

    .price {
      color: var(--red);
      font-size: 1.34rem;
      font-weight: 700;
      white-space: nowrap;
    }

    .menu-panel:nth-child(3) .price {
      color: var(--green-dark);
    }

    .description {
      margin: 4px 0 0;
      color: #4c3324;
      font-size: 0.88rem;
      line-height: 1.45;
    }

    .deals {
      background:
        radial-gradient(circle at 8% 15%, rgba(255, 255, 255, 0.24), transparent 22%),
        linear-gradient(180deg, rgba(196, 130, 19, 0.18), rgba(255, 244, 219, 0.7)),
        repeating-linear-gradient(45deg, rgba(198, 135, 25, 0.18) 0 2px, transparent 3px 24px);
      border-block: 8px solid rgba(31, 111, 48, 0.15);
    }

    .special-grid {
      display: grid;
      grid-template-columns: 0.72fr 1fr;
      gap: 22px;
      align-items: stretch;
    }

    .special-stack {
      display: grid;
      gap: 18px;
    }

    .why-card,
    .quick-special {
      padding: 22px;
      border-radius: 8px;
    }

    .quick-special {
      min-height: 170px;
      display: grid;
      align-content: center;
      color: var(--paper);
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.13), transparent 45%),
        var(--red);
      box-shadow: var(--shadow);
      clip-path: polygon(0 6%, 100% 0, 96% 100%, 4% 94%);
    }

    .quick-special h3 {
      color: var(--paper);
      font-size: 1.7rem;
      line-height: 1;
    }

    .quick-special p {
      margin: 9px 0 0;
      font-weight: 600;
    }

    .quick-special .deal-price {
      color: #fff7df;
      text-shadow: 2px 3px 0 rgba(44, 13, 8, 0.22);
    }

    .dessert-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 12px;
    }

    .dessert-list .menu-line {
      grid-template-columns: auto minmax(24px, 1fr) auto;
    }

    .dessert-list .item-name {
      font-size: 1rem;
    }

    .dessert-list .price {
      font-size: 1.15rem;
    }

    .bilao-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .deal-card {
      min-height: 430px;
      display: flex;
      flex-direction: column;
      padding: 24px;
      border-radius: 8px 24px 8px 24px;
      overflow: hidden;
    }

    .deal-card > * {
      position: relative;
      z-index: 1;
    }

    .deal-card::before {
      content: "";
      position: absolute;
      z-index: 0;
      width: 132px;
      aspect-ratio: 1;
      top: -58px;
      right: -52px;
      background: var(--green);
      clip-path: polygon(50% 0, 61% 23%, 87% 12%, 79% 40%, 100% 54%, 73% 64%, 82% 92%, 55% 79%, 36% 100%, 30% 71%, 0 75%, 19% 50%, 0 27%, 30% 29%);
      opacity: 0.82;
    }

    .deal-size {
      position: relative;
      z-index: 1;
      width: fit-content;
      padding: 7px 13px;
      font-family: "Oswald", sans-serif;
      color: var(--paper);
      background: var(--green-dark);
      border-radius: 999px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }

    .deal-card h3 {
      margin-top: 18px;
      max-width: 92%;
      font-size: 1.65rem;
      line-height: 1;
    }

    .deal-price {
      margin: 16px 0 18px;
      font-family: "Oswald", sans-serif;
      font-size: clamp(2.2rem, 5vw, 3.3rem);
      font-weight: 700;
      line-height: 1;
      color: var(--red);
    }

    .deal-includes {
      display: grid;
      gap: 10px;
      margin: 0 0 20px;
      padding: 0;
      list-style: none;
    }

    .deal-includes li {
      display: grid;
      grid-template-columns: auto minmax(22px, 1fr);
      gap: 8px;
      align-items: end;
      font-weight: 700;
    }

    .deal-includes li span:first-child {
      white-space: nowrap;
    }

    .deal-includes li span:last-child {
      border-bottom: 2px dotted rgba(80, 48, 29, 0.35);
      transform: translateY(-5px);
    }

    .bilao-photo {
      margin-top: auto;
      width: 100%;
      max-height: 190px;
      height: auto;
      object-fit: contain;
      object-position: center;
      border: 0;
      border-radius: 0;
      background: transparent;
      filter: drop-shadow(0 14px 16px rgba(55, 27, 10, 0.18));
    }

    .reservation-cta {
      padding: 34px 0 42px;
      background:
        linear-gradient(90deg, rgba(31, 111, 48, 0.13), rgba(167, 15, 23, 0.1)),
        rgba(255, 246, 227, 0.58);
      border-top: 2px dashed rgba(80, 48, 29, 0.18);
    }

    .reservation-cta-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
    }

    .reservation-cta h2 {
      font-size: clamp(2rem, 4vw, 3.3rem);
    }

    .reservation-cta p {
      max-width: 560px;
      margin: 8px 0 0;
      color: #51341f;
      font-weight: 600;
      line-height: 1.6;
    }

    .reservation-modal,
    .message-modal {
      width: min(620px, calc(100% - 28px));
      max-height: calc(100dvh - 28px);
      padding: 0;
      color: var(--ink);
      background: transparent;
      border: 0;
      overflow-y: auto;
      overscroll-behavior: contain;
      -webkit-overflow-scrolling: touch;
    }

    .message-modal {
      width: min(500px, calc(100% - 28px));
    }

    .reservation-modal::backdrop,
    .message-modal::backdrop {
      background: rgba(28, 15, 8, 0.62);
      backdrop-filter: blur(5px);
    }

    .reservation-modal[open],
    .message-modal[open] {
      animation: modal-pop 0.28s cubic-bezier(0.2, 0.8, 0.25, 1);
    }

    .reservation-modal[open]::backdrop,
    .message-modal[open]::backdrop {
      animation: modal-fade 0.24s ease;
    }

    .modal-card {
      position: relative;
      padding: clamp(22px, 4vw, 34px);
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 35%),
        var(--paper);
      border: 4px solid rgba(117, 16, 14, 0.28);
      border-left: 10px solid var(--green);
      border-radius: 10px 26px 10px 26px;
      box-shadow: 0 28px 80px rgba(20, 10, 5, 0.42);
    }

    .modal-close {
      position: absolute;
      top: 12px;
      right: 12px;
      width: 40px;
      height: 40px;
      display: grid;
      place-items: center;
      color: var(--paper);
      font-size: 1.4rem;
      line-height: 1;
      border: 0;
      border-radius: 50%;
      background: var(--red-dark);
      cursor: pointer;
    }

    .modal-card h2 {
      padding-right: 44px;
      font-size: clamp(2.1rem, 5vw, 3.6rem);
    }

    .message-modal .modal-card {
      text-align: center;
      border-left-color: var(--red);
    }

    .message-modal .modal-card h2 {
      padding-right: 0;
    }

    .success-modal .modal-card {
      border-left-color: var(--green);
    }

    .message-actions {
      display: flex;
      justify-content: center;
      gap: 12px;
      margin-top: 20px;
    }

    .modal-card p {
      margin: 10px 0 22px;
      color: #51341f;
      line-height: 1.6;
      font-weight: 600;
    }

    .reservation-form {
      display: grid;
      gap: 14px;
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }

    .form-field {
      display: grid;
      gap: 6px;
    }

    .form-field.full {
      grid-column: 1 / -1;
    }

    .form-field label {
      font-family: "Oswald", sans-serif;
      font-size: 0.86rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      color: var(--red-dark);
      text-transform: uppercase;
    }

    .form-field input,
    .form-field select,
    .form-field textarea {
      width: 100%;
      min-height: 46px;
      padding: 11px 12px;
      font: inherit;
      color: var(--ink);
      background: rgba(255, 251, 242, 0.92);
      border: 2px solid rgba(80, 48, 29, 0.18);
      border-radius: 8px;
    }

    .form-field textarea {
      min-height: 92px;
      resize: vertical;
    }

    .form-field input:focus,
    .form-field select:focus,
    .form-field textarea:focus {
      border-color: var(--green);
      outline: 3px solid rgba(31, 111, 48, 0.14);
    }

    .form-status {
      min-height: 22px;
      margin: 0;
      font-size: 0.9rem;
      font-weight: 700;
      color: var(--green-dark);
    }

    .form-status.is-error {
      color: var(--red-dark);
    }

    .legal-note {
      max-width: var(--max);
      margin: 18px auto 0;
      padding: 16px 18px 0;
      border-top: 1px solid rgba(255, 240, 213, 0.28);
      color: rgba(255, 240, 213, 0.76);
      font-size: 0.72rem;
      line-height: 1.55;
    }

    @keyframes modal-pop {
      from {
        opacity: 0;
        transform: translateY(18px) scale(0.96);
      }
      to {
        opacity: 1;
        transform: translateY(0) scale(1);
      }
    }

    @keyframes modal-fade {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }

    .why-card {
      border-left: 8px solid var(--red);
    }

    .why-card h3 {
      font-size: 1.45rem;
      margin-bottom: 12px;
    }

    .why-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 9px;
      font-weight: 700;
    }

    .why-list li {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .check {
      width: 20px;
      height: 20px;
      flex: 0 0 auto;
      display: inline-grid;
      place-items: center;
      color: var(--paper);
      background: var(--green);
      border-radius: 50%;
      font-size: 0.78rem;
      font-weight: 800;
    }

    .locations-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 14px;
    }

    .location-card {
      min-height: 190px;
      padding: 18px;
      border-radius: 8px;
      border-top: 6px solid var(--red);
    }

    .location-card.incoming {
      border-top-color: var(--green);
      background:
        linear-gradient(135deg, rgba(31, 111, 48, 0.08), transparent 42%),
        var(--paper);
    }

    .location-card h3 {
      font-size: 1.1rem;
      line-height: 1.15;
      margin-bottom: 12px;
    }

    .location-card p {
      margin: 0;
      color: #51341f;
      font-size: 0.91rem;
      line-height: 1.55;
      font-weight: 500;
    }

    .location-card .phone {
      display: block;
      margin-top: 12px;
      font-family: "Oswald", sans-serif;
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--red-dark);
    }

    footer {
      padding: 28px 0;
      color: #fff0d5;
      background:
        linear-gradient(90deg, rgba(31, 111, 48, 0.26), transparent 38%),
        var(--red-dark);
    }

    .footer-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      font-size: 0.92rem;
      font-weight: 600;
    }

    .footer-script {
      font-family: "Playball", cursive;
      font-size: 2rem;
      color: #fff8e4;
    }

    @media (max-width: 1040px) {
      .header-note {
        display: none;
      }

      .hero-grid,
      .special-grid {
        grid-template-columns: 1fr;
      }

      .food-scene {
        min-height: 430px;
        max-width: 640px;
        margin-inline: auto;
        width: 100%;
      }

      .menu-board,
      .bilao-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .menu-panel:nth-child(3),
      .deal-card:nth-child(3) {
        grid-column: 1 / -1;
      }

      .locations-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }

    @media (max-width: 760px) {
      .container {
        width: min(100% - 24px, var(--max));
      }

      .nav-wrap {
        min-height: 72px;
      }

      .brand-logo {
        width: 50px;
        height: 50px;
      }

      .brand-name {
        font-size: 2rem;
      }

      .brand-sub {
        font-size: 0.68rem;
        letter-spacing: 0.22em;
      }

      .brand-service {
        display: block;
      }

      .nav-toggle {
        display: block;
        flex: 0 0 auto;
      }

      .nav-links {
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        display: none;
        padding: 12px;
        background: rgba(255, 246, 227, 0.98);
        border-bottom: 2px solid rgba(117, 16, 14, 0.16);
      }

      .nav-links.is-open {
        display: grid;
      }

      .nav-links a,
      .nav-links button {
        border-radius: 8px;
        text-align: left;
      }

      .hero {
        padding-top: 42px;
      }

      .stamp {
        min-width: 138px;
        padding: 12px 14px;
        font-size: 0.9rem;
      }

      .hero-kicker {
        font-size: 1.1rem;
      }

      .food-scene {
        min-height: 350px;
      }

      .hero-bilao-small {
        width: min(70%, 360px);
      }

      .hero-bilao-medium {
        width: min(73%, 385px);
      }

      .hero-bilao-large {
        width: min(90%, 450px);
      }

      .section-head {
        display: block;
      }

      .section-note {
        margin-top: 12px;
      }

      .menu-board,
      .bilao-grid,
      .locations-grid {
        grid-template-columns: 1fr;
      }

      .menu-panel:nth-child(3),
      .deal-card:nth-child(3) {
        grid-column: auto;
      }

      .menu-panel {
        padding-inline: 18px;
      }

      .item-name {
        font-size: 1rem;
      }

      .price {
        font-size: 1.18rem;
      }

      .footer-inner {
        display: block;
      }

      .reservation-cta-inner,
      .form-grid {
        grid-template-columns: 1fr;
        display: grid;
      }
    }

    @media (max-width: 430px) {
      .hero h1 {
        font-size: 3.45rem;
      }

      .hero-actions {
        display: grid;
      }

      .button {
        width: 100%;
      }

      .menu-line {
        grid-template-columns: minmax(0, auto) minmax(18px, 1fr) auto;
        gap: 6px;
      }

      .item-name {
        overflow-wrap: anywhere;
      }
    }
