/* ============================================================
   O.R.O. — Eleganță creată din perle și pietre naturale
   Design system: crem cald + auriu + serif clasic
   ============================================================ */

:root {
  --ink: #2f2b26;
  --body: #55504a;
  --muted: #8a8378;
  --gold: #b3925c;
  --gold-deep: #97794a;
  --cream: #f7f2e8;
  --cream-2: #ede3d0;
  --line: #e7e0d2;
  --white: #fff;
  --green: #2e9e5b;
  --serif: "Playfair Display", "Georgia", serif;
  --sans: "Jost", "Segoe UI", sans-serif;
  --shadow: 0 10px 30px rgba(47, 43, 38, 0.09);
  --radius: 6px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--body);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

body.no-scroll { overflow: hidden; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color 0.2s; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { list-style: none; }

.serif { font-family: var(--serif); font-weight: 500; color: var(--ink); }

h1, h2, h3 { font-family: var(--serif); font-weight: 500; color: var(--ink); line-height: 1.25; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.icn { display: inline-flex; width: 21px; height: 21px; flex: none; }
.icn svg, .icon-btn svg, .wish-btn svg {
  width: 100%; height: 100%;
  fill: none; stroke: currentColor;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.icn-sm { width: 17px; height: 17px; vertical-align: -3px; margin-right: 7px; }

/* ---------- butoane ---------- */

.btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: transparent;
  transition: all 0.25s;
  cursor: pointer;
}
.btn:hover { background: var(--ink); color: var(--white); }

.btn-gold { background: var(--gold); border-color: var(--gold); color: var(--white); }
.btn-gold:hover { background: var(--gold-deep); border-color: var(--gold-deep); color: var(--white); }

.btn-outline { margin-top: 14px; }
.btn-block { display: block; width: 100%; text-align: center; }

.btn-link {
  font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold-deep); border-bottom: 1px solid currentColor;
  padding: 0; align-self: flex-start;
}
.btn-link:hover { color: var(--ink); }

/* ---------- bara de sus + header ---------- */

.topbar {
  background: var(--cream-2);
  color: var(--ink);
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.06em;
  padding: 8px 16px;
}

.site-header {
  position: sticky; top: 0; z-index: 60;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 0 40px;
  height: 74px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.logo {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--gold);
  white-space: nowrap;
}
.logo:hover { color: var(--gold-deep); }

.main-nav { display: flex; gap: 30px; }
.nav-left { justify-content: flex-start; }
.header-right { display: flex; align-items: center; justify-content: flex-end; gap: 30px; }

.main-nav a {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 6px 0;
  border-bottom: 1px solid transparent;
}
.main-nav a:hover { color: var(--gold-deep); }
.main-nav a.active { color: var(--gold-deep); border-bottom-color: var(--gold-deep); }

.header-icons { display: flex; align-items: center; gap: 6px; }

.icon-btn {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  border-radius: 50%;
  color: var(--ink);
  transition: background 0.2s, color 0.2s;
}
.icon-btn:hover { background: var(--cream); color: var(--gold-deep); }
.icon-btn svg { width: 20px; height: 20px; }

.badge {
  position: absolute; top: 2px; right: 0;
  min-width: 16px; height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background: var(--gold);
  color: var(--white);
  font-size: 10px; font-weight: 500; line-height: 16px;
  text-align: center;
  display: none;
}
.badge.show { display: block; }

.nav-toggle { display: none; }

.mobile-nav {
  display: none;
  flex-direction: column;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  padding: 10px 24px 18px;
}
.mobile-nav a {
  padding: 11px 0;
  font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.mobile-nav a.active { color: var(--gold-deep); }

/* ---------- hero (carusel) ---------- */

.hero { background: var(--cream); overflow: hidden; position: relative; }

.hero-slide {
  display: none;
  grid-template-columns: 1fr 1.1fr;
  align-items: stretch;
  max-width: 1300px;
  margin: 0 auto;
  min-height: 480px;
}
.hero-slide.active { display: grid; animation: fade 0.7s ease; }

@keyframes fade { from { opacity: 0; } to { opacity: 1; } }

.hero-copy {
  align-self: center;
  padding: 70px 40px 70px 64px;
  max-width: 520px;
}
.hero-copy h1 {
  font-size: clamp(30px, 4vw, 44px);
  margin-bottom: 22px;
}
.hero-copy h1::after {
  content: "";
  display: block;
  width: 54px; height: 1px;
  background: var(--ink);
  margin-top: 22px;
}
.hero-copy p { margin-bottom: 30px; max-width: 380px; }

.hero-media { position: relative; min-height: 320px; }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 5;
  width: 42px; height: 42px;
  color: var(--ink);
  opacity: 0.55;
  transition: opacity 0.2s;
}
.hero-arrow:hover { opacity: 1; }
.hero-arrow svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.hero-prev { left: 14px; }
.hero-next { right: 14px; }

.hero-dots {
  position: absolute; bottom: 22px; left: 64px;
  display: flex; gap: 8px; z-index: 5;
}
.hero-dots button {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold); opacity: 0.35;
  transition: opacity 0.2s;
}
.hero-dots button.active { opacity: 1; }

/* ---------- secțiuni ---------- */

.section { padding: 64px 0; }

.section-title {
  text-align: center;
  font-size: 27px;
  margin-bottom: 40px;
}

.section-sub {
  text-align: center;
  max-width: 560px;
  margin: -28px auto 40px;
  color: var(--muted);
}

/* ---------- categorii (cercuri) ---------- */

.cats {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  text-align: center;
}
.cat-circle { display: block; }
.cat-circle img {
  width: 118px; height: 118px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 16px;
  border: 1px solid var(--line);
  transition: transform 0.3s, box-shadow 0.3s;
}
.cat-circle:hover img { transform: scale(1.05); box-shadow: var(--shadow); }
.cat-circle strong {
  display: block;
  font-weight: 400;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 3px;
}
.cat-circle span {
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold-deep);
}

/* ---------- grile produse ---------- */

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 22px;
}

.product-card { position: relative; text-align: center; }

.product-card-media {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--cream);
  aspect-ratio: 1 / 1;
  margin-bottom: 14px;
}
.product-card-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.product-card:hover .product-card-media img { transform: scale(1.05); }

.badge-new {
  position: absolute; top: 10px; left: 10px;
  background: var(--white);
  color: var(--gold-deep);
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 3px 9px;
  border: 1px solid var(--gold);
}

.wish-btn {
  position: absolute; top: 10px; right: 10px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(47, 43, 38, 0.12);
  transition: color 0.2s, transform 0.2s;
  z-index: 3;
}
.wish-btn svg { width: 16px; height: 16px; }
.wish-btn:hover { transform: scale(1.1); color: var(--gold-deep); }
.wish-btn.active { color: var(--gold-deep); }
.wish-btn.active svg { fill: var(--gold-deep); }

.product-card-name { font-family: var(--sans); font-weight: 400; font-size: 13.5px; letter-spacing: 0.02em; }
.product-card-name a:hover { color: var(--gold-deep); }
.product-card-price { font-size: 13px; color: var(--muted); margin-top: 3px; }

.center-cta { text-align: center; margin-top: 42px; }

/* ---------- banda „poveste” ---------- */

.story { background: var(--cream); }
.story-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}
.story-copy { padding: 64px 48px 64px 64px; max-width: 540px; }
.story-copy h2 { font-size: 28px; margin-bottom: 18px; }
.story-copy p { margin-bottom: 8px; }
.story-media img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }

/* ---------- USP / încredere ---------- */

.usp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.usp .icn { width: 34px; height: 34px; color: var(--gold); margin-bottom: 12px; }
.usp .icn svg { stroke-width: 1.2; }
.usp strong {
  display: block;
  font-weight: 400;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 4px;
}
.usp span { font-size: 12.5px; color: var(--muted); }

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

/* ---------- breadcrumb ---------- */

.breadcrumb {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--muted);
  padding: 18px 0 6px;
}
.breadcrumb a:hover { color: var(--gold-deep); }
.breadcrumb .sep { margin: 0 7px; color: var(--line); }
.breadcrumb .here { color: var(--gold-deep); }

/* ---------- pagina de produs ---------- */

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 48px;
  padding: 26px 0 56px;
}

.gallery { display: grid; grid-template-columns: 76px 1fr; gap: 16px; align-items: start; }
.gallery-thumbs { display: flex; flex-direction: column; gap: 12px; }
.gallery-thumbs button {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  transition: border-color 0.2s;
}
.gallery-thumbs button.active { border-color: var(--gold); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }

.gallery-main {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--cream);
}
.gallery-main img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.gallery-zoom {
  position: absolute; right: 12px; bottom: 12px;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  display: flex; align-items: center; justify-content: center;
}
.gallery-zoom svg { width: 18px; height: 18px; }

.pd-badge {
  display: inline-block;
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold-deep);
  border: 1px solid var(--gold);
  padding: 3px 10px;
  margin-bottom: 14px;
}
.pd-title { font-size: clamp(26px, 3vw, 34px); margin-bottom: 10px; }
.pd-price { font-size: 19px; color: var(--ink); margin-bottom: 18px; }
.pd-short { margin-bottom: 24px; }

.pd-features { margin-bottom: 24px; }
.pd-features li {
  display: flex; align-items: center; gap: 12px;
  padding: 7px 0;
  font-size: 14px;
}
.pd-features .icn { color: var(--gold); width: 24px; height: 24px; }
.pd-features .icn svg { stroke-width: 1.2; }

.pd-stock {
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--green);
  margin-bottom: 16px;
}

.pd-buy { display: flex; gap: 12px; align-items: stretch; margin-bottom: 14px; }

.qty {
  display: inline-flex; align-items: center;
  border: 1px solid var(--line);
}
.qty button {
  width: 38px; height: 46px;
  display: flex; align-items: center; justify-content: center;
  color: var(--ink);
}
.qty button svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; }
.qty button:hover { color: var(--gold-deep); }
.qty span { min-width: 34px; text-align: center; font-weight: 400; color: var(--ink); }

.qty-sm button { width: 28px; height: 28px; }
.qty-sm span { min-width: 26px; font-size: 13px; }

.pd-buy .btn-gold { flex: 1; }

.pd-wish-square {
  width: 48px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  position: static;
  box-shadow: none;
}
.pd-wish-square:hover { border-color: var(--gold); }

.pd-fav {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px;
  color: var(--body);
}
.pd-fav .icn { width: 17px; height: 17px; }
.pd-fav:hover { color: var(--gold-deep); }

/* ---------- taburi ---------- */

.tabs { border-top: 1px solid var(--line); }
.tabs-nav {
  display: flex; flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  border-bottom: 1px solid var(--line);
}
.tabs-nav button {
  padding: 16px 22px;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.tabs-nav button:hover { color: var(--ink); }
.tabs-nav button.active { color: var(--ink); border-bottom-color: var(--gold); }

.tab-panel {
  display: none;
  max-width: 760px;
  margin: 0 auto;
  padding: 34px 0 10px;
  text-align: center;
}
.tab-panel.active { display: block; }
.tab-panel ul { text-align: center; }
.tab-panel li { padding: 4px 0; }

/* ---------- sertare (coș / favorite) ---------- */

.overlay {
  position: fixed; inset: 0; z-index: 80;
  background: rgba(47, 43, 38, 0.4);
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
.overlay.show { opacity: 1; pointer-events: auto; }

.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 90;
  width: min(420px, 100vw);
  background: var(--white);
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.22, 0.8, 0.3, 1);
  box-shadow: -12px 0 40px rgba(47, 43, 38, 0.14);
}
.drawer.open { transform: translateX(0); }

.drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}
.drawer-head h3 { font-size: 20px; }

.drawer-body { flex: 1; overflow-y: auto; padding: 10px 22px; }

.drawer-empty { text-align: center; padding: 48px 10px; color: var(--muted); }

.cart-item {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.cart-item img {
  width: 74px; height: 74px;
  object-fit: cover;
  border-radius: var(--radius);
  background: var(--cream);
}
.cart-item-info { display: flex; flex-direction: column; gap: 5px; }
.cart-item-name { font-weight: 400; font-size: 14px; color: var(--ink); }
.cart-item-name:hover { color: var(--gold-deep); }
.cart-item-price { font-size: 13px; color: var(--muted); }
.cart-item-remove { width: 30px; height: 30px; color: var(--muted); }
.cart-item-remove svg { width: 14px; height: 14px; }

.drawer-foot { border-top: 1px solid var(--line); padding: 18px 22px 22px; }

.ship-progress { margin-bottom: 14px; font-size: 13px; }
.ship-bar {
  height: 4px; border-radius: 2px;
  background: var(--cream-2);
  margin-top: 8px;
  overflow: hidden;
}
.ship-bar span { display: block; height: 100%; background: var(--gold); transition: width 0.4s; }

.cart-total {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: 15px; color: var(--ink);
  margin-bottom: 14px;
}
.cart-total strong { font-size: 18px; }

/* ---------- căutare ---------- */

.search-overlay {
  position: fixed; top: 0; left: 0; right: 0; z-index: 90;
  background: var(--white);
  max-height: 100vh; overflow-y: auto;
  padding: 26px 0 40px;
  transform: translateY(-102%);
  transition: transform 0.35s cubic-bezier(0.22, 0.8, 0.3, 1);
  box-shadow: 0 16px 50px rgba(47, 43, 38, 0.15);
}
.search-overlay.open { transform: translateY(0); }

.search-row {
  display: flex; align-items: center; gap: 14px;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 12px;
  margin-bottom: 28px;
}
.search-row .icn { color: var(--muted); }
.search-row input {
  flex: 1;
  border: 0; outline: 0;
  font: inherit; font-size: 19px;
  color: var(--ink);
  background: transparent;
}
.search-row input::placeholder { color: var(--muted); }

/* ---------- toast ---------- */

.toast {
  position: fixed; left: 50%; bottom: 28px; z-index: 120;
  transform: translate(-50%, 80px);
  background: var(--ink); color: var(--cream);
  font-size: 13.5px; letter-spacing: 0.03em;
  padding: 12px 22px;
  border-radius: 30px;
  opacity: 0;
  transition: transform 0.35s, opacity 0.35s;
  max-width: min(90vw, 480px);
  text-align: center;
}
.toast.show { transform: translate(-50%, 0); opacity: 1; }

/* ---------- footer ---------- */

.site-footer { background: var(--cream); margin-top: 70px; }

.newsletter { border-bottom: 1px solid var(--line); }
.newsletter-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px;
  padding: 44px 24px;
  flex-wrap: wrap;
}
.newsletter h2 { font-size: 24px; margin-bottom: 6px; }
.newsletter p { color: var(--muted); font-size: 14px; }

.newsletter-form { display: flex; min-width: min(420px, 100%); }
.newsletter-form input {
  flex: 1;
  border: 1px solid var(--line); border-right: 0;
  background: var(--white);
  padding: 12px 16px;
  font: inherit; font-size: 14px;
  outline: none;
}
.newsletter-form input:focus { border-color: var(--gold); }
.newsletter-form .btn { white-space: nowrap; }

.footer-cols {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-top: 46px;
  padding-bottom: 40px;
}
.footer-brand .logo { font-size: 26px; }
.footer-brand p { margin: 12px 0 18px; max-width: 260px; font-size: 14px; }

.socials { display: flex; gap: 8px; }
.socials a {
  width: 36px; height: 36px;
  border: 1px solid var(--line); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink);
  transition: all 0.2s;
}
.socials a:hover { border-color: var(--gold); color: var(--gold-deep); }
.socials svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.4; }

.site-footer h4 {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 16px;
}
.site-footer li { padding: 4px 0; font-size: 14px; }
.site-footer li a:hover { color: var(--gold-deep); }

.footer-contact li { display: flex; align-items: center; }
.footer-contact .icn { color: var(--gold); }

.footer-bottom {
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: 12px;
  color: var(--muted);
  padding: 18px 24px;
}

/* ---------- magazin (filtre) ---------- */

.page-head { text-align: center; padding: 46px 0 8px; }
.page-head h1 { font-size: clamp(28px, 4vw, 36px); margin-bottom: 10px; }
.page-head p { max-width: 560px; margin: 0 auto; color: var(--muted); }

.shop-bar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; flex-wrap: wrap;
  padding: 26px 0 30px;
}

.filter-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
  padding: 8px 16px;
  font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase;
  border: 1px solid var(--line);
  border-radius: 30px;
  color: var(--body);
  transition: all 0.2s;
}
.chip:hover { border-color: var(--gold); color: var(--gold-deep); }
.chip.active { background: var(--ink); border-color: var(--ink); color: var(--white); }

.shop-controls { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.shop-controls label { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.shop-controls select {
  font: inherit; font-size: 13.5px;
  color: var(--ink);
  border: 1px solid var(--line);
  background: var(--white);
  padding: 9px 12px;
  outline: none;
  cursor: pointer;
}
.shop-controls select:focus { border-color: var(--gold); }

.shop-count { font-size: 13px; color: var(--muted); }
.shop-empty { text-align: center; color: var(--muted); padding: 60px 0; }

/* ---------- colecții ---------- */

.collections-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.collection-card {
  position: relative;
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--cream);
}
.collection-card img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  transition: transform 0.5s ease;
}
.collection-card:hover img { transform: scale(1.06); }
.collection-card .cc-label {
  position: absolute; inset: auto 0 0 0;
  padding: 40px 22px 18px;
  background: linear-gradient(transparent, rgba(47, 43, 38, 0.55));
  color: var(--white);
}
.collection-card .cc-label strong {
  display: block;
  font-family: var(--serif);
  font-size: 21px; font-weight: 500;
}
.collection-card .cc-label span {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  opacity: 0.85;
}

/* ---------- despre / contact ---------- */

.prose { max-width: 720px; margin: 0 auto; }
.prose p { margin-bottom: 18px; }
.prose h2 { font-size: 24px; margin: 34px 0 14px; }

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.two-col img { border-radius: var(--radius); width: 100%; object-fit: cover; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: start;
}
.contact-list li {
  display: flex; align-items: center; gap: 4px;
  padding: 9px 0;
  font-size: 15px;
}
.contact-list .icn { color: var(--gold); }
.contact-list a:hover { color: var(--gold-deep); }

.form-grid { display: grid; gap: 16px; }
.form-grid input, .form-grid textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 13px 16px;
  font: inherit; font-size: 14.5px;
  color: var(--ink);
  outline: none;
  resize: vertical;
}
.form-grid input:focus, .form-grid textarea:focus { border-color: var(--gold); }

/* ---------- responsive ---------- */

@media (max-width: 1080px) {
  .cats { grid-template-columns: repeat(3, 1fr); gap: 30px 16px; }
  .products-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 960px) {
  .site-header { grid-template-columns: auto 1fr auto; padding: 0 16px; height: 62px; }
  .main-nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .logo { justify-self: center; font-size: 25px; }
  .mobile-nav.open { display: flex; }
  .hero-slide { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding: 48px 24px 26px; }
  .hero-media { min-height: 300px; order: -1; }
  .hero-dots { left: 24px; }
  .story-inner { grid-template-columns: 1fr; }
  .story-copy { padding: 44px 24px; }
  .product-layout { grid-template-columns: 1fr; gap: 34px; }
  .usp-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 16px; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .collections-grid { grid-template-columns: repeat(2, 1fr); }
  .two-col, .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 14px; }
  .cats { grid-template-columns: repeat(2, 1fr); }
  .cat-circle img { width: 100px; height: 100px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery-thumbs { flex-direction: row; order: 2; }
  .gallery-thumbs button { width: 64px; }
  .footer-cols { grid-template-columns: 1fr; gap: 28px; }
  .newsletter-form { min-width: 100%; }
  .collections-grid { grid-template-columns: 1fr; }
  .pd-buy { flex-wrap: wrap; }
  .pd-buy .btn-gold { flex-basis: 100%; order: 3; }
}
