/* =========================================================
   LHARI Custom Studio — production page and configurator
   ========================================================= */
body.lhari-custom-page {
  margin: 0;
  color: #29251f;
  background: #f2ede3;
  font-family: Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.lhari-custom-page::before { display: none !important; }
.lhari-custom-shell,
.lhari-custom-shell *,
.lhari-custom-shell *::before,
.lhari-custom-shell *::after { box-sizing: border-box; }
.lhari-custom-shell { --custom-ink: #29251f; --custom-quiet: #72695d; --custom-paper: #f2ede3; --custom-paper-2: #e7dfd2; --custom-blue: #315c72; --custom-dark: #171918; }
.lhari-custom-shell a { color: inherit; }
.lhari-custom-shell img { display: block; max-width: 100%; }
.lhari-custom-shell h1,
.lhari-custom-shell h2,
.lhari-custom-shell h3,
.lhari-custom-shell p { margin: 0; }
.lhari-custom-shell h1,
.lhari-custom-shell h2,
.lhari-custom-shell h3 { color: inherit; font-family: "Cormorant Garamond", Georgia, serif; font-weight: 400; }
.lhari-custom-shell :focus-visible { outline: 2px solid #315c72; outline-offset: 4px; }

.lhari-custom-header {
  position: sticky;
  top: 46px;
  z-index: 80;
  height: 78px;
  border-bottom: 1px solid rgba(57, 50, 43, .14);
  background: rgba(242, 237, 227, .92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.lhari-custom-header-inner {
  width: min(1240px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 150px 1fr 190px;
  align-items: center;
  gap: 24px;
}
.lhari-custom-brand {
  display: inline-block;
  width: max-content;
  color: var(--custom-ink);
  font: 500 27px/1 "Cormorant Garamond", Georgia, serif;
  letter-spacing: .12em;
  text-decoration: none;
}
.lhari-custom-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3vw, 42px);
}
.lhari-custom-nav a {
  position: relative;
  padding: 5px 0;
  color: #3c3730;
  font: 500 11px/1.2 Manrope, sans-serif;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
}
.lhari-custom-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: .2em;
  bottom: 0;
  height: 1px;
  background: #315c72;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.lhari-custom-nav a:hover::after,
.lhari-custom-nav a[aria-current="page"]::after { transform: scaleX(1); }
.lhari-custom-header-cta {
  justify-self: end;
  padding: 11px 17px;
  border: 1px solid #37312a;
  color: #37312a;
  font: 600 10px/1.2 Manrope, sans-serif;
  letter-spacing: .18em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .3s ease, color .3s ease;
}
.lhari-custom-header-cta:hover { color: #f6f1e8; background: #29251f; }

.lhari-custom-main { display: block; }
.lhari-custom-hero {
  width: min(1280px, calc(100% - 48px));
  min-height: calc(100svh - 124px);
  margin: 0 auto;
  padding: clamp(66px, 8vw, 118px) 0 clamp(70px, 8vw, 110px);
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: clamp(44px, 7vw, 104px);
}
.lhari-custom-kicker {
  color: #695f53;
  font: 600 10px/1.5 Manrope, sans-serif;
  letter-spacing: .25em;
  text-transform: uppercase;
}
.lhari-custom-hero h1 {
  max-width: 670px;
  margin-top: 24px;
  font-size: clamp(58px, 7.2vw, 106px);
  line-height: .88;
  letter-spacing: -.035em;
}
.lhari-custom-hero h1 em { color: #315c72; font-weight: 400; }
.lhari-custom-lede {
  max-width: 570px;
  margin-top: 34px !important;
  color: #5f574d;
  font: 400 clamp(16px, 1.3vw, 19px)/1.85 Manrope, sans-serif;
}
.lhari-custom-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.lhari-custom-button {
  min-width: 210px;
  min-height: 50px;
  padding: 15px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  color: #302b25;
  background: transparent;
  font: 600 10px/1.3 Manrope, sans-serif;
  letter-spacing: .22em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .32s ease, background .32s ease, border-color .32s ease;
}
.lhari-custom-button:hover { color: #f7f3eb; border-color: #29251f; background: #29251f; }
.lhari-custom-microcopy {
  margin-top: 17px !important;
  color: #807669;
  font: 400 12px/1.6 Manrope, sans-serif;
}
.lhari-custom-hero-gallery {
  display: grid;
  grid-template-columns: .82fr 1.15fr .82fr;
  align-items: center;
  gap: clamp(10px, 1.4vw, 18px);
}
.lhari-custom-hero-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(53, 47, 40, .16);
  box-shadow: 0 24px 60px rgba(46, 39, 31, .12);
  background: #d8d0c4;
}
.lhari-custom-hero-image img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; }
.lhari-custom-hero-image-main { transform: translateY(-3%); }
.lhari-custom-hero-image-small:first-of-type { transform: translateY(18%); }
.lhari-custom-hero-image-small:last-of-type { transform: translateY(-18%); }

.lhari-custom-intro {
  padding: clamp(76px, 10vw, 142px) max(24px, calc((100% - 1180px) / 2));
  border-top: 1px solid rgba(62, 53, 43, .14);
  background: #e7dfd2;
}
.lhari-custom-intro-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, .8fr);
  gap: clamp(42px, 9vw, 132px);
  align-items: start;
}
.lhari-custom-intro h2,
.lhari-custom-section-heading h2,
.lhari-custom-wait h2,
.lhari-custom-begin h2 {
  font-size: clamp(42px, 5.1vw, 72px);
  line-height: .98;
  letter-spacing: -.025em;
}
.lhari-custom-intro-grid > div { padding-top: 8px; }
.lhari-custom-intro-grid > div p { color: #5f574d; font-size: 15px; line-height: 1.95; }
.lhari-custom-intro-grid > div p + p { margin-top: 18px; }

.lhari-custom-studies,
.lhari-custom-pricing {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(82px, 10vw, 146px) 0;
}
.lhari-custom-section-heading { max-width: 760px; }
.lhari-custom-section-heading h2 { margin-top: 20px; }
.lhari-custom-section-heading > p:last-child {
  max-width: 670px;
  margin-top: 25px;
  color: #665d52;
  font-size: 14px;
  line-height: 1.85;
}
.lhari-custom-study-grid {
  margin-top: clamp(48px, 7vw, 84px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 34px);
}
.lhari-custom-study {
  min-width: 0;
  border-top: 1px solid rgba(56, 48, 40, .24);
  padding-top: 14px;
}
.lhari-custom-study:nth-child(2) { margin-top: 64px; }
.lhari-custom-study img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; background: #d8d0c4; }
.lhari-custom-study-copy { padding: 22px 4px 0; }
.lhari-custom-study-copy span {
  color: #7b6e61;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.lhari-custom-study-copy h3 { margin-top: 9px; font-size: clamp(27px, 2.6vw, 39px); line-height: 1.05; }
.lhari-custom-study-copy p { margin-top: 13px; color: #6b6257; font-size: 13px; line-height: 1.75; }

.lhari-custom-process {
  padding: clamp(84px, 10vw, 142px) max(24px, calc((100% - 1180px) / 2));
  color: #f2ede3;
  background: #171918;
}
.lhari-custom-section-heading-light .lhari-custom-kicker { color: #b8c9ce; }
.lhari-custom-section-heading-light h2 { color: #f2ede3; }
.lhari-custom-process-list {
  margin: clamp(52px, 7vw, 84px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid rgba(242, 237, 227, .28);
}
.lhari-custom-process-list li { min-width: 0; padding: 27px clamp(16px, 2.2vw, 28px) 8px 0; }
.lhari-custom-process-list li + li { padding-left: clamp(16px, 2.2vw, 28px); border-left: 1px solid rgba(242, 237, 227, .16); }
.lhari-custom-process-list span { color: #99adb3; font-size: 10px; letter-spacing: .18em; }
.lhari-custom-process-list h3 { margin-top: 28px; color: #f2ede3; font-size: clamp(25px, 2.4vw, 34px); line-height: 1.05; }
.lhari-custom-process-list p { margin-top: 17px; color: #bab8b1; font-size: 13px; line-height: 1.75; }

.lhari-custom-price-grid {
  margin-top: clamp(46px, 6vw, 76px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.lhari-custom-price-card { min-width: 0; min-height: 330px; padding: clamp(28px, 3vw, 42px); border: 1px solid rgba(55, 48, 40, .22); }
.lhari-custom-price-label { min-height: 42px; color: #5d554b; font: 600 10px/1.5 Manrope, sans-serif; letter-spacing: .17em; text-transform: uppercase; }
.lhari-custom-price { margin-top: 47px !important; font: 400 clamp(42px, 4.2vw, 58px)/.95 "Cormorant Garamond", Georgia, serif; letter-spacing: -.02em; }
.lhari-custom-price span { display: block; margin-bottom: 11px; font: 500 11px/1.2 Manrope, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.lhari-custom-price small { font: 600 9px/1 Manrope, sans-serif; letter-spacing: .12em; }
.lhari-custom-price-card > p:last-child { margin-top: 32px; color: #6b6257; font-size: 13px; line-height: 1.75; }
.lhari-custom-price-card-variable { color: #f2ede3; border-color: #315c72; background: #315c72; }
.lhari-custom-price-card-variable .lhari-custom-price-label,
.lhari-custom-price-card-variable > p:last-child { color: #d9e2e3; }
.lhari-custom-price-note { margin-top: 22px !important; color: #756c60; font-size: 11px; line-height: 1.7; }

.lhari-custom-wait {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 126px) 0;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(46px, 9vw, 132px);
  align-items: center;
  border-top: 1px solid rgba(55, 48, 40, .2);
}
.lhari-custom-wait-number {
  color: #315c72;
  font: 400 clamp(86px, 11vw, 150px)/.78 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.05em;
  white-space: nowrap;
}
.lhari-custom-wait-copy h2 { margin-top: 20px; font-size: clamp(40px, 4.7vw, 65px); }
.lhari-custom-wait-copy > p:not(.lhari-custom-kicker) { margin-top: 22px; color: #62594e; font-size: 14px; line-height: 1.9; }

.lhari-custom-begin {
  padding: clamp(88px, 11vw, 154px) 24px;
  color: #f4efe5;
  text-align: center;
  background: #242622;
}
.lhari-custom-begin .lhari-custom-kicker { color: #b9c9cb; }
.lhari-custom-begin h2 { margin-top: 21px; color: #f4efe5; font-size: clamp(50px, 6.8vw, 92px); }
.lhari-custom-begin > p:not(.lhari-custom-kicker):not(.lhari-custom-contact):not(.lhari-custom-preview-note) {
  max-width: 620px;
  margin: 26px auto 0;
  color: #c5c2b9;
  font-size: 15px;
  line-height: 1.85;
}
.lhari-custom-begin .lhari-custom-actions { justify-content: center; }
.lhari-custom-begin .lhari-custom-button { color: #f4efe5; }
.lhari-custom-begin .lhari-custom-button:hover { color: #242622; border-color: #f4efe5; background: #f4efe5; }
.lhari-custom-contact { margin-top: 25px !important; color: #c8c4bb; font-size: 12px; }
.lhari-custom-contact a { text-underline-offset: 4px; }
.lhari-custom-preview-note { margin-top: 17px !important; color: #8f918c; font-size: 10px; letter-spacing: .05em; }

.lhari-custom-footer {
  padding: 38px max(24px, calc((100% - 1180px) / 2));
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  gap: 28px;
  color: #6d655b;
  background: #e7dfd2;
}
.lhari-custom-footer p { font-size: 11px; line-height: 1.6; }
.lhari-custom-footer p:nth-child(2) { justify-self: center; text-align: center; }
.lhari-custom-footer p:last-child { justify-self: end; }

@media (max-width: 1080px) {
  .lhari-custom-header-inner { grid-template-columns: 120px 1fr 170px; }
  .lhari-custom-nav { gap: 18px; }
  .lhari-custom-hero { grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); gap: 42px; }
  .lhari-custom-process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lhari-custom-process-list li:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid rgba(242, 237, 227, .16); }
  .lhari-custom-process-list li:nth-child(4) { border-top: 1px solid rgba(242, 237, 227, .16); }
}

@media (max-width: 860px) {
  .lhari-custom-nav { display: none; }
  .lhari-custom-header-inner { grid-template-columns: 1fr auto; }
  .lhari-custom-header-cta { grid-column: 2; }
  .lhari-custom-hero { min-height: 0; grid-template-columns: minmax(0, 1fr); }
  .lhari-custom-hero-copy { max-width: 680px; }
  .lhari-custom-hero-gallery { width: min(720px, 100%); margin: 18px auto 0; }
  .lhari-custom-intro-grid { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .lhari-custom-study-grid { gap: 18px; }
  .lhari-custom-study:nth-child(2) { margin-top: 38px; }
  .lhari-custom-price-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .lhari-custom-price-card-variable { grid-column: 1 / -1; min-height: 0; }
  .lhari-custom-wait { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .lhari-custom-wait-number { font-size: clamp(104px, 24vw, 180px); }
}

@media (max-width: 700px) {
  .lhari-custom-header { top: 82px; height: 68px; }
  .lhari-custom-header-inner { width: calc(100% - 32px); }
  .lhari-custom-brand { font-size: 24px; }
  .lhari-custom-header-cta { padding: 10px 12px; font-size: 9px; letter-spacing: .13em; }
  .lhari-custom-hero { width: calc(100% - 40px); padding: 58px 0 72px; }
  .lhari-custom-hero h1 { margin-top: 20px; font-size: clamp(54px, 17vw, 76px); line-height: .91; }
  .lhari-custom-lede { margin-top: 27px !important; font-size: 15px; }
  .lhari-custom-actions { display: grid; grid-template-columns: minmax(0, 1fr); }
  .lhari-custom-button { width: 100%; min-width: 0; }
  .lhari-custom-hero-gallery { grid-template-columns: minmax(0, 1fr); width: min(410px, 100%); margin-top: 28px; }
  .lhari-custom-hero-image-small { display: none; }
  .lhari-custom-hero-image-main { transform: none; }
  .lhari-custom-intro { padding-left: 20px; padding-right: 20px; }
  .lhari-custom-intro h2,
  .lhari-custom-section-heading h2,
  .lhari-custom-wait h2 { font-size: 43px; }
  .lhari-custom-studies,
  .lhari-custom-pricing,
  .lhari-custom-wait { width: calc(100% - 40px); }
  .lhari-custom-study-grid { grid-template-columns: minmax(0, 1fr); gap: 52px; }
  .lhari-custom-study:nth-child(2) { margin-top: 0; }
  .lhari-custom-process { padding-left: 20px; padding-right: 20px; }
  .lhari-custom-process-list { grid-template-columns: minmax(0, 1fr); }
  .lhari-custom-process-list li { padding: 26px 0 !important; border-left: 0 !important; border-top: 1px solid rgba(242, 237, 227, .16); }
  .lhari-custom-process-list li:first-child { border-top: 0; }
  .lhari-custom-price-grid { grid-template-columns: minmax(0, 1fr); }
  .lhari-custom-price-card-variable { grid-column: auto; }
  .lhari-custom-price-card { min-height: 0; }
  .lhari-custom-wait { gap: 30px; }
  .lhari-custom-wait-number { font-size: clamp(82px, 25vw, 112px); }
  .lhari-custom-begin { padding-left: 20px; padding-right: 20px; }
  .lhari-custom-begin h2 { font-size: 54px; line-height: .93; }
  .lhari-custom-footer { grid-template-columns: minmax(0, 1fr); text-align: center; }
  .lhari-custom-footer .lhari-custom-brand,
  .lhari-custom-footer p:nth-child(2),
  .lhari-custom-footer p:last-child { justify-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  .lhari-custom-shell *,
  .lhari-custom-shell *::before,
  .lhari-custom-shell *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* =========================================================
   LHARI Custom v2 — commerce-first configurator
   User flow: type → size → idea upload → payment.
   ========================================================= */
.lhari-custom-shop-intro {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(50px, 6vw, 82px) 0 42px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .68fr);
  align-items: end;
  gap: 24px clamp(40px, 7vw, 100px);
}
.lhari-custom-shop-intro h1 {
  margin-top: 14px;
  font-size: clamp(52px, 6.7vw, 94px);
  line-height: .9;
  letter-spacing: -.04em;
}
.lhari-custom-shop-intro h1 em { color: var(--custom-blue); font-weight: 400; }
.lhari-custom-shop-intro .lhari-custom-lede { margin: 0 0 4px !important; font-size: clamp(15px, 1.25vw, 18px); }
.lhari-custom-steps {
  grid-column: 1 / -1;
  margin: 12px 0 0;
  padding: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid rgba(48, 42, 35, .2);
}
.lhari-custom-steps li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #554c42;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.lhari-custom-steps li:not(:last-child)::after {
  content: "";
  width: 32px;
  height: 1px;
  margin-left: auto;
  margin-right: 20px;
  background: rgba(49, 92, 114, .32);
}
.lhari-custom-steps span { color: var(--custom-blue); font-size: 9px; }

.lhari-custom-builder {
  scroll-margin-top: 150px;
  padding: clamp(48px, 6vw, 78px) max(24px, calc((100% - 1240px) / 2));
  background: #ded4c6;
}
.lhari-custom-configurator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  align-items: start;
  gap: clamp(24px, 3.5vw, 50px);
}
.lhari-custom-builder-main {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(49, 42, 34, .17);
  background: #f5f0e7;
}
.lhari-custom-fieldset { min-width: 0; margin: 0; padding: clamp(26px, 3.5vw, 44px); border: 0; }
.lhari-custom-fieldset legend { display: block; float: left; width: 100%; margin: 0 0 26px; padding: 0; }
.lhari-custom-fieldset legend + * { clear: both; }
.lhari-custom-step-label {
  display: block;
  color: #6e6458;
  font: 600 9px/1.4 Manrope, sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.lhari-custom-fieldset legend > strong,
.lhari-custom-form-step-heading h2,
.lhari-custom-order-card h2,
.lhari-custom-why h2,
.lhari-custom-dialog h2 {
  display: block;
  margin-top: 10px;
  font: 400 clamp(31px, 3vw, 44px)/1.02 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.02em;
}
.lhari-custom-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.lhari-custom-product-card {
  position: relative;
  min-width: 0;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(41, 35, 29, .2);
  background: #fffaf1;
  cursor: pointer;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.lhari-custom-product-card:hover { transform: translateY(-2px); box-shadow: 0 15px 32px rgba(48, 39, 29, .09); }
.lhari-custom-product-card:has(input:checked) { border-color: var(--custom-blue); box-shadow: 0 0 0 2px var(--custom-blue); }
.lhari-custom-product-card:has(input:focus-visible) { outline: 2px solid var(--custom-blue); outline-offset: 4px; }
.lhari-custom-product-card > input,
.lhari-custom-file-input,
.lhari-custom-antique-option > input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.lhari-custom-product-check {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 50%;
  background: rgba(27, 26, 23, .4);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .16);
}
.lhari-custom-product-card:has(input:checked) .lhari-custom-product-check { border-color: #fff; background: var(--custom-blue); }
.lhari-custom-product-card:has(input:checked) .lhari-custom-product-check::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 11px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.lhari-custom-product-media { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #d8d0c4; }
.lhari-custom-product-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; transition: transform .45s ease; }
.lhari-custom-product-media-necklace img { object-position: center 55%; }
.lhari-custom-product-card:hover .lhari-custom-product-media img { transform: scale(1.025); }
.lhari-custom-product-copy { min-height: 108px; padding: 20px; display: flex; justify-content: space-between; gap: 18px; }
.lhari-custom-product-copy > span { display: block; min-width: 0; }
.lhari-custom-product-copy strong { display: block; font: 500 clamp(24px, 2.3vw, 32px)/1 "Cormorant Garamond", Georgia, serif; }
.lhari-custom-product-copy small { display: block; margin-top: 8px; color: #756b5f; font: 500 10px/1.45 Manrope, sans-serif; }
.lhari-custom-product-copy > b { flex: 0 0 auto; font: 500 20px/1.1 "Cormorant Garamond", Georgia, serif; }
.lhari-custom-product-copy > b small { display: inline; margin: 0; font: 600 8px/1 Manrope, sans-serif; letter-spacing: .1em; }

.lhari-custom-necklace-guide[hidden] { display: none !important; }
.lhari-custom-necklace-guide {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(270px, .88fr);
  overflow: hidden;
  border: 1px solid rgba(49, 92, 114, .34);
  background: #e9e2d8;
  animation: lhari-custom-guide-reveal .32s ease both;
}
@keyframes lhari-custom-guide-reveal {
  from { opacity: 0; transform: translateY(-7px); }
  to { opacity: 1; transform: translateY(0); }
}
.lhari-custom-necklace-guide-media { min-width: 0; margin: 0; background: #f3eee5; }
.lhari-custom-necklace-guide-media img { width: 100%; height: 100%; display: block; object-fit: contain; }
.lhari-custom-necklace-guide-copy { min-width: 0; padding: clamp(24px, 3vw, 36px); }
.lhari-custom-necklace-guide-copy h3 { margin-top: 9px; font: 400 clamp(30px, 3vw, 43px)/1.02 "Cormorant Garamond", Georgia, serif; letter-spacing: -.02em; }
.lhari-custom-necklace-guide-copy > p { margin-top: 15px; color: #61584d; font-size: 11px; line-height: 1.7; }
.lhari-custom-necklace-lengths { margin-top: 22px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.lhari-custom-necklace-lengths button {
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid rgba(49, 42, 34, .24);
  border-radius: 0;
  color: #3b352e;
  background: #f8f3ea;
  text-align: left;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.lhari-custom-necklace-lengths button:hover,
.lhari-custom-necklace-lengths button[aria-pressed="true"] { color: #fff; border-color: var(--custom-blue); background: var(--custom-blue); }
.lhari-custom-necklace-lengths button:focus-visible { outline: 2px solid var(--custom-blue); outline-offset: 2px; }
.lhari-custom-necklace-lengths span { display: block; font: 600 11px/1.3 Manrope, sans-serif; }
.lhari-custom-necklace-lengths small { display: block; margin-top: 4px; color: inherit; font: 500 9px/1.3 Manrope, sans-serif; opacity: .78; }
.lhari-custom-necklace-guide-copy .lhari-custom-necklace-guide-note { margin-top: 18px; padding-top: 15px; border-top: 1px solid rgba(49, 42, 34, .16); font-size: 9px; }

.lhari-custom-form-step {
  padding: clamp(30px, 3.5vw, 44px);
  display: grid;
  grid-template-columns: minmax(190px, .46fr) minmax(0, 1fr);
  gap: 28px clamp(30px, 5vw, 68px);
  border-top: 1px solid rgba(49, 42, 34, .17);
}
.lhari-custom-size-control > label,
.lhari-custom-notes-label > span { display: block; margin: 0 0 9px; color: #39332c; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.lhari-custom-size-control select,
.lhari-custom-notes-label textarea {
  width: 100%;
  border: 1px solid rgba(48, 41, 34, .28);
  border-radius: 0;
  color: #2d2822;
  background: #fffaf2;
  font: 500 14px/1.4 Manrope, sans-serif;
}
.lhari-custom-size-control select { min-height: 54px; padding: 0 45px 0 16px; }
.lhari-custom-size-control p,
.lhari-custom-local-note { margin-top: 10px !important; color: #7a7064; font-size: 10px; line-height: 1.6; }
.lhari-custom-size-control select[aria-invalid="true"] { border-color: #9c3f38; }
.lhari-custom-idea-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.lhari-custom-upload {
  position: relative;
  min-height: 205px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(49, 92, 114, .62);
  color: #3e3831;
  background: rgba(49, 92, 114, .045);
  text-align: center;
  cursor: pointer;
}
.lhari-custom-file-input:focus-visible + .lhari-custom-upload { outline: 2px solid var(--custom-blue); outline-offset: 4px; }
.lhari-custom-upload.is-invalid { border-color: #9c3f38; background: rgba(156, 63, 56, .04); }
.lhari-custom-upload-plus { width: 36px; height: 36px; margin-bottom: 15px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 300 25px/1 Manrope, sans-serif; }
.lhari-custom-upload strong { font: 500 16px/1.4 Manrope, sans-serif; }
.lhari-custom-upload small { max-width: 290px; margin-top: 8px; color: #786f64; font: 400 10px/1.5 Manrope, sans-serif; }
.lhari-custom-upload img { width: 78px; height: 78px; margin-top: 14px; object-fit: cover; border-radius: 50%; }
.lhari-custom-notes-label textarea { min-height: 205px; padding: 16px; resize: vertical; }
.lhari-custom-notes-label > span small { color: #81776c; font-weight: 400; letter-spacing: 0; text-transform: none; }

.lhari-custom-antique-option {
  position: relative;
  margin: clamp(4px, 1vw, 14px);
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(49, 42, 34, .2);
  background: #ebe3d8;
  cursor: pointer;
}
.lhari-custom-antique-option:has(input:checked) { border-color: var(--custom-blue); box-shadow: inset 0 0 0 1px var(--custom-blue); }
.lhari-custom-antique-option:has(input:focus-visible) { outline: 2px solid var(--custom-blue); outline-offset: 4px; }
.lhari-custom-antique-option > img { width: 150px; height: 180px; object-fit: cover; object-position: center 60%; }
.lhari-custom-antique-copy { min-width: 0; padding: 22px 0; }
.lhari-custom-antique-copy > strong { display: block; margin-top: 8px; font: 500 clamp(22px, 2vw, 30px)/1.05 "Cormorant Garamond", Georgia, serif; }
.lhari-custom-antique-copy > small { display: block; max-width: 590px; margin-top: 11px; color: #675e53; font-size: 11px; line-height: 1.65; }
.lhari-custom-switch { position: relative; width: 45px; height: 24px; margin-right: 26px; border: 1px solid #887d71; border-radius: 20px; background: #f8f3ea; }
.lhari-custom-switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; border-radius: 50%; background: #887d71; transition: transform .25s ease, background .25s ease; }
.lhari-custom-antique-option:has(input:checked) .lhari-custom-switch { border-color: var(--custom-blue); background: var(--custom-blue); }
.lhari-custom-antique-option:has(input:checked) .lhari-custom-switch::after { background: #fff; transform: translateX(20px); }
.lhari-custom-form-error { margin: 14px clamp(26px, 3.5vw, 44px) 32px !important; padding: 12px 15px; color: #7b2f2a; border-left: 3px solid #9c3f38; background: #f6e7e1; font-size: 12px; }

.lhari-custom-order-card {
  position: sticky;
  top: 150px;
  min-width: 0;
  padding: clamp(29px, 3vw, 40px);
  color: #eee9df;
  background: #202422;
  box-shadow: 0 24px 56px rgba(43, 35, 27, .15);
}
.lhari-custom-order-card .lhari-custom-step-label { color: #a9c0c6; }
.lhari-custom-order-card h2 { margin-top: 13px; color: #f6f0e5; }
.lhari-custom-order-card dl { margin: 32px 0 0; }
.lhari-custom-order-card dl > div { padding: 13px 0; display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 14px; border-bottom: 1px solid rgba(240, 236, 226, .13); }
.lhari-custom-order-card dt { color: #989991; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.lhari-custom-order-card dd { margin: 0; color: #e2ddd3; font-size: 12px; text-align: right; overflow-wrap: anywhere; }
.lhari-custom-order-price { margin-top: 26px; display: flex; align-items: end; justify-content: space-between; gap: 16px; }
.lhari-custom-order-price > span { color: #aaa9a1; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.lhari-custom-order-price strong { font: 400 39px/.9 "Cormorant Garamond", Georgia, serif; }
.lhari-custom-order-price small { font: 600 8px/1 Manrope, sans-serif; letter-spacing: .1em; }
.lhari-custom-order-price em { display: block; margin-top: 8px; color: #a9c0c6; font: 600 8px/1.3 Manrope, sans-serif; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.lhari-custom-order-card > p:not(.lhari-custom-preview-note) { margin-top: 19px; color: #bfc0b9; font-size: 11px; line-height: 1.7; }
.lhari-custom-design-review { margin-top: 23px; padding: 19px 0 0; border-top: 1px solid rgba(240, 236, 226, .2); }
.lhari-custom-design-review .lhari-custom-step-label { color: #a9c0c6; }
.lhari-custom-design-review > strong { display: block; margin-top: 8px; color: #f1ece2; font: 500 20px/1.08 "Cormorant Garamond", Georgia, serif; }
.lhari-custom-design-review > p { margin: 10px 0 0; color: #bfc0b9; font-size: 10px; line-height: 1.65; }
.lhari-custom-design-review > p:last-child { padding-left: 11px; border-left: 2px solid #91aeb7; color: #d8d4cb; }
.lhari-custom-payment-button { width: 100%; min-width: 0; margin-top: 25px; color: #f5efe6; border-color: #f5efe6; background: transparent; cursor: pointer; }
.lhari-custom-payment-button:hover { color: #202422; border-color: #f5efe6; background: #f5efe6; }
.lhari-custom-order-card .lhari-custom-preview-note { margin-top: 14px !important; color: #858a85; font-size: 9px; line-height: 1.55; }

.lhari-custom-studies { width: min(1240px, calc(100% - 48px)); padding: clamp(80px, 9vw, 132px) 0; }
.lhari-custom-section-heading { max-width: 810px; }
.lhari-custom-section-heading h2 { margin-top: 15px; font-size: clamp(43px, 5.2vw, 74px); }
.lhari-custom-study-grid { margin-top: clamp(42px, 6vw, 72px); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 18px; }
.lhari-custom-study,
.lhari-custom-study:nth-child(2) { margin-top: 0; padding-top: 0; overflow: hidden; border: 1px solid rgba(48, 42, 35, .17); background: #f8f3ea; }
.lhari-custom-study img { aspect-ratio: 3 / 4; object-fit: cover; }
.lhari-custom-study > div { padding: 20px 21px 24px; }
.lhari-custom-study > div > span { color: var(--custom-blue); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.lhari-custom-study > div h3 { margin-top: 8px; font-size: clamp(26px, 2.3vw, 34px); line-height: 1.03; }
.lhari-custom-study > div p { margin-top: 10px; color: #6e655b; font-size: 11px; line-height: 1.65; }
.lhari-custom-affiliation-note { max-width: 780px; margin: 25px 0 0 !important; color: #7a7167; font-size: 9px; line-height: 1.65; }

.lhari-custom-why {
  padding: clamp(78px, 10vw, 138px) max(24px, calc((100% - 1180px) / 2));
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(45px, 9vw, 130px);
  color: #f2ede3;
  background: #202422;
}
.lhari-custom-why figure { margin: 0; }
.lhari-custom-why figure img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center 54%; }
.lhari-custom-why .lhari-custom-kicker { color: #a9c0c6; }
.lhari-custom-why h2 { margin-top: 18px; color: #f4efe6; font-size: clamp(44px, 5.2vw, 70px); }
.lhari-custom-why > div > p:not(.lhari-custom-kicker) { margin-top: 24px; color: #c8c6be; font-size: 14px; line-height: 1.9; }
.lhari-custom-why strong { color: #fff; font-weight: 600; }

.lhari-custom-dialog { width: min(560px, calc(100% - 40px)); padding: 42px; border: 1px solid rgba(255, 255, 255, .18); color: #f4efe6; background: #202422; box-shadow: 0 28px 80px rgba(0, 0, 0, .34); }
.lhari-custom-dialog::backdrop { background: rgba(20, 19, 17, .7); backdrop-filter: blur(5px); }
.lhari-custom-dialog .lhari-custom-kicker { color: #a9c0c6; }
.lhari-custom-dialog h2 { color: #f4efe6; font-size: clamp(38px, 5vw, 56px); }
.lhari-custom-dialog > p:not(.lhari-custom-kicker):not(.lhari-custom-preview-note) { margin-top: 18px; color: #cbc8c0; font-size: 13px; line-height: 1.75; }
.lhari-custom-dialog-summary { padding: 13px 0; border-top: 1px solid rgba(255, 255, 255, .14); border-bottom: 1px solid rgba(255, 255, 255, .14); }
.lhari-custom-dialog .lhari-custom-button { width: 100%; margin-top: 23px; color: #f4efe6; }
#lhari-custom-dialog-action[hidden] { display: none !important; }
.lhari-custom-dialog .lhari-custom-button:hover { color: #202422; border-color: #f4efe6; background: #f4efe6; }
.lhari-custom-dialog .lhari-custom-preview-note { margin-top: 16px !important; color: #898e89; font-size: 9px; line-height: 1.6; }
.lhari-custom-dialog-close { position: absolute; top: 12px; right: 14px; width: 36px; height: 36px; padding: 0; border: 0; color: #ddd8ce; background: transparent; font: 300 28px/1 Manrope, sans-serif; cursor: pointer; }

@media (max-width: 1040px) {
  .lhari-custom-configurator { grid-template-columns: minmax(0, 1fr) 320px; gap: 22px; }
  .lhari-custom-product-copy { padding: 17px; }
  .lhari-custom-form-step { grid-template-columns: minmax(155px, .38fr) minmax(0, 1fr); gap: 24px; }
  .lhari-custom-study-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .lhari-custom-shop-intro { grid-template-columns: minmax(0, 1fr); }
  .lhari-custom-shop-intro .lhari-custom-lede { max-width: 650px; }
  .lhari-custom-configurator { grid-template-columns: minmax(0, 1fr); }
  .lhari-custom-order-card { position: relative; top: auto; }
  .lhari-custom-necklace-guide { grid-template-columns: minmax(260px, .94fr) minmax(0, 1fr); }
  .lhari-custom-why { grid-template-columns: minmax(250px, .75fr) minmax(0, 1fr); gap: 42px; }
}

@media (max-width: 700px) {
  .lhari-custom-shop-intro { width: calc(100% - 40px); padding: 38px 0 30px; gap: 22px; }
  .lhari-custom-shop-intro h1 { font-size: clamp(50px, 15vw, 68px); }
  .lhari-custom-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; }
  .lhari-custom-steps li:nth-child(2)::after { display: none; }
  .lhari-custom-steps li:not(:last-child)::after { margin-right: 4px; }
  .lhari-custom-builder { padding: 32px 20px 48px; scroll-margin-top: 155px; }
  .lhari-custom-fieldset { padding: 25px 20px 28px; }
  .lhari-custom-product-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .lhari-custom-product-card { display: grid; grid-template-columns: 120px minmax(0, 1fr); }
  .lhari-custom-product-media { aspect-ratio: 1; }
  .lhari-custom-product-copy { min-height: 120px; padding: 15px; flex-direction: column; justify-content: center; gap: 12px; }
  .lhari-custom-product-copy strong { font-size: 25px; }
  .lhari-custom-product-check { top: 10px; right: 10px; }
  .lhari-custom-necklace-guide { grid-template-columns: minmax(0, 1fr); }
  .lhari-custom-necklace-guide-media img { height: auto; }
  .lhari-custom-necklace-lengths { grid-template-columns: minmax(0, 1fr); }
  .lhari-custom-form-step { padding: 28px 20px; grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .lhari-custom-idea-grid { grid-template-columns: minmax(0, 1fr); }
  .lhari-custom-upload,
  .lhari-custom-notes-label textarea { min-height: 175px; }
  .lhari-custom-antique-option { grid-template-columns: 92px minmax(0, 1fr); gap: 15px; padding-right: 15px; }
  .lhari-custom-antique-option > img { width: 92px; height: 100%; min-height: 185px; }
  .lhari-custom-antique-copy { padding: 18px 0; }
  .lhari-custom-switch { position: absolute; top: 13px; right: 0; margin-right: 14px; }
  .lhari-custom-antique-copy .lhari-custom-step-label { max-width: 160px; }
  .lhari-custom-order-card { padding: 30px 24px; }
  .lhari-custom-studies { width: calc(100% - 40px); padding: 68px 0 78px; }
  .lhari-custom-study-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .lhari-custom-why { padding: 64px 20px 72px; grid-template-columns: minmax(0, 1fr); gap: 38px; }
  .lhari-custom-why figure { width: min(420px, 100%); }
  .lhari-custom-dialog { padding: 38px 24px 30px; }
}
