/* =========================
   V CRAFT BEDS - PREMIUM LUXURY THEME
   Warm ivory, espresso brown, champagne beige, taupe
========================= */

:root {
  --bg: #f7f3ee;
  --panel: #fffdf9;
  --panel-2: #efe4d8;
  --text: #1f1a17;
  --muted: #8a6b55;
  --line: rgba(59, 36, 22, 0.08);
  --brand: #8a6b55;
  --brand-dark: #3b2416;
  --accent: #d8c2a8;
  --champagne: #d8c2a8;
  --espresso: #3b2416;
  --white-soft: #fffdf9;
  --shadow: 0 12px 40px rgba(31, 26, 23, 0.07);
  --shadow-premium: 0 24px 70px rgba(31, 26, 23, 0.12);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #fbf8f3 0%, #f4ede3 100%);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.announcement {
  background: #241a12; color: #f9f2eb; text-align: center; padding: 12px 16px; font-size: 14px; letter-spacing: 0.04em;
}
.site-header {
  position: relative;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(255, 253, 249, 0.96);
  border-bottom: 1px solid rgba(59, 36, 22, 0.06);
  box-shadow: 0 10px 35px rgba(31, 26, 23, 0.05);
}
.navbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; }
.logo-wrap { display: flex; align-items: center; gap: 14px; }
.logo-wrap img { width: 46px; height: 46px; object-fit: cover; border-radius: 14px; box-shadow: var(--shadow); }
.brand-lines strong { display: block; font-size: 18px; }
.brand-lines span { color: var(--muted); font-size: 13px; }
.nav-links { display: flex; list-style: none; gap: 22px; padding: 0; margin: 0; align-items: center; }
.nav-links a { font-weight: 600; color: var(--muted); }
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; background: var(--text); color: white; border-radius: 999px; font-weight: 700; }
.hero {
  padding: 72px 0 56px;
}
.hero-grid {
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 28px; align-items: stretch;
}
.hero-copy, .hero-card, .panel {
  background: rgba(255,255,255,0.72); border: 1px solid rgba(255,255,255,0.7); border-radius: 32px; box-shadow: var(--shadow);
}
.hero-copy { padding: 52px; }
.kicker, .eyebrow {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: var(--panel-2); color: var(--brand-dark); font-weight: 700; font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase;
}
.hero-copy h1 { font-size: clamp(40px, 6vw, 68px); line-height: 0.95; margin: 22px 0 18px; letter-spacing: -0.04em; }
.hero-copy p { font-size: 18px; line-height: 1.7; color: var(--muted); max-width: 56ch; }
.hero-actions, .inline-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn, .ghost-btn, .pay-btn, .offer-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 20px; border-radius: 999px; border: 0; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  font-weight: 700;
}
.btn, .pay-btn, .offer-btn { background: var(--text); color: #fff; box-shadow: 0 12px 24px rgba(36, 26, 18, 0.16); }
.ghost-btn { background: #fff; color: var(--text); border: 1px solid var(--line); }
.btn:hover, .ghost-btn:hover, .pay-btn:hover, .offer-btn:hover { transform: translateY(-2px); }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.stat { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 18px; }
.stat strong { display: block; font-size: 28px; }
.stat span { color: var(--muted); font-size: 14px; }
.hero-card { padding: 18px; display: grid; gap: 16px; }
.hero-card img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; border-radius: 24px; }
.hero-note { display: flex; justify-content: space-between; gap: 14px; align-items: center; padding: 8px 10px 0; color: var(--muted); }
.section { padding: 34px 0 70px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 28px; }
.section-head h2 { font-size: clamp(30px, 4vw, 48px); margin: 10px 0 8px; letter-spacing: -0.03em; }
.section-head p { margin: 0; color: var(--muted); max-width: 60ch; line-height: 1.7; }
.feature-grid, .category-grid, .product-grid, .assurance-grid, .footer-grid, .faq-grid, .support-grid { display: grid; gap: 22px; }
.category-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.category-card, .feature-card, .product-card, .assurance-card, .faq-item, .support-card, .story-grid > *, .product-meta, .product-box {
  background: rgba(255,255,255,0.82); border: 1px solid rgba(255,255,255,0.8); box-shadow: var(--shadow); border-radius: 28px;
}
.category-card { position: relative; overflow: hidden; min-height: 300px; }
.category-card img { width: 100%; height: 100%; object-fit: cover; }
.category-overlay { position: absolute; inset: auto 0 0 0; padding: 26px; background: linear-gradient(180deg, transparent, rgba(20,12,8,.78)); color: white; }
.category-overlay h3 { margin: 0 0 8px; font-size: 30px; }
.category-overlay p { margin: 0 0 16px; color: rgba(255,255,255,.82); }
.feature-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.feature-card, .assurance-card, .support-card, .faq-item { padding: 28px; }
.feature-card h3, .assurance-card h3, .support-card h3 { margin: 16px 0 10px; font-size: 22px; }
.feature-card p, .assurance-card p, .support-card p, .faq-item p { color: var(--muted); line-height: 1.7; margin: 0; }
.icon-badge { width: 46px; height: 46px; border-radius: 14px; background: var(--panel-2); display: grid; place-items: center; font-size: 20px; }
.product-toolbar { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.search-box, .filter-select, .support-form input, .support-form select, .support-form textarea {
  width: 100%; border: 1px solid var(--line); background: #fff; border-radius: 18px; padding: 16px 18px; outline: none;
}
.search-wrap { flex: 1; min-width: 260px; }
.filter-select { min-width: 180px; }
.product-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.product-card { overflow: hidden; display: flex; flex-direction: column; }
.product-card img { width: 100%; height: 260px; object-fit: cover; }
.product-card-body { padding: 22px; display: grid; gap: 12px; }
.card-topline { display: flex; justify-content: space-between; gap: 12px; align-items: center; color: var(--muted); font-size: 14px; }
.product-card h3 { margin: 0; font-size: 24px; }
.price-row { display: flex; align-items: baseline; gap: 12px; }
.price-row strong { font-size: 28px; }
.price-row span { color: var(--muted); }
.tag-row { display: flex; flex-wrap: wrap; gap: 10px; }
.tag { padding: 7px 12px; background: var(--panel-2); color: var(--brand-dark); border-radius: 999px; font-size: 13px; font-weight: 700; }
.card-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.secondary-btn { display: inline-flex; align-items: center; justify-content: center; padding: 13px 18px; border-radius: 999px; background: white; border: 1px solid var(--line); font-weight: 700; }
.story-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; }
.story-copy, .story-image { padding: 34px; }
.story-image img { border-radius: 22px; height: 100%; object-fit: cover; }
.cta-banner { padding: 36px; background: linear-gradient(135deg, #2f2118, #6d4a31); color: white; border-radius: 32px; box-shadow: var(--shadow); display: flex; justify-content: space-between; gap: 24px; align-items: center; flex-wrap: wrap; }
.cta-banner p { color: rgba(255,255,255,.85); max-width: 55ch; }
.site-footer { padding: 28px 0 40px; border-top: 1px solid var(--line); }
.footer-grid { grid-template-columns: 1.1fr 0.8fr 0.8fr 0.8fr; padding: 28px 0; }
.footer-grid h4 { margin: 0 0 14px; }
.footer-grid p, .footer-grid a { color: var(--muted); line-height: 1.8; }
.footer-links { display: grid; gap: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 12px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; flex-wrap: wrap; }
.page-hero { padding: 56px 0 24px; }
.page-hero-card { padding: 40px; }
.page-hero h1 { font-size: clamp(34px, 5vw, 56px); margin: 18px 0 12px; letter-spacing: -0.03em; }
.page-hero p { color: var(--muted); line-height: 1.7; max-width: 64ch; }
.product-layout { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 28px; align-items: start; padding-bottom: 72px; }
.gallery-panel, .detail-panel { padding: 26px; }
.main-image-wrap { position: relative; overflow: hidden; border-radius: 26px; background: var(--panel-2); }
.main-image { width: 100%; aspect-ratio: 1 / 0.82; object-fit: cover; transition: transform .35s ease; }
.main-image-wrap:hover .main-image { transform: scale(1.03); }
.thumb-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(88px, 1fr)); gap: 12px; margin-top: 16px; }
.thumb-btn { border: 1px solid transparent; border-radius: 18px; overflow: hidden; background: white; padding: 0; cursor: pointer; }
.thumb-btn.active { border-color: var(--brand); box-shadow: 0 0 0 2px rgba(138,99,69,0.12); }
.thumb-btn img { width: 100%; height: 82px; object-fit: cover; }
.product-copy h1 { margin: 14px 0 10px; font-size: clamp(34px, 5vw, 52px); letter-spacing: -0.03em; }
.product-copy p { color: var(--muted); line-height: 1.8; }
.product-price { font-size: 34px; font-weight: 800; margin: 20px 0; }
.form-grid { display: grid; gap: 16px; }
.label { font-weight: 700; display: block; margin-bottom: 8px; }
.size-select, .qty-input { width: 100%; padding: 15px 16px; border-radius: 18px; border: 1px solid var(--line); background: white; }
.product-meta { padding: 22px; display: grid; gap: 14px; margin-top: 18px; }
.meta-row { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.meta-row:last-child { padding-bottom: 0; border-bottom: 0; }
.detail-stack { display: grid; gap: 18px; }
.payment-options { display: grid; gap: 12px; margin-top: 24px; }
.pay-btn.alt { background: white; color: var(--text); border: 1px solid var(--line); box-shadow: none; }
.notice { background: var(--panel-2); color: var(--brand-dark); padding: 14px 16px; border-radius: 18px; font-size: 14px; line-height: 1.6; }
.help-strip { padding: 18px 22px; border-radius: 22px; display: flex; justify-content: space-between; gap: 18px; align-items: center; flex-wrap: wrap; background: #fff; border: 1px solid var(--line); }
.support-grid { grid-template-columns: 0.95fr 1.05fr; }
.support-form { display: grid; gap: 14px; }
.support-form textarea { min-height: 180px; resize: vertical; }
.faq-grid { grid-template-columns: 1fr; }
.faq-item summary { list-style: none; cursor: pointer; font-weight: 700; font-size: 18px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item details { display: grid; gap: 12px; }
.policy-card { padding: 34px; }
.policy-card h1 { margin-top: 0; }
.policy-card h2 { margin-top: 28px; }
.policy-card p, .policy-card li { color: var(--muted); line-height: 1.8; }
.offer-popup { position: fixed; inset: 0; background: rgba(20,12,8,.72); display: none; align-items: center; justify-content: center; z-index: 100; padding: 18px; }
.offer-content { max-width: 460px; width: 100%; background: white; border-radius: 28px; padding: 34px; position: relative; box-shadow: var(--shadow); text-align: center; }
.offer-content h2 { margin: 0 0 12px; font-size: 34px; }
.offer-content p { color: var(--muted); line-height: 1.7; margin-bottom: 22px; }
.close-btn { position: absolute; top: 18px; right: 18px; font-size: 28px; cursor: pointer; color: var(--muted); }
.image-modal { position: fixed; inset: 0; background: rgba(20,12,8,.84); display: none; align-items: center; justify-content: center; z-index: 120; padding: 20px; }
.image-modal.active { display: flex; }
.image-modal-dialog { width: min(1100px, 100%); background: #fff; border-radius: 28px; padding: 18px; box-shadow: var(--shadow); }
.image-modal-stage { position: relative; overflow: hidden; border-radius: 22px; background: var(--panel-2); }
.image-modal-stage img { width: 100%; max-height: 76vh; object-fit: contain; }
.image-modal-close, .image-nav { position: absolute; border: 0; border-radius: 999px; background: rgba(255,255,255,.92); width: 46px; height: 46px; display: grid; place-items: center; cursor: pointer; box-shadow: 0 10px 24px rgba(20,12,8,.18); }
.image-modal-close { top: 18px; right: 18px; }
.image-nav.prev { left: 18px; top: 50%; transform: translateY(-50%); }
.image-nav.next { right: 18px; top: 50%; transform: translateY(-50%); }
.modal-thumbs { display: grid; grid-template-columns: repeat(auto-fit, minmax(86px, 1fr)); gap: 12px; margin-top: 16px; }
.modal-thumbs button { border: 1px solid transparent; background: white; border-radius: 16px; overflow: hidden; padding: 0; cursor: pointer; }
.modal-thumbs button.active { border-color: var(--brand); }
.modal-thumbs img { width: 100%; height: 84px; object-fit: cover; }
.center-empty { text-align: center; color: var(--muted); padding: 40px 0; }
@media (max-width: 980px) {
  .hero-grid, .story-grid, .product-layout, .support-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 34px; }
  .hero-card img { min-height: 320px; }
}
@media (max-width: 760px) {
  .navbar { flex-wrap: wrap; }
  .nav-links { flex-wrap: wrap; gap: 14px; }
  .category-grid, .feature-grid, .hero-stats { grid-template-columns: 1fr; }
  .section, .hero { padding-top: 28px; }
  .page-hero-card, .policy-card { padding: 24px; }
  .hero-copy h1, .product-copy h1 { line-height: 1.02; }
}

.cart-pill {
  display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px;
  border-radius: 999px; background: rgba(255,255,255,.78); border: 1px solid var(--line);
  font-weight: 800; box-shadow: 0 10px 24px rgba(36,26,18,.08);
}
.cart-pill-count {
  min-width: 26px; height: 26px; padding: 0 8px; border-radius: 999px;
  background: var(--text); color: #fff; display: inline-flex; align-items: center; justify-content: center;
  font-size: 13px;
}
.cart-toast {
  position: fixed; right: 18px; bottom: 18px; z-index: 180;
  background: rgba(36,26,18,.96); color: #fff; padding: 14px 18px; border-radius: 18px;
  box-shadow: 0 18px 40px rgba(20,12,8,.22); opacity: 0; transform: translateY(10px);
  pointer-events: none; transition: opacity .25s ease, transform .25s ease;
}
.cart-toast.active { opacity: 1; transform: translateY(0); }
.cart-action { background: var(--panel-2); color: var(--text); }
.cart-layout { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 26px; align-items: start; }
.cart-shell, .summary-card, .cart-empty {
  background: rgba(255,255,255,.84); border: 1px solid rgba(255,255,255,.82); box-shadow: var(--shadow); border-radius: 30px;
}
.cart-shell { padding: 28px; }
.cart-shell-head, .summary-head, .cart-item-top, .cart-item-actions, .summary-row {
  display: flex; justify-content: space-between; gap: 16px; align-items: center;
}
.cart-shell-head { margin-bottom: 18px; }
.cart-shell-head h2, .summary-head h2 { margin: 12px 0 0; font-size: clamp(28px, 4vw, 38px); letter-spacing: -0.03em; }
.cart-count-chip, .summary-badge {
  display: inline-flex; align-items: center; justify-content: center; padding: 10px 14px;
  border-radius: 999px; background: var(--panel-2); color: var(--brand-dark); font-weight: 800; font-size: 14px;
}
.cart-items { display: grid; gap: 16px; }
.cart-item {
  display: grid; grid-template-columns: 180px 1fr; gap: 18px; padding: 18px;
  border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(180deg, #fff, #fcf8f3);
}
.cart-item-image { border-radius: 22px; overflow: hidden; background: var(--panel-2); }
.cart-item-image img { width: 100%; height: 100%; min-height: 180px; object-fit: cover; }
.cart-item-copy { display: grid; gap: 18px; }
.cart-category { display: inline-flex; margin-bottom: 10px; color: var(--brand-dark); background: var(--panel-2); padding: 8px 12px; border-radius: 999px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.cart-item h3 { margin: 0 0 6px; font-size: 28px; letter-spacing: -0.03em; }
.cart-item p { margin: 0; color: var(--muted); }
.qty-stepper {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px; border: 1px solid var(--line); border-radius: 999px; background: white;
}
.qty-stepper button, .qty-stepper input {
  border: 0; background: transparent; width: 38px; height: 38px; text-align: center; border-radius: 999px;
}
.qty-stepper button { cursor: pointer; font-size: 22px; }
.qty-stepper input { width: 52px; }
.cart-remove { border: 0; background: transparent; color: var(--muted); font-weight: 700; cursor: pointer; }
.cart-summary { position: sticky; top: 112px; }
.summary-card { padding: 28px; display: grid; gap: 18px; }
.summary-row { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.summary-row strong { color: var(--text); }
.summary-row.total { font-size: 22px; color: var(--text); }
.summary-row.total strong { font-size: 28px; }
.full-width, .cart-checkout { width: 100%; }
.cart-promise { display: grid; gap: 14px; }
.cart-promise div { padding: 16px 18px; border-radius: 20px; background: var(--panel-2); }
.cart-promise p { margin: 8px 0 0; color: var(--muted); line-height: 1.7; }
.cart-empty { padding: 32px; text-align: center; }
.cart-empty h3 { font-size: 32px; margin: 0 0 10px; }
.cart-empty p { color: var(--muted); line-height: 1.8; margin: 0 auto; max-width: 48ch; }
.is-disabled { opacity: .64; }
.is-disabled button { pointer-events: none; }
@media (max-width: 980px) {
  .cart-layout { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
}
@media (max-width: 760px) {
  .cart-item { grid-template-columns: 1fr; }
  .cart-item-image img { min-height: 240px; }
  .cart-item-top, .cart-item-actions, .cart-shell-head, .summary-head { align-items: flex-start; flex-direction: column; }
  .cart-pill { order: 4; }
}

.fabric-panel {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(248,243,236,.92));
  border: 1px solid var(--line);
}
.fabric-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
}
.fabric-head h3 { margin: 8px 0 0; font-size: 28px; letter-spacing: -0.03em; }
.fabric-head p { margin: 0; max-width: 40ch; color: var(--muted); line-height: 1.7; }
.fabric-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.fabric-card {
  border: 1px solid var(--line);
  background: white;
  border-radius: 22px;
  padding: 16px;
  display: grid;
  gap: 14px;
  text-align: left;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.fabric-card:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(20,12,8,.08); }
.fabric-card.active { border-color: var(--brand); box-shadow: 0 16px 28px rgba(48,31,21,.12); }
.fabric-swatches { display: flex; gap: 8px; }
.fabric-swatches span {
  width: 28px; height: 28px; border-radius: 999px; border: 1px solid rgba(0,0,0,.08); display: inline-block;
}
.fabric-copy { display: grid; gap: 4px; }
.fabric-copy strong { font-size: 17px; }
.fabric-copy small { color: var(--muted); line-height: 1.5; }
#selectedFabricCopy { color: var(--muted); font-weight: 500; margin-left: 6px; }
@media (max-width: 760px) {
  .fabric-head { align-items: flex-start; flex-direction: column; }
}


.fabric-head p { margin: 6px 0 0; color: var(--muted); }
.fabric-panel {
  padding: 22px; border-radius: 24px; background: linear-gradient(180deg, #fff, #fbf7f1);
  border: 1px solid var(--line); display: grid; gap: 16px;
}
.fabric-grid { display: grid; gap: 14px; }
.fabric-family-row, .fabric-color-row { display: flex; flex-wrap: wrap; gap: 10px; }
.fabric-pill {
  appearance: none; border: 1px solid var(--line); background: white; color: var(--text);
  border-radius: 999px; padding: 10px 14px; font-weight: 800; display: inline-flex; align-items: center; gap: 8px;
  cursor: pointer; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.fabric-pill small { color: var(--brand-dark); font-size: 12px; }
.fabric-pill.active {
  background: var(--text); color: white; border-color: var(--text); box-shadow: 0 14px 26px rgba(20,12,8,.18);
}
.fabric-pill.active small { color: rgba(255,255,255,.84); }
.fabric-pill:hover, .fabric-color-chip:hover { transform: translateY(-1px); }
.fabric-meta-card {
  padding: 14px 16px; border-radius: 18px; background: var(--panel-2); border: 1px solid rgba(170,132,93,.12);
}
.fabric-meta-card p { margin: 6px 0 0; color: var(--muted); }
.fabric-color-chip {
  appearance: none; border: 1px solid var(--line); background: white; color: var(--text); border-radius: 999px;
  padding: 8px 12px 8px 8px; display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.fabric-color-chip.active {
  border-color: var(--brand-dark); box-shadow: 0 12px 24px rgba(20,12,8,.12); background: #fffaf4;
}
.fabric-color-dot {
  width: 22px; height: 22px; border-radius: 999px; display: inline-block; border: 1px solid rgba(0,0,0,.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}
.fabric-color-label { font-size: 13px; font-weight: 700; }
@media (max-width: 760px) {
  .fabric-family-row, .fabric-color-row { gap: 8px; }
  .fabric-pill, .fabric-color-chip { padding: 9px 12px; }
  .fabric-color-chip { padding-left: 8px; }
  .fabric-color-dot { width: 18px; height: 18px; }
}


/* =========================
   PREMIUM BRANDING UPGRADE
========================= */
.logo-wrap {
  gap: 24px;
  align-items: center;
}

.logo-wrap img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border-radius: 28px;
  background: var(--champagne);
  box-shadow:
    0 20px 45px rgba(31, 26, 23, 0.16),
    0 6px 18px rgba(138, 107, 85, 0.22);
  transition: transform .35s ease, box-shadow .35s ease;
}

.logo-wrap img:hover {
  transform: scale(1.05);
  box-shadow:
    0 26px 60px rgba(31, 26, 23, 0.20),
    0 10px 24px rgba(138, 107, 85, 0.28);
}

.brand-lines strong {
  font-size: 42px;
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.95;
  color: var(--text);
}

.brand-lines span {
  font-size: 18px;
  color: var(--brand);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.announcement {
  background: var(--espresso);
  color: var(--white-soft);
  font-weight: 700;
}

.nav-links a {
  color: #6d5544;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--espresso);
}

.nav-cta,
.btn,
.pay-btn,
.offer-btn {
  background: var(--espresso);
  color: var(--white-soft);
  box-shadow: 0 14px 28px rgba(59, 36, 22, 0.18);
}

.nav-cta:hover,
.btn:hover,
.pay-btn:hover,
.offer-btn:hover {
  background: #5b3927;
}

.ghost-btn,
.secondary-btn,
.pay-btn.alt {
  background: var(--white-soft);
  color: var(--espresso);
  border: 1px solid rgba(59, 36, 22, 0.10);
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "V CRAFT";
  position: absolute;
  top: 20px;
  right: -28px;
  font-size: 220px;
  font-weight: 950;
  color: rgba(138, 107, 85, 0.045);
  letter-spacing: -0.08em;
  z-index: 0;
  pointer-events: none;
}

.hero-copy,
.hero-card,
.panel,
.category-card,
.feature-card,
.product-card,
.assurance-card,
.faq-item,
.support-card,
.product-box,
.cart-shell,
.summary-card,
.cart-empty {
  background: rgba(255, 253, 249, 0.88);
  border: 1px solid rgba(255, 253, 249, 0.92);
  box-shadow: var(--shadow);
}

.hero-copy,
.hero-card,
.panel {
  position: relative;
  z-index: 1;
}

.kicker,
.eyebrow,
.tag,
.cart-count-chip,
.summary-badge,
.cart-category,
.notice,
.icon-badge {
  background: var(--panel-2);
  color: var(--brand-dark);
}

.product-card {
  transition: transform .35s ease, box-shadow .35s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-premium);
}

.product-card img,
.category-card img,
.hero-card img,
.main-image {
  filter: saturate(0.92) contrast(1.03);
}

.cta-banner,
.luxury-strip {
  background: linear-gradient(135deg, #1f1a17, #3b2416 55%, #6d4a31);
  color: var(--white-soft);
}

/* =========================
   LUXURY STRIP
========================= */
.luxury-strip {
  width: min(1180px, calc(100% - 32px));
  margin: 34px auto 44px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  padding: 26px;
  text-align: center;
  font-weight: 850;
  letter-spacing: 0.04em;
  border-radius: 28px;
  box-shadow: var(--shadow-premium);
}

.luxury-strip div {
  padding: 12px 10px;
  border-right: 1px solid rgba(255, 253, 249, 0.16);
}

.luxury-strip div:last-child {
  border-right: 0;
}

/* =========================
   BETTER MOBILE RESPONSIVE DESIGN
========================= */
@media (max-width: 760px) {
  body {
    overflow-x: hidden;
  }

  .announcement {
    font-size: 12px;
    padding: 10px 12px;
  }

  .navbar {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 18px 0;
  }

  .logo-wrap {
    flex-direction: column;
    gap: 10px;
  }

  .logo-wrap img {
    width: 96px;
    height: 96px;
    border-radius: 26px;
  }

  .brand-lines strong {
    font-size: 32px;
  }

  .brand-lines span {
    font-size: 13px;
  }

  .nav-links {
    justify-content: center;
    gap: 12px;
    font-size: 14px;
  }

  .nav-cta,
  .cart-pill {
    width: 100%;
    justify-content: center;
  }

  .hero {
    padding: 28px 0 34px;
  }

  .hero::after {
    font-size: 78px;
    top: 16px;
    right: -8px;
  }

  .hero-copy {
    padding: 28px 22px;
    text-align: center;
  }

  .hero-copy h1 {
    font-size: 42px;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .hero-actions,
  .inline-actions {
    justify-content: center;
  }

  .hero-actions a,
  .inline-actions a,
  .btn,
  .ghost-btn,
  .pay-btn {
    width: 100%;
  }

  .hero-card img {
    min-height: 280px;
  }

  .luxury-strip {
    grid-template-columns: 1fr;
    margin: 24px auto 34px;
    padding: 22px;
    gap: 8px;
  }

  .luxury-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 253, 249, 0.14);
  }

  .luxury-strip div:last-child {
    border-bottom: 0;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .product-card img {
    height: 240px;
  }

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

  .product-copy h1 {
    font-size: 34px;
  }

  .product-price {
    font-size: 30px;
  }

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

  .payment-options {
    gap: 10px;
  }

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

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-grid .logo-wrap {
    justify-content: center;
  }

  .footer-bottom {
    text-align: center;
    justify-content: center;
  }
}
