:root {
  --primary: #17253a;
  --accent: #ef5b27;
  --page: #f5f7fb;
  --hero-image: none;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  color: #152136;
  background: var(--page);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(
      circle at 90% 0,
      color-mix(in srgb, var(--accent) 16%, transparent) 0,
      transparent 25rem
    ),
    var(--page);
}
button,
input,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hidden {
  display: none !important;
}
.locked {
  overflow: hidden;
}
.topbar {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid #dfe5ee;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}
.topbar-inner {
  max-width: 1160px;
  height: 74px;
  margin: auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  text-decoration: none;
}
.brand > span {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--accent) 78%, white),
    var(--accent)
  );
  border-radius: 14px;
  font-size: 1.15rem;
  font-weight: 900;
  box-shadow: 0 10px 22px #f35c2933;
}
.brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand div {
  display: flex;
  flex-direction: column;
}
.brand strong {
  font-size: 0.94rem;
}
.brand small {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #718098;
  font-size: 0.61rem;
  font-weight: 800;
}
.online {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  color: #08775b;
  background: #eafbf5;
  border: 1px solid #bcebdc;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
}
.online svg {
  width: 15px;
}
.install {
  padding: 9px 13px;
  color: #fff;
  background: var(--primary);
  border: 0;
  border-radius: 11px;
  font-size: 0.76rem;
  font-weight: 800;
}
main {
  max-width: 1160px;
  margin: auto;
  padding: 28px 22px 120px;
}
.hero {
  min-height: 320px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  gap: 35px;
  padding: 48px 52px;
  overflow: hidden;
  color: #fff;
  background-image:
    linear-gradient(
      105deg,
      color-mix(in srgb, var(--primary) 94%, black) 0%,
      color-mix(in srgb, var(--primary) 88%, transparent) 58%,
      color-mix(in srgb, var(--primary) 72%, transparent) 100%
    ),
    var(--hero-image);
  background-color: var(--primary);
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  box-shadow: 0 30px 70px #17253a24;
  position: relative;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, #ff84394a, transparent 25%),
    linear-gradient(105deg, transparent 65%, #ffffff08);
}
.hero > div {
  position: relative;
  z-index: 1;
}
.eyebrow {
  color: color-mix(in srgb, var(--accent) 55%, white);
  font-size: 0.71rem;
  font-weight: 900;
  letter-spacing: 0.17em;
}
.hero h1 {
  max-width: 650px;
  margin: 13px 0 12px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.01;
  letter-spacing: -0.052em;
}
.hero p {
  max-width: 570px;
  margin: 0;
  color: #b9c7d8;
  font-size: 1rem;
  line-height: 1.55;
}
.hero-pills {
  display: flex;
  gap: 9px;
  margin-top: 24px;
}
.hero-pills span {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  color: #dce7f3;
  background: #ffffff10;
  border: 1px solid #ffffff18;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}
.hero-pills svg {
  width: 16px;
  color: #ff8848;
}
.hero-art {
  justify-self: center;
  width: 215px;
  height: 215px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--accent) 76%, white),
    var(--accent)
  );
  border: 11px solid #ffffff12;
  border-radius: 50%;
  box-shadow: 0 25px 45px #0004;
  transform: rotate(3deg);
}
.hero-art:before,
.hero-art:after {
  content: "";
  position: absolute;
  width: 115%;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.1;
}
.hero-art:before {
  transform: rotate(35deg);
}
.hero-art:after {
  transform: rotate(-35deg);
}
.hero-art b {
  font-size: 3.1rem;
  letter-spacing: -0.08em;
}
.hero-art small {
  font-weight: 700;
}
.menu-section {
  padding-top: 52px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.section-heading span {
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.section-heading h2 {
  margin: 6px 0 0;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  letter-spacing: -0.04em;
}
.section-heading p {
  color: #738097;
  font-size: 0.84rem;
}
.category-nav {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding: 22px 2px 15px;
  scrollbar-width: none;
}
.category-nav button {
  flex: none;
  padding: 10px 16px;
  color: #637087;
  background: #fff;
  border: 1px solid #dbe2ec;
  border-radius: 999px;
  font-size: 0.79rem;
  font-weight: 800;
}
.category-nav button.active {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 8px 16px #17253a20;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}
.product-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  min-height: 170px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e5ee;
  border-radius: 20px;
  box-shadow: 0 9px 30px #1a29400b;
  animation: rise 0.45s both;
  animation-delay: var(--delay);
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(9px);
  }
}
.product-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #fff2e6, #ffe4ca);
}
.product-image > span {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: #d64d1d;
  background: #fff9;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 1.1rem;
  font-weight: 900;
  box-shadow: 0 10px 25px #d95a2222;
}
.product-image small {
  position: absolute;
  left: 8px;
  bottom: 8px;
  padding: 5px 7px;
  color: #9c431e;
  background: #fff9;
  border-radius: 7px;
  font-size: 0.59rem;
  font-weight: 800;
}
.product-image b {
  position: absolute;
  inset: auto 7px 7px;
  padding: 7px;
  color: #fff;
  background: #17253ad9;
  border-radius: 8px;
  text-align: center;
  font-size: 0.65rem;
}
.product-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
}
.product-info h3 {
  margin: 0;
  font-size: 0.96rem;
  letter-spacing: -0.02em;
}
.product-info p {
  display: -webkit-box;
  margin: 6px 0;
  color: #7a869a;
  overflow: hidden;
  font-size: 0.73rem;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-info footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.product-info footer > strong {
  font-size: 0.93rem;
}
.add {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 10px;
  color: #e35420;
  background: #fff4ed;
  border: 1px solid #ffd2bd;
  border-radius: 10px;
  font-size: 0.69rem;
  font-weight: 900;
}
.add svg,
.stepper svg {
  width: 14px;
}
.add:disabled {
  color: #9aa4b3;
  background: #f3f5f8;
  border-color: #e1e5eb;
  cursor: not-allowed;
}
.stepper {
  display: flex;
  align-items: center;
  gap: 6px;
}
.stepper button {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--primary);
  border: 0;
  border-radius: 9px;
}
.stepper b {
  min-width: 15px;
  text-align: center;
  font-size: 0.8rem;
}
.sold-out {
  opacity: 0.7;
}
.empty {
  grid-column: 1/-1;
  padding: 50px;
  text-align: center;
  color: #728096;
}
.cart-fab {
  position: fixed;
  z-index: 35;
  right: max(22px, calc((100vw - 1160px) / 2 + 22px));
  bottom: 24px;
  min-width: 320px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--accent),
    color-mix(in srgb, var(--accent) 76%, white)
  );
  border: 0;
  border-radius: 17px;
  box-shadow: 0 20px 45px #da4d2255;
}
.cart-fab > svg {
  width: 24px;
}
.cart-fab > span {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}
.cart-fab b {
  font-size: 0.86rem;
}
.cart-fab small {
  opacity: 0.8;
  font-size: 0.68rem;
}
.cart-fab > strong {
  font-size: 0.95rem;
}
.drawer-backdrop {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  background: #0b1421a8;
  backdrop-filter: blur(5px);
}
.cart-drawer {
  width: min(560px, 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: -30px 0 60px #0003;
  animation: slide 0.25s ease;
}
@keyframes slide {
  from {
    transform: translateX(100%);
  }
}
.cart-drawer > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border-bottom: 1px solid #e1e6ed;
}
.cart-drawer > header span {
  color: var(--accent);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.cart-drawer h2 {
  margin: 3px 0 0;
  font-size: 1.45rem;
}
.close-drawer {
  width: 39px;
  height: 39px;
  color: #617088;
  background: #f4f6f9;
  border: 0;
  border-radius: 12px;
  font-size: 1.6rem;
}
.drawer-content {
  padding: 20px 24px 40px;
  overflow-y: auto;
}
.cart-lines {
  border: 1px solid #e0e5ec;
  border-radius: 15px;
  overflow: hidden;
}
.cart-lines > div {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 11px 13px;
  border-top: 1px solid #e7ebf0;
}
.cart-lines > div:first-child {
  border-top: 0;
}
.cart-lines > div > span {
  color: var(--accent);
  font-weight: 900;
}
.cart-lines > div > div {
  display: flex;
  flex-direction: column;
}
.cart-lines small {
  color: #7b8798;
  font-size: 0.7rem;
}
.checkout-section {
  margin-top: 24px;
}
.checkout-section h3 {
  margin: 0 0 11px;
  font-size: 0.94rem;
}
.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.choice-grid label input,
.payment-grid label input {
  position: absolute;
  opacity: 0;
}
.choice-grid label > span {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  column-gap: 8px;
  padding: 13px;
  color: #5e6c80;
  background: #f7f9fb;
  border: 1px solid #dfe5ed;
  border-radius: 13px;
}
.choice-grid svg {
  grid-row: 1/3;
  width: 25px;
  color: var(--accent);
}
.choice-grid b {
  font-size: 0.82rem;
}
.choice-grid small {
  font-size: 0.67rem;
}
.choice-grid input:checked + span {
  color: var(--primary);
  background: #fff6f0;
  border-color: #f47a47;
  box-shadow: 0 0 0 2px #ffeadf;
}
.fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.fields label {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.fields label > span {
  color: #536176;
  font-size: 0.7rem;
  font-weight: 800;
}
.fields .span-2 {
  grid-column: span 2;
}
.fields input,
.fields textarea {
  width: 100%;
  padding: 12px;
  color: var(--primary);
  background: #f8fafc;
  border: 1px solid #dce3ec;
  border-radius: 11px;
  outline: 0;
}
.fields textarea {
  min-height: 70px;
  resize: vertical;
}
.fields input:focus,
.fields textarea:focus {
  background: #fff;
  border-color: #ef6a37;
  box-shadow: 0 0 0 3px #ffebe1;
}
.payment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.payment-grid span {
  display: block;
  padding: 10px;
  color: #667388;
  background: #f7f9fb;
  border: 1px solid #dde4ec;
  border-radius: 10px;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 800;
}
.payment-grid input:checked + span {
  color: #df531f;
  background: #fff4ed;
  border-color: #f47a47;
}
.pix-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 10px;
  margin-top: 10px;
  padding: 12px;
  background: #eefbf7;
  border: 1px solid #c7eee1;
  border-radius: 11px;
}
.pix-box span,
.pix-box small {
  grid-column: 1/-1;
  color: #51746a;
  font-size: 0.69rem;
}
.pix-box code {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #075f49;
  font-weight: 800;
}
.pix-box button {
  color: #08775b;
  background: transparent;
  border: 0;
  font-size: 0.7rem;
  font-weight: 900;
}
.checkout-total {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 22px 0;
  padding: 15px;
  background: #f6f8fb;
  border-radius: 13px;
}
.checkout-total > div,
.checkout-total > strong {
  display: flex;
  justify-content: space-between;
  color: #677487;
  font-size: 0.78rem;
}
.checkout-total > strong {
  padding-top: 9px;
  color: var(--primary);
  border-top: 1px solid #dce2eb;
  font-size: 0.95rem;
}
.confirm-order,
.new-order {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--accent),
    color-mix(in srgb, var(--accent) 76%, white)
  );
  border: 0;
  border-radius: 13px;
  font-weight: 900;
  box-shadow: 0 13px 25px #e95b2833;
}
.confirm-order:disabled {
  opacity: 0.65;
}
.form-error {
  min-height: 18px;
  margin: 9px 0;
  color: #c63232;
  text-align: center;
  font-size: 0.75rem;
}
.order-success {
  text-align: center;
  padding: 34px 4px;
}
.success-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  color: #fff;
  background: linear-gradient(135deg, #12a47f, #20c99a);
  border-radius: 25px;
  box-shadow: 0 16px 30px #13aa7d35;
}
.success-icon svg {
  width: 36px;
}
.order-success > small {
  color: #5d72d8;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.order-success h2 {
  margin: 8px 0;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
}
.order-success > p {
  max-width: 390px;
  margin: 0 auto;
  color: #6e7b8e;
  line-height: 1.5;
}
.status-track {
  display: flex;
  gap: 5px;
  max-width: 370px;
  margin: 25px auto;
}
.status-track i {
  height: 6px;
  flex: 1;
  background: #e0e5ec;
  border-radius: 999px;
}
.status-track i.active {
  background: #24bd92;
}
.order-success dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 20px 0;
}
.order-success dl > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 14px;
  background: #f6f8fb;
  border-radius: 12px;
}
.order-success dt {
  color: #7b8798;
  font-size: 0.7rem;
}
.order-success dd {
  margin: 0;
  font-weight: 900;
}
.auto-update {
  display: block;
  margin-top: 18px !important;
  color: #8994a4 !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
}
.footer {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 24px;
  color: #8792a3;
  font-size: 0.7rem;
}
.footer strong {
  color: #455269;
}
.splash,
.error-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  text-align: center;
}
.splash b,
.error-page > b {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 13px;
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--accent),
    color-mix(in srgb, var(--accent) 76%, white)
  );
  border-radius: 19px;
  font-size: 1.5rem;
}
.splash span {
  color: #778397;
}
.error-page > span {
  color: #e45b28;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.error-page h1 {
  margin: 13px 0 7px;
}
.error-page p {
  max-width: 400px;
  color: #748095;
}
.error-page button {
  padding: 12px 17px;
  color: #fff;
  background: var(--primary);
  border: 0;
  border-radius: 11px;
  font-weight: 800;
}
@media (max-width: 960px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 42px;
  }
  .hero-art {
    display: none;
  }
}
@media (max-width: 620px) {
  .topbar-inner {
    height: 66px;
    padding: 0 14px;
  }
  .online {
    display: none;
  }
  .brand > span {
    width: 39px;
    height: 39px;
  }
  .brand strong {
    font-size: 0.86rem;
  }
  main {
    padding: 14px 12px 105px;
  }
  .hero {
    min-height: 260px;
    padding: 30px 23px;
    border-radius: 22px;
  }
  .hero h1 {
    font-size: 2.15rem;
  }
  .hero p {
    font-size: 0.88rem;
  }
  .menu-section {
    padding-top: 33px;
  }
  .section-heading p {
    display: none;
  }
  .product-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }
  .product-card {
    grid-template-columns: 102px 1fr;
    min-height: 145px;
  }
  .category-nav {
    margin-inline: -12px;
    padding-inline: 12px;
  }
  .cart-fab {
    right: 12px;
    bottom: 12px;
    left: 12px;
    min-width: 0;
  }
  .drawer-content {
    padding: 16px 15px 35px;
  }
  .cart-drawer > header {
    padding: 18px 16px;
  }
  .fields {
    grid-template-columns: 1fr;
  }
  .fields .span-2 {
    grid-column: auto;
  }
  .choice-grid {
    grid-template-columns: 1fr 1fr;
  }
  .payment-grid {
    grid-template-columns: 1fr;
  }
  .order-success {
    padding-top: 22px;
  }
}
