:root {
  --black: #020202;
  --black-soft: #050505;
  --ink: #f0ede7;
  --muted: rgba(240, 237, 231, 0.34);
  --muted-strong: rgba(240, 237, 231, 0.52);
  --line: rgba(240, 237, 231, 0.28);
  --line-soft: rgba(240, 237, 231, 0.12);
  --footer: #5e554f;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Arial, sans-serif;
}

/* Jewelry Stories prototype light catalog override. */
@font-face {
  font-family: "Romul";
  src: url("https://jewelrystories.store/local/templates/jewelry/fonts/romul.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("https://jewelrystories.store/local/templates/jewelry/fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #fbfaf8;
  --black-soft: #f7f5f1;
  --ink: #343434;
  --muted: rgba(52, 52, 52, 0.52);
  --muted-strong: rgba(52, 52, 52, 0.72);
  --line: rgba(185, 162, 114, 0.28);
  --line-soft: rgba(52, 52, 52, 0.12);
  --serif: "Romul", Georgia, "Times New Roman", serif;
  --sans: "Gilroy", "Helvetica Neue", Arial, sans-serif;
}

body {
  background: #fbfaf8 !important;
  color: #343434 !important;
  font-family: var(--sans) !important;
}

.site-header {
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: 1px solid rgba(52, 52, 52, 0.08);
}

.brand-mark {
  opacity: 1 !important;
}

.brand-mark img {
  filter: none !important;
}

.menu-button span {
  background: rgba(52, 52, 52, 0.8) !important;
}

.bag-button span,
.bag-button span::before {
  border-color: rgba(52, 52, 52, 0.8) !important;
}

.header-link,
.language-switch button,
.micro,
.page-heading p,
.catalog-grid p,
.product-meta p,
.split-copy p,
.collection-hero p {
  color: rgba(52, 52, 52, 0.62) !important;
}

.language-switch {
  border-color: rgba(52, 52, 52, 0.16) !important;
}

.language-switch .active {
  background: rgba(185, 162, 114, 0.12) !important;
  color: #343434 !important;
}

h1,
h2,
h3,
.category-rail a,
.catalog-grid h2,
.product-info h1,
.collection-cards h3 {
  color: #343434 !important;
  font-family: var(--serif) !important;
  font-weight: 400 !important;
}

.page-heading,
.hero-intro,
.hero-image,
.category-rail,
.manifesto-section,
.split-collection,
.collection-hero,
.catalog-grid,
.product-detail,
.related-products,
.collection-cards {
  background: #fbfaf8 !important;
}

.page-heading,
.manifesto-section,
.related-products {
  border-color: rgba(52, 52, 52, 0.1) !important;
}

.catalog-grid a,
.collection-cards article,
.related-products article,
.split-image,
.product-gallery,
.product-info {
  background: #f7f5f1 !important;
}

.catalog-grid img,
.collection-cards img,
.related-products img,
.product-gallery img {
  object-fit: contain;
}

.filter-line {
  border-top: 1px solid rgba(52, 52, 52, 0.1);
  border-bottom: 1px solid rgba(52, 52, 52, 0.1);
}

.filter-line a,
.outlined-link,
.text-link,
.collection-cards a {
  color: #343434 !important;
}

.outlined-link {
  border-color: rgba(52, 52, 52, 0.28) !important;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--ink);
  font-family: var(--sans);
  letter-spacing: 0;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  min-height: 116px;
  padding: 18px 40px;
  background: rgba(0, 0, 0, 0.94);
}

.icon-button,
.bag-button {
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-button {
  display: block;
  width: 36px;
}

.menu-button span {
  display: block;
  width: 34px;
  height: 1px;
  margin: 9px 0;
  background: rgba(240, 237, 231, 0.38);
}

.brand-mark {
  justify-self: center;
  display: block;
  width: 232px;
  opacity: 0.54;
}

.brand-mark img {
  height: auto;
  object-fit: contain;
  filter: invert(1);
}

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

.header-link {
  color: var(--muted-strong);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.language-switch {
  display: flex;
  border: 1px solid var(--line-soft);
  opacity: 0.55;
}

.language-switch button {
  width: 38px;
  height: 32px;
  border: 0;
  background: transparent;
  color: var(--muted-strong);
  font-size: 11px;
}

.language-switch .active {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
}

.bag-button span {
  position: relative;
  display: block;
  width: 22px;
  height: 26px;
  border: 1px solid rgba(240, 237, 231, 0.32);
}

.bag-button span::before {
  content: "";
  position: absolute;
  left: 5px;
  top: -8px;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(240, 237, 231, 0.32);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

h1, h2, h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  text-transform: uppercase;
}

.micro {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-intro {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 40px 36px;
  background: var(--black);
}

.hero-intro h1 {
  max-width: 820px;
  color: rgba(240, 237, 231, 0.28);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
  letter-spacing: 0.08em;
}

.hero-line {
  max-width: 1040px;
  margin: 18px 0 0;
  color: rgba(240, 237, 231, 0.26);
  font-size: 16px;
  line-height: 1.72;
}

.hero-line.second {
  max-width: 960px;
}

.text-link,
.outlined-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 18px;
  color: rgba(240, 237, 231, 0.34);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.text-link::after {
  content: " ->";
  margin-left: 4px;
}

.outlined-link {
  min-width: 178px;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--line);
}

.hero-image {
  height: clamp(270px, 39vw, 656px);
  background: var(--black);
}

.hero-image img {
  object-position: center;
}

.category-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 0;
  max-width: 1180px;
  margin: 0 auto;
  padding: 76px 40px 58px;
  background: var(--black);
}

.category-rail a {
  display: grid;
  justify-items: center;
  gap: 24px;
  color: rgba(240, 237, 231, 0.32);
  font-family: var(--serif);
  font-size: 14px;
  text-transform: uppercase;
}

.category-rail img {
  width: 178px;
  height: 118px;
  object-fit: contain;
}

.manifesto-section {
  padding: 76px 40px 92px;
  background: var(--black);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.manifesto-section p {
  max-width: 860px;
  margin: 0 auto;
  color: rgba(240, 237, 231, 0.56);
  font-family: var(--serif);
  font-size: clamp(26px, 3.5vw, 48px);
  line-height: 1.2;
  text-align: center;
}

.split-collection {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  gap: 72px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 88px 40px 44px;
  background: var(--black);
}

.split-image {
  min-height: 420px;
  background: var(--black-soft);
}

.split-copy h2 {
  color: rgba(240, 237, 231, 0.58);
  font-size: clamp(26px, 3vw, 42px);
}

.split-copy p:not(.micro) {
  max-width: 430px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.collection-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 40px 88px;
  background: var(--black);
}

.collection-cards article {
  position: relative;
  min-height: 178px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  background: #080808;
}

.collection-cards img {
  position: absolute;
  inset: 0;
  opacity: 0.72;
}

.collection-cards div {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  height: 100%;
  padding: 20px;
}

.collection-cards h3 {
  color: rgba(240, 237, 231, 0.66);
  font-size: 18px;
}

.collection-cards a {
  width: fit-content;
  margin-top: 10px;
  color: rgba(240, 237, 231, 0.52);
  font-size: 11px;
}

.state-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 64px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 86px 40px 96px;
  background: var(--black);
}

.state-copy h2,
.section-title h2,
.making-copy h2,
.private-section h2 {
  color: rgba(240, 237, 231, 0.58);
}

.state-copy p:not(.micro),
.section-title p:not(.micro),
.making-copy p:not(.micro),
.private-section p:not(.micro) {
  color: var(--muted);
  line-height: 1.76;
}

.state-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.state-images img {
  aspect-ratio: 0.82 / 1;
}

.objects-section {
  padding: 82px 40px 104px;
  background: var(--black);
  border-top: 1px solid var(--line-soft);
}

.section-title {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}

.object-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.object-grid article {
  min-height: 430px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--black);
}

.object-grid img {
  height: 292px;
  object-fit: contain;
  margin-bottom: 22px;
  background: var(--black);
}

.object-grid h3 {
  color: rgba(240, 237, 231, 0.44);
  font-size: 20px;
}

.object-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.making-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.64fr);
  max-width: 1180px;
  margin: 0 auto;
  padding: 92px 40px;
  gap: 54px;
  align-items: center;
  background: var(--black);
}

.making-media {
  display: grid;
  place-items: center;
  min-height: 430px;
  border: 1px solid var(--line);
  background: url("https://jewelrystories.store/local/templates/jewelry/img/med1.png") center / cover;
}

.making-media span {
  padding: 12px 18px;
  background: rgba(0, 0, 0, 0.58);
  color: var(--muted-strong);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.private-section {
  display: grid;
  justify-items: center;
  padding: 96px 40px 104px;
  text-align: center;
  background: var(--black);
  border-top: 1px solid var(--line-soft);
}

.private-section p:not(.micro) {
  max-width: 650px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 58px 40px 64px;
  background: var(--footer);
  color: #fffaf4;
}

.site-footer p {
  max-width: 460px;
  color: rgba(255, 250, 244, 0.72);
  line-height: 1.65;
}

.footer-title {
  margin: 0 0 20px;
  color: #fffaf4 !important;
  font-family: var(--serif);
  font-size: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-heading {
  padding: 32px 40px 46px;
  background: var(--black);
}

.page-heading .micro {
  letter-spacing: 0;
  text-transform: none;
}

.page-heading h1,
.collection-hero h1,
.product-page h1,
.private-page-hero h1 {
  color: rgba(240, 237, 231, 0.36);
  font-size: clamp(32px, 4vw, 54px);
}

.page-heading p:not(.micro) {
  color: var(--muted);
}

.filter-line {
  display: flex;
  gap: 66px;
  padding: 24px 40px 44px;
  overflow-x: auto;
  background: var(--black);
  color: var(--muted);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 40px 96px;
  background: var(--black);
}

.catalog-grid a {
  display: block;
  padding: 0;
}

.catalog-grid img {
  height: 310px;
  object-fit: contain;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--black);
}

.catalog-grid h2 {
  margin: 18px 0 0;
  color: rgba(240, 237, 231, 0.36);
  font-size: 19px;
}

.catalog-grid p,
.product-info p,
.collection-hero p,
.steps-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.collection-hero,
.product-page {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 58px;
  align-items: center;
  padding: 80px 40px;
  background: var(--black);
}

.collection-hero img {
  min-height: 520px;
}

.collection-page-cards {
  background: var(--black);
}

.product-media {
  border: 1px solid var(--line);
  background: var(--black);
}

.product-media img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 9%;
}

.product-info {
  align-self: start;
  padding-top: 42px;
}

.sku {
  color: rgba(240, 237, 231, 0.58) !important;
  font-family: var(--serif);
}

.private-page-hero {
  padding: 90px 40px 104px;
  text-align: center;
  background: var(--black);
  border-bottom: 1px solid var(--line-soft);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 76px 40px 108px;
  background: var(--black);
}

.steps-grid article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--black);
}

.steps-grid span {
  display: block;
  margin-bottom: 36px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 42px;
}

.steps-grid h2 {
  color: rgba(240, 237, 231, 0.48);
  font-size: 24px;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.62fr);
  gap: 72px;
  align-items: stretch;
  min-height: calc(100vh - 116px);
  padding: 86px 40px 72px;
  background: var(--black);
  border-bottom: 1px solid var(--line-soft);
}

.contact-hero-copy {
  display: grid;
  align-content: center;
  max-width: 720px;
}

.contact-hero h1 {
  max-width: 660px;
  color: rgba(240, 237, 231, 0.56);
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 1.08;
}

.contact-hero p:not(.micro),
.contact-details dd,
.contact-routes p {
  color: rgba(240, 237, 231, 0.56);
  line-height: 1.76;
}

.contact-hero-copy > p:not(.micro) {
  max-width: 520px;
  margin: 24px 0 0;
  font-size: 16px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  align-items: center;
  margin-top: 24px;
}

.contact-hero-media {
  position: relative;
  min-height: 520px;
  border: 1px solid var(--line-soft);
  background: var(--black-soft);
  overflow: hidden;
}

.contact-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: 42% center;
  filter: saturate(0.88) contrast(1.04);
}

.contact-hero-media div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: rgba(8, 8, 8, 0.72);
  backdrop-filter: blur(16px);
}

.contact-hero-media span {
  min-height: 68px;
  padding: 22px 18px;
  border-right: 1px solid var(--line-soft);
  color: rgba(240, 237, 231, 0.62);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-hero-media span:last-child {
  border-right: 0;
}

.contact-channels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 40px;
  background: var(--black);
}

.contact-channels a {
  min-height: 260px;
  padding: 28px;
  border-right: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.contact-channels a:first-child {
  border-left: 1px solid var(--line-soft);
}

.contact-channels span,
.contact-routes span {
  display: block;
  margin-bottom: 34px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 38px;
}

.contact-channels h2,
.contact-routes h2 {
  color: rgba(240, 237, 231, 0.62);
  font-size: 24px;
}

.contact-channels p {
  max-width: 320px;
  color: rgba(240, 237, 231, 0.5);
  line-height: 1.76;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1fr);
  gap: 64px;
  padding: 72px 40px 86px;
  background: var(--black);
  border-top: 1px solid var(--line-soft);
}

.contact-image-strip {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(280px, 0.9fr) minmax(220px, 0.82fr);
  gap: 40px;
  align-items: center;
  padding: 88px 40px 96px;
  background: #efede7;
}

.contact-image-strip figure {
  margin: 0;
  overflow: hidden;
  background: #dedbd3;
}

.contact-image-strip figure:first-child {
  aspect-ratio: 4 / 5;
}

.contact-image-strip figure:last-child {
  aspect-ratio: 3 / 4;
}

.contact-image-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-image-strip h2 {
  max-width: 520px;
  color: #181713;
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.08;
}

.contact-image-strip p:not(.micro) {
  max-width: 430px;
  color: rgba(24, 23, 19, 0.62);
  line-height: 1.76;
}


.contact-details dl {
  display: grid;
  gap: 28px;
  margin: 0;
}

.contact-details div {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line-soft);
}

.contact-details dt,
.contact-form span {
  margin-bottom: 8px;
  color: rgba(240, 237, 231, 0.42);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-details dd {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(20px, 2.4vw, 30px);
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 32px;
  border: 1px solid var(--line);
}

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

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 13px 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(240, 237, 231, 0.2);
}

.contact-form button {
  width: fit-content;
  min-height: 44px;
  margin-top: 8px;
  padding: 0 28px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted-strong);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.contact-routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 40px 102px;
  background: var(--black);
}

.contact-routes article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
}

.contact-note {
  padding: 0 40px 96px;
  background: var(--black);
}

.contact-note p {
  max-width: 740px;
  margin: 0;
  padding-top: 28px;
  border-top: 1px solid var(--line-soft);
  color: rgba(240, 237, 231, 0.28);
  line-height: 1.72;
}

.contact-page {
  background: #f8f7f3;
  color: #24211d;
}

.contact-page .site-header {
  background: rgba(248, 247, 243, 0.94);
  border-bottom: 1px solid rgba(36, 33, 29, 0.08);
  backdrop-filter: blur(18px);
}

.contact-page .menu-button span {
  background: rgba(36, 33, 29, 0.42);
}

.contact-page .brand-mark {
  opacity: 0.82;
}

.contact-page .brand-mark img {
  filter: none;
}

.contact-page .header-link {
  color: rgba(36, 33, 29, 0.58);
}

.contact-page .language-switch {
  border-color: rgba(36, 33, 29, 0.12);
  opacity: 1;
}

.contact-page .language-switch button {
  color: rgba(36, 33, 29, 0.52);
}

.contact-page .language-switch .active {
  color: #24211d;
  background: rgba(36, 33, 29, 0.06);
}

.contact-page .micro {
  color: rgba(36, 33, 29, 0.42);
}

.contact-page .contact-hero {
  background: #f8f7f3;
  border-bottom: 1px solid rgba(36, 33, 29, 0.08);
}

.contact-page .contact-hero h1 {
  color: rgba(36, 33, 29, 0.72);
}

.contact-page .contact-hero p:not(.micro),
.contact-page .contact-details dd,
.contact-page .contact-routes p {
  color: rgba(36, 33, 29, 0.58);
}

.contact-page .text-link,
.contact-page .outlined-link {
  color: rgba(36, 33, 29, 0.62);
}

.contact-page .outlined-link {
  border-color: rgba(36, 33, 29, 0.18);
}

.contact-page .contact-hero-media {
  border-color: rgba(36, 33, 29, 0.1);
  background: #ece9e1;
}

.contact-page .contact-hero-media img {
  filter: saturate(0.92) contrast(0.98);
}

.contact-page .contact-hero-media div {
  background: rgba(248, 247, 243, 0.82);
  border-top: 1px solid rgba(36, 33, 29, 0.08);
}

.contact-page .contact-hero-media span {
  border-right-color: rgba(36, 33, 29, 0.1);
  color: rgba(36, 33, 29, 0.54);
}

.contact-page .contact-channels,
.contact-page .contact-panel,
.contact-page .contact-routes,
.contact-page .contact-note {
  background: #f8f7f3;
}

.contact-page .contact-channels a,
.contact-page .contact-channels a:first-child,
.contact-page .contact-routes article,
.contact-page .contact-panel,
.contact-page .contact-details div,
.contact-page .contact-form,
.contact-page .contact-note p {
  border-color: rgba(36, 33, 29, 0.1);
}

.contact-page .contact-channels span,
.contact-page .contact-routes span {
  color: rgba(36, 33, 29, 0.28);
}

.contact-page .contact-channels h2,
.contact-page .contact-routes h2 {
  color: rgba(36, 33, 29, 0.7);
}

.contact-page .contact-channels p {
  color: rgba(36, 33, 29, 0.52);
}

.contact-page .contact-image-strip {
  background: #ece9e1;
}

.contact-page .contact-details dt,
.contact-page .contact-form span {
  color: rgba(36, 33, 29, 0.42);
}

.contact-page .contact-form input,
.contact-page .contact-form textarea {
  border-bottom-color: rgba(36, 33, 29, 0.16);
  color: #24211d;
}

.contact-page .contact-form input::placeholder,
.contact-page .contact-form textarea::placeholder {
  color: rgba(36, 33, 29, 0.28);
}

.contact-page .contact-form button {
  border-color: rgba(36, 33, 29, 0.18);
  color: rgba(36, 33, 29, 0.7);
}

.contact-page .contact-note p {
  color: rgba(36, 33, 29, 0.44);
}

.contact-page-short main {
  background: #f8f7f3;
}

.contact-short-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.52fr);
  gap: clamp(36px, 7vw, 104px);
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 40px 34px;
}

.contact-short-copy {
  max-width: 620px;
}

.contact-short-copy h1 {
  color: rgba(36, 33, 29, 0.72);
  font-family: var(--sans);
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 300;
  line-height: 1.08;
  text-transform: none;
}

.contact-short-copy > p:not(.micro) {
  max-width: 500px;
  margin: 26px 0 0;
  color: rgba(36, 33, 29, 0.58);
  font-size: 16px;
  line-height: 1.72;
}

.contact-editorial {
  margin: 0;
  background: #e7e5df;
}

.contact-editorial img {
  aspect-ratio: 4 / 4.65;
  height: auto;
  object-fit: cover;
  object-position: center 38%;
  filter: brightness(1.07) contrast(0.96) saturate(0.9);
}

.contact-editorial figcaption {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  border: 1px solid rgba(36, 33, 29, 0.1);
  border-top: 0;
}

.contact-editorial span {
  min-height: 58px;
  padding: 20px 18px;
  color: rgba(36, 33, 29, 0.54);
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-editorial span + span {
  border-left: 1px solid rgba(36, 33, 29, 0.1);
}

.contact-compact {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(300px, 0.9fr);
  gap: clamp(38px, 7vw, 104px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 40px 70px;
}

.contact-direct,
.contact-page-short .contact-form {
  border-top: 1px solid rgba(36, 33, 29, 0.12);
  padding-top: 26px;
}

.contact-direct h2 {
  max-width: 440px;
  color: rgba(36, 33, 29, 0.72);
  font-family: var(--sans);
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 300;
  line-height: 1.22;
  text-transform: none;
}

.contact-direct dl {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
}

.contact-direct div {
  display: grid;
  gap: 6px;
}

.contact-direct dt {
  color: rgba(36, 33, 29, 0.42);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-direct dd {
  margin: 0;
  color: rgba(36, 33, 29, 0.64);
  font-family: var(--sans);
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 300;
}

.contact-page-short .contact-form {
  gap: 14px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 48px 1fr 86px;
    min-height: 104px;
    padding: 16px 10px;
  }

  .brand-mark {
    width: 190px;
  }

  .bag-button {
    display: none;
  }

  .hero-intro {
    padding: 18px 10px 28px;
  }

  .hero-image {
    height: 270px;
  }

  .category-rail {
    grid-template-columns: repeat(5, 150px);
    padding: 58px 10px 48px;
    overflow-x: auto;
  }

  .category-rail img {
    width: 142px;
    height: 100px;
  }

  .split-collection,
  .collection-cards,
  .state-section,
  .object-grid,
  .making-section,
  .catalog-grid,
  .collection-hero,
  .product-page,
  .steps-grid,
  .site-footer,
  .contact-hero,
  .contact-panel,
  .contact-channels,
  .contact-routes,
  .contact-image-strip {
    grid-template-columns: 1fr;
  }

  .split-collection,
  .state-section,
  .making-section,
  .objects-section,
  .private-section,
  .collection-hero,
  .product-page,
  .private-page-hero,
  .contact-hero,
  .contact-panel,
  .contact-note,
  .contact-image-strip {
    padding-left: 10px;
    padding-right: 10px;
  }

  .catalog-grid,
  .filter-line,
  .page-heading,
  .steps-grid,
  .contact-channels,
  .contact-routes {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-link {
    display: none;
  }

  .contact-hero {
    min-height: auto;
  }

  .contact-hero-media,
  .contact-hero-media img {
    min-height: 420px;
  }

  .contact-channels a,
  .contact-channels a:first-child {
    border-left: 1px solid var(--line-soft);
  }

  .contact-hero-media div {
    grid-template-columns: 1fr;
  }

  .contact-hero-media span {
    min-height: 0;
    border-right: 0;
    border-top: 1px solid var(--line-soft);
  }

  .contact-image-strip figure {
    max-height: 520px;
  }

  .contact-short-hero,
  .contact-compact {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-short-hero {
    min-height: auto;
    padding-top: 36px;
  }

  .contact-editorial {
    max-width: 560px;
  }

  .contact-compact {
    padding-top: 10px;
  }

}

@media (max-width: 560px) {
  .hero-intro h1 {
    font-size: 27px;
  }

  .hero-line {
    font-size: 15px;
  }

  .manifesto-section {
    padding: 58px 10px 66px;
  }

  .manifesto-section p,
  .section-title {
    text-align: left;
  }

  .collection-cards article {
    min-height: 150px;
  }

  .state-images {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 24px 18px;
  }
}

/* Final light-site lock: keep last so copied dark catalog styles cannot win. */
:root {
  --black: #fbfaf8 !important;
  --black-soft: #f7f5f1 !important;
  --ink: #343434 !important;
  --muted: rgba(52, 52, 52, 0.52) !important;
  --muted-strong: rgba(52, 52, 52, 0.72) !important;
  --line: rgba(185, 162, 114, 0.28) !important;
  --line-soft: rgba(52, 52, 52, 0.12) !important;
  --serif: "Romul", Georgia, "Times New Roman", serif !important;
  --sans: "Gilroy", "Helvetica Neue", Arial, sans-serif !important;
}

html,
body {
  background: #fbfaf8 !important;
  color: #343434 !important;
  font-family: var(--sans) !important;
}

.site-header,
.page-heading,
.hero-intro,
.hero-image,
.category-rail,
.manifesto-section,
.split-collection,
.collection-hero,
.catalog-grid,
.product-detail,
.related-products,
.collection-cards,
.product-page,
.steps-grid,
.private-page-hero {
  background: #fbfaf8 !important;
  color: #343434 !important;
}

.catalog-grid a,
.collection-cards article,
.related-products article,
.split-image,
.product-gallery,
.product-info,
.state-section,
.making-section {
  background: #f7f5f1 !important;
  color: #343434 !important;
}

h1,
h2,
h3,
.category-rail a,
.catalog-grid h2,
.product-info h1,
.collection-cards h3,
.section-title {
  color: #343434 !important;
  font-family: var(--serif) !important;
  font-weight: 400 !important;
}

p,
a,
button,
input,
textarea,
.header-link,
.micro,
.page-heading p,
.catalog-grid p,
.product-meta p,
.split-copy p,
.collection-hero p {
  font-family: var(--sans) !important;
}

.header-link,
.language-switch button,
.micro,
.page-heading p,
.catalog-grid p,
.product-meta p,
.split-copy p,
.collection-hero p {
  color: rgba(52, 52, 52, 0.62) !important;
}

.menu-button span {
  background: rgba(52, 52, 52, 0.8) !important;
}

.bag-button span,
.bag-button span::before {
  border-color: rgba(52, 52, 52, 0.8) !important;
}

.outlined-link,
.text-link,
.collection-cards a {
  color: #343434 !important;
}

.outlined-link {
  border-color: rgba(52, 52, 52, 0.28) !important;
  background: rgba(255, 255, 255, 0.36) !important;
}

.outlined-link:hover {
  border-color: rgba(185, 162, 114, 0.46) !important;
  background: rgba(246, 242, 235, 0.82) !important;
  color: #2b2827 !important;
}

/* Quiet high-jewelry catalog */
.internal-catalog {
  background: #fbfaf8 !important;
}

.catalog-curation {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 38px 40px 24px;
  background: #fbfaf8 !important;
}

.catalog-curation .micro {
  margin: 0;
  color: rgba(52, 52, 52, 0.46) !important;
  letter-spacing: 0.16em;
}

.catalog-filter {
  display: flex;
  gap: 28px;
  justify-content: flex-end;
  padding: 0;
  overflow-x: auto;
  border: 0;
  background: transparent !important;
}

.catalog-filter a,
.catalog-afterline a {
  flex: 0 0 auto;
  color: rgba(52, 52, 52, 0.48) !important;
  font-size: 11px;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  transition: color 0.22s ease;
}

.catalog-filter a.is-active,
.catalog-filter a:hover,
.catalog-afterline a.is-active,
.catalog-afterline a:hover {
  color: #343434 !important;
}

.catalog-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 70px 28px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 40px 86px;
  background: #fbfaf8 !important;
}

.gallery-piece {
  display: grid;
  grid-column: span 4;
  gap: 18px;
  align-self: start;
  color: #343434 !important;
}

.gallery-piece--hero {
  grid-column: span 8;
}

.gallery-piece--wide {
  grid-column: span 5;
}

.gallery-piece--atelier {
  grid-column: span 3;
  min-height: 420px;
  align-content: end;
  padding: 34px 0 0;
  border-top: 1px solid rgba(52, 52, 52, 0.14);
}

.gallery-piece figure {
  display: grid;
  place-items: center;
  min-height: 470px;
  margin: 0;
  overflow: hidden;
  background: #f7f5f1;
}

.gallery-piece--hero figure {
  min-height: 650px;
}

.gallery-piece--wide figure {
  min-height: 520px;
}

.gallery-piece img {
  width: 100%;
  height: 100%;
  max-height: 430px;
  padding: 56px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.45s ease;
}

.gallery-piece--hero img {
  max-height: 590px;
  padding: 82px;
}

.gallery-piece--wide img {
  max-height: 480px;
  padding: 70px;
}

.gallery-piece:hover img {
  transform: scale(1.025);
}

.gallery-piece__caption {
  display: grid;
  gap: 7px;
  max-width: 430px;
}

.gallery-piece__caption p,
.gallery-piece__caption span {
  margin: 0;
  color: rgba(52, 52, 52, 0.52) !important;
  font-size: 11px;
  letter-spacing: 0.12em;
  line-height: 1.55;
  text-transform: uppercase;
}

.gallery-piece__caption h1,
.gallery-piece__caption h2 {
  margin: 0;
  color: #343434 !important;
  font-family: var(--serif) !important;
  font-weight: 400 !important;
  line-height: 1.08;
  text-transform: none;
}

.gallery-piece__caption h1 {
  font-size: clamp(30px, 3.4vw, 46px);
}

.gallery-piece__caption h2 {
  font-size: clamp(22px, 2vw, 30px);
}

.gallery-piece--atelier .gallery-piece__caption h2 {
  font-size: clamp(24px, 2.4vw, 34px);
}

.catalog-afterline {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px 82px;
  background: #fbfaf8 !important;
}

@media (max-width: 1080px) {
  .catalog-curation {
    display: grid;
    gap: 18px;
  }

  .catalog-filter {
    justify-content: flex-start;
  }

  .gallery-piece,
  .gallery-piece--hero,
  .gallery-piece--wide,
  .gallery-piece--atelier {
    grid-column: span 6;
  }

  .gallery-piece--hero figure {
    min-height: 560px;
  }
}

@media (max-width: 720px) {
  .catalog-curation,
  .catalog-gallery,
  .catalog-afterline {
    padding-right: 18px;
    padding-left: 18px;
  }

  .catalog-curation {
    padding-top: 28px;
  }

  .catalog-filter {
    gap: 22px;
    padding-bottom: 2px;
  }

  .catalog-gallery {
    gap: 48px;
    padding-top: 10px;
    padding-bottom: 62px;
  }

  .gallery-piece,
  .gallery-piece--hero,
  .gallery-piece--wide,
  .gallery-piece--atelier {
    grid-column: 1 / -1;
  }

  .gallery-piece figure,
  .gallery-piece--hero figure,
  .gallery-piece--wide figure {
    min-height: 420px;
  }

  .gallery-piece img,
  .gallery-piece--hero img,
  .gallery-piece--wide img {
    max-height: 350px;
    padding: 42px;
  }

  .gallery-piece--atelier {
    min-height: 250px;
  }
}

#bx-panel,
#bx-panel-back,
#bx-panel-top,
.bx-panel,
.bx-panel-fixed,
.adm-main-menu,
.adm-toolbar-panel-container,
.adm-header,
.adm-workarea,
[id^="bx_incl"],
[class*="bx-panel"],
[class*="adm-"] {
  display: none !important;
}

.icon-button {
  border: 0;
  appearance: none;
}

.js-menu-open {
  overflow: hidden;
}

.js-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: flex-start;
  background: rgba(251, 250, 248, 0);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease, background-color 0.24s ease;
}

.js-menu-overlay.is-open {
  background: rgba(50, 47, 44, 0.18);
  opacity: 1;
  pointer-events: auto;
}

.js-menu-panel {
  width: min(420px, 88vw);
  height: 100%;
  padding: 34px 42px;
  background: rgba(251, 250, 248, 0.98);
  border-right: 1px solid rgba(185, 162, 114, 0.26);
  box-shadow: 18px 0 54px rgba(54, 46, 42, 0.08);
  transform: translateX(-100%);
  transition: transform 0.28s ease;
}

.js-menu-overlay.is-open .js-menu-panel {
  transform: translateX(0);
}

.js-menu-close {
  display: block;
  margin-left: auto;
  border: 0;
  background: transparent;
  color: #343434;
  font: 400 34px/1 var(--sans);
  cursor: pointer;
}

.js-menu-title {
  margin: 38px 0 30px;
  color: rgba(52, 52, 52, 0.46);
  font: 400 12px/1.2 var(--sans);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.js-menu-list {
  display: grid;
  gap: 18px;
}

.js-menu-list a {
  color: #343434 !important;
  font: 400 clamp(20px, 3vw, 30px)/1.18 var(--serif) !important;
  text-decoration: none;
}

.js-menu-list a:hover {
  color: rgba(143, 119, 80, 0.86) !important;
}

/* Demo mobile adaptation 20260814: homepage and legacy catalog sections. */
@media (max-width: 900px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-right: 14px;
    padding-left: 14px;
  }

  .upperHeader {
    min-height: calc(100svh - 82px);
    padding-top: 32px;
    padding-bottom: 34px;
  }

  .upperHeader h1,
  .hero-intro h1,
  .section-title,
  .collection-hero h1,
  .product-info h1 {
    font-size: clamp(30px, 9vw, 46px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0.01em !important;
  }

  .upperHeader p,
  .collection-hero p,
  .product-info p,
  .catalog-grid p {
    max-width: 34em;
    font-size: 15px !important;
    line-height: 1.62 !important;
  }

  .banner_mainTop {
    min-height: auto;
  }

  .banner_mainTop img,
  .banner_1,
  .banner_2 {
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }

  .categories,
  .list_collection,
  .base_collection,
  .main-ban2,
  .investment-placement,
  .btns_contol {
    overflow-x: hidden;
  }

  .categories_list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .categories_list::-webkit-scrollbar {
    display: none;
  }

  .categories_list > * {
    flex: 0 0 min(42vw, 168px);
  }

  .collection_list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .collection_item,
  .collection-link {
    min-height: 176px !important;
    padding: 18px 14px !important;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
  }

  .collection_item:hover,
  .collection-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(47, 44, 42, 0.07);
  }

  .text-collection h3,
  .collection_item h3 {
    font-size: clamp(18px, 5vw, 24px) !important;
    line-height: 1.08 !important;
  }

  .img_collection img {
    max-height: 124px !important;
    object-fit: contain !important;
  }

  .base-section_list,
  .royal_colors,
  .home-image-banner,
  .investment-banner {
    display: grid;
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .img_base-collection,
  .imgroyals,
  .home-image-banner img,
  .investment-banner-natural-image {
    width: 100% !important;
    min-height: 260px;
    max-height: 430px;
    object-fit: cover;
  }

  .base_text-collcetion,
  .roaylcl,
  .banner-copy {
    width: auto !important;
    padding: 28px 20px !important;
  }

  .base_text-collcetion h2,
  .roaylcl h2,
  .banner-title {
    font-size: clamp(28px, 8vw, 42px) !important;
    line-height: 1.08 !important;
  }

  .btn-site_main,
  .linkmore1,
  .collection-btn,
  .banner-cta {
    min-height: 48px;
    align-items: center;
    justify-content: center;
  }

  .catalog-curation,
  .catalog-gallery,
  .catalog-afterline {
    padding-right: 16px;
    padding-left: 16px;
  }

  .catalog-filter {
    gap: 10px;
    padding-bottom: 8px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .catalog-filter::-webkit-scrollbar {
    display: none;
  }

  .catalog-filter a,
  .catalog-afterline a {
    min-height: 36px;
    padding: 10px 12px;
    border: 1px solid rgba(52, 52, 52, 0.08);
    border-radius: 999px;
    background: #fff;
  }
}

@media (max-width: 520px) {
  .container {
    padding-right: 11px;
    padding-left: 11px;
  }

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

  .collection_item,
  .collection-link {
    min-height: 188px !important;
  }

  .img_collection img {
    max-height: 140px !important;
  }

  .categories_list > * {
    flex-basis: min(68vw, 220px);
  }

  .gallery-piece figure,
  .gallery-piece--hero figure,
  .gallery-piece--wide figure {
    min-height: 320px;
  }

  .gallery-piece img,
  .gallery-piece--hero img,
  .gallery-piece--wide img {
    max-height: 280px;
    padding: 28px;
  }
}
