/* ════════════════════════════════════
   Hastii BOUTIQUE — Main Stylesheet
   Inspired by Velaa's clean minimal look
   ════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=DM+Sans:wght@300;400;500&display=swap');

:root {
  --white:      #ffffff;
  --off-white:  #fafaf8;
  --stone:      #f3ede7;
  --warm:       #e8ddd4;
  --mid:        #a89990;
  --text:       #1c1714;
  --text-light: #6b5f58;
  --rose:       #c4756c;
  --rose-dark:  #a05850;
  --gold:       #b89a6a;
  --black:      #0f0d0c;
  --border:     #ece5de;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--white);
  color: var(--text);
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
button { cursor: pointer; font-family: 'DM Sans', sans-serif; }
img { display: block; width: 100%; }

/* ── ANNOUNCE BAR ── */
.announce {
  background: var(--black);
  color: var(--white);
  text-align: center;
  padding: 10px 20px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.announce span { color: var(--gold); margin: 0 6px; }

/* ── NAV ── */
nav {
  position: sticky; top: 0; z-index: 500;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  height: 64px;
  display: flex; align-items: center;
  padding: 0 48px;
  gap: 40px;
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 400;
  letter-spacing: 4px; text-transform: uppercase;
  color: var(--text); white-space: nowrap;
  margin-right: auto;
}
.nav-logo em { font-style: italic; color: var(--rose); }
.nav-links {
  display: flex; gap: 32px; list-style: none;
}
.nav-links a {
  font-size: 13px; font-weight: 400;
  color: var(--text-light); letter-spacing: 0.3px;
  transition: color .2s;
  position: relative;
}
.nav-links a::after {
  content: ''; position: absolute;
  bottom: -3px; left: 0; right: 0;
  height: 1px; background: var(--rose);
  transform: scaleX(0); transition: transform .25s;
}
.nav-links a:hover { color: var(--text); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-links a.active { color: var(--text); font-weight: 500; }
.nav-actions {
  display: flex; align-items: center; gap: 8px;
  margin-left: auto;
}
.nav-btn {
  background: none; border: none;
  padding: 8px 12px;
  font-size: 13px; color: var(--text-light);
  display: flex; align-items: center; gap: 6px;
  transition: color .2s; border-radius: 6px;
}
.nav-btn:hover { color: var(--text); background: var(--stone); }
.nav-btn svg { width: 18px; height: 18px; }
.cart-btn {
  background: var(--text); color: var(--white) !important;
  padding: 8px 16px; border-radius: 20px;
  font-size: 13px;
}
.cart-btn:hover { background: var(--rose-dark) !important; color: white !important; }
#cart-count {
  background: var(--rose); color: white;
  font-size: 10px; font-weight: 500;
  width: 18px; height: 18px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
}

/* ── PAGE SYSTEM ── */
.page { display: none; }
.page.active { display: block; }

/* ── HERO ── */
.hero {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 90px);
}
.hero-left {
  background: var(--stone);
  display: flex; flex-direction: column;
  justify-content: center; padding: 80px 64px;
}
.hero-tag {
  font-size: 11px; letter-spacing: 3px;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 24px;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 400; line-height: 1.1;
  color: var(--text); margin-bottom: 24px;
}
.hero-title em { font-style: italic; color: var(--rose); }
.hero-sub {
  font-size: 16px; color: var(--text-light);
  line-height: 1.7; max-width: 400px;
  margin-bottom: 40px; font-weight: 300;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  padding: 14px 32px; font-size: 13px;
  letter-spacing: 0.5px; font-weight: 500;
  border: none; transition: all .25s;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-dark { background: var(--text); color: white; }
.btn-dark:hover { background: var(--rose-dark); }
.btn-outline {
  background: transparent;
  border: 1.5px solid var(--text);
  color: var(--text);
}
.btn-outline:hover { background: var(--text); color: white; }
.btn-rose { background: var(--rose); color: white; }
.btn-rose:hover { background: var(--rose-dark); }
.hero-right {
  background: var(--warm);
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.hero-visual {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.hero-shape {
  width: 320px; height: 480px;
  background: linear-gradient(160deg, #d4b0a8, #c4906a);
  border-radius: 50% 50% 48% 52% / 60% 60% 40% 40%;
  display: flex; align-items: center; justify-content: center;
  font-size: 96px;
  box-shadow: 0 40px 80px rgba(0,0,0,.12);
  position: relative;
}
.hero-shape::before {
  content: ''; position: absolute;
  inset: -20px; border-radius: inherit;
  border: 1px solid rgba(255,255,255,.3);
}
.hero-badge {
  position: absolute; bottom: 40px; right: 40px;
  background: white; padding: 16px 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,.1);
}
.hero-badge-num {
  font-family: 'Playfair Display', serif;
  font-size: 28px; font-weight: 500;
}
.hero-badge-label {
  font-size: 11px; letter-spacing: 1px;
  color: var(--text-light); text-transform: uppercase;
}

/* ── MARQUEE ── */
.marquee-wrap {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden; padding: 14px 0;
  background: var(--off-white);
}
.marquee-track {
  display: flex; white-space: nowrap;
  animation: marquee 25s linear infinite;
}
.marquee-track span {
  font-size: 12px; letter-spacing: 2px;
  text-transform: uppercase; color: var(--text-light);
  padding: 0 32px;
}
.marquee-track .dot { color: var(--rose); padding: 0; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ── SECTION LAYOUT ── */
.section { padding: 80px 48px; }
.section-sm { padding: 48px 48px; }
.section-header { margin-bottom: 48px; }
.section-tag {
  font-size: 11px; letter-spacing: 3px;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 12px; display: block;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400; color: var(--text); line-height: 1.2;
}
.section-title em { font-style: italic; color: var(--rose); }
.section-row {
  display: flex; align-items: flex-end;
  justify-content: space-between; margin-bottom: 40px;
}
.view-all {
  font-size: 13px; color: var(--text-light);
  display: flex; align-items: center; gap: 6px;
  transition: color .2s; white-space: nowrap;
}
.view-all:hover { color: var(--rose); }
.view-all::after { content: '→'; }

/* ── PRODUCT GRID ── */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1px; background: var(--border);
}
.products-grid.four { grid-template-columns: repeat(4, 1fr); }
.product-card {
  background: var(--white);
  cursor: pointer; position: relative;
  transition: box-shadow .3s;
}
.product-card:hover { box-shadow: 0 8px 40px rgba(0,0,0,.08); z-index: 2; }
.product-thumb {
  aspect-ratio: 3/4; overflow: hidden;
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.product-thumb-bg {
  position: absolute; inset: 0;
  transition: transform .5s ease;
}
.product-card:hover .product-thumb-bg { transform: scale(1.04); }
.product-emoji {
  font-size: 80px; position: relative; z-index: 1;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.15));
  transition: transform .4s ease;
}
.product-card:hover .product-emoji { transform: translateY(-6px) scale(1.05); }
.product-badges {
  position: absolute; top: 12px; left: 12px;
  display: flex; gap: 6px; z-index: 3;
}
.badge {
  padding: 4px 10px; font-size: 10px;
  letter-spacing: 1px; text-transform: uppercase; font-weight: 500;
}
.badge-new { background: var(--text); color: white; }
.badge-sale { background: var(--rose); color: white; }
.wishlist-btn {
  position: absolute; top: 10px; right: 10px; z-index: 3;
  width: 36px; height: 36px; border-radius: 50%;
  background: white; border: none;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px;
  box-shadow: 0 2px 12px rgba(0,0,0,.1);
  opacity: 0; transform: translateY(4px);
  transition: all .25s;
}
.product-card:hover .wishlist-btn { opacity: 1; transform: translateY(0); }
.wishlist-btn.on { opacity: 1; transform: translateY(0); }
.quick-add {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 3;
  background: var(--text); color: white;
  padding: 12px; font-size: 12px;
  letter-spacing: 1.5px; text-transform: uppercase;
  border: none; font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  transform: translateY(100%); transition: transform .3s ease;
}
.product-card:hover .quick-add { transform: translateY(0); }
.quick-add:hover { background: var(--rose-dark); }
.product-info { padding: 16px 16px 20px; }
.product-cat {
  font-size: 10px; letter-spacing: 2px;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 4px;
}
.product-name {
  font-family: 'Playfair Display', serif;
  font-size: 17px; font-weight: 400;
  color: var(--text); margin-bottom: 8px; line-height: 1.3;
}
.product-price-row {
  display: flex; align-items: center; gap: 8px;
}
.price-current {
  font-size: 16px; font-weight: 500; color: var(--text);
}
.price-old {
  font-size: 13px; color: var(--mid);
  text-decoration: line-through;
}
.price-saving {
  font-size: 11px; color: var(--rose);
  background: #fdf0ee; padding: 2px 6px;
}

/* ── CATEGORIES ── */
.cats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
.cat-card {
  position: relative; cursor: pointer; overflow: hidden;
  aspect-ratio: 2/3;
  display: flex; align-items: flex-end;
}
.cat-bg {
  position: absolute; inset: 0;
  transition: transform .5s ease;
}
.cat-card:hover .cat-bg { transform: scale(1.05); }
.cat-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(15,13,12,.7) 30%, transparent 70%);
}
.cat-content {
  position: relative; z-index: 2; padding: 24px 20px;
  width: 100%;
}
.cat-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 400;
  color: white; margin-bottom: 2px;
}
.cat-content p {
  font-size: 11px; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(255,255,255,.6);
}
.cat-arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.4);
  color: white; font-size: 16px; float: right;
  transition: all .25s;
}
.cat-card:hover .cat-arrow {
  background: var(--rose); border-color: var(--rose);
}

/* ── BANNER ── */
.banner {
  background: var(--stone);
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 400px; overflow: hidden;
}
.banner-content {
  display: flex; flex-direction: column;
  justify-content: center; padding: 64px 56px;
}
.banner-tag {
  font-size: 10px; letter-spacing: 3px;
  text-transform: uppercase; color: var(--rose);
  margin-bottom: 16px;
}
.banner-title {
  font-family: 'Playfair Display', serif;
  font-size: 36px; font-weight: 400;
  line-height: 1.2; margin-bottom: 16px;
}
.banner-sub {
  font-size: 15px; color: var(--text-light);
  line-height: 1.7; margin-bottom: 32px; font-weight: 300;
}
.banner-visual {
  background: var(--warm);
  display: flex; align-items: center; justify-content: center;
  font-size: 120px; position: relative; overflow: hidden;
}
.banner-visual::before {
  content: ''; position: absolute;
  width: 300px; height: 300px; border-radius: 50%;
  background: rgba(255,255,255,.2);
  top: -50px; right: -50px;
}

/* ── TRUST STRIP ── */
.trust-strip {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.trust-item {
  padding: 32px 24px;
  display: flex; align-items: flex-start; gap: 16px;
  border-right: 1px solid var(--border);
}
.trust-item:last-child { border-right: none; }
.trust-icon { font-size: 24px; flex-shrink: 0; margin-top: 2px; }
.trust-text h4 {
  font-size: 14px; font-weight: 500; margin-bottom: 4px;
}
.trust-text p {
  font-size: 12px; color: var(--text-light); line-height: 1.5;
}

/* ── NEWSLETTER ── */
.newsletter {
  background: var(--black); color: white;
  padding: 72px 48px; text-align: center;
}
.newsletter h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px; font-weight: 400;
  margin-bottom: 12px;
}
.newsletter h2 em { font-style: italic; color: var(--rose); }
.newsletter p {
  font-size: 15px; color: rgba(255,255,255,.6);
  margin-bottom: 32px; font-weight: 300;
}
.newsletter-form {
  display: flex; max-width: 440px;
  margin: 0 auto; gap: 0;
}
.newsletter-form input {
  flex: 1; padding: 14px 20px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-right: none; color: white;
  font-family: 'DM Sans', sans-serif; font-size: 14px;
  outline: none;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,.35); }
.newsletter-form input:focus { border-color: var(--rose); background: rgba(255,255,255,.12); }
.newsletter-form button {
  padding: 14px 24px; background: var(--rose);
  border: 1px solid var(--rose); color: white;
  font-size: 12px; letter-spacing: 1.5px;
  text-transform: uppercase; font-weight: 500;
  transition: background .2s;
}
.newsletter-form button:hover { background: var(--rose-dark); }

/* ── SHOP PAGE ── */
.shop-layout {
  display: grid; grid-template-columns: 220px 1fr;
  gap: 0; min-height: 80vh;
}
.shop-sidebar {
  border-right: 1px solid var(--border);
  padding: 40px 28px; position: sticky;
  top: 64px; height: calc(100vh - 64px);
  overflow-y: auto;
}
.sidebar-section { margin-bottom: 36px; }
.sidebar-title {
  font-size: 11px; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--text);
  font-weight: 500; margin-bottom: 16px;
}
.filter-list { list-style: none; }
.filter-list li {
  margin-bottom: 8px;
}
.filter-list button {
  background: none; border: none;
  font-size: 14px; color: var(--text-light);
  padding: 4px 0; transition: color .2s;
  display: flex; align-items: center; gap: 8px;
  width: 100%; text-align: left;
}
.filter-list button:hover { color: var(--text); }
.filter-list button.active {
  color: var(--rose); font-weight: 500;
}
.filter-list button.active::before {
  content: ''; width: 3px; height: 3px;
  background: var(--rose); border-radius: 50%;
  flex-shrink: 0;
}
.shop-main { padding: 40px 40px; }
.shop-top {
  display: flex; align-items: center;
  justify-content: space-between; margin-bottom: 32px;
}
.results-count { font-size: 14px; color: var(--text-light); }
.sort-select {
  padding: 8px 14px; border: 1px solid var(--border);
  background: white; font-family: 'DM Sans', sans-serif;
  font-size: 13px; color: var(--text); outline: none;
}

/* ── PRODUCT DETAIL ── */
.product-detail {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 64px);
}
.detail-gallery {
  background: var(--stone);
  display: flex; align-items: center; justify-content: center;
  padding: 60px; position: relative;
}
.detail-emoji { font-size: 160px; filter: drop-shadow(0 20px 40px rgba(0,0,0,.15)); }
.detail-info { padding: 60px 56px; overflow-y: auto; }
.detail-brand {
  font-size: 11px; letter-spacing: 3px;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 12px;
}
.detail-name {
  font-family: 'Playfair Display', serif;
  font-size: 36px; font-weight: 400; line-height: 1.2;
  margin-bottom: 16px;
}
.detail-price {
  font-size: 28px; font-weight: 500;
  color: var(--text); margin-bottom: 8px;
}
.detail-old {
  font-size: 16px; color: var(--mid);
  text-decoration: line-through; margin-left: 10px;
}
.detail-saving {
  display: inline-block; background: #fdf0ee;
  color: var(--rose); font-size: 13px;
  padding: 3px 10px; margin-bottom: 28px;
}
.detail-desc {
  font-size: 15px; color: var(--text-light);
  line-height: 1.8; margin-bottom: 32px; font-weight: 300;
}
.detail-section-title {
  font-size: 11px; letter-spacing: 2px;
  text-transform: uppercase; color: var(--text);
  font-weight: 500; margin-bottom: 12px;
}
.size-grid { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.size-btn {
  width: 48px; height: 48px;
  border: 1.5px solid var(--border); background: white;
  font-size: 13px; color: var(--text);
  transition: all .2s;
}
.size-btn:hover { border-color: var(--text); }
.size-btn.selected { background: var(--text); color: white; border-color: var(--text); }
.detail-actions { display: flex; gap: 10px; margin-bottom: 28px; }
.btn-add-cart {
  flex: 1; padding: 16px; background: var(--text); color: white;
  border: none; font-size: 13px; letter-spacing: 1px;
  text-transform: uppercase; font-weight: 500;
  transition: background .2s;
}
.btn-add-cart:hover { background: var(--rose-dark); }
.btn-wishlist-lg {
  width: 54px; height: 54px; border: 1.5px solid var(--border);
  background: white; font-size: 20px; transition: all .2s;
}
.btn-wishlist-lg:hover { border-color: var(--rose); background: #fdf0ee; }
.detail-meta { border-top: 1px solid var(--border); padding-top: 24px; }
.meta-row {
  display: flex; justify-content: space-between;
  padding: 10px 0; border-bottom: 1px solid var(--border);
  font-size: 14px;
}
.meta-row span:first-child { color: var(--text-light); }
.meta-row span:last-child { font-weight: 500; }

/* ── CART SIDEBAR ── */
.cart-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.35);
  z-index: 800; opacity: 0; pointer-events: none; transition: opacity .3s;
}
.cart-overlay.open { opacity: 1; pointer-events: all; }
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: 400px; background: white; z-index: 900;
  transform: translateX(100%); transition: transform .4s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column;
  box-shadow: -8px 0 40px rgba(0,0,0,.1);
}
.cart-drawer.open { transform: translateX(0); }
.drawer-header {
  padding: 24px 28px; border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
}
.drawer-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 400;
}
.close-btn {
  background: none; border: none; font-size: 20px;
  color: var(--mid); transition: color .2s; padding: 4px;
}
.close-btn:hover { color: var(--text); }
.drawer-body { flex: 1; overflow-y: auto; padding: 24px 28px; }
.cart-empty-state {
  height: 100%; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; gap: 12px; color: var(--text-light);
}
.cart-empty-state .big-icon { font-size: 56px; opacity: .3; margin-bottom: 8px; }
.cart-empty-state h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 400; color: var(--text);
}
.cart-empty-state p { font-size: 14px; font-weight: 300; }
.cart-item {
  display: grid; grid-template-columns: 72px 1fr;
  gap: 14px; padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.cart-item-img {
  width: 72px; height: 96px; border-radius: 2px;
  overflow: hidden; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 32px;
}
.cart-item-details h4 {
  font-family: 'Playfair Display', serif;
  font-size: 16px; font-weight: 400; margin-bottom: 3px;
}
.cart-item-details .item-cat {
  font-size: 11px; letter-spacing: 1px;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 8px;
}
.item-price { font-size: 16px; font-weight: 500; margin-bottom: 10px; }
.qty-row { display: flex; align-items: center; justify-content: space-between; }
.qty-ctrl { display: flex; align-items: center; gap: 0; }
.qty-btn {
  width: 30px; height: 30px; background: none;
  border: 1px solid var(--border); font-size: 16px;
  color: var(--text); transition: all .2s;
}
.qty-btn:hover { background: var(--text); color: white; border-color: var(--text); }
.qty-val { width: 36px; text-align: center; font-size: 14px; border: 1px solid var(--border); border-left: none; border-right: none; height: 30px; display: flex; align-items: center; justify-content: center; }
.remove-item {
  background: none; border: none; font-size: 12px;
  color: var(--mid); letter-spacing: 1px; text-transform: uppercase;
  transition: color .2s;
}
.remove-item:hover { color: var(--rose); }
.drawer-footer {
  border-top: 1px solid var(--border); padding: 24px 28px;
}
.subtotal-row {
  display: flex; justify-content: space-between;
  align-items: center; margin-bottom: 6px;
}
.subtotal-row .label { font-size: 13px; color: var(--text-light); letter-spacing: 1px; text-transform: uppercase; }
.subtotal-row .amount {
  font-family: 'Playfair Display', serif;
  font-size: 26px; font-weight: 400;
}
.subtotal-note { font-size: 12px; color: var(--text-light); margin-bottom: 20px; }
.checkout-btn {
  width: 100%; padding: 16px; background: var(--text); color: white;
  border: none; font-size: 13px; letter-spacing: 1.5px;
  text-transform: uppercase; font-weight: 500;
  transition: background .25s;
}
.checkout-btn:hover { background: var(--rose-dark); }

/* ── AUTH MODAL ── */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.45);
  z-index: 1000; display: none; align-items: center; justify-content: center;
}
.modal-overlay.open { display: flex; }
.modal {
  background: white; width: 100%; max-width: 440px;
  padding: 48px; position: relative;
  animation: modalIn .3s ease;
}
@keyframes modalIn { from { opacity:0;transform:scale(.97); } to { opacity:1;transform:none; } }
.modal-close {
  position: absolute; top: 20px; right: 20px;
  background: none; border: none; font-size: 20px; color: var(--mid);
}
.modal-close:hover { color: var(--text); }
.modal-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px; font-weight: 400; margin-bottom: 8px;
}
.modal-sub { font-size: 14px; color: var(--text-light); margin-bottom: 32px; font-weight: 300; }
.form-group { margin-bottom: 18px; }
.form-label { display: block; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-light); margin-bottom: 8px; font-weight: 500; }
.form-input {
  width: 100%; padding: 13px 16px;
  border: 1.5px solid var(--border);
  font-family: 'DM Sans', sans-serif; font-size: 15px;
  color: var(--text); outline: none; transition: border-color .2s;
  background: var(--off-white);
}
.form-input:focus { border-color: var(--rose); background: white; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.btn-full { width: 100%; padding: 15px; margin-top: 8px; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
.modal-switch { text-align: center; margin-top: 20px; font-size: 14px; color: var(--text-light); }
.modal-switch a { color: var(--rose); font-weight: 500; }

/* ── CHECKOUT MODAL ── */
.checkout-modal { max-width: 720px; padding: 0; overflow: hidden; max-height: 90vh; overflow-y: auto; }
.checkout-grid { display: grid; grid-template-columns: 1fr 1fr; }
.checkout-left { padding: 40px 36px; border-right: 1px solid var(--border); }
.checkout-right { padding: 40px 36px; background: var(--off-white); }
.checkout-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 400; margin-bottom: 28px; }
.order-line { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 14px; gap: 12px; }
.order-line span:first-child { color: var(--text-light); }
.order-line span:last-child { font-weight: 500; text-align: right; }
.order-total-row { display: flex; justify-content: space-between; padding: 16px 0 0; font-weight: 500; }
.order-total-row span:last-child { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--rose); }
.payment-opts { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.pay-opt { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1.5px solid var(--border); cursor: pointer; transition: border-color .2s; }
.pay-opt:hover { border-color: var(--text); }
.pay-opt.selected { border-color: var(--rose); background: #fdf0ee; }
.pay-opt input[type=radio] { accent-color: var(--rose); width: 16px; height: 16px; }
.pay-opt label { font-size: 14px; cursor: pointer; }
.place-btn { width: 100%; padding: 16px; background: var(--rose); color: white; border: none; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; transition: background .2s; margin-top: 16px; }
.place-btn:hover { background: var(--rose-dark); }
.success-view { text-align: center; padding: 60px 40px; }
.success-icon { font-size: 64px; margin-bottom: 20px; }
.success-view h2 { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 400; margin-bottom: 12px; }
.success-view p { font-size: 15px; color: var(--text-light); line-height: 1.7; margin-bottom: 8px; }
.order-ref { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--rose); margin: 16px 0; }

/* ── TOAST ── */
.toast {
  position: fixed; bottom: 28px; left: 50%; z-index: 9999;
  transform: translateX(-50%) translateY(20px);
  background: var(--text); color: white;
  padding: 13px 24px; font-size: 14px;
  box-shadow: 0 8px 32px rgba(0,0,0,.2);
  opacity: 0; transition: all .3s; pointer-events: none;
  white-space: nowrap;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ── ACCOUNT / ORDERS ── */
.account-layout { display: grid; grid-template-columns: 200px 1fr; min-height: 60vh; }
.account-sidebar { border-right: 1px solid var(--border); padding: 40px 24px; }
.account-nav { list-style: none; }
.account-nav li { margin-bottom: 4px; }
.account-nav a { display: block; padding: 10px 14px; font-size: 14px; color: var(--text-light); transition: all .2s; }
.account-nav a:hover { color: var(--text); background: var(--stone); }
.account-nav a.active { color: var(--rose); background: #fdf0ee; font-weight: 500; }
.account-main { padding: 40px 48px; }
.account-title { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 400; margin-bottom: 32px; }
.orders-table { width: 100%; border-collapse: collapse; }
.orders-table th { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-light); padding: 12px 16px; text-align: left; border-bottom: 1.5px solid var(--border); }
.orders-table td { padding: 14px 16px; font-size: 14px; border-bottom: 1px solid var(--border); }
.status-badge { display: inline-block; padding: 3px 10px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; font-weight: 500; }
.status-pending { background: #fef9ed; color: #9a7030; }
.status-processing { background: #edf3fe; color: #2a5ab8; }
.status-shipped { background: #edfef4; color: #1a8050; }
.status-delivered { background: #f0fdf4; color: #166534; }

/* ── FOOTER ── */
footer {
  background: var(--black); color: rgba(255,255,255,.7);
  padding: 64px 48px 32px;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand .logo { font-family: 'Playfair Display', serif; font-size: 20px; letter-spacing: 3px; text-transform: uppercase; color: white; margin-bottom: 16px; display: block; }
.footer-brand .logo em { font-style: italic; color: var(--rose); }
.footer-brand p { font-size: 13px; line-height: 1.7; max-width: 260px; }
.footer-col h4 { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: white; margin-bottom: 20px; font-weight: 500; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { font-size: 13px; color: rgba(255,255,255,.5); transition: color .2s; }
.footer-col a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,.3); }
.social-row { display: flex; gap: 12px; }
.social-link { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; font-size: 16px; color: rgba(255,255,255,.5); transition: all .2s; }
.social-link:hover { border-color: var(--rose); color: white; background: var(--rose); }

/* ── PAGE HEADER ── */
.page-header {
  background: var(--stone); padding: 48px;
  border-bottom: 1px solid var(--border);
}
.page-header h1 { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 400; }
.page-header h1 em { font-style: italic; color: var(--rose); }
.breadcrumb { font-size: 13px; color: var(--text-light); margin-bottom: 8px; }
.breadcrumb span { color: var(--mid); margin: 0 6px; }

/* ── MOBILE ── */
@media (max-width: 900px) {
  nav { padding: 0 20px; gap: 16px; }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-right { min-height: 300px; }
  .cats-grid { grid-template-columns: 1fr 1fr; }
  .products-grid.four { grid-template-columns: repeat(2, 1fr); }
  .banner { grid-template-columns: 1fr; }
  .banner-visual { min-height: 200px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .section { padding: 48px 20px; }
  .shop-layout { grid-template-columns: 1fr; }
  .shop-sidebar { display: none; }
  .product-detail { grid-template-columns: 1fr; }
  .checkout-grid { grid-template-columns: 1fr; }
  .cart-drawer { width: 100%; }
}
