:root {
  --ink: #17120d;
  --ink-soft: #2a2119;
  --brown: #4b2f1c;
  --brown-light: #87613c;
  --gold: #b8863b;
  --gold-soft: #d9b36f;
  --cream: #f7f1e8;
  --paper: #fffaf2;
  --muted: #7a7169;
  --line: rgba(97, 72, 48, 0.18);
  --shadow: 0 24px 60px rgba(31, 19, 9, 0.18);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 38px)); margin-inline: auto; }
.narrow { width: min(850px, calc(100% - 38px)); }
.sr-only, .hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(180deg, rgba(12, 9, 7, 0.98), rgba(18, 13, 10, 0.96));
  color: #fff7e9;
  border-bottom: 1px solid rgba(217, 179, 111, 0.17);
  box-shadow: 0 12px 40px rgba(0,0,0,0.22);
}
.topbar {
  min-height: 118px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  padding-block: 16px 8px;
}
.brand { justify-self: center; }
.brand img { width: clamp(160px, 22vw, 250px); filter: drop-shadow(0 8px 18px rgba(0,0,0,0.55)); }
.mini-nav, .header-actions, .main-nav { display: flex; align-items: center; gap: 26px; }
.mini-nav a, .main-nav a, .header-actions a {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.88;
  transition: color .2s ease, opacity .2s ease;
}
.mini-nav a:hover, .main-nav a:hover, .header-actions a:hover { color: var(--gold-soft); opacity: 1; }
.header-actions { justify-content: flex-end; }
.header-actions span { font-size: 0.7rem; }
.main-nav {
  justify-content: center;
  padding: 8px 0 16px;
  border-top: 1px solid rgba(217, 179, 111, 0.11);
}
.menu-toggle {
  display: none;
  justify-self: end;
  background: transparent;
  color: #fff7e9;
  border: 1px solid rgba(217, 179, 111, 0.45);
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 610px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff9ef;
  background:
    radial-gradient(circle at 74% 47%, rgba(177, 108, 40, 0.45), transparent 20%),
    radial-gradient(circle at 35% 30%, rgba(217, 179, 111, 0.15), transparent 28%),
    linear-gradient(90deg, #0c0907 0%, #17110d 42%, #372113 100%);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.72), rgba(0,0,0,0.36), rgba(0,0,0,0.22)),
    linear-gradient(0deg, rgba(0,0,0,0.36), transparent 45%);
  z-index: 1;
}
.hero-art { position: absolute; inset: 0; opacity: 0.95; }
.shelf {
  position: absolute;
  right: 2%;
  height: 74px;
  border-radius: 20px;
  background: linear-gradient(90deg, transparent, rgba(92, 54, 26, 0.55), rgba(217, 179, 111, 0.18));
  box-shadow: inset 0 -16px 30px rgba(0,0,0,0.55), 0 22px 60px rgba(0,0,0,0.45);
}
.shelf-1 { top: 20%; width: 58%; }
.shelf-2 { top: 38%; width: 64%; }
.bag-shape {
  position: absolute;
  right: 13%;
  bottom: 18%;
  width: clamp(240px, 34vw, 460px);
  height: clamp(150px, 22vw, 270px);
  border-radius: 32px 32px 42px 42px;
  background: linear-gradient(140deg, #3a1d0d, #8d5730 40%, #2c160b 100%);
  box-shadow: inset 10px 12px 26px rgba(255,255,255,0.08), inset -18px -20px 32px rgba(0,0,0,0.35), 0 36px 70px rgba(0,0,0,0.55);
}
.bag-shape::before {
  content: "";
  position: absolute;
  left: 24%;
  right: 24%;
  top: -56px;
  height: 88px;
  border: 15px solid #6d3e20;
  border-bottom: 0;
  border-radius: 90px 90px 0 0;
}
.bag-shape::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(245, 205, 126, 0.2);
  border-radius: 25px;
}
.hero-content { position: relative; z-index: 2; max-width: 700px; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
}
h1, h2, h3 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.1;
  margin: 0;
  color: inherit;
}
h1 { font-size: clamp(2.6rem, 6vw, 5.7rem); letter-spacing: -0.04em; }
h2 { font-size: clamp(2rem, 3.5vw, 3.4rem); letter-spacing: -0.03em; }
h3 { font-size: 1.25rem; }
.hero p:not(.eyebrow) { font-size: clamp(1rem, 1.8vw, 1.28rem); max-width: 570px; color: rgba(255,255,255,0.82); }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 2px;
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, #a97632, #d3aa67); color: #1a1009; box-shadow: 0 12px 28px rgba(137, 88, 38, 0.25); }
.btn-primary:hover { box-shadow: 0 18px 34px rgba(137, 88, 38, 0.35); }
.btn-ghost { border: 1px solid rgba(255,255,255,0.34); color: #fff7e9; background: rgba(255,255,255,0.04); }
.btn-dark { background: var(--ink); color: #fff6e9; }

.intro-section, .categories-section, .products-section, .location-section, .contact-section, .legal-section, .map-section { padding: 78px 0; }
.intro-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 58px; }
.story-image {
  position: relative;
  min-height: 390px;
  border-radius: var(--radius);
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 35%, rgba(214, 153, 69, .33), transparent 20%),
    linear-gradient(140deg, #1b100a, #4d2d18 48%, #120b08);
  box-shadow: var(--shadow);
}
.story-image::before {
  content: "";
  position: absolute;
  inset: 10%;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 90px 82px;
  opacity: .38;
}
.shop-shelves {
  position: absolute;
  inset: 18% 8% auto;
  height: 58%;
  background: repeating-linear-gradient(90deg, rgba(0,0,0,.25) 0 9%, transparent 9% 12%), repeating-linear-gradient(0deg, transparent 0 34%, rgba(217,179,111,.22) 34% 37%);
  border: 1px solid rgba(217,179,111,.2);
}
.counter-bag {
  position: absolute;
  right: 12%;
  bottom: 13%;
  width: 180px;
  height: 118px;
  border-radius: 20px;
  background: linear-gradient(140deg, #2d1408, #8b5731, #2d1408);
  box-shadow: 0 26px 45px rgba(0,0,0,.4);
}
.counter-bag::before {
  content: "";
  position: absolute;
  left: 48px;
  right: 48px;
  top: -38px;
  height: 56px;
  border: 10px solid #7c4a27;
  border-bottom: 0;
  border-radius: 60px 60px 0 0;
}
.story-card { padding: 20px 0; }
.story-card p { color: #4f463e; }
.signature { font-family: "Playfair Display", Georgia, serif; font-size: 1.55rem; color: var(--ink) !important; transform: rotate(-3deg); margin-top: 24px; }

.section-heading { text-align: center; max-width: 780px; margin: 0 auto 34px; }
.section-heading.compact { margin-bottom: 28px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card {
  position: relative;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding: 24px;
  color: #fff7e9;
  overflow: hidden;
  border-radius: 4px;
  background:
    linear-gradient(180deg, transparent 15%, rgba(0,0,0,.78)),
    radial-gradient(circle at 50% 32%, rgba(217,179,111,.35), transparent 22%),
    linear-gradient(135deg, #21130c, #6d4125 55%, #130b07);
  box-shadow: 0 20px 36px rgba(31, 19, 9, 0.18);
}
.category-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.12);
}
.category-card:hover { transform: translateY(-4px); box-shadow: 0 28px 44px rgba(31,19,9,.24); }
.category-card, .product-card { transition: transform .22s ease, box-shadow .22s ease; }
.category-icon { font-size: 2.2rem; color: var(--gold-soft); z-index: 1; }
.category-card h3, .category-card p { position: relative; z-index: 1; }
.category-card p { margin: 7px 0 0; font-size: .85rem; color: rgba(255,255,255,.75); }

.products-section { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.product-card {
  position: relative;
  background: #fffdf8;
  border: 1px solid var(--line);
  padding: 18px 14px 20px;
  text-align: center;
  min-height: 248px;
}
.product-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(31,19,9,.12); }
.wishlist { position: absolute; right: 12px; top: 10px; border: 0; background: transparent; color: #9a8875; cursor: pointer; font-size: 1.25rem; }
.product-visual {
  position: relative;
  height: 118px;
  margin: 18px auto 18px;
  width: 150px;
}
.product-visual::before, .product-visual::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); }
.product-visual.bag::before, .product-visual.briefcase::before {
  bottom: 5px; width: 122px; height: 78px; border-radius: 16px 16px 22px 22px; background: linear-gradient(140deg, #3a1b0c, #9c6336, #2d1408); box-shadow: inset 8px 8px 16px rgba(255,255,255,.09), inset -10px -13px 18px rgba(0,0,0,.28);
}
.product-visual.bag::after, .product-visual.briefcase::after {
  top: 11px; width: 62px; height: 46px; border: 9px solid #6b3d1f; border-bottom: 0; border-radius: 60px 60px 0 0;
}
.product-visual.wallet::before {
  bottom: 18px; width: 116px; height: 74px; border-radius: 9px; background: linear-gradient(135deg, #3b1d0e, #84502c, #2e160a); transform: translateX(-50%) rotate(-4deg); box-shadow: 0 18px 25px rgba(0,0,0,.18);
}
.product-visual.wallet::after { bottom: 35px; width: 98px; height: 1px; background: rgba(236,204,142,.28); }
.product-visual.suitcase::before {
  bottom: 5px; width: 92px; height: 98px; border-radius: 14px; background: linear-gradient(135deg, #1c1b1a, #4a4641, #111); border: 2px solid #2e2b28;
}
.product-visual.suitcase::after { top: 0; width: 42px; height: 25px; border: 6px solid #333; border-bottom: 0; border-radius: 40px 40px 0 0; }
.product-visual.belt::before {
  width: 128px; height: 42px; bottom: 38px; border-radius: 60px; border: 18px solid #402010; background: transparent;
}
.product-visual.belt::after { right: 15px; left: auto; transform: none; bottom: 47px; width: 28px; height: 24px; border: 4px solid #c59a58; border-radius: 3px; }
.product-card h3 { font-size: .94rem; text-transform: uppercase; letter-spacing: .05em; margin: 0; }
.product-card p { margin: 6px 0 0; font-weight: 700; }
.centered-action { text-align: center; margin-top: 28px; }

.values-band { background: linear-gradient(135deg, #110d0a, #2b1a11 55%, #120d0a); color: #fff7e9; padding: 36px 0; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.value-grid article { display: grid; grid-template-columns: 58px 1fr; column-gap: 16px; padding: 8px 34px; border-right: 1px solid rgba(217,179,111,.22); }
.value-grid article:last-child { border-right: 0; }
.value-grid span { grid-row: span 2; font-size: 2.1rem; color: var(--gold-soft); }
.value-grid h3 { font-size: 1.02rem; text-transform: uppercase; letter-spacing: .08em; }
.value-grid p { margin: 6px 0 0; color: rgba(255,255,255,.74); font-size: .9rem; }

.location-grid { display: grid; grid-template-columns: 1fr 390px; gap: 38px; align-items: center; }
.location-grid p { color: #4f463e; max-width: 680px; }
.opening-card, .contact-card, .contact-form, .legal-card, .map-card {
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 20px 55px rgba(31, 19, 9, 0.09);
}
.opening-card { padding: 32px; }
dl { margin: 18px 0 0; }
dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
dl div:last-child { border-bottom: 0; }
dt { font-weight: 700; }
dd { margin: 0; color: var(--brown); text-align: right; }

.subpage-header .topbar { min-height: 100px; }
.centered-brand { grid-column: 1 / -1; }
.page-main { background: var(--cream); }
.page-hero { padding: 82px 0 58px; text-align: center; background: radial-gradient(circle at 50% 0%, rgba(217,179,111,.25), transparent 33%); }
.page-hero.small { padding-bottom: 38px; }
.page-hero p:not(.eyebrow) { color: #5b5148; font-size: 1.08rem; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.contact-card, .contact-form, .legal-card { padding: clamp(24px, 4vw, 42px); }
.contact-card p, .legal-card p { color: #514941; }
.contact-card a, .legal-card a { color: var(--brown); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.muted, .todo { color: #9c6b39; font-weight: 600; }
.opening-list div { align-items: baseline; }
.form-row { margin-bottom: 18px; }
.form-row label { display: flex; justify-content: space-between; margin-bottom: 7px; font-weight: 700; color: #35281d; }
.form-row label span { color: var(--muted); font-weight: 500; }
input, textarea, select {
  width: 100%;
  border: 1px solid rgba(97,72,48,.22);
  background: #fffaf2;
  color: var(--ink);
  padding: 13px 14px;
  border-radius: 10px;
  outline: none;
  transition: border .2s ease, box-shadow .2s ease;
}
input:focus, textarea:focus, select:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(184,134,59,.13); }
textarea { resize: vertical; }
.checkbox-row { display: flex; gap: 10px; align-items: flex-start; margin: 10px 0 22px; color: #5b5148; font-size: .92rem; }
.checkbox-row input { width: auto; margin-top: 5px; }
.map-card { display: grid; grid-template-columns: 1fr 360px; gap: 24px; padding: 28px; align-items: center; }
.map-placeholder {
  min-height: 260px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px),
    linear-gradient(135deg, #23140c, #79502f);
  background-size: 38px 38px, 38px 38px, auto;
  display: grid;
  place-items: center;
  color: #fff7e9;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
}
.legal-section { padding-top: 0; }
.legal-card h2 { font-size: 1.35rem; margin-top: 28px; }
.legal-card h2:first-child { margin-top: 0; }

.site-footer { background: #100c09; color: #fff7e9; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .9fr 1.2fr; gap: 34px; padding: 52px 0 34px; }
.site-footer h2 { font-size: 1rem; text-transform: uppercase; letter-spacing: .1em; color: var(--gold-soft); }
.site-footer p, .site-footer a { color: rgba(255,255,255,.72); font-size: .93rem; }
.site-footer a { display: block; margin-top: 8px; }
.site-footer a:hover { color: var(--gold-soft); }
.newsletter { display: grid; grid-template-columns: 1fr 46px; margin-top: 14px; }
.newsletter input { border-radius: 0; background: #fffaf2; }
.newsletter button { border: 0; background: var(--gold); color: #180f09; font-size: 1.5rem; cursor: pointer; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 24px; border-top: 1px solid rgba(217,179,111,.16); }
.footer-bottom.only { align-items: center; }
.footer-bottom p { margin: 0; }

.success-body { min-height: 100vh; display: grid; place-items: center; background: radial-gradient(circle at 50% 10%, rgba(217,179,111,.22), transparent 35%), #110d0a; }
.success-page { width: min(620px, calc(100% - 32px)); padding: 44px; text-align: center; color: #fff7e9; background: rgba(255,255,255,.04); border: 1px solid rgba(217,179,111,.22); border-radius: var(--radius); }
.success-page img { width: 220px; margin: 0 auto 20px; }
.success-page p { color: rgba(255,255,255,.72); }

@media (max-width: 940px) {
  .topbar { grid-template-columns: 1fr auto; min-height: 92px; }
  .brand { justify-self: start; }
  .mini-nav, .header-actions { display: none; }
  .menu-toggle { display: inline-flex; }
  .main-nav { display: none; flex-direction: column; align-items: flex-start; padding: 16px 0 22px; gap: 14px; }
  .main-nav.is-open { display: flex; }
  .hero { min-height: 560px; }
  .bag-shape { opacity: .42; right: -5%; }
  .intro-grid, .location-grid, .contact-grid, .map-card { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { border-right: 0; border-bottom: 1px solid rgba(217,179,111,.18); padding: 18px 0; }
  .value-grid article:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container, .narrow { width: min(100% - 26px, 1180px); }
  .brand img { width: 180px; }
  .hero { min-height: 520px; }
  .hero-buttons, .footer-bottom { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .intro-section, .categories-section, .products-section, .location-section, .contact-section, .legal-section, .map-section { padding: 54px 0; }
  .story-image { min-height: 280px; }
  .category-grid, .product-grid, .footer-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 210px; }
  .product-card { min-height: 232px; }
  dl div { flex-direction: column; gap: 2px; }
  dd { text-align: left; }
  .page-hero { padding: 56px 0 34px; }
  .map-placeholder { min-height: 190px; }
}
