body.theme-jewellery {
  --jewel-ink: #121b17;
  --jewel-deep: #13211b;
  --jewel-green: #25382f;
  --jewel-sage: #526158;
  --jewel-gold: #b9914f;
  --jewel-gold-dark: #7a5a2c;
  --jewel-cream: #f7efe2;
  --jewel-card: #fffaf0;
  --jewel-card-soft: #fbf2e4;
  --jewel-muted: #526159;
  --jewel-line: rgba(122, 90, 44, 0.24);
  --bg: var(--jewel-cream);
  --surface-soft: #ece1d0;
  --accent: var(--jewel-gold);
  --accent-2: var(--jewel-sage);
  --dark: var(--jewel-deep);
  --on-dark: #fff7e9;
  --card-bg: var(--jewel-card);
  --card-border: var(--jewel-line);
  --card-shadow: 0 22px 48px rgba(18, 27, 23, 0.11);
  --radius-lg: 4px;
  --radius-md: 4px;
  background:
    linear-gradient(120deg, rgba(185, 145, 79, 0.12), transparent 32%),
    var(--jewel-cream);
}

.theme-jewellery h1,
.theme-jewellery h2,
.theme-jewellery h3,
.theme-jewellery .brand strong {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.theme-jewellery .site-header {
  background: rgba(247, 239, 226, 0.94);
}

.theme-jewellery .topbar {
  background: #101a15;
  color: rgba(255, 247, 233, 0.9);
}

.theme-jewellery .topbar a,
.theme-jewellery .site-nav a:last-child {
  color: #fff7e9;
}

.theme-jewellery .site-nav a:last-child {
  border-color: rgba(185, 145, 79, 0.42);
  background: #16231d;
}

.theme-jewellery .brand-mark {
  background: var(--jewel-ink);
}

.theme-jewellery .hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.4rem, 6.2vw, 6.8rem) 0 clamp(3.6rem, 6vw, 6rem);
  border-bottom: 1px solid rgba(255, 247, 233, 0.12);
  background:
    linear-gradient(105deg, rgba(19, 33, 27, 0.98) 0%, rgba(28, 46, 38, 0.98) 56%, rgba(67, 67, 43, 0.94) 100%);
  color: #fff7e9;
}

.theme-jewellery .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 247, 233, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 247, 233, 0.028) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.26;
}

.theme-jewellery .hero .container {
  position: relative;
  z-index: 1;
}

.theme-jewellery .hero-grid {
  gap: clamp(2rem, 5vw, 4.5rem);
}

.theme-jewellery .hero-copy {
  max-width: 760px;
}

.theme-jewellery h1 {
  max-width: 14.2ch;
  margin: 1.15rem 0 1.05rem;
  font-size: clamp(3rem, 6.2vw, 5.35rem);
  line-height: 0.98;
}

.theme-jewellery h2 {
  max-width: 16.5ch;
  font-size: clamp(2.15rem, 4vw, 3.45rem);
  line-height: 1;
}

.theme-jewellery h3 {
  font-size: clamp(1.45rem, 1.8vw, 1.85rem);
  line-height: 1.05;
}

.theme-jewellery .hero-lead,
.theme-jewellery .section-heading p,
.theme-jewellery .large-text {
  max-width: 58ch;
  color: var(--jewel-muted);
  line-height: 1.55;
}

.theme-jewellery .hero .hero-lead {
  max-width: 50ch;
  color: rgba(255, 247, 233, 0.84);
}

.theme-jewellery .section {
  padding: clamp(3.4rem, 5.5vw, 5.35rem) 0;
}

.theme-jewellery .section-heading {
  max-width: 760px;
  margin-bottom: clamp(1.35rem, 2.4vw, 2.05rem);
}

.theme-jewellery #collections .section-heading h2,
.theme-jewellery #faq .section-heading h2,
.theme-jewellery #enquire h2 {
  max-width: 17.5ch;
}

.theme-jewellery .eyebrow,
.theme-jewellery .section-label,
.theme-jewellery .card-label {
  min-height: 1.85rem;
  border-color: rgba(185, 145, 79, 0.34);
  background: rgba(255, 250, 240, 0.78);
  color: var(--jewel-gold-dark);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
}

.theme-jewellery .hero .eyebrow,
.theme-jewellery .section-soft .section-label {
  border-color: rgba(255, 247, 233, 0.24);
  background: rgba(255, 247, 233, 0.14);
  color: #f2d19c;
}

.theme-jewellery .button {
  border-radius: 3px;
}

.theme-jewellery .button-primary {
  border-color: rgba(255, 247, 233, 0.12);
  background: var(--jewel-gold);
  color: var(--jewel-ink);
  box-shadow: 0 18px 38px rgba(185, 145, 79, 0.18);
}

.theme-jewellery .button-primary:hover,
.theme-jewellery .button-primary:focus-visible {
  background: #c7a35f;
}

.theme-jewellery .hero .button-secondary {
  border-color: rgba(255, 247, 233, 0.28);
  background: rgba(255, 247, 233, 0.08);
  color: #fff7e9;
}

.theme-jewellery .hero-proof {
  gap: 0.6rem;
  margin-top: 1.15rem;
}

.theme-jewellery .hero .hero-proof li {
  min-height: 2.15rem;
  border-color: rgba(255, 247, 233, 0.22);
  background: rgba(255, 247, 233, 0.11);
  color: rgba(255, 247, 233, 0.92);
  font-size: 0.86rem;
}

.theme-jewellery .hero .demo-safety-note {
  max-width: 55rem;
  margin-top: 1.15rem;
  border-color: rgba(255, 247, 233, 0.22);
  background: rgba(255, 247, 233, 0.1);
  color: rgba(255, 247, 233, 0.86);
  line-height: 1.5;
}

.theme-jewellery .hero-media {
  display: grid;
  align-items: center;
  align-content: center;
  gap: 0.85rem;
  min-height: clamp(23rem, 35vw, 31rem);
}

.theme-jewellery .service-card,
.theme-jewellery .visual-card,
.theme-jewellery .area-panel,
.theme-jewellery .faq-card,
.theme-jewellery .contact-form {
  border: 1px solid var(--jewel-line);
  border-radius: 4px;
  background: var(--jewel-card);
  box-shadow: var(--card-shadow);
}

.theme-jewellery .hero-showcase {
  position: relative;
  min-height: clamp(18rem, 25vw, 22rem);
  overflow: hidden;
  align-content: end;
  padding: clamp(1.2rem, 2.4vw, 1.75rem);
  border-color: rgba(255, 247, 233, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.1), rgba(255, 250, 240, 0.02)),
    #fffaf0;
  color: var(--jewel-ink);
}

.theme-jewellery .hero-showcase::before {
  content: "";
  position: absolute;
  inset: 1.1rem 1.1rem auto;
  height: 45%;
  border: 1px solid rgba(122, 90, 44, 0.22);
  background:
    linear-gradient(135deg, rgba(185, 145, 79, 0.18), transparent 48%),
    repeating-linear-gradient(90deg, rgba(18, 27, 23, 0.05) 0 1px, transparent 1px 28px),
    linear-gradient(180deg, #fffaf0, #f5ead9);
}

.theme-jewellery .hero-showcase > * {
  position: relative;
}

.theme-jewellery .hero-showcase strong {
  max-width: 20rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.08;
}

.theme-jewellery .hero-showcase p {
  max-width: 28rem;
  color: var(--jewel-muted);
}

.theme-jewellery .hero-note {
  position: static;
  justify-self: end;
  width: min(100%, 18.5rem);
  max-width: 18.5rem;
  border: 1px solid rgba(122, 90, 44, 0.18);
  border-radius: 4px;
  background: rgba(255, 250, 240, 0.96);
  color: var(--jewel-ink);
}

.theme-jewellery .hero-note p {
  color: var(--jewel-muted);
  line-height: 1.45;
}

.theme-jewellery .trust-strip {
  padding: clamp(1.25rem, 2.5vw, 1.85rem) 0;
  border-bottom: 1px solid rgba(255, 247, 233, 0.08);
  background: #101a15;
}

.theme-jewellery .trust-grid {
  gap: clamp(1rem, 2vw, 1.6rem);
}

.theme-jewellery .trust-item {
  padding: 0.65rem 0 0.65rem 1.1rem;
  border-left-color: rgba(185, 145, 79, 0.42);
}

.theme-jewellery .trust-item p {
  max-width: 32ch;
  color: rgba(255, 247, 233, 0.78);
}

.theme-jewellery .service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 2vw, 1.1rem);
}

.theme-jewellery .service-card {
  position: relative;
  min-height: 100%;
  padding: clamp(1.25rem, 2.4vw, 1.7rem);
  border-top: 4px solid rgba(185, 145, 79, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.98), rgba(251, 242, 228, 0.9)),
    var(--jewel-card);
}

.theme-jewellery .service-card p,
.theme-jewellery .service-card li,
.theme-jewellery .faq-card p,
.theme-jewellery .visual-card p,
.theme-jewellery .check-list li {
  color: var(--jewel-muted);
}

.theme-jewellery .service-card ul {
  display: grid;
  gap: 0.38rem;
  margin-top: auto;
  padding-top: 1rem;
}

.theme-jewellery .service-card li,
.theme-jewellery .check-list li {
  padding-left: 1.15rem;
  line-height: 1.5;
}

.theme-jewellery .service-card li::before,
.theme-jewellery .check-list li::before {
  top: 0.63em;
  width: 0.35rem;
  height: 0.35rem;
  background: var(--jewel-gold);
}

.theme-jewellery .section-soft {
  background:
    linear-gradient(180deg, rgba(255, 247, 233, 0.02), transparent),
    #13211b;
  color: #fff7e9;
}

.theme-jewellery .section-soft .section-heading p,
.theme-jewellery .section-soft .large-text {
  color: rgba(255, 247, 233, 0.8);
}

.theme-jewellery .section-soft .area-panel {
  color: var(--jewel-ink);
}

.theme-jewellery .section-soft .area-panel p,
.theme-jewellery .section-soft .area-panel li {
  color: var(--jewel-muted);
}

.theme-jewellery #services .split-grid {
  align-items: start;
}

.theme-jewellery #services h2 {
  max-width: 18.8ch;
  font-size: clamp(2.1rem, 3.6vw, 3.25rem);
}

.theme-jewellery .steps-grid {
  gap: 0.95rem;
}

.theme-jewellery .area-panel {
  padding: clamp(1.1rem, 2vw, 1.45rem);
}

.theme-jewellery .area-panel .card-label {
  margin-bottom: 0.9rem;
  background: rgba(185, 145, 79, 0.1);
}

.theme-jewellery .area-panel strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--jewel-ink);
  font-size: 1.08rem;
  line-height: 1.2;
}

.theme-jewellery .showcase-section {
  padding-bottom: clamp(3.6rem, 6vw, 5.8rem);
}

.theme-jewellery .gallery-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(0.9rem, 2vw, 1.05rem);
  align-items: stretch;
}

.theme-jewellery .gallery-grid .visual-card {
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: var(--jewel-card);
}

.theme-jewellery .gallery-grid .visual-card:first-child,
.theme-jewellery .gallery-grid .visual-card:nth-child(3) {
  min-height: clamp(19rem, 25vw, 25rem);
}

.theme-jewellery .gallery-grid .visual-card:nth-child(2),
.theme-jewellery .gallery-grid .visual-card:nth-child(4) {
  min-height: clamp(17rem, 21vw, 22rem);
}

.theme-jewellery .visual-slot {
  display: block;
  flex: 1 1 auto;
  min-height: 11rem;
  border-bottom: 1px solid rgba(122, 90, 44, 0.18);
  background:
    linear-gradient(135deg, rgba(185, 145, 79, 0.16), transparent 48%),
    repeating-linear-gradient(0deg, rgba(18, 27, 23, 0.045) 0 1px, transparent 1px 28px),
    linear-gradient(180deg, #fffaf0, #f3e8d7);
}

.theme-jewellery .visual-copy {
  display: grid;
  gap: 0.45rem;
  padding: clamp(1rem, 2vw, 1.25rem);
}

.theme-jewellery .visual-copy strong {
  color: var(--jewel-ink);
  font-size: 1.12rem;
}

.theme-jewellery .visit-panel {
  padding: clamp(1.25rem, 2.5vw, 1.7rem);
}

.theme-jewellery .visit-panel .check-list {
  display: grid;
  gap: 0.45rem;
}

.theme-jewellery .faq-grid {
  align-items: start;
  gap: clamp(1.8rem, 5vw, 4rem);
}

.theme-jewellery .faq-list {
  gap: 0.85rem;
}

.theme-jewellery .faq-card {
  padding: clamp(1.1rem, 2vw, 1.35rem);
  box-shadow: 0 16px 36px rgba(18, 27, 23, 0.08);
}

.theme-jewellery .faq-card h3 {
  max-width: 24ch;
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 1.7vw, 1.7rem);
}

.theme-jewellery .contact-grid {
  align-items: start;
  gap: clamp(2rem, 5vw, 4rem);
}

.theme-jewellery #enquire h2 {
  margin-top: 0.8rem;
}

.theme-jewellery #enquire .check-list {
  display: grid;
  gap: 0.3rem;
}

.theme-jewellery #enquire .check-list a {
  color: var(--jewel-muted);
  text-decoration: underline;
  text-decoration-color: rgba(185, 145, 79, 0.45);
  text-underline-offset: 0.18em;
}

.theme-jewellery .contact-form {
  padding: clamp(1.15rem, 2.6vw, 1.45rem);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.98), rgba(251, 242, 228, 0.92)),
    var(--jewel-card);
}

.theme-jewellery label {
  margin-bottom: 0.4rem;
  color: var(--jewel-ink);
  font-size: 0.92rem;
}

.theme-jewellery input,
.theme-jewellery select,
.theme-jewellery textarea {
  min-height: 3.15rem;
  margin-bottom: 0.95rem;
  border-color: rgba(18, 27, 23, 0.16);
  border-radius: 4px;
  background: #fffdf9;
}

.theme-jewellery textarea {
  min-height: 9.5rem;
}

.theme-jewellery input:focus-visible,
.theme-jewellery select:focus-visible,
.theme-jewellery textarea:focus-visible {
  outline-color: #c7a35f;
  border-color: rgba(185, 145, 79, 0.72);
  box-shadow: 0 0 0 4px rgba(185, 145, 79, 0.14);
}

.theme-jewellery .form-note,
.theme-jewellery .form-message {
  color: var(--jewel-muted);
}

.theme-jewellery .form-message {
  min-height: 1.45rem;
  margin-top: 0.75rem;
  font-weight: 750;
}

.theme-jewellery .form-message.success {
  color: #1f6c4a;
}

.theme-jewellery .form-message.error {
  color: #8a321f;
}

.theme-jewellery .site-footer {
  background: #101a15;
}

.theme-jewellery .site-footer .button-secondary {
  border-color: rgba(255, 247, 233, 0.25);
  background: rgba(255, 247, 233, 0.9);
  color: var(--jewel-ink);
}

@media (min-width: 760px) {
  .theme-jewellery #services .split-grid {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  }
}

@media (min-width: 1080px) {
  .theme-jewellery .hero-grid {
    grid-template-columns: minmax(0, 0.98fr) minmax(20rem, 0.82fr);
  }
}

@media (max-width: 900px) and (min-width: 760px) {
  .theme-jewellery #services .split-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 759px) {
  body.theme-jewellery {
    padding-bottom: 0;
  }

  .theme-jewellery .topbar-row {
    align-items: flex-start;
  }

  .theme-jewellery .mobile-contact-bar {
    position: static;
    width: min(calc(100% - 1.5rem), var(--max));
    margin: 0 auto;
    border-color: rgba(122, 90, 44, 0.16);
    border-radius: 0 0 4px 4px;
    background: rgba(255, 250, 240, 0.96);
    box-shadow: 0 12px 24px rgba(18, 27, 23, 0.08);
  }

  .theme-jewellery .mobile-contact-bar a:first-child {
    color: var(--jewel-ink);
  }

  .theme-jewellery .mobile-contact-bar a:last-child {
    background: #fffdf9;
    color: var(--jewel-ink);
  }

  .theme-jewellery .site-nav a:last-child {
    color: var(--jewel-ink);
    background: rgba(185, 145, 79, 0.18);
  }

  .theme-jewellery .hero {
    padding: 2.8rem 0 3.1rem;
  }

  .theme-jewellery h1 {
    max-width: 13.4ch;
    font-size: clamp(2.45rem, 11vw, 3.25rem);
  }

  .theme-jewellery h2 {
    max-width: 15.2ch;
    font-size: clamp(2.05rem, 10vw, 2.9rem);
  }

  .theme-jewellery .section {
    padding: 3rem 0;
  }

  .theme-jewellery .button-row .button {
    flex-basis: 100%;
  }

  .theme-jewellery .hero-proof li {
    flex: 1 1 100%;
  }

  .theme-jewellery .hero-media {
    min-height: 0;
    margin-top: 1.5rem;
  }

  .theme-jewellery .hero-showcase {
    min-height: 22rem;
  }

  .theme-jewellery .hero-showcase::before {
    height: 43%;
  }

  .theme-jewellery .hero-note {
    justify-self: stretch;
    width: auto;
    max-width: none;
    margin: 0;
  }

  .theme-jewellery .service-grid,
  .theme-jewellery .gallery-grid {
    grid-template-columns: 1fr;
  }

  .theme-jewellery .service-card ul {
    margin-top: 0.3rem;
  }

  .theme-jewellery .gallery-grid .visual-card:first-child,
  .theme-jewellery .gallery-grid .visual-card:nth-child(2),
  .theme-jewellery .gallery-grid .visual-card:nth-child(3),
  .theme-jewellery .gallery-grid .visual-card:nth-child(4) {
    min-height: 18.5rem;
  }

  .theme-jewellery .visual-slot {
    min-height: 10rem;
  }

  .theme-jewellery .faq-grid,
  .theme-jewellery .contact-grid {
    gap: 1.4rem;
  }
}
