:root {
  color-scheme: dark;
  --bg: #0C0E11;
  --bg-soft: #111418;
  --surface: #15181C;
  --surface-raised: #1B1F24;
  --surface-light: #F1F0EC;
  --ink: #F1F0EC;
  --ink-dark: #1A1200;
  --muted: rgba(241, 240, 236, 0.64);
  --muted-dark: #5B5F66;
  --gold: #C9953D;
  --gold-strong: #E2B45D;
  --gold-dark: #8A6424;
  --line: rgba(255, 255, 255, 0.075);
  --line-strong: rgba(255, 255, 255, 0.13);
  --success: #3FBF7F;
  --warning: #E2B45D;
  --danger: #E0604F;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --content: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 14% -10%, rgba(201, 149, 61, 0.09), transparent 30rem),
    var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.dialog-open {
  overflow: hidden;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--gold-strong);
  outline-offset: 3px;
}

.shell {
  width: min(calc(100% - 40px), var(--content));
  margin-inline: auto;
}

.section {
  padding-block: 72px;
  scroll-margin-top: 104px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.section-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.section-copy {
  max-width: 62ch;
  margin: 18px 0 0;
  color: var(--muted);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--surface-light);
  color: var(--ink-dark);
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.025em;
  line-height: 1;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--gold-strong);
  color: var(--ink-dark);
}

.btn-primary:hover {
  background: #E2B45D;
}

.btn-secondary {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.02);
  color: var(--ink);
}

.btn-secondary:hover {
  border-color: var(--gold);
  background: rgba(201, 149, 61, 0.08);
}

.btn-quiet {
  min-height: 42px;
  border-color: var(--line);
  background: transparent;
  color: var(--muted);
}

.btn-quiet:hover {
  color: var(--ink);
  border-color: var(--line-strong);
}

.btn[disabled],
.btn[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(201, 149, 61, 0.13);
  background: rgba(12, 14, 17, 0.86);   /* V328: Investo's near-black, not Kanz brown */
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 132px;
  height: auto;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--gold-strong);
  font-family: var(--serif);
  font-size: 1.22rem;
  font-weight: 700;
}

.brand-name {
  display: block;
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1;
  letter-spacing: 0.03em;
}

.brand-descriptor {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1;
  text-transform: uppercase;
}

.nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav a {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 650;
  text-decoration: none;
}

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

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-cta {
  min-height: 42px;
  padding-inline: 16px;
}

.nav-toggle {
  width: 46px;
  height: 46px;
  display: none;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
  width: 18px;
  height: 1.5px;
  display: block;
  background: currentColor;
  content: "";
}

.nav-toggle-bars {
  position: relative;
}

.nav-toggle-bars::before {
  position: absolute;
  top: -6px;
}

.nav-toggle-bars::after {
  position: absolute;
  top: 6px;
}

.hero {
  padding: clamp(72px, 9vw, 122px) 0 50px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(40px, 8vw, 100px);
  align-items: end;
}

.hero h1 {
  max-width: 12ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.hero h1 em {
  color: var(--gold-strong);
  font-weight: 400;
}

.hero-copy {
  max-width: 52ch;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.16rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-aside {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(150deg, rgba(201, 149, 61, 0.11), rgba(255, 255, 255, 0.015));
}

.hero-aside-label {
  margin: 0;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero-aside strong {
  display: block;
  margin-top: 12px;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.1;
}

.hero-aside p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  margin: 26px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.76rem;
  list-style: none;
}

.trust-row li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-row li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.market-section {
  padding: 18px 0 32px;
}

.market-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.market-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.market-title {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 400;
}

.market-subtitle {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.73rem;
}

.market-rates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--line);
}

.market-rate {
  padding: 20px;
  background: var(--bg-soft);
}

.market-rate-label {
  display: block;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.market-rate output {
  display: block;
  margin-top: 5px;
  color: var(--gold-strong);
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1;
}

.market-rate-unit {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.7rem;
}

.market-status {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.74rem;
}

.market-status::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-top: 0.42rem;
  border-radius: 50%;
  background: var(--muted);
  content: "";
}

.market-status[data-state="fresh"]::before {
  background: var(--success);
  box-shadow: 0 0 0 4px rgba(116, 185, 146, 0.1);
}

.market-status[data-state="warning"]::before,
.market-status[data-state="stale"]::before {
  background: var(--warning);
}

.market-status[data-state="error"]::before {
  background: var(--danger);
}

.catalogue {
  padding-top: 76px;
}

.catalogue-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
}

.catalogue-note {
  max-width: 42ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.catalogue-note strong {
  color: var(--ink);
}

.catalogue-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 34px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(21, 24, 28, 0.85);
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.filter-button {
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 700;
}

.filter-button:hover,
.filter-button[aria-pressed="true"] {
  border-color: var(--line-strong);
  background: rgba(201, 149, 61, 0.1);
  color: var(--ink);
}

.sort-control {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.74rem;
}

.sort-control select {
  min-height: 42px;
  padding: 8px 34px 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--bg-soft);
  color: var(--ink);
}

.product-section {
  padding-top: 64px;
  scroll-margin-top: 102px;
}

.product-section.is-hidden {
  display: none;
}

.product-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.product-section h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 400;
  letter-spacing: -0.025em;
}

.product-section-kicker {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.product-media {
  position: relative;
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 36%, #fff 0, #f2ede5 56%, #e8e0d5 100%);
}

.product-media picture,
.product-media img {
  width: 100%;
  height: 100%;
}

.product-media img {
  display: block;
  padding: 20px;
  object-fit: contain;
  transition: transform 260ms ease;
}

.product-card:hover .product-media img {
  transform: scale(1.025);
}

.media-button {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.availability-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 9px;
  border: 1px solid rgba(23, 18, 13, 0.16);
  border-radius: 999px;
  background: rgba(248, 244, 236, 0.9);
  color: var(--ink-dark);
  font-size: 0.62rem;
  font-weight: 750;
  line-height: 1;
  backdrop-filter: blur(8px);
}

.product-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.product-tag {
  padding: 4px 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
}

.product-card h4 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.22rem;
  font-weight: 400;
  line-height: 1.16;
}

.product-sku {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.64rem;
  letter-spacing: 0.06em;
}

.price-block {
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
}

.price-label {
  display: block;
  color: var(--muted);
  font-size: 0.65rem;
}

.product-price {
  display: block;
  min-height: 1.65rem;
  margin-top: 2px;
  color: var(--gold-strong);
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.price-note {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.61rem;
  line-height: 1.35;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}

.product-actions .btn {
  width: 100%;
}

.product-direct-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
}

.product-direct-link:hover {
  color: var(--gold-strong);
}

.how-it-works {
  border-block: 1px solid var(--line);
  background: var(--bg-soft);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--line);
}

.step {
  min-height: 240px;
  padding: 26px;
  background: var(--surface);
}

.step-number {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.1rem;
}

.step h3 {
  margin: 30px 0 0;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.15;
}

.step p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.assurance-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.assurance-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.assurance-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 42px;
  align-items: center;
  padding: clamp(30px, 6vw, 64px);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(201, 149, 61, 0.12), transparent 55%),
    var(--surface);
}

.contact-card h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 400;
  line-height: 1.05;
}

.contact-card p {
  margin: 16px 0 0;
  color: var(--muted);
}

.contact-list {
  display: grid;
  gap: 10px;
}

.contact-list a,
.contact-list span {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  text-decoration: none;
}

.contact-list a:hover {
  border-color: var(--line-strong);
}

.site-footer {
  padding: 36px 0 44px;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.footer-brand {
  font-family: var(--serif);
  font-size: 1.2rem;
}

.footer-meta {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.68rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 22px;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.72rem;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--ink);
}

.js-only {
  display: none !important;
}

html[data-js="true"] .js-only {
  display: inline-flex !important;
}

html[data-js="true"] .js-only.catalogue-toolbar {
  display: flex !important;
}

.quote-basket-button {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 18px;
  border: 1px solid rgba(15, 13, 10, 0.2);
  border-radius: 999px;
  background: var(--gold-strong);
  color: var(--ink-dark);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  font-weight: 800;
}

.quote-basket-count {
  min-width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink-dark);
  color: var(--ink);
  font-size: 0.74rem;
}

dialog {
  width: min(calc(100% - 28px), 760px);
  max-height: min(88vh, 900px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 26px;
  background: var(--surface-raised);
  color: var(--ink);
  box-shadow: var(--shadow);
}

dialog::backdrop {
  background: rgba(4, 3, 2, 0.78);
  backdrop-filter: blur(8px);
}

.dialog-shell {
  max-height: inherit;
  display: flex;
  flex-direction: column;
}

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

.dialog-head h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
}

.dialog-close {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 1.3rem;
}

.dialog-body {
  overflow-y: auto;
  padding: 22px;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
}

.detail-media {
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  background: var(--surface-light);
}

.detail-media img {
  width: 100%;
  height: 100%;
  padding: 24px;
  object-fit: contain;
}

.detail-copy h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.06;
}

.detail-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.detail-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 22px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--line);
}

.detail-specs div {
  padding: 12px;
  background: var(--surface);
}

.detail-specs dt {
  color: var(--muted);
  font-size: 0.62rem;
  text-transform: uppercase;
}

.detail-specs dd {
  margin: 3px 0 0;
  font-size: 0.78rem;
}

.detail-price {
  margin-top: 22px;
}

.detail-price strong {
  display: block;
  color: var(--gold-strong);
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 400;
}

.detail-actions {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}

.basket-empty {
  margin: 10px 0;
  padding: 36px 18px;
  border: 1px dashed var(--line-strong);
  border-radius: 16px;
  color: var(--muted);
  text-align: center;
}

.basket-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.basket-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--surface);
}

.basket-row img {
  width: 58px;
  height: 70px;
  padding: 5px;
  border-radius: 10px;
  background: var(--surface-light);
  object-fit: contain;
}

.basket-row h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.basket-row-meta {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.65rem;
}

.quantity-control {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 9px;
}

.quantity-control button,
.basket-remove {
  min-width: 36px;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.quantity-control output {
  min-width: 28px;
  text-align: center;
  font-size: 0.74rem;
}

.basket-remove {
  color: var(--muted);
  font-size: 1rem;
}

.basket-summary {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: rgba(201, 149, 61, 0.07);
}

.basket-summary-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.basket-summary-row span {
  color: var(--muted);
  font-size: 0.75rem;
}

.basket-summary-row strong {
  color: var(--gold-strong);
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
}

.basket-disclaimer {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.68rem;
}

.basket-field {
  display: grid;
  gap: 7px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.72rem;
}

.basket-field select {
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bg-soft);
  color: var(--ink);
}

.basket-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 18px;
}

.legal-page {
  min-height: 70vh;
  padding: 72px 0;
}

.legal-card {
  max-width: 820px;
  margin-inline: auto;
  padding: clamp(24px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
}

.legal-card h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  font-weight: 400;
  line-height: 1;
}

.legal-card h2 {
  margin: 34px 0 0;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
}

.legal-card a {
  color: var(--gold-strong);
}

@media (max-width: 1040px) {
  .nav {
    gap: 18px;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .shell {
    width: min(calc(100% - 28px), var(--content));
  }

  .section {
    padding-block: 58px;
  }

  .header-inner {
    position: relative;
    min-height: 72px;
    gap: 12px;
    flex-wrap: wrap;
  }

  .brand-descriptor {
    display: block;   /* Investo Metals: the one word that says which Investo this is */
  }

  .nav {
    order: 4;
    width: 100%;
    margin: 0 0 14px;
    padding: 12px;
    flex-wrap: wrap;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface);
  }

  html[data-js="true"] .nav {
    position: absolute;
    top: calc(100% - 3px);
    left: 0;
    right: 0;
    width: auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 8px;
    box-shadow: var(--shadow);
  }

  html[data-js="true"] .nav.is-open {
    display: flex;
  }

  .nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding-inline: 12px;
    border-radius: 10px;
  }

  .nav a:hover {
    background: rgba(201, 149, 61, 0.08);
  }

  html[data-js="true"] .nav-toggle {
    display: grid;
  }

  .header-actions {
    margin-left: auto;
  }

  .hero-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 72px;
  }

  .hero h1 {
    max-width: 10ch;
  }

  .catalogue-intro,
  .product-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .catalogue-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .sort-control {
    justify-content: space-between;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .detail-media {
    max-height: 460px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-name {
    font-size: 0.98rem;
  }

  .header-cta {
    width: 42px;
    min-width: 42px;
    padding: 0;
    font-size: 0;
  }

  .header-cta::after {
    font-size: 1rem;
    content: "↗";
  }

  .market-card {
    padding: 18px;
  }

  .market-rates {
    grid-template-columns: 1fr;
  }

  .product-content {
    padding: 15px;
  }

  .product-media img {
    padding: 14px;
  }

  .product-card h4 {
    font-size: 1.04rem;
  }

  .product-price {
    font-size: 1.16rem;
  }

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

  .step {
    min-height: 0;
  }

  .basket-actions {
    grid-template-columns: 1fr;
  }

  .quote-basket-button {
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 360px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* ==========================================================================================================
   V322 — Investo brand layer (Hanna: "colors, font and brand guideline of Investo").
   Measured on investo.money: Inter everywhere, headlines extra-bold and tight, the second half of a
   headline in gold and upright (never italic), a solid gold pill for the main button and a dark-gold pill
   for the second, flat near-black background, 16px cards. Inter is served from this site (no font service
   is contacted, so the privacy notice stays true).
   ========================================================================================================== */
@font-face { font-family: 'Inter'; src: url('/fonts/Inter.ttf') format('truetype'); font-weight: 100 900; font-style: normal; font-display: swap; }
:root { --serif: 'Inter', ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body { background: var(--bg); }

.section-title, .hero h1, .hero-aside strong, .market-title, .product-section h3, .product-card h4, .step h3,
.assurance-card h3, .contact-card h2, .footer-brand, .dialog-head h2, .detail-copy h3, .legal-card h1, .legal-card h2,
.basket-row h3 { font-weight: 800; letter-spacing: -0.025em; }
.hero h1 { font-size: clamp(2.5rem, 5.4vw, 4.6rem); font-weight: 850; letter-spacing: -0.02em; line-height: 1.06; }   /* V323: -0.035em made the letters touch on a phone */
.section-title, .contact-card h2 { font-size: clamp(1.75rem, 3.2vw, 2.8rem); font-weight: 850; letter-spacing: -0.02em; line-height: 1.1; }
.legal-card h1 { font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 850; letter-spacing: -0.02em; line-height: 1.08; }
.product-section h3 { font-size: clamp(1.4rem, 2.4vw, 2rem); }
.detail-copy h3 { font-size: 1.6rem; }
.hero-aside strong { font-size: clamp(1.35rem, 2.4vw, 1.8rem); }
h1 em, h2 em, h3 em, .hero h1 em { font-style: normal; font-weight: inherit; color: var(--gold); }

.market-rate output, .product-price, .detail-price strong, .basket-summary-row strong, .step-number {
  font-weight: 800; letter-spacing: -0.01em; font-variant-numeric: tabular-nums; }

.btn { font-weight: 800; }
.btn-primary { background: var(--gold); color: #1A1200; }
.btn-primary:hover { background: var(--gold-strong); }
.btn-secondary { background: #2A2110; border-color: transparent; color: var(--gold); }
.btn-secondary:hover { background: #33280F; border-color: transparent; }

.brand-descriptor { color: var(--gold); }

/* V323: the honest line about value, beside the prices and at the foot of every page */
.market-risk { margin: 8px 0 0; color: var(--muted); font-size: 0.8rem; line-height: 1.5; }
.footer-risk { margin-top: 4px; opacity: 0.85; }

/* ==========================================================================================================
   V325 — Arabic and French. Arabic is right-to-left in Investo's Arabic face (Noto Sans Arabic, served from
   us), with no letter-spacing anywhere: spacing Arabic letters apart breaks the joins between them.
   ========================================================================================================== */
@font-face { font-family: 'Noto Sans Arabic'; src: url('/fonts/NotoSansArabic.ttf') format('truetype'); font-weight: 100 900; font-style: normal; font-display: swap; }
html[lang="ar"] { --sans: 'Noto Sans Arabic', 'Inter', ui-sans-serif, sans-serif; --serif: 'Noto Sans Arabic', 'Inter', sans-serif; }
html[lang="ar"] body, html[lang="ar"] button, html[lang="ar"] select, html[lang="ar"] input { font-family: var(--sans); }
html[lang="ar"] * { letter-spacing: 0 !important; }
html[lang="ar"] .hero h1, html[lang="ar"] .section-title, html[lang="ar"] .contact-card h2, html[lang="ar"] .legal-card h1 { line-height: 1.3; }
html[lang="ar"] body { line-height: 1.8; }

[dir="rtl"] .skip-link { left: auto; right: 10px; }
[dir="rtl"] .nav { margin-left: 0; margin-right: auto; }
[dir="rtl"] .availability-badge { left: auto; right: 12px; }
[dir="rtl"] .quote-basket-button { right: auto; left: 22px; }
@media (max-width: 860px) {
  [dir="rtl"] .header-actions { margin-left: 0; margin-right: auto; }
}
@media (max-width: 560px) {
  [dir="rtl"] .quote-basket-button { right: auto; left: 14px; }
}
/* numbers, codes and prices read left to right inside Arabic text */
[dir="rtl"] .product-sku, [dir="rtl"] .market-rate output, [dir="rtl"] .product-price, [dir="rtl"] .basket-row-meta { unicode-bidi: plaintext; }

/* the language switch */
.lang-switch { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--line-strong); border-radius: 999px; }
.lang-switch a { padding: 5px 9px; border-radius: 999px; color: var(--muted); font-size: 0.78rem; font-weight: 700; text-decoration: none; line-height: 1; }
.lang-switch a:hover { color: var(--ink); }
.lang-switch a[aria-current="true"] { background: #2A2110; color: var(--gold); }
.lang-switch a[lang="ar"] { font-family: 'Noto Sans Arabic', sans-serif; }
@media (max-width: 560px) { .lang-switch a { padding: 5px 7px; font-size: 0.74rem; } }
/* V325: with the language switch the phone header must still be one line, down to 360px screens. The header's
   gold arrow repeats the WhatsApp buttons right below it (and the basket floats on screen), so it gives way. */
@media (max-width: 560px) {
  .header-inner { flex-wrap: nowrap; }
  .header-cta { display: none !important; }
  .brand { gap: 8px; min-width: 0; }
  .brand-logo { width: 112px; }
  .header-actions { gap: 8px; }
}

/* V326: Live support in the corner, like investo.money — the green live dot is the same pulse. The quote basket
   sits above it as a small round button, only when it holds something. */
.float-stack { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.live-support-button { display: inline-flex; align-items: center; gap: 10px; min-height: 54px; padding: 10px 20px; border: 0; border-radius: 999px;
  background: var(--gold); color: #1A1200; font-weight: 800; text-decoration: none; box-shadow: 0 14px 40px rgba(0, 0, 0, 0.32); }
.live-support-button:hover { background: var(--gold-strong); }
.live-dot { display: inline-block; flex: none; width: 9px; height: 9px; border-radius: 50%; background: #2BD576; animation: liveDot 1.9s ease-out infinite; }
.live-support-button .live-dot { box-shadow: 0 0 0 2px #1A1200; }
.dialog-head h2 .live-dot { margin-inline-end: 10px; vertical-align: middle; }
@keyframes liveDot { 0% { box-shadow: 0 0 0 2px rgba(0,0,0,.35), 0 0 0 0 rgba(43,213,118,.65); } 70% { box-shadow: 0 0 0 2px rgba(0,0,0,.35), 0 0 0 9px rgba(43,213,118,0); } 100% { box-shadow: 0 0 0 2px rgba(0,0,0,.35), 0 0 0 0 rgba(43,213,118,0); } }
@media (prefers-reduced-motion: reduce) { .live-dot { animation: none; } }
.quote-basket-mini { position: relative; width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%;
  background: var(--surface-raised); color: var(--gold); cursor: pointer; box-shadow: 0 14px 40px rgba(0, 0, 0, 0.32); }
.quote-basket-mini[hidden] { display: none; }
.quote-basket-mini .quote-basket-count { position: absolute; top: -4px; right: -4px; min-width: 22px; height: 22px; padding: 0 5px; border-radius: 999px;
  background: var(--gold); color: #1A1200; font-size: 0.72rem; font-weight: 800; }
.support-lead { margin: 0 0 16px; color: var(--ink); line-height: 1.6; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.support-option { display: flex; flex-direction: column; gap: 4px; padding: 16px; border: 1px solid var(--line-strong); border-radius: var(--radius-md);
  background: var(--surface); color: var(--ink); text-decoration: none; }
.support-option:hover { border-color: var(--gold); }
.support-option b { font-size: 1.05rem; font-weight: 800; }
.support-option span { color: var(--muted); font-size: 0.86rem; }
.support-note { margin: 16px 0 0; color: var(--muted); font-size: 0.86rem; line-height: 1.6; }
#supportDialog { width: min(calc(100% - 28px), 460px); }
[dir="rtl"] .float-stack { right: auto; left: 22px; }   /* flex-end is the outer (left) edge in right-to-left */
[dir="rtl"] .quote-basket-mini .quote-basket-count { right: auto; left: -4px; }
@media (max-width: 560px) {
  .float-stack { right: 14px; bottom: 14px; }
  [dir="rtl"] .float-stack { right: auto; left: 14px; }
  .live-support-button { min-height: 50px; padding: 9px 18px; }
}

/* V327: the gold price per gram page */
.gp-status { margin: 4px 0 20px; color: var(--muted); font-size: 0.92rem; }
.gp-status[data-state="stale"], .gp-status[data-state="error"] { color: var(--warning); }
.gp-table { border: 1px solid var(--line-strong); border-radius: var(--radius-md); overflow: hidden; background: var(--surface); }
.gp-row { display: grid; grid-template-columns: 1fr 1fr 1.4fr; align-items: center; gap: 10px; padding: 14px 18px; border-top: 1px solid var(--line); }
.gp-row:first-child { border-top: 0; }
.gp-head { background: var(--surface-raised); color: var(--muted); font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.gp-row b { font-size: 1.05rem; font-weight: 800; }
.gp-price { justify-self: end; font-size: 1.25rem; font-weight: 800; color: var(--gold); font-variant-numeric: tabular-nums; unicode-bidi: plaintext; }
.gp-head span:last-child { justify-self: end; }
.gp-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 14px 0 6px; }
.gp-card { display: flex; flex-direction: column; gap: 4px; padding: 14px 16px; border: 1px solid var(--line-strong); border-radius: var(--radius-md); background: var(--surface); }
.gp-card span { color: var(--muted); font-size: 0.8rem; font-weight: 700; }
.gp-card b { font-size: 1.15rem; font-weight: 800; font-variant-numeric: tabular-nums; unicode-bidi: plaintext; }
.gp-card small { color: var(--muted); font-size: 0.76rem; }
.gp-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 10px; }
.gp-risk { color: var(--muted); font-size: 0.82rem; }
@media (max-width: 560px) { .gp-cards { grid-template-columns: 1fr; } .gp-row { padding: 12px 14px; } .gp-price { font-size: 1.1rem; } }
.legal-card .btn-primary, .legal-card .btn-primary:hover { color: #1A1200; text-decoration: none; }   /* V327: page links are gold; a gold button needs dark text */
.legal-card .btn-secondary, .legal-card .btn-secondary:hover { color: var(--gold); text-decoration: none; }


/* ==========================================================================================================
   V328 — livelier, in Investo's colours (Hanna: "still a bit boring and the colours are a bit ugly").
   Gold light on near-black, the product photos blended into a light display tray (no white box inside a cream
   box), a showcase with the reference prices around a 500 g bar, drawn icons, cards that lift and catch gold.
   ========================================================================================================== */
body {
  background:
    radial-gradient(1100px 620px at 88% -8%, rgba(201, 149, 61, 0.13), transparent 62%),
    radial-gradient(800px 520px at -12% 38%, rgba(201, 149, 61, 0.06), transparent 60%),
    var(--bg);
}
.hero { position: relative; padding-bottom: 36px; }
.hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); align-items: center; }

/* the showcase */
.hero-showcase { position: relative; display: grid; justify-items: center; align-items: center; gap: 14px; }
.showcase-glow { position: absolute; inset: 4% 8% 18%; z-index: 0; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(226, 180, 93, 0.42), rgba(201, 149, 61, 0.12) 58%, transparent 76%); filter: blur(14px); }
.vitrine { position: relative; z-index: 1; width: min(280px, 62vw); aspect-ratio: 449 / 760; padding: 16px; border-radius: 26px;
  background: linear-gradient(160deg, #FFFFFF 0%, #F5F2EB 55%, #E4DDCF 100%);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(226, 180, 93, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transform: rotate(-3deg); }
.vitrine img { display: block; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.price-chips { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; width: min(440px, 100%); }
.price-chip { position: relative; z-index: 3; display: flex; flex-direction: column; gap: 2px; padding: 12px 14px; border: 1px solid rgba(226, 180, 93, 0.28); border-radius: 16px;
  background: rgba(21, 24, 28, 0.84); box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35); backdrop-filter: blur(12px); }
.price-chip span { color: var(--gold); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.price-chip b { font-size: 1.25rem; font-weight: 800; letter-spacing: -0.01em; font-variant-numeric: tabular-nums; unicode-bidi: plaintext; }
.price-chip small { color: var(--muted); font-size: 0.74rem; }
.showcase-note { position: relative; z-index: 2; margin: 2px 0 0; color: var(--muted); font-size: 0.8rem; text-align: center; }
.showcase-note a { color: var(--gold); font-weight: 700; text-decoration: none; }
@media (min-width: 1024px) {
  .hero-showcase { grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); grid-template-rows: auto auto auto; min-height: 500px; }
  .showcase-glow { inset: 0 6% 10%; }
  .vitrine { grid-column: 2; grid-row: 1 / 3; width: clamp(210px, 19vw, 250px); }
  .price-chips { display: contents; }
  .price-chip { width: clamp(132px, 11.5vw, 156px); }
  .price-chip:nth-child(1) { grid-column: 1; grid-row: 1; justify-self: end; align-self: end; margin: 0 -26px 18px 0; }
  .price-chip:nth-child(2) { grid-column: 3; grid-row: 1; justify-self: start; align-self: start; margin: 40px 0 0 -26px; }
  .price-chip:nth-child(3) { grid-column: 1; grid-row: 2; justify-self: end; align-self: start; margin: 12px -22px 0 0; }
  .price-chip:nth-child(4) { grid-column: 3; grid-row: 2; justify-self: start; align-self: end; margin: 0 0 30px -30px; }
  .showcase-note { grid-column: 1 / 4; grid-row: 3; }
  [dir="rtl"] .price-chip:nth-child(1) { margin: 0 0 18px -26px; }
  [dir="rtl"] .price-chip:nth-child(2) { margin: 40px -26px 0 0; }
  [dir="rtl"] .price-chip:nth-child(3) { margin: 12px 0 0 -22px; }
  [dir="rtl"] .price-chip:nth-child(4) { margin: 0 -30px 30px 0; }
}
@media (max-width: 1023px) {
  .hero-grid { grid-template-columns: 1fr; }
  .vitrine { width: min(210px, 56vw); }
}

/* the facts, with drawn icons */
.trust-row { display: none; }
.fact-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; margin: 28px 0 0; padding: 0; list-style: none; }
.fact-row li { display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: 0.86rem; font-weight: 600; line-height: 1.35; }
.fact-row svg { width: 32px; height: 32px; flex: none; padding: 7px; border-radius: 10px; background: rgba(201, 149, 61, 0.13);
  fill: none; stroke: var(--gold); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* choose your metal */
.metal-tiles-section { padding: 6px 0 26px; }
.metal-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.metal-tile { display: flex; align-items: center; gap: 14px; padding: 12px; border: 1px solid var(--line-strong); border-radius: 18px;
  background: linear-gradient(180deg, var(--surface-raised), var(--surface)); color: var(--ink); text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease; }
.metal-tile:hover { transform: translateY(-2px); border-color: rgba(201, 149, 61, 0.6); box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(201, 149, 61, 0.2); }
.tile-tray { width: 64px; height: 80px; flex: none; display: grid; place-items: center; padding: 6px; border-radius: 12px; background: linear-gradient(160deg, #FFFFFF, #ECE7DC); }
.tile-tray img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.tile-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.tile-text b { font-size: 1rem; font-weight: 800; }
.tile-text small { color: var(--muted); font-size: 0.78rem; }
.tile-arrow { margin-inline-start: auto; color: var(--gold); font-size: 1.1rem; font-weight: 800; }
[dir="rtl"] .tile-arrow { transform: scaleX(-1); }
@media (max-width: 760px) { .metal-tiles { grid-template-columns: 1fr; } .fact-row { grid-template-columns: 1fr 1fr; } }

/* the products: photos blended into a light display tray, cards that catch the light */
.product-card { background: linear-gradient(180deg, var(--surface-raised), var(--surface)); border-color: var(--line-strong); }
.product-card:hover { border-color: rgba(201, 149, 61, 0.55); box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(201, 149, 61, 0.18); }
.product-media { background: linear-gradient(165deg, #FFFFFF 0%, #F4F1EA 58%, #E6E0D4 100%); }
.product-media img { mix-blend-mode: multiply; padding: 28px; }
.market-card { background: radial-gradient(700px 240px at 0% 0%, rgba(201, 149, 61, 0.12), transparent 70%), var(--surface); border-color: rgba(201, 149, 61, 0.24); }
.section-title { background: linear-gradient(180deg, #FFFFFF 0%, #D9D6CF 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.section-title em { -webkit-text-fill-color: var(--gold); }

/* V329: dirhams beside dollars on the gold price page */
.gp-row { grid-template-columns: 0.8fr 0.8fr 1.2fr 1.2fr; }
.gp-aed { justify-self: end; color: var(--ink); font-weight: 700; font-variant-numeric: tabular-nums; unicode-bidi: plaintext; }
.gp-head span:nth-child(3) { justify-self: end; }
@media (max-width: 560px) { .gp-row { grid-template-columns: 0.7fr 0.7fr 1.1fr 1.2fr; gap: 6px; padding: 12px 10px; } .gp-aed { font-size: 0.86rem; } .gp-price { font-size: 1rem; } }
.gp-row b { white-space: nowrap; }
@media (max-width: 560px) { .gp-row { grid-template-columns: 0.9fr 0.55fr 1.05fr 1.15fr; } .gp-row b { font-size: 0.95rem; } }
