/* ============================================================
   RomaZ Al Harare ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Aerion-style preview
   Palette derived from gold-on-cream logo, espresso text refs
   ============================================================ */


/* ======custom css ========== */

.category-filter-label span {
  display: none !important;
}

.filter-label span {
  display: none !important;
}

:root {
  --bg: #FAF6EF;
  --bg-warm: #F3ECDF;
  --surface: #FFFFFF;
  --ink: #221B14;
  --ink-soft: #3D3026;
  --ink-muted: #7A6B5C;
  --gold: #B08D57;
  --gold-deep: #8C6A3A;
  --gold-soft: #D8C29A;
  --border: #E8DECF;
  --border-soft: #F0E8D9;
  --shadow-sm: 0 1px 2px rgba(34, 27, 20, 0.04);
  --shadow-md: 0 12px 32px -16px rgba(34, 27, 20, 0.18);
  --container: 1320px;
  --gutter: 32px;
  --radius-sm: 4px;
  --radius: 8px;
  --radius-lg: 14px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-block;
}

.eyebrow.gold {
  color: var(--gold);
}

.gold-italic {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--gold);
  font-weight: 500;
}

.serif-italic {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
}

.section {
  max-width: var(--container);
  margin: 0 auto;
  padding: 96px var(--gutter);
}

.section-head {
  margin-bottom: 40px;
}

.section-head.row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.section-head.center {
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 12px 0 0;
}

.section-lede {
  margin-top: 16px;
  color: var(--ink-muted);
  font-size: 16px;
  line-height: 1.65;
}

.link-underline {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 4px;
  transition: color .2s;
}

.link-underline:hover {
  color: var(--gold);
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Buttons ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 28px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all .25s ease;
  white-space: nowrap;
}

.btn-primary {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

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

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}

.btn-ghost:hover {
  background: var(--ink);
  color: #fff;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Announcement bar ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */

.announcement-bar {
  background: var(--ink);
  color: #E8DECF;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  padding: 10px 0;
  overflow: hidden;
}

.announcement-track {
  display: flex;
  gap: 6px 24px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  font-weight: 400;
}

.announcement-track .dot {
  color: var(--gold);
  opacity: 0.7;
}

@media (max-width: 720px) {
  .announcement-bar {
    font-size: 10.5px;
    letter-spacing: 0.16em;
    padding: 8px 16px;
  }

  .announcement-track {
    gap: 4px 14px;
  }

  .announcement-track .dot {
    display: none;
  }
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Header ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 246, 239, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-soft);
}

.header-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 18px 32px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.primary-nav {
  display: flex;
  gap: 30px;
  justify-self: start;
}

.primary-nav a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  position: relative;
  padding: 6px 0;
  transition: color .2s;
}

.primary-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width .25s ease;
}

.primary-nav a:hover {
  color: var(--ink);
}

.primary-nav a:hover::after {
  width: 100%;
}

.brand-lockup {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0.95;
  padding: 4px 0;
}

.brand-line-1 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--gold-deep);
}

.brand-line-2 {
  font-family: 'Pinyon Script', cursive;
  font-size: 38px;
  color: var(--gold);
  margin-top: -2px;
  line-height: 1;
}

.brand-line-3 {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  letter-spacing: 0.34em;
  color: var(--ink-muted);
  margin-top: 4px;
  font-weight: 500;
}

.header-actions {
  display: flex;
  gap: 6px;
  justify-self: end;
  align-items: center;
}

.icon-btn {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  position: relative;
  transition: color .2s, background .2s;
}

.icon-btn svg {
  width: 19px;
  height: 19px;
}

.icon-btn:hover {
  color: var(--gold-deep);
  background: var(--bg-warm);
}

.cart-count {
  position: absolute;
  top: 4px;
  right: 4px;
  background: var(--gold);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  letter-spacing: 0;
}

.hamburger {
  display: none;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Hero ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  background: var(--bg-warm);
  min-height: 680px;
  overflow: hidden;
}

.hero-image {
  grid-column: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  position: static;
  max-height: 760px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(250, 246, 239, 0) 38%, rgba(250, 246, 239, 0.05) 50%, rgba(250, 246, 239, 0) 62%);
}

.hero-content {
  grid-column: 1;
  grid-row: 1;
  z-index: 2;
  padding: 0 56px 0 max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter)));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 22px;
  background: var(--bg-warm);
  border-bottom: 1px solid var(--border);
}

.hero {
  border-bottom: 1px solid var(--border);
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(36px, 5.4vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
}

.hero-sub {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-muted);
  max-width: 460px;
  margin: 0;
}

.hero-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.hero-scroll-cue {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  letter-spacing: 0.4em;
  color: var(--ink-soft);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.hero-scroll-cue .line {
  width: 1px;
  height: 56px;
  background: var(--gold);
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Categories ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */

.section-categories .section-head {
  text-align: center;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.cat-card {
  background: var(--surface);
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .35s ease, box-shadow .35s ease;
  box-shadow: 0 1px 0 var(--border-soft);
}

.cat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.cat-image-wrap {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--bg-warm);
  position: relative;
}

.cat-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease;
}

.cat-card:hover .cat-image-wrap img {
  transform: scale(1.04);
}

.cat-meta {
  text-align: center;
  padding: 28px 20px 32px;
}

.cat-meta h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 14px;
  color: var(--ink);
}

.rule-diamond {
  display: block;
  width: 56px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 14px;
  position: relative;
}

.rule-diamond::before,
.rule-diamond::after {
  content: 'ÃƒÂ¢Ã¢â‚¬â€Ã¢â‚¬ ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 7px;
}

.rule-diamond::before {
  left: -2px;
}

.rule-diamond::after {
  right: -2px;
}

.cat-cta {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.cat-placeholder-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #EFE4D2 0%, #D9C9AC 100%);
}

.cat-placeholder-mark {
  text-align: center;
  color: var(--gold-deep);
}

.placeholder-mono {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.42em;
  font-weight: 500;
  opacity: 0.7;
}

.placeholder-script {
  display: block;
  font-family: 'Italianno', cursive;
  font-size: 72px;
  line-height: 1;
  margin-top: 6px;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Product cards (Aerion: 4/5 portrait, soft, no hard border) ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */

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

.product-card {
  background: transparent;
  display: flex;
  flex-direction: column;
}

.product-card-image-container {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--bg-warm);
  display: block;
  border-radius: 2px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .3s ease;
}

.product-card-image-container:hover {
  box-shadow: var(--shadow-md);
}

.product-card-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

.product-card:hover .product-card-image-container img {
  transform: scale(1.03);
}

.tag-chip {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  background: var(--ink);
  color: #fff;
  padding: 5px 10px 4px;
  z-index: 2;
}

.wishlist-pin {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink-soft);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .25s ease, transform .25s ease, color .2s ease;
  z-index: 2;
}

.wishlist-pin svg {
  width: 16px;
  height: 16px;
}

.product-card:hover .wishlist-pin {
  opacity: 1;
  transform: translateY(0);
}

.wishlist-pin:hover {
  color: var(--gold-deep);
}

.product-card-meta {
  padding: 18px 4px 0;
}

.product-card-meta h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 0.005em;
  margin: 0 0 4px;
  color: var(--ink);
}

.product-sub {
  margin: 0 0 10px;
  font-size: 12.5px;
  color: var(--ink-muted);
  letter-spacing: 0.02em;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.price {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink);
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Heritage Banner (BannerCollection ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â 2-col with portrait image) ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */

.banner-collection-container.heritage {
  padding: 80px var(--gutter);
  background: var(--bg);
}

.banner-collection-container.heritage .banner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: var(--bg-warm);
  min-height: 600px;
}

.banner-collection-container .banner-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 600px;
}

.banner-collection-container .banner-image-container img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.banner-collection-container .banner-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 64px 64px;
  max-width: 540px;
}

.banner-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.1;
  margin: 6px 0 0;
  color: var(--ink);
}

.banner-sub {
  font-size: 18px;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0;
}

.banner-copy .btn {
  align-self: flex-start;
  margin-top: 6px;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Craft Pillars ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */

.section-craft {
  background: var(--bg-warm);
  max-width: none;
  padding: 110px var(--gutter);
}

.section-craft .section-head,
.section-craft .craft-grid {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}

.craft-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 56px 40px;
  margin-top: 56px;
}

.craft-pillar {
  text-align: left;
}

.craft-numeral {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 34px;
  color: var(--gold);
  margin-bottom: 14px;
  line-height: 1;
}

.craft-pillar h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 10px;
  color: var(--ink);
}

.craft-pillar p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ink-muted);
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Trust strip ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */

.trust-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  padding: 56px var(--gutter);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: var(--container);
  margin: 0 auto;
}

.trust-cell {
  text-align: center;
}

.trust-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold-deep);
  margin-bottom: 14px;
}

.trust-icon svg {
  width: 26px;
  height: 26px;
}

.trust-cell h5 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 17px;
  margin: 0 0 4px;
  color: var(--ink);
  letter-spacing: 0.01em;
}

.trust-cell p {
  margin: 0;
  font-size: 13px;
  color: var(--ink-muted);
  line-height: 1.5;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Footer ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */

.site-footer {
  background: #1A140F;
  color: #C9BFAF;
  padding: 80px var(--gutter) 32px;
  margin-top: 0;
}

.footer-grid {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.4fr;
  gap: 48px;
}

.footer-lockup {
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 22px;
}

.footer-l1 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 26px;
  color: var(--gold-soft);
  letter-spacing: 0.04em;
}

.footer-l2 {
  font-family: 'Pinyon Script', cursive;
  font-size: 52px;
  color: var(--gold);
  line-height: 1;
  margin-top: 2px;
}

.footer-rule {
  display: block;
  width: 100px;
  height: 1px;
  background: var(--gold);
  margin: 14px 0 10px;
}

.footer-l3 {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.36em;
  color: #A89986;
  font-weight: 500;
}

.footer-l4 {
  font-size: 16px;
  color: var(--gold-soft);
  margin-top: 8px;
}

.footer-blurb {
  margin: 14px 0 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: #8E8270;
  max-width: 280px;
}

.footer-col h6 {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin: 0 0 18px;
  font-weight: 600;
}

.footer-col a {
  display: block;
  font-size: 13.5px;
  color: #B5A992;
  margin-bottom: 10px;
  transition: color .2s;
}

.footer-col a:hover {
  color: var(--gold-soft);
}

.footer-newsletter p {
  font-size: 13.5px;
  color: #8E8270;
  line-height: 1.6;
  margin: 0 0 16px;
}

.newsletter-form {
  display: flex;
  border-bottom: 1px solid #3D3026;
  padding-bottom: 6px;
}

.newsletter-form input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  padding: 8px 0;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #E8DECF;
}

.newsletter-form input::placeholder {
  color: #6E6253;
}

.newsletter-form button {
  background: transparent;
  border: none;
  color: var(--gold-soft);
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  padding: 0 6px;
}

.newsletter-form button:hover {
  color: var(--gold);
}

.footer-bottom {
  max-width: var(--container);
  margin: 60px auto 0;
  padding-top: 24px;
  border-top: 1px solid #2A2118;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #6E6253;
  letter-spacing: 0.06em;
}

.footer-bottom-links {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-bottom-links a {
  color: #8E8270;
}

.footer-bottom-links a:hover {
  color: var(--gold-soft);
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Responsive ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */

@media (max-width: 1100px) {
  .product-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-row .product-card:nth-child(4) {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }

  .footer-newsletter {
    grid-column: 1 / -1;
    max-width: 480px;
  }
}

@media (max-width: 900px) {
  .primary-nav {
    display: none;
  }

  .hamburger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    justify-self: start;
  }

  .hamburger span {
    display: block;
    width: 20px;
    height: 1.5px;
    background: var(--ink);
  }

  .header-inner {
    grid-template-columns: auto 1fr auto;
    padding: 14px 20px;
  }

  .header-actions {
    gap: 0;
  }

  .header-actions .icon-btn:not(.search-trigger):not(.cart-btn) {
    display: none;
  }

  .brand-line-1 {
    font-size: 18px;
  }

  .brand-line-2 {
    font-size: 30px;
  }

  .brand-line-3 {
    font-size: 8px;
    letter-spacing: 0.28em;
  }

  .section {
    padding: 64px 20px;
  }

  .section-craft {
    padding: 72px 20px;
  }

  .hero {
    display: block;
    min-height: 0;
    height: auto;
  }

  .hero-image {
    display: block;
    width: 100%;
    height: 480px;
    max-height: none;
    object-position: center 15%;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(34, 27, 20, 0) 60%, rgba(34, 27, 20, 0.18) 100%);
  }

  .hero-content {
    background: var(--bg-warm);
    padding: 32px 20px 48px;
    height: auto;
    text-align: left;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-sub {
    font-size: 15px;
  }

  .hero-scroll-cue {
    display: none;
  }

  .hero-cta-row .btn {
    flex: 1;
    padding: 0 16px;
    font-size: 11px;
  }

  .category-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cat-image-wrap {
    aspect-ratio: 4/5;
  }

  .product-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 14px;
  }

  .product-row .product-card:nth-child(4) {
    display: flex;
  }

  .product-card-meta h4 {
    font-size: 16px;
  }

  .banner-collection-container.heritage {
    padding: 32px 20px;
  }

  .banner-collection-container.heritage .banner {
    width: 100%;
    min-width: 0;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .banner-collection-container .banner-image-container {
    aspect-ratio: 4/5;
    min-height: 0;
    height: auto;
  }

  .banner-collection-container .banner-image-container img {
    object-position: center 18%;
  }

  .banner-collection-container .banner-copy {
    padding: 32px 28px 40px;
    max-width: none;
    gap: 14px;
  }

  .banner-title {
    font-size: 28px;
  }

  .banner-sub {
    font-size: 15px;
  }

  .banner-copy .btn {
    height: 44px;
  }

  .craft-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 22px;
    margin-top: 36px;
  }

  .craft-numeral {
    font-size: 26px;
  }

  .craft-pillar h4 {
    font-size: 19px;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 18px;
    padding: 40px 20px;
  }

  .trust-icon {
    width: 48px;
    height: 48px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-newsletter {
    grid-column: 1 / -1;
    max-width: none;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

@media (max-width: 460px) {
  .hero-cta-row {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .hero-cta-row .btn {
    flex: none;
    width: 100%;
  }
}

.utility-bar {
  background-color: #F6EBE6 !important;
}

.banner-root {
  background-color: #F6EBE6 !important;

}

.section {
  padding: 0.5rem 5px !important;
}

.heading-title {
  font-size: clamp(1.6rem, 2.5vw, 2rem) !important;
  font-weight: 700 !important;
  color: var(--text) !important;
  line-height: 1.15 !important;
  margin: 0 !important;
}


.heading-title::after {
  content: '' !important;
  display: block !important;
  width: 32px !important;
  height: 3px !important;
  background: #B09878 !important;
  margin-top: 0.5rem !important;
  border-radius: 2px !important;
}

/* Mobile same as .section-title */
@media (max-width: 768px) {
  .heading-title {
    font-size: 1.3rem !important;
  }
}

@media (max-width: 480px) {
  .heading-title {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 1023px) {
  .mobile-header-icons {
    margin-left: auto;
  }
}

.main-header {
  background-color: #F6EBE6 !important;
}

.utility-bar {
  padding: 0px;
}

/* RomaZ Al Harare - Common CSS for About Us, Contact Us and FAQ sections */

:root {
  --romaz-bg: #fbf7ef;
  --romaz-card: #fffaf2;
  --romaz-card-2: #efe4d3;
  --romaz-text: #2f2118;
  --romaz-muted: #786657;
  --romaz-accent: #6b3f27;
  --romaz-accent-dark: #351f13;
  --romaz-border: rgba(80, 51, 32, 0.16);
  --romaz-shadow: 0 20px 60px rgba(58, 34, 19, 0.12);
  --romaz-radius: 28px;
}

.romaz-section,
.romaz-section * {
  box-sizing: border-box;
}

.romaz-section {
  width: 100%;
  padding: 76px 20px;
  background:
    radial-gradient(circle at top left, rgba(145, 101, 62, 0.14), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, var(--romaz-bg) 100%);
  color: var(--romaz-text);
  font-family: Poppins, Jost, "Segoe UI", Arial, sans-serif;
}

.romaz-container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.romaz-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--romaz-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.romaz-eyebrow::before,
.romaz-eyebrow::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.45;
}

.romaz-title {
  margin: 0 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: var(--romaz-accent-dark);
}

.romaz-title span {
  display: block;
  color: var(--romaz-accent);
}

.romaz-content p,
.romaz-soft-card p,
.romaz-promise-card p,
.romaz-faq-head p,
.romaz-faq-item p {
  margin: 0 0 16px;
  color: var(--romaz-muted);
  font-size: 16px;
  line-height: 1.78;
}

.romaz-content strong,
.romaz-soft-card strong,
.romaz-promise-card strong {
  color: var(--romaz-accent-dark);
  font-weight: 700;
}

.romaz-split,
.romaz-contact-hero,
.romaz-contact-layout,
.romaz-info-grid {
  display: grid;
  gap: 34px;
  align-items: center;
}

.romaz-split,
.romaz-contact-hero {
  grid-template-columns: 1.02fr 0.98fr;
}

.romaz-contact-layout,
.romaz-info-grid {
  grid-template-columns: 1fr 1fr;
}

.romaz-about-hero,
.romaz-contact-hero {
  margin-bottom: 36px;
}

.romaz-image-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid var(--romaz-border);
  border-radius: var(--romaz-radius);
  background: var(--romaz-card-2);
  box-shadow: var(--romaz-shadow);
}

.romaz-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 50%, rgba(45, 29, 18, 0.22));
}

.romaz-image-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

.romaz-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 36px 0;
}

.romaz-feature-card {
  overflow: hidden;
  border: 1px solid var(--romaz-border);
  border-radius: 22px;
  background: rgba(255, 250, 242, 0.92);
  box-shadow: 0 14px 40px rgba(58, 34, 19, 0.08);
}

.romaz-feature-card img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  display: block;
  object-fit: cover;
}

.romaz-feature-card div {
  padding: 20px 20px 22px;
}

.romaz-feature-card h3,
.romaz-soft-card h2,
.romaz-promise-card h2,
.romaz-form-card h2 {
  margin: 0 0 10px;
  color: var(--romaz-accent-dark);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.romaz-feature-card p {
  margin: 0;
  color: var(--romaz-muted);
  font-size: 14px;
  line-height: 1.65;
}

.romaz-soft-card,
.romaz-promise-card {
  height: 100%;
  padding: 30px;
  border: 1px solid var(--romaz-border);
  border-radius: var(--romaz-radius);
  background: rgba(255, 250, 242, 0.86);
  box-shadow: 0 16px 48px rgba(58, 34, 19, 0.08);
}

.romaz-promise-card {
  background: linear-gradient(135deg, var(--romaz-accent-dark), var(--romaz-accent));
  color: #fff7ed;
}

.romaz-promise-card .romaz-eyebrow,
.romaz-promise-card h2,
.romaz-promise-card p,
.romaz-promise-card strong,
.romaz-promise-card small {
  color: #fff7ed;
}

.romaz-promise-card p,
.romaz-promise-card small {
  opacity: 0.84;
}

.romaz-promise-card strong,
.romaz-promise-card small {
  display: block;
}

.romaz-promise-card small {
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.romaz-check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.romaz-check-list li {
  position: relative;
  padding: 13px 14px 13px 40px;
  border: 1px solid var(--romaz-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--romaz-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  display:block;
}

.romaz-check-list li::before {
  content: "✔";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--romaz-accent);
  font-weight: 800;
}

/* Contact Page */
.romaz-contact-image {
  min-height: 360px;
}

.romaz-contact-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.romaz-contact-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid var(--romaz-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.54);
  color: inherit;
  text-decoration: none;
}

.romaz-contact-item>span {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--romaz-accent-dark);
  color: #fff8ef;
  font-size: 16px;
}

.romaz-contact-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}

.romaz-contact-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.romaz-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.romaz-form label {
  display: grid;
  gap: 8px;
  color: var(--romaz-accent-dark);
  font-size: 13px;
  font-weight: 700;
}

.romaz-form input,
.romaz-form textarea {
  width: 100%;
  border: 1px solid var(--romaz-border);
  border-radius: 14px;
  outline: none;
  padding: 15px 16px;
  background: #fffdf9;
  color: var(--romaz-text);
  font: inherit;
  resize: vertical;
}

.romaz-form input:focus,
.romaz-form textarea:focus {
  border-color: rgba(107, 63, 39, 0.52);
  box-shadow: 0 0 0 4px rgba(107, 63, 39, 0.1);
}

.romaz-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  padding: 14px 26px;
  background: var(--romaz-accent-dark);
  color: #fff7ed;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.romaz-btn:hover {
  transform: translateY(-2px);
  background: var(--romaz-accent);
}

.romaz-contact-note {
  margin-top: 34px;
  height: auto;
}

/* FAQ Page */
.romaz-faq-container {
  width: min(980px, 100%);
}

.romaz-faq-banner {
  min-height: 330px;
  margin-bottom: 34px;
}


.romaz-faq-head {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.romaz-faq-head .romaz-eyebrow {
  justify-content: center;
}

.romaz-faq-list {
  display: grid;
  gap: 14px;
}

.romaz-faq-item {
  overflow: hidden;
  border: 1px solid var(--romaz-border);
  border-radius: 18px;
  background: rgba(255, 250, 242, 0.92);
  box-shadow: 0 10px 30px rgba(58, 34, 19, 0.06);
}

.romaz-faq-item summary {
  position: relative;
  list-style: none;
  padding: 20px 58px 20px 22px;
  color: var(--romaz-accent-dark);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.35;
  cursor: pointer;
}

.romaz-faq-item summary::-webkit-details-marker {
  display: none;
}

.romaz-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--romaz-card-2);
  color: var(--romaz-accent-dark);
  font-size: 20px;
  line-height: 1;
}

.romaz-faq-item[open] summary::after {
  content: "-"  }

.romaz-faq-item p {
  padding: 0 22px 22px;
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .romaz-section {
    padding: 56px 16px;
  }

  .romaz-split,
  .romaz-contact-hero,
  .romaz-contact-layout,
  .romaz-info-grid {
    grid-template-columns: 1fr;
  }

  .romaz-about-hero .romaz-image-card,
  .romaz-contact-hero .romaz-image-card {
    order: -1;
  }

  .romaz-image-card,
  .romaz-contact-image {
    min-height: 330px;
  }

  .romaz-feature-grid {
    grid-template-columns: 1fr;
  }

  .romaz-check-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .romaz-section {
    padding: 42px 14px;
  }

  .romaz-title {
    font-size: clamp(34px, 12vw, 48px);
  }

  .romaz-content p,
  .romaz-soft-card p,
  .romaz-promise-card p,
  .romaz-faq-head p,
  .romaz-faq-item p {
    font-size: 14px;
    line-height: 1.7;
  }

  .romaz-soft-card,
  .romaz-promise-card {
    padding: 22px;
    border-radius: 22px;
  }

  .romaz-image-card,
  .romaz-contact-image {
    min-height: 280px;
    border-radius: 22px;
  }

  .romaz-feature-card img {
    aspect-ratio: 1 / 0.78;
  }

  .romaz-contact-item {
    padding: 14px;
  }

  .romaz-faq-item summary {
    padding: 18px 52px 18px 18px;
    font-size: 15px;
  }

  .romaz-faq-item p {
    padding: 0 18px 18px;
  }
}

.MuiInputBase-input {
    resize: none;
}
