/*
Theme Name: TransReach Institutional
Theme URI: https://www.transreach.shop
Author: TransReach LLC
Author URI: https://www.transreach.shop
Description: Complete multi-page institutional precious metals and gemstone trading theme for TransReach LLC, with animated commodity pages and a 20-gemstone catalogue.
Version: 2.5.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: transreach-institutional
*/

:root {
  --onyx: #141414;
  --onyx-soft: #1c1c1c;
  --onyx-deep: #090909;
  --gold: #d4af37;
  --gold-light: #ecd984;
  --ruby: #b68a20;
  --ruby-deep: #5a4310;
  --platinum: #f8f9fa;
  --paper: #f2f0ea;
  --ink: #1b1b1b;
  --muted: #77736b;
  --line: rgba(20, 20, 20, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--onyx);
  color: var(--platinum);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header {
  top: 32px;
}

.transreach-site {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

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

::selection {
  background: var(--gold);
  color: var(--onyx);
}

:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  min-height: 88px;
  padding: 0 4.2vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: rgba(10, 10, 10, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.brand-link {
  justify-self: start;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.brand-mark {
  width: 44px;
  height: 44px;
}

.brand-symbol {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(212, 175, 55, 0.18);
}

.brand-lockup {
  width: min(280px, 34vw);
  height: auto;
}

.mark-frame {
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.4;
}

.mark-t,
.mark-r {
  fill: none;
  stroke: var(--platinum);
  stroke-width: 1.8;
  stroke-linecap: square;
}

.mark-ruby {
  fill: var(--ruby);
  stroke: var(--gold);
  stroke-width: 1;
}

.brand-copy {
  display: grid;
  gap: 4px;
}

.brand-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  color: var(--gold-light);
  font-weight: 500;
  letter-spacing: 0.21em;
}

.brand-copy small {
  color: var(--gold);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.23em;
}

.desktop-nav {
  display: flex;
  gap: clamp(24px, 3.4vw, 52px);
  color: #d6d3cb;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.desktop-nav a {
  position: relative;
  padding: 34px 0;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.header-cta {
  justify-self: end;
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(212, 175, 55, 0.7);
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.header-cta:hover {
  background: var(--gold);
  color: var(--onyx);
}

.header-cta svg,
.button svg,
.text-link svg,
.card-link svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: transform 180ms ease;
}

.header-cta:hover svg,
.button:hover svg,
.text-link:hover svg,
.card-link:hover svg {
  transform: translateX(5px);
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 820px;
  height: 100svh;
  overflow: hidden;
  border-bottom: 1px solid rgba(212, 175, 55, 0.34);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: hero-image-in 1.2s ease-out both;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.98) 0%, rgba(7, 7, 7, 0.92) 34%, rgba(7, 7, 7, 0.42) 64%, rgba(7, 7, 7, 0.2) 100%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.62), transparent 44%);
}

.hero-grid {
  position: absolute;
  inset: 88px 0 0;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: 12.5vw 12.5vw;
  mask-image: linear-gradient(90deg, #000, transparent 68%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 60vw);
  height: 100%;
  padding: 18vh 0 10vh 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: hero-copy-in 760ms 120ms ease-out both;
}

.eyebrow,
.kicker {
  margin: 0 0 24px;
  color: var(--ruby);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

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

.eyebrow span::before {
  margin: 0 16px;
  color: #6d6a63;
  content: "/";
}

.hero h1,
.section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(58px, 6.7vw, 104px);
  line-height: 0.96;
}

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

.hero-copy {
  max-width: 620px;
  margin: 32px 0 0;
  color: #c5c2ba;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.7;
}

.hero-actions {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  min-height: 58px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-gold {
  background: var(--gold);
  color: var(--onyx);
}

.button-gold:hover {
  background: var(--gold-light);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(10, 10, 10, 0.3);
  color: var(--platinum);
}

.button-ghost:hover {
  border-color: var(--gold);
  color: var(--gold-light);
}

.hero-reference {
  position: absolute;
  z-index: 2;
  right: 4.2vw;
  bottom: 5.2vh;
  min-width: 260px;
  padding: 18px 0 0 54px;
  display: grid;
  gap: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  color: #bdb9b0;
}

.hero-reference::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--ruby);
  content: "";
}

.hero-reference span,
.hero-reference small {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-reference strong {
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
}

.credential-strip {
  min-height: 134px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--onyx);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.credential-strip > div {
  padding: 34px clamp(24px, 3vw, 54px);
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.credential-strip span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}

.credential-strip p {
  margin: 0;
  color: #8e8a82;
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.credential-strip strong {
  display: block;
  color: var(--platinum);
  font-size: 12px;
}

.section {
  padding: 112px 7vw;
}

.section-light {
  background: var(--paper);
  color: var(--ink);
}

.section-onyx {
  background: var(--onyx-deep);
}

.section-label {
  margin-bottom: 76px;
  display: flex;
  align-items: center;
  gap: 24px;
  color: #716d65;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.section-label i {
  height: 1px;
  flex: 1;
  background: rgba(20, 20, 20, 0.16);
}

.section-label-dark {
  color: #7e7a71;
}

.section-label-dark i {
  background: rgba(255, 255, 255, 0.14);
}

.intro-grid,
.section-heading-row,
.process-layout,
.intake-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  gap: 8vw;
}

.section h2 {
  font-size: clamp(44px, 5.2vw, 78px);
  line-height: 1.05;
}

.intro-copy {
  padding-top: 34px;
}

.intro-copy > p,
.section-heading-row > p,
.process-title > p,
.intake-copy > p {
  color: #67635c;
  font-size: 16px;
  line-height: 1.75;
}

.intro-copy > p + p {
  margin-top: 22px;
}

.text-link,
.card-link {
  width: fit-content;
  margin-top: 34px;
  padding-bottom: 7px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--gold);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.section-heading-row {
  align-items: end;
}

.section-heading-row > div {
  max-width: 840px;
}

.section-heading-row > p {
  margin: 0;
  color: #8f8b83;
}

.commodity-grid {
  margin-top: 78px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.commodity-card {
  display: grid;
  grid-template-columns: minmax(200px, 0.78fr) minmax(280px, 1.22fr);
  min-height: 610px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.commodity-image-wrap {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #111;
}

.commodity-image-wrap::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 4, 4, 0.48), transparent 50%);
  content: "";
}

.commodity-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.93) contrast(1.04);
  transition: transform 700ms ease, filter 700ms ease;
}

.commodity-card:hover .commodity-image-wrap img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.06);
}

.commodity-index {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.image-label {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 20px;
  left: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.commodity-content {
  padding: clamp(34px, 3.5vw, 56px);
  display: flex;
  flex-direction: column;
}

.commodity-eyebrow {
  min-height: 30px;
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.commodity-content h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3vw, 50px);
  font-weight: 400;
}

.commodity-content > p:not(.commodity-eyebrow) {
  margin: 20px 0 28px;
  color: #9f9b92;
  font-size: 13px;
  line-height: 1.7;
}

.spec-table {
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.spec-table > div {
  padding: 12px 0;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 10px;
  line-height: 1.5;
}

.spec-table span {
  color: #77736c;
  text-transform: uppercase;
}

.spec-table strong {
  color: #d7d4cc;
  font-weight: 500;
}

.card-link {
  margin-top: 28px;
  color: var(--platinum);
}

.section-ruby {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 30%, rgba(212, 175, 55, 0.22), transparent 22%),
    linear-gradient(120deg, #080808, #2b210a 55%, #0e0d09);
}

.section-ruby::before {
  position: absolute;
  inset: -20%;
  background:
    linear-gradient(120deg, transparent 47%, rgba(255, 255, 255, 0.06) 48%, transparent 49%),
    linear-gradient(30deg, transparent 47%, rgba(212, 175, 55, 0.08) 48%, transparent 49%);
  background-size: 180px 180px;
  content: "";
  transform: rotate(-8deg);
}

.ruby-statement {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  text-align: center;
}

.ruby-statement .kicker {
  color: var(--gold-light);
}

.ruby-statement h2 {
  font-size: clamp(48px, 6.3vw, 92px);
}

.ruby-statement h2 span {
  color: var(--gold-light);
}

.ruby-statement > p:not(.kicker) {
  max-width: 680px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.7;
}

.button-white {
  margin-top: 36px;
  background: var(--platinum);
  color: var(--ruby-deep);
}

.section-heading-dark > p {
  color: #6c6861;
}

.trust-grid {
  margin-top: 74px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.trust-grid article {
  position: relative;
  min-height: 360px;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--ruby);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.trust-number {
  position: absolute;
  top: 36px;
  right: 34px;
  margin: 0;
  color: #8c877e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}

.trust-grid h3 {
  margin: 54px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
}

.trust-grid article > p:last-child {
  margin: 0;
  color: #6c6861;
  font-size: 13px;
  line-height: 1.75;
}

.standards-note {
  max-width: 960px;
  margin: 30px 0 0 auto;
  color: #77736c;
  font-size: 11px;
  line-height: 1.7;
}

.process-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(212, 175, 55, 0.18), transparent 32%),
    var(--onyx);
}

.process-title {
  position: sticky;
  top: 140px;
  align-self: start;
}

.process-title > p {
  max-width: 520px;
  color: #9f9b93;
}

.process-list {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.process-list article {
  padding: 34px 0;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.process-list article > span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
}

.process-list h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.process-list p {
  max-width: 560px;
  margin: 12px 0 0;
  color: #8e8a82;
  font-size: 13px;
  line-height: 1.7;
}

.intake-layout {
  align-items: start;
}

.intake-copy {
  position: sticky;
  top: 140px;
}

.intake-copy > p {
  max-width: 580px;
}

.contact-cards {
  max-width: 600px;
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.contact-cards > * {
  min-height: 116px;
  padding: 22px;
  display: grid;
  align-content: center;
  gap: 8px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease;
}

.contact-cards a:hover {
  background: white;
}

.contact-cards span {
  color: #817d75;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-cards strong {
  overflow-wrap: anywhere;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
}

.intake-form {
  padding: clamp(28px, 4vw, 58px);
  background: var(--onyx);
  color: var(--platinum);
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.18);
}

.form-heading {
  margin-bottom: 38px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.form-heading strong {
  color: #817d75;
  font-weight: 600;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 22px;
}

.form-grid label {
  display: grid;
  gap: 10px;
  color: #b8b4ab;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: white;
  font-size: 14px;
  text-transform: none;
  transition: border-color 180ms ease;
}

.form-grid textarea {
  resize: vertical;
}

.form-grid select {
  color-scheme: dark;
}

.form-grid input::placeholder,
.form-grid textarea::placeholder {
  color: #68655f;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: var(--gold);
}

.form-full {
  grid-column: 1 / -1;
}

.consent {
  margin-top: 28px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #98948c;
  font-size: 11px;
  line-height: 1.6;
}

.consent input {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  accent-color: var(--gold);
}

.form-submit {
  width: 100%;
  margin-top: 30px;
  border: 0;
  cursor: pointer;
}

.form-status {
  min-height: 20px;
  margin: 14px 0 0;
  color: var(--gold-light);
  font-size: 11px;
  line-height: 1.6;
}

.site-footer {
  padding: 82px 7vw 38px;
  background: #090909;
  border-top: 1px solid rgba(212, 175, 55, 0.28);
}

.footer-top {
  padding-bottom: 62px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: end;
  gap: 5vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-top > p {
  max-width: 430px;
  margin: 0;
  color: #89857d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.45;
}

.footer-top > a {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-middle {
  padding: 52px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-middle > div {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-middle span {
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-middle a {
  width: fit-content;
  color: #aca89f;
  font-size: 13px;
}

.footer-middle a:hover {
  color: white;
}

.footer-legal {
  padding-top: 32px;
  display: grid;
  grid-template-columns: 1.1fr 1.1fr auto;
  gap: 4vw;
  align-items: end;
  color: #65625d;
  font-size: 9px;
  line-height: 1.7;
}

.footer-legal p {
  margin: 0;
}

.footer-legal span {
  white-space: nowrap;
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-image-in {
  from {
    opacity: 0.4;
    transform: scale(1.035);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1180px) {
  .desktop-nav {
    gap: 24px;
  }

  .commodity-card {
    grid-template-columns: 1fr;
  }

  .commodity-image-wrap {
    min-height: 380px;
  }

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

@media (max-width: 900px) {
  .site-header {
    min-height: 76px;
    padding: 0 24px;
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    cursor: pointer;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    width: 18px;
    height: 1px;
    display: block;
    background: white;
  }

  .mobile-menu nav {
    position: absolute;
    top: 52px;
    right: 0;
    width: min(300px, calc(100vw - 48px));
    padding: 14px;
    display: grid;
    background: #111;
    border: 1px solid rgba(212, 175, 55, 0.35);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  }

  .mobile-menu nav a {
    padding: 15px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .hero {
    min-height: 780px;
  }

  .hero-image {
    object-position: 65% center;
  }

  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(7, 7, 7, 0.96), rgba(7, 7, 7, 0.56)),
      linear-gradient(0deg, rgba(7, 7, 7, 0.86), transparent 60%);
  }

  .hero-content {
    width: 90%;
    padding: 15vh 24px 12vh;
  }

  .hero-reference {
    right: 24px;
    bottom: 28px;
  }

  .credential-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .section {
    padding: 88px 24px;
  }

  .section-label {
    margin-bottom: 56px;
  }

  .intro-grid,
  .section-heading-row,
  .process-layout,
  .intake-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .intro-copy {
    padding-top: 0;
  }

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

  .process-title,
  .intake-copy {
    position: static;
  }

  .footer-top,
  .footer-legal {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

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

  .brand-symbol {
    width: 42px;
    height: 42px;
  }

  .brand-lockup {
    width: min(240px, 72vw);
  }

  .brand-copy strong {
    font-size: 14px;
  }

  .brand-copy small {
    display: none;
  }

  .hero {
    min-height: 740px;
  }

  .hero-content {
    width: 100%;
    padding-top: 135px;
    justify-content: flex-start;
  }

  .hero h1 {
    font-size: clamp(48px, 14vw, 66px);
  }

  .eyebrow span {
    display: block;
    margin-top: 10px;
  }

  .eyebrow span::before {
    display: none;
  }

  .hero-copy {
    margin-top: 24px;
    font-size: 15px;
  }

  .hero-actions {
    width: 100%;
    margin-top: 30px;
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-reference {
    right: 24px;
    bottom: 22px;
    left: 24px;
  }

  .credential-strip {
    grid-template-columns: 1fr;
  }

  .credential-strip > div {
    min-height: 104px;
  }

  .section {
    padding: 72px 20px;
  }

  .section h2 {
    font-size: 44px;
  }

  .commodity-grid {
    margin-top: 50px;
  }

  .commodity-image-wrap {
    min-height: 310px;
  }

  .commodity-content {
    padding: 30px 24px 36px;
  }

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

  .section-ruby {
    min-height: 620px;
  }

  .ruby-statement h2 {
    font-size: 48px;
  }

  .contact-cards,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-full {
    grid-column: auto;
  }

  .intake-form {
    margin: 0 -20px -72px;
    padding: 34px 20px 44px;
  }

  .footer-top,
  .footer-middle,
  .footer-legal {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 64px 20px 30px;
  }

  .footer-middle {
    gap: 34px;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

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

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

/* ================================================================
   TRANSREACH 2.0 · MULTI-PAGE THEME
   ================================================================ */

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

.skip-link {
  position: fixed;
  z-index: 10000;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  color: #111;
  background: var(--gold-light);
  transform: translateY(-160%);
}

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

.site-header {
  transition: background .35s ease, border-color .35s ease, padding .35s ease, box-shadow .35s ease;
}

.site-header.is-scrolled {
  background: rgba(9, 9, 9, .94);
  border-bottom-color: rgba(212, 175, 55, .26);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
  backdrop-filter: blur(14px);
}

.brand-custom .custom-logo-link { display: block; }
.brand-custom .custom-logo { width: auto; max-width: 250px; max-height: 54px; }

.desktop-nav > ul,
.desktop-nav .menu {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 40px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.desktop-nav li { position: relative; }

.desktop-nav a {
  position: relative;
  display: block;
  padding: 24px 0;
  color: rgba(255,255,255,.77);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.desktop-nav > ul > li > a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s ease;
}

.desktop-nav a:hover,
.desktop-nav .current-menu-item > a,
.desktop-nav .current-menu-ancestor > a { color: #fff; }

.desktop-nav > ul > li > a:hover::after,
.desktop-nav .current-menu-item > a::after,
.desktop-nav .current-menu-ancestor > a::after { transform: scaleX(1); transform-origin: left; }

.desktop-nav .sub-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% - 8px);
  left: -22px;
  width: 260px;
  padding: 10px;
  margin: 0;
  list-style: none;
  background: #0d0d0d;
  border: 1px solid rgba(212,175,55,.28);
  box-shadow: 0 24px 60px rgba(0,0,0,.55);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s;
}

.desktop-nav li:hover > .sub-menu,
.desktop-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.desktop-nav .sub-menu a { padding: 12px; border-bottom: 1px solid rgba(255,255,255,.07); }

.menu-toggle,
.mobile-navigation { display: none; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease var(--reveal-delay, 0ms), transform .8s cubic-bezier(.2,.75,.25,1) var(--reveal-delay, 0ms);
}

.reveal.is-visible { opacity: 1; transform: translateY(0); }

.tilt-card {
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform .22s ease, border-color .3s ease, box-shadow .3s ease;
}

.tilt-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(236,217,132,.16), transparent 38%);
  transition: opacity .3s ease;
}

.tilt-card:hover::after { opacity: 1; }

.subpage-hero {
  position: relative;
  min-height: 620px;
  padding: 190px clamp(24px, 6vw, 96px) 110px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, rgba(212,175,55,.24), transparent 27%),
    radial-gradient(circle at 76% 75%, rgba(236,217,132,.1), transparent 28%),
    linear-gradient(135deg, #080808 0%, #141414 58%, #090909 100%);
}

.subpage-hero::after {
  content: '';
  position: absolute;
  right: 8vw;
  bottom: -180px;
  width: min(48vw, 700px);
  aspect-ratio: 1;
  border: 1px solid rgba(212,175,55,.22);
  transform: rotate(45deg);
  box-shadow: 0 0 80px rgba(212,175,55,.14), inset 0 0 80px rgba(212,175,55,.05);
}

.subpage-orb {
  position: absolute;
  top: 18%;
  right: 14%;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #fff2b8, #c49b35 31%, #4d390c 67%, #080808 72%);
  opacity: .7;
  filter: saturate(1.2);
  animation: transreach-float 7s ease-in-out infinite;
}

@keyframes transreach-float { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-18px) rotate(3deg); } }

.subpage-hero-inner {
  position: relative;
  z-index: 2;
  width: min(960px, 90%);
}

.subpage-hero h1 {
  max-width: 980px;
  margin: 24px 0 22px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(58px, 7.6vw, 116px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.055em;
}

.subpage-hero h1 em { color: var(--gold-light); font-weight: 400; }
.subpage-hero-inner > p:not(.eyebrow) { max-width: 760px; color: rgba(255,255,255,.68); font-size: clamp(16px,1.3vw,20px); line-height: 1.8; }

.page-section { padding: 110px clamp(24px, 6vw, 96px); }
.page-section-paper { color: var(--ink); background: var(--paper); }
.page-section-dark { color: #fff; background: #0b0b0b; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(20,20,20,.15);
  border: 1px solid rgba(20,20,20,.15);
}

.feature-grid-four { grid-template-columns: repeat(4, 1fr); }

.feature-card {
  position: relative;
  min-height: 340px;
  padding: 42px 36px;
  overflow: hidden;
  background: #f8f6f1;
}

.feature-card > span { color: var(--ruby); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.feature-card h2 { margin: 92px 0 20px; font-family: Georgia,serif; font-size: clamp(28px,2.5vw,43px); font-weight: 400; line-height: 1.02; }
.feature-card p { margin: 0; color: #64615b; font-size: 14px; line-height: 1.8; }

.home-desk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 64px;
}

.home-desk-card {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: #111;
}

.home-desk-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .65; transition: transform .75s cubic-bezier(.2,.7,.2,1), opacity .5s ease; }
.home-desk-card::before { content:''; position:absolute; z-index:1; inset:0; background:linear-gradient(0deg,rgba(0,0,0,.96),rgba(0,0,0,.08) 70%); }
.home-desk-card > div { position: relative; z-index: 2; width: 100%; padding: 32px; }
.home-desk-card p { margin: 0 0 12px; color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.home-desk-card h3 { margin: 0 0 28px; font-family: Georgia,serif; font-size: 44px; font-weight: 400; }
.home-desk-card span,.desk-content span { display:flex; align-items:center; gap:10px; font-size:10px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.home-desk-card span svg,.desk-content span svg { width:18px; fill:none; stroke:currentColor; }
.home-desk-card:hover img { transform: scale(1.1); opacity: .82; }
.section-cta { margin-top: 46px; display: flex; justify-content: center; }

.gem-feature {
  min-height: 780px;
  padding: 100px clamp(24px,6vw,96px);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  align-items: center;
  background: radial-gradient(circle at 18% 18%, rgba(212,175,55,.24), transparent 30%), linear-gradient(135deg,#080808,#251c08 50%,#0a0906);
}

.gem-feature-copy h2 { margin: 20px 0 28px; font-family:Georgia,serif; font-size:clamp(52px,5.4vw,86px); font-weight:400; line-height:.96; }
.gem-feature-copy h2 span { color:var(--gold-light); }
.gem-feature-copy > p:not(.kicker) { max-width:620px; color:rgba(255,255,255,.72); line-height:1.8; }
.gem-feature-mosaic { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; }
.gem-feature-mosaic figure,.gem-feature-mosaic > a { position:relative; aspect-ratio:1; margin:0; overflow:hidden; background:#111; }
.gem-feature-mosaic img { width:100%;height:100%;object-fit:cover;transition:transform .65s ease; }
.gem-feature-mosaic figure:hover img { transform:scale(1.12); }
.gem-feature-mosaic figcaption { position:absolute;right:0;bottom:0;left:0;padding:28px 14px 12px;background:linear-gradient(transparent,rgba(0,0,0,.9));font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase; }
.gem-feature-mosaic > a { display:grid; place-content:center; text-align:center; background:var(--gold); color:#111; }
.gem-feature-mosaic > a strong { display:block;font-family:Georgia,serif;font-size:72px;font-weight:400;line-height:1; }
.gem-feature-mosaic > a span { font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase; }

.commodity-page-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.desk-card { position:relative; min-height:430px; display:grid; grid-template-columns:1fr 1fr; overflow:hidden; border:1px solid rgba(255,255,255,.13); background:#141414; }
.desk-image { overflow:hidden; }
.desk-image img { width:100%;height:100%;object-fit:cover;transition:transform .75s cubic-bezier(.2,.7,.2,1); }
.desk-content { position:relative; z-index:2; padding:36px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,#1a1a1a,#0b0b0b); }
.desk-content p { margin:0 0 18px;color:var(--gold-light);font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase; }
.desk-content h2 { margin:0 auto 68px 0;font-family:Georgia,serif;font-size:clamp(38px,4vw,64px);font-weight:400;line-height:.94; }
.desk-card:hover { border-color:rgba(212,175,55,.5);box-shadow:0 30px 80px rgba(0,0,0,.45); }
.desk-card:hover .desk-image img { transform:scale(1.1); }
.desk-card-feature { grid-column:1/-1;grid-template-columns:1.3fr .7fr; }
.gem-collage { display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden; }
.gem-collage img { width:100%;height:100%;object-fit:cover;transition:transform .65s ease; }
.desk-card-feature:hover .gem-collage img:nth-child(odd) { transform:scale(1.08) translateY(-2%); }
.desk-card-feature:hover .gem-collage img:nth-child(even) { transform:scale(1.08) translateY(2%); }

.desk-detail { display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center; }
.desk-detail-image { position:relative;min-height:650px;overflow:hidden;background:#111; }
.desk-detail-image img { width:100%;height:100%;object-fit:cover;transition:transform 1s ease; }
.desk-detail-image:hover img { transform:scale(1.07); }
.desk-detail-image span { position:absolute;right:18px;bottom:18px;padding:10px 12px;background:rgba(0,0,0,.78);color:#fff;font-size:8px;font-weight:800;letter-spacing:.14em;text-transform:uppercase; }
.desk-detail-copy h2 { margin:16px 0 32px;font-family:Georgia,serif;font-size:clamp(44px,4.6vw,72px);font-weight:400;line-height:.98; }
.technical-table { border-top:1px solid rgba(20,20,20,.2); }
.technical-table > div { padding:20px 0;display:grid;grid-template-columns:150px 1fr;gap:20px;border-bottom:1px solid rgba(20,20,20,.14); }
.technical-table span { color:#75716a;font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase; }
.technical-table strong { font-size:14px;line-height:1.6; }
.legal-note { margin-top:28px;padding:20px;border-left:3px solid var(--gold);background:rgba(212,175,55,.09);color:#69655f;font-size:12px;line-height:1.75; }

.catalogue-toolbar { display:grid;grid-template-columns:1fr minmax(330px,520px);gap:60px;align-items:end;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.15); }
.catalogue-toolbar h2 { margin:10px 0 0;font-family:Georgia,serif;font-size:clamp(48px,5vw,78px);font-weight:400; }
.catalogue-search { position:relative;display:block; }
.catalogue-search span { display:block;margin-bottom:10px;color:var(--gold-light);font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase; }
.catalogue-search input { width:100%;height:58px;padding:0 54px 0 18px;color:#fff;background:#141414;border:1px solid rgba(255,255,255,.2);outline:0; }
.catalogue-search input:focus { border-color:var(--gold);box-shadow:0 0 0 3px rgba(212,175,55,.12); }
.catalogue-search button { position:absolute;right:8px;bottom:8px;width:42px;height:42px;color:#fff;background:transparent;border:0;font-size:26px;opacity:0;pointer-events:none; }
.catalogue-search button.is-active { opacity:1;pointer-events:auto;cursor:pointer; }
.catalogue-count { margin:22px 0 55px;color:rgba(255,255,255,.55);font-size:11px;letter-spacing:.08em;text-transform:uppercase; }
.catalogue-count strong { color:var(--gold-light); }
.gem-list { display:grid;gap:24px; }
.gem-row { min-height:560px;display:grid;grid-template-columns:minmax(340px,.78fr) 1.22fr;border:1px solid rgba(255,255,255,.13);background:#121212;overflow:hidden; }
.gem-row:nth-child(even) { grid-template-columns:1.22fr minmax(340px,.78fr); }
.gem-row:nth-child(even) .gem-visual { order:2; }
.gem-visual { position:relative;margin:0;min-height:560px;overflow:hidden;background:#050505; }
.gem-visual > img { width:100%;height:100%;object-fit:cover;transition:transform .9s cubic-bezier(.2,.7,.2,1),filter .5s ease; }
.gem-row:hover .gem-visual > img { transform:scale(1.09);filter:saturate(1.08) contrast(1.04); }
.gem-visual::after { content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent 46%);pointer-events:none; }
.gem-visual figcaption { position:absolute;z-index:2;right:24px;bottom:24px;left:24px;display:flex;justify-content:space-between;gap:20px;align-items:flex-end; }
.gem-visual figcaption span { color:var(--gold-light);font-size:8px;font-weight:800;letter-spacing:.14em;text-transform:uppercase; }
.gem-visual figcaption b { max-width:62%;text-align:right;font-size:12px;line-height:1.5; }
.gem-placeholder { width:100%;height:100%;min-height:560px;display:grid;place-content:center;text-align:center;background:radial-gradient(circle at 50% 40%,#255f42,#0d2b20 32%,#07120e 65%,#030806); }
.gem-placeholder::before { content:'';position:absolute;inset:18%;border:1px solid rgba(236,217,132,.32);transform:rotate(45deg); }
.gem-placeholder span { position:relative;font-family:Georgia,serif;font-size:62px;letter-spacing:.12em; }
.gem-placeholder small { position:relative;margin-top:12px;color:var(--gold-light);font-size:8px;font-weight:800;letter-spacing:.16em;text-transform:uppercase; }
.gem-content { padding:48px 52px;display:flex;flex-direction:column;justify-content:center; }
.gem-heading p { margin:0 0 12px;color:var(--gold-light);font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase; }
.gem-heading h2 { margin:0 0 30px;font-family:Georgia,serif;font-size:clamp(52px,5vw,78px);font-weight:400;line-height:.9; }
.gem-content dl { margin:0;border-top:1px solid rgba(255,255,255,.14); }
.gem-content dl > div { padding:17px 0;display:grid;grid-template-columns:145px 1fr;gap:26px;border-bottom:1px solid rgba(255,255,255,.1); }
.gem-content dt { color:rgba(255,255,255,.48);font-size:8px;font-weight:800;letter-spacing:.14em;text-transform:uppercase; }
.gem-content dd { margin:0;color:rgba(255,255,255,.72);font-size:13px;line-height:1.7; }
.gem-content > a { margin-top:26px;display:flex;align-items:center;gap:10px;color:var(--gold-light);font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase; }
.gem-content > a svg { width:18px;fill:none;stroke:currentColor; }
.gem-row[hidden] { display:none !important; }
.polished-gem-row .gem-visual > img { object-position:center; }
.polished-catalogue-note { margin-top:46px; color:rgba(255,255,255,.64); background:rgba(212,175,55,.08); }
.no-results { padding:80px 20px;text-align:center;border:1px solid rgba(255,255,255,.14); }
.no-results h2 { font-family:Georgia,serif;font-size:46px;font-weight:400; }

.price-method { margin-bottom:50px;display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;padding:42px;background:#171717;color:#fff;border-left:4px solid var(--gold); }
.price-method span { color:var(--gold-light);font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase; }
.price-method h2 { margin:15px 0 0;font-family:Georgia,serif;font-size:40px;font-weight:400;line-height:1.05; }
.price-method p { margin:0;color:rgba(255,255,255,.66);line-height:1.8; }
.price-table-wrap { overflow:auto;border:1px solid rgba(20,20,20,.16);box-shadow:0 24px 70px rgba(20,20,20,.08); }
.price-table { width:100%;min-width:1050px;border-collapse:collapse;background:#fff; }
.price-table th,.price-table td { padding:22px 20px;text-align:left;vertical-align:top;border-right:1px solid rgba(20,20,20,.09);border-bottom:1px solid rgba(20,20,20,.1); }
.price-table thead th { position:sticky;top:0;z-index:1;background:#121212;color:#fff;font-size:9px;letter-spacing:.13em;text-transform:uppercase; }
.price-table tbody th { min-width:180px;font-family:Georgia,serif;font-size:24px;font-weight:400; }
.price-table tbody th small { display:block;margin-top:7px;color:#777;font-family:Arial,sans-serif;font-size:8px;font-weight:700;letter-spacing:.1em;text-transform:uppercase; }
.price-table td { color:#5e5a54;font-size:12px;line-height:1.65; }
.price-table tbody tr:hover { background:#fbf7e8; }

.standards-toolbar { color:var(--ink); border-bottom-color:rgba(20,20,20,.18); }
.catalogue-search-light span { color:var(--ruby-deep); }
.catalogue-search-light input { color:var(--ink); background:#fff; border-color:rgba(20,20,20,.22); }
.catalogue-search-light button { color:var(--ink); }
.standards-count { color:#77736b; }
.standards-count strong { color:var(--ruby-deep); }
.standards-catalogue-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.standard-card { padding:38px; background:#fff; border:1px solid rgba(20,20,20,.14); border-top:3px solid var(--gold); box-shadow:0 18px 55px rgba(20,20,20,.06); }
.standard-card header { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; padding-bottom:24px; border-bottom:1px solid rgba(20,20,20,.13); }
.standard-card header span { color:var(--ruby-deep); font-size:10px; font-weight:800; letter-spacing:.16em; }
.standard-card h2 { margin:0; font-family:Georgia,serif; font-size:clamp(34px,3vw,50px); font-weight:400; }
.standard-card dl { margin:0; }
.standard-card dl > div { padding:18px 0; display:grid; grid-template-columns:145px 1fr; gap:22px; border-bottom:1px solid rgba(20,20,20,.1); }
.standard-card dt { color:#77736b; font-size:8px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.standard-card dd { margin:0; color:#5f5b54; font-size:12px; line-height:1.7; }
.standard-card .text-link { margin-top:24px; color:var(--ruby-deep); }
.standard-card[hidden] { display:none !important; }
.standards-no-results { color:var(--ink); border-color:rgba(20,20,20,.14); }

.enquiry-section { display:grid;grid-template-columns:1.25fr .75fr;gap:26px;align-items:start; }
.trade-form { padding:48px;background:#fff;border:1px solid rgba(20,20,20,.14);box-shadow:0 30px 80px rgba(20,20,20,.08); }
.form-safety { position:sticky;top:130px;padding:42px;background:#151515;color:#fff;border-top:4px solid var(--gold); }
.form-safety > span,.contact-panel > span { color:var(--gold-light);font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase; }
.form-safety h2 { margin:22px 0;font-family:Georgia,serif;font-size:42px;font-weight:400;line-height:1.02; }
.form-safety p { color:rgba(255,255,255,.65);line-height:1.8; }
.trade-form .form-heading { margin-bottom:34px;display:flex;justify-content:space-between;gap:30px;align-items:flex-start; }
.trade-form .form-heading h2 { margin:8px 0 0;font-family:Georgia,serif;font-size:44px;font-weight:400; }
.trade-form .form-heading > span { color:#777;font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase; }
.trade-form input,.trade-form select,.trade-form textarea { color:#1b1b1b;background:#f8f7f3;border:1px solid rgba(20,20,20,.18); }
.trade-form input:focus,.trade-form select:focus,.trade-form textarea:focus { border-color:var(--gold);outline:0;box-shadow:0 0 0 3px rgba(212,175,55,.12); }

.contact-page { display:grid;grid-template-columns:repeat(3,1fr);gap:18px; }
.contact-panel { min-height:300px;padding:38px;background:#fff;border:1px solid rgba(20,20,20,.13); }
.contact-panel h2 { margin:80px 0 20px;font-family:Georgia,serif;font-size:clamp(25px,2.5vw,40px);font-weight:400;word-break:break-word; }
.contact-panel p { color:#777;line-height:1.7; }
.contact-map { position:relative;grid-column:1/-1;min-height:520px;padding:70px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;overflow:hidden;background:radial-gradient(circle at 75% 45%,rgba(212,175,55,.32),transparent 25%),linear-gradient(135deg,#080808,#202020);color:#fff; }
.map-grid { position:absolute;inset:0;background-image:linear-gradient(rgba(212,175,55,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(212,175,55,.1) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(90deg,transparent,#000); }
.contact-map > *:not(.map-grid) { position:relative;z-index:1; }
.contact-map > span { color:var(--gold-light);font-size:9px;font-weight:800;letter-spacing:.16em; }
.contact-map h2 { max-width:800px;margin:20px 0 34px;font-family:Georgia,serif;font-size:clamp(44px,5vw,76px);font-weight:400;line-height:.98; }

.action-band { padding:100px clamp(24px,6vw,96px);display:grid;grid-template-columns:1.15fr .85fr;gap:90px;align-items:end;background:radial-gradient(circle at 85% 20%,rgba(236,217,132,.18),transparent 28%),linear-gradient(135deg,#070707,#2b210a 52%,#0b0a07);color:#fff;border-top:1px solid rgba(212,175,55,.25); }
.action-band h2 { margin:15px 0 0;font-family:Georgia,serif;font-size:clamp(55px,6vw,96px);font-weight:400;line-height:.92; }
.action-band h2 span { color:var(--gold-light); }
.action-band > div:last-child p { margin:0 0 32px;color:rgba(255,255,255,.72);line-height:1.8; }

.post-grid,.entry-content { max-width:1100px;margin:0 auto; }
.post-card { padding:40px;margin-bottom:20px;background:#fff;border:1px solid rgba(20,20,20,.14); }
.post-card > p { color:var(--ruby);font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase; }
.post-card h2 { font-family:Georgia,serif;font-size:42px;font-weight:400; }
.entry-content { font-size:17px;line-height:1.85; }
.entry-content h2,.entry-content h3 { font-family:Georgia,serif;font-weight:400; }
.back-to-top { position:fixed;z-index:80;left:24px;bottom:24px;width:46px;height:46px;color:#111;background:var(--gold);border:0;box-shadow:0 10px 35px rgba(0,0,0,.35);opacity:0;visibility:hidden;transform:translateY(15px);transition:.3s ease;cursor:pointer; }
.back-to-top.is-visible { opacity:1;visibility:visible;transform:translateY(0); }
.text-link-gold { color:var(--gold-light); }

.price-table td > strong {
  display: block;
  color: #1d1b18;
  font-size: 13px;
  line-height: 1.6;
}

.price-table td > small {
  display: block;
  margin-top: 8px;
  color: var(--ruby-deep);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.collection-showcase {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 8%, rgba(212,175,55,.2), transparent 26%),
    linear-gradient(145deg, #080808, #151515 60%, #090909);
}

.home-slideshow { position:relative; overflow:hidden; background:radial-gradient(circle at 88% 8%,rgba(212,175,55,.18),transparent 24%),#080808; }
.slideshow-heading { margin-bottom:54px; display:grid; grid-template-columns:1.1fr .9fr; gap:70px; align-items:end; }
.slideshow-heading h2 { margin:12px 0 0; max-width:760px; font-family:Georgia,serif; font-size:clamp(52px,5.5vw,86px); font-weight:400; line-height:.94; }
.slideshow-heading > p { margin:0; color:rgba(255,255,255,.62); line-height:1.8; }
.slideshow-stage { display:grid; grid-template-columns:58px 1fr 58px; gap:18px; align-items:center; }
.slideshow-slides { min-width:0; }
.slideshow-slide { min-height:620px; display:grid; grid-template-columns:1.15fr .85fr; overflow:hidden; border:1px solid rgba(255,255,255,.14); background:#101010; }
.slideshow-slide[hidden] { display:none !important; }
.slideshow-slide > img { width:100%; height:100%; min-height:620px; object-fit:cover; }
.slideshow-copy { padding:58px; display:flex; flex-direction:column; justify-content:center; background:linear-gradient(145deg,#171717,#090909); }
.slideshow-copy > span { color:var(--gold); font-size:9px; font-weight:800; letter-spacing:.16em; }
.slideshow-copy > p { margin:56px 0 10px; color:var(--gold-light); font-size:10px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.slideshow-copy h3 { margin:0 0 24px; font-family:Georgia,serif; font-size:clamp(50px,5vw,80px); font-weight:400; line-height:.92; }
.slideshow-copy small { color:rgba(255,255,255,.64); font-size:13px; line-height:1.8; }
.slideshow-copy .text-link { margin-top:32px; }
.slideshow-control { width:58px; height:58px; border:1px solid rgba(212,175,55,.52); color:var(--gold-light); background:#0c0c0c; font-size:22px; cursor:pointer; transition:.2s ease; }
.slideshow-control:hover { color:#111; background:var(--gold); }
.slideshow-dots { margin-top:28px; display:flex; flex-wrap:wrap; justify-content:center; gap:8px; }
.slideshow-dots button { width:22px; height:3px; padding:0; border:0; background:rgba(255,255,255,.22); cursor:pointer; }
.slideshow-dots button[aria-current="true"] { background:var(--gold); }

.collection-heading {
  margin: 0 0 56px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 72px;
  align-items: end;
}

.collection-heading h2 {
  margin: 14px 0 0;
  max-width: 760px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(52px, 5.3vw, 84px);
  font-weight: 400;
  line-height: .94;
}

.collection-heading > p {
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 14px;
  line-height: 1.85;
}

.collection-video {
  position: relative;
  margin: 0 0 28px;
  overflow: hidden;
  border: 1px solid rgba(212,175,55,.3);
  background: #000;
  box-shadow: 0 35px 90px rgba(0,0,0,.4);
}

.collection-video video {
  display: block;
  width: 100%;
  max-height: 720px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
}

.collection-video figcaption {
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  color: rgba(255,255,255,.72);
  background: #111;
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.collection-video figcaption span { color: var(--gold-light); }

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

.collection-card {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  background: #0a0a0a;
}

.collection-card::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: '';
  background: linear-gradient(0deg, rgba(0,0,0,.98), rgba(0,0,0,.03) 68%);
}

.collection-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .75s cubic-bezier(.2,.7,.2,1), filter .5s ease;
}

.collection-card:hover > img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.03);
}

.collection-card > span {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 26px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 18px;
  align-items: end;
}

.collection-card small {
  grid-column: 1 / -1;
  color: var(--gold-light);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.collection-card strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 36px;
  font-weight: 400;
}

.collection-card em {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.72);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.collection-card em svg { width: 17px; fill: none; stroke: currentColor; }

.whatsapp-float {
  position: fixed;
  z-index: 120;
  right: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  box-shadow: 0 16px 40px rgba(0,0,0,.38), 0 0 0 7px rgba(37,211,102,.13);
  transition: transform .2s ease, box-shadow .2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 20px 48px rgba(0,0,0,.46), 0 0 0 9px rgba(37,211,102,.16);
}

.whatsapp-float svg { width: 34px; height: 34px; }
.whatsapp-bubble { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linejoin: round; }
.whatsapp-phone { fill: currentColor; }

.whatsapp-float > span {
  position: absolute;
  right: 68px;
  padding: 9px 12px;
  color: #fff;
  background: #111;
  border: 1px solid rgba(255,255,255,.18);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(8px);
  transition: .2s ease;
}

.whatsapp-float:hover > span,
.whatsapp-float:focus-visible > span {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@media (max-width: 1180px) {
  .desktop-nav > ul,.desktop-nav .menu { gap:16px; }
  .desktop-nav a { font-size:8px; }
  .home-desk-grid { grid-template-columns:repeat(2,1fr); }
  .feature-grid-four { grid-template-columns:repeat(2,1fr); }
  .collection-grid { grid-template-columns:repeat(2,1fr); }
  .gem-row,.gem-row:nth-child(even) { grid-template-columns:minmax(310px,.8fr) 1.2fr; }
  .gem-row:nth-child(even) .gem-visual { order:0; }
}

@media (max-width: 980px) {
  .desktop-nav,.header-cta { display:none; }
  .menu-toggle { width:44px;height:44px;display:grid;place-content:center;gap:6px;color:#fff;background:transparent;border:1px solid rgba(255,255,255,.2);cursor:pointer; }
  .menu-toggle > span:not(.screen-reader-text) { width:19px;height:1px;display:block;background:currentColor;transition:.25s ease; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform:translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform:translateY(-3.5px) rotate(-45deg); }
  .mobile-navigation { position:fixed;z-index:99;top:82px;right:0;left:0;max-height:calc(100vh - 82px);padding:20px 24px 30px;overflow:auto;background:#0a0a0a;border-bottom:1px solid rgba(212,175,55,.3);box-shadow:0 30px 80px rgba(0,0,0,.6); }
  .mobile-navigation:not([hidden]) { display:block; }
  .mobile-navigation ul { padding:0;margin:0;list-style:none; }
  .mobile-navigation a { display:block;padding:15px 4px;border-bottom:1px solid rgba(255,255,255,.1);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase; }
  .mobile-navigation .sub-menu { padding-left:18px; }
  .mobile-navigation .sub-menu a { color:rgba(255,255,255,.65);font-size:9px; }
  .mobile-navigation > .button { margin-top:18px;text-align:center; }
  body.menu-open { overflow:hidden; }
  .subpage-hero { min-height:570px;padding-top:160px; }
  .subpage-orb { right:5%;width:150px;height:150px;opacity:.5; }
  .feature-grid { grid-template-columns:1fr; }
  .feature-card { min-height:300px; }
  .feature-card h2 { margin-top:65px; }
  .gem-feature { grid-template-columns:1fr;gap:50px; }
  .commodity-page-grid { grid-template-columns:1fr; }
  .desk-card-feature { grid-column:auto; }
  .desk-detail { grid-template-columns:1fr;gap:50px; }
  .desk-detail-image { min-height:500px; }
  .catalogue-toolbar { grid-template-columns:1fr;gap:30px; }
  .gem-row,.gem-row:nth-child(even) { grid-template-columns:1fr; }
  .gem-row:nth-child(even) .gem-visual { order:0; }
  .gem-visual,.gem-placeholder { min-height:460px; }
  .price-method { grid-template-columns:1fr;gap:28px; }
  .enquiry-section { grid-template-columns:1fr; }
  .form-safety { position:static; }
  .contact-page { grid-template-columns:1fr; }
  .contact-map { grid-column:auto; }
  .action-band { grid-template-columns:1fr;gap:45px; }
  .collection-heading { grid-template-columns:1fr;gap:28px; }
  .standards-catalogue-grid { grid-template-columns:1fr; }
  .slideshow-heading { grid-template-columns:1fr;gap:28px; }
  .slideshow-slide { grid-template-columns:1fr; }
  .slideshow-slide > img { min-height:480px;max-height:560px; }
}

@media (max-width: 620px) {
  .site-header { padding-right:18px;padding-left:18px; }
  .brand-custom .custom-logo { max-width:190px;max-height:42px; }
  .subpage-hero { min-height:540px;padding:145px 20px 75px; }
  .subpage-hero::after { right:-25vw;width:90vw; }
  .subpage-orb { top:20%;right:-20px;width:120px;height:120px; }
  .subpage-hero h1 { font-size:clamp(48px,14vw,70px); }
  .page-section { padding:72px 20px; }
  .feature-card { padding:32px 25px; }
  .home-desk-grid { grid-template-columns:1fr; }
  .home-desk-card { min-height:430px; }
  .gem-feature { padding:72px 20px; }
  .gem-feature-mosaic { grid-template-columns:repeat(2,1fr); }
  .desk-card { min-height:620px;grid-template-columns:1fr;grid-template-rows:1fr auto; }
  .desk-card-feature { grid-template-columns:1fr;grid-template-rows:1fr auto; }
  .gem-collage { min-height:330px;grid-template-columns:repeat(2,1fr); }
  .desk-content { padding:30px 24px; }
  .desk-content h2 { margin-bottom:44px; }
  .desk-detail-image { min-height:380px; }
  .catalogue-search { min-width:0; }
  .gem-visual,.gem-placeholder { min-height:350px; }
  .gem-content { padding:32px 24px; }
  .gem-content dl > div { grid-template-columns:1fr;gap:9px; }
  .gem-visual figcaption { right:16px;bottom:16px;left:16px;display:block; }
  .gem-visual figcaption b { display:block;max-width:none;margin-top:8px;text-align:left; }
  .price-method { padding:28px 24px; }
  .trade-form { margin:0 -20px;padding:32px 20px; }
  .trade-form .form-heading { display:block; }
  .trade-form .form-heading > span { display:block;margin-top:16px; }
  .contact-panel { padding:28px; }
  .contact-panel h2 { margin-top:55px; }
  .contact-map { min-height:500px;padding:36px 24px; }
  .action-band { padding:72px 20px; }
  .collection-showcase { padding-right:20px;padding-left:20px; }
  .collection-grid { grid-template-columns:1fr; }
  .collection-card { min-height:360px; }
  .standard-card { padding:28px 22px; }
  .standard-card dl > div { grid-template-columns:1fr;gap:8px; }
  .slideshow-stage { grid-template-columns:40px minmax(0,1fr) 40px;gap:7px; }
  .slideshow-control { width:40px;height:48px; }
  .slideshow-slide { min-height:0; }
  .slideshow-slide > img { min-height:320px;max-height:360px; }
  .slideshow-copy { padding:32px 24px; }
  .slideshow-copy > p { margin-top:34px; }
  .slideshow-dots button { width:14px; }
  .collection-video figcaption { display:grid;gap:8px; }
  .whatsapp-float { right:16px;bottom:16px;width:54px;height:54px; }
  .whatsapp-float > span { display:none; }
  .back-to-top { left:16px;bottom:16px; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity:1;transform:none; }
  .subpage-orb { animation:none; }
  .tilt-card { transform:none !important; }
}
