
/* ===== SOURCE: app.css ===== */
:root{
  --gt-navy:#0d1f3c;
  --gt-blue:#18365f;
  --gt-ink:#222936;
  --gt-muted:#667085;
  --gt-line:#d9dee7;
  --gt-bg:#f7f5f1;
  --gt-surface:#ffffff;
  --gt-gold:#b59a55;
  --gt-soft:#fbfaf7;
  --gt-radius:24px;
  --gt-font:Inter, Arial, sans-serif;
}
*{box-sizing:border-box}
body{margin:0;font-family:var(--gt-font);color:var(--gt-ink);background:var(--gt-bg);line-height:1.6}
a{color:inherit}.gt-public-body{background:var(--gt-surface)}
.gt-admin-shell{min-height:100vh;display:grid;grid-template-columns:280px 1fr;background:var(--gt-bg)}
.gt-sidebar{background:#fff;border-right:1px solid var(--gt-line);padding:28px 22px;position:sticky;top:0;height:100vh;overflow:auto}
.gt-brand{font-size:15px;letter-spacing:.18em;text-transform:uppercase;font-weight:900;color:var(--gt-navy);margin-bottom:26px}
.gt-nav a{display:block;padding:12px 14px;border-radius:14px;text-decoration:none;color:var(--gt-ink);font-weight:750;margin:4px 0}
.gt-nav a:hover{background:var(--gt-soft);color:var(--gt-navy)}
.gt-main{padding:32px;max-width:100%}.gt-topbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:24px}
.gt-page-title{font-size:34px;line-height:1.1;color:var(--gt-navy);margin:0 0 8px;font-weight:900}.gt-subtitle{color:var(--gt-muted);margin:0}
.gt-card{background:var(--gt-surface);border:1px solid var(--gt-line);border-radius:var(--gt-radius);padding:24px;box-shadow:0 16px 50px rgba(13,31,60,.06);margin-bottom:18px}
.gt-card h2{color:var(--gt-navy);margin-top:0}.danger-soft{border-color:#e0c7a0;background:#fffdf8}.gt-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}
.gt-stat{font-size:34px;font-weight:900;color:var(--gt-navy)}.gt-pill{display:inline-flex;border:1px solid var(--gt-line);border-radius:999px;padding:6px 12px;font-size:12px;font-weight:900;background:#fff;color:var(--gt-navy);letter-spacing:.04em;text-transform:uppercase}
.gt-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;min-height:44px;border:1px solid var(--gt-navy);border-radius:999px;text-decoration:none;font-weight:850;background:#fff;color:var(--gt-navy);cursor:pointer;margin:3px 4px 3px 0}
.gt-btn.primary{background:var(--gt-navy);color:#fff}.gt-btn.warning{border-color:#8a5a00;color:#8a5a00;background:#fffaf0}.gt-actions-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.gt-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.gt-field label{display:block;font-weight:850;margin:0 0 6px;color:var(--gt-navy)}
.gt-field input,.gt-field select,.gt-field textarea{width:100%;border:1px solid var(--gt-line);border-radius:14px;padding:12px 14px;font:inherit;background:#fff}.gt-field textarea{min-height:130px}
.gt-alert{border:1px solid var(--gt-line);border-radius:16px;padding:12px 14px;background:#fff;margin-bottom:16px}.gt-alert.success{border-color:#c8d8c8;background:#fbfffb}.gt-alert.error{border-color:#e4b5b5;background:#fff8f8}
.gt-public-header{padding:22px 32px;background:#fff;border-bottom:1px solid var(--gt-line);display:flex;justify-content:space-between;align-items:center}.gt-public-brand{letter-spacing:.18em;text-transform:uppercase;font-weight:900;color:var(--gt-navy)}
.gt-hero{width:100%;padding:72px 30px;background:linear-gradient(180deg,#fff 0%,var(--gt-bg) 100%)}.gt-hero-inner{max-width:1320px;margin:0 auto;background:#fff;border:1px solid var(--gt-line);border-radius:34px;padding:clamp(34px,6vw,78px);box-shadow:0 22px 60px rgba(13,31,60,.06)}
.gt-hero h1{font-size:clamp(44px,7vw,88px);line-height:.98;color:var(--gt-navy);margin:0 0 20px}.gt-hero p{font-size:clamp(18px,2vw,24px);color:var(--gt-muted);max-width:900px}
.gt-full-section,.gt-home-section{width:100%;padding:52px 30px}.gt-section-inner{max-width:1320px;margin:0 auto}.gt-home-section h2{font-size:clamp(34px,5vw,68px);line-height:1.02;color:var(--gt-navy);margin:12px 0}.gt-section-lead{font-size:20px;color:var(--gt-muted);max-width:880px}.gt-rich-text{font-size:17px;max-width:980px}.gt-home-section.deep_navy{background:var(--gt-navy);color:#fff}.gt-home-section.deep_navy h2,.gt-home-section.deep_navy .gt-section-lead{color:#fff}.gt-home-section.soft_neutral{background:var(--gt-bg)}.gt-home-section.luxury_white{background:#fff}
.gt-login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,var(--gt-bg),#ffffff)}.gt-login-card{width:min(460px,100%);background:#fff;border:1px solid var(--gt-line);border-radius:28px;padding:30px;box-shadow:0 22px 60px rgba(13,31,60,.08)}
@media(max-width:900px){.gt-admin-shell{grid-template-columns:1fr}.gt-sidebar{position:static;height:auto}.gt-form-grid{grid-template-columns:1fr}.gt-topbar{display:block}.gt-main{padding:18px}.gt-hero{padding:42px 16px}.gt-full-section,.gt-home-section{padding:34px 16px}}

.gt-table{width:100%;border-collapse:separate;border-spacing:0 8px}.gt-table th{text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--gt-muted);padding:6px 10px}.gt-table td{background:#fff;border-top:1px solid var(--gt-line);border-bottom:1px solid var(--gt-line);padding:12px 10px;vertical-align:top}.gt-table td:first-child{border-left:1px solid var(--gt-line);border-radius:14px 0 0 14px}.gt-table td:last-child{border-right:1px solid var(--gt-line);border-radius:0 14px 14px 0}.gt-media-thumb{width:82px;height:82px;border-radius:16px;object-fit:cover;border:1px solid var(--gt-line);background:#fff}.gt-code{font-family:ui-monospace,Menlo,Consolas,monospace;font-size:12px;background:#fff;border:1px solid var(--gt-line);border-radius:10px;padding:3px 6px;display:inline-block}.gt-small{font-size:13px;color:var(--gt-muted)}.gt-status-ok{color:#265b2e;font-weight:900}.gt-status-warn{color:#8a5a00;font-weight:900}.gt-status-bad{color:#8a1f11;font-weight:900}

/* Stage 06 product foundation */
.gt-btn.small{min-height:34px;padding:7px 12px;font-size:13px}.gt-alert.error{border:1px solid #B42318;background:#FFF4F4;color:#8A1F16}.gt-table td,.gt-table th{vertical-align:top}.gt-card h3{margin-top:18px}.gt-field input[type=checkbox]{width:auto}.gt-card.metric strong{word-break:break-word}

/* === GemTrove APP V1 Stage 30X responsive width patch START === */
/* GemTrove APP V1 Stage 30X: global 100% width + mobile-friendly admin/app layout.
   Safety: CSS/layout only. No DB, no pricing, no publish, no API fetch. */

html,
body {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img,
video,
svg,
canvas,
iframe {
  max-width: 100%;
  height: auto;
}

pre,
code,
.gt-code {
  max-width: 100%;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.gt-admin-shell {
  width: 100%;
  max-width: 100vw;
  min-width: 0;
  overflow-x: hidden;
}

.gt-main {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  padding-inline: clamp(12px, 2vw, 32px);
}

.gt-sidebar,
.gt-card,
.gt-grid,
.gt-form-grid,
.gt-topbar,
.gt-actions-row,
.gt-diamond-breadcrumb-shell,
.gt-diamond-rail {
  max-width: 100%;
  min-width: 0;
}

.gt-card {
  overflow-x: auto;
}

.gt-grid,
.gt-form-grid {
  width: 100%;
}

.gt-form-grid > label,
.gt-field,
.gt-field label,
.gt-card label {
  min-width: 0;
  max-width: 100%;
}

.gt-field input,
.gt-field select,
.gt-field textarea,
.gt-card input,
.gt-card select,
.gt-card textarea,
.gt-form-grid input,
.gt-form-grid select,
.gt-form-grid textarea {
  max-width: 100%;
  min-width: 0;
}

.gt-btn,
button,
input[type="submit"] {
  max-width: 100%;
  white-space: normal;
}

.gt-table {
  width: 100%;
  max-width: 100%;
}

.gt-table th,
.gt-table td {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.gt-diamond-rail,
.gt-actions-row {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.gt-diamond-rail a,
.gt-pill,
.gt-btn {
  flex-shrink: 0;
}

@media (max-width: 1180px) {
  .gt-admin-shell {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .gt-sidebar {
    padding: 22px 16px;
  }

  .gt-main {
    padding-block: 22px;
  }

  .gt-page-title {
    font-size: clamp(26px, 4vw, 34px);
  }
}

@media (max-width: 900px) {
  .gt-admin-shell {
    display: block;
    width: 100%;
  }

  .gt-sidebar {
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
    max-height: none;
    border-right: 0;
    border-bottom: 1px solid var(--gt-line);
    padding: 16px 12px;
  }

  .gt-brand {
    margin-bottom: 12px;
  }

  .gt-nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
    gap: 6px;
  }

  .gt-nav-section {
    min-width: 0;
    margin: 8px 0;
  }

  .gt-nav-heading {
    margin: 8px 0 4px;
  }

  .gt-nav a {
    margin: 0;
    padding: 10px 11px;
    font-size: 13px;
  }

  .gt-main {
    padding: 16px 12px;
  }

  .gt-card {
    padding: 16px;
    border-radius: 18px;
  }

  .gt-topbar {
    display: block;
  }

  .gt-grid,
  .gt-form-grid {
    grid-template-columns: 1fr !important;
  }

  .gt-diamond-breadcrumb-shell {
    padding: 12px;
    border-radius: 18px;
  }

  .gt-diamond-breadcrumb {
    gap: 6px;
  }

  .gt-diamond-rail {
    padding-bottom: 8px;
  }

  .gt-diamond-rail a {
    padding: 7px 9px;
    font-size: 10px;
  }

  .gt-table {
    min-width: 720px;
  }
}

@media (max-width: 640px) {
  .gt-main {
    padding: 12px 10px;
  }

  .gt-page-title {
    font-size: clamp(24px, 8vw, 30px);
    line-height: 1.08;
  }

  .gt-subtitle {
    font-size: 14px;
  }

  .gt-card {
    padding: 13px;
    border-radius: 16px;
    margin-bottom: 12px;
  }

  .gt-card h2 {
    font-size: 20px;
  }

  .gt-actions-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .gt-btn,
  button,
  input[type="submit"] {
    width: 100%;
    justify-content: center;
    min-height: 42px;
    padding: 10px 12px;
  }

  .gt-card input,
  .gt-card select,
  .gt-card textarea,
  .gt-field input,
  .gt-field select,
  .gt-field textarea {
    min-height: 42px;
    font-size: 16px; /* prevent iOS zoom */
  }

  .gt-table {
    min-width: 640px;
    font-size: 13px;
  }

  .gt-table th,
  .gt-table td {
    padding: 8px 7px;
  }

  .gt-public-header {
    padding: 16px 12px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .gt-hero {
    padding: 30px 10px;
  }

  .gt-hero-inner {
    border-radius: 20px;
    padding: 24px 16px;
  }

  .gt-full-section,
  .gt-home-section {
    padding: 28px 10px;
  }

  .gt-section-inner {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .gt-nav {
    grid-template-columns: 1fr;
  }

  .gt-diamond-breadcrumb .current {
    display: inline-block;
    max-width: 100%;
  }

  .gt-table {
    min-width: 560px;
  }
}
/* === GemTrove APP V1 Stage 30X responsive width patch END === */

/* === GemTrove APP V1 Stage 30Y force no horizontal page scroll START === */
/* GemTrove APP V1 Stage 30Y
   Hard fix: remove full-page horizontal scrollbar and force all admin content to fit 100% viewport.
   Wide tables wrap within their available area instead of expanding the document. */

html,
body {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: hidden !important;
}

*,
*::before,
*::after {
  box-sizing: border-box !important;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100% !important;
  height: auto;
}

.gt-admin-shell {
  width: 100% !important;
  max-width: 100vw !important;
  min-width: 0 !important;
  overflow-x: hidden !important;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) !important;
}

.gt-sidebar {
  min-width: 0 !important;
  max-width: 280px !important;
  overflow-x: hidden !important;
}

.gt-main {
  width: 100% !important;
  max-width: calc(100vw - 280px) !important;
  min-width: 0 !important;
  overflow-x: hidden !important;
  padding-left: clamp(10px, 1.8vw, 32px) !important;
  padding-right: clamp(10px, 1.8vw, 32px) !important;
}

.gt-main > *,
.gt-card,
.gt-grid,
.gt-form-grid,
.gt-topbar,
.gt-actions-row,
.gt-diamond-breadcrumb-shell,
.gt-diamond-rail {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.gt-card {
  overflow-x: hidden !important;
}

/* The prior issue was caused by tables/long text making the full page wider than the viewport.
   This forces tables to fit, wrap and not expand the page. */
.gt-card table,
.gt-table,
table.gt-table {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  table-layout: fixed !important;
  overflow: hidden !important;
}

.gt-table th,
.gt-table td,
.gt-card table th,
.gt-card table td {
  max-width: 1px !important;
  min-width: 0 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  hyphens: auto;
}

.gt-table td *,
.gt-table th *,
.gt-card table td *,
.gt-card table th * {
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

pre,
code,
.gt-code,
.gt-table code,
.gt-table pre,
.gt-card pre,
.gt-card code {
  max-width: 100% !important;
  white-space: pre-wrap !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

.gt-field,
.gt-field label,
.gt-card label,
.gt-form-grid > *,
.gt-form-grid label {
  max-width: 100% !important;
  min-width: 0 !important;
}

input,
select,
textarea,
button,
.gt-btn {
  max-width: 100% !important;
  min-width: 0 !important;
}

select {
  text-overflow: ellipsis;
}

.gt-actions-row,
.gt-diamond-rail {
  overflow-x: auto !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.gt-actions-row .gt-btn,
.gt-diamond-rail a,
.gt-pill {
  flex-shrink: 1 !important;
  white-space: normal !important;
}

@media (max-width: 1180px) {
  .gt-admin-shell {
    grid-template-columns: minmax(200px, 240px) minmax(0, 1fr) !important;
  }

  .gt-sidebar {
    max-width: 240px !important;
  }

  .gt-main {
    max-width: calc(100vw - 240px) !important;
  }
}

@media (max-width: 900px) {
  .gt-admin-shell {
    display: block !important;
    width: 100% !important;
    max-width: 100vw !important;
  }

  .gt-sidebar {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--gt-line) !important;
    padding: 14px 10px !important;
  }

  .gt-main {
    width: 100% !important;
    max-width: 100vw !important;
    padding: 14px 10px !important;
  }

  .gt-brand {
    margin-bottom: 10px !important;
  }

  .gt-nav {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important;
    gap: 6px !important;
  }

  .gt-nav-section {
    min-width: 0 !important;
    margin: 6px 0 !important;
  }

  .gt-nav-heading {
    margin: 8px 0 4px !important;
    font-size: 10px !important;
  }

  .gt-nav a {
    margin: 0 !important;
    padding: 9px 10px !important;
    font-size: 13px !important;
  }

  .gt-grid,
  .gt-form-grid {
    grid-template-columns: 1fr !important;
  }

  .gt-topbar {
    display: block !important;
  }

  .gt-card {
    padding: 14px !important;
    border-radius: 16px !important;
  }

  .gt-page-title {
    font-size: clamp(24px, 6vw, 32px) !important;
  }
}

@media (max-width: 640px) {
  .gt-main {
    padding: 10px 8px !important;
  }

  .gt-card {
    padding: 12px !important;
    margin-bottom: 12px !important;
  }

  .gt-card h2 {
    font-size: 20px !important;
  }

  .gt-subtitle {
    font-size: 14px !important;
  }

  .gt-actions-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }

  .gt-btn,
  button,
  input[type="submit"] {
    width: 100% !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 10px 12px !important;
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
    min-height: 42px !important;
  }

  .gt-table th,
  .gt-table td,
  .gt-card table th,
  .gt-card table td {
    padding: 7px 6px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 420px) {
  .gt-nav {
    grid-template-columns: 1fr !important;
  }

  .gt-diamond-breadcrumb {
    font-size: 11px !important;
  }
}
/* === GemTrove APP V1 Stage 30Y force no horizontal page scroll END === */
/* Stage 30Z page width root fix is loaded from /assets/css/stage30z-page-width-root-fix.css?v=20260710-30z */


/* ===== SOURCE: gemtrove-public-foundation.css ===== */
/* GemTrove public frontend foundation — APPV1 homepage R1 */
:root {
  --gt-public-max: 1280px;
  --gt-public-pad: clamp(20px, 4vw, 56px);
  --gt-public-shadow: 0 24px 80px rgba(13, 31, 60, .10);
  --gt-public-shadow-soft: 0 12px 38px rgba(13, 31, 60, .07);
  --gt-public-serif: "Cormorant Garamond", "Baskerville", "Times New Roman", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.gt-public-body {
  margin: 0;
  min-height: 100vh;
  background: var(--gt-bg);
  color: var(--gt-ink);
  font-family: var(--gt-font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.gt-public-body a {
  color: inherit;
}

.gt-skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 10000;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--gt-navy);
  color: #fff;
  text-decoration: none;
  transition: top .2s ease;
}

.gt-skip-link:focus {
  top: 16px;
}

.gt-public-header {
  position: sticky;
  top: 0;
  z-index: 900;
  border-bottom: 1px solid color-mix(in srgb, var(--gt-line) 72%, transparent);
  background: color-mix(in srgb, var(--gt-surface) 92%, transparent);
  backdrop-filter: blur(18px);
}

.gt-public-header-inner {
  width: min(100%, var(--gt-public-max));
  min-height: 84px;
  margin: 0 auto;
  padding: 0 var(--gt-public-pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.gt-public-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gt-navy);
  text-decoration: none;
  white-space: nowrap;
}

.gt-public-brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--gt-gold) 70%, transparent);
  border-radius: 50%;
  color: var(--gt-gold);
  font-size: 16px;
}

.gt-public-brand span:last-child {
  display: grid;
  line-height: 1.1;
}

.gt-public-brand strong {
  font-family: var(--gt-public-serif);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: .02em;
}

.gt-public-brand small {
  margin-top: 5px;
  color: var(--gt-muted);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gt-public-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 2vw, 28px);
}

.gt-public-nav a {
  position: relative;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .035em;
  text-decoration: none;
}

.gt-public-nav a:not(.gt-public-nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--gt-gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.gt-public-nav a:hover::after,
.gt-public-nav a:focus-visible::after {
  transform: scaleX(1);
}

.gt-public-nav-cta {
  padding: 10px 17px;
  border: 1px solid var(--gt-navy);
  border-radius: 999px;
}

.gt-public-menu-button {
  display: none;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--gt-line);
  border-radius: 999px;
  background: var(--gt-surface);
  color: var(--gt-navy);
}

.gt-public-menu-icon,
.gt-public-menu-icon::before,
.gt-public-menu-icon::after {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
}

.gt-public-menu-icon {
  position: relative;
}

.gt-public-menu-icon::before,
.gt-public-menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.gt-public-menu-icon::before { top: -6px; }
.gt-public-menu-icon::after { top: 6px; }
.gt-public-menu-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.gt-home-shell,
.gt-public-footer-inner {
  width: min(100%, var(--gt-public-max));
  margin: 0 auto;
  padding-right: var(--gt-public-pad);
  padding-left: var(--gt-public-pad);
}

.gt-home-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, color-mix(in srgb, var(--gt-gold) 16%, transparent), transparent 34%),
    linear-gradient(140deg, #fff 0%, var(--gt-bg) 60%, color-mix(in srgb, var(--gt-blue) 8%, var(--gt-bg)) 100%);
}

.gt-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(13,31,60,.025) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(13,31,60,.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.gt-home-hero-grid {
  min-height: min(780px, calc(100vh - 84px));
  padding-top: clamp(72px, 10vw, 140px);
  padding-bottom: clamp(72px, 10vw, 140px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
}

.gt-home-hero-copy,
.gt-home-hero-art {
  position: relative;
  z-index: 1;
}

.gt-home-eyebrow {
  margin: 0 0 16px;
  color: var(--gt-gold);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.gt-home-hero h1,
.gt-home-section h2,
.gt-home-consultation h2 {
  margin: 0;
  color: var(--gt-navy);
  font-family: var(--gt-public-serif);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: .98;
}

.gt-home-hero h1 {
  max-width: 780px;
  font-size: clamp(54px, 7vw, 104px);
}

.gt-home-hero-lead {
  max-width: 700px;
  margin: 30px 0 0;
  color: color-mix(in srgb, var(--gt-ink) 84%, transparent);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.7;
}

.gt-home-hero-rich {
  max-width: 680px;
  margin-top: 20px;
  color: var(--gt-muted);
}

.gt-home-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}

.gt-home-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .03em;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.gt-home-button:hover,
.gt-home-button:focus-visible {
  transform: translateY(-2px);
}

.gt-home-button-primary {
  background: var(--gt-navy);
  color: #fff !important;
  box-shadow: 0 12px 30px color-mix(in srgb, var(--gt-navy) 22%, transparent);
}

.gt-home-button-secondary {
  border-color: color-mix(in srgb, var(--gt-navy) 60%, transparent);
  background: transparent;
  color: var(--gt-navy);
}

.gt-home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gt-navy);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.gt-home-text-link::after {
  content: "→";
  transition: transform .2s ease;
}

.gt-home-text-link:hover::after {
  transform: translateX(4px);
}

.gt-home-assurance {
  margin: 34px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 11px 24px;
  color: var(--gt-muted);
  font-size: 12px;
  list-style: none;
}

.gt-home-assurance li::before {
  content: "✓";
  margin-right: 7px;
  color: var(--gt-gold);
}

.gt-home-hero-art {
  min-height: 520px;
  display: grid;
  place-items: center;
  color: var(--gt-gold);
}

.gt-home-diamond-mark {
  width: min(100%, 430px);
  filter: drop-shadow(0 35px 60px rgba(13,31,60,.13));
  animation: gt-home-float 7s ease-in-out infinite;
}

.gt-home-orbit {
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--gt-gold) 35%, transparent);
  border-radius: 50%;
}

.gt-home-orbit-one {
  width: 520px;
  height: 520px;
}

.gt-home-orbit-two {
  width: 390px;
  height: 390px;
  border-style: dashed;
  animation: gt-home-spin 28s linear infinite;
}

.gt-home-floating-card {
  position: absolute;
  display: grid;
  gap: 2px;
  min-width: 155px;
  padding: 15px 18px;
  border: 1px solid color-mix(in srgb, var(--gt-line) 72%, transparent);
  border-radius: 18px;
  background: color-mix(in srgb, var(--gt-surface) 88%, transparent);
  box-shadow: var(--gt-public-shadow-soft);
  color: var(--gt-navy);
  backdrop-filter: blur(12px);
}

.gt-home-floating-card span {
  color: var(--gt-muted);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gt-home-floating-card strong {
  font-family: var(--gt-public-serif);
  font-size: 23px;
  font-weight: 600;
}

.gt-home-floating-card-one { top: 8%; right: 0; }
.gt-home-floating-card-two { bottom: 18%; left: -2%; }
.gt-home-floating-card-three { right: 3%; bottom: 3%; }

.gt-home-section {
  padding: clamp(78px, 10vw, 138px) 0;
}

.gt-home-surface-section {
  background: var(--gt-surface);
}

.gt-home-section-heading {
  max-width: 760px;
  margin-bottom: clamp(32px, 5vw, 58px);
}

.gt-home-section-heading h2,
.gt-home-consultation h2 {
  font-size: clamp(40px, 5vw, 68px);
}

.gt-home-section-heading > p:last-child,
.gt-home-section-lead,
.gt-home-consultation p {
  color: var(--gt-muted);
  font-size: 17px;
}

.gt-home-heading-row {
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.gt-home-heading-row > div {
  max-width: 760px;
}

.gt-home-path-grid {
  display: grid;
  gap: 18px;
}

.gt-home-path-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gt-home-jewellery-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gt-home-path-card {
  position: relative;
  min-height: 280px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--gt-line) 82%, transparent);
  border-radius: var(--gt-radius);
  background:
    radial-gradient(circle at 82% 12%, color-mix(in srgb, var(--gt-gold) 14%, transparent), transparent 36%),
    var(--gt-surface);
  box-shadow: 0 8px 30px rgba(13,31,60,.035);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.gt-home-path-card::after {
  content: "↗";
  position: absolute;
  top: 22px;
  right: 24px;
  color: var(--gt-gold);
  font-size: 20px;
}

.gt-home-path-card:hover,
.gt-home-path-card:focus-visible {
  transform: translateY(-7px);
  border-color: color-mix(in srgb, var(--gt-gold) 60%, var(--gt-line));
  box-shadow: var(--gt-public-shadow-soft);
}

.gt-home-path-card-featured {
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--gt-navy) 96%, #fff), var(--gt-blue));
  color: #fff;
}

.gt-home-path-card-featured strong,
.gt-home-path-card-featured small,
.gt-home-path-card-featured .gt-home-path-kicker {
  color: #fff;
}

.gt-home-path-icon {
  position: absolute;
  top: 24px;
  left: 27px;
  color: var(--gt-gold);
  font-size: 34px;
}

.gt-home-path-kicker {
  margin-bottom: 10px;
  color: var(--gt-gold);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gt-home-path-card strong {
  color: var(--gt-navy);
  font-family: var(--gt-public-serif);
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 600;
  line-height: 1.05;
}

.gt-home-path-card small {
  margin-top: 13px;
  color: var(--gt-muted);
  font-size: 13px;
  line-height: 1.6;
}

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

.gt-home-product-card {
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--gt-line) 82%, transparent);
  border-radius: var(--gt-radius);
  background: var(--gt-surface);
  box-shadow: 0 8px 28px rgba(13,31,60,.04);
}

.gt-home-product-media {
  min-height: 230px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle, #fff 0%, color-mix(in srgb, var(--gt-bg) 68%, #fff) 65%, var(--gt-bg) 100%);
}

.gt-home-product-shape,
.gt-home-product-media > span {
  display: grid;
  width: 98px;
  height: 98px;
  place-items: center;
  transform: rotate(45deg);
  border: 1px solid color-mix(in srgb, var(--gt-gold) 70%, transparent);
  color: var(--gt-navy);
  font-family: var(--gt-public-serif);
  font-size: 34px;
}

.gt-home-product-shape {
  border-radius: 24px;
}

.gt-home-product-shape::first-letter,
.gt-home-product-media > span {
  transform-origin: center;
}

.gt-home-gem-media > span,
.gt-home-jewellery-media > span {
  transform: none;
  border-radius: 50%;
}

.gt-home-product-body {
  padding: 24px;
}

.gt-home-product-meta {
  margin: 0 0 7px;
  color: var(--gt-gold);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.gt-home-product-body h3 {
  margin: 0;
  color: var(--gt-navy);
  font-family: var(--gt-public-serif);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.15;
}

.gt-home-product-body p:not(.gt-home-product-meta) {
  margin: 10px 0;
  color: var(--gt-muted);
  font-size: 13px;
}

.gt-home-price {
  display: block;
  margin-top: 18px;
  color: var(--gt-navy);
  font-size: 18px;
}

.gt-home-product-body small {
  display: block;
  color: var(--gt-muted);
  font-size: 10px;
}

.gt-home-card-link {
  display: inline-block;
  margin-top: 17px;
  color: var(--gt-navy);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.gt-home-card-link::after {
  content: " →";
}

.gt-home-split {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(380px, 1.15fr);
  align-items: center;
  gap: clamp(52px, 9vw, 130px);
}

.gt-home-gem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.gt-home-gem-chip {
  min-height: 82px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--gt-line);
  border-radius: 18px;
  background: var(--gt-surface);
  color: var(--gt-navy);
  font-family: var(--gt-public-serif);
  font-size: 22px;
}

.gt-home-gem-chip span {
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  border-radius: 4px;
  background: linear-gradient(135deg, var(--gt-gold), var(--gt-blue));
}

.gt-home-gem-chip:nth-child(2n) span {
  background: linear-gradient(135deg, #8a2432, var(--gt-gold));
}

.gt-home-gemstone-products {
  margin-top: 54px;
}

.gt-home-trust-section {
  background: var(--gt-navy);
  color: #fff;
}

.gt-home-trust-section .gt-home-eyebrow {
  color: color-mix(in srgb, var(--gt-gold) 90%, #fff);
}

.gt-home-trust-section h2 {
  color: #fff;
}

.gt-home-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255,255,255,.16);
}

.gt-home-trust-grid article {
  min-height: 260px;
  padding: 30px;
  background: var(--gt-navy);
}

.gt-home-trust-grid span {
  color: var(--gt-gold);
  font-family: var(--gt-public-serif);
  font-size: 30px;
}

.gt-home-trust-grid h3 {
  margin: 50px 0 12px;
  font-family: var(--gt-public-serif);
  font-size: 27px;
  font-weight: 500;
}

.gt-home-trust-grid p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
}

.gt-home-consultation {
  padding: clamp(70px, 9vw, 120px) 0;
  background:
    radial-gradient(circle at 90% 10%, color-mix(in srgb, var(--gt-gold) 18%, transparent), transparent 35%),
    var(--gt-surface);
}

.gt-home-consultation-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: 60px;
}

.gt-home-consultation-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.gt-home-rich-text,
.gt-home-hero-rich {
  max-width: 860px;
}

.gt-home-rich-text img {
  max-width: 100%;
  height: auto;
}

.gt-hide-desktop {
  display: none;
}

.gt-public-footer {
  border-top: 1px solid var(--gt-line);
  background: #fff;
}

.gt-public-footer-inner {
  padding-top: 58px;
  padding-bottom: 48px;
  display: grid;
  grid-template-columns: 1.25fr .75fr .75fr;
  gap: 50px;
}

.gt-public-footer p {
  max-width: 430px;
  color: var(--gt-muted);
  font-size: 12px;
}

.gt-public-footer-links {
  display: grid;
  align-content: start;
  gap: 10px;
}

.gt-public-footer-links a {
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}

.gt-public-footer-note {
  text-align: right;
}

@keyframes gt-home-float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-16px) rotate(1deg); }
}

@keyframes gt-home-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1100px) {
  .gt-public-nav {
    gap: 14px;
  }

  .gt-public-nav a {
    font-size: 11px;
  }

  .gt-home-hero-grid {
    grid-template-columns: 1fr .8fr;
  }

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

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

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

@media (max-width: 860px) {
  .gt-public-header-inner {
    min-height: 72px;
  }

  .gt-public-menu-button {
    display: grid;
    place-items: center;
  }

  .gt-public-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    padding: 20px var(--gt-public-pad) 28px;
    display: none;
    align-items: stretch;
    background: var(--gt-surface);
    border-bottom: 1px solid var(--gt-line);
    box-shadow: var(--gt-public-shadow-soft);
  }

  .gt-public-nav.is-open {
    display: grid;
  }

  .gt-public-nav a {
    padding: 11px 0;
    font-size: 14px;
  }

  .gt-public-nav-cta {
    padding: 12px 16px !important;
    text-align: center;
  }

  .gt-home-hero-grid,
  .gt-home-split,
  .gt-home-consultation-grid {
    grid-template-columns: 1fr;
  }

  .gt-home-hero-grid {
    min-height: 0;
  }

  .gt-home-hero-art {
    min-height: 440px;
  }

  .gt-home-consultation-actions {
    justify-content: flex-start;
  }

  .gt-public-footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .gt-public-footer-note {
    text-align: left;
  }
}

@media (max-width: 620px) {
  :root {
    --gt-public-pad: 18px;
  }

  .gt-public-brand small {
    display: none;
  }

  .gt-home-hero-grid {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .gt-home-hero h1 {
    font-size: clamp(48px, 15vw, 70px);
  }

  .gt-home-actions {
    align-items: stretch;
  }

  .gt-home-button {
    width: 100%;
  }

  .gt-home-text-link {
    width: 100%;
    justify-content: center;
    padding: 10px;
  }

  .gt-home-assurance {
    display: grid;
  }

  .gt-home-hero-art {
    min-height: 340px;
  }

  .gt-home-orbit-one {
    width: 360px;
    height: 360px;
  }

  .gt-home-orbit-two {
    width: 270px;
    height: 270px;
  }

  .gt-home-floating-card {
    min-width: 132px;
    padding: 12px 14px;
  }

  .gt-home-floating-card-one {
    top: 0;
  }

  .gt-home-floating-card-two {
    bottom: 8%;
  }

  .gt-home-floating-card-three {
    display: none;
  }

  .gt-home-heading-row {
    display: block;
  }

  .gt-home-heading-row > .gt-home-text-link {
    width: auto;
    justify-content: flex-start;
    padding: 0;
  }

  .gt-home-path-grid-four,
  .gt-home-jewellery-grid,
  .gt-home-product-grid,
  .gt-home-gem-grid,
  .gt-home-trust-grid {
    grid-template-columns: 1fr;
  }

  .gt-home-path-card {
    min-height: 230px;
  }

  .gt-home-trust-grid article {
    min-height: 220px;
  }

  .gt-home-trust-grid h3 {
    margin-top: 32px;
  }

  .gt-public-footer-inner {
    grid-template-columns: 1fr;
  }

  .gt-hide-mobile {
    display: none !important;
  }

  .gt-hide-desktop {
    display: block;
  }
}

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

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


/* ===== SOURCE: gemtrove-site-shell.css ===== */
:root{--gt-serif:Cormorant,Georgia,'Times New Roman',serif;--gt-font:Cormorant,Georgia,'Times New Roman',serif;--gt-shell:1440px;--gt-shell-narrow:860px;--gt-shadow:0 18px 60px rgba(13,31,60,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body.gt-site-shell{margin:0;background:#fff;color:var(--gt-ink);font-family:var(--gt-serif);line-height:1.55;-webkit-font-smoothing:antialiased}body.gt-site-shell img{max-width:100%;height:auto}body.gt-site-shell button,body.gt-site-shell input,body.gt-site-shell select,body.gt-site-shell textarea{font-family:var(--gt-serif)}body.gt-site-shell a{color:inherit}.gt-shell,.gt-shell-wide,.gt-shell-narrow{width:min(calc(100% - 40px),var(--gt-shell));margin-inline:auto}.gt-shell-wide{width:min(calc(100% - 48px),1680px)}.gt-shell-narrow{width:min(calc(100% - 40px),var(--gt-shell-narrow))}.sr-only{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}.gt-skip-link{position:fixed;left:16px;top:-80px;z-index:9999;background:#fff;padding:12px 18px;border:1px solid #111}.gt-skip-link:focus{top:16px}.gt-eyebrow{margin:0 0 12px;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.gt-section-heading{text-align:center;max-width:780px;margin:0 auto 44px}.gt-section-heading h2,.gt-content-hero h1,.gt-blog-article h1{font-family:var(--gt-serif);font-weight:400;line-height:1.07;color:#0b1850}.gt-section-heading h2{font-size:clamp(32px,4vw,54px);margin:0 0 14px}.gt-section-heading>p:last-child{font-size:17px;color:#5f6572;margin:0}.gt-lux-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 24px;border:1px solid #0d1f3c;background:#0d1f3c;color:#fff!important;text-decoration:none;text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:700;transition:.2s}.gt-lux-btn:hover{background:#fff;color:#0d1f3c!important}.gt-lux-btn-light{background:#fff;color:#0d1f3c!important;border-color:#fff}.gt-lux-btn-light:hover{background:transparent;color:#fff!important}.gt-text-link{font-size:13px;font-weight:700;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:3px}.gt-text-link-light{color:#fff!important}.gt-richtext{font-size:17px;line-height:1.8}.gt-richtext h2,.gt-richtext h3{font-family:var(--gt-serif);font-weight:400;color:#0b1850;line-height:1.2}.gt-richtext h2{font-size:36px}.gt-richtext h3{font-size:27px}.gt-richtext a{text-decoration:underline}.gt-centre-action{text-align:center;margin-top:38px}.gt-hide-desktop{display:none!important}@media(max-width:760px){.gt-shell,.gt-shell-wide,.gt-shell-narrow{width:min(calc(100% - 28px),var(--gt-shell))}.gt-hide-desktop{display:block!important}.gt-hide-mobile{display:none!important}.gt-section-heading{margin-bottom:30px}.gt-section-heading h2{font-size:36px}}

/* R1-R2 READABILITY LOCK — Cormorant remains the public typeface. */
body.gt-site-shell{font-size:18px;font-weight:500;line-height:1.62}.gt-eyebrow{font-size:14px;font-weight:600;letter-spacing:.14em}.gt-section-heading{max-width:860px;margin-bottom:48px}.gt-section-heading h2{font-size:clamp(40px,4.5vw,60px);font-weight:500}.gt-section-heading>p:last-child{font-size:20px;line-height:1.55}.gt-lux-btn{min-height:50px;padding:13px 27px;font-size:15px;font-weight:600;letter-spacing:.07em}.gt-text-link{font-size:17px;font-weight:600}.gt-richtext{font-size:19px;line-height:1.78}.gt-richtext h2{font-size:42px}.gt-richtext h3{font-size:31px}.gt-centre-action{margin-top:42px}
@media(max-width:760px){body.gt-site-shell{font-size:17px}.gt-section-heading h2{font-size:39px}.gt-section-heading>p:last-child{font-size:18px}.gt-lux-btn{font-size:15px}.gt-richtext{font-size:18px}}


/* ===== SOURCE: gemtrove-site-header.css ===== */
.gt-announcement{background:var(--gt-ann-bg,#0d1f3c);color:var(--gt-ann-text,#fff);font-size:12px;letter-spacing:.035em}.gt-announcement-inner{min-height:34px;display:flex;align-items:center;justify-content:center;gap:10px;padding:5px 42px;position:relative;text-align:center}.gt-announcement--media_inline .gt-announcement-inner img{width:24px;height:24px;object-fit:contain}.gt-announcement a{text-decoration:underline;font-weight:700}.gt-announcement button{position:absolute;right:14px;top:50%;translate:0 -50%;background:rgba(0,0,0,.22);border:0;border-radius:50%;width:28px;height:28px;color:inherit;font-size:19px;line-height:1;cursor:pointer}.gt-announcement-media-strip{position:relative;width:100%;overflow:hidden}.gt-announcement-media-link{display:block;text-decoration:none!important}.gt-announcement-media-strip img{display:block;width:100%;height:auto;max-height:120px;object-fit:cover;object-position:center}.gt-announcement--media_strip button{right:12px;background:rgba(0,0,0,.45);color:#fff}.gt-site-header{position:relative;z-index:100;background:#fff;border-bottom:1px solid #ececec;color:#151224}.gt-utility-bar{height:36px;display:flex;align-items:center;justify-content:space-between;font-family:var(--gt-serif);font-size:12px}.gt-utility-bar ul,.gt-primary-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center}.gt-utility-bar nav ul{gap:18px}.gt-menu-item{position:relative}.gt-menu-item>a{text-decoration:none;display:flex;align-items:center;gap:5px}.gt-utility-actions{display:flex;align-items:center;gap:20px}.gt-utility-actions a{text-decoration:none}.gt-brand-row{height:94px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.gt-header-search form{display:flex;align-items:center;gap:10px;width:min(320px,100%);border-bottom:1px solid transparent}.gt-header-search input{border:0;outline:0;width:100%;font-family:var(--gt-serif);font-size:13px;padding:9px 0;background:transparent}.gt-brand-logo{text-decoration:none;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:230px}.gt-brand-logo img{display:block;max-height:58px;width:auto}.gt-brand-logo strong{font-family:var(--gt-serif);font-size:40px;line-height:1;color:#06135c;font-weight:400}.gt-brand-logo small{font-family:var(--gt-serif);font-size:10px;text-transform:uppercase;margin-top:2px}.gt-header-account{justify-self:end;display:flex;align-items:center;gap:14px;font-family:var(--gt-serif);font-size:12px;text-transform:uppercase}.gt-header-account a{text-decoration:none}.gt-icon-link{font-size:24px!important;line-height:1}.gt-primary-nav{border-top:1px solid #f4f4f4}.gt-primary-menu{height:54px;justify-content:center;gap:34px;font-family:var(--gt-serif);font-size:13px}.gt-primary-item>a{min-height:54px}.gt-primary-item.has-children{padding-right:14px}.gt-submenu-toggle{border:0;background:none;position:absolute;right:-2px;top:50%;translate:0 -50%;font-size:15px;cursor:pointer;color:inherit}.gt-submenu{display:none;position:absolute;left:50%;translate:-50% 0;top:calc(100% - 1px);min-width:260px;background:#fff;border:1px solid #ececec;box-shadow:var(--gt-shadow);list-style:none;margin:0;padding:12px;z-index:50}.gt-primary-item:hover>.gt-submenu,.gt-primary-item:focus-within>.gt-submenu,.gt-primary-item.submenu-open>.gt-submenu{display:block}.gt-submenu-item>a{padding:10px 12px;min-height:40px;white-space:nowrap}.gt-submenu-item>a:hover{background:#f7f5f1}.gt-menu-badge{font:600 9px var(--gt-serif);text-transform:uppercase;background:#0d1f3c;color:#fff;padding:2px 5px}.gt-appointment-link a{gap:7px}.gt-mobile-menu-button{display:none;border:0;background:none;padding:10px;cursor:pointer}.gt-mobile-menu-button span{display:block;width:24px;height:1px;background:#111;margin:5px}.gt-mobile-menu-button em{font-style:normal;font-size:10px;text-transform:uppercase}.gt-site-header.is-sticky{position:sticky;top:0;box-shadow:0 8px 24px rgba(0,0,0,.05)}
@media(max-width:1000px){.gt-utility-bar nav{display:none}.gt-utility-bar{justify-content:flex-end}.gt-utility-actions .gt-currency{display:none}.gt-brand-row{height:76px;grid-template-columns:1fr auto 1fr}.gt-header-search{display:none}.gt-header-account{display:none}.gt-brand-logo{grid-column:2;min-width:auto}.gt-brand-logo strong{font-size:34px}.gt-mobile-menu-button{display:block;justify-self:end;grid-column:3}.gt-primary-nav{display:none;position:absolute;top:112px;left:0;right:0;background:#fff;border-top:1px solid #eee;box-shadow:0 20px 40px rgba(0,0,0,.08);max-height:calc(100vh - 112px);overflow:auto}.gt-site-header.menu-open .gt-primary-nav{display:block}.gt-primary-menu{height:auto;display:block;padding:12px 20px 24px}.gt-primary-item{border-bottom:1px solid #eee;padding-right:0!important}.gt-primary-item>a{min-height:50px;padding:0 8px}.gt-submenu-toggle{right:8px}.gt-submenu{position:static;translate:none;box-shadow:none;border:0;border-top:1px solid #f0f0f0;padding:4px 0 10px;margin:0;background:#fafafa}.gt-primary-item:hover>.gt-submenu{display:none}.gt-primary-item.submenu-open>.gt-submenu{display:block}.gt-submenu-item>a{padding-left:24px}.gt-appointment-link{border-bottom:0}.gt-utility-actions{gap:14px;font-size:11px}}
@media(max-width:560px){.gt-announcement-inner{padding-left:20px;padding-right:34px}.gt-announcement-media-strip img{max-height:90px}.gt-utility-bar{height:30px}.gt-utility-actions a:first-of-type{display:none}.gt-brand-row{height:68px}.gt-brand-logo strong{font-size:30px}.gt-brand-logo small{font-size:8px}.gt-primary-nav{top:98px}}

/* R1-R2 header readability + richer announcement media. */
.gt-announcement-inner{font-size:16px;font-weight:600;min-height:42px}.gt-announcement-inner a{background:var(--gt-ann-btn-bg,#fff);color:var(--gt-ann-btn-text,#0d1f3c);padding:5px 12px;border-radius:2px;transition:.2s}.gt-announcement-inner a:hover{background:var(--gt-ann-btn-hover-bg,#0d1f3c);color:var(--gt-ann-btn-hover-text,#fff)}.gt-announcement-media-strip img,.gt-announcement-media-strip video{width:100%;display:block;max-height:160px;object-fit:var(--gt-ann-media-fit,cover)}.gt-announcement-video-icon{font-size:14px}.gt-utility-bar,.gt-utility-actions{font-size:14px}.gt-header-search input{font-size:16px}.gt-brand-logo strong{font-size:44px}.gt-brand-logo small{font-size:12px}.gt-header-account{font-size:15px;font-weight:500}.gt-primary-menu{font-size:17px;font-weight:500;gap:30px}.gt-submenu-item>a{font-size:16px}.gt-menu-badge{font-size:11px}.gt-mobile-menu-button em{font-size:12px}
@media(max-width:1000px){.gt-primary-item>a{font-size:18px;min-height:54px}.gt-submenu-item>a{font-size:17px}.gt-utility-actions{font-size:13px}.gt-brand-logo strong{font-size:38px}}
@media(max-width:560px){.gt-announcement-inner{font-size:15px}.gt-brand-logo strong{font-size:34px}.gt-brand-logo small{font-size:10px}}

/* APPV1_PUBLIC_SITE_R1_R23_GLOBAL_HEADER_CURRENCY */
.gt-global-currency{display:inline-flex;align-items:center;gap:4px;margin:0;padding:0;border:0;font-family:var(--gt-serif);color:inherit;white-space:nowrap}
.gt-global-currency-symbol{font-size:14px;line-height:1;color:inherit}
.gt-global-currency select{appearance:none;-webkit-appearance:none;border:0;background:transparent;color:inherit;font:500 14px/1.2 var(--gt-serif);padding:3px 18px 3px 2px;min-width:58px;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 8px) 52%,calc(100% - 4px) 52%;background-size:4px 4px,4px 4px;background-repeat:no-repeat}
.gt-global-currency select:focus-visible{outline:1px solid currentColor;outline-offset:3px;border-radius:4px}
@media(max-width:1000px){.gt-utility-actions .gt-global-currency{display:inline-flex}.gt-global-currency select{font-size:13px;min-width:54px}.gt-global-currency-symbol{font-size:13px}}
@media(max-width:560px){.gt-global-currency select{font-size:12px;min-width:50px;padding-right:16px}.gt-global-currency-symbol{font-size:12px}}


/* ===== SOURCE: gemtrove-site-footer.css ===== */
.gt-australian-strip{background:#e7e7e7;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.gt-australian-strip .gt-shell{min-height:80px;display:flex;align-items:center;justify-content:center;gap:14px;font-family:var(--gt-serif);font-size:clamp(19px,2vw,27px);text-align:center}.gt-australian-strip a{text-decoration:none;border-bottom:1px solid #777}.gt-site-footer{background:#fff;color:#28252a;border-top:1px solid #ececec;font-family:var(--gt-serif)}.gt-footer-main{display:grid;grid-template-columns:1.25fr repeat(3,.9fr) 1.25fr;gap:48px;padding:64px 0 54px}.gt-footer-main h2{font-size:16px;margin:0 0 22px;font-weight:600}.gt-footer-logo{text-decoration:none;display:inline-flex;margin-bottom:22px}.gt-footer-logo img{max-width:190px;max-height:58px;object-fit:contain}.gt-footer-logo strong{font-size:36px;color:#06135c;font-weight:400}.gt-footer-brand-column{font-size:13px;line-height:1.5}.gt-footer-brand-column p{max-width:300px}.gt-footer-brand-column address{font-style:normal;margin:20px 0}.gt-footer-brand-column>a:not(.gt-footer-logo){display:block;text-decoration:none;margin:8px 0}.gt-footer-menu ul{list-style:none;margin:0;padding:0}.gt-footer-menu li{margin:0 0 13px}.gt-footer-menu a{text-decoration:none;font-size:13px}.gt-footer-menu a:hover{text-decoration:underline}.gt-footer-menu .gt-submenu-toggle,.gt-footer-menu .gt-submenu{display:none!important}.gt-footer-email{display:grid;grid-template-columns:1fr 44px;border:1px solid #ddd;height:54px}.gt-footer-email input{border:0;padding:0 14px;font:13px var(--gt-serif);outline:0}.gt-footer-email button{border:0;background:#fff;font-size:18px;cursor:pointer}.gt-footer-stay small{display:block;font:10px var(--gt-serif);margin-top:18px;line-height:1.5}.gt-follow-title{margin-top:44px!important}.gt-social-links{display:flex;gap:9px}.gt-social-links a{width:28px;height:28px;border:1px solid #c8c8c8;display:grid;place-items:center;border-radius:50%;text-decoration:none;font:700 9px var(--gt-serif)}.gt-footer-bottom{border-top:1px solid #ddd;min-height:76px;display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;gap:24px;font:700 10px var(--gt-serif)}.gt-affiliation-logos{display:flex;justify-content:center;align-items:center;gap:28px;min-width:0}.gt-affiliation-logos a{display:flex;align-items:center;text-decoration:none}.gt-affiliation-logos img{height:30px;max-width:100px;object-fit:contain;filter:grayscale(1)}.gt-affiliation-logos span{font:600 11px var(--gt-serif);color:#6e6e6e}.gt-payment-marks{display:flex;justify-content:flex-end;gap:8px}.gt-payment-marks span{border:1px solid #eee;padding:6px 9px;border-radius:5px;background:#fff;color:#16305f;font-size:9px}
@media(max-width:1100px){.gt-footer-main{grid-template-columns:1.3fr repeat(2,1fr);gap:36px}.gt-footer-stay{grid-column:2/4}.gt-footer-bottom{grid-template-columns:1fr}.gt-footer-bottom>p,.gt-payment-marks{justify-self:center}.gt-payment-marks{justify-content:center;padding-bottom:20px}}
@media(max-width:700px){.gt-australian-strip .gt-shell{min-height:68px;flex-wrap:wrap;gap:7px 10px;font-size:19px;padding:14px 0}.gt-footer-main{grid-template-columns:1fr 1fr;padding:44px 0;gap:32px 24px}.gt-footer-brand-column,.gt-footer-stay{grid-column:1/-1}.gt-footer-menu:nth-of-type(3){grid-column:1/-1}.gt-footer-bottom{padding:25px 0}.gt-affiliation-logos{flex-wrap:wrap;gap:18px}}

/* R1-R2 footer readability. */
.gt-australian-strip .gt-shell{font-size:clamp(23px,2.1vw,31px);font-weight:500}.gt-footer-main h2{font-size:20px}.gt-footer-logo strong{font-size:40px}.gt-footer-brand-column{font-size:17px;line-height:1.62}.gt-footer-menu a{font-size:17px}.gt-footer-menu li{margin-bottom:14px}.gt-footer-email input{font-size:17px}.gt-footer-stay small{font-size:14px}.gt-social-links a{width:34px;height:34px;font-size:11px}.gt-footer-bottom{font-size:14px;font-weight:600}.gt-affiliation-logos span{font-size:14px}.gt-payment-marks span{font-size:12px}
@media(max-width:700px){.gt-australian-strip .gt-shell{font-size:22px}.gt-footer-brand-column,.gt-footer-menu a,.gt-footer-email input{font-size:17px}.gt-footer-main h2{font-size:19px}}

/* R1-R5: compact footer Google Maps card */
.gt-footer-map-card{margin-top:22px;width:min(100%,320px);border:1px solid var(--gt-line,#D9DEE7);background:#f8f7f4;overflow:hidden}
.gt-footer-map-card iframe{display:block;width:100%;height:150px;border:0}
.gt-footer-map-placeholder{height:118px;display:flex;gap:8px;align-items:center;justify-content:center;padding:18px;text-align:center;background:#f1efe9;color:var(--gt-navy,#0D1F3C)}
.gt-footer-map-placeholder span{font-size:26px}.gt-footer-map-placeholder strong{font:600 17px/1.2 var(--gt-serif)}
.gt-footer-map-link{display:flex!important;align-items:center;justify-content:space-between;padding:11px 13px!important;text-decoration:none!important;font:600 15px/1.2 var(--gt-serif)!important;color:var(--gt-navy,#0D1F3C)!important;background:#fff}
.gt-footer-map-link:hover{text-decoration:underline!important}
@media(max-width:760px){.gt-footer-map-card{width:100%;max-width:420px}.gt-footer-map-card iframe{height:170px}}


/* ===== SOURCE: gemtrove-page-width-80.css ===== */
/*
 * APPV1 PUBLIC SITE CMS R1-R14
 * Frontend 80% page-width lock for CMS content and product surfaces.
 * Desktop: 80% viewport width.
 * Tablet: 90% viewport width.
 * Mobile: fluid viewport with 14px side gutters.
 * Header, footer and homepage remain on their existing independent shells.
 */
:root{--gt-managed-page-width:80%;--gt-managed-page-width-tablet:90%;--gt-managed-page-mobile-gutter:14px}

@media (min-width:1024px){
  /* CMS/content pages: hero text, article content and contact/store content. */
  body.gt-content-page .gt-content-hero .gt-shell,
  body.gt-content-page .gt-content-body.gt-shell-narrow,
  body.gt-content-page .gt-contact-store-list .gt-shell{
    width:var(--gt-managed-page-width)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  /* Jewellery/product public detail pages. */
  .gt-public-product .gt-public-product__inner{
    width:var(--gt-managed-page-width)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  /* Modern published diamond product detail. Inline view CSS is intentionally overridden. */
  .gtpd .shell{
    width:var(--gt-managed-page-width)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
  }

  /* Diamond catalogue/product-list surface follows the same visual page grid. */
  .gtcat{
    width:var(--gt-managed-page-width)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
  }
}

@media (min-width:768px) and (max-width:1023px){
  body.gt-content-page .gt-content-hero .gt-shell,
  body.gt-content-page .gt-content-body.gt-shell-narrow,
  body.gt-content-page .gt-contact-store-list .gt-shell,
  .gt-public-product .gt-public-product__inner,
  .gtpd .shell,
  .gtcat{
    width:var(--gt-managed-page-width-tablet)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .gtpd .shell,.gtcat{padding-left:0!important;padding-right:0!important}
}

@media (max-width:767px){
  body.gt-content-page .gt-content-hero .gt-shell,
  body.gt-content-page .gt-content-body.gt-shell-narrow,
  body.gt-content-page .gt-contact-store-list .gt-shell,
  .gt-public-product .gt-public-product__inner,
  .gtpd .shell,
  .gtcat{
    width:calc(100% - (var(--gt-managed-page-mobile-gutter) * 2))!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .gtpd .shell,.gtcat{padding-left:0!important;padding-right:0!important}
}


/* ===== SOURCE: gemtrove-loading-system.css ===== */
/* GemTrove Global Loading System — customer-facing frontend only. */
:root {
    --gt-loader-ink: #18202b;
    --gt-loader-muted: #6f6a62;
    --gt-loader-gold: #a7833e;
    --gt-loader-gold-soft: #d9c79f;
    --gt-loader-ivory: #fbf9f4;
    --gt-loader-surface: rgba(255, 255, 255, 0.96);
    --gt-loader-line: rgba(167, 131, 62, 0.24);
    --gt-loader-shadow: 0 24px 70px rgba(24, 32, 43, 0.16);
}

.gt-global-loader[hidden] {
    display: none !important;
}

.gt-global-loader {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(251, 249, 244, 0.92);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    font-family: inherit;
    color: var(--gt-loader-ink);
    opacity: 0;
    visibility: hidden;
    transition: opacity 180ms ease, visibility 180ms ease;
}

.gt-global-loader.is-visible {
    opacity: 1;
    visibility: visible;
}

.gt-global-loader__panel {
    width: min(540px, 100%);
    padding: 30px 28px 24px;
    border: 1px solid var(--gt-loader-line);
    border-radius: 22px;
    background: var(--gt-loader-surface);
    box-shadow: var(--gt-loader-shadow);
    text-align: center;
}

.gt-global-loader__mark {
    width: 82px;
    height: 66px;
    margin: 0 auto 16px;
}

.gt-global-loader__diamond {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.gt-global-loader__diamond path,
.gt-global-loader__diamond polyline,
.gt-global-loader__diamond line {
    fill: none;
    stroke: var(--gt-loader-gold);
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.gt-global-loader__diamond .gt-loader-facet {
    opacity: 0.28;
    animation: gt-loader-facet-glow 1.8s ease-in-out infinite;
}

.gt-global-loader__diamond .gt-loader-facet:nth-child(2) { animation-delay: 120ms; }
.gt-global-loader__diamond .gt-loader-facet:nth-child(3) { animation-delay: 240ms; }
.gt-global-loader__diamond .gt-loader-facet:nth-child(4) { animation-delay: 360ms; }
.gt-global-loader__diamond .gt-loader-facet:nth-child(5) { animation-delay: 480ms; }
.gt-global-loader__diamond .gt-loader-facet:nth-child(6) { animation-delay: 600ms; }

.gt-global-loader__eyebrow {
    margin: 0 0 6px;
    color: var(--gt-loader-gold);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.gt-global-loader__message {
    margin: 0;
    font-size: clamp(1.08rem, 2vw, 1.34rem);
    font-weight: 650;
    line-height: 1.35;
    letter-spacing: -0.015em;
}

.gt-global-loader__detail {
    max-width: 430px;
    margin: 10px auto 0;
    color: var(--gt-loader-muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.gt-global-loader__progress {
    position: relative;
    width: min(330px, 84%);
    height: 2px;
    margin: 20px auto 0;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(167, 131, 62, 0.15);
}

.gt-global-loader__progress::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 -42%;
    width: 42%;
    border-radius: inherit;
    background: linear-gradient(90deg, transparent, var(--gt-loader-gold), transparent);
    animation: gt-loader-progress 1.45s ease-in-out infinite;
}

.gt-global-loader__skeletons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 20px;
}

.gt-global-loader__skeleton {
    min-height: 58px;
    border: 1px solid rgba(167, 131, 62, 0.13);
    border-radius: 12px;
    background:
        linear-gradient(100deg, transparent 20%, rgba(255,255,255,.8) 42%, transparent 64%) 0 0 / 220% 100%,
        linear-gradient(#eee9df 0 0) 12px 12px / calc(100% - 24px) 8px no-repeat,
        linear-gradient(#f3efe7 0 0) 12px 29px / 68% 7px no-repeat,
        linear-gradient(#f3efe7 0 0) 12px 43px / 46% 6px no-repeat,
        #fbfaf7;
    animation: gt-loader-shimmer 1.7s linear infinite;
}

.gt-global-loader[data-context="general"] .gt-global-loader__skeletons,
.gt-global-loader[data-context="checkout"] .gt-global-loader__skeletons {
    display: none;
}

@keyframes gt-loader-facet-glow {
    0%, 100% { opacity: 0.24; stroke: var(--gt-loader-gold-soft); }
    50% { opacity: 1; stroke: var(--gt-loader-gold); }
}

@keyframes gt-loader-progress {
    0% { transform: translateX(0); }
    100% { transform: translateX(340%); }
}

@keyframes gt-loader-shimmer {
    to { background-position: -220% 0, 12px 12px, 12px 29px, 12px 43px, 0 0; }
}

@media (max-width: 560px) {
    .gt-global-loader {
        padding: 16px;
    }

    .gt-global-loader__panel {
        padding: 26px 18px 20px;
        border-radius: 18px;
    }

    .gt-global-loader__skeletons {
        grid-template-columns: 1fr;
    }

    .gt-global-loader__skeleton:nth-child(n+2) {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gt-global-loader,
    .gt-global-loader__diamond .gt-loader-facet,
    .gt-global-loader__progress::after,
    .gt-global-loader__skeleton {
        animation: none !important;
        transition: none !important;
    }

    .gt-global-loader__diamond .gt-loader-facet {
        opacity: 0.78;
    }

    .gt-global-loader__progress::after {
        left: 0;
        width: 100%;
        background: var(--gt-loader-gold);
        opacity: 0.55;
    }
}


/* ===== APPV1_DIAMOND_4CAT_PERF_R8_PDP_EXTRACTED_CSS ===== */
/* APPV1_DIAMOND_4CAT_PERF_R8_PDP_EXTRACTED_STYLE_BLOCK_1 */
.gtpd{--navy:#0c2d55;--blue:#0d5cab;--ink:#132b49;--muted:#67768a;--line:#dde5ee;--soft:#f6f8fb;--soft-blue:#eef5fc;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);overflow-x:clip;background:#fff;color:var(--ink);font-family:"Cormorant","Cormorant Garamond",Georgia,serif;padding:0 0 96px}
.gtpd *{box-sizing:border-box}.gtpd a{color:inherit}.gtpd .shell{width:100%;max-width:none;margin:0;padding:18px clamp(12px,2.4vw,42px)}
.gtpd .breadcrumbs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:12px;margin:0 0 16px}.gtpd .breadcrumbs a{text-decoration:none;font-weight:750}.gtpd .breadcrumbs a:hover{text-decoration:underline}
.gtpd .topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.gtpd .back{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-weight:850;color:var(--navy)}
.gtpd .product{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(390px,.84fr);gap:clamp(20px,2.5vw,42px);align-items:start;width:100%}
.gtpd .gallery-card,.gtpd .summary,.gtpd .content-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 16px 48px rgba(13,47,86,.065)}
.gtpd .gallery-card{padding:14px;min-width:0}.gtpd .stage{position:relative;aspect-ratio:1.12/1;min-height:420px;display:grid;place-items:center;overflow:hidden;border-radius:16px;background:linear-gradient(145deg,#fff,#f4f7fa)}
.gtpd .stage img,.gtpd .stage video,.gtpd .stage iframe{width:100%;height:100%;display:block;object-fit:contain;border:0;background:#fff}.gtpd .fallback{font-size:96px;color:#9db0c5}
.gtpd .viewer-external{position:absolute;left:14px;bottom:14px;z-index:4;border-radius:999px;padding:9px 13px;background:rgba(12,45,85,.94);color:#fff!important;text-decoration:none;font-size:12px;font-weight:900}
.gtpd .thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:10px;margin-top:12px}.gtpd .thumb{border:1px solid var(--line);border-radius:12px;background:#fff;padding:10px;min-height:78px;display:flex;align-items:center;justify-content:center;gap:7px;flex-direction:column;color:var(--navy);font-weight:850;cursor:pointer}.gtpd .thumb:hover,.gtpd .thumb:focus-visible{border-color:#9bb9d8;box-shadow:0 6px 18px rgba(13,47,86,.08);outline:none}.gtpd .thumb.active{border-color:var(--blue);box-shadow:0 0 0 2px rgba(13,92,171,.12)}.gtpd .thumb .icon{font-size:20px}.gtpd .thumb .label{font-size:11px;text-align:center}.gtpd .media-note{margin:10px 2px 0;color:var(--muted);font-size:12px;line-height:1.55}
.gtpd .summary{padding:clamp(22px,2.5vw,38px);position:sticky;top:18px}.gtpd .badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.gtpd .badge{display:inline-flex;align-items:center;border-radius:999px;padding:7px 11px;background:#eef4fb;color:var(--navy);font-size:10px;font-weight:950;letter-spacing:.05em;text-transform:uppercase}.gtpd .badge.primary{background:var(--navy);color:#fff}
.gtpd h1{font-family:"Cormorant","Cormorant Garamond",Georgia,serif;font-size:clamp(40px,4vw,64px);line-height:.98;margin:0 0 14px;color:var(--navy)}.gtpd .grade-line{font-size:16px;line-height:1.6;font-weight:700;color:#334a68}.gtpd .price{font-size:clamp(34px,3vw,48px);font-weight:950;color:var(--navy);margin:22px 0 2px}.gtpd .tax{font-size:12px;color:var(--muted);font-weight:700}.gtpd .rule{height:1px;background:var(--line);margin:24px 0}
.gtpd .specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gtpd .spec{border-bottom:1px solid var(--line);padding:10px 0}.gtpd .spec span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:850}.gtpd .spec strong{display:block;margin-top:4px;font-size:14px;color:var(--ink);overflow-wrap:anywhere}
.gtpd .actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}.gtpd .action{min-height:48px;border:1px solid var(--navy);border-radius:999px;padding:13px 16px;background:#fff;color:var(--navy);font-weight:900;text-align:center;text-decoration:none;cursor:pointer}.gtpd .action.primary{background:var(--navy);color:#fff}.gtpd .action:hover{box-shadow:0 8px 22px rgba(13,47,86,.12)}
.gtpd .detail-sections{display:grid;gap:24px;margin-top:28px}.gtpd .content-card{padding:clamp(22px,2.6vw,40px)}.gtpd .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.gtpd .section-kicker{font-size:11px;font-weight:950;letter-spacing:.1em;text-transform:uppercase;color:var(--blue)}.gtpd h2{font-family:"Cormorant","Cormorant Garamond",Georgia,serif;font-size:clamp(32px,3vw,44px);line-height:1.05;margin:4px 0 0;color:var(--navy)}.gtpd .section-intro{max-width:760px;color:var(--muted);line-height:1.65;font-size:14px}
.gtpd .description-copy{line-height:1.78;color:#465a74}.gtpd .description-copy p:first-child{margin-top:0}.gtpd .description-copy p:last-child{margin-bottom:0}
.gtpd .table-wrap{width:100%;overflow:hidden;border:1px solid var(--line);border-radius:16px}.gtpd .tech-table{width:100%;border-collapse:collapse;table-layout:fixed}.gtpd .tech-table th,.gtpd .tech-table td{padding:15px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.gtpd .tech-table tr:last-child th,.gtpd .tech-table tr:last-child td{border-bottom:0}.gtpd .tech-table th{width:18%;background:var(--soft);font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.gtpd .tech-table td{width:32%;font-size:14px;font-weight:800;color:var(--ink);overflow-wrap:anywhere}
.gtpd .ai-card{background:linear-gradient(135deg,#f7fbff,#eef5fc);border-color:#cddff1}.gtpd .ai-summary{font-size:16px;line-height:1.75;color:#304b6b;max-width:1100px}.gtpd .ai-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:22px}.gtpd .ai-fact{background:rgba(255,255,255,.78);border:1px solid #d8e6f4;border-radius:14px;padding:14px}.gtpd .ai-fact span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-weight:900}.gtpd .ai-fact strong{display:block;margin-top:5px;font-size:14px;color:var(--navy);overflow-wrap:anywhere}.gtpd .ai-notice{margin:18px 0 0;padding-top:16px;border-top:1px solid #d1e1f1;color:var(--muted);font-size:12px;line-height:1.6}
.gtpd .faq-list{display:grid;gap:10px}.gtpd .faq-item{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}.gtpd .faq-item summary{list-style:none;cursor:pointer;padding:17px 52px 17px 18px;font-weight:850;color:var(--navy);position:relative;line-height:1.45}.gtpd .faq-item summary::-webkit-details-marker{display:none}.gtpd .faq-item summary:after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);font-size:24px;font-weight:500}.gtpd .faq-item[open] summary:after{content:"−"}.gtpd .faq-answer{padding:0 18px 18px;color:#465a74;line-height:1.72;font-size:14px}
.gtpd .similar-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.gtpd .similar-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.gtpd .similar-card:hover,.gtpd .similar-card:focus-visible{transform:translateY(-2px);border-color:#abc3dd;box-shadow:0 12px 28px rgba(13,47,86,.10);outline:none}.gtpd .similar-media{aspect-ratio:1.15/1;background:linear-gradient(145deg,#fff,#f4f7fa);display:grid;place-items:center;overflow:hidden}.gtpd .similar-media img{width:100%;height:100%;object-fit:contain}.gtpd .similar-fallback{font-size:58px;color:#a4b5c7}.gtpd .similar-body{padding:14px;display:flex;flex-direction:column;gap:7px;flex:1}.gtpd .similar-reason{font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--blue);font-weight:950}.gtpd .similar-title{font-family:"Cormorant","Cormorant Garamond",Georgia,serif;font-size:24px;line-height:1.05;color:var(--navy);font-weight:700}.gtpd .similar-grade{font-size:12px;color:var(--muted);line-height:1.5}.gtpd .similar-price{margin-top:auto;padding-top:8px;font-size:18px;font-weight:950;color:var(--navy)}.gtpd .similar-cta{font-size:12px;font-weight:900;color:var(--blue)}
.gtpd .error{max-width:900px;margin:30px auto;padding:22px;border:1px solid #e3a8a8;border-radius:14px;background:#fff5f5}
@media(max-width:1180px){.gtpd .product{grid-template-columns:minmax(0,1fr) minmax(340px,.78fr)}.gtpd .ai-facts,.gtpd .similar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.gtpd .product{grid-template-columns:1fr}.gtpd .summary{position:relative;top:auto}.gtpd .gallery-card{padding:10px}.gtpd .stage{min-height:340px;aspect-ratio:1/1}.gtpd .section-head{align-items:flex-start;flex-direction:column}.gtpd .shell{padding:12px}}
@media(max-width:700px){.gtpd .topbar{align-items:flex-start}.gtpd .specs{grid-template-columns:1fr 1fr}.gtpd .actions{grid-template-columns:1fr}.gtpd .thumbs{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.gtpd .thumb{min-width:104px;scroll-snap-align:start}.gtpd .summary,.gtpd .content-card{padding:20px;border-radius:16px}.gtpd h1{font-size:38px}.gtpd .table-wrap{border:0;overflow:visible}.gtpd .tech-table,.gtpd .tech-table tbody{display:block}.gtpd .tech-table tr{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:14px;overflow:hidden;margin-bottom:10px}.gtpd .tech-table th,.gtpd .tech-table td{display:block;width:auto!important;border-bottom:1px solid var(--line);padding:12px}.gtpd .tech-table th:nth-child(3),.gtpd .tech-table td:nth-child(4){border-bottom:0}.gtpd .tech-table th{font-size:10px}.gtpd .tech-table td{font-size:13px}.gtpd .ai-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.gtpd .similar-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gtpd .similar-title{font-size:21px}}
@media(max-width:480px){.gtpd .shell{padding:10px}.gtpd .stage{min-height:280px}.gtpd .specs{grid-template-columns:1fr}.gtpd .ai-facts,.gtpd .similar-grid{grid-template-columns:1fr}.gtpd .tech-table tr{grid-template-columns:1fr 1.25fr}.gtpd .breadcrumbs{font-size:11px}.gtpd .similar-card{display:grid;grid-template-columns:118px minmax(0,1fr)}.gtpd .similar-media{aspect-ratio:auto;min-height:145px}.gtpd .similar-title{font-size:20px}}
@media print{.gtpd .topbar,.gtpd .actions,.gtpd .thumbs,.gtpd .similar-section{display:none!important}.gtpd .summary{position:static}.gtpd .product{grid-template-columns:1fr 1fr}.gtpd .content-card,.gtpd .gallery-card,.gtpd .summary{box-shadow:none}}

/* R10-R18-R1 — exact live detail baseline square gallery and measured viewer framing. */
.gtpd .gallery-card{
  padding:0!important;
  overflow:hidden!important;
}
.gtpd .stage{
  position:relative!important;
  width:100%!important;
  aspect-ratio:1/1!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:21px 21px 0 0!important;
  background:#fff!important;
}
.gtpd .stage > img,
.gtpd .stage > video{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#fff!important;
}
.gtpd .stage > iframe{
  position:absolute!important;
  top:50%!important;
  left:50%!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  transform:translate(-50%,-50%) scale(1.63)!important;
  transform-origin:center center!important;
  background:#fff!important;
}
.gtpd .viewer-external{
  z-index:8!important;
}
.gtpd .thumbs{
  margin:12px 14px 0!important;
}
.gtpd .media-note{
  margin:10px 16px 14px!important;
}
.gtpd .similar-media{
  aspect-ratio:1/1!important;
  background:#fff!important;
}
.gtpd .similar-media > img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center center!important;
}
@media(max-width:680px){
  .gtpd .stage > iframe{
    transform:translate(-50%,-50%) scale(1.56)!important;
  }
}


/* R5-R5-R3-R10-R19 — normalise similar-diamond card thumbnails only. */
.gtpd .similar-media > img[data-gt-smart-thumbnail]{
  transform-origin:center center!important;
  transform:translate3d(var(--gt-thumb-shift-x,0px),var(--gt-thumb-shift-y,0px),0) scale(var(--gt-thumb-scale,1))!important;
  object-fit:contain!important;
  object-position:center center!important;
  transition:none!important;
  backface-visibility:hidden;
}
.gtpd .similar-media > img[data-gt-smart-thumbnail][data-gt-smart-ready="1"]{will-change:transform}
@media(prefers-reduced-motion:reduce){.gtpd .similar-media > img[data-gt-smart-thumbnail]{transition:none!important}}


/* R1-R27 — luxury four-catalogue diamond detail presentation. */
.gtpd{
  --navy:#061b45;
  --navy-2:#0b2f63;
  --ink:#172743;
  --muted:#687387;
  --line:#e7e1d8;
  --ivory:#fbfaf7;
  --champagne:#b99155;
  --natural:#0b56a0;
  --natural-soft:#edf5ff;
  --lab:#c23d82;
  --lab-soft:#fff0f7;
  background:#fff;
  color:var(--ink);
  font-family:"Cormorant","Cormorant Garamond",Georgia,serif!important;
}
.gtpd .shell{width:min(94vw,1580px)!important;max-width:1580px!important;margin:0 auto!important;padding:22px 0 0!important}
.gtpd .breadcrumbs{font-size:15px!important;letter-spacing:.01em!important}
.gtpd .topbar{margin-bottom:20px!important}
.gtpd .back{font-size:16px!important;font-weight:600!important}
.gtpd .product{grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr)!important;gap:clamp(24px,3vw,52px)!important}
.gtpd .gallery-card,.gtpd .summary,.gtpd .content-card{border:1px solid var(--line)!important;border-radius:26px!important;box-shadow:0 20px 60px rgba(13,32,63,.07)!important}
.gtpd .gallery-card{background:var(--ivory)!important;padding:0!important;overflow:hidden!important}
.gtpd .stage{width:100%!important;aspect-ratio:1/1!important;min-height:0!important;border-radius:25px 25px 0 0!important;background:#fff!important;overflow:hidden!important;box-shadow:inset 0 0 0 1px rgba(185,145,85,.08)!important}
.gtpd .stage>img,.gtpd .stage>video{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;border:0!important;display:block!important;object-fit:contain!important;object-position:center!important;background:#fff!important}
.gtpd .stage>iframe{position:absolute!important;inset:0!important;top:0!important;left:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;border:0!important;transform:none!important;transform-origin:center!important;background:#fff!important}
.gtpd .viewer-external{left:18px!important;bottom:18px!important;background:rgba(6,27,69,.92)!important;font-size:14px!important;font-weight:600!important;padding:10px 15px!important}
.gtpd .thumbs{grid-template-columns:repeat(auto-fit,minmax(124px,1fr))!important;gap:10px!important;margin:14px 16px 0!important}
.gtpd .thumb{border-color:#e6dfd4!important;border-radius:14px!important;background:#fff!important;min-height:82px!important;color:var(--navy)!important;font-family:inherit!important;font-size:14px!important;font-weight:600!important}
.gtpd .thumb.active{border-color:var(--champagne)!important;box-shadow:0 0 0 2px rgba(185,145,85,.12)!important}
.gtpd .media-note{font-size:14px!important;line-height:1.5!important;margin:12px 18px 18px!important;color:#788194!important}
.gtpd .summary{padding:clamp(28px,3vw,46px)!important;position:sticky!important;top:18px!important;overflow:hidden!important;background:linear-gradient(180deg,#fff 0%,#fff 78%,#fdfbf7 100%)!important}
.gtpd .summary:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--natural)}
.gtpd .summary.lab:before{background:var(--lab)}
.gtpd .origin-ribbon{display:inline-flex;align-items:center;gap:10px;padding:10px 15px;border-radius:999px;font-size:14px;line-height:1;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 16px;color:#fff;box-shadow:0 8px 20px rgba(8,44,91,.14)}
.gtpd .origin-ribbon.natural{background:linear-gradient(135deg,#073b78,#0b65b5)}
.gtpd .origin-ribbon.lab{background:linear-gradient(135deg,#a52c69,#d34d91)}
.gtpd .origin-ribbon-mark{font-size:20px;line-height:1}
.gtpd .badges{margin:0 0 12px!important}.gtpd .badge.category{background:#f7f1e7!important;color:#77582e!important;border:1px solid #eadcc6!important;font-size:12px!important;font-weight:650!important}
.gtpd h1{font-size:clamp(44px,4.25vw,68px)!important;line-height:.94!important;letter-spacing:-.015em!important;margin-bottom:16px!important;color:var(--navy)!important}
.gtpd .grade-line{font-size:20px!important;line-height:1.4!important;font-weight:500!important;color:#44546c!important}
.gtpd .hero-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:22px 0 0}
.gtpd .hero-fact{min-height:86px;padding:15px 14px;border:1px solid var(--line);border-radius:15px;background:#fdfcf9}
.gtpd .hero-fact span,.gtpd .fancy-profile span,.gtpd .price-label,.gtpd .certificate-copy>span{display:block;font-size:12px;line-height:1.1;text-transform:uppercase;letter-spacing:.08em;color:#7a7e87;font-weight:650}
.gtpd .hero-fact strong{display:block;margin-top:7px;font-size:20px;line-height:1.05;color:var(--navy);font-weight:650;overflow-wrap:anywhere}
.gtpd .fancy-profile{margin-top:14px;padding:18px;border:1px solid #ead8be;border-radius:18px;background:linear-gradient(135deg,#fffdfa,#faf4eb)}
.gtpd .fancy-profile-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:12px;border-bottom:1px solid #eadfce}.gtpd .fancy-profile-head span{color:#926b36}.gtpd .fancy-profile-head strong{font-size:22px;color:var(--navy);font-weight:650}
.gtpd .fancy-profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.gtpd .fancy-profile-grid>div{min-width:0}.gtpd .fancy-profile-grid strong{display:block;margin-top:6px;font-size:18px;line-height:1.05;color:var(--navy);font-weight:650;overflow-wrap:anywhere}
.gtpd .price-panel{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:20px 0 0;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.gtpd .price{font-size:clamp(30px,2.5vw,42px)!important;line-height:1!important;font-weight:650!important;margin:5px 0 0!important;color:var(--navy)!important}.gtpd .tax{font-size:14px!important;color:#6f7888!important;font-weight:500!important;padding-bottom:3px}
.gtpd .certificate-panel{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;margin-top:16px;padding:16px;border:1px solid #dbe4ee;border-radius:18px;background:#f7faff}
.gtpd .certificate-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--navy);font-size:28px;border:1px solid #d5e0ec}
.gtpd .certificate-copy strong{display:block;margin-top:4px;font-size:21px;color:var(--navy);font-weight:650;overflow-wrap:anywhere}
.gtpd .certificate-check{display:inline-flex;margin-top:8px;color:#0b5aa7!important;font-size:15px;font-weight:650;text-decoration:none;border-bottom:1px solid currentColor}.gtpd .certificate-check:hover{color:#073a72!important}
.gtpd .compact-specs{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 18px!important;margin-top:16px!important}.gtpd .compact-specs .spec{padding:10px 0!important}.gtpd .spec span{font-size:12px!important;font-weight:650!important}.gtpd .spec strong{font-size:17px!important;font-weight:600!important}
.gtpd .actions{margin-top:20px!important}.gtpd .action{font-family:inherit!important;font-size:17px!important;font-weight:650!important;min-height:50px!important;border-color:var(--navy)!important}.gtpd .action.primary{background:var(--navy)!important}
.gtpd .detail-sections{gap:26px!important;margin-top:32px!important}.gtpd .content-card{padding:clamp(26px,3vw,44px)!important;background:#fff!important}.gtpd .section-kicker{font-size:13px!important;font-weight:650!important;letter-spacing:.09em!important;color:#8d6b3b!important}.gtpd h2{font-size:clamp(34px,3vw,46px)!important;color:var(--navy)!important}.gtpd .section-intro{font-size:17px!important;line-height:1.55!important}.gtpd .description-copy{font-size:18px!important;line-height:1.72!important;color:#42516a!important}
.gtpd .tech-table th{font-size:13px!important;font-weight:650!important;background:#faf8f4!important}.gtpd .tech-table td{font-size:17px!important;font-weight:600!important}.gtpd .table-wrap{border-color:var(--line)!important}
.gtpd .ai-summary{font-size:18px!important;line-height:1.7!important}.gtpd .ai-fact span{font-size:12px!important;font-weight:650!important}.gtpd .ai-fact strong{font-size:17px!important;font-weight:600!important}.gtpd .ai-notice{font-size:14px!important}
.gtpd .faq-item summary{font-size:18px!important;font-weight:650!important}.gtpd .faq-answer{font-size:17px!important;line-height:1.65!important}.gtpd .similar-reason{font-size:12px!important;font-weight:650!important}.gtpd .similar-title{font-family:"Cormorant","Cormorant Garamond",Georgia,serif!important;font-size:28px!important;font-weight:650!important}.gtpd .similar-grade{font-size:14px!important}.gtpd .similar-price{font-size:21px!important;font-weight:650!important}.gtpd .similar-cta{font-size:15px!important;font-weight:650!important}
@media(max-width:1180px){.gtpd .product{grid-template-columns:1fr 420px!important}.gtpd .hero-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.gtpd .shell{width:min(96vw,900px)!important}.gtpd .product{grid-template-columns:1fr!important}.gtpd .summary{position:relative!important;top:auto!important}.gtpd .stage{aspect-ratio:1/1!important}.gtpd .hero-facts{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:700px){.gtpd .shell{width:100%!important;padding:10px!important}.gtpd .hero-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.gtpd .fancy-profile-grid{grid-template-columns:1fr}.gtpd .price-panel{align-items:flex-start;flex-direction:column}.gtpd .summary,.gtpd .content-card{padding:22px!important}.gtpd h1{font-size:42px!important}.gtpd .grade-line{font-size:18px!important}.gtpd .stage>iframe{transform:none!important}.gtpd .media-note{font-size:13px!important}}

/* BEGIN APPV1_R26_DIAMOND_DETAIL_LUXURY_ENQUIRY */
/* Shared detail-page standard — all four catalogue origins. */
@media(min-width:1100px){
  .gtpd .shell{
    width:80vw!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
  }
}
@media(max-width:1099px){
  .gtpd .shell{
    width:100%!important;
    max-width:none!important;
  }
}

/* Video/viewer first media is full-bleed: no application padding. */
.gtpd .gallery-card,
.gtpd .stage{
  padding:0!important;
}
.gtpd .stage>video{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  object-fit:cover!important;
  object-position:center center!important;
  background:#000!important;
}
.gtpd .stage>iframe{
  position:absolute!important;
  inset:0!important;
  top:0!important;
  left:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  transform:none!important;
  background:#fff!important;
}

/* Rich natural palette. */
.gtpd.is-natural{
  background:
    radial-gradient(circle at 16% 4%,rgba(185,145,85,.08),transparent 28%),
    linear-gradient(180deg,#fff 0,#fbfaf7 100%)!important;
}

/* Rich laboratory-grown palette: blush, ivory, navy and champagne. */
.gtpd.is-lab{
  --lab:#bd4d82;
  --lab-deep:#8f315f;
  --lab-soft:#fff1f7;
  --lab-border:#efd5e2;
  background:
    radial-gradient(circle at 16% 4%,rgba(194,61,130,.10),transparent 30%),
    linear-gradient(180deg,#fffafb 0,#fff 45%,#fbfaf7 100%)!important;
}
.gtpd.is-lab .summary{
  border-color:var(--lab-border)!important;
  background:linear-gradient(180deg,#fff 0%,#fff8fb 68%,#fff0f6 100%)!important;
  box-shadow:0 24px 70px rgba(153,53,102,.10)!important;
}
.gtpd.is-lab .hero-fact{
  border-color:#f0dce6!important;
  background:#fff9fc!important;
}
.gtpd.is-lab .certificate-panel{
  border-color:#efd7e3!important;
  background:#fff6fa!important;
}
.gtpd.is-lab .action.primary,
.gtpd.is-lab .gt-enquiry-submit{
  border-color:var(--lab-deep)!important;
  background:linear-gradient(135deg,var(--lab-deep),var(--lab))!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(189,77,130,.18)!important;
}
.gtpd.is-lab .action.share-action{
  border-color:#dba9c2!important;
  color:var(--lab-deep)!important;
}
.gtpd.is-lab .section-kicker{
  color:#a34c76!important;
}

/* Premium action stack. */
.gtpd .actions.gt-r26-actions{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
.gtpd .action{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.gtpd .action.appointment-action{
  border-color:var(--champagne)!important;
  color:#76572b!important;
  background:#fffaf2!important;
}
.gtpd .action.share-action{
  background:#fff!important;
}
.gtpd .gt-r26-browse{
  display:flex;
  justify-content:center;
  margin-top:10px;
  font-size:15px;
}
.gtpd .gt-r26-browse a{
  color:#667288;
  text-decoration:none;
  border-bottom:1px solid #d8dde5;
}

/* Success/error status. */
.gtpd .gt-enquiry-status{
  margin:0 0 18px;
  border-radius:16px;
  padding:14px 17px;
  font-size:16px;
  font-weight:600;
}
.gtpd .gt-enquiry-status.success{
  border:1px solid #bfdcc9;
  background:#f3fbf6;
  color:#245c38;
}
.gtpd .gt-enquiry-status.error{
  border:1px solid #e9bdc3;
  background:#fff5f6;
  color:#842c39;
}

/* Enquiry modal. */
.gt-enquiry-modal[hidden]{display:none!important}
.gt-enquiry-modal{
  position:fixed;
  inset:0;
  z-index:1000;
  display:grid;
  place-items:center;
  padding:18px;
  background:rgba(5,18,42,.72);
  backdrop-filter:blur(9px);
}
.gt-enquiry-dialog{
  width:min(720px,100%);
  max-height:min(90vh,900px);
  overflow:auto;
  position:relative;
  border:1px solid #e5dacb;
  border-radius:26px;
  padding:clamp(24px,4vw,42px);
  background:linear-gradient(150deg,#fff,#fbfaf7);
  box-shadow:0 30px 100px rgba(2,16,40,.32);
  font-family:"Cormorant","Cormorant Garamond",Georgia,serif;
}
.gtpd.is-lab .gt-enquiry-dialog{
  border-color:#edd1df;
  background:linear-gradient(150deg,#fff,#fff4f9);
}
.gt-enquiry-close{
  position:absolute;
  right:16px;
  top:16px;
  width:42px;
  height:42px;
  border:1px solid #dde2e8;
  border-radius:50%;
  background:#fff;
  color:#061b45;
  font-size:24px;
  cursor:pointer;
}
.gt-enquiry-eyebrow{
  margin:0 0 5px;
  color:#8c6a3a;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:12px;
  font-weight:700;
}
.gt-enquiry-dialog h2{
  margin:0 48px 8px 0!important;
  font-size:clamp(34px,4vw,48px)!important;
}
.gt-enquiry-diamond{
  margin:0 0 22px;
  color:#647086;
  font-size:17px;
}
.gt-enquiry-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.gt-enquiry-field{
  display:grid;
  gap:6px;
}
.gt-enquiry-field.wide{grid-column:1/-1}
.gt-enquiry-field label{
  color:#263956;
  font-size:15px;
  font-weight:650;
}
.gt-enquiry-field input,
.gt-enquiry-field textarea{
  width:100%;
  border:1px solid #d9dfe7;
  border-radius:13px;
  background:#fff;
  color:#132b49;
  padding:12px 13px;
  font:600 16px/1.3 "Cormorant","Cormorant Garamond",Georgia,serif;
}
.gt-enquiry-field textarea{min-height:120px;resize:vertical}
.gt-enquiry-submit{
  width:100%;
  min-height:52px;
  margin-top:18px;
  border:1px solid #061b45;
  border-radius:999px;
  background:#061b45;
  color:#fff;
  font:650 18px/1 "Cormorant","Cormorant Garamond",Georgia,serif;
  cursor:pointer;
}
.gt-enquiry-note{
  margin:10px 0 0;
  color:#758093;
  font-size:13px;
  line-height:1.5;
}
.gt-enquiry-hp{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}

/* Share panel. */
.gt-share-panel[hidden]{display:none!important}
.gt-share-panel{
  margin-top:12px;
  padding:13px;
  border:1px solid #e6e0d7;
  border-radius:16px;
  background:#fbfaf7;
}
.gt-share-panel strong{
  display:block;
  margin-bottom:9px;
  color:#061b45;
  font-size:15px;
}
.gt-share-links{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.gt-share-links a,
.gt-share-links button{
  border:1px solid #d7dde5;
  border-radius:999px;
  padding:8px 11px;
  background:#fff;
  color:#1e3658;
  font:650 13px/1 "Cormorant","Cormorant Garamond",Georgia,serif;
  text-decoration:none;
  cursor:pointer;
}
.gt-share-copy-status{
  min-height:16px;
  margin-top:7px;
  color:#657186;
  font-size:12px;
}

@media(max-width:700px){
  .gtpd .actions.gt-r26-actions{grid-template-columns:1fr!important}
  .gt-enquiry-grid{grid-template-columns:1fr}
}
/* END APPV1_R26_DIAMOND_DETAIL_LUXURY_ENQUIRY */
/* BEGIN APPV1_R26_R2_R3_TEAL_MEDIA_SHARE_OVERLAY */
/* Final visual override for the already-live R26 detail stack. */

@media(min-width:1100px){
  .gtpd .shell{
    width:80vw!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
  }
}
@media(max-width:1099px){
  .gtpd .shell{width:100%!important;max-width:none!important}
}

/* Full-bleed media area. */
.gtpd .gallery-card,
.gtpd .stage{
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
}
.gtpd .stage{
  position:relative!important;
}
.gtpd .stage>img,
.gtpd .stage>video,
.gtpd .stage>iframe{
  position:absolute!important;
  inset:0!important;
  top:0!important;
  left:0!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
.gtpd .stage>img,
.gtpd .stage>video{
  object-fit:cover!important;
  object-position:center center!important;
  background:#000!important;
}
.gtpd .stage>iframe{
  transform:none!important;
  background:#fff!important;
}

/* Natural + Fancy Natural = GemTrove Blue. */
.gtpd.is-natural{
  --gt-origin:#0b2454;
  --gt-origin-deep:#061b45;
  --gt-origin-soft:#f4f7fc;
  --gt-origin-border:#d7e0ee;
  background:
    radial-gradient(circle at 15% 4%,rgba(11,36,84,.08),transparent 29%),
    linear-gradient(180deg,#fff 0,#fbfaf7 100%)!important;
}
.gtpd.is-natural .summary{
  border-color:var(--gt-origin-border)!important;
  background:linear-gradient(180deg,#fff 0%,#fff 76%,var(--gt-origin-soft) 100%)!important;
  box-shadow:0 24px 70px rgba(6,27,69,.09)!important;
}
.gtpd.is-natural .summary:before{
  background:var(--gt-origin)!important;
}
.gtpd.is-natural .origin-ribbon.natural{
  background:linear-gradient(135deg,var(--gt-origin-deep),var(--gt-origin))!important;
}
.gtpd.is-natural .action.primary,
.gtpd.is-natural .gt-enquiry-submit{
  border-color:var(--gt-origin-deep)!important;
  background:linear-gradient(135deg,var(--gt-origin-deep),var(--gt-origin))!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(11,36,84,.18)!important;
}
.gtpd.is-natural .action.share-action{
  border-color:#c9d5e7!important;
  color:var(--gt-origin)!important;
  background:#fff!important;
}

/* Lab-Grown + Fancy Lab-Grown = refined greenish-blue / teal. */
.gtpd.is-lab{
  --lab:#46a8ad;
  --lab-deep:#1f6f78;
  --lab-soft:#eef9fa;
  --lab-border:#cfe7e8;
  background:
    radial-gradient(circle at 15% 4%,rgba(70,168,173,.13),transparent 31%),
    linear-gradient(180deg,#fbffff 0,#fff 45%,#fbfaf7 100%)!important;
}
.gtpd.is-lab .summary{
  border-color:var(--lab-border)!important;
  background:linear-gradient(180deg,#fff 0%,#f8fefe 68%,var(--lab-soft) 100%)!important;
  box-shadow:0 24px 70px rgba(31,111,120,.12)!important;
}
.gtpd.is-lab .summary:before{
  background:var(--lab-deep)!important;
}
.gtpd.is-lab .origin-ribbon.lab{
  background:linear-gradient(135deg,var(--lab-deep),var(--lab))!important;
}
.gtpd.is-lab .hero-fact{
  border-color:#d7ecee!important;
  background:#fbffff!important;
}
.gtpd.is-lab .certificate-panel{
  border-color:#d5eaec!important;
  background:#f7fcfc!important;
}
.gtpd.is-lab .action.primary,
.gtpd.is-lab .gt-enquiry-submit{
  border-color:var(--lab-deep)!important;
  background:linear-gradient(135deg,var(--lab-deep),var(--lab))!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(31,111,120,.18)!important;
}
.gtpd.is-lab .action.share-action{
  border-color:#b9dde0!important;
  color:var(--lab-deep)!important;
  background:#fff!important;
}
.gtpd.is-lab .section-kicker,
.gtpd.is-lab .gt-enquiry-eyebrow{
  color:#2b838a!important;
}
.gtpd.is-lab .gt-enquiry-dialog{
  border-color:#d4eaec!important;
  background:linear-gradient(150deg,#fff,#f4fbfb)!important;
}

/* Keep CTA grid rich and balanced. */
.gtpd .actions.gt-r26-actions{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
@media(max-width:700px){
  .gtpd .actions.gt-r26-actions{grid-template-columns:1fr!important}
}
/* END APPV1_R26_R2_R3_TEAL_MEDIA_SHARE_OVERLAY */
/* BEGIN APPV1_R26_R3_R1_MEDIA_THUMBNAILS_360_ZERO_PADDING */

/* The explanatory media sentence is removed from markup; hide any stale fragment defensively. */
.gtpd .media-note{
  display:none!important;
}

/* Bottom media tabs: real image thumbnails for every image-type media item. */
.gtpd .thumbs{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:10px!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:12px 14px 14px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  background:#fff!important;
  border-top:1px solid #ece7df!important;
  scrollbar-width:thin;
  -webkit-overflow-scrolling:touch;
}
.gtpd .thumb{
  flex:0 0 96px!important;
  width:96px!important;
  min-width:96px!important;
  max-width:96px!important;
  height:92px!important;
  min-height:92px!important;
  position:relative!important;
  overflow:hidden!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  border:1px solid #e0e2e7!important;
  border-radius:13px!important;
  background:#fff!important;
  scroll-snap-align:start!important;
}
.gtpd .thumb:hover,
.gtpd .thumb:focus-visible{
  border-color:var(--champagne)!important;
  box-shadow:0 5px 16px rgba(13,32,63,.10)!important;
  outline:none!important;
}
.gtpd .thumb.active{
  border-color:var(--champagne)!important;
  box-shadow:0 0 0 2px rgba(185,145,85,.18)!important;
}
.gtpd .thumb .gt-media-thumb-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  object-fit:cover!important;
  object-position:center center!important;
  background:#fff!important;
}
.gtpd .thumb .icon{
  position:absolute!important;
  inset:0!important;
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  font-size:22px!important;
  font-weight:700!important;
  background:linear-gradient(145deg,#f8fafc,#eef2f7)!important;
  color:var(--navy)!important;
}
.gtpd .thumb[data-media-type="viewer"] .icon{
  background:linear-gradient(145deg,#f3ffff,#dff3f4)!important;
  color:#1f6f78!important;
}
.gtpd .thumb[data-media-type="video"] .icon{
  background:linear-gradient(145deg,#f6f8fc,#e7edf7)!important;
  color:#0b2454!important;
}
.gtpd .thumb .label{
  position:absolute!important;
  left:5px!important;
  right:5px!important;
  bottom:5px!important;
  z-index:5!important;
  display:block!important;
  margin:0!important;
  padding:4px 5px!important;
  border-radius:8px!important;
  background:rgba(5,20,47,.86)!important;
  color:#fff!important;
  font-size:10px!important;
  line-height:1.08!important;
  font-weight:650!important;
  letter-spacing:0!important;
  text-align:center!important;
  text-transform:none!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}

/*
 * 360 viewer: use every pixel of the square media card.
 * These selectors deliberately come after R10-R18, R27, R26 and the teal overlay.
 */
.gtpd .gallery-card{
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
}
.gtpd .stage{
  position:relative!important;
  width:100%!important;
  max-width:100%!important;
  aspect-ratio:1/1!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:#fff!important;
}
.gtpd .stage>iframe,
.gtpd .stage iframe{
  position:absolute!important;
  inset:0!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:0!important;
  width:100%!important;
  min-width:100%!important;
  max-width:100%!important;
  height:100%!important;
  min-height:100%!important;
  max-height:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  transform:none!important;
  transform-origin:center center!important;
  display:block!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.gtpd .viewer-external{
  position:absolute!important;
  z-index:9!important;
}

/* Direct video also remains edge-to-edge. */
.gtpd .stage>video,
.gtpd .stage video{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
}

/* Main still/ASET/Hearts/Arrows image: preserve entire source image. */
.gtpd .stage>img,
.gtpd .stage img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  display:block!important;
  background:#fff!important;
}

@media(max-width:700px){
  .gtpd .thumbs{
    gap:8px!important;
    padding:10px!important;
  }
  .gtpd .thumb{
    flex-basis:82px!important;
    width:82px!important;
    min-width:82px!important;
    max-width:82px!important;
    height:82px!important;
    min-height:82px!important;
  }
  .gtpd .thumb .label{
    font-size:9.5px!important;
  }
}
/* END APPV1_R26_R3_R1_MEDIA_THUMBNAILS_360_ZERO_PADDING */
/* BEGIN APPV1_R26_R3_R3_VIEWER_195_FILL_HIDE_INVALID_MEDIA */

/*
 * The supplier 360 document carries internal whitespace.
 * The iframe itself is still 100% x 100%; visual fill is achieved by scaling
 * the cross-origin document and clipping it at the square stage boundary.
 */
.gtpd .gallery-card,
.gtpd .stage{
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
}
.gtpd .stage{
  position:relative!important;
  width:100%!important;
  aspect-ratio:1/1!important;
  min-height:0!important;
}
.gtpd .stage>iframe,
.gtpd .stage iframe{
  position:absolute!important;
  top:50%!important;
  left:50%!important;
  right:auto!important;
  bottom:auto!important;
  width:100%!important;
  min-width:100%!important;
  max-width:100%!important;
  height:100%!important;
  min-height:100%!important;
  max-height:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  transform:translate(-50%,-50%) scale(1.95)!important;
  transform-origin:center center!important;
  display:block!important;
  background:#fff!important;
  box-sizing:border-box!important;
}

/* Invalid image-media buttons disappear completely. */
.gtpd .thumb[hidden],
.gtpd .thumb.gt-media-thumb-invalid{
  display:none!important;
}

/* Keep the thumbnail rail compact after invalid tiles are removed. */
.gtpd .thumbs{
  align-items:stretch!important;
}

@media(max-width:700px){
  .gtpd .stage>iframe,
  .gtpd .stage iframe{
    transform:translate(-50%,-50%) scale(1.88)!important;
  }
}
/* END APPV1_R26_R3_R3_VIEWER_195_FILL_HIDE_INVALID_MEDIA */
/* BEGIN APPV1_DIAMOND_CARD_STANDARD_R1_R3 */
/*
 * Non-negotiable GemTrove public diamond-card structure.
 *
 * Hierarchy:
 * origin -> optional category/reason -> SKU -> title -> specification ->
 * metadata -> price/tax -> detail action.
 *
 * Natural/Fancy Natural = GemTrove Blue.
 * Lab/Fancy Lab = greenish-blue/teal.
 */
.gt-diamond-card{
  --gt-card-natural:#0b2454;
  --gt-card-natural-deep:#061b45;
  --gt-card-lab:#46a8ad;
  --gt-card-lab-deep:#1f6f78;
  --gt-card-line:#dde4ec;
  --gt-card-muted:#627083;
  --gt-card-ink:#172743;
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  border:1px solid var(--gt-card-line);
  border-radius:12px;
  background:#fff;
  color:var(--gt-card-ink);
  text-decoration:none;
  box-shadow:0 8px 24px rgba(20,35,59,.05);
}
.gt-diamond-card.gt-origin-natural{
  --gt-card-origin:var(--gt-card-natural);
  --gt-card-origin-deep:var(--gt-card-natural-deep);
  --gt-card-origin-soft:#f4f7fc;
  --gt-card-origin-line:#d7e0ee;
  border-color:var(--gt-card-origin-line);
}
.gt-diamond-card.gt-origin-lab{
  --gt-card-origin:var(--gt-card-lab);
  --gt-card-origin-deep:var(--gt-card-lab-deep);
  --gt-card-origin-soft:#eef9fa;
  --gt-card-origin-line:#cfe7e8;
  border-color:var(--gt-card-origin-line);
  box-shadow:0 8px 24px rgba(31,111,120,.055);
}
.gt-diamond-card:hover,
.gt-diamond-card:focus-visible{
  border-color:var(--gt-card-origin);
  box-shadow:0 12px 30px rgba(20,35,59,.10);
  outline:none;
}
.gt-diamond-card-media{
  position:relative;
  width:100%;
  aspect-ratio:1/1;
  min-height:0;
  overflow:hidden;
  display:grid;
  place-items:center;
  background:#fff;
}
.gt-diamond-card-media>img,
.gt-diamond-card-media .gt-product-image{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  margin:0;
  padding:0;
  object-fit:contain;
  object-position:center center;
  background:#fff;
}
.gt-diamond-card-body{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  min-height:0;
  padding:10px 14px 12px;
}
.gt-diamond-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  width:100%;
  min-height:30px;
  margin:0 0 7px;
}
.gt-diamond-card-badges{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:5px;
  min-width:0;
  flex-wrap:wrap;
}
.gt-diamond-card-origin{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:25px;
  padding:5px 8px;
  border:1px solid var(--gt-card-origin-deep);
  border-radius:999px;
  background:var(--gt-card-origin-deep);
  color:#fff;
  font-size:10px;
  line-height:1;
  font-weight:650;
  letter-spacing:.045em;
  text-transform:uppercase;
  white-space:nowrap;
}
.gt-origin-lab .gt-diamond-card-origin{
  border-color:var(--gt-card-lab-deep);
  background:linear-gradient(135deg,var(--gt-card-lab-deep),var(--gt-card-lab));
}
.gt-diamond-card-secondary{
  color:var(--gt-card-origin-deep);
  font-size:10px;
  line-height:1.15;
  font-weight:650;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.gt-diamond-card-tools{
  display:flex;
  align-items:center;
  gap:5px;
  flex:0 0 auto;
}
.gt-diamond-card-sku{
  min-height:0;
  margin:0 0 4px;
  color:var(--gt-card-muted);
  font-size:12px;
  line-height:1.3;
  font-weight:600;
  letter-spacing:.02em;
}
.gt-diamond-card-title{
  min-height:0;
  margin:0 0 7px;
  color:var(--gt-card-natural-deep);
  font-family:"Cormorant","Cormorant Garamond",Georgia,serif;
  font-size:20px;
  line-height:1.15;
  font-weight:600;
}
.gt-diamond-card-spec{
  margin:1px 0;
  color:#5c6878;
  font-size:14px;
  line-height:1.35;
  font-weight:600;
}
.gt-diamond-card-meta{
  margin:1px 0 0;
  color:#667387;
  font-size:13px;
  line-height:1.35;
}
.gt-diamond-card-price-line{
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:6px;
  margin-top:auto;
  padding-top:8px;
  border-top:1px solid #e8ebef;
}
.gt-diamond-card-price{
  margin:0;
  color:var(--gt-card-natural-deep);
  font-size:22px;
  line-height:1.1;
  font-weight:650;
}
.gt-diamond-card-tax{
  margin:0;
  color:#6d7888;
  font-size:12px;
  line-height:1.3;
}
.gt-diamond-card-cta{
  display:inline-flex;
  margin-top:8px;
  color:var(--gt-card-origin-deep);
  font-size:13px;
  line-height:1.2;
  font-weight:650;
  text-decoration:none;
}
.gt-diamond-card-tools .gt-card-icon{
  position:relative!important;
  width:32px!important;
  min-width:32px!important;
  max-width:32px!important;
  height:32px!important;
  min-height:32px!important;
  max-height:32px!important;
  border-radius:50%!important;
  background:#fff!important;
  color:var(--gt-card-origin-deep)!important;
  border-color:var(--gt-card-origin-line)!important;
  box-shadow:none!important;
}
.gt-diamond-card-tools .gt-card-icon:has(input:checked),
.gt-diamond-card-tools .gt-card-icon.active{
  border-color:var(--gt-card-origin-deep)!important;
  background:var(--gt-card-origin-deep)!important;
  color:#fff!important;
}

@media(max-width:680px){
  .gt-diamond-card-body{
    padding:10px 13px 12px;
  }
  .gt-diamond-card-title{
    font-size:19px;
  }
  .gt-diamond-card-spec{
    font-size:13.5px;
  }
  .gt-diamond-card-price{
    font-size:21px;
  }
}
/* END APPV1_DIAMOND_CARD_STANDARD_R1_R3 */

/* BEGIN APPV1_DIAMOND_CARD_STANDARD_R1_R3_SIMILAR */
/* Similar Diamonds adopts the same card proportions and hierarchy. */
.gtpd .similar-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}
.gtpd .similar-card.gt-diamond-card{
  border-radius:12px!important;
  overflow:hidden!important;
  transition:none!important;
  transform:none!important;
}
.gtpd .similar-card.gt-diamond-card:hover,
.gtpd .similar-card.gt-diamond-card:focus-visible{
  transform:none!important;
}
.gtpd .similar-media.gt-diamond-card-media{
  aspect-ratio:1/1!important;
  min-height:0!important;
  background:#fff!important;
}
.gtpd .similar-media.gt-diamond-card-media img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center center!important;
}
.gtpd .similar-body.gt-diamond-card-body{
  padding:10px 14px 12px!important;
  gap:0!important;
}
.gtpd .similar-reason.gt-diamond-card-secondary{
  margin:0!important;
  font-size:10px!important;
}
.gtpd .similar-title.gt-diamond-card-title{
  margin:0 0 7px!important;
  font-size:20px!important;
  line-height:1.15!important;
  font-weight:600!important;
}
.gtpd .similar-grade.gt-diamond-card-spec{
  margin:1px 0!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:600!important;
}
.gtpd .similar-price.gt-diamond-card-price{
  margin:0!important;
  padding:0!important;
  font-size:22px!important;
  line-height:1.1!important;
  font-weight:650!important;
}
.gtpd .similar-cta.gt-diamond-card-cta{
  margin-top:8px!important;
  font-size:13px!important;
  font-weight:650!important;
}

@media(max-width:1180px){
  .gtpd .similar-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:480px){
  .gtpd .similar-grid{
    grid-template-columns:1fr!important;
  }
  .gtpd .similar-card.gt-diamond-card{
    display:flex!important;
    flex-direction:column!important;
  }
  .gtpd .similar-media.gt-diamond-card-media{
    aspect-ratio:1/1!important;
    min-height:0!important;
  }
}
/* END APPV1_DIAMOND_CARD_STANDARD_R1_R3_SIMILAR */






/* BEGIN APPV1_R31_R1_RESPONSIVE_DIAMOND_MEDIA_STAGE
   Responsive presentation-layer override only.
   Supplier source media is not altered.
*/
.gtpd .stage{
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:4/3!important;
  overflow:hidden!important;
  display:block!important;
  position:relative!important;
  background:#fff!important;
}

/* Never crop the supplier still image or direct video on the detail page. */
.gtpd .stage>img,
.gtpd .stage img,
.gtpd .stage>video,
.gtpd .stage video{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  display:block!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#fff!important;
}

/* 360 supplier viewer fills the responsive stage without artificial zoom. */
.gtpd .stage>iframe,
.gtpd .stage iframe{
  position:absolute!important;
  inset:0!important;
  top:0!important;
  left:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  transform:none!important;
  transform-origin:center center!important;
  background:#fff!important;
}

/* Large desktop: respect viewport height so media does not dominate short screens. */
@media (min-width:1280px){
  .gtpd .stage{
    aspect-ratio:auto!important;
    height:clamp(500px,68vh,690px)!important;
    max-height:690px!important;
  }
}

/* Standard laptop / small desktop. */
@media (min-width:1100px) and (max-width:1279px){
  .gtpd .stage{
    aspect-ratio:auto!important;
    height:clamp(460px,64vh,600px)!important;
    max-height:600px!important;
  }
}

/* Tablet landscape / compact desktop after the layout begins tightening. */
@media (min-width:901px) and (max-width:1099px){
  .gtpd .stage{
    aspect-ratio:4/3!important;
    height:auto!important;
    max-height:560px!important;
  }
}

/* Tablet and mobile single-column detail page. */
@media (max-width:900px){
  .gtpd .gallery-card{
    padding:10px!important;
  }

  .gtpd .stage{
    aspect-ratio:4/3!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
  }
}

/* Phones: reduce media height and thumbnail footprint. */
@media (max-width:700px){
  .gtpd .gallery-card{
    padding:7px!important;
    border-radius:20px!important;
  }

  .gtpd .stage{
    aspect-ratio:4/3!important;
    border-radius:20px 20px 0 0!important;
  }

  .gtpd .thumbs{
    gap:8px!important;
    padding:9px 7px 7px!important;
  }

  .gtpd .thumb{
    min-width:84px!important;
    width:84px!important;
    height:84px!important;
    flex:0 0 84px!important;
  }
}

/* Very small phones. */
@media (max-width:480px){
  .gtpd .stage{
    aspect-ratio:4/3!important;
  }

  .gtpd .thumb{
    min-width:76px!important;
    width:76px!important;
    height:76px!important;
    flex-basis:76px!important;
  }
}
/* END APPV1_R31_R1_RESPONSIVE_DIAMOND_MEDIA_STAGE */

/* BEGIN APPV1_R31_R2_ZERO_PADDING_MEDIA_CONTENT_REBALANCE
   Final responsive detail-gallery authority.
   Zero media padding at every viewport.
*/
.gtpd .product{
  align-items:stretch!important;
  grid-template-columns:minmax(420px,.92fr) minmax(500px,1.08fr)!important;
  gap:clamp(20px,2.2vw,36px)!important;
}

.gtpd .gallery-card{
  width:100%!important;
  max-width:680px!important;
  justify-self:end!important;
  align-self:start!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
  background:#fff!important;
  border-radius:24px!important;
}

/* Full-bleed square stage: no white CSS padding around viewer/image/video. */
.gtpd .stage{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:1/1!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:23px 23px 0 0!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:none!important;
}

.gtpd .stage>img,
.gtpd .stage img,
.gtpd .stage>video,
.gtpd .stage video,
.gtpd .stage>iframe,
.gtpd .stage iframe{
  position:absolute!important;
  inset:0!important;
  top:0!important;
  left:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  display:block!important;
  object-position:center center!important;
  transform:none!important;
  transform-origin:center center!important;
  background:#fff!important;
}

/* Do not crop source media. The stage itself now matches the square media box. */
.gtpd .stage>img,
.gtpd .stage img,
.gtpd .stage>video,
.gtpd .stage video{
  object-fit:contain!important;
}

/* Keep controls and bottom of supplier viewer visible on phones. */
.gtpd .stage>iframe,
.gtpd .stage iframe{
  object-fit:fill!important;
}

/* Thumbnail rail is not media padding: use only a compact control gutter. */
.gtpd .thumbs{
  margin:0!important;
  padding:7px 8px 8px!important;
  gap:8px!important;
  border-top:1px solid rgba(185,145,85,.16)!important;
  background:#fff!important;
}

.gtpd .thumb{
  margin:0!important;
  padding:0!important;
}

/* Content side uses the space recovered from the oversized gallery. */
.gtpd .summary{
  width:100%!important;
  min-width:0!important;
  height:100%!important;
  min-height:100%!important;
  align-self:stretch!important;
  position:relative!important;
  top:auto!important;
}

/* Wide desktop. */
@media (min-width:1400px){
  .gtpd .shell{
    width:min(95vw,1540px)!important;
  }

  .gtpd .product{
    grid-template-columns:minmax(520px,680px) minmax(560px,1fr)!important;
  }

  .gtpd .gallery-card{
    max-width:680px!important;
  }
}

/* Normal desktop / laptop. */
@media (min-width:1100px) and (max-width:1399px){
  .gtpd .product{
    grid-template-columns:minmax(470px,.95fr) minmax(500px,1.05fr)!important;
  }

  .gtpd .gallery-card{
    max-width:620px!important;
  }
}

/* Compact laptop/tablet landscape. */
@media (min-width:901px) and (max-width:1099px){
  .gtpd .product{
    grid-template-columns:minmax(0,1fr) minmax(390px,.92fr)!important;
    gap:20px!important;
  }

  .gtpd .gallery-card{
    max-width:560px!important;
  }
}

/* Single-column tablet and mobile. */
@media (max-width:900px){
  .gtpd .product{
    grid-template-columns:1fr!important;
    gap:16px!important;
    align-items:start!important;
  }

  .gtpd .gallery-card{
    width:100%!important;
    max-width:none!important;
    justify-self:stretch!important;
    padding:0!important;
    margin:0!important;
    border-radius:20px!important;
  }

  .gtpd .stage{
    width:100%!important;
    aspect-ratio:1/1!important;
    padding:0!important;
    margin:0!important;
    border-radius:19px 19px 0 0!important;
  }

  .gtpd .summary{
    height:auto!important;
    min-height:0!important;
    align-self:auto!important;
    margin:0!important;
  }
}

/* Phone controls stay compact; media remains truly full bleed. */
@media (max-width:700px){
  .gtpd .shell{
    padding-left:8px!important;
    padding-right:8px!important;
  }

  .gtpd .gallery-card{
    padding:0!important;
  }

  .gtpd .stage{
    padding:0!important;
    aspect-ratio:1/1!important;
  }

  .gtpd .thumbs{
    padding:6px!important;
    gap:7px!important;
  }

  .gtpd .thumb{
    min-width:76px!important;
    width:76px!important;
    height:76px!important;
    flex:0 0 76px!important;
  }

  .gtpd .viewer-external{
    left:12px!important;
    bottom:12px!important;
  }

  .gtpd .summary{
    padding:20px!important;
  }
}

@media (max-width:480px){
  .gtpd .shell{
    padding-left:6px!important;
    padding-right:6px!important;
  }

  .gtpd .gallery-card,
  .gtpd .stage{
    padding:0!important;
    margin:0!important;
  }

  .gtpd .thumbs{
    padding:5px!important;
  }

  .gtpd .thumb{
    min-width:70px!important;
    width:70px!important;
    height:70px!important;
    flex-basis:70px!important;
  }

  .gtpd .summary{
    padding:18px!important;
  }
}
/* END APPV1_R31_R2_ZERO_PADDING_MEDIA_CONTENT_REBALANCE */

/* APPV1_DIAMOND_4CAT_PERF_R8_PDP_EXTRACTED_STYLE_BLOCK_2 */
.gtpd .gt-r36-card{position:relative;overflow:hidden;background:linear-gradient(145deg,#fff 0%,#fdfbf7 72%,#f7f1e7 100%)!important;border-color:#dfd2be!important}
      .gtpd .gt-r36-card:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(180deg,#b99155,#0b56a0)}
      .gtpd.is-lab .gt-r36-card:before{background:linear-gradient(180deg,#b99155,#c23d82)}
      .gtpd .gt-r36-lead{max-width:1180px;margin:0;color:#344963;font-size:19px;line-height:1.75}
      .gtpd .gt-r36-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:24px}
      .gtpd .gt-r36-4c{min-width:0;padding:18px;border:1px solid #e4ddd1;border-radius:18px;background:rgba(255,255,255,.88)}
      .gtpd .gt-r36-4c-label{display:block;font-size:12px;line-height:1.1;text-transform:uppercase;letter-spacing:.08em;color:#8b6a3b;font-weight:700}
      .gtpd .gt-r36-4c strong{display:block;margin:7px 0 9px;color:#061b45;font-size:25px;line-height:1.05;font-weight:650;overflow-wrap:anywhere}
      .gtpd .gt-r36-4c p{margin:0;color:#4a5b72;font-size:16px;line-height:1.62}
      .gtpd .gt-r36-split{display:grid;grid-template-columns:1.08fr .92fr;gap:18px;margin-top:22px}
      .gtpd .gt-r36-panel{padding:20px;border:1px solid #e5ded4;border-radius:18px;background:#fff}
      .gtpd .gt-r36-panel h3{margin:0 0 10px;color:#061b45;font-size:27px;line-height:1.05;font-weight:650}
      .gtpd .gt-r36-panel p{margin:0;color:#4a5b72;font-size:16px;line-height:1.65}
      .gtpd .gt-r36-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}
      .gtpd .gt-r36-chip{display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border:1px solid #ded5c7;border-radius:999px;background:#fdfaf5;color:#203954;font-size:14px;line-height:1.15;font-weight:650}
      .gtpd.is-lab .gt-r36-chip{border-color:#ead1de;background:#fff6fa}
      .gtpd .gt-r36-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:15px;counter-reset:r36step}
      .gtpd .gt-r36-step{position:relative;padding:17px 16px 16px 48px;border:1px solid #e5ded4;border-radius:16px;background:#fff;counter-increment:r36step}
      .gtpd .gt-r36-step:before{content:counter(r36step);position:absolute;left:14px;top:15px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#061b45;color:#fff;font-size:13px;font-weight:700}
      .gtpd .gt-r36-step strong{display:block;margin:0 0 5px;color:#061b45;font-size:18px;font-weight:650}.gtpd .gt-r36-step p{margin:0;color:#58677a;font-size:14px;line-height:1.55}
      .gtpd .gt-r36-gemologist{margin-top:22px;padding:22px;border:1px solid #cfdeec;border-radius:19px;background:linear-gradient(135deg,#f7fbff,#eef5fc)}
      .gtpd .gt-r36-gemologist h3{margin:0 0 8px;color:#061b45;font-size:29px;font-weight:650}.gtpd .gt-r36-gemologist>p{margin:0;color:#405875;font-size:16px;line-height:1.6}
      .gtpd .gt-r36-questions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;margin:14px 0 0;padding:0;list-style:none}.gtpd .gt-r36-questions li{position:relative;padding-left:22px;color:#344d6b;font-size:15px;line-height:1.48}.gtpd .gt-r36-questions li:before{content:"◆";position:absolute;left:0;top:1px;color:#b99155;font-size:10px}
      .gtpd .gt-r36-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:20px}.gtpd .gt-r36-trust span{padding:11px 12px;border:1px solid #e6ded1;border-radius:13px;background:#fff;color:#273d59;font-size:14px;font-weight:650;text-align:center}
      .gtpd .gt-r36-price{margin-top:20px;padding:17px 18px;border-left:4px solid #b99155;border-radius:0 14px 14px 0;background:#fbf7ef;color:#4d5360;font-size:15px;line-height:1.65}.gtpd .gt-r36-price strong{color:#061b45}
      .gtpd .gt-r36-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.gtpd .gt-r36-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 17px;border:1px solid #061b45;border-radius:999px;text-decoration:none;color:#061b45!important;background:#fff;font-size:16px;font-weight:650}.gtpd .gt-r36-actions a:first-child{background:#061b45;color:#fff!important}.gtpd .gt-r36-actions a:hover{box-shadow:0 8px 22px rgba(13,47,86,.12)}
      .gtpd .gt-r36-notice{margin:18px 0 0;padding-top:14px;border-top:1px solid #e4ddd1;color:#747d89;font-size:13px;line-height:1.55}
      @media(max-width:1180px){.gtpd .gt-r36-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gtpd .gt-r36-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}
      @media(max-width:760px){.gtpd .gt-r36-split{grid-template-columns:1fr}.gtpd .gt-r36-questions{grid-template-columns:1fr}.gtpd .gt-r36-trust{grid-template-columns:repeat(2,minmax(0,1fr))}.gtpd .gt-r36-actions{display:grid;grid-template-columns:1fr}.gtpd .gt-r36-actions a{width:100%}}
      @media(max-width:520px){.gtpd .gt-r36-grid,.gtpd .gt-r36-steps,.gtpd .gt-r36-trust{grid-template-columns:1fr}.gtpd .gt-r36-4c{padding:16px}.gtpd .gt-r36-lead{font-size:17px}}

/* ============================================================
   APPV1_DIAMOND_4CAT_R9_ACCESSIBILITY_CONTRAST
   Lighthouse 2026-08-17: small-text contrast corrections.
   ============================================================ */
.gtpd .section-kicker{
  color:#6d4d22!important;
}

.gtpd.is-lab .section-kicker,
.gtpd.is-lab .gt-enquiry-eyebrow{
  color:#1f6970!important;
}

.gt-diamond-card-tax{
  color:#596575;
}
