body.lucid-glow-comparison {
  --lgc-ink: #18251f;
  --lgc-muted: #58675f;
  --lgc-paper: #f7f3ea;
  --lgc-cream: #fffaf0;
  --lgc-lucid: #31546f;
  --lgc-lucid-light: #bfdce8;
  --lgc-glow: #8c6aa5;
  --lgc-glow-light: #e1b8d4;
  --lgc-peach: #e7bd94;
  --lgc-night: #17231f;
  --acc: #31546f;
  --acc-light: #bfdce8;
  --acc-bright: #8c6aa5;
  --acc-rgb: 49, 84, 111;
  color: var(--lgc-ink);
  background: var(--lgc-paper);
}

.lucid-glow-comparison main {
  overflow: clip;
}

.lgc-hero {
  position: relative;
  min-height: min(900px, 100svh);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
  align-items: center;
  gap: clamp(42px, 6vw, 96px);
  padding: clamp(156px, 18vh, 190px) clamp(24px, 6vw, 92px) clamp(86px, 11vh, 126px);
  isolation: isolate;
  background:
    radial-gradient(circle at 11% 18%, rgba(114, 169, 199, .27), transparent 35%),
    radial-gradient(circle at 88% 28%, rgba(191, 149, 206, .25), transparent 38%),
    radial-gradient(circle at 70% 90%, rgba(231, 189, 148, .23), transparent 33%),
    linear-gradient(145deg, #f8f3e9 0%, #edf3f7 48%, #f6eee9 100%);
}

.lgc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .42;
  background-image:
    linear-gradient(rgba(56, 82, 69, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 82, 69, .035) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 92%);
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.lgc-hero::after {
  content: "";
  position: absolute;
  width: min(65vw, 780px);
  aspect-ratio: 1;
  right: -17%;
  top: -31%;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid rgba(90, 112, 101, .13);
  box-shadow:
    0 0 0 90px rgba(255, 255, 255, .08),
    0 0 0 180px rgba(255, 255, 255, .05);
}

.lgc-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 720px;
}

.lgc-kicker,
.lgc-section-kicker,
.lgc-card-kicker,
.lgc-table-kicker {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.lgc-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #4f6575;
}

.lgc-kicker::before {
  content: "";
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, var(--lgc-lucid), var(--lgc-glow));
}

.lgc-hero h1 {
  max-width: 790px;
  margin: 23px 0 24px;
  color: var(--lgc-ink);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(56px, 7.3vw, 112px);
  font-weight: 300;
  line-height: .87;
  letter-spacing: -.035em;
}

.lgc-hero h1 em {
  display: block;
  color: transparent;
  font-weight: 300;
  background: linear-gradient(105deg, var(--lgc-lucid) 5%, #6f8294 47%, var(--lgc-glow) 80%, #b17e9d);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lgc-dek {
  max-width: 640px;
  margin: 0;
  color: #46574f;
  font-size: clamp(17px, 1.65vw, 21px);
  font-weight: 300;
  line-height: 1.72;
}

.lgc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.lgc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 27px;
  border: 1px solid rgba(35, 60, 49, .18);
  border-radius: 999px;
  color: var(--lgc-ink);
  background: rgba(255, 255, 255, .54);
  text-decoration: none;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: .16em;
  transition: transform .35s ease, background .35s ease, color .35s ease, box-shadow .35s ease;
}

.lgc-button.is-primary {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(120deg, #31546f, #607b90 51%, #84669b);
  box-shadow: 0 18px 38px -20px rgba(49, 84, 111, .72);
}

.lgc-button:hover,
.lgc-button:focus-visible {
  transform: translateY(-3px);
  outline: none;
  box-shadow: 0 18px 38px -18px rgba(49, 84, 111, .55);
}

.lgc-hero-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 585px;
  margin: 28px 0 0;
  color: #69766f;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: .04em;
}

.lgc-hero-note::before {
  content: "*";
  color: var(--lgc-glow);
  font-size: 16px;
  line-height: 1;
}

.lgc-hero-products {
  position: relative;
  min-height: 595px;
  align-self: stretch;
}

.lgc-product-portrait {
  position: absolute;
  width: min(64%, 360px);
  aspect-ratio: .75;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 180px 180px 28px 28px;
  background: rgba(255, 255, 255, .31);
  box-shadow: 0 34px 70px -35px rgba(37, 55, 47, .55);
  backdrop-filter: blur(12px);
}

.lgc-product-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 50px rgba(255, 255, 255, .28);
}

.lgc-product-portrait.is-lucid {
  left: 0;
  top: 2%;
  transform: rotate(-4deg);
  background: linear-gradient(160deg, rgba(220, 236, 244, .78), rgba(249, 246, 237, .4));
}

.lgc-product-portrait.is-glow {
  right: 0;
  bottom: 0;
  z-index: 2;
  transform: rotate(4deg);
  background: linear-gradient(160deg, rgba(241, 223, 237, .73), rgba(251, 239, 226, .44));
}

.lgc-product-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lgc-portrait-label {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
  max-width: calc(100% - 30px);
  padding: 11px 20px 10px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 99px;
  transform: translateX(-50%);
  color: var(--lgc-ink);
  background: rgba(250, 248, 242, .82);
  box-shadow: 0 10px 30px rgba(30, 45, 38, .1);
  backdrop-filter: blur(14px);
  font-family: "DM Mono", monospace;
  line-height: 1.35;
  text-align: center;
}

.lgc-portrait-label strong {
  font-size: 11px;
  letter-spacing: .18em;
}

.lgc-portrait-label span {
  margin-top: 2px;
  color: #67756e;
  font-size: 9px;
  letter-spacing: .09em;
}

.lgc-answer-strip {
  position: relative;
  scroll-margin-top: 148px;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1180px;
  margin: -44px auto 0;
  border: 1px solid rgba(80, 105, 92, .14);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 252, 246, .92);
  box-shadow: 0 24px 70px -40px rgba(38, 60, 49, .45);
  backdrop-filter: blur(18px);
}

.lgc-answer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 21px;
  padding: 29px 34px;
}

.lgc-answer + .lgc-answer {
  border-left: 1px solid rgba(80, 105, 92, .12);
}

.lgc-answer-index {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: "DM Mono", monospace;
  font-size: 10px;
}

.lgc-answer.is-lucid .lgc-answer-index {
  color: #31546f;
  background: rgba(114, 169, 199, .22);
}

.lgc-answer.is-glow .lgc-answer-index {
  color: #714f88;
  background: rgba(190, 153, 207, .22);
}

.lgc-answer h2 {
  margin: 0 0 6px;
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: .015em;
}

.lgc-answer p {
  margin: 0;
  color: var(--lgc-muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
}

.lgc-section {
  position: relative;
  scroll-margin-top: 148px;
  padding: clamp(88px, 11vw, 152px) clamp(22px, 6vw, 80px);
}

.lgc-section.is-paper {
  background:
    radial-gradient(circle at 88% 20%, rgba(176, 142, 193, .11), transparent 29%),
    var(--lgc-paper);
}

.lgc-section.is-night {
  color: #f9f5eb;
  background:
    radial-gradient(circle at 12% 12%, rgba(114, 169, 199, .18), transparent 32%),
    radial-gradient(circle at 82% 86%, rgba(164, 119, 182, .17), transparent 35%),
    var(--lgc-night);
}

.lgc-section.is-soft {
  background:
    radial-gradient(circle at 15% 80%, rgba(114, 169, 199, .14), transparent 34%),
    radial-gradient(circle at 90% 15%, rgba(226, 180, 207, .17), transparent 32%),
    #f1eee7;
}

.lgc-wrap {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
}

.lgc-section-kicker {
  color: var(--lgc-lucid);
}

.is-night .lgc-section-kicker {
  color: var(--lgc-lucid-light);
}

.lgc-section-title {
  max-width: 820px;
  margin: 17px 0 20px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 5.8vw, 72px);
  font-weight: 300;
  line-height: .98;
  letter-spacing: -.02em;
}

.lgc-section-intro {
  max-width: 760px;
  margin: 0;
  color: var(--lgc-muted);
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 300;
  line-height: 1.75;
}

.is-night .lgc-section-intro {
  color: rgba(246, 244, 237, .69);
}

.lgc-comparison-table {
  margin-top: 52px;
  overflow: hidden;
  border: 1px solid rgba(73, 96, 84, .15);
  border-radius: 22px;
  background: rgba(255, 255, 255, .48);
}

.lgc-table-row {
  display: grid;
  grid-template-columns: 190px 1fr 1fr;
}

.lgc-table-row + .lgc-table-row {
  border-top: 1px solid rgba(73, 96, 84, .1);
}

.lgc-table-row > div {
  min-width: 0;
  padding: 21px 24px;
}

.lgc-table-row > div + div {
  border-left: 1px solid rgba(73, 96, 84, .1);
}

.lgc-table-row.is-head > div {
  padding-top: 25px;
  padding-bottom: 25px;
}

.lgc-table-row.is-head .lgc-table-kicker {
  color: #6f7d76;
}

.lgc-table-product {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: .05em;
}

.lgc-table-product.is-lucid {
  color: var(--lgc-lucid);
}

.lgc-table-product.is-glow {
  color: var(--lgc-glow);
}

.lgc-table-product small {
  display: block;
  margin-top: 5px;
  color: #748079;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: .11em;
}

.lgc-table-label {
  color: #6b7871;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lgc-table-value {
  color: #38483f;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

.lgc-table-value strong {
  color: var(--lgc-ink);
  font-weight: 500;
}

.lgc-timeline {
  margin-top: 55px;
  padding: 34px 36px 38px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  background: rgba(255, 255, 255, .035);
}

.lgc-timeline-scale,
.lgc-timeline-row {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 22px;
}

.lgc-timeline-scale {
  align-items: end;
  margin-bottom: 20px;
}

.lgc-hour-scale {
  position: relative;
  height: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.lgc-hour-scale span {
  position: absolute;
  bottom: 8px;
  color: rgba(255, 255, 255, .42);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  transform: translateX(-50%);
}

.lgc-hour-scale span:first-child {
  transform: none;
}

.lgc-hour-scale span:last-child {
  transform: translateX(-100%);
}

.lgc-timeline-row {
  align-items: center;
  padding: 18px 0;
}

.lgc-timeline-row + .lgc-timeline-row {
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.lgc-timeline-name strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: .06em;
}

.lgc-timeline-name span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, .45);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: .11em;
}

.lgc-track {
  position: relative;
  height: 58px;
  border-radius: 999px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .04) 0, rgba(255, 255, 255, .04) calc(8.333% - 1px), rgba(255, 255, 255, .12) calc(8.333% - 1px), rgba(255, 255, 255, .12) 8.333%);
}

.lgc-arc,
.lgc-core {
  position: absolute;
  top: 8px;
  bottom: 8px;
  border-radius: 999px;
}

.lgc-arc {
  left: 0;
}

.is-lucid .lgc-arc {
  width: 100%;
  background: linear-gradient(90deg, rgba(114, 169, 199, .28), rgba(114, 169, 199, .6) 18%, rgba(114, 169, 199, .32) 70%, rgba(114, 169, 199, .07));
}

.is-glow .lgc-arc {
  width: 50%;
  background: linear-gradient(90deg, rgba(196, 151, 215, .25), rgba(196, 151, 215, .62) 25%, rgba(226, 178, 201, .25));
}

.lgc-core {
  top: 17px;
  bottom: 17px;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: #fff;
  font-family: "DM Mono", monospace;
  font-size: 8px;
  line-height: 1;
  letter-spacing: .1em;
  white-space: nowrap;
}

.is-lucid .lgc-core {
  left: 8.333%;
  width: 50%;
  background: #527f9b;
}

.is-glow .lgc-core {
  left: 8.333%;
  width: 33.333%;
  background: #8c6aa5;
}

.lgc-timeline-note {
  margin: 22px 0 0 177px;
  color: rgba(255, 255, 255, .55);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  line-height: 1.65;
}

.lgc-editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 52px;
}

.lgc-editorial-card {
  position: relative;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(30px, 4vw, 49px);
  border: 1px solid rgba(71, 95, 82, .12);
  border-radius: 26px;
  background: rgba(255, 255, 255, .48);
}

.lgc-editorial-card.is-lucid {
  background: linear-gradient(150deg, rgba(224, 238, 246, .82), rgba(255, 255, 255, .4));
}

.lgc-editorial-card.is-glow {
  background: linear-gradient(150deg, rgba(241, 224, 238, .82), rgba(254, 244, 230, .45));
}

.lgc-editorial-card::after {
  content: "";
  position: absolute;
  width: 270px;
  aspect-ratio: 1;
  right: -80px;
  bottom: -100px;
  border-radius: 50%;
  opacity: .5;
  filter: blur(6px);
}

.lgc-editorial-card.is-lucid::after {
  background: radial-gradient(circle at 35% 35%, rgba(114, 169, 199, .5), transparent 68%);
}

.lgc-editorial-card.is-glow::after {
  background: radial-gradient(circle at 35% 35%, rgba(191, 145, 207, .45), rgba(232, 188, 151, .18) 48%, transparent 70%);
}

.lgc-card-kicker {
  position: relative;
  z-index: 2;
  color: #65756d;
}

.lgc-editorial-card h3 {
  position: relative;
  z-index: 2;
  margin: 18px 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 4vw, 50px);
  font-weight: 300;
  line-height: .98;
}

.lgc-editorial-card > p {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin: 0;
  color: #53625a;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.73;
}

.lgc-use-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0;
  margin: auto 0 0;
  padding: 30px 0 0;
  list-style: none;
}

.lgc-use-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 11px;
  padding: 11px 0;
  border-top: 1px solid rgba(69, 91, 79, .11);
  color: #3b4b42;
  font-size: 13px;
  line-height: 1.5;
}

.lgc-use-list li::before {
  content: "·";
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: "DM Mono", monospace;
}

.is-lucid .lgc-use-list li::before {
  color: #31546f;
  background: rgba(114, 169, 199, .18);
}

.is-glow .lgc-use-list li::before {
  color: #7f588f;
  background: rgba(168, 122, 186, .17);
}

.lgc-day-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 52px;
}

.lgc-day-card {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 22px;
  background: rgba(255, 255, 255, .035);
}

.lgc-day-time {
  color: rgba(255, 255, 255, .47);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: .16em;
}

.lgc-day-card h3 {
  margin: 18px 0 11px;
  color: #fffaf0;
  font-family: "Cormorant Garamond", serif;
  font-size: 31px;
  font-weight: 300;
  line-height: 1.06;
}

.lgc-day-card p {
  margin: 0;
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.67;
}

.lgc-day-pick {
  margin-top: auto;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.lgc-day-pick span {
  display: block;
  color: rgba(255, 255, 255, .39);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: .14em;
}

.lgc-day-pick strong {
  display: block;
  margin-top: 6px;
  font-family: "Cormorant Garamond", serif;
  font-size: 27px;
  font-weight: 400;
}

.lgc-day-card.is-lucid .lgc-day-pick strong {
  color: var(--lgc-lucid-light);
}

.lgc-day-card.is-glow .lgc-day-pick strong {
  color: var(--lgc-glow-light);
}

.lgc-day-card.is-neither .lgc-day-pick strong {
  color: var(--lgc-peach);
}

.lgc-precision {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
  margin-top: 54px;
}

.lgc-drop-stack {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: center;
}

.lgc-drop {
  position: absolute;
  width: clamp(190px, 23vw, 290px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 53% 47% 62% 38% / 41% 56% 44% 59%;
  text-align: center;
}

.lgc-drop.is-lucid {
  left: 3%;
  top: 0;
  color: #31546f;
  background: radial-gradient(circle at 34% 28%, rgba(255, 255, 255, .7), transparent 20%), linear-gradient(145deg, rgba(191, 220, 232, .92), rgba(114, 169, 199, .5));
  transform: rotate(-10deg);
}

.lgc-drop.is-glow {
  right: 2%;
  bottom: 0;
  color: #57346a;
  background: radial-gradient(circle at 34% 28%, rgba(255, 255, 255, .65), transparent 20%), linear-gradient(145deg, rgba(225, 184, 212, .92), rgba(167, 116, 190, .4));
  transform: rotate(12deg);
}

.lgc-drop-inner {
  transform: rotate(0);
}

.lgc-drop.is-lucid .lgc-drop-inner {
  transform: rotate(10deg);
}

.lgc-drop.is-glow .lgc-drop-inner {
  transform: rotate(-12deg);
}

.lgc-drop strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 4vw, 49px);
  font-weight: 400;
  line-height: 1;
}

.lgc-drop span {
  display: block;
  margin-top: 8px;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: .14em;
}

.lgc-precision-copy {
  padding-top: 8px;
}

.lgc-precision-copy h3 {
  margin: 0 0 17px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 4.4vw, 56px);
  font-weight: 300;
  line-height: 1;
}

.lgc-precision-copy p {
  margin: 0 0 19px;
  color: #4e5f56;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
}

.lgc-callout {
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 2px solid var(--lgc-glow);
  color: #45564d;
  background: rgba(255, 255, 255, .48);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: .035em;
}

.lgc-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-top: 48px;
}

.lgc-evidence-card {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 20px;
  background: rgba(255, 255, 255, .035);
}

.lgc-evidence-card .lgc-card-kicker {
  color: var(--lgc-lucid-light);
}

.lgc-evidence-card h3 {
  margin: 17px 0 12px;
  color: #fffaf0;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.05;
}

.lgc-evidence-card p {
  margin: 0;
  color: rgba(255, 255, 255, .63);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.67;
}

.lgc-source-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  padding-top: 23px;
  color: #f8f4e9;
  text-decoration: none;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: .12em;
}

.lgc-source-link:hover,
.lgc-source-link:focus-visible {
  color: var(--lgc-lucid-light);
  outline: none;
}

.lgc-faq {
  max-width: 850px;
  margin-top: 45px;
  border-top: 1px solid rgba(68, 91, 79, .14);
}

.lgc-faq details {
  border-bottom: 1px solid rgba(68, 91, 79, .14);
}

.lgc-faq summary {
  position: relative;
  padding: 24px 48px 24px 0;
  cursor: pointer;
  list-style: none;
  color: var(--lgc-ink);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(21px, 2.5vw, 28px);
  font-weight: 400;
}

.lgc-faq summary::-webkit-details-marker {
  display: none;
}

.lgc-faq summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 50%;
  color: var(--lgc-glow);
  font-family: "DM Mono", monospace;
  font-size: 18px;
  transform: translateY(-50%);
}

.lgc-faq details[open] summary::after {
  content: "−";
}

.lgc-faq details p {
  max-width: 760px;
  margin: -5px 0 24px;
  color: var(--lgc-muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
}

.lgc-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 52px;
}

.lgc-buy-card {
  position: relative;
  min-height: 380px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 8px;
  align-items: end;
  overflow: hidden;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  color: #fffaf0;
  text-decoration: none;
  background: rgba(255, 255, 255, .045);
  transition: transform .4s cubic-bezier(.16, 1, .3, 1), border-color .4s, background .4s;
}

.lgc-buy-card:hover,
.lgc-buy-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, .28);
  outline: none;
  background: rgba(255, 255, 255, .07);
}

.lgc-buy-card-copy {
  position: relative;
  z-index: 2;
}

.lgc-buy-card .lgc-card-kicker {
  color: rgba(255, 255, 255, .48);
}

.lgc-buy-card h3 {
  margin: 13px 0 7px;
  font-family: "Cormorant Garamond", serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 1;
}

.lgc-buy-card p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.62;
}

.lgc-buy-card .lgc-go {
  display: inline-block;
  margin-top: 24px;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: .14em;
}

.lgc-buy-card img {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 1;
  width: 48%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
  opacity: .72;
  filter: saturate(.86) contrast(.96);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 32%);
  mask-image: linear-gradient(to right, transparent 0%, #000 32%);
}

.lgc-buy-card.is-lucid {
  background: linear-gradient(145deg, rgba(49, 84, 111, .2), rgba(255, 255, 255, .025));
}

.lgc-buy-card.is-glow {
  background: linear-gradient(145deg, rgba(137, 97, 155, .18), rgba(255, 255, 255, .025));
}

.lgc-legal {
  max-width: 960px;
  margin: 38px auto 0;
  color: rgba(255, 255, 255, .45);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  line-height: 1.7;
  letter-spacing: .03em;
  text-align: center;
}

@media (max-width: 1060px) {
  .lgc-hero {
    grid-template-columns: minmax(0, 1fr) minmax(310px, .82fr);
    gap: 30px;
  }

  .lgc-hero-products {
    min-height: 515px;
  }

  .lgc-product-portrait {
    width: 69%;
  }

  .lgc-answer-strip {
    max-width: calc(100% - 44px);
  }

  .lgc-day-grid,
  .lgc-evidence-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lgc-day-card:last-child,
  .lgc-evidence-card:last-child {
    grid-column: 1 / -1;
    min-height: 250px;
  }
}

@media (max-width: 780px) {
  .lgc-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 132px 22px 88px;
  }

  .lgc-hero-copy {
    max-width: 650px;
  }

  .lgc-hero h1 {
    max-width: 620px;
    font-size: clamp(54px, 14.5vw, 82px);
  }

  .lgc-hero-products {
    min-height: 500px;
    margin: 15px auto 0;
    width: min(100%, 530px);
  }

  .lgc-product-portrait {
    width: 61%;
  }

  .lgc-answer-strip {
    grid-template-columns: 1fr;
    margin-top: -34px;
  }

  .lgc-answer + .lgc-answer {
    border-top: 1px solid rgba(80, 105, 92, .12);
    border-left: none;
  }

  .lgc-table-row {
    grid-template-columns: 104px 1fr 1fr;
  }

  .lgc-table-row > div {
    padding: 18px 15px;
  }

  .lgc-timeline {
    padding: 28px 22px;
  }

  .lgc-timeline-scale,
  .lgc-timeline-row {
    grid-template-columns: 110px 1fr;
    gap: 14px;
  }

  .lgc-timeline-note {
    margin-left: 124px;
  }

  .lgc-editorial-grid,
  .lgc-precision,
  .lgc-product-grid {
    grid-template-columns: 1fr;
  }

  .lgc-editorial-card {
    min-height: 390px;
  }

  .lgc-drop-stack {
    width: min(100%, 560px);
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .lgc-hero {
    padding-top: 118px;
  }

  .lgc-kicker,
  .lgc-section-kicker,
  .lgc-card-kicker,
  .lgc-table-kicker {
    font-size: 9px;
  }

  .lgc-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lgc-button {
    width: 100%;
  }

  .lgc-hero-products {
    min-height: 405px;
    margin-top: 6px;
  }

  .lgc-product-portrait {
    width: 64%;
  }

  .lgc-portrait-label {
    bottom: 14px;
    padding: 9px 14px 8px;
  }

  .lgc-answer-strip {
    max-width: calc(100% - 28px);
    margin-top: -26px;
    border-radius: 19px;
  }

  .lgc-answer {
    grid-template-columns: 31px 1fr;
    gap: 14px;
    padding: 24px 20px;
  }

  .lgc-answer-index {
    width: 31px;
    height: 31px;
  }

  .lgc-section {
    padding: 82px 18px;
  }

  .lgc-section-title {
    font-size: clamp(40px, 12vw, 54px);
  }

  .lgc-comparison-table {
    margin-right: -6px;
    margin-left: -6px;
    border-radius: 16px;
  }

  .lgc-table-row {
    grid-template-columns: 82px 1fr 1fr;
  }

  .lgc-table-row > div {
    padding: 15px 10px;
  }

  .lgc-table-label,
  .lgc-table-product small {
    font-size: 8px;
  }

  .lgc-table-product {
    font-size: 20px;
  }

  .lgc-table-value {
    font-size: 12px;
    line-height: 1.5;
  }

  .lgc-timeline {
    margin-right: -4px;
    margin-left: -4px;
    padding: 24px 16px;
  }

  .lgc-timeline-scale,
  .lgc-timeline-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lgc-timeline-scale > span {
    display: none;
  }

  .lgc-timeline-name {
    display: flex;
    align-items: baseline;
    gap: 10px;
  }

  .lgc-timeline-name span {
    margin-top: 0;
  }

  .lgc-track {
    height: 53px;
  }

  .lgc-core {
    padding: 0 8px;
    font-size: 7px;
  }

  .lgc-timeline-note {
    margin-left: 0;
  }

  .lgc-day-grid,
  .lgc-evidence-grid {
    grid-template-columns: 1fr;
  }

  .lgc-day-card,
  .lgc-evidence-card,
  .lgc-day-card:last-child,
  .lgc-evidence-card:last-child {
    grid-column: auto;
    min-height: 290px;
  }

  .lgc-drop-stack {
    min-height: 315px;
  }

  .lgc-drop {
    width: 205px;
  }

  .lgc-buy-card {
    min-height: 350px;
    grid-template-columns: minmax(0, 1fr) 125px;
    padding: 28px 25px;
  }

  .lgc-buy-card img {
    width: 52%;
    margin: 0;
  }
}

@media (max-width: 360px) {
  .lgc-hero {
    padding-right: 17px;
    padding-left: 17px;
  }

  .lgc-hero h1 {
    font-size: 50px;
  }

  .lgc-hero-products {
    min-height: 350px;
  }

  .lgc-table-row {
    grid-template-columns: 68px 1fr 1fr;
  }

  .lgc-table-row > div {
    padding-right: 7px;
    padding-left: 7px;
  }

  .lgc-table-value {
    font-size: 11px;
  }

  .lgc-drop {
    width: 175px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lgc-button,
  .lgc-buy-card {
    transition: none;
  }
}
