:root {
  --bg: #f3eee7;
  --bg-2: #ece3d6;
  --paper: #fbf8f3;
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: #ffffff;
  --surface-soft: #f7f1e8;
  --ink: #171411;
  --muted: #665d55;
  --muted-2: #86786a;
  --line: rgba(23, 20, 17, 0.10);
  --line-strong: rgba(23, 20, 17, 0.18);
  --accent: #4c2f22;
  --accent-2: #8b694c;
  --whatsapp: #1f8f5f;
  --shadow-sm: 0 10px 22px rgba(20, 14, 9, 0.05);
  --shadow: 0 18px 42px rgba(20, 14, 9, 0.09);
  --shadow-lg: 0 30px 80px rgba(20, 14, 9, 0.16);
  --radius-sm: 18px;
  --radius: 28px;
  --radius-lg: 38px;
  --max: 1260px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.78), transparent 24%),
    linear-gradient(180deg, #fcfaf6 0%, var(--bg) 55%, var(--bg-2) 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
}

.topbar,
.hero,
.products-section,
.story-section,
.page-header,
.cart-layout,
.checkout-layout,
.site-footer,
.flash,
.success-card {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  padding: 30px 0 20px;
}

.topbar-left {
  display: grid;
  gap: 14px;
}

.brand-lockup {
  display: grid;
  gap: 8px;
}

.brand-mark {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.25rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.02em;
}

.brand-tag {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.20em;
  text-transform: uppercase;
}

.business-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-size: 0.90rem;
  font-weight: 700;
  box-shadow: var(--shadow-sm);
}

.whatsapp-chip {
  background: var(--whatsapp);
  color: #fff;
  border-color: transparent;
}
.whatsapp-order {
  background: brown;
  color: #fff;
  border-color: transparent;
}
.topnav {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-sm);
}

.topnav a {
  padding: 13px 18px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
  transition: background 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.topnav a:hover {
  background: rgba(76, 47, 34, 0.06);
  color: var(--ink);
  transform: translateY(-1px);
}

.cart-pill {
  background: var(--ink);
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.cart-pill strong {
  margin-left: 6px;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px 0;
  border-radius: 999px;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 30px;
  align-items: stretch;
  padding: 18px 0 72px;
}

.hero-panel {
  position: relative;
  min-height: 680px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.hero-photo {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.14), rgba(5, 5, 5, 0.72)),
    url('../uploads/photo91.jpg?v=10') center center / cover no-repeat;
}

.hero-copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 52px;
  color: #f7f2eb;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--accent-2);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-copy .eyebrow {
  color: rgba(255, 238, 220, 0.78);
}

.hero h1,
.page-header h1,
.success-card h1,
.section-heading h2,
.product-card h3,
.story-feature h2,
.hero-product-card h2,
.empty-state h2,
.summary-card h2,
.payment-box h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.015em;
}

.hero h1 {
  max-width: 9ch;
  font-size: clamp(3.5rem, 6vw, 6rem);
}

.hero-copy p,
.section-heading p,
.product-subtitle,
.product-copy,
.story-text,
.story-note,
.summary-note,
.payment-box p,
.success-card p,
.page-header p,
.story-card p,
.cart-table td,
.checkout-form label,
.flash,
.paypal-ready-note {
  color: var(--muted);
}

.hero-copy p {
  max-width: 44ch;
  margin: 20px 0 0;
  color: rgba(247, 242, 235, 0.86);
  font-size: 1.02rem;
}

.hero-signature {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
  color: rgba(255, 238, 220, 0.80);
  font-size: 0.97rem;
}

.hero-signature::before {
  content: "";
  width: 48px;
  height: 1px;
  background: rgba(255, 238, 220, 0.40);
}

.hero-product-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
  padding: 34px;
  background: linear-gradient(180deg, #f8f2e8 0%, #efe3d3 100%);
  border: 1px solid rgba(23, 20, 17, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.hero-intro {
  display: grid;
  gap: 14px;
}

.kicker {
  display: inline-flex;
  width: fit-content;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(23, 20, 17, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-product-card h2 {
  font-size: clamp(2.7rem, 3.5vw, 3.8rem);
}

.product-subtitle {
  margin: 0;
  font-size: 1rem;
}

.hero-meta,
.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-meta {
  margin-top: 4px;
}

.hero-meta span,
.product-meta span {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
}

.hero-product-media {
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 18px 18px 8px;
}

.hero-product-media img {
  width: auto;
  max-height: 430px;
  filter: drop-shadow(0 28px 42px rgba(54, 38, 23, 0.18));
}

.hero-actions,
.cart-actions,
.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 12px 24px rgba(20, 14, 9, 0.10);
}

.button-primary:hover {
  background: #090807;
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border-color: var(--line-strong);
}

.button-ghost {
  color: var(--accent);
  background: transparent;
  border-color: rgba(76, 47, 34, 0.24);
}

.button.small {
  min-height: 42px;
  padding: 10px 14px;
}

.button.wide {
  width: 100%;
}

.products-section,
.story-section,
.page-header,
.cart-layout,
.checkout-layout,
.success-card {
  padding-bottom: 72px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.section-heading h2 {
  font-size: clamp(2.8rem, 5vw, 4.9rem);
}

.section-heading p {
  max-width: 48ch;
  margin: 0;
  font-size: 1rem;
}

.section-rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(23, 20, 17, 0.18), transparent);
}

.section-gap {
  margin-top: 34px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.product-card,
.story-card,
.table-card,
.summary-card,
.form-card,
.success-card,
.payment-box {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.product-card {
  border-radius: var(--radius);
  overflow: hidden;
}

.product-image-wrap {
  display: grid;
  place-items: center;
  min-height: 380px;
  padding: 34px 34px 24px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, #f8f2e8 0%, #efe4d5 100%);
}

.product-image-wrap img {
  width: auto;
  max-height: 380px;
  filter: drop-shadow(0 28px 38px rgba(54, 38, 23, 0.16));
}

.product-content {
  padding: 34px;
}

.product-headline-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.product-card h3 {
  margin-bottom: 12px;
  font-size: clamp(2.15rem, 3vw, 2.9rem);
}

.product-copy {
  margin: 0 0 22px;
  font-size: 0.98rem;
}

.price-stack {
  min-width: 118px;
  text-align: right;
}

.price-stack strong {
  display: block;
  color: var(--ink);
  font-size: 1.3rem;
  font-weight: 800;
}

.product-meta {
  margin: 0 0 20px;
}

.product-details {
  display: grid;
  gap: 11px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.product-details li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
}

.product-details li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-2);
}

.product-form,
.checkout-form label {
  display: grid;
  gap: 9px;
}

.product-form {
  grid-template-columns: 96px 1fr;
  align-items: end;
}

.product-form label span,
.checkout-form label span {
  color: var(--ink);
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  padding: 15px 16px;
  color: var(--ink);
  background: #fffdfa;
  border: 1px solid rgba(23, 20, 17, 0.14);
  border-radius: 16px;
  outline: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(76, 47, 34, 0.34);
  box-shadow: 0 0 0 4px rgba(76, 47, 34, 0.08);
  background: #fff;
}

.qty-input {
  min-width: 72px;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: stretch;
}

.story-feature {
  position: relative;
  min-height: 600px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.14), rgba(5, 5, 5, 0.80)),
    url('../uploads/pic008.jpg?v=10') center center / cover no-repeat;
}

.story-feature-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 42px;
  color: #f7f2eb;
}

.story-feature .eyebrow,
.story-feature .story-note {
  color: rgba(247, 242, 235, 0.78);
}

.story-feature h2 {
  max-width: 8ch;
  font-size: clamp(2.8rem, 4.4vw, 4.5rem);
}

.story-feature .story-text {
  max-width: 40ch;
  margin-top: 16px;
  color: rgba(247, 242, 235, 0.86);
}

.story-note {
  margin-top: 14px;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-content: start;
}

.story-card {
  padding: 30px;
  border-radius: var(--radius);
}

.story-card h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.story-card p {
  margin: 0;
}

.page-header.compact {
  padding-top: 10px;
}

.page-header h1 {
  font-size: clamp(3rem, 5vw, 4.6rem);
}

.page-header p {
  max-width: 56ch;
  margin-top: 14px;
}

.flash {
  margin-bottom: 20px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-sm);
  font-weight: 700;
}

.flash.error {
  border-color: rgba(135, 58, 58, 0.22);
  background: rgba(255, 247, 247, 0.92);
}

.cart-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 28px;
}

.table-card,
.summary-card,
.form-card,
.success-card {
  padding: 32px;
  border-radius: var(--radius);
}

.table-scroll {
  overflow-x: auto;
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
}

.cart-table th,
.cart-table td {
  padding: 18px 10px;
  text-align: left;
  border-bottom: 1px solid rgba(23, 20, 17, 0.08);
}

.cart-table th {
  color: var(--muted);
  font-size: 0.80rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cart-product-cell {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 270px;
}

.cart-product-cell img {
  width: 74px;
  height: 100px;
  object-fit: contain;
  padding: 8px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8f2e8 0%, #efe4d5 100%);
}

.empty-state {
  padding: 20px 4px;
}

.empty-state h2,
.summary-card h2,
.payment-box h2 {
  margin-top: 0;
  font-size: 2.15rem;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(23, 20, 17, 0.08);
}

.summary-line.stacked {
  align-items: start;
}

.summary-line.grand {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 800;
}

.summary-card hr {
  border: 0;
  border-top: 1px solid rgba(23, 20, 17, 0.08);
  margin: 14px 0;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.span-2 {
  grid-column: 1 / -1;
}

.payment-box {
  margin-top: 24px;
  padding: 28px;
  border-radius: var(--radius);
}

.paypal-ready-note {
  margin-top: 16px;
  padding: 15px 16px;
  border: 1px solid rgba(23, 20, 17, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.80);
}

.success-card {
  max-width: 780px;
  margin-top: 16px;
  margin-bottom: 56px;
}

.success-card h1 {
  margin-bottom: 14px;
  font-size: clamp(3.2rem, 5vw, 4.8rem);
}

.site-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding: 34px 0 44px;
  color: var(--muted);
  border-top: 1px solid rgba(23, 20, 17, 0.08);
}

.site-footer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1rem;
}

.footer-link {
  color: var(--ink);
  font-weight: 700;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--whatsapp);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 18px 30px rgba(31, 143, 95, 0.28);
}

@media (max-width: 1080px) {
  .hero,
  .story-section,
  .cart-layout,
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 600px;
  }

  .story-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .topbar {
    position: relative;
    padding-top: 24px;
  }

  .menu-toggle {
    display: block;
  }

  .topnav {
    display: none;
    position: absolute;
    top: calc(100% - 4px);
    right: 0;
    z-index: 20;
    min-width: 230px;
    flex-direction: column;
    align-items: stretch;
    border-radius: 26px;
    padding: 12px;
  }

  .topnav.open {
    display: flex;
  }

  .product-grid,
  .story-grid,
  .section-heading,
  .form-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .product-form {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .story-feature-copy,
  .table-card,
  .summary-card,
  .form-card,
  .success-card,
  .story-card,
  .payment-box,
  .hero-product-card,
  .product-content {
    padding: 26px;
  }
}

@media (max-width: 620px) {
  .topbar,
  .hero,
  .products-section,
  .story-section,
  .page-header,
  .cart-layout,
  .checkout-layout,
  .site-footer,
  .flash,
  .success-card {
    width: min(calc(100% - 20px), var(--max));
  }

  .hero-panel,
  .story-feature {
    min-height: 500px;
  }

  .hero h1,
  .story-feature h2 {
    max-width: none;
  }

  .cart-table th:nth-child(2),
  .cart-table td:nth-child(2) {
    display: none;
  }

  .hero-product-media {
    min-height: 290px;
  }

  .product-image-wrap {
    min-height: 300px;
    padding: 24px 24px 14px;
  }

  .product-image-wrap img {
    max-height: 300px;
  }

  .whatsapp-float {
    right: 12px;
    bottom: 12px;
    min-height: 52px;
    padding: 0 16px;
  }
}