
:root {
  --noble-green: #102b23;
  --noble-cream: #fbf7ef;
  --noble-soft: #f3eadc;
  --noble-gold: #b8945f;
  --noble-line: rgba(16,43,35,.13);
  --noble-muted: rgba(16,43,35,.68);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--noble-cream);
}

.founder-section,
.jewellery-categories,
.vip-section,
.zimmi-story,
.trust-section,
.faq-section,
.footer-info {
  box-sizing: border-box;
  width: 100%;
  padding: 96px 6vw;
  border-top: 1px solid var(--noble-line);
  background: var(--noble-cream);
  overflow: hidden;
}

.founder-section *,
.jewellery-categories *,
.vip-section *,
.zimmi-story *,
.trust-section *,
.faq-section *,
.footer-info * {
  box-sizing: border-box;
}

.section-kicker {
  display: block;
  margin: 0 0 18px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--noble-gold);
}

.founder-grid,
.zimmi-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
  max-width: 1320px;
  margin: 0 auto;
}

.founder-section h2,
.jewellery-categories h2,
.vip-section h2,
.zimmi-story h2,
.trust-section h2,
.faq-section h2 {
  margin: 0;
  max-width: 980px;
  font-size: clamp(42px, 6.5vw, 92px);
  line-height: .92;
  font-weight: 400;
  letter-spacing: -.04em;
  color: var(--noble-green);
}

.founder-copy,
.zimmi-grid > div:last-child {
  max-width: 720px;
}

.lead,
.section-intro {
  margin: 24px 0 0;
  max-width: 790px;
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.55;
  color: var(--noble-muted);
}

.founder-copy p,
.zimmi-grid p,
.vip-card p,
.faq-grid p,
.category-grid p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.75;
  color: var(--noble-muted);
}

.jewellery-categories,
.trust-section,
.faq-section {
  max-width: none;
}

.jewellery-categories > .section-kicker,
.jewellery-categories > h2,
.jewellery-categories > .section-intro,
.trust-section > .section-kicker,
.trust-section > h2,
.trust-section > .section-intro,
.faq-section > .section-kicker,
.faq-section > h2 {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.category-grid {
  max-width: 1320px;
  margin: 46px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.category-grid article,
.faq-grid article {
  min-width: 0;
  border: 1px solid var(--noble-line);
  border-radius: 30px;
  padding: 28px;
  background: rgba(255,255,255,.42);
  box-shadow: 0 24px 70px rgba(16,43,35,.045);
}

.category-grid article {
  min-height: 245px;
}

.category-grid span {
  display: block;
  margin-bottom: 28px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--noble-gold);
}

.category-grid h3,
.faq-grid h3 {
  margin: 0 0 14px;
  font-size: clamp(23px, 2vw, 31px);
  line-height: 1.05;
  font-weight: 400;
  color: var(--noble-green);
}

.vip-section {
  background: var(--noble-green);
  padding-top: 110px;
  padding-bottom: 110px;
}

.vip-card {
  max-width: 1160px;
  margin: 0 auto;
  border: 1px solid rgba(255,250,244,.18);
  border-radius: 42px;
  padding: clamp(36px, 6vw, 78px);
  background:
    radial-gradient(circle at 88% 18%, rgba(184,148,95,.28), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.015));
}

.vip-card h2 {
  color: #fffaf4;
}

.vip-card p {
  max-width: 880px;
  margin-top: 26px;
  color: rgba(255,250,244,.78);
}

.vip-list {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: 1px solid rgba(255,250,244,.25);
  border-radius: 999px;
  padding: 12px 18px;
  color: #fffaf4;
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.zimmi-story {
  background:
    radial-gradient(circle at 86% 24%, rgba(184,148,95,.16), transparent 30%),
    var(--noble-cream);
}

.trust-grid {
  max-width: 1320px;
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.trust-grid div {
  min-height: 104px;
  border: 1px solid var(--noble-line);
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 22px;
  color: var(--noble-green);
  background: rgba(255,255,255,.45);
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.faq-grid {
  max-width: 1320px;
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.footer-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
  background: var(--noble-soft);
  padding-top: 72px;
  padding-bottom: 72px;
}

.footer-info h3 {
  margin: 0 0 20px;
  color: var(--noble-green);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 400;
}

.footer-info a,
.footer-info p {
  display: block;
  margin: 10px 0;
  color: var(--noble-muted);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
}

.footer-info a:hover {
  color: var(--noble-green);
}

@media (max-width: 1100px) {
  .founder-grid,
  .zimmi-grid,
  .footer-info {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 720px) {
  .founder-section,
  .jewellery-categories,
  .vip-section,
  .zimmi-story,
  .trust-section,
  .faq-section,
  .footer-info {
    padding: 72px 22px;
  }

  .founder-section h2,
  .jewellery-categories h2,
  .vip-section h2,
  .zimmi-story h2,
  .trust-section h2,
  .faq-section h2 {
    font-size: clamp(38px, 12vw, 56px);
    line-height: .96;
  }

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

  .category-grid article,
  .faq-grid article {
    border-radius: 24px;
    padding: 24px;
  }

  .category-grid article {
    min-height: auto;
  }

  .vip-card {
    border-radius: 30px;
    padding: 30px 24px;
  }

  .vip-list span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}


.experience-section,
.process-section,
.ethics-section,
.contact-cta-section {
  box-sizing: border-box;
  width: 100%;
  padding: 96px 6vw;
  border-top: 1px solid var(--noble-line);
  background: var(--noble-cream);
  overflow: hidden;
}

.experience-section *,
.process-section *,
.ethics-section *,
.contact-cta-section * {
  box-sizing: border-box;
}

.experience-section > .section-kicker,
.experience-section > h2,
.experience-section > .section-intro,
.process-section > .section-kicker,
.process-section > h2,
.ethics-section > .section-kicker,
.ethics-section > h2,
.ethics-section > .section-intro {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.experience-section h2,
.process-section h2,
.ethics-section h2,
.contact-cta-section h2 {
  margin-top: 0;
  max-width: 1050px;
  font-size: clamp(42px, 6.5vw, 92px);
  line-height: .92;
  font-weight: 400;
  letter-spacing: -.04em;
  color: var(--noble-green);
}

.experience-grid,
.process-grid {
  max-width: 1320px;
  margin: 46px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.experience-grid article,
.process-grid article {
  min-width: 0;
  min-height: 250px;
  border: 1px solid var(--noble-line);
  border-radius: 30px;
  padding: 30px;
  background: rgba(255,255,255,.44);
  box-shadow: 0 24px 70px rgba(16,43,35,.045);
}

.experience-grid span,
.process-grid span {
  display: block;
  margin-bottom: 28px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--noble-gold);
}

.experience-grid h3,
.process-grid h3 {
  margin: 0 0 14px;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.05;
  font-weight: 400;
  color: var(--noble-green);
}

.experience-grid p,
.process-grid p,
.ethics-section p,
.contact-cta-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: var(--noble-muted);
}

.ethics-section {
  background:
    radial-gradient(circle at 12% 30%, rgba(184,148,95,.13), transparent 34%),
    var(--noble-cream);
}

.contact-cta-section {
  background: var(--noble-green);
}

.contact-cta-card {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 38px;
  align-items: center;
  border: 1px solid rgba(255,250,244,.18);
  border-radius: 42px;
  padding: clamp(34px, 6vw, 76px);
  background:
    radial-gradient(circle at 90% 10%, rgba(184,148,95,.26), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.015));
}

.contact-cta-card h2,
.contact-cta-card p {
  color: #fffaf4;
}

.contact-cta-card p {
  max-width: 760px;
  margin-top: 24px;
  color: rgba(255,250,244,.78);
}

.contact-cta-actions {
  display: grid;
  gap: 14px;
}

.contact-cta-actions a {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 22px;
  border: 1px solid rgba(255,250,244,.28);
  color: #fffaf4;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-cta-actions a:first-child {
  background: #fffaf4;
  color: var(--noble-green);
}

@media (max-width: 1100px) {
  .experience-grid,
  .process-grid,
  .contact-cta-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .experience-section,
  .process-section,
  .ethics-section,
  .contact-cta-section {
    padding: 72px 22px;
  }

  .experience-section h2,
  .process-section h2,
  .ethics-section h2,
  .contact-cta-section h2 {
    font-size: clamp(38px, 12vw, 56px);
    line-height: .96;
  }

  .experience-grid article,
  .process-grid article {
    min-height: auto;
    border-radius: 24px;
    padding: 24px;
  }

  .contact-cta-card {
    grid-template-columns: 1fr;
    border-radius: 30px;
    padding: 30px 24px;
  }

  .contact-cta-actions a {
    font-size: 12px;
    letter-spacing: .08em;
    text-align: center;
  }
}


.noble-rtl {
  direction: rtl;
  text-align: right;
}

.noble-rtl .founder-grid,
.noble-rtl .zimmi-grid,
.noble-rtl .contact-cta-card {
  direction: rtl;
}

.noble-rtl .category-grid article,
.noble-rtl .experience-grid article,
.noble-rtl .process-grid article,
.noble-rtl .faq-grid article,
.noble-rtl .footer-info div {
  text-align: right;
}

.noble-rtl .vip-list,
.noble-rtl .contact-cta-actions {
  direction: rtl;
}

.noble-rtl .section-kicker {
  letter-spacing: .12em;
}

header,
nav,
[class*="header"],
[class*="Header"],
[class*="nav"],
[class*="Nav"] {
  transition: all .25s ease;
}

body > div:first-child > header,
body header,
header {
  background: rgba(251, 247, 239, .94) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(16, 43, 35, .12) !important;
  box-shadow: 0 14px 42px rgba(16, 43, 35, .06);
  min-height: 78px;
}

header a,
header button,
nav a,
nav button {
  color: #102b23 !important;
  font-weight: 600 !important;
  letter-spacing: .025em;
  text-decoration: none !important;
}

header nav a,
header nav button,
nav a,
nav button {
  position: relative;
  font-size: 15px !important;
}

header nav a::after,
nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 0;
  height: 1px;
  background: #b8945f;
  transform: translateX(-50%);
  transition: width .25s ease;
}

header nav a:hover::after,
nav a:hover::after {
  width: 70%;
}

header a:first-child,
header div:first-child,
header [class*="logo"],
header [class*="brand"],
header [class*="Brand"] {
  font-weight: 700 !important;
  letter-spacing: .035em !important;
  color: #102b23 !important;
}

header select,
nav select,
select {
  border: 1px solid rgba(16, 43, 35, .18) !important;
  background: rgba(255, 255, 255, .5) !important;
  color: #102b23 !important;
  border-radius: 999px !important;
  padding: 10px 34px 10px 16px !important;
  font-weight: 600 !important;
  box-shadow: 0 10px 26px rgba(16, 43, 35, .05);
}

@media (min-width: 900px) {
  body > div:first-child > header,
  body header,
  header {
    padding-left: 5.5vw !important;
    padding-right: 5.5vw !important;
  }

  header a:first-child,
  header div:first-child,
  header [class*="logo"],
  header [class*="brand"],
  header [class*="Brand"] {
    font-size: 30px !important;
    line-height: 1 !important;
  }

  header nav,
  nav {
    gap: 30px !important;
  }
}

@media (max-width: 899px) {
  body > div:first-child > header,
  body header,
  header {
    min-height: 68px;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  header a:first-child,
  header div:first-child,
  header [class*="logo"],
  header [class*="brand"],
  header [class*="Brand"] {
    font-size: 24px !important;
  }

  header nav a,
  nav a {
    font-size: 13px !important;
  }
}


header select,
body header select,
select {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23102B23' stroke-width='1.7'/%3E%3Cpath d='M3.5 12h17' stroke='%23102B23' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 3c2.3 2.4 3.4 5.4 3.4 9S14.3 18.6 12 21c-2.3-2.4-3.4-5.4-3.4-9S9.7 5.4 12 3Z' stroke='%23102B23' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: 16px center !important;
  background-size: 18px 18px !important;
  padding-left: 48px !important;
  min-width: 116px !important;
  height: 46px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(16, 43, 35, .18) !important;
  box-shadow: 0 12px 30px rgba(16, 43, 35, .07) !important;
}

.noble-lang-wrap select {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23102B23' stroke-width='1.7'/%3E%3Cpath d='M3.5 12h17' stroke='%23102B23' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 3c2.3 2.4 3.4 5.4 3.4 9S14.3 18.6 12 21c-2.3-2.4-3.4-5.4-3.4-9S9.7 5.4 12 3Z' stroke='%23102B23' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: 16px center !important;
  background-size: 18px 18px !important;
  padding-left: 48px !important;
}

@media (max-width: 720px) {
  header select,
  body header select,
  select {
    min-width: 98px !important;
    height: 40px !important;
    padding-left: 40px !important;
    background-position: 13px center !important;
    background-size: 16px 16px !important;
    font-size: 12px !important;
  }

  .noble-lang-wrap select {
    padding-left: 40px !important;
    background-position: 13px center !important;
    background-size: 16px 16px !important;
  }
}


@media (max-width: 900px) {
  .founder-section,
  .experience-section,
  .jewellery-categories,
  .process-section,
  .vip-section,
  .zimmi-story,
  .trust-section,
  .ethics-section,
  .faq-section,
  .contact-cta-section,
  .payments,
  #founder,
  #experience,
  #jewellery-categories,
  #process,
  #vip-diamond-experience,
  #zimmi-story,
  #trust,
  #ethics,
  #faq,
  #private-consultation,
  #payments {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .founder-grid,
  .experience-grid,
  .category-grid,
  .process-grid,
  .zimmi-grid,
  .trust-grid,
  .faq-grid,
  .contact-cta-card {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .founder-section,
  .experience-section,
  .jewellery-categories,
  .process-section,
  .vip-section,
  .zimmi-story,
  .trust-section,
  .ethics-section,
  .faq-section,
  .contact-cta-section {
    padding: 64px 20px !important;
  }

  .founder-section h2,
  .experience-section h2,
  .jewellery-categories h2,
  .process-section h2,
  .vip-section h2,
  .zimmi-story h2,
  .trust-section h2,
  .ethics-section h2,
  .faq-section h2,
  .contact-cta-section h2 {
    font-size: clamp(38px, 12vw, 58px) !important;
    line-height: .96 !important;
    letter-spacing: -.04em !important;
    margin-bottom: 20px !important;
    max-width: 100% !important;
  }

  .founder-section p,
  .experience-section p,
  .jewellery-categories p,
  .process-section p,
  .vip-section p,
  .zimmi-story p,
  .trust-section p,
  .ethics-section p,
  .faq-section p,
  .contact-cta-section p {
    font-size: 16px !important;
    line-height: 1.65 !important;
    max-width: 100% !important;
  }

  .experience-grid article,
  .category-grid article,
  .process-grid article,
  .faq-grid article {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: auto !important;
    width: 100% !important;
    padding: 24px !important;
    border-radius: 24px !important;
  }

  .experience-grid article h3,
  .category-grid article h3,
  .process-grid article h3,
  .faq-grid article h3 {
    font-size: 25px !important;
    line-height: 1.08 !important;
    margin-bottom: 12px !important;
  }

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

  .trust-grid div {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 74px !important;
    padding: 16px !important;
    text-align: center !important;
    font-size: 13px !important;
  }

  .vip-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  .vip-list span {
    display: inline-flex !important;
    width: auto !important;
    padding: 10px 14px !important;
  }

  .contact-cta-card {
    padding: 28px 22px !important;
  }

  .contact-cta-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .contact-cta-actions a {
    width: 100% !important;
    min-height: 54px !important;
    font-size: 12px !important;
    text-align: center !important;
  }
}

@media (max-width: 520px) {
  .founder-section,
  .experience-section,
  .jewellery-categories,
  .process-section,
  .vip-section,
  .zimmi-story,
  .trust-section,
  .ethics-section,
  .faq-section,
  .contact-cta-section {
    padding: 54px 18px !important;
  }

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

  .section-kicker {
    font-size: 11px !important;
    letter-spacing: .18em !important;
    line-height: 1.5 !important;
  }
}



.why-section,
.love-section,
.orders-section,
.knowledge-section,
.hope-section,
.legal-section {
  width: 100%;
  padding: 96px 6vw;
  border-top: 1px solid rgba(184,148,95,.22);
  background: var(--noble-cream);
  box-sizing: border-box;
}

.why-section *,
.love-section *,
.orders-section *,
.knowledge-section *,
.hope-section *,
.legal-section * {
  box-sizing: border-box;
}

.why-section > .section-kicker,
.why-section > h2,
.why-section > .section-intro,
.orders-section > .section-kicker,
.orders-section > h2,
.orders-section > .section-intro,
.hope-section > .section-kicker,
.hope-section > h2,
.hope-section > .section-intro,
.legal-section > .section-kicker,
.legal-section > h2 {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.why-section h2,
.love-section h2,
.orders-section h2,
.knowledge-section h2,
.hope-section h2,
.legal-section h2 {
  margin-top: 0;
  font-size: clamp(42px, 6.5vw, 88px);
  line-height: .94;
  font-weight: 400;
  letter-spacing: -.04em;
  color: var(--noble-green);
}

.why-grid,
.orders-grid,
.legal-grid {
  max-width: 1320px;
  margin: 42px auto 0;
  display: grid;
  gap: 18px;
}

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

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

.why-grid article,
.orders-grid article {
  min-height: 230px;
  border: 1px solid rgba(184,148,95,.24);
  border-radius: 30px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.62), rgba(246,239,227,.74));
  box-shadow: 0 18px 46px rgba(16,43,35,.055);
}

.why-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--noble-gold);
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .14em;
}

.why-grid h3,
.orders-grid h3 {
  margin: 0 0 14px;
  color: var(--noble-green);
  font-size: 26px;
  line-height: 1.08;
  font-weight: 400;
}

.why-grid p,
.orders-grid p,
.love-card p,
.knowledge-copy p,
.hope-section p {
  margin: 0 0 16px;
  color: var(--noble-text-soft);
  font-size: 17px;
  line-height: 1.72;
}

.love-section {
  background: var(--noble-green);
}

.love-card {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr);
  gap: 48px;
  border: 1px solid rgba(255,250,244,.18);
  border-radius: 42px;
  padding: clamp(34px, 6vw, 76px);
  background:
    radial-gradient(circle at 90% 12%, rgba(184,148,95,.26), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.015));
}

.love-card h2,
.love-card p {
  color: #fffaf4 !important;
}

.knowledge-section {
  display: grid;
  grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr);
  gap: 58px;
  align-items: start;
}

.knowledge-section > div {
  min-width: 0;
}

.knowledge-copy {
  max-width: 760px;
}

.hope-section {
  background:
    radial-gradient(circle at 82% 22%, rgba(184,148,95,.16), transparent 34%),
    var(--noble-cream);
}

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

.legal-grid a {
  min-height: 72px;
  border: 1px solid rgba(184,148,95,.24);
  border-radius: 999px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--noble-green);
  text-decoration: none;
  background: rgba(255,255,255,.56);
  font-family: Arial, sans-serif;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
}

.legal-grid a:hover {
  border-color: rgba(184,148,95,.66);
  box-shadow: 0 14px 34px rgba(16,43,35,.08);
}

@media (max-width: 1100px) {
  .why-grid,
  .orders-grid,
  .legal-grid,
  .love-card,
  .knowledge-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .why-section,
  .love-section,
  .orders-section,
  .knowledge-section,
  .hope-section,
  .legal-section {
    padding: 64px 20px;
  }

  .why-section h2,
  .love-section h2,
  .orders-section h2,
  .knowledge-section h2,
  .hope-section h2,
  .legal-section h2 {
    font-size: clamp(38px, 12vw, 56px);
    line-height: .96;
  }

  .why-grid article,
  .orders-grid article {
    min-height: auto;
    border-radius: 24px;
    padding: 24px;
  }

  .love-card {
    border-radius: 30px;
    padding: 30px 24px;
  }

  .legal-grid a {
    min-height: 58px;
    border-radius: 28px;
    font-size: 12px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
}

main,
section,
main > div {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

section,
main > div,
.why-section,
.love-section,
.orders-section,
.knowledge-section,
.hope-section,
.legal-section,
.founder-section,
.experience-section,
.jewellery-categories,
.process-section,
.vip-section,
.zimmi-story,
.trust-section,
.ethics-section,
.faq-section,
.contact-cta-section {
  padding-left: clamp(22px, 6vw, 92px) !important;
  padding-right: clamp(22px, 6vw, 92px) !important;
}

section > *,
main > div > *,
.why-section > *,
.orders-section > *,
.knowledge-section > *,
.hope-section > *,
.legal-section > *,
.founder-section > *,
.experience-section > *,
.jewellery-categories > *,
.process-section > *,
.vip-section > *,
.zimmi-story > *,
.trust-section > *,
.ethics-section > *,
.faq-section > *,
.contact-cta-section > * {
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

h1,
h2,
.why-section h2,
.love-section h2,
.orders-section h2,
.knowledge-section h2,
.hope-section h2,
.legal-section h2,
.founder-section h2,
.experience-section h2,
.jewellery-categories h2,
.process-section h2,
.vip-section h2,
.zimmi-story h2,
.trust-section h2,
.ethics-section h2,
.faq-section h2,
.contact-cta-section h2 {
  max-width: 980px !important;
  font-size: clamp(44px, 5.8vw, 82px) !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
  font-weight: 400 !important;
  margin-top: 0 !important;
  margin-bottom: 26px !important;
}

h3,
.why-grid h3,
.orders-grid h3,
.experience-grid article h3,
.category-grid article h3,
.process-grid article h3,
.faq-grid article h3 {
  font-size: clamp(22px, 2.2vw, 30px) !important;
  line-height: 1.12 !important;
  letter-spacing: -.02em !important;
  font-weight: 400 !important;
}

p,
.section-intro,
.why-grid p,
.orders-grid p,
.love-card p,
.knowledge-copy p,
.hope-section p,
.experience-grid article p,
.category-grid article p,
.process-grid article p,
.faq-grid article p {
  font-size: clamp(16px, 1.25vw, 19px) !important;
  line-height: 1.68 !important;
  max-width: 760px !important;
}

.section-kicker,
[class*="kicker"],
[class*="Kicker"] {
  font-size: 12px !important;
  line-height: 1.4 !important;
  letter-spacing: .28em !important;
  margin-bottom: 22px !important;
  text-transform: uppercase !important;
}

.why-grid,
.orders-grid,
.legal-grid,
.experience-grid,
.category-grid,
.process-grid,
.faq-grid,
.trust-grid {
  width: 100% !important;
  max-width: 1320px !important;
  margin-top: 42px !important;
}

.knowledge-section {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  gap: clamp(34px, 6vw, 84px) !important;
  align-items: center !important;
  min-height: 520px !important;
}

.knowledge-section > div,
.knowledge-copy {
  max-width: none !important;
  margin: 0 !important;
}

.knowledge-section h2 {
  max-width: 620px !important;
}

.knowledge-copy p {
  max-width: 720px !important;
}

.hope-section,
.ethics-section,
.legal-section {
  min-height: auto !important;
  padding-top: clamp(76px, 8vw, 118px) !important;
  padding-bottom: clamp(76px, 8vw, 118px) !important;
}

.hope-section h2,
.ethics-section h2,
.legal-section h2 {
  max-width: 980px !important;
}

.hope-section p,
.ethics-section p,
.legal-section p {
  max-width: 920px !important;
}

.love-card {
  max-width: 1320px !important;
}

.why-grid article,
.orders-grid article,
.experience-grid article,
.category-grid article,
.process-grid article,
.faq-grid article {
  min-height: auto !important;
}

.noble-soft-section::before,
section::before,
main > div::before {
  max-width: 1320px !important;
}

[style*="border"],
[style*="outline"] {
  outline-color: rgba(184,148,95,.24) !important;
}

@media (min-width: 1101px) {
  .why-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

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

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

@media (max-width: 1100px) {
  .knowledge-section {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .why-grid,
  .orders-grid,
  .legal-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  h1,
  h2,
  .why-section h2,
  .love-section h2,
  .orders-section h2,
  .knowledge-section h2,
  .hope-section h2,
  .legal-section h2,
  .founder-section h2,
  .experience-section h2,
  .jewellery-categories h2,
  .process-section h2,
  .vip-section h2,
  .zimmi-story h2,
  .trust-section h2,
  .ethics-section h2,
  .faq-section h2,
  .contact-cta-section h2 {
    font-size: clamp(42px, 8vw, 68px) !important;
  }
}

@media (max-width: 720px) {
  section,
  main > div,
  .why-section,
  .love-section,
  .orders-section,
  .knowledge-section,
  .hope-section,
  .legal-section,
  .founder-section,
  .experience-section,
  .jewellery-categories,
  .process-section,
  .vip-section,
  .zimmi-story,
  .trust-section,
  .ethics-section,
  .faq-section,
  .contact-cta-section {
    padding: 58px 20px !important;
  }

  h1,
  h2,
  .why-section h2,
  .love-section h2,
  .orders-section h2,
  .knowledge-section h2,
  .hope-section h2,
  .legal-section h2,
  .founder-section h2,
  .experience-section h2,
  .jewellery-categories h2,
  .process-section h2,
  .vip-section h2,
  .zimmi-story h2,
  .trust-section h2,
  .ethics-section h2,
  .faq-section h2,
  .contact-cta-section h2 {
    font-size: clamp(36px, 11vw, 52px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.04em !important;
    max-width: 100% !important;
  }

  p,
  .section-intro,
  .why-grid p,
  .orders-grid p,
  .love-card p,
  .knowledge-copy p,
  .hope-section p,
  .experience-grid article p,
  .category-grid article p,
  .process-grid article p,
  .faq-grid article p {
    font-size: 16px !important;
    line-height: 1.62 !important;
    max-width: 100% !important;
  }

  .why-grid,
  .orders-grid,
  .legal-grid,
  .experience-grid,
  .category-grid,
  .process-grid,
  .faq-grid,
  .trust-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    margin-top: 28px !important;
  }

  .why-grid article,
  .orders-grid article,
  .experience-grid article,
  .category-grid article,
  .process-grid article,
  .faq-grid article {
    padding: 22px !important;
    border-radius: 24px !important;
  }

  .love-card {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 28px 22px !important;
    border-radius: 28px !important;
  }

  .section-kicker,
  [class*="kicker"],
  [class*="Kicker"] {
    font-size: 11px !important;
    letter-spacing: .2em !important;
    margin-bottom: 16px !important;
  }
}

@media (max-width: 480px) {
  h1,
  h2,
  .why-section h2,
  .love-section h2,
  .orders-section h2,
  .knowledge-section h2,
  .hope-section h2,
  .legal-section h2,
  .founder-section h2,
  .experience-section h2,
  .jewellery-categories h2,
  .process-section h2,
  .vip-section h2,
  .zimmi-story h2,
  .trust-section h2,
  .ethics-section h2,
  .faq-section h2,
  .contact-cta-section h2 {
    font-size: clamp(32px, 10.5vw, 44px) !important;
  }
}


.noble-brand-mark {
  display: none !important;
}

.noble-brand-wrap {
  gap: 0 !important;
}

.noble-real-logo-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-decoration: none !important;
  line-height: 1 !important;
}

.noble-real-logo {
  display: block !important;
  width: auto !important;
  height: 64px !important;
  max-width: 230px !important;
  object-fit: contain !important;
}

@media (max-width: 900px) {
  .noble-real-logo {
    height: 52px !important;
    max-width: 190px !important;
  }
}

@media (max-width: 520px) {
  .noble-real-logo {
    height: 46px !important;
    max-width: 170px !important;
  }
}


.noble-real-logo {
  height: 84px !important;
  max-width: 320px !important;
  width: auto !important;
  object-fit: contain !important;
  filter:
    contrast(1.35)
    saturate(1.28)
    brightness(.88)
    drop-shadow(0 8px 18px rgba(184,148,95,.18)) !important;
}

.noble-real-logo-link,
.noble-brand-wrap {
  min-width: 260px !important;
  justify-content: flex-start !important;
}

header,
body header,
body > div:first-child > header {
  min-height: 104px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

@media (max-width: 1100px) {
  .noble-real-logo {
    height: 72px !important;
    max-width: 280px !important;
  }

  .noble-real-logo-link,
  .noble-brand-wrap {
    min-width: 220px !important;
  }

  header,
  body header,
  body > div:first-child > header {
    min-height: 92px !important;
  }
}

@media (max-width: 720px) {
  .noble-real-logo {
    height: 62px !important;
    max-width: 230px !important;
    filter:
      contrast(1.42)
      saturate(1.32)
      brightness(.84)
      drop-shadow(0 6px 14px rgba(184,148,95,.2)) !important;
  }

  .noble-real-logo-link,
  .noble-brand-wrap {
    min-width: 170px !important;
  }

  header,
  body header,
  body > div:first-child > header {
    min-height: 82px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 520px) {
  .noble-real-logo {
    height: 56px !important;
    max-width: 200px !important;
  }

  .noble-real-logo-link,
  .noble-brand-wrap {
    min-width: 145px !important;
  }

  header select,
  body header select,
  select {
    min-width: 90px !important;
    height: 38px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 390px) {
  .noble-real-logo {
    height: 50px !important;
    max-width: 175px !important;
  }

  .noble-real-logo-link,
  .noble-brand-wrap {
    min-width: 128px !important;
  }
}


.noble-real-logo-link,
.noble-brand-wrap {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  min-width: 260px !important;
}

.noble-real-logo {
  height: 74px !important;
  max-width: 300px !important;
  width: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  mix-blend-mode: multiply !important;
  filter:
    contrast(1.55)
    saturate(1.35)
    brightness(.78)
    drop-shadow(0 6px 12px rgba(184,148,95,.12)) !important;
  border: none !important;
  box-shadow: none !important;
}

header,
body header,
body > div:first-child > header {
  min-height: 96px !important;
}

@media (max-width: 900px) {
  .noble-real-logo {
    height: 62px !important;
    max-width: 240px !important;
  }

  .noble-real-logo-link,
  .noble-brand-wrap {
    min-width: 190px !important;
  }

  header,
  body header,
  body > div:first-child > header {
    min-height: 84px !important;
  }
}

@media (max-width: 520px) {
  .noble-real-logo {
    height: 52px !important;
    max-width: 180px !important;
  }

  .noble-real-logo-link,
  .noble-brand-wrap {
    min-width: 140px !important;
  }

  header,
  body header,
  body > div:first-child > header {
    min-height: 76px !important;
  }
}


.noble-real-logo,
.noble-brand-mark {
  display: none !important;
}

.noble-brand-wrap,
.noble-real-logo-link,
.noble-clean-logo-link {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  min-width: 250px !important;
}

.noble-clean-logo {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  white-space: nowrap !important;
}

.noble-clean-mark {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(184,148,95,.78) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #102b23 !important;
  background: radial-gradient(circle at 35% 25%, #fffaf0, #efe1bd) !important;
  font-family: Georgia, serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  box-shadow: 0 10px 24px rgba(16,43,35,.08) !important;
}

.noble-clean-text {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.noble-clean-name {
  color: #102b23 !important;
  font-family: Georgia, serif !important;
  font-size: 27px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: .055em !important;
}

.noble-clean-sub {
  color: #b8945f !important;
  font-family: Arial, sans-serif !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}

header,
body header,
body > div:first-child > header {
  min-height: 92px !important;
}

@media (max-width: 900px) {
  .noble-clean-logo {
    gap: 10px !important;
  }

  .noble-clean-mark {
    width: 42px !important;
    height: 42px !important;
    font-size: 13px !important;
  }

  .noble-clean-name {
    font-size: 22px !important;
  }

  .noble-clean-sub {
    font-size: 8.5px !important;
    letter-spacing: .16em !important;
  }

  .noble-brand-wrap,
  .noble-real-logo-link,
  .noble-clean-logo-link {
    min-width: 190px !important;
  }
}

@media (max-width: 520px) {
  .noble-clean-logo {
    gap: 8px !important;
  }

  .noble-clean-mark {
    width: 36px !important;
    height: 36px !important;
    font-size: 11px !important;
  }

  .noble-clean-name {
    font-size: 18px !important;
    letter-spacing: .035em !important;
  }

  .noble-clean-sub {
    font-size: 7px !important;
    letter-spacing: .12em !important;
  }

  .noble-brand-wrap,
  .noble-real-logo-link,
  .noble-clean-logo-link {
    min-width: 140px !important;
  }

  header,
  body header,
  body > div:first-child > header {
    min-height: 74px !important;
  }
}

@media (max-width: 390px) {
  .noble-clean-sub {
    display: none !important;
  }

  .noble-clean-name {
    font-size: 17px !important;
  }

  .noble-clean-mark {
    width: 34px !important;
    height: 34px !important;
  }
}


.noble-clean-mark {
  background: radial-gradient(circle at 32% 24%, #21483b, #102b23 68%, #0b211b) !important;
  color: #d8bf8d !important;
  border: 1px solid rgba(216,191,141,.88) !important;
  box-shadow:
    0 12px 28px rgba(16,43,35,.14),
    inset 0 0 0 2px rgba(216,191,141,.22),
    inset 0 0 18px rgba(216,191,141,.12) !important;
  text-shadow: 0 1px 8px rgba(216,191,141,.28) !important;
}

.noble-clean-mark::after {
  content: "";
  position: absolute;
  width: 58%;
  height: 58%;
  border-radius: 50%;
  border: 1px solid rgba(216,191,141,.22);
  pointer-events: none;
}

.noble-clean-mark {
  position: relative !important;
}

.noble-clean-name {
  color: #102b23 !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.55) !important;
}

.noble-clean-sub {
  color: #b8945f !important;
  font-weight: 800 !important;
}

.noble-clean-logo:hover .noble-clean-mark {
  transform: translateY(-1px) scale(1.03);
  box-shadow:
    0 16px 34px rgba(16,43,35,.18),
    inset 0 0 0 2px rgba(216,191,141,.28),
    inset 0 0 20px rgba(216,191,141,.16) !important;
}

.noble-clean-logo:hover .noble-clean-name {
  color: #173a30 !important;
}


@media (max-width: 720px) {
  header,
  body header,
  body > div:first-child > header {
    min-height: 76px !important;
    padding: 10px 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
  }

  .noble-clean-logo,
  .noble-clean-logo-link,
  .noble-brand-wrap {
    min-width: 0 !important;
    max-width: 46vw !important;
    flex-shrink: 1 !important;
  }

  .noble-clean-logo {
    gap: 7px !important;
  }

  .noble-clean-mark {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    font-size: 10px !important;
  }

  .noble-clean-name {
    font-size: 17px !important;
    line-height: 1 !important;
    letter-spacing: .025em !important;
    white-space: nowrap !important;
  }

  .noble-clean-sub {
    font-size: 6.5px !important;
    letter-spacing: .09em !important;
    white-space: nowrap !important;
  }

  header select,
  body header select,
  select {
    width: 94px !important;
    min-width: 94px !important;
    max-width: 94px !important;
    height: 40px !important;
    padding-left: 28px !important;
    padding-right: 18px !important;
    font-size: 12px !important;
    flex-shrink: 0 !important;
  }

  header nav,
  body header nav {
    gap: 10px !important;
    flex-shrink: 1 !important;
  }

  header nav a,
  body header nav a {
    font-size: 13px !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 560px) {
  header,
  body header,
  body > div:first-child > header {
    min-height: 72px !important;
    padding: 8px 12px !important;
  }

  .noble-clean-logo,
  .noble-clean-logo-link,
  .noble-brand-wrap {
    max-width: 42vw !important;
  }

  .noble-clean-mark {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    font-size: 9px !important;
  }

  .noble-clean-name {
    font-size: 15px !important;
  }

  .noble-clean-sub {
    display: none !important;
  }

  header select,
  body header select,
  select {
    width: 82px !important;
    min-width: 82px !important;
    max-width: 82px !important;
    height: 36px !important;
    font-size: 11px !important;
    padding-left: 24px !important;
  }

  header nav,
  body header nav {
    gap: 8px !important;
  }

  header nav a,
  body header nav a {
    font-size: 12px !important;
  }
}

@media (max-width: 430px) {
  .noble-clean-logo,
  .noble-clean-logo-link,
  .noble-brand-wrap {
    max-width: 38vw !important;
  }

  .noble-clean-name {
    font-size: 14px !important;
    letter-spacing: .015em !important;
  }

  .noble-clean-mark {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    font-size: 8px !important;
  }

  header select,
  body header select,
  select {
    width: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
  }
}


@media (max-width: 720px) {
  header,
  body header,
  body > div:first-child > header {
    min-height: 86px !important;
    padding: 10px 14px !important;
    gap: 10px !important;
  }

  .noble-clean-logo,
  .noble-clean-logo-link,
  .noble-brand-wrap {
    max-width: 48vw !important;
    min-width: 0 !important;
    flex-shrink: 1 !important;
  }

  .noble-clean-logo {
    gap: 8px !important;
  }

  .noble-clean-mark {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    font-size: 9px !important;
  }

  .noble-clean-text {
    gap: 3px !important;
    min-width: 0 !important;
  }

  .noble-clean-name {
    font-size: 17px !important;
    line-height: 1 !important;
    letter-spacing: .025em !important;
    white-space: nowrap !important;
  }

  .noble-clean-sub {
    display: block !important;
    font-size: 6px !important;
    line-height: 1 !important;
    letter-spacing: .11em !important;
    white-space: nowrap !important;
    color: #b8945f !important;
  }

  header select,
  body header select,
  select {
    width: 108px !important;
    min-width: 108px !important;
    max-width: 108px !important;
    height: 42px !important;
    padding-left: 44px !important;
    padding-right: 24px !important;
    font-size: 12px !important;
    text-align: center !important;
    flex-shrink: 0 !important;
    background-position: 18px center !important;
  }

  header svg,
  body header svg {
    flex-shrink: 0 !important;
  }
}

@media (max-width: 520px) {
  header,
  body header,
  body > div:first-child > header {
    min-height: 82px !important;
    padding: 9px 12px !important;
    gap: 8px !important;
  }

  .noble-clean-logo,
  .noble-clean-logo-link,
  .noble-brand-wrap {
    max-width: 46vw !important;
  }

  .noble-clean-mark {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    font-size: 8px !important;
  }

  .noble-clean-name {
    font-size: 16px !important;
    letter-spacing: .018em !important;
  }

  .noble-clean-sub {
    display: block !important;
    font-size: 5.5px !important;
    letter-spacing: .09em !important;
  }

  header select,
  body header select,
  select {
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
    height: 40px !important;
    padding-left: 42px !important;
    padding-right: 22px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 430px) {
  .noble-clean-logo,
  .noble-clean-logo-link,
  .noble-brand-wrap {
    max-width: 44vw !important;
  }

  .noble-clean-mark {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    font-size: 8px !important;
  }

  .noble-clean-name {
    font-size: 15px !important;
  }

  .noble-clean-sub {
    display: block !important;
    font-size: 5px !important;
    letter-spacing: .07em !important;
  }

  header select,
  body header select,
  select {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
    height: 38px !important;
    padding-left: 40px !important;
    padding-right: 20px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 380px) {
  .noble-clean-sub {
    display: none !important;
  }

  .noble-clean-name {
    font-size: 14px !important;
  }

  header select,
  body header select,
  select {
    width: 94px !important;
    min-width: 94px !important;
    max-width: 94px !important;
    padding-left: 36px !important;
  }
}


@media (max-width: 720px) {
  .noble-clean-sub {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #b8945f !important;
    font-size: 7px !important;
    line-height: 1.1 !important;
    letter-spacing: .12em !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    margin-top: 2px !important;
  }

  .noble-clean-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    overflow: visible !important;
  }

  .noble-clean-logo {
    align-items: center !important;
    overflow: visible !important;
  }
}

@media (max-width: 520px) {
  .noble-clean-sub {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 6.4px !important;
    letter-spacing: .09em !important;
  }

  .noble-clean-name {
    font-size: 15.5px !important;
  }
}

@media (max-width: 430px) {
  .noble-clean-sub {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 5.8px !important;
    letter-spacing: .07em !important;
  }

  .noble-clean-name {
    font-size: 15px !important;
  }
}

@media (max-width: 380px) {
  .noble-clean-sub {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 5.2px !important;
    letter-spacing: .05em !important;
  }

  .noble-clean-name {
    font-size: 14px !important;
  }
}


@media (max-width: 720px) {
  .noble-floating-ai-btn,
  .noble-floating-whatsapp-btn {
    position: fixed !important;
    right: 14px !important;
    width: 142px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    border-radius: 999px !important;
    z-index: 80 !important;
    font-size: 12px !important;
    letter-spacing: .16em !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 18px !important;
    box-shadow: 0 14px 34px rgba(16,43,35,.16) !important;
  }

  .noble-floating-ai-btn {
    bottom: 104px !important;
  }

  .noble-floating-whatsapp-btn {
    bottom: 44px !important;
  }

  .noble-ai-mobile-panel {
    position: fixed !important;
    left: 14px !important;
    right: 14px !important;
    top: auto !important;
    bottom: 22px !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    max-height: 72vh !important;
    min-height: 0 !important;
    z-index: 9999 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 0 24px 70px rgba(16,43,35,.28) !important;
    background: #fffaf4 !important;
  }

  .noble-ai-mobile-panel .noble-ai-close {
    position: absolute !important;
    top: 10px !important;
    right: 12px !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(216,191,141,.45) !important;
    background: #102b23 !important;
    color: #d8bf8d !important;
    font-size: 24px !important;
    line-height: 1 !important;
    z-index: 10000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  .noble-ai-mobile-panel input,
  .noble-ai-mobile-panel textarea {
    font-size: 16px !important;
  }

  .noble-ai-mobile-panel form,
  .noble-ai-mobile-panel > div:last-child {
    padding-bottom: 12px !important;
  }

  body.noble-ai-is-open .noble-floating-ai-btn,
  body.noble-ai-is-open .noble-floating-whatsapp-btn {
    display: none !important;
  }
}

@media (max-width: 430px) {
  .noble-floating-ai-btn,
  .noble-floating-whatsapp-btn {
    width: 132px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    right: 12px !important;
    font-size: 11px !important;
    letter-spacing: .14em !important;
  }

  .noble-floating-ai-btn {
    bottom: 96px !important;
  }

  .noble-floating-whatsapp-btn {
    bottom: 38px !important;
  }

  .noble-ai-mobile-panel {
    left: 10px !important;
    right: 10px !important;
    bottom: 12px !important;
    max-height: 68vh !important;
    border-radius: 22px !important;
  }
}

@media (max-height: 740px) and (max-width: 720px) {
  .noble-ai-mobile-panel {
    max-height: 60vh !important;
  }
}


.noble-ai-mobile-panel:not(.noble-ai-real-panel) {
  position: static !important;
  width: auto !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  box-shadow: none !important;
  background: transparent !important;
}

.noble-ai-real-panel {
  z-index: 9999 !important;
}

.noble-ai-close {
  position: absolute !important;
  top: 10px !important;
  right: 12px !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(216,191,141,.45) !important;
  background: #102b23 !important;
  color: #d8bf8d !important;
  font-size: 24px !important;
  line-height: 1 !important;
  z-index: 10001 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  cursor: pointer !important;
}

@media (min-width: 721px) {
  .noble-ai-real-panel {
    position: fixed !important;
    right: 28px !important;
    bottom: 150px !important;
    width: 430px !important;
    max-width: calc(100vw - 56px) !important;
    max-height: 68vh !important;
    overflow: hidden !important;
    border-radius: 24px !important;
    box-shadow: 0 24px 70px rgba(16,43,35,.22) !important;
  }

  .noble-ai-real-panel .noble-ai-close {
    top: 12px !important;
    right: 14px !important;
  }
}

@media (max-width: 720px) {
  .noble-ai-real-panel {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    top: auto !important;
    bottom: 14px !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    max-height: 62vh !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border-radius: 22px !important;
    box-shadow: 0 24px 70px rgba(16,43,35,.28) !important;
    background: #fffaf4 !important;
  }

  .noble-ai-real-panel input,
  .noble-ai-real-panel textarea {
    font-size: 16px !important;
  }

  .noble-ai-real-panel * {
    max-width: 100% !important;
  }

  .noble-floating-ai-btn,
  .noble-floating-whatsapp-btn {
    position: fixed !important;
    right: 12px !important;
    width: 132px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    border-radius: 999px !important;
    z-index: 90 !important;
    font-size: 11px !important;
    letter-spacing: .13em !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 14px !important;
    box-shadow: 0 14px 34px rgba(16,43,35,.16) !important;
  }

  .noble-floating-ai-btn {
    bottom: 98px !important;
  }

  .noble-floating-whatsapp-btn {
    bottom: 42px !important;
  }

  body.noble-ai-is-open .noble-floating-ai-btn,
  body.noble-ai-is-open .noble-floating-whatsapp-btn {
    display: none !important;
  }
}

@media (max-width: 420px) {
  .noble-ai-real-panel {
    left: 8px !important;
    right: 8px !important;
    bottom: 10px !important;
    max-height: 58vh !important;
  }

  .noble-floating-ai-btn,
  .noble-floating-whatsapp-btn {
    width: 124px !important;
    right: 10px !important;
    font-size: 10px !important;
  }
}


.noble-payment-safe-section .noble-payment-safe-card {
  min-height: 76px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(184,148,95,.32) !important;
  background: linear-gradient(135deg, rgba(255,252,245,.98), rgba(246,238,222,.92)) !important;
  box-shadow: 0 14px 34px rgba(16,43,35,.07) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 14px 16px !important;
  overflow: hidden !important;
}

.noble-payment-safe-section .noble-pay-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.noble-payment-safe-section .noble-pay-caption {
  font-family: Arial, sans-serif !important;
  font-size: 9px !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  color: rgba(16,43,35,.62) !important;
  font-weight: 700 !important;
}

.noble-payment-safe-section .noble-pay-visa {
  font-family: Arial Black, Arial, sans-serif !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  letter-spacing: .06em !important;
  color: #173d8f !important;
  transform: skew(-8deg) !important;
}

.noble-payment-safe-section .noble-pay-master {
  width: 62px !important;
  height: 34px !important;
  position: relative !important;
}

.noble-payment-safe-section .noble-pay-master i {
  position: absolute !important;
  top: 0 !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  display: block !important;
}

.noble-payment-safe-section .noble-pay-master i:first-child {
  left: 5px !important;
  background: #d9232e !important;
}

.noble-payment-safe-section .noble-pay-master i:last-child {
  right: 5px !important;
  background: #f79e1b !important;
  opacity: .9 !important;
}

.noble-payment-safe-section .noble-pay-amex {
  width: 82px !important;
  height: 34px !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #2e77bb, #1f4f91) !important;
  color: #fff !important;
  font-family: Arial Black, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  letter-spacing: .06em !important;
}

.noble-payment-safe-section .noble-pay-bank,
.noble-payment-safe-section .noble-pay-sepa,
.noble-payment-safe-section .noble-pay-ban {
  color: #102b23 !important;
  font-family: Georgia, serif !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
}

.noble-payment-safe-section .noble-pay-apple {
  color: #102b23 !important;
  font-family: -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
  font-size: 26px !important;
  font-weight: 700 !important;
}

.noble-payment-safe-section .noble-pay-google {
  color: #102b23 !important;
  font-family: Arial, sans-serif !important;
  font-size: 25px !important;
  font-weight: 700 !important;
}

.noble-payment-safe-section .noble-pay-google b {
  color: #4285f4 !important;
  font-weight: 900 !important;
}

.noble-payment-safe-section .noble-pay-paypal {
  font-family: Arial Black, Arial, sans-serif !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  color: #123f8c !important;
  letter-spacing: -.04em !important;
}

.noble-payment-safe-section .noble-pay-union {
  font-family: Arial Black, Arial, sans-serif !important;
  font-size: 23px !important;
  color: #102b23 !important;
  border-bottom: 3px solid #b8945f !important;
  padding-bottom: 4px !important;
}

.noble-payment-safe-section .noble-pay-alipay {
  font-family: Arial Black, Arial, sans-serif !important;
  font-size: 25px !important;
  color: #1677ff !important;
}

.noble-payment-safe-section .noble-pay-crypto {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: radial-gradient(circle at 35% 25%, #d8bf8d, #b8945f) !important;
  color: #102b23 !important;
  font-size: 25px !important;
  font-weight: 900 !important;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.24) !important;
}

@media (max-width: 720px) {
  .noble-payment-safe-section .noble-payment-safe-card {
    min-height: 68px !important;
    border-radius: 16px !important;
    padding: 10px 8px !important;
  }

  .noble-payment-safe-section .noble-pay-visa {
    font-size: 22px !important;
  }

  .noble-payment-safe-section .noble-pay-amex {
    width: 68px !important;
    height: 30px !important;
    font-size: 15px !important;
  }

  .noble-payment-safe-section .noble-pay-bank,
  .noble-payment-safe-section .noble-pay-sepa,
  .noble-payment-safe-section .noble-pay-ban,
  .noble-payment-safe-section .noble-pay-union {
    font-size: 15px !important;
  }

  .noble-payment-safe-section .noble-pay-apple,
  .noble-payment-safe-section .noble-pay-google,
  .noble-payment-safe-section .noble-pay-paypal,
  .noble-payment-safe-section .noble-pay-alipay {
    font-size: 20px !important;
  }

  .noble-payment-safe-section .noble-pay-caption {
    font-size: 8px !important;
    letter-spacing: .1em !important;
  }
}


.noble-certificates-section .noble-certificate-card {
  min-height: 132px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(184,148,95,.32) !important;
  background: linear-gradient(135deg, rgba(255,252,245,.98), rgba(246,238,222,.9)) !important;
  box-shadow: 0 16px 38px rgba(16,43,35,.07) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 18px 22px !important;
  overflow: hidden !important;
  text-align: center !important;
}

.noble-certificates-section .noble-certificate-card img {
  max-width: 150px !important;
  max-height: 58px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  filter: contrast(1.03) saturate(1.02) !important;
}

.noble-certificates-section .noble-certificate-card span {
  font-family: Georgia, serif !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: #102b23 !important;
  font-weight: 700 !important;
}

.noble-certificates-section .noble-certificate-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 20px 46px rgba(16,43,35,.11) !important;
}

@media (max-width: 720px) {
  .noble-certificates-section .noble-certificate-card {
    min-height: 118px !important;
    border-radius: 18px !important;
    padding: 14px 12px !important;
    gap: 9px !important;
  }

  .noble-certificates-section .noble-certificate-card img {
    max-width: 124px !important;
    max-height: 48px !important;
  }

  .noble-certificates-section .noble-certificate-card span {
    font-size: 10px !important;
    letter-spacing: .08em !important;
  }
}


.noble-certificates-section .noble-certificate-card {
  min-height: 104px !important;
  border-radius: 18px !important;
  padding: 12px 16px !important;
  gap: 8px !important;
}

.noble-certificates-section .noble-certificate-card img {
  max-width: 172px !important;
  max-height: 68px !important;
}

.noble-certificates-section .noble-certificate-card span {
  font-size: 12px !important;
  letter-spacing: .1em !important;
}

@media (max-width: 720px) {
  .noble-certificates-section .noble-certificate-card {
    min-height: 92px !important;
    border-radius: 15px !important;
    padding: 10px 9px !important;
    gap: 6px !important;
  }

  .noble-certificates-section .noble-certificate-card img {
    max-width: 138px !important;
    max-height: 56px !important;
  }

  .noble-certificates-section .noble-certificate-card span {
    font-size: 9px !important;
    letter-spacing: .06em !important;
    line-height: 1.15 !important;
  }
}


.noble-certificates-section {
  padding-top: 18px !important;
  padding-bottom: 34px !important;
}

.noble-certificates-section .noble-certificate-card {
  min-height: 86px !important;
  max-height: 96px !important;
  border-radius: 16px !important;
  padding: 8px 14px !important;
  gap: 5px !important;
  box-shadow: 0 10px 24px rgba(16,43,35,.055) !important;
}

.noble-certificates-section .noble-certificate-card img {
  max-width: 180px !important;
  max-height: 54px !important;
  margin: 0 !important;
}

.noble-certificates-section .noble-certificate-card span {
  font-size: 11px !important;
  letter-spacing: .09em !important;
  line-height: 1.05 !important;
  margin: 0 !important;
}

@media (min-width: 900px) {
  .noble-certificates-section .noble-certificate-card {
    min-height: 88px !important;
    max-height: 98px !important;
  }
}

@media (max-width: 720px) {
  .noble-certificates-section {
    padding-top: 12px !important;
    padding-bottom: 24px !important;
  }

  .noble-certificates-section .noble-certificate-card {
    min-height: 78px !important;
    max-height: 88px !important;
    border-radius: 14px !important;
    padding: 7px 8px !important;
    gap: 4px !important;
  }

  .noble-certificates-section .noble-certificate-card img {
    max-width: 132px !important;
    max-height: 44px !important;
  }

  .noble-certificates-section .noble-certificate-card span {
    font-size: 8.5px !important;
    letter-spacing: .055em !important;
    line-height: 1.05 !important;
  }
}


.noble-certificates-section {
  padding-top: 10px !important;
  padding-bottom: 26px !important;
}

.noble-certificates-section .noble-certificate-card {
  min-height: auto !important;
  max-height: none !important;
  height: auto !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 4px 8px !important;
  gap: 6px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.noble-certificates-section .noble-certificate-card:hover {
  transform: none !important;
  box-shadow: none !important;
}

.noble-certificates-section .noble-certificate-card img {
  max-width: 150px !important;
  max-height: 70px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
}

.noble-certificates-section .noble-certificate-card span {
  font-size: 10px !important;
  letter-spacing: .12em !important;
  line-height: 1.15 !important;
  color: #102b23 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

@media (min-width: 900px) {
  .noble-certificates-section .noble-certificate-card {
    padding: 6px 10px !important;
  }

  .noble-certificates-section .noble-certificate-card img {
    max-width: 160px !important;
    max-height: 76px !important;
  }
}

@media (max-width: 720px) {
  .noble-certificates-section {
    padding-top: 6px !important;
    padding-bottom: 18px !important;
  }

  .noble-certificates-section .noble-certificate-card {
    padding: 4px 4px !important;
    gap: 4px !important;
  }

  .noble-certificates-section .noble-certificate-card img {
    max-width: 112px !important;
    max-height: 50px !important;
  }

  .noble-certificates-section .noble-certificate-card span {
    font-size: 7.8px !important;
    letter-spacing: .055em !important;
    line-height: 1.05 !important;
  }
}


.noble-certificates-moved-down {
  margin-top: 0 !important;
  padding-top: 28px !important;
  padding-bottom: 34px !important;
  border-top: 1px solid rgba(184,148,95,.18) !important;
  border-bottom: 1px solid rgba(184,148,95,.12) !important;
}

.noble-certificates-moved-down::before {
  content: "Certificates & memberships" !important;
  display: block !important;
  text-align: center !important;
  font-family: Georgia, serif !important;
  font-size: 22px !important;
  color: #102b23 !important;
  margin-bottom: 18px !important;
  letter-spacing: .04em !important;
}

@media (max-width: 720px) {
  .noble-certificates-moved-down {
    padding-top: 22px !important;
    padding-bottom: 26px !important;
  }

  .noble-certificates-moved-down::before {
    font-size: 18px !important;
    margin-bottom: 14px !important;
  }
}


body::after {
  content: "" !important;
}

@media (max-width: 720px) {
  body > div:last-child,
  footer + div,
  .fixed-bottom-contact,
  .bottom-contact,
  .noble-bottom-contact,
  [class*="bottom"] a[href^="mailto:"],
  [class*="bottom"] a[href^="tel:"] {
    display: none !important;
  }
}

a[href="mailto:info@noblefinejewellery.com"] + span,
a[href="mailto:info@noblefinejewellery.com"] ~ span,
a[href^="tel:+32497239403"],
a[href^="tel:+32 497"],
a[href^="https://wa.me/32497239403"] {
  font-size: inherit;
}

@media (max-width: 720px) {
  a[href="mailto:info@noblefinejewellery.com"]:not(.contact-button):not(.noble-main-contact),
  a[href^="tel:+32497239403"]:not(.contact-button):not(.noble-main-contact),
  a[href^="tel:+32 497"]:not(.contact-button):not(.noble-main-contact) {
    display: none !important;
  }
}


html[dir="rtl"] body {
  direction: rtl;
}

html[dir="rtl"] .noble-brand,
html[dir="rtl"] .noble-logo,
html[dir="rtl"] header,
html[dir="rtl"] nav {
  direction: ltr;
}


.noble-force-lang-item {
  min-height: 44px !important;
  padding: 12px 18px !important;
  cursor: pointer !important;
  color: inherit !important;
  font-size: 14px !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

.noble-force-lang-item:hover {
  background: rgba(184,148,95,.16) !important;
}


.noble-catalog-section {
  background: #f8f4ea !important;
  padding: 72px 5.5vw 62px !important;
  border-top: 1px solid rgba(184,148,95,.14) !important;
  border-bottom: 1px solid rgba(184,148,95,.14) !important;
}

.noble-catalog-inner {
  max-width: 1380px !important;
  margin: 0 auto !important;
}

.noble-catalog-head {
  text-align: center !important;
  max-width: 820px !important;
  margin: 0 auto 34px !important;
}

.noble-catalog-head .noble-kicker {
  color: #b8945f !important;
  text-transform: uppercase !important;
  letter-spacing: .28em !important;
  font-size: 12px !important;
  margin-bottom: 14px !important;
}

.noble-catalog-head h2 {
  color: #102b23 !important;
  font-family: Georgia, serif !important;
  font-size: clamp(42px, 6vw, 82px) !important;
  line-height: .95 !important;
  margin: 0 0 18px !important;
  font-weight: 500 !important;
}

.noble-catalog-head p {
  color: rgba(16,43,35,.72) !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

.noble-catalog-filters {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 10px !important;
  margin: 0 auto 34px !important;
}

.noble-catalog-filter {
  border: 1px solid rgba(16,43,35,.22) !important;
  background: rgba(255,255,255,.45) !important;
  color: #102b23 !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  min-height: 44px !important;
  text-transform: uppercase !important;
  letter-spacing: .14em !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

.noble-catalog-filter.active {
  background: #102b23 !important;
  color: #fffaf0 !important;
  border-color: #102b23 !important;
}

.noble-catalog-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.noble-catalog-card {
  background: rgba(255,255,255,.48) !important;
  border: 1px solid rgba(184,148,95,.22) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  min-height: 330px !important;
  box-shadow: 0 18px 38px rgba(16,43,35,.045) !important;
}

.noble-catalog-photo {
  height: 190px !important;
  background: linear-gradient(135deg, rgba(16,43,35,.08), rgba(184,148,95,.13)) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(16,43,35,.46) !important;
  text-transform: uppercase !important;
  letter-spacing: .18em !important;
  font-size: 10px !important;
}

.noble-catalog-body {
  padding: 22px 22px 24px !important;
  text-align: center !important;
}

.noble-catalog-body h3 {
  color: #102b23 !important;
  font-family: Georgia, serif !important;
  font-size: 24px !important;
  line-height: 1.1 !important;
  margin: 0 0 10px !important;
}

.noble-catalog-body p {
  color: rgba(16,43,35,.68) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  margin: 0 0 18px !important;
}

.noble-catalog-price {
  color: #b8945f !important;
  text-transform: uppercase !important;
  letter-spacing: .14em !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

@media (max-width: 1100px) {
  .noble-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .noble-catalog-section {
    padding: 48px 20px 46px !important;
  }

  .noble-catalog-head {
    text-align: left !important;
    margin-bottom: 24px !important;
  }

  .noble-catalog-head .noble-kicker {
    font-size: 10px !important;
    letter-spacing: .22em !important;
  }

  .noble-catalog-head h2 {
    font-size: 48px !important;
  }

  .noble-catalog-head p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .noble-catalog-filters {
    justify-content: flex-start !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    padding-bottom: 6px !important;
    margin-bottom: 22px !important;
  }

  .noble-catalog-filter {
    flex: 0 0 auto !important;
    font-size: 10px !important;
    padding: 11px 15px !important;
  }

  .noble-catalog-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .noble-catalog-card {
    min-height: auto !important;
    border-radius: 24px !important;
  }

  .noble-catalog-photo {
    height: 210px !important;
  }
}


.noble-catalogue-top-link {
  color: #102b23 !important;
  text-decoration: none !important;
  font-family: Georgia, serif !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  margin-left: 26px !important;
  white-space: nowrap !important;
  transition: color .2s ease !important;
}

.noble-catalogue-top-link:hover {
  color: #b8945f !important;
}

@media (max-width: 900px) {
  .noble-catalogue-top-link {
    margin-left: 0 !important;
    display: block !important;
    padding: 14px 0 !important;
    text-align: center !important;
    font-size: 18px !important;
  }
}

#jewellery-categories {
  scroll-margin-top: 120px !important;
}


#catalogue-gallery,
#jewellery-section,
#vip-tour-section,
#zimmi-section,
#contact-section {
  scroll-margin-top: 118px !important;
}

@media (max-width: 720px) {
  #catalogue-gallery,
  #jewellery-section,
  #vip-tour-section,
  #zimmi-section,
  #contact-section {
    scroll-margin-top: 135px !important;
  }
}


.noble-clean-catalogue {
  background: #f8f4ea !important;
  padding: 76px 5.5vw 70px !important;
  border-top: 1px solid rgba(184,148,95,.16) !important;
  border-bottom: 1px solid rgba(184,148,95,.16) !important;
  scroll-margin-top: 118px !important;
}

.noble-clean-catalogue-inner {
  max-width: 1380px !important;
  margin: 0 auto !important;
}

.noble-clean-catalogue-head {
  text-align: center !important;
  max-width: 850px !important;
  margin: 0 auto 34px !important;
}

.noble-clean-kicker {
  color: #b8945f !important;
  text-transform: uppercase !important;
  letter-spacing: .28em !important;
  font-size: 12px !important;
  margin-bottom: 14px !important;
}

.noble-clean-catalogue h2 {
  color: #102b23 !important;
  font-family: Georgia, serif !important;
  font-size: clamp(42px, 6vw, 82px) !important;
  line-height: .95 !important;
  font-weight: 500 !important;
  margin: 0 0 18px !important;
}

.noble-clean-catalogue p {
  color: rgba(16,43,35,.72) !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.noble-clean-filters {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 10px !important;
  margin: 0 0 34px !important;
}

.noble-clean-filters button {
  border: 1px solid rgba(16,43,35,.24) !important;
  background: rgba(255,255,255,.55) !important;
  color: #102b23 !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  min-height: 44px !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  letter-spacing: .13em !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.noble-clean-filters button.active {
  background: #102b23 !important;
  color: #fffaf0 !important;
  border-color: #102b23 !important;
}

.noble-clean-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.noble-clean-card {
  background: rgba(255,255,255,.52) !important;
  border: 1px solid rgba(184,148,95,.24) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 38px rgba(16,43,35,.045) !important;
}

.noble-clean-photo {
  height: 188px !important;
  background: linear-gradient(135deg, rgba(16,43,35,.08), rgba(184,148,95,.13)) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(16,43,35,.48) !important;
  text-transform: uppercase !important;
  letter-spacing: .18em !important;
  font-size: 10px !important;
}

.noble-clean-body {
  padding: 22px 22px 24px !important;
  text-align: center !important;
}

.noble-clean-body h3 {
  color: #102b23 !important;
  font-family: Georgia, serif !important;
  font-size: 24px !important;
  margin: 0 0 10px !important;
  line-height: 1.1 !important;
}

.noble-clean-body p {
  color: rgba(16,43,35,.68) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  margin: 0 0 18px !important;
}

.noble-clean-body span {
  color: #b8945f !important;
  text-transform: uppercase !important;
  letter-spacing: .14em !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

@media (max-width: 1100px) {
  .noble-clean-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .noble-clean-catalogue {
    padding: 50px 20px 48px !important;
    scroll-margin-top: 135px !important;
  }

  .noble-clean-catalogue-head {
    text-align: left !important;
    margin-bottom: 24px !important;
  }

  .noble-clean-catalogue h2 {
    font-size: 48px !important;
  }

  .noble-clean-catalogue p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .noble-clean-filters {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding-bottom: 6px !important;
    margin-bottom: 22px !important;
  }

  .noble-clean-filters button {
    flex: 0 0 auto !important;
    font-size: 10px !important;
    padding: 11px 15px !important;
  }

  .noble-clean-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .noble-clean-photo {
    height: 210px !important;
  }
}


.noble-final-catalogue {
  background: #f8f4ea !important;
  padding: 76px 5.5vw 70px !important;
  border-top: 1px solid rgba(184,148,95,.16) !important;
  border-bottom: 1px solid rgba(184,148,95,.16) !important;
  scroll-margin-top: 118px !important;
}

.noble-final-catalogue-inner {
  max-width: 1380px !important;
  margin: 0 auto !important;
}

.noble-final-catalogue-head {
  text-align: center !important;
  max-width: 850px !important;
  margin: 0 auto 34px !important;
}

.noble-final-kicker {
  color: #b8945f !important;
  text-transform: uppercase !important;
  letter-spacing: .28em !important;
  font-size: 12px !important;
  margin-bottom: 14px !important;
}

.noble-final-catalogue h2 {
  color: #102b23 !important;
  font-family: Georgia, serif !important;
  font-size: clamp(42px, 6vw, 82px) !important;
  line-height: .95 !important;
  font-weight: 500 !important;
  margin: 0 0 18px !important;
}

.noble-final-catalogue p {
  color: rgba(16,43,35,.72) !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.noble-final-filters {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 10px !important;
  margin: 0 0 34px !important;
}

.noble-final-filters button {
  border: 1px solid rgba(16,43,35,.24) !important;
  background: rgba(255,255,255,.55) !important;
  color: #102b23 !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  min-height: 44px !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  letter-spacing: .13em !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.noble-final-filters button.active {
  background: #102b23 !important;
  color: #fffaf0 !important;
  border-color: #102b23 !important;
}

.noble-final-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.noble-final-card {
  background: rgba(255,255,255,.52) !important;
  border: 1px solid rgba(184,148,95,.24) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 38px rgba(16,43,35,.045) !important;
}

.noble-final-photo {
  height: 188px !important;
  background: linear-gradient(135deg, rgba(16,43,35,.08), rgba(184,148,95,.13)) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(16,43,35,.48) !important;
  text-transform: uppercase !important;
  letter-spacing: .18em !important;
  font-size: 10px !important;
}

.noble-final-body {
  padding: 22px 22px 24px !important;
  text-align: center !important;
}

.noble-final-body h3 {
  color: #102b23 !important;
  font-family: Georgia, serif !important;
  font-size: 24px !important;
  margin: 0 0 10px !important;
  line-height: 1.1 !important;
}

.noble-final-body p {
  color: rgba(16,43,35,.68) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  margin: 0 0 18px !important;
}

.noble-final-body span {
  color: #b8945f !important;
  text-transform: uppercase !important;
  letter-spacing: .14em !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.noble-catalogue-top-link {
  color: #102b23 !important;
  text-decoration: none !important;
  font-family: Georgia, serif !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  margin-left: 26px !important;
  white-space: nowrap !important;
}

.noble-catalogue-top-link:hover {
  color: #b8945f !important;
}

@media (max-width: 1100px) {
  .noble-final-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .noble-final-catalogue {
    padding: 50px 20px 48px !important;
    scroll-margin-top: 135px !important;
  }

  .noble-final-catalogue-head {
    text-align: left !important;
    margin-bottom: 24px !important;
  }

  .noble-final-catalogue h2 {
    font-size: 48px !important;
  }

  .noble-final-catalogue p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .noble-final-filters {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding-bottom: 6px !important;
    margin-bottom: 22px !important;
  }

  .noble-final-filters button {
    flex: 0 0 auto !important;
    font-size: 10px !important;
    padding: 11px 15px !important;
  }

  .noble-final-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .noble-final-photo {
    height: 210px !important;
  }
}


#catalogue-gallery,
#jewellery-section,
#vip-tour-section,
#zimmi-section,
#contact-section {
  scroll-margin-top: 118px !important;
}

@media (max-width: 720px) {
  #catalogue-gallery,
  #jewellery-section,
  #vip-tour-section,
  #zimmi-section,
  #contact-section {
    scroll-margin-top: 135px !important;
  }
}


#catalogue-gallery,
#jewellery-section,
#zimmi-section,
#vip-tour-section,
#contact-section {
  scroll-margin-top: 122px !important;
}

@media (max-width: 720px) {
  #catalogue-gallery,
  #jewellery-section,
  #zimmi-section,
  #vip-tour-section,
  #contact-section {
    scroll-margin-top: 138px !important;
  }
}


#catalogue-gallery,
#jewellery-section,
#zimmi-section,
#vip-tour-section,
#contact-section {
  scroll-margin-top: 125px !important;
}

header a,
header button,
nav a,
nav button {
  pointer-events: auto !important;
  cursor: pointer !important;
}

@media (max-width: 720px) {
  #catalogue-gallery,
  #jewellery-section,
  #zimmi-section,
  #vip-tour-section,
  #contact-section {
    scroll-margin-top: 140px !important;
  }
}


#catalogue-gallery,
#jewellery-section,
#zimmi-section,
#vip-tour-section,
#contact-section {
  scroll-margin-top: 130px !important;
}

header a,
header button,
nav a,
nav button {
  pointer-events: auto !important;
  cursor: pointer !important;
}

@media (max-width: 720px) {
  #catalogue-gallery,
  #jewellery-section,
  #zimmi-section,
  #vip-tour-section,
  #contact-section {
    scroll-margin-top: 145px !important;
  }
}


[data-noble-forced-menu] {
  pointer-events: auto !important;
  cursor: pointer !important;
}

#jewellery-section,
#zimmi-section,
#catalogue-gallery {
  scroll-margin-top: 130px !important;
}

@media (max-width: 720px) {
  #jewellery-section,
  #zimmi-section,
  #catalogue-gallery {
    scroll-margin-top: 145px !important;
  }
}


[data-zimmi-click] {
  pointer-events: auto !important;
  cursor: pointer !important;
}

#zimmi-section {
  scroll-margin-top: 130px !important;
}

@media (max-width: 720px) {
  #zimmi-section {
    scroll-margin-top: 145px !important;
  }
}


#noble-stable-menu {
  position: fixed !important;
  top: 0 !important;
  right: 70px !important;
  height: 92px !important;
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
  z-index: 999999 !important;
  background: rgba(250, 247, 239, 0.96) !important;
  padding: 0 18px !important;
  border-bottom-left-radius: 22px !important;
  backdrop-filter: blur(10px) !important;
}

#noble-stable-menu button {
  border: 0 !important;
  background: transparent !important;
  color: #103427 !important;
  font-family: Georgia, serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  cursor: pointer !important;
  padding: 10px 0 !important;
  white-space: nowrap !important;
}

#noble-stable-menu button:hover {
  color: #b7904d !important;
}

#jewellery-section,
#vip-tour-section,
#zimmi-section,
#catalogue-gallery,
#contact-section {
  scroll-margin-top: 130px !important;
}

@media (max-width: 900px) {
  #noble-stable-menu {
    display: none !important;
  }
}


#clean-product-catalogue {
  background: #f8f3e8;
  padding: 90px 6vw;
  border-top: 1px solid rgba(16, 50, 39, 0.12);
  border-bottom: 1px solid rgba(16, 50, 39, 0.12);
}

.clean-catalogue-inner {
  max-width: 1500px;
  margin: 0 auto;
}

.clean-catalogue-head {
  text-align: center;
  margin-bottom: 34px;
}

.clean-kicker {
  color: #b3925b;
  text-transform: uppercase;
  letter-spacing: 0.42em;
  font-size: 12px;
  margin-bottom: 14px;
}

.clean-catalogue-head h2 {
  color: #103227;
  font-family: Georgia, serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.95;
  margin: 0 0 18px;
}

.clean-catalogue-head p {
  color: rgba(16, 50, 39, 0.72);
  font-size: 18px;
  line-height: 1.55;
  max-width: 760px;
  margin: 0 auto;
}

.clean-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 0 0 36px;
}

.clean-filters button {
  border: 1px solid rgba(16, 50, 39, 0.18);
  background: rgba(255, 255, 255, 0.5);
  color: #103227;
  border-radius: 999px;
  padding: 13px 20px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
}

.clean-filters button.active {
  background: #0b3328;
  color: #fff;
}

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

.clean-product-card {
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(16, 50, 39, 0.12);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(16, 50, 39, 0.05);
}

.clean-product-photo {
  background: #fff;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.clean-product-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.clean-product-info {
  text-align: center;
  padding: 22px 16px 24px;
}

.clean-product-info h3 {
  color: #103227;
  font-family: Georgia, serif;
  font-size: 26px;
  margin: 0 0 12px;
}

.clean-product-info p {
  color: #b3925b;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 900px) {
  #clean-product-catalogue {
    padding: 64px 18px;
  }

  .clean-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .clean-product-photo {
    padding: 10px;
  }

  .clean-product-info {
    padding: 16px 10px 18px;
  }

  .clean-product-info h3 {
    font-size: 20px;
  }

  .clean-filters {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
  }

  .clean-filters button {
    flex: 0 0 auto;
    padding: 11px 15px;
    font-size: 11px;
  }
}

.noble-old-site-section {
  padding: 44px 7vw 52px;
  background: #f7f2e8;
  border-top: 1px solid rgba(16, 43, 35, 0.12);
  text-align: center;
}

.noble-old-site-box {
  max-width: 860px;
  margin: 0 auto;
  padding: 34px 28px;
  border-radius: 28px;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(184, 146, 82, 0.24);
  box-shadow: 0 18px 44px rgba(16, 43, 35, 0.08);
}

.noble-old-site-box .eyebrow {
  color: #b89252;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 12px;
}

.noble-old-site-box h2 {
  color: #102b23;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1;
  margin: 0 0 14px;
}

.noble-old-site-box p {
  color: rgba(16, 43, 35, 0.74);
  font-size: 18px;
  line-height: 1.6;
  max-width: 660px;
  margin: 0 auto 24px;
}

.noble-old-site-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  background: #102b23;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  font-weight: 700;
}

.noble-old-site-button:hover {
  background: #b89252;
}

@media (max-width: 700px) {
  .noble-old-site-section {
    padding: 34px 18px 44px;
  }

  .noble-old-site-box {
    padding: 28px 18px;
    border-radius: 24px;
  }

  .noble-old-site-box p {
    font-size: 16px;
  }

  .noble-old-site-button {
    width: 100%;
  }
}

.noble-old-site-section {
  padding: 70px 7vw 76px !important;
  background:
    radial-gradient(circle at 18% 20%, rgba(184,146,82,0.16), transparent 34%),
    linear-gradient(135deg, #f8f4ea 0%, #efe6d5 100%) !important;
  border-top: 1px solid rgba(16,43,35,0.12) !important;
}

.noble-old-site-box {
  max-width: 1180px !important;
  margin: 0 auto !important;
  border-radius: 34px !important;
  padding: 2px !important;
  background: linear-gradient(135deg, rgba(184,146,82,0.95), rgba(16,43,35,0.42), rgba(184,146,82,0.75)) !important;
  box-shadow: 0 24px 70px rgba(16,43,35,0.13) !important;
}

.noble-old-site-inner {
  border-radius: 32px !important;
  padding: 38px 42px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.88), rgba(255,250,239,0.72)),
    radial-gradient(circle at 88% 10%, rgba(184,146,82,0.20), transparent 30%) !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 28px !important;
  align-items: center !important;
}

.noble-old-site-kicker {
  margin: 0 0 12px !important;
  color: #b89252 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.24em !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.noble-old-site-box h2 {
  margin: 0 0 14px !important;
  color: #102b23 !important;
  font-size: clamp(32px, 4vw, 58px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.03em !important;
}

.noble-old-site-box p {
  max-width: 760px !important;
  margin: 0 !important;
  color: rgba(16,43,35,0.76) !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
}

.noble-old-site-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px !important;
  padding: 0 34px !important;
  border-radius: 999px !important;
  background: #102b23 !important;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.14em !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  box-shadow: 0 14px 32px rgba(16,43,35,0.22) !important;
}

.noble-old-site-button:hover {
  background: #b89252 !important;
  color: #102b23 !important;
}

@media (max-width: 800px) {
  .noble-old-site-section {
    padding: 44px 18px 52px !important;
  }

  .noble-old-site-inner {
    grid-template-columns: 1fr !important;
    padding: 30px 22px !important;
    text-align: center !important;
  }

  .noble-old-site-box p {
    font-size: 16px !important;
    margin: 0 auto !important;
  }

  .noble-old-site-button {
    width: 100% !important;
  }
}

.noble-old-site-premium {
  padding: 78px 7vw !important;
  background: linear-gradient(135deg, #f7f1e5 0%, #efe3cf 100%) !important;
  border-top: 1px solid rgba(16, 43, 35, 0.12) !important;
  border-bottom: 1px solid rgba(16, 43, 35, 0.08) !important;
}

.noble-old-site-premium-card {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 42px 46px !important;
  border-radius: 34px !important;
  background:
    radial-gradient(circle at 92% 10%, rgba(184, 146, 82, 0.22), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,0.92), rgba(255,250,240,0.78)) !important;
  border: 1px solid rgba(184, 146, 82, 0.36) !important;
  box-shadow: 0 24px 70px rgba(16, 43, 35, 0.14) !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 34px !important;
  align-items: center !important;
}

.noble-old-site-premium-label {
  margin: 0 0 14px !important;
  color: #b89252 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.24em !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.noble-old-site-premium h2 {
  margin: 0 0 16px !important;
  color: #102b23 !important;
  font-size: clamp(34px, 4.4vw, 62px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.035em !important;
}

.noble-old-site-premium p {
  max-width: 780px !important;
  margin: 0 !important;
  color: rgba(16, 43, 35, 0.74) !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
}

.noble-old-site-premium-btn {
  min-height: 56px !important;
  padding: 0 36px !important;
  border-radius: 999px !important;
  background: #102b23 !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.14em !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  box-shadow: 0 14px 32px rgba(16, 43, 35, 0.24) !important;
}

.noble-old-site-premium-btn:hover {
  background: #b89252 !important;
  color: #102b23 !important;
}

@media (max-width: 800px) {
  .noble-old-site-premium {
    padding: 48px 18px !important;
  }

  .noble-old-site-premium-card {
    grid-template-columns: 1fr !important;
    padding: 30px 22px !important;
    text-align: center !important;
  }

  .noble-old-site-premium p {
    font-size: 16px !important;
    margin: 0 auto !important;
  }

  .noble-old-site-premium-btn {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  #existing-website {
    padding: 46px 18px !important;
    overflow: hidden !important;
  }

  #existing-website > div {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 34px 24px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  #existing-website h2 {
    font-size: 42px !important;
    line-height: 0.98 !important;
    letter-spacing: -0.04em !important;
  }

  #existing-website p {
    font-size: 18px !important;
    line-height: 1.55 !important;
  }

  #existing-website a {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 58px !important;
    padding: 0 18px !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 420px) {
  #existing-website h2 {
    font-size: 38px !important;
  }

  #existing-website > div {
    padding: 30px 20px !important;
    border-radius: 28px !important;
  }
}
