﻿:root {
  --bg: #f6f1e8;
  --paper: #fffaf1;
  --ink: #1f1a14;
  --ink-soft: #5e5447;
  --line: #d8c6a5;
  --brand: #8a2d25;
  --brand-deep: #5c1c17;
  --accent: #bf9454;
  --accent-soft: #f6e8cf;
  --ok: #2f6d42;
  --radius: 14px;
  --shadow: 0 14px 32px rgba(31, 23, 15, 0.1);
  --max: 1180px;
  --watermark: url("../../soul-gourmet-brand.svg");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font: 400 16px/1.5 "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(1200px 620px at 8% -10%, #fffdf7 0%, rgba(255, 255, 255, 0) 72%),
    radial-gradient(940px 520px at 102% -6%, #f1dfbf 0%, rgba(241, 223, 191, 0) 70%),
    var(--bg);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: var(--watermark);
  background-size: 280px auto;
  background-repeat: repeat;
  background-position: 30px 40px;
  opacity: 0.045;
  z-index: 0;
}

body > * {
  position: relative;
  z-index: 1;
}

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

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

p {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.08;
  font-family: "Fraunces", "Times New Roman", serif;
  letter-spacing: -0.01em;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input,
select,
textarea,
button {
  font: inherit;
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 100;
  background: #fff;
  color: var(--brand-deep);
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(10px);
  background: rgba(255, 249, 239, 0.94);
  border-bottom: 1px solid rgba(160, 128, 88, 0.34);
  box-shadow: 0 6px 18px rgba(54, 34, 19, 0.08);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, rgba(138, 45, 37, 0.9), rgba(191, 148, 84, 0.85));
}

.wrap {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.header-row {
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 180px;
}

.brand img {
  width: 86px;
  height: 52px;
  border-radius: 12px;
  object-fit: contain;
  border: 1px solid var(--line);
  background: #fff;
  padding: 0.2rem;
}

.brand-text {
  display: grid;
  gap: 0.1rem;
}

.brand-name {
  font: 700 1rem/1.1 "Manrope", "Segoe UI", sans-serif;
}

.brand-tag {
  font-size: 0.74rem;
  color: var(--ink-soft);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  border-radius: 10px;
  padding: 0.45rem 0.65rem;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.main-nav a {
  font-weight: 700;
  font-size: 0.95rem;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  border-color: var(--brand);
  color: var(--brand);
}

.top-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.cart-toggle {
  min-width: 96px;
}

.cart-badge {
  min-width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: var(--brand);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0 0.3rem;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  border-radius: 11px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
  padding: 0.74rem 1rem;
  transition: transform 0.16s ease, filter 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.btn.primary {
  background: var(--brand);
  color: #fff;
}

.btn.ghost {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}

.btn.gold {
  background: linear-gradient(160deg, #e4c57f, #c89f4e);
  color: #2f220d;
}

.page-main {
  position: relative;
  isolation: isolate;
  padding-bottom: 4rem;
}

.page-main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(138, 45, 37, 0.13) 0, rgba(138, 45, 37, 0) 38%),
    radial-gradient(circle at 87% 72%, rgba(191, 148, 84, 0.13) 0, rgba(191, 148, 84, 0) 42%);
  z-index: -1;
}

.brand-banner {
  padding: 0.85rem 0 0;
}

.brand-banner-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid #d9c4a1;
  border-radius: 14px;
  background: linear-gradient(120deg, #fff7ea 0%, #f6ebd7 100%);
  box-shadow: 0 8px 22px rgba(48, 31, 18, 0.08);
  padding: 0.7rem 1rem;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.brand-lockup img {
  width: 70px;
  height: 44px;
  object-fit: contain;
  border: 1px solid #d8c6a5;
  border-radius: 10px;
  background: #fff;
  padding: 0.2rem;
}

.brand-banner-name {
  font: 800 1rem/1.1 "Manrope", "Segoe UI", sans-serif;
  color: var(--brand-deep);
}

.brand-banner-tag {
  color: #6b5a43;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}

.brand-banner-copy {
  color: #584933;
  font-weight: 700;
}

.hero {
  padding: clamp(2.1rem, 3vw, 3.6rem) 0 clamp(2.2rem, 3.7vw, 4.4rem);
}

.hero-shell {
  display: grid;
  gap: 1.3rem;
  grid-template-columns: 1.15fr 0.85fr;
}

.hero-copy {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: clamp(1.3rem, 2.2vw, 2.2rem);
  display: grid;
  gap: 1rem;
}

.kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid #d8c79f;
  background: #f8f0de;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.34rem 0.62rem;
  color: #6a511f;
}

.hero h1 {
  font-size: clamp(1.9rem, 4.6vw, 3.4rem);
  max-width: 18ch;
}

.lead {
  color: var(--ink-soft);
  max-width: 52ch;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.note-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 0.65rem;
  display: grid;
  gap: 0.26rem;
}

.note-card strong {
  font-size: 0.84rem;
}

.note-card span {
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.hero-photo {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 390px;
  border: 1px solid #ccb98f;
  box-shadow: var(--shadow);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(34, 26, 17, 0.84);
  color: #fff;
  padding: 0.52rem 0.66rem;
  border-radius: 10px;
  font-size: 0.81rem;
}

.section {
  padding: clamp(2rem, 4vw, 3.5rem) 0;
}

.section-head {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1.2rem;
}

.section-head h2 {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.section-head p {
  color: var(--ink-soft);
  max-width: 62ch;
}

.grid-3 {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-2 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-card,
.feature-card,
.contact-card,
.timeline-card,
.stat-card,
.form-card,
.signature-card,
.menu-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 20px rgba(28, 21, 12, 0.05);
}

.info-card,
.feature-card,
.timeline-card,
.stat-card,
.contact-card,
.form-card,
.signature-card {
  padding: 1rem;
}

.info-card h3,
.feature-card h3,
.timeline-card h3,
.stat-card h3,
.contact-card h3 {
  font-size: 1.16rem;
  margin-bottom: 0.46rem;
}

.info-card p,
.feature-card p,
.timeline-card p,
.stat-card p,
.contact-card p {
  color: var(--ink-soft);
}

.icon-dot {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: var(--accent-soft);
  color: #6b5119;
  font-weight: 800;
  margin-bottom: 0.65rem;
}

.gallery-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-grid figure {
  border-radius: 14px;
  overflow: hidden;
  min-height: 210px;
  border: 1px solid #d5c39e;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.03);
}

.strip {
  margin-top: 1.5rem;
  border-radius: 16px;
  border: 1px solid #d9c49a;
  background: linear-gradient(140deg, #fff5dc, #f2e0b8);
  padding: 1rem 1.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}

.strip p {
  max-width: 60ch;
  color: #5d4516;
  font-weight: 700;
}

.timeline {
  display: grid;
  gap: 0.8rem;
}

.timeline-card {
  display: grid;
  gap: 0.4rem;
}

.timeline-card span {
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.list-check {
  display: grid;
  gap: 0.52rem;
}

.list-check li {
  padding-left: 1.35rem;
  position: relative;
}

.list-check li::before {
  content: "";
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background: var(--accent);
  position: absolute;
  left: 0;
  top: 0.5rem;
}

.menu-toolbar {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: 1.2fr 0.6fr 0.6fr;
  margin-bottom: 1rem;
}

.field,
textarea,
select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
  width: 100%;
  border: 1px solid #cbbca2;
  background: #fff;
  color: var(--ink);
  border-radius: 10px;
  min-height: 44px;
  padding: 0.62rem 0.7rem;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
  margin-bottom: 1rem;
}

.pill {
  border: 1px solid #d4c1a0;
  border-radius: 999px;
  background: #fffdf9;
  color: #5f4e2a;
  padding: 0.35rem 0.68rem;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.pill.active {
  background: #f1e0bc;
  border-color: #bb9450;
}

.menu-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.menu-card {
  padding: 0.85rem;
  display: grid;
  gap: 0.5rem;
  align-content: start;
}

.code-row {
  display: flex;
  justify-content: space-between;
  gap: 0.45rem;
  align-items: center;
}

.code {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--brand);
}

.price {
  font-size: 1.05rem;
  font-weight: 900;
}

.pack {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.small {
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.empty-state {
  border: 1px dashed #c5b089;
  border-radius: 12px;
  padding: 1rem;
  background: #fdf8ed;
  color: #6b5427;
}

.signature-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.signature-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.45rem;
}

.signature-card p {
  color: var(--ink-soft);
  margin-bottom: 0.8rem;
}

.quick-grid {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quick-grid label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.86rem;
  font-weight: 700;
}

.order-catalog {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.95rem;
}

.order-catalog h3 {
  font-size: 1.2rem;
  margin-bottom: 0.55rem;
}

.basket-list {
  display: grid;
  gap: 0.6rem;
  max-height: 54vh;
  overflow: auto;
  margin-bottom: 0.9rem;
  padding-right: 0.1rem;
}

.basket-item {
  border: 1px solid #d8c9ad;
  border-radius: 10px;
  background: #fffdf7;
  padding: 0.52rem;
  display: grid;
  gap: 0.42rem;
}

.qty-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.qty-box {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccb78f;
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
}

.qty-box button {
  width: 1.85rem;
  height: 1.85rem;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.qty-box output {
  min-width: 1.9rem;
  text-align: center;
  font-weight: 800;
}

.order-total {
  border-top: 1px solid #dbcdae;
  padding: 0.78rem 0 0.2rem;
  display: grid;
  gap: 0.24rem;
  background: #fffdf8;
}

.order-total strong {
  font-size: 1.1rem;
}

.cart-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(22, 17, 12, 0.45);
  z-index: 72;
}

.cart-backdrop[hidden] {
  display: none;
}

.cart-drawer {
  position: fixed;
  top: 0.8rem;
  right: 0;
  width: min(440px, 96vw);
  max-height: calc(100vh - 1.6rem);
  background: #fffdf8;
  border-left: 1px solid #d8c9ad;
  box-shadow: -14px 0 32px rgba(20, 13, 8, 0.22);
  z-index: 73;
  transform: translateX(100%);
  transition: transform 0.24s ease;
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
}

.cart-drawer.open {
  transform: translateX(0);
}

.cart-drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dfd3bf;
  padding: 0.1rem 0 0.68rem;
  margin-bottom: 0.6rem;
}

.cart-drawer-head h3 {
  font-size: 1.25rem;
}

.cart-close {
  border: 1px solid #d5c4a6;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  padding: 0.36rem 0.62rem;
  cursor: pointer;
}

.cart-drawer-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding-right: 0.1rem;
}

.cart-fab {
  position: fixed;
  right: 0.95rem;
  bottom: 0.95rem;
  z-index: 71;
  border: 0;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  padding: 0.62rem 0.86rem;
  font-weight: 800;
  display: none;
  align-items: center;
  gap: 0.45rem;
  box-shadow: 0 10px 20px rgba(38, 14, 14, 0.3);
}

.callout {
  border: 1px solid #e3c39a;
  background: #fff2df;
  color: #5e4118;
  border-radius: 11px;
  padding: 0.65rem;
  font-size: 0.86rem;
}

.contact-layout {
  display: grid;
  gap: 1rem;
  grid-template-columns: 0.9fr 1.1fr;
}

.contact-cards {
  display: grid;
  gap: 0.8rem;
}

.contact-card ul {
  display: grid;
  gap: 0.3rem;
  color: var(--ink-soft);
}

.form-grid {
  display: grid;
  gap: 0.78rem;
}

.form-grid button[disabled],
.coming-form button[disabled] {
  opacity: 0.7;
  cursor: wait;
}

.is-success {
  color: #1f6b3d;
}

.is-error {
  color: #8b2d2d;
}

.split {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkout-items,
.checkout-success-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.85rem;
}

.checkout-item {
  padding: 0.85rem 0.95rem;
  border: 1px solid #dfd2ba;
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.92);
}

.checkout-item p {
  margin: 0;
}

.checkout-item p + p {
  margin-top: 0.28rem;
}

.checkout-totals,
.checkout-success-meta {
  display: grid;
  gap: 0.35rem;
  margin-top: 1rem;
}

.checkout-totals p,
.checkout-success-meta p {
  margin: 0;
}

.checkout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.checkout-success-summary:empty::before {
  content: "Order details will appear here.";
  color: #6f6452;
}

.footer {
  border-top: 1px solid rgba(151, 118, 79, 0.5);
  background: linear-gradient(180deg, #f8edd9, #f1dfbf);
  padding: 1.1rem 0;
}

.footer-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 0.8rem;
  align-items: center;
  color: #4d3a22;
  font-size: 0.85rem;
}

.footer-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.footer-lockup img {
  width: 68px;
  height: 42px;
  border: 1px solid rgba(125, 94, 56, 0.36);
  border-radius: 10px;
  background: #fff;
  object-fit: contain;
  padding: 0.2rem;
}

.footer-brand {
  font: 800 1rem/1.1 "Manrope", "Segoe UI", sans-serif;
  color: var(--brand-deep);
}

.footer-contact {
  justify-self: center;
  font-weight: 700;
  color: #5a472f;
}

.footer-copy {
  justify-self: end;
  color: #5e4a2f;
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(8px);
  animation: reveal 0.55s ease forwards;
}

.reveal[data-delay="1"] {
  animation-delay: 0.09s;
}

.reveal[data-delay="2"] {
  animation-delay: 0.18s;
}

.reveal[data-delay="3"] {
  animation-delay: 0.27s;
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1060px) {
  .hero-shell,
  .contact-layout,
  .signature-layout,
  .grid-3,
  .menu-grid,
  .gallery-grid,
  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .menu-toolbar {
    grid-template-columns: 1fr 1fr;
  }

  .hero-notes {
    grid-template-columns: 1fr;
  }

  .footer-row {
    grid-template-columns: 1fr;
  }

  .footer-contact,
  .footer-copy {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .wrap {
    width: min(var(--max), calc(100% - 1.25rem));
  }

  .nav-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 79px;
    background: #fffdf8;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 0.65rem;
    display: none;
  }

  .main-nav.open {
    display: block;
  }

  .main-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }

  .main-nav a {
    display: block;
    width: 100%;
    padding: 0.5rem;
    border-bottom: 0;
  }

  .top-cta {
    display: none;
  }

  .cart-fab {
    display: inline-flex;
  }

  .hero-shell,
  .contact-layout,
  .signature-layout,
  .menu-grid,
  .gallery-grid,
  .grid-3,
  .grid-2,
  .menu-toolbar,
  .quick-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .hero-photo {
    min-height: 260px;
  }

  .brand-banner-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
