:root {
  --ink: #171411;
  --espresso: #2b1d17;
  --cocoa: #5b3328;
  --copper: #9a6547;
  --gold: #c99b50;
  --gold-light: #e0b76f;
  --cream: #f5f0e9;
  --paper: #fffdf9;
  --white: #ffffff;
  --sage: #52665a;
  --muted: #746b65;
  --line: #ddd4ca;
  --soft-line: #ebe5dd;
}

@theme inline {
  --color-background: var(--paper);
  --color-foreground: var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Tajawal, "DIN Next LT Arabic", "Noto Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
  margin: 0;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

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

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(201, 155, 80, 0.5);
  outline-offset: 3px;
}

.site-shell {
  min-height: 100vh;
  overflow-x: hidden;
}

.hero-section {
  background-color: var(--cream);
  background-image: url("assets/madl-hero-v2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 88svh;
  max-height: 840px;
  min-height: 680px;
  padding: 118px max(24px, calc((100vw - 1240px) / 2)) 62px;
  position: relative;
}

.topbar {
  align-items: center;
  background: rgba(23, 20, 17, 0.98);
  color: var(--white);
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr auto 1fr;
  height: 84px;
  inset: 0 0 auto;
  padding: 0 max(24px, calc((100vw - 1240px) / 2));
  position: absolute;
  z-index: 10;
}

.nav-group {
  align-items: center;
  display: flex;
  gap: 32px;
}

.nav-secondary {
  justify-content: flex-end;
}

.nav-group > a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-group > a:hover {
  color: var(--gold-light);
}

.brand-mark {
  align-items: center;
  display: inline-flex;
  gap: 11px;
  justify-self: center;
}

.brand-icon {
  display: block;
  height: 50px;
  width: 50px;
}

.brand-icon img {
  display: block;
  height: 100%;
  width: 100%;
}

.brand-name strong,
.brand-name small {
  display: block;
  letter-spacing: 0;
  line-height: 1;
}

.brand-name strong {
  font-size: 20px;
  font-weight: 800;
}

.brand-name small {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 9px;
  letter-spacing: 3px;
  margin-top: 6px;
}

.nav-order {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  display: inline-flex;
  gap: 10px;
  min-height: 40px;
  padding: 7px 13px;
}

.nav-order span {
  align-items: center;
  background: var(--gold);
  color: var(--ink);
  display: inline-flex;
  font-size: 11px;
  height: 21px;
  justify-content: center;
  min-width: 21px;
  padding-inline: 5px;
}

.hero-content {
  align-self: center;
  color: var(--ink);
  max-width: 500px;
  position: relative;
  width: 41%;
  z-index: 2;
}

.hero-kicker {
  color: var(--cocoa);
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 15px;
}

.hero-content h1 {
  font-size: 80px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
}

.hero-tagline {
  font-size: 37px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 18px 0 17px;
}

.hero-description {
  color: #5e554f;
  font-size: 16px;
  line-height: 1.85;
  margin: 0 0 25px;
  max-width: 460px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}

.hero-cta,
.whatsapp-action {
  align-items: center;
  border: 0;
  display: inline-flex;
  font-weight: 800;
  justify-content: space-between;
  min-height: 52px;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.hero-cta {
  background: var(--ink);
  color: var(--white);
  gap: 42px;
  padding: 13px 20px;
}

.hero-cta:hover {
  background: var(--cocoa);
  transform: translateY(-2px);
}

.hero-contact {
  border-bottom: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 800;
  padding-block: 10px 6px;
}

.hero-proof {
  border-top: 1px solid rgba(23, 20, 17, 0.18);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 28px;
  padding-top: 16px;
}

.hero-proof span {
  color: #5e554f;
  font-size: 12px;
  font-weight: 700;
}

.hero-proof span::before {
  color: var(--gold);
  content: "M";
  font-family: Georgia, "Times New Roman", serif;
  margin-left: 7px;
}

.hero-wave {
  background: var(--gold);
  bottom: 0;
  height: 6px;
  inset-inline: 0;
  position: absolute;
}

.spotlight-section {
  background: var(--paper);
  padding: 92px max(24px, calc((100vw - 1240px) / 2)) 108px;
}

.section-title > span,
.story-copy > span,
.order-heading > div:first-child > span,
.contact-section > div > span {
  color: var(--cocoa);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}

.section-title h2,
.story-copy h2,
.order-heading h2,
.contact-section h2 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
}

.centered-title {
  text-align: center;
}

.featured-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(350px, 0.7fr);
  margin-top: 44px;
  min-height: 560px;
}

.featured-photo {
  background: var(--cream) url("assets/madl-featured.jpg") center / cover no-repeat;
  min-height: 560px;
}

.featured-list {
  background: var(--ink);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 42px;
}

.spotlight-product {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  min-width: 0;
  padding: 29px 0;
}

.spotlight-product:last-child {
  border-bottom: 0;
}

.spotlight-info {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: space-between;
}

.spotlight-info span {
  color: var(--gold-light);
  display: block;
  font-size: 11px;
  font-weight: 800;
}

.spotlight-info h3 {
  color: var(--white);
  font-size: 19px;
  line-height: 1.35;
  margin: 7px 0 0;
}

.spotlight-buy {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}

.spotlight-buy strong {
  color: var(--white);
  font-size: 16px;
  white-space: nowrap;
}

.spotlight-buy small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
}

.spotlight-buy button {
  align-items: center;
  background: var(--gold);
  border: 0;
  color: var(--ink);
  display: inline-flex;
  font-size: 21px;
  height: 40px;
  justify-content: center;
  transition: background-color 150ms ease, color 150ms ease;
  width: 40px;
}

.spotlight-buy button:hover {
  background: var(--white);
}

.story-section {
  background: var(--espresso);
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  min-height: 620px;
}

.story-image {
  background: var(--cocoa) url("assets/madl-craft.jpg") center / cover no-repeat;
  min-height: 620px;
}

.story-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px clamp(40px, 6vw, 90px);
}

.story-copy > span {
  color: var(--gold-light);
}

.story-copy h2 {
  color: var(--white);
}

.story-copy p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.95;
  margin: 24px 0 31px;
  max-width: 520px;
}

.story-points {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 25px;
  padding-top: 20px;
  width: 100%;
}

.story-points b {
  font-size: 12px;
}

.story-points b::before {
  color: var(--gold-light);
  content: "M";
  font-family: Georgia, "Times New Roman", serif;
  margin-left: 8px;
}

.menu-section {
  background: var(--cream);
  padding: 100px max(24px, calc((100vw - 1240px) / 2)) 116px;
}

.menu-header {
  align-items: end;
  display: flex;
  gap: 48px;
  justify-content: space-between;
}

.menu-header > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
  max-width: 480px;
}

.category-tabs {
  border-bottom: 1px solid #bfb5aa;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 48px;
}

.category-tabs button {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 4px solid transparent;
  color: var(--muted);
  display: flex;
  gap: 11px;
  justify-content: center;
  min-height: 68px;
  padding: 14px 12px 12px;
}

.category-tabs button + button {
  border-right: 1px solid var(--line);
}

.category-tabs button small {
  color: var(--copper);
  font-size: 10px;
}

.category-tabs button span {
  font-size: 15px;
  font-weight: 800;
}

.category-tabs button:hover {
  color: var(--ink);
}

.category-tabs button.active {
  border-bottom-color: var(--gold);
  color: var(--ink);
}

.category-summary {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 30px 0 13px;
}

.category-summary strong {
  font-size: 23px;
}

.category-summary span {
  color: var(--muted);
  font-size: 13px;
}

.menu-list {
  border-top: 1px solid var(--line);
}

.menu-item {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 100px minmax(0, 1fr) 100px 112px;
  min-height: 124px;
  padding: 22px 0;
  transition: background-color 150ms ease;
}

.menu-item:hover {
  background: rgba(255, 255, 255, 0.48);
}

.item-tag {
  color: var(--cocoa);
  font-size: 11px;
  font-weight: 800;
}

.menu-copy h3 {
  font-size: 19px;
  margin: 0;
}

.menu-copy p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 7px 0 0;
}

.item-price {
  font-size: 18px;
  white-space: nowrap;
}

.item-price small {
  color: var(--muted);
  font-size: 9px;
}

.quantity-stepper {
  align-items: center;
  border: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 36px 38px 36px;
  height: 38px;
}

.quantity-stepper button,
.quantity-stepper output {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  display: flex;
  height: 36px;
  justify-content: center;
}

.quantity-stepper output {
  border-inline: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.quantity-stepper button:hover {
  background: var(--ink);
  color: var(--white);
}

.order-section {
  background: #f1ede7;
  color: var(--ink);
  padding: 100px 24px 116px;
}

.order-shell {
  margin: 0 auto;
  max-width: 1180px;
}

.order-heading {
  align-items: flex-end;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.order-heading h2 {
  font-size: 44px;
}

.checkout-progress {
  align-items: center;
  display: flex;
  gap: 3px;
}

.checkout-progress b {
  border-bottom: 3px solid var(--line);
  color: #9a9189;
  font-size: 11px;
  font-weight: 800;
  min-width: 92px;
  padding: 11px 12px;
  text-align: center;
}

.checkout-progress b.active {
  border-bottom-color: var(--gold);
  color: var(--ink);
}

.checkout-progress b.complete {
  border-bottom-color: var(--sage);
  color: var(--sage);
}

.order-grid {
  background: var(--white);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 355px minmax(0, 1fr);
}

.cart-panel {
  background: var(--ink);
  color: var(--white);
  padding: 39px 30px;
}

.cart-panel-heading {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
}

.cart-panel-heading span {
  font-size: 18px;
  font-weight: 800;
}

.cart-panel-heading small {
  color: var(--gold-light);
}

.cart-summary {
  min-height: 258px;
}

.empty-cart {
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  line-height: 1.8;
  margin: 26px 0;
}

.cart-line,
.total-row {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.cart-line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  padding: 15px 0;
}

.cart-line span {
  font-size: 13px;
  font-weight: 700;
}

.cart-line small {
  color: rgba(255, 255, 255, 0.48);
  display: block;
  font-size: 10px;
  font-weight: 400;
  margin-top: 5px;
}

.cart-line strong {
  color: var(--gold-light);
  font-size: 13px;
  white-space: nowrap;
}

.total-row {
  border-top: 2px solid var(--gold);
  font-size: 17px;
  margin-top: 19px;
  padding-top: 18px;
}

.total-row strong {
  color: var(--gold-light);
  white-space: nowrap;
}

.back-to-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.68);
  display: inline-block;
  font-size: 12px;
  margin-top: 29px;
  padding-bottom: 4px;
}

.checkout-form {
  margin: 0;
  padding: 44px 48px 47px;
}

.checkout-step {
  align-items: center;
  display: flex;
  gap: 15px;
  margin-bottom: 26px;
}

.checkout-step > span {
  align-items: center;
  border: 1px solid var(--gold);
  color: var(--cocoa);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.checkout-step h3 {
  color: var(--ink);
  font-size: 20px;
  margin: 0;
}

.checkout-step p {
  color: var(--muted);
  font-size: 12px;
  margin: 5px 0 0;
}

.form-row {
  display: grid;
  gap: 23px 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkout-form label {
  color: #5e5751;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 22px;
}

.checkout-form input:not([type="checkbox"]):not([type="radio"]),
.checkout-form textarea {
  background: #fbfaf8;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  display: block;
  margin-top: 9px;
  outline: 0;
  padding: 13px 14px;
  resize: vertical;
  width: 100%;
}

.checkout-form input:not([type="checkbox"]):not([type="radio"])::placeholder,
.checkout-form textarea::placeholder {
  color: #a49b94;
}

.checkout-form input:not([type="checkbox"]):not([type="radio"]):focus,
.checkout-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 155, 80, 0.14);
}

.checkout-form .terms-check,
.checkout-form .payment-option {
  align-items: flex-start;
  display: flex;
  gap: 11px;
}

.terms-check input,
.payment-option input {
  accent-color: var(--sage);
  flex: 0 0 auto;
  height: 18px;
  margin: 1px 0 0;
  width: 18px;
}

.terms-check span {
  line-height: 1.65;
}

.payment-gate {
  border-top: 1px solid var(--line);
  margin-top: 33px;
  opacity: 0.55;
  padding-top: 37px;
  transition: opacity 160ms ease;
}

.payment-gate.ready {
  opacity: 1;
}

.checkout-form .payment-option {
  background: #f5f6f2;
  border: 1px solid #ccd4ce;
  margin-bottom: 21px;
  padding: 16px;
}

.payment-option b,
.payment-option small {
  display: block;
}

.payment-option b {
  color: var(--ink);
  font-size: 14px;
}

.payment-option small {
  color: var(--muted);
  margin-top: 5px;
}

.checkout-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.whatsapp-action {
  background: var(--sage);
  color: var(--white);
  gap: 30px;
  padding: 13px 21px;
}

.whatsapp-action:not(:disabled):hover {
  background: #3f5247;
  transform: translateY(-1px);
}

.copy-action {
  background: transparent;
  border: 0;
  color: var(--ink);
  font-size: 12px;
  padding: 12px 5px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.payment-note {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
  margin: 17px 0 0;
}

.contact-section {
  align-items: center;
  background: var(--cocoa);
  color: var(--white);
  display: grid;
  gap: 40px;
  grid-template-columns: 100px minmax(0, 1fr) auto;
  padding: 72px max(24px, calc((100vw - 1240px) / 2));
}

.contact-logo {
  height: 90px;
  width: 90px;
}

.contact-logo img {
  display: block;
  height: 100%;
  width: 100%;
}

.contact-section > div > span {
  color: var(--gold-light);
}

.contact-section h2 {
  color: var(--white);
  font-size: 42px;
}

.contact-actions {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 220px;
}

.contact-actions a {
  direction: ltr;
  font-size: 18px;
  font-weight: 800;
}

.contact-actions a:last-child {
  align-items: center;
  background: var(--gold);
  color: var(--ink);
  direction: rtl;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  min-height: 49px;
  padding: 12px 18px;
}

.site-footer {
  align-items: center;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.58);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding: 24px max(24px, calc((100vw - 1240px) / 2));
}

.site-footer p {
  margin: 0;
}

.mobile-cart-bar {
  display: none;
}

@media (max-width: 1020px) {
  .nav-group {
    gap: 20px;
  }

  .hero-content {
    width: 48%;
  }

  .hero-content h1 {
    font-size: 68px;
  }

  .hero-tagline {
    font-size: 32px;
  }

  .featured-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  }

  .featured-list {
    padding-inline: 30px;
  }

  .story-section {
    grid-template-columns: 1fr;
  }

  .story-image {
    min-height: 510px;
  }

  .story-copy {
    min-height: 460px;
  }

  .menu-item {
    grid-template-columns: 82px minmax(0, 1fr) 88px 112px;
  }

  .order-grid {
    grid-template-columns: 315px minmax(0, 1fr);
  }

  .checkout-form {
    padding-inline: 34px;
  }
}

@media (max-width: 820px) {
  .hero-section {
    background-position: 44% center;
  }

  .hero-content {
    width: 54%;
  }

  .featured-layout {
    grid-template-columns: 1fr;
  }

  .featured-photo {
    min-height: 470px;
  }

  .order-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

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

  .cart-summary {
    min-height: 140px;
  }

  .contact-section {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .contact-actions {
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 76px;
  }

  .site-shell {
    padding-bottom: 72px;
  }

  .topbar {
    gap: 12px;
    grid-template-columns: 1fr auto;
    height: 76px;
    padding-inline: 16px;
  }

  .nav-primary,
  .nav-secondary > a:first-child {
    display: none;
  }

  .brand-mark {
    justify-self: start;
  }

  .brand-icon {
    height: 44px;
    width: 44px;
  }

  .brand-name strong {
    font-size: 18px;
  }

  .nav-secondary {
    justify-self: end;
  }

  .nav-order {
    min-height: 38px;
  }

  .hero-section {
    background-position: 31% 76px;
    background-size: auto 355px;
    height: auto;
    max-height: none;
    min-height: 755px;
    padding: 454px 17px 42px;
  }

  .hero-content {
    align-self: auto;
    max-width: none;
    width: 100%;
  }

  .hero-kicker {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .hero-content h1 {
    font-size: 50px;
  }

  .hero-tagline {
    font-size: 26px;
    margin-block: 10px 12px;
  }

  .hero-description {
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 17px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 7px;
  }

  .hero-cta {
    width: 100%;
  }

  .hero-contact {
    text-align: center;
  }

  .hero-proof {
    gap: 8px 15px;
    margin-top: 18px;
    padding-top: 13px;
  }

  .hero-proof span {
    font-size: 10px;
  }

  .spotlight-section {
    padding: 68px 16px 78px;
  }

  .section-title h2,
  .story-copy h2,
  .order-heading h2,
  .contact-section h2 {
    font-size: 34px;
  }

  .featured-layout {
    margin: 33px -16px 0;
    min-height: 0;
  }

  .featured-photo {
    background-position: center;
    min-height: 300px;
  }

  .featured-list {
    padding: 16px 23px;
  }

  .spotlight-product {
    padding: 22px 0;
  }

  .spotlight-info {
    gap: 12px;
  }

  .spotlight-info h3 {
    font-size: 16px;
  }

  .spotlight-buy {
    gap: 8px;
  }

  .spotlight-buy strong {
    font-size: 14px;
  }

  .spotlight-buy button {
    height: 38px;
    width: 38px;
  }

  .story-image {
    min-height: 360px;
  }

  .story-copy {
    min-height: 440px;
    padding: 57px 19px;
  }

  .story-copy p {
    font-size: 14px;
  }

  .menu-section {
    padding: 72px 16px 84px;
  }

  .menu-header {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }

  .menu-header > p {
    font-size: 13px;
  }

  .category-tabs {
    display: flex;
    margin-top: 34px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .category-tabs::-webkit-scrollbar {
    display: none;
  }

  .category-tabs button {
    flex: 0 0 155px;
    justify-content: flex-start;
  }

  .category-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding-top: 24px;
  }

  .menu-item {
    align-items: start;
    gap: 9px 14px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 148px;
    padding: 21px 0;
  }

  .item-tag {
    grid-column: 1;
  }

  .menu-copy {
    grid-column: 1;
  }

  .menu-copy h3 {
    font-size: 17px;
  }

  .menu-copy p {
    font-size: 12px;
  }

  .item-price {
    font-size: 16px;
    grid-column: 2;
    grid-row: 1;
  }

  .quantity-stepper {
    grid-column: 2;
    grid-row: 2;
  }

  .order-section {
    padding: 72px 16px 82px;
  }

  .order-heading {
    margin-bottom: 25px;
  }

  .checkout-progress {
    overflow-x: auto;
    width: 100%;
  }

  .checkout-progress b {
    flex: 0 0 92px;
  }

  .cart-panel {
    padding: 29px 21px;
  }

  .checkout-form {
    padding: 34px 21px 38px;
  }

  .form-row {
    gap: 0;
    grid-template-columns: 1fr;
  }

  .checkout-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .whatsapp-action {
    width: 100%;
  }

  .copy-action {
    align-self: center;
  }

  .contact-section {
    gap: 23px;
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 55px 16px;
  }

  .contact-logo {
    height: 68px;
    width: 68px;
  }

  .contact-actions {
    grid-column: 1 / -1;
    min-width: 0;
  }

  .contact-actions a:last-child {
    width: 100%;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    padding-inline: 16px;
  }

  .mobile-cart-bar {
    align-items: center;
    background: var(--ink);
    border-top: 3px solid var(--gold);
    bottom: 0;
    color: var(--white);
    display: flex;
    justify-content: space-between;
    min-height: 68px;
    opacity: 0;
    padding: 11px 18px;
    pointer-events: none;
    position: fixed;
    transform: translateY(100%);
    transition: opacity 160ms ease, transform 160ms ease;
    width: 100%;
    z-index: 30;
  }

  .mobile-cart-bar.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-cart-bar span {
    font-size: 13px;
    font-weight: 800;
  }

  .mobile-cart-bar span b {
    align-items: center;
    background: var(--gold);
    color: var(--ink);
    display: inline-flex;
    font-size: 10px;
    height: 21px;
    justify-content: center;
    margin-right: 7px;
    min-width: 21px;
  }

  .mobile-cart-bar strong {
    color: var(--gold-light);
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .hero-section {
    background-size: auto 330px;
    min-height: 740px;
    padding-top: 424px;
  }

  .hero-tagline {
    font-size: 24px;
  }

  .spotlight-info h3 {
    font-size: 15px;
  }

  .spotlight-buy strong {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

