@charset "UTF-8";
@layer base {
  :root {
    --garnet: #5e1a26;
    --garnet-raised: #4a1119;
    --garnet-sunken: #3a0b12;
    --garnet-line: #8c4a55;
    --ivory: #f7efe6;
    --ivory-muted: #e6d3c8;
    --gold: #e2bd78;
    --on-gold: #2b0a10;
    --paper: #f4ece2;
    --paper-raised: #fbf6f0;
    --paper-line: #d8c9bc;
    --ink: #1c0e12;
    --ink-muted: #5a3a40;
    --garnet-ink: #7a1e2e;
    --font-display: "Bodoni Moda", "Bodoni 72", serif;
    --font-sans: "Instrument Sans", ui-sans-serif, sans-serif;
    --font-mono: "Red Hat Mono", ui-monospace, monospace;
    --rail: 120px;
    --margin: 60px;
    --gutter: 30px;
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  }
  @media (max-width: 1023.98px) {
    :root {
      --rail: 0px;
      --margin: 24px;
      --gutter: 16px;
    }
  }
  html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
  }
  body {
    background: var(--garnet);
    color: var(--ivory);
    font-family: var(--font-sans);
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  ::selection {
    background: var(--gold);
    color: var(--on-gold);
  }
  :focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
  }
  img {
    display: block;
    max-width: 100%;
  }
  .lp-label {
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.4;
  }
  .lp-num {
    font-family: var(--font-mono);
    font-variant-numeric: tabular-nums;
  }
  .lp-display {
    font-family: var(--font-display);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 0.92;
  }
  .lp-display em {
    font-style: italic;
  }
  .lp-skip {
    position: absolute;
    left: 16px;
    top: -80px;
    z-index: 100;
    padding: 12px 18px;
    background: var(--gold);
    color: var(--on-gold);
    font-weight: 500;
  }
  .lp-skip:focus {
    top: 16px;
  }
  .js [data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.9s var(--ease-out) var(--d, 0s), transform 0.9s var(--ease-out) var(--d, 0s);
  }
  .js [data-reveal].is-in {
    opacity: 1;
    transform: none;
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
    [data-reveal] {
      opacity: 1;
      transform: none;
      transition: none;
    }
    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }
}
@layer components {
  .lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 52px;
    padding: 0 28px;
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    border: 1px solid transparent;
    transition: background-color 0.3s var(--ease-out), color 0.3s var(--ease-out), border-color 0.3s var(--ease-out);
  }
  .lp-btn--gold {
    background: var(--gold);
    color: var(--on-gold);
  }
  .lp-btn--gold:hover {
    background: var(--ivory);
  }
  .lp-btn--line {
    border-color: var(--ivory);
    color: var(--ivory);
  }
  .lp-btn--line:hover {
    background: var(--ivory);
    color: var(--garnet);
  }
  .lp-btn--garnet {
    background: var(--garnet);
    color: var(--ivory);
  }
  .lp-btn--garnet:hover {
    background: var(--garnet-sunken);
  }
  .lp-btn .lp-btn__arrow {
    transition: transform 0.3s var(--ease-out);
  }
  .lp-btn:hover .lp-btn__arrow {
    transform: translateX(4px);
  }
  .lp-rail {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 40;
    width: var(--rail);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 36px 0;
    background: var(--garnet-sunken);
    border-right: 1px solid var(--garnet-line);
  }
  .lp-rail__mark {
    width: 40px;
    height: 40px;
    color: var(--gold);
  }
  .lp-rail__index {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 48px;
    text-align: center;
  }
  .lp-rail__link {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: var(--ivory-muted);
    font-family: var(--font-mono);
    text-transform: uppercase;
    transition: color 0.3s var(--ease-out);
  }
  .lp-rail__link span:first-child {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .lp-rail__link span:last-child {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  .lp-rail__link:hover, .lp-rail__link[aria-current=true] {
    color: var(--ivory);
  }
  .lp-rail__link:hover span:first-child, .lp-rail__link[aria-current=true] span:first-child {
    color: var(--gold);
  }
  .lp-rail__word {
    writing-mode: vertical-rl;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--ivory-muted);
  }
  .lp-rail__book {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--on-gold);
    font-weight: 500;
    font-size: 14px;
    transition: transform 0.4s var(--ease-out);
  }
  .lp-rail__book:hover {
    transform: scale(1.06);
  }
  @media (max-width: 1023.98px) {
    .lp-rail {
      inset: 0 0 auto 0;
      width: auto;
      height: 64px;
      flex-direction: row;
      padding: 0 var(--margin);
      border-right: 0;
      border-bottom: 1px solid var(--garnet-line);
    }
    .lp-rail__index, .lp-rail__word {
      display: none;
    }
    .lp-rail__book {
      width: auto;
      height: 40px;
      padding: 0 18px;
      border-radius: 20px;
    }
  }
  .lp-main {
    margin-left: var(--rail);
  }
  @media (max-width: 1023.98px) {
    .lp-main {
      padding-top: 64px;
    }
  }
  .lp-hero {
    position: relative;
    height: clamp(760px, 100vh, 1000px);
    overflow: hidden;
    isolation: isolate;
    cursor: crosshair;
  }
  .lp-hero__media {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: #0b0d0c url("../img/stone-tweezers.jpg") no-repeat 80% 100%/cover;
    filter: saturate(0.65) brightness(0.95);
  }
  .lp-hero__scrim {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(43, 10, 16, 0.78) 0%, rgba(43, 10, 16, 0.25) 45%, rgba(43, 10, 16, 0) 100%);
    pointer-events: none;
  }
  .lp-hero__nav {
    position: absolute;
    top: 36px;
    right: var(--margin);
    display: flex;
    align-items: center;
    gap: 32px;
    font-size: 15px;
  }
  .lp-hero__nav a:hover {
    color: var(--gold);
  }
  .lp-hero__lead {
    position: absolute;
    top: 36px;
    left: var(--margin);
    width: min(420px, 100% - 2 * var(--margin));
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .lp-hero__title {
    position: absolute;
    left: calc(var(--margin) - 4px);
    bottom: 56px;
    font-size: clamp(64px, 9.7vw, 140px);
    line-height: 0.915;
    letter-spacing: -0.03em;
    pointer-events: none;
  }
  .lp-hero__target {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(var(--r, 190px) * 2);
    height: calc(var(--r, 190px) * 2);
    margin: calc(var(--r, 190px) * -1) 0 0 calc(var(--r, 190px) * -1);
    border: 1px solid var(--gold);
    border-radius: 50%;
    pointer-events: none;
    will-change: transform;
  }
  .lp-hero__leader {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .lp-hero__leader line {
    stroke: var(--gold);
    stroke-width: 1;
  }
  .lp-hero__lens {
    --lens: clamp(240px, 26vw, 380px);
    position: absolute;
    top: 84px;
    right: var(--margin);
    width: var(--lens);
    height: var(--lens);
    border-radius: 50%;
    border: 2px solid var(--gold);
    background: #0b0d0c url("../img/stone-tweezers.jpg") no-repeat 50% 50%/520%;
    filter: saturate(0.65);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
    pointer-events: none;
  }
  .lp-hero__lens::after {
    content: "";
    position: absolute;
    inset: -15px;
    border-radius: 50%;
    border: 1px dotted var(--gold);
    opacity: 0.8;
  }
  .lp-hero__readout {
    position: absolute;
    top: calc(84px + clamp(240px, 26vw, 380px) + 44px);
    right: var(--margin);
    width: clamp(240px, 26vw, 380px);
    display: grid;
    grid-template-columns: 150px 1fr;
    row-gap: 10px;
    padding-left: 30px;
  }
  .lp-hero__readout dt {
    color: var(--ivory-muted);
    font-size: 11px;
  }
  .lp-hero__readout dd {
    font-family: var(--font-mono);
    font-size: 13px;
  }
  .lp-hero__readout dt,
  .lp-hero__readout dd {
    transition: opacity 0.4s var(--ease-out);
  }
  .lp-hero__readout.is-off dt, .lp-hero__readout.is-off dd {
    opacity: 0.3;
  }
  .lp-hero__hint {
    position: absolute;
    right: var(--margin);
    bottom: 56px;
    color: var(--ivory-muted);
  }
  .lp-hero [data-intro] {
    opacity: 0;
    transform: translateY(24px);
    animation: lp-intro 1.1s var(--ease-out) forwards;
    animation-delay: var(--d, 0s);
  }
  .lp-hero .lp-hero__lens[data-intro] {
    transform: scale(0.85);
  }
  @media (max-width: 1023.98px) {
    .lp-hero {
      height: auto;
      min-height: 0;
      padding: 120px var(--margin) 48px;
      display: flex;
      flex-direction: column;
      gap: 32px;
      cursor: auto;
    }
    .lp-hero__nav, .lp-hero__target, .lp-hero__leader, .lp-hero__hint {
      display: none;
    }
    .lp-hero__lead, .lp-hero__title, .lp-hero__lens, .lp-hero__readout {
      position: static;
    }
    .lp-hero__title {
      order: -1;
    }
    .lp-hero__lens {
      --lens: min(72vw, 320px);
      align-self: center;
      background-size: 900%;
    }
    .lp-hero__readout {
      width: 100%;
      padding: 0;
    }
  }
  @keyframes lp-intro {
    to {
      opacity: 1;
      transform: none;
    }
  }
  .lp-parcel__table {
    width: 100%;
    border-collapse: collapse;
  }
  .lp-parcel__table th {
    padding: 0 0 14px;
    text-align: left;
    font-weight: 400;
    color: var(--ivory-muted);
    border-bottom: 1px solid var(--garnet-line);
  }
  .lp-parcel__table td {
    padding: 18px 0;
    border-bottom: 1px solid var(--garnet-line);
    font-family: var(--font-mono);
    font-size: 15px;
    vertical-align: middle;
  }
  .lp-parcel__table .is-right {
    text-align: right;
  }
  .lp-parcel__table tbody tr {
    transition: background-color 0.3s var(--ease-out);
  }
  .lp-parcel__table tbody tr:hover, .lp-parcel__table tbody tr:focus-within, .lp-parcel__table tbody tr.is-held {
    background: var(--garnet-raised);
  }
  .lp-parcel__table tbody tr:hover .lp-cut, .lp-parcel__table tbody tr.is-held .lp-cut {
    color: var(--gold);
  }
  .lp-parcel__shape {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: var(--font-display);
    font-size: 24px;
  }
  .lp-parcel__action {
    color: var(--ivory-muted);
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: 14px;
  }
  .lp-parcel__action:hover {
    color: var(--gold);
  }
  @media (max-width: 1023.98px) {
    .lp-parcel__scroll {
      overflow-x: auto;
      margin: 0 calc(var(--margin) * -1);
      padding: 0 var(--margin);
    }
    .lp-parcel__table {
      min-width: 900px;
    }
  }
  .lp-cut {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: var(--ivory);
    transition: color 0.3s var(--ease-out);
  }
  .lp-cut svg {
    width: 100%;
    height: 100%;
    stroke-width: 1.2;
  }
  .lp-peek {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    width: 220px;
    aspect-ratio: 4/5;
    border: 1px solid var(--gold);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5);
    pointer-events: none;
    opacity: 0;
    transform: translate3d(var(--x, 0), var(--y, 0), 0) rotate(-3deg) scale(0.92);
    transition: opacity 0.3s var(--ease-out), transform 0.5s var(--ease-out);
  }
  .lp-peek img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lp-peek.is-on {
    opacity: 1;
    transform: translate3d(var(--x, 0), var(--y, 0), 0) rotate(-3deg) scale(1);
  }
  @media (hover: none) {
    .lp-peek {
      display: none;
    }
  }
  .lp-plate {
    background: var(--paper);
    color: var(--ink);
  }
  .lp-workbench__photo {
    position: relative;
    aspect-ratio: 645/760;
    overflow: hidden;
  }
  .lp-workbench__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lp-workbench__callout {
    position: absolute;
    display: flex;
    gap: 10px;
    padding: 8px 14px 8px 12px;
    background: var(--paper);
    color: var(--ink);
  }
  .lp-workbench__callout b {
    color: var(--garnet-ink);
    font-weight: 400;
  }
  .lp-workbench__step {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 0;
    border-top: 1px solid var(--paper-line);
    color: var(--ink-muted);
  }
  .lp-workbench__step h3 {
    flex: 1;
    font-family: var(--font-display);
    font-size: 24px;
    color: var(--ink);
  }
  .lp-workbench__step.is-active {
    color: var(--garnet-ink);
  }
  .lp-workbench__step.is-active h3 {
    font-style: italic;
    font-size: 30px;
  }
  .lp-workbench__shapes {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    padding-bottom: 24px;
  }
  @media (max-width: 575.98px) {
    .lp-workbench__shapes {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  .lp-workbench__shape {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 14px 4px 12px;
    border: 1px solid var(--paper-line);
    color: var(--ink);
    cursor: pointer;
    transition: border-color 0.3s var(--ease-out), background-color 0.3s var(--ease-out);
  }
  .lp-workbench__shape input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .lp-workbench__shape .lp-cut {
    width: 48px;
    height: 48px;
    color: currentColor;
  }
  .lp-workbench__shape .lp-label {
    font-size: 10px;
    color: var(--ink-muted);
  }
  .lp-workbench__shape:hover {
    border-color: var(--ink-muted);
  }
  .lp-workbench__shape:has(input:checked) {
    border-color: var(--garnet-ink);
    outline: 0.5px solid var(--garnet-ink);
    background: var(--paper-raised);
    color: var(--garnet-ink);
  }
  .lp-workbench__shape:has(input:checked) .lp-label {
    color: var(--garnet-ink);
  }
  .lp-workbench__shape:has(input:focus-visible) {
    outline: 2px solid var(--garnet-ink);
    outline-offset: 3px;
  }
  .lp-workbench__summary {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px;
    background: var(--paper-raised);
    border: 1px solid var(--paper-line);
  }
  @media (max-width: 575.98px) {
    .lp-workbench__summary {
      flex-direction: column;
      align-items: stretch;
    }
    .lp-workbench__summary .lp-btn {
      width: 100%;
    }
  }
  .lp-ruler {
    position: relative;
    height: 860px;
  }
  .lp-ruler__line {
    position: absolute;
    left: 0;
    right: 0;
    top: 430px;
    height: 24px;
    transform: translateY(-12px);
    background: linear-gradient(var(--gold), var(--gold)) 0 50%/100% 1px no-repeat, linear-gradient(90deg, var(--gold) 1px, transparent 1px) 0 0/16.6666666667% 24px repeat-x, linear-gradient(90deg, var(--garnet-line) 1px, transparent 1px) 0 50%/2.380952381% 10px repeat-x;
  }
  .lp-ruler__line::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 24px;
    background: var(--gold);
  }
  .lp-ruler__weeks {
    position: absolute;
    left: 0;
    right: 0;
    top: 446px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .lp-ruler__weeks span {
    padding-left: 8px;
    color: var(--gold);
    font-size: 11px;
  }
  .lp-ruler__stage {
    position: absolute;
    left: var(--x);
    width: var(--w);
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .lp-ruler__stage.is-above {
    bottom: 454px;
  }
  .lp-ruler__stage.is-below {
    top: 486px;
  }
  .lp-ruler__stage::before {
    content: "";
    position: absolute;
    left: 12px;
    width: 1px;
    height: 24px;
    background: var(--gold);
  }
  .lp-ruler__stage.is-above::before {
    bottom: -24px;
  }
  .lp-ruler__stage.is-below::before {
    top: -56px;
    height: 56px;
  }
  .lp-ruler__media {
    overflow: hidden;
  }
  .lp-ruler__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s var(--ease-out);
  }
  .lp-ruler__stage:hover .lp-ruler__media img {
    transform: scale(1.05);
  }
  @media (max-width: 1023.98px) {
    .lp-ruler {
      height: auto;
      display: flex;
      flex-direction: column;
      gap: 40px;
      padding-left: 32px;
      border-left: 1px solid var(--gold);
    }
    .lp-ruler__line, .lp-ruler__weeks {
      display: none;
    }
    .lp-ruler__stage {
      position: relative;
      left: auto;
      width: 100%;
      bottom: auto !important;
      top: auto !important;
    }
    .lp-ruler__stage::before {
      left: -32px;
      top: 12px !important;
      bottom: auto !important;
      width: 24px;
      height: 1px !important;
    }
    .lp-ruler__media {
      aspect-ratio: 3/2;
      height: auto !important;
    }
  }
  .lp-visit {
    background: var(--garnet-sunken);
    color: var(--ivory);
  }
  .lp-visit__title {
    font-size: clamp(64px, 11.5vw, 168px);
    line-height: 0.9;
    letter-spacing: -0.04em;
  }
  .lp-visit__slots {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .lp-visit__slot {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    height: 48px;
    padding: 0 18px;
    border: 1px solid var(--garnet-line);
    color: var(--ivory);
    transition: background-color 0.3s var(--ease-out), border-color 0.3s var(--ease-out), color 0.3s var(--ease-out);
  }
  .lp-visit__slot .lp-label {
    font-size: 11px;
    color: var(--ivory-muted);
  }
  .lp-visit__slot .lp-num {
    font-size: 15px;
  }
  .lp-visit__slot:hover {
    border-color: var(--gold);
  }
  .lp-visit__slot[aria-pressed=true] {
    border-color: var(--gold);
    background: var(--garnet-raised);
    box-shadow: inset 0 0 0 1px var(--gold);
  }
  .lp-visit__slot[aria-pressed=true] .lp-label {
    color: var(--gold);
  }
  .lp-visit__slot[aria-pressed=true] .lp-label::before {
    content: "✓ ";
  }
  .lp-visit__footer {
    border-top: 1px solid var(--garnet-line);
  }
  .lp-visit__footer a {
    color: var(--ivory-muted);
  }
  .lp-visit__footer a:hover {
    color: var(--gold);
  }
  .lp-visit__confirm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
    margin-top: 28px;
    padding: 20px 0 0;
    border-top: 1px solid var(--garnet-line);
  }
  .lp-visit__confirm p {
    order: -1;
    color: var(--ivory-muted);
    font-size: 12px;
  }
  .lp-visit__confirm strong {
    display: block;
    margin-bottom: 4px;
    font-family: var(--font-mono);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
    color: var(--ivory);
  }
  @media (max-width: 575.98px) {
    .lp-visit__confirm .lp-btn {
      width: 100%;
    }
  }
  .lp-builder {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .lp-builder__bar {
    display: flex;
    align-items: center;
    gap: var(--gutter);
    padding: 28px var(--margin);
    border-bottom: 1px solid var(--garnet-line);
  }
  @media (max-width: 1199.98px) {
    .lp-builder__bar {
      flex-wrap: wrap;
    }
  }
  .lp-builder__title {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 220px;
  }
  .lp-builder__actions {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .lp-builder__save {
    font-size: 14px;
    font-weight: 500;
    color: var(--ivory-muted);
  }
  .lp-builder__save:hover {
    color: var(--gold);
  }
  .lp-builder__body {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-content: start;
    gap: var(--gutter);
    padding: 56px var(--margin) 72px;
  }
  .lp-builder__left {
    grid-column: span 6;
    align-self: start;
    position: sticky;
    top: 24px;
  }
  .lp-builder__right {
    grid-column: span 6;
  }
  @media (max-width: 1023.98px) {
    .lp-builder__left, .lp-builder__right {
      grid-column: 1/-1;
      position: static;
    }
    .lp-builder__right {
      order: -1;
    }
  }
  .lp-builder__thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 14px;
  }
  .lp-builder__thumbs figure {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .lp-builder__thumbs img {
    width: 100%;
    aspect-ratio: 9/7;
    object-fit: cover;
  }
  .lp-steps {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lp-steps__item {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 10px;
    row-gap: 8px;
    align-items: baseline;
    padding: 12px 16px 0;
    border-top: 1px solid var(--garnet-line);
    text-align: left;
    color: var(--ivory-muted);
    transition: border-color 0.3s var(--ease-out);
  }
  .lp-steps__item .lp-label:first-child {
    font-size: 11px;
  }
  .lp-steps__item:hover {
    border-top-color: var(--ivory-muted);
  }
  .lp-steps__item.is-done {
    border-top-color: var(--ivory-muted);
    color: var(--ivory);
  }
  .lp-steps__item.is-done .lp-steps__value {
    color: var(--gold);
  }
  .lp-steps__item[aria-current=step] {
    border-top: 3px solid var(--gold);
    padding-top: 10px;
    color: var(--ivory);
  }
  .lp-steps__item[aria-current=step] .lp-label:first-child {
    color: var(--gold);
  }
  .lp-steps__item[aria-current=step] .lp-steps__name {
    font-weight: 500;
  }
  .lp-steps__name {
    font-size: 15px;
  }
  .lp-steps__value {
    grid-column: 1/-1;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  @media (max-width: 1199.98px) {
    .lp-steps {
      order: 3;
      flex-basis: 100%;
    }
  }
  @media (max-width: 575.98px) {
    .lp-steps__name {
      font-size: 12px;
      line-height: 1.25;
    }
    .lp-steps__value {
      display: none;
    }
    .lp-steps__item {
      padding-left: 6px;
      padding-right: 6px;
      padding-bottom: 4px;
    }
  }
  .lp-planview {
    padding: 28px;
  }
  .lp-planview__head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-size: 11px;
  }
  .lp-planview__drawing {
    aspect-ratio: 529/470;
    margin: 12px 0;
    color: var(--ink);
  }
  .lp-planview__drawing svg {
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .lp-planview__drawing .lp-dim {
    stroke: var(--garnet-ink);
    stroke-width: 1;
  }
  .lp-planview__drawing .lp-ext {
    stroke: var(--paper-line);
    stroke-width: 1;
  }
  .lp-planview__drawing .lp-dim-label {
    fill: var(--garnet-ink);
    font-family: var(--font-mono);
    font-size: 15px;
    letter-spacing: 0.08em;
  }
  .lp-planview__drawing .lp-cut-art {
    transition: opacity 0.35s var(--ease-out);
  }
  .lp-planview__read {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
  }
  .lp-planview__read dt {
    font-size: 10px;
    color: var(--ink-muted);
  }
  .lp-planview__read dd {
    font-family: var(--font-mono);
    font-weight: 500;
    font-size: 15px;
    color: var(--ink);
  }
  .lp-panel {
    animation: lp-panel-in 0.6s var(--ease-out);
  }
  .lp-panel__title {
    margin: 12px 0 20px;
    font-size: clamp(48px, 5vw, 72px);
    line-height: 0.97;
  }
  .lp-panel__lead {
    max-width: 480px;
    margin-bottom: 32px;
    color: var(--ivory-muted);
  }
  @keyframes lp-panel-in {
    from {
      opacity: 0;
      transform: translateY(16px);
    }
  }
  .lp-shapes {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }
  @media (max-width: 575.98px) {
    .lp-shapes {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lp-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 8px 16px;
    border: 1px solid var(--garnet-line);
    cursor: pointer;
    transition: border-color 0.3s var(--ease-out), background-color 0.3s var(--ease-out);
  }
  .lp-tile input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .lp-tile .lp-cut {
    width: 64px;
    height: 64px;
  }
  .lp-tile__name {
    font-family: var(--font-display);
    font-size: 20px;
  }
  .lp-tile__meta {
    font-size: 10px;
    color: var(--ivory-muted);
  }
  .lp-tile:hover {
    border-color: var(--ivory-muted);
  }
  .lp-tile:has(input:checked) {
    border-color: var(--gold);
    background: var(--garnet-raised);
  }
  .lp-tile:has(input:checked) .lp-cut {
    color: var(--gold);
  }
  .lp-tile:has(input:focus-visible) {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
  }
  .lp-filters {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 28px;
  }
  .lp-filters__row {
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: center;
    gap: 20px;
  }
  .lp-range {
    position: relative;
    height: 44px;
  }
  .lp-range__track {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    height: 1px;
    background: var(--garnet-line);
  }
  .lp-range__fill {
    position: absolute;
    top: -0.5px;
    height: 2px;
    background: var(--gold);
  }
  .lp-range input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
    margin: 0;
    background: none;
    pointer-events: none;
    appearance: none;
  }
  .lp-range input::-webkit-slider-thumb {
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--gold);
    border: 0;
    pointer-events: auto;
    cursor: grab;
  }
  .lp-range input::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--gold);
    border: 0;
    pointer-events: auto;
    cursor: grab;
  }
  .lp-range input:focus-visible::-webkit-slider-thumb {
    outline: 2px solid var(--ivory);
    outline-offset: 2px;
  }
  .lp-range__values {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
  }
  .lp-seg {
    display: flex;
    flex-wrap: wrap;
  }
  .lp-seg button {
    flex: 1 0 auto;
    min-width: 44px;
    height: 44px;
    padding: 0 10px;
    margin-left: -1px;
    border: 1px solid var(--garnet-line);
    font-family: var(--font-mono);
    font-size: 13px;
    color: var(--ivory-muted);
    transition: background-color 0.25s var(--ease-out), color 0.25s var(--ease-out);
  }
  .lp-seg button:first-child {
    margin-left: 0;
  }
  .lp-seg button:hover {
    color: var(--ivory);
  }
  .lp-seg button[aria-pressed=true] {
    position: relative;
    z-index: 1;
    border-color: var(--gold);
    background: var(--garnet-raised);
    color: var(--gold);
  }
  .lp-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .lp-chips button {
    height: 36px;
    padding: 0 16px;
    border: 1px solid var(--garnet-line);
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--ivory-muted);
  }
  .lp-chips button[aria-pressed=true] {
    border-color: var(--gold);
    color: var(--gold);
  }
  .lp-chips button[aria-pressed=true]::before {
    content: "✓ ";
  }
  .lp-results {
    border-bottom: 1px solid var(--garnet-line);
  }
  .lp-stone {
    display: grid;
    grid-template-columns: 18px 32px 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-top: 1px solid var(--garnet-line);
    cursor: pointer;
    transition: background-color 0.25s var(--ease-out);
  }
  .lp-stone input {
    appearance: none;
    width: 18px;
    height: 18px;
    margin: 0;
    border: 1.5px solid var(--ivory-muted);
    border-radius: 50%;
  }
  .lp-stone input:checked {
    border-color: var(--gold);
    background: radial-gradient(circle, var(--gold) 0 5px, transparent 5.5px);
  }
  .lp-stone .lp-cut {
    width: 32px;
    height: 32px;
  }
  .lp-stone__spec {
    font-family: var(--font-mono);
    font-size: 15px;
  }
  .lp-stone__cert {
    font-size: 10px;
    color: var(--ivory-muted);
  }
  .lp-stone__price {
    font-family: var(--font-mono);
    font-size: 16px;
    text-align: right;
  }
  .lp-stone:hover {
    background: rgba(74, 17, 25, 0.5);
  }
  .lp-stone:has(input:checked) {
    background: var(--garnet-raised);
    outline: 1px solid var(--gold);
    outline-offset: -1px;
  }
  .lp-stone:has(input:checked) .lp-cut {
    color: var(--gold);
  }
  .lp-results__empty {
    padding: 24px 0;
    color: var(--ivory-muted);
  }
  .lp-options {
    margin-bottom: 32px;
  }
  .lp-options legend {
    margin-bottom: 14px;
    color: var(--ivory-muted);
  }
  .lp-options__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  @media (max-width: 575.98px) {
    .lp-options__grid {
      grid-template-columns: 1fr;
    }
  }
  .lp-option {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border: 1px solid var(--garnet-line);
    cursor: pointer;
    transition: border-color 0.3s var(--ease-out);
  }
  .lp-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .lp-option__swatch {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  }
  .lp-option__name {
    font-size: 16px;
  }
  .lp-option__note {
    display: block;
    font-size: 10px;
    color: var(--ivory-muted);
  }
  .lp-option__price {
    font-family: var(--font-mono);
    font-size: 14px;
  }
  .lp-option:hover {
    border-color: var(--ivory-muted);
  }
  .lp-option:has(input:checked) {
    border-color: var(--gold);
    background: var(--garnet-raised);
  }
  .lp-option:has(input:focus-visible) {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
  }
  .lp-field {
    margin-bottom: 32px;
  }
  .lp-field > label {
    display: block;
    margin-bottom: 12px;
    color: var(--ivory-muted);
  }
  .lp-field__row {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .lp-field__hint {
    margin-top: 10px;
    font-size: 14px;
    color: var(--ivory-muted);
  }
  .lp-input {
    height: 52px;
    padding: 0 16px;
    border: 1px solid var(--garnet-line);
    background: var(--garnet-raised);
    color: var(--ivory);
    font-family: var(--font-mono);
    font-size: 15px;
  }
  .lp-input:focus {
    border-color: var(--gold);
    outline: none;
  }
  .lp-input[type=text] {
    width: 100%;
  }
  .lp-input::placeholder {
    color: var(--ivory-muted);
    opacity: 0.75;
  }
  select.lp-input {
    min-width: 160px;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%);
    background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%;
    background-size: 5px 5px;
    background-repeat: no-repeat;
    padding-right: 40px;
  }
  .lp-engrave {
    display: grid;
    place-items: center;
    height: 88px;
    margin-top: 16px;
    border-radius: 44px;
    background: linear-gradient(180deg, #8d8f91 0%, #e9eaea 38%, #b7b9ba 62%, #6f7173 100%);
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.35);
    color: #3a3c3e;
    font-size: 20px;
    letter-spacing: 0.12em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  }
  .lp-engrave.is-script {
    font-family: var(--font-display);
    font-style: italic;
    letter-spacing: 0.02em;
    font-size: 24px;
  }
  .lp-engrave.is-mono {
    font-family: var(--font-mono);
  }
  .lp-engrave.is-gold {
    background: linear-gradient(180deg, #9a7a3e 0%, #f1d9a3 38%, #caa561 62%, #7d6130 100%);
    color: #4a3614;
  }
  .lp-engrave.is-rose {
    background: linear-gradient(180deg, #9b6a5b 0%, #f0c6b6 38%, #cf9580 62%, #7e5042 100%);
    color: #4d2a20;
  }
  .lp-summary {
    position: sticky;
    bottom: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    gap: var(--gutter);
    padding: 20px var(--margin);
    background: var(--garnet-sunken);
    border-top: 1px solid var(--garnet-line);
  }
  .lp-summary__sel {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
  }
  .lp-summary__sel .lp-cut {
    flex: none;
    width: 36px;
    height: 36px;
    color: var(--gold);
  }
  .lp-summary__price {
    text-align: right;
  }
  .lp-summary__nav {
    display: flex;
    gap: 12px;
  }
  @media (max-width: 767.98px) {
    .lp-summary {
      flex-wrap: wrap;
    }
    .lp-summary__nav {
      flex-basis: 100%;
    }
    .lp-summary__nav .lp-btn {
      flex: 1;
    }
  }
  .lp-toast {
    position: fixed;
    left: 50%;
    bottom: 110px;
    z-index: 60;
    padding: 12px 18px;
    background: var(--gold);
    color: var(--on-gold);
    opacity: 0;
    transform: translate(-50%, 12px);
    transition: opacity 0.3s var(--ease-out), transform 0.3s var(--ease-out);
    pointer-events: none;
  }
  .lp-toast.is-on {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  .lp-commerce__head {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 56px;
  }
  .lp-commerce__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--gutter);
    align-items: start;
  }
  .lp-commerce__main {
    grid-column: span 8;
  }
  @media (max-width: 1023.98px) {
    .lp-commerce__main {
      grid-column: 1/-1;
    }
  }
  .lp-tray {
    border-top: 1px solid var(--garnet-line);
  }
  .lp-tray__item {
    display: grid;
    grid-template-columns: 180px 1fr auto;
    gap: var(--gutter);
    padding: 28px 0;
    border-bottom: 1px solid var(--garnet-line);
  }
  @media (max-width: 639.98px) {
    .lp-tray__item {
      grid-template-columns: 96px 1fr;
    }
    .lp-tray__item .lp-tray__side {
      grid-column: 2;
      text-align: left;
      align-items: flex-start;
    }
  }
  .lp-tray__media {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
  }
  .lp-tray__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lp-tray__media .lp-cut {
    position: absolute;
    inset: 16%;
    width: auto;
    height: auto;
    color: var(--ink);
  }
  .lp-tray__tag {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 10px;
    color: var(--garnet-ink);
  }
  .lp-tray__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .lp-tray__info h3 {
    font-size: 32px;
    line-height: 1.05;
  }
  .lp-tray__lines {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    color: var(--ivory-muted);
  }
  .lp-tray__side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    text-align: right;
  }
  .lp-tray__price {
    font-size: 20px;
  }
  .lp-tray__actions {
    display: flex;
    gap: 18px;
    font-size: 14px;
    font-weight: 500;
    color: var(--ivory-muted);
  }
  .lp-tray__actions a:hover,
  .lp-tray__actions button:hover {
    color: var(--gold);
  }
  .lp-pairs {
    margin-top: 56px;
  }
  .lp-pairs__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--gutter);
    margin-top: 18px;
  }
  @media (max-width: 639.98px) {
    .lp-pairs__list {
      grid-template-columns: 1fr;
    }
  }
  .lp-pairs__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .lp-pairs__item img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .lp-pairs__add {
    align-self: flex-start;
    height: 40px;
    padding: 0 18px;
    border: 1px solid var(--garnet-line);
    font-size: 14px;
    font-weight: 500;
  }
  .lp-pairs__add:hover:not(:disabled) {
    border-color: var(--gold);
    color: var(--gold);
  }
  .lp-pairs__add:disabled {
    color: var(--gold);
    border-color: var(--gold);
  }
  .lp-docket {
    grid-column: span 4;
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 32px 28px;
    --tooth: 10px;
    mask: conic-gradient(from -45deg at bottom, rgba(0, 0, 0, 0), #000 1deg 89deg, rgba(0, 0, 0, 0) 90deg) 50%/calc(var(--tooth) * 2) 100%;
    padding-bottom: calc(32px + var(--tooth));
  }
  .lp-docket__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--ink);
  }
  .lp-docket__lines {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .lp-docket__row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-size: 15px;
  }
  .lp-docket__row dd {
    white-space: nowrap;
  }
  .lp-docket__row.is-minor {
    font-size: 13px;
    color: var(--ink-muted);
  }
  .lp-docket__row.is-credit {
    color: var(--garnet-ink);
  }
  .lp-docket__promo {
    display: flex;
    gap: 8px;
  }
  .lp-docket__promo .lp-input {
    flex: 1;
    min-width: 0;
  }
  .lp-docket__msg {
    min-height: 1em;
    margin-top: -10px;
    color: var(--garnet-ink);
  }
  .lp-docket__msg.is-error {
    color: #9b1c1c;
  }
  .lp-docket__total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 16px;
    border-top: 1px dashed var(--ink-muted);
  }
  .lp-docket__total .lp-num {
    font-size: 28px;
    font-weight: 500;
  }
  .lp-docket__notes {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 11px;
    color: var(--ink-muted);
  }
  .lp-docket__notes li::before {
    content: "✓  ";
    color: var(--garnet-ink);
  }
  @media (max-width: 1023.98px) {
    .lp-docket {
      grid-column: 1/-1;
      position: static;
    }
  }
  .lp-input--paper {
    background: var(--paper-raised);
    border-color: var(--paper-line);
    color: var(--ink);
  }
  .lp-input--paper::placeholder {
    color: var(--ink-muted);
  }
  .lp-input--paper:focus {
    border-color: var(--garnet-ink);
  }
  .lp-btn--line-ink {
    border-color: var(--ink);
    color: var(--ink);
  }
  .lp-btn--line-ink:hover {
    background: var(--ink);
    color: var(--paper);
  }
  .lp-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 72px 0 48px;
    text-align: center;
  }
  .lp-empty__cut {
    width: 120px;
    height: 120px;
    color: var(--gold);
  }
  .lp-checkout__errors {
    margin-bottom: 24px;
    padding: 14px 18px;
    border-left: 3px solid var(--gold);
    background: var(--garnet-raised);
  }
  .lp-checkout__block {
    padding: 32px 0 40px;
    border-top: 1px solid var(--garnet-line);
  }
  .lp-checkout__legend {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 24px;
  }
  .lp-checkout__legend .lp-display {
    font-size: 36px;
  }
  .lp-checkout__note {
    max-width: 560px;
    font-size: 15px;
    color: var(--ivory-muted);
  }
  .lp-checkout__review {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .lp-checkout__submit {
    align-self: flex-start;
    height: 60px;
    padding: 0 36px;
    font-size: 16px;
  }
  .lp-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px var(--gutter);
    margin-bottom: 24px;
  }
  @media (max-width: 575.98px) {
    .lp-form-grid {
      grid-template-columns: 1fr;
    }
  }
  .lp-f {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .lp-f > label {
    color: var(--ivory-muted);
  }
  .lp-f .lp-input {
    width: 100%;
  }
  .lp-f--wide {
    grid-column: 1/-1;
  }
  .lp-f__err {
    display: none;
    font-size: 13px;
    color: var(--gold);
  }
  .lp-f:has([aria-invalid=true]) .lp-input {
    border-color: var(--gold);
    box-shadow: inset 3px 0 0 var(--gold);
  }
  .lp-f:has([aria-invalid=true]) .lp-f__err {
    display: block;
  }
  .lp-check {
    display: flex;
    gap: 14px;
    max-width: 620px;
    font-size: 15px;
    color: var(--ivory-muted);
    cursor: pointer;
  }
  .lp-check input {
    flex: none;
    appearance: none;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    border: 1.5px solid var(--ivory-muted);
  }
  .lp-check input:checked {
    border-color: var(--gold);
    background: var(--gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3.2 3L15 6.5' fill='none' stroke='%232b0a10' stroke-width='2'/%3E%3C/svg%3E") center/100% no-repeat;
  }
  .lp-check input[aria-invalid=true] {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(226, 189, 120, 0.3);
  }
  .lp-check a {
    color: var(--ivory);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .lp-checkout__review:has(.lp-check [aria-invalid=true]) #terms-err {
    display: block;
  }
  .lp-seg--wide button {
    flex: 1;
    font-family: var(--font-sans);
    font-size: 14px;
  }
  .lp-confirm__head {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 64px;
  }
  .lp-progress__rule {
    position: relative;
    height: 24px;
    background: linear-gradient(var(--gold), var(--gold)) 0 50%/100% 1px no-repeat, linear-gradient(90deg, var(--gold) 1px, transparent 1px) 0 0/16.6666666667% 24px repeat-x;
  }
  .lp-progress__now {
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 8px rgba(226, 189, 120, 0.2);
    animation: lp-pulse 2.4s var(--ease-in-out) infinite;
  }
  .lp-progress__weeks {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 16px;
    font-size: 11px;
    color: var(--ivory-muted);
  }
  .lp-progress__weeks li {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-right: 12px;
  }
  .lp-progress__weeks b {
    font-weight: 500;
    color: var(--ivory);
  }
  .lp-progress__weeks .is-now b {
    color: var(--gold);
  }
  @media (max-width: 639.98px) {
    .lp-progress__weeks {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      row-gap: 20px;
    }
  }
  @keyframes lp-pulse {
    50% {
      box-shadow: 0 0 0 14px rgba(226, 189, 120, 0);
    }
  }
  .lp-next {
    border-top: 1px solid var(--garnet-line);
  }
  .lp-next li {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 16px;
    padding: 24px 0;
    border-bottom: 1px solid var(--garnet-line);
  }
  .lp-next li h3 {
    margin-bottom: 6px;
  }
  .lp-rail__bag {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: var(--ivory-muted);
  }
  .lp-rail__bag span {
    display: grid;
    place-items: center;
    min-width: 26px;
    height: 26px;
    padding: 0 6px;
    border: 1px solid var(--gold);
    border-radius: 13px;
    color: var(--gold);
    font-size: 12px;
  }
  .lp-rail__bag:hover, .lp-rail__bag[aria-current=page] {
    color: var(--ivory);
  }
  @media (max-width: 1023.98px) {
    .lp-rail__bag {
      flex-direction: row;
      margin-left: auto;
      margin-right: 16px;
    }
  }
  .lp-daylight {
    background: var(--paper);
    color: var(--ink);
  }
  .lp-rail--paper {
    background: var(--paper-raised);
    border-color: var(--paper-line);
  }
  .lp-rail--paper .lp-rail__mark {
    color: var(--garnet-ink);
  }
  .lp-rail--paper .lp-rail__link,
  .lp-rail--paper .lp-rail__word,
  .lp-rail--paper .lp-rail__bag {
    color: var(--ink-muted);
  }
  .lp-rail--paper .lp-rail__link:hover,
  .lp-rail--paper .lp-rail__link[aria-current=true],
  .lp-rail--paper .lp-rail__bag:hover {
    color: var(--ink);
  }
  .lp-rail--paper .lp-rail__link:hover span:first-child,
  .lp-rail--paper .lp-rail__link[aria-current=true] span:first-child,
  .lp-rail--paper .lp-rail__bag:hover span:first-child {
    color: var(--garnet-ink);
  }
  .lp-rail--paper .lp-rail__bag span {
    border-color: var(--garnet-ink);
    color: var(--garnet-ink);
  }
  .lp-rail--paper .lp-rail__book {
    background: var(--garnet);
    color: var(--ivory);
  }
  .lp-link-ink {
    font-weight: 500;
    color: var(--garnet-ink);
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
  }
  .lp-link-ink:hover {
    color: var(--ink);
  }
  .lp-day-hero__nav {
    display: flex;
    justify-content: flex-end;
    gap: 32px;
    margin-bottom: 64px;
    font-size: 15px;
    color: var(--ink-muted);
  }
  .lp-day-hero__nav a:hover {
    color: var(--garnet-ink);
  }
  @media (max-width: 1023.98px) {
    .lp-day-hero__nav {
      display: none;
    }
  }
  .lp-day-hero__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--gutter);
    align-items: center;
  }
  .lp-day-hero__copy {
    grid-column: span 5;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .lp-day-hero__title {
    font-size: clamp(64px, 8.4vw, 124px);
    line-height: 0.9;
    letter-spacing: -0.035em;
  }
  .lp-day-hero__lead {
    max-width: 440px;
    font-size: 18px;
    line-height: 1.6;
    color: var(--ink-muted);
  }
  .lp-day-hero__stage {
    grid-column: 6/span 7;
  }
  @media (max-width: 1023.98px) {
    .lp-day-hero__copy, .lp-day-hero__stage {
      grid-column: 1/-1;
    }
  }
  .lp-grade-photo {
    --sx: 37.6%;
    --sy: 51.1%;
    --sd: 17.5%;
    position: relative;
    overflow: hidden;
  }
  .lp-grade-photo img {
    width: 100%;
    height: auto;
  }
  .lp-grade-photo__tint, .lp-grade-photo__ring {
    position: absolute;
    left: var(--sx);
    top: var(--sy);
    width: var(--sd);
    aspect-ratio: 1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .lp-grade-photo__tint {
    background: radial-gradient(circle, rgb(236, 190, 80) 0 58%, rgba(236, 190, 80, 0) 72%);
    mix-blend-mode: multiply;
    opacity: var(--tint, 0.1);
    transition: opacity 0.6s var(--ease-out);
  }
  .lp-grade-photo__ring {
    width: calc(var(--sd) * 1.35);
    border: 1px solid var(--garnet-ink);
  }
  .lp-grade-photo__ring::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 80px;
    border-top: 1px solid var(--garnet-ink);
  }
  .lp-grade-photo__cap {
    position: absolute;
    left: calc(var(--sx) + var(--sd) * 0.675 + 96px);
    top: var(--sy);
    transform: translateY(-50%);
    padding: 8px 12px;
    background: var(--paper);
    color: var(--ink);
    white-space: nowrap;
  }
  .lp-grade {
    margin-top: 24px;
  }
  .lp-grade__scale {
    height: 6px;
    background: linear-gradient(90deg, #fbfbf8, #f6f0de 45%, #eedcae 100%);
    border: 1px solid var(--paper-line);
  }
  .lp-grade__buttons {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    margin-top: 12px;
  }
  .lp-grade__buttons button {
    height: 52px;
    margin-left: -1px;
    border: 1px solid var(--paper-line);
    font-family: var(--font-display);
    font-size: 24px;
    color: var(--ink-muted);
    transition: background-color 0.3s var(--ease-out), color 0.3s var(--ease-out);
  }
  .lp-grade__buttons button:first-child {
    margin-left: 0;
  }
  .lp-grade__buttons button:hover {
    color: var(--ink);
    background: var(--paper-raised);
  }
  .lp-grade__buttons button[aria-pressed=true] {
    position: relative;
    z-index: 1;
    border-color: var(--garnet-ink);
    background: var(--garnet);
    color: var(--ivory);
    font-style: italic;
  }
  .lp-grade__legend {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 10px;
    color: var(--ink-muted);
  }
  .lp-day-cost {
    background: var(--paper-raised);
    border-top: 1px solid var(--paper-line);
  }
  .lp-day-cost__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 48px;
  }
  .lp-bars {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .lp-bars li {
    display: grid;
    grid-template-columns: 48px 1fr 110px;
    align-items: center;
    gap: 20px;
    transition: opacity 0.4s var(--ease-out);
  }
  .lp-bars__g {
    font-family: var(--font-display);
    font-size: 28px;
    line-height: 1;
  }
  .lp-bars__track {
    height: 28px;
    background: var(--paper);
  }
  .lp-bars__fill {
    display: block;
    width: var(--v);
    height: 100%;
    background: var(--paper-line);
    transform-origin: left;
    transition: background-color 0.4s var(--ease-out), transform 1.2s var(--ease-out);
  }
  .lp-bars__p {
    font-size: 16px;
    text-align: right;
  }
  .js .lp-bars:not(.is-in) .lp-bars__fill {
    transform: scaleX(0);
  }
  .lp-bars li.is-on .lp-bars__fill {
    background: var(--garnet);
  }
  .lp-bars li.is-on .lp-bars__g,
  .lp-bars li.is-on .lp-bars__p {
    color: var(--garnet-ink);
  }
  .lp-plate-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: var(--gutter);
  }
  .lp-plate-grid .lp-piece--large {
    grid-column: span 7;
    grid-row: span 2;
  }
  .lp-plate-grid .lp-piece:not(.lp-piece--large) {
    grid-column: span 5;
  }
  @media (max-width: 767.98px) {
    .lp-plate-grid .lp-piece,
    .lp-plate-grid .lp-piece--large,
    .lp-plate-grid .lp-piece:not(.lp-piece--large) {
      grid-column: 1/-1;
      grid-row: auto;
    }
  }
  .lp-piece {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .lp-piece img {
    width: 100%;
    flex: 1;
    min-height: 0;
    aspect-ratio: 3/2;
    object-fit: cover;
    transition: transform 1.2s var(--ease-out);
  }
  .lp-piece:hover img {
    transform: scale(1.04);
  }
  .lp-piece__label {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 16px;
    align-items: baseline;
    padding: 16px 0 0;
    border-top: 1px solid var(--ink);
    margin-top: 16px;
  }
  .lp-piece__label h3 {
    font-size: 28px;
  }
  .lp-piece__label .lp-num {
    grid-column: 2;
    font-size: 13px;
    color: var(--ink-muted);
  }
  .lp-piece__price {
    grid-column: 3 !important;
    grid-row: 1;
    font-size: 16px !important;
    color: var(--ink) !important;
  }
  .lp-piece--large img {
    aspect-ratio: auto;
  }
  .lp-day-four {
    border-top: 1px solid var(--paper-line);
  }
  .lp-four {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--gutter);
  }
  .lp-four__item {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--ink);
  }
  .lp-four__item dt {
    color: var(--garnet-ink);
  }
  .lp-four__value {
    font-size: clamp(56px, 6vw, 88px);
    line-height: 1;
    letter-spacing: -0.04em;
  }
  .lp-four__text {
    font-size: 15px;
    color: var(--ink-muted);
  }
  @media (max-width: 1023.98px) {
    .lp-four {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      row-gap: 40px;
    }
  }
  @media (max-width: 575.98px) {
    .lp-four {
      grid-template-columns: 1fr;
    }
  }
  .lp-day-quote {
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: flex-end;
    padding: 96px var(--margin);
  }
  .lp-day-quote > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lp-day-quote__card {
    position: relative;
    max-width: 620px;
    padding: 36px 36px 32px;
    background: var(--paper);
  }
  .lp-day-quote__card blockquote {
    font-size: clamp(26px, 2.6vw, 36px);
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .lp-day-quote__card figcaption {
    color: var(--ink-muted);
  }
  .lp-heir-hero {
    position: relative;
    height: clamp(720px, 100vh, 980px);
    overflow: hidden;
  }
  .lp-heir-hero__copy {
    position: absolute;
    left: var(--margin);
    bottom: 56px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 24px;
    pointer-events: none;
  }
  .lp-heir-hero__copy a,
  .lp-heir-hero__copy .lp-btn {
    pointer-events: auto;
  }
  .lp-heir-hero__title {
    font-size: clamp(56px, 8.4vw, 128px);
    line-height: 0.9;
    letter-spacing: -0.035em;
    text-shadow: 0 2px 40px rgba(43, 10, 16, 0.45);
  }
  .lp-heir-hero [data-intro] {
    opacity: 0;
    transform: translateY(24px);
    animation: lp-intro 1.1s var(--ease-out) forwards;
    animation-delay: var(--d, 0s);
  }
  @media (max-width: 767.98px) {
    .lp-heir-hero {
      height: auto;
    }
    .lp-heir-hero__copy {
      position: relative;
      left: auto;
      bottom: auto;
      padding: 32px var(--margin) 48px;
    }
  }
  .lp-compare {
    position: absolute;
    inset: 0;
    cursor: ew-resize;
    user-select: none;
  }
  .lp-compare::after {
    content: "";
    position: absolute;
    inset: 40% 0 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(43, 10, 16, 0.6), rgba(43, 10, 16, 0) 60%), linear-gradient(180deg, rgba(43, 10, 16, 0), rgba(43, 10, 16, 0.82));
    pointer-events: none;
  }
  .lp-compare__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scaleX(-1);
  }
  .lp-compare__then {
    position: absolute;
    inset: 0;
    clip-path: inset(0 calc(100% - var(--pos)) 0 0);
  }
  .lp-compare__then img {
    filter: saturate(0.8) sepia(0.15);
  }
  .lp-compare__line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--pos);
    z-index: 3;
    width: 1px;
    background: var(--gold);
    pointer-events: none;
  }
  .lp-compare__knob {
    position: absolute;
    top: 42%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--on-gold);
    font-size: 22px;
    transform: translate(-50%, -50%);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  }
  .lp-compare__tag {
    position: absolute;
    top: 36px;
    z-index: 3;
    padding: 8px 12px;
    background: rgba(43, 10, 16, 0.72);
    color: var(--ivory);
  }
  .lp-compare__tag--then {
    left: var(--margin);
  }
  .lp-compare__tag--now {
    right: var(--margin);
  }
  @media (max-width: 767.98px) {
    .lp-compare__tag {
      top: 16px;
      font-size: 10px;
    }
    .lp-compare__tag--now {
      top: auto;
      bottom: 16px;
    }
  }
  .lp-compare__range {
    position: absolute;
    inset: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: ew-resize;
  }
  .lp-compare:has(.lp-compare__range:focus-visible) .lp-compare__knob {
    outline: 2px solid var(--ivory);
    outline-offset: 4px;
  }
  @media (max-width: 767.98px) {
    .lp-compare {
      position: relative;
      aspect-ratio: 4/5;
    }
  }
  .lp-keep {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--gutter);
  }
  .lp-keep__item {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 28px 0 0;
    border-top: 1px solid var(--gold);
  }
  .lp-keep__item h3 {
    font-size: 44px;
    line-height: 1;
  }
  .lp-keep__data {
    display: flex;
    flex-direction: column;
  }
  .lp-keep__data div {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--garnet-line);
  }
  .lp-keep__data dt {
    color: var(--ivory-muted);
    font-size: 11px;
  }
  .lp-keep__data dd {
    font-size: 14px;
  }
  @media (max-width: 1023.98px) {
    .lp-keep {
      grid-template-columns: 1fr;
      row-gap: 48px;
    }
  }
  .lp-credit__form {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 36px;
    background: var(--paper-raised);
    border: 1px solid var(--paper-line);
  }
  .lp-credit__row {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .lp-credit__row legend,
  .lp-credit__row > label {
    margin-bottom: 14px;
    color: var(--ink-muted);
  }
  .lp-credit__slider {
    display: grid;
    grid-template-columns: 1fr 90px;
    align-items: center;
    gap: 20px;
  }
  .lp-credit__slider input {
    width: 100%;
    accent-color: var(--garnet);
  }
  .lp-credit__slider output {
    font-size: 22px;
    text-align: right;
  }
  .lp-credit__result {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 36px;
    align-items: end;
    padding-top: 24px;
    border-top: 1px solid var(--ink);
  }
  @media (max-width: 575.98px) {
    .lp-credit__result {
      grid-template-columns: 1fr;
    }
  }
  .lp-credit__value {
    margin-top: 6px;
    font-size: clamp(48px, 5vw, 72px);
    line-height: 1;
    letter-spacing: -0.04em;
    color: var(--garnet-ink);
  }
  .lp-credit__work {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
  }
  .lp-credit__work div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
  .lp-credit__work dt {
    color: var(--ink-muted);
  }
  .lp-seg--ink button {
    border-color: var(--paper-line);
    color: var(--ink-muted);
    font-family: var(--font-mono);
  }
  .lp-seg--ink button:hover {
    color: var(--ink);
  }
  .lp-seg--ink button[aria-pressed=true] {
    border-color: var(--garnet);
    background: var(--garnet);
    color: var(--ivory);
  }
  .lp-sittings {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--gutter);
  }
  .lp-sittings li {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .lp-sittings li:nth-child(even) {
    margin-top: 80px;
  }
  .lp-sittings img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
  }
  .lp-sittings h3 {
    font-size: 32px;
    line-height: 1;
  }
  @media (max-width: 1023.98px) {
    .lp-sittings {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lp-sittings li:nth-child(even) {
      margin-top: 40px;
    }
  }
  @media (max-width: 575.98px) {
    .lp-sittings {
      grid-template-columns: 1fr;
    }
    .lp-sittings li:nth-child(even) {
      margin-top: 0;
    }
  }
  .lp-mast__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 32px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--garnet-line);
    color: var(--ivory-muted);
    font-size: 11px;
  }
  .lp-mast__title {
    margin: 12px 0 0;
    font-size: clamp(56px, 17.5vw, 272px);
    line-height: 0.82;
    letter-spacing: -0.055em;
    white-space: nowrap;
  }
  @media (max-width: 575.98px) {
    .lp-mast__title {
      font-size: 15.5vw;
    }
  }
  .lp-mast__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 36px;
    padding: 18px 0;
    margin-top: 24px;
    border-top: 3px double var(--gold);
    border-bottom: 1px solid var(--garnet-line);
  }
  .lp-mast__nav a:hover {
    color: var(--gold);
  }
  .lp-mast [data-intro] {
    opacity: 0;
    transform: translateY(24px);
    animation: lp-intro 1.1s var(--ease-out) forwards;
    animation-delay: var(--d, 0s);
  }
  .lp-cover {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--gutter);
    align-items: end;
    padding-top: 48px;
  }
  .lp-cover__media {
    position: relative;
    grid-column: span 7;
    overflow: hidden;
  }
  .lp-cover__media img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: transform 1.4s var(--ease-out);
  }
  .lp-cover__media:hover img {
    transform: scale(1.03);
  }
  .lp-cover__tag {
    position: absolute;
    left: 16px;
    top: 16px;
    padding: 8px 12px;
    background: var(--gold);
    color: var(--on-gold);
  }
  .lp-cover__text {
    grid-column: span 5;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .lp-cover__title {
    font-size: clamp(48px, 5.4vw, 80px);
    line-height: 0.98;
  }
  .lp-cover__title a:hover {
    color: var(--gold);
  }
  .lp-cover__dek {
    font-size: 19px;
    line-height: 1.55;
  }
  .lp-cover [data-intro] {
    opacity: 0;
    transform: translateY(24px);
    animation: lp-intro 1.1s var(--ease-out) forwards;
    animation-delay: var(--d, 0s);
  }
  @media (max-width: 1023.98px) {
    .lp-cover__media, .lp-cover__text {
      grid-column: 1/-1;
    }
  }
  .lp-dropcap::first-letter {
    float: left;
    margin: 6px 12px 0 0;
    font-family: var(--font-display);
    font-size: 88px;
    line-height: 0.8;
    color: var(--gold);
  }
  .lp-contents {
    border-top: 1px solid var(--garnet-line);
  }
  .lp-contents__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--gutter);
  }
  .lp-contents__grid > :first-child {
    grid-column: span 4;
  }
  .lp-contents__grid > :last-child {
    grid-column: span 8;
  }
  @media (max-width: 1023.98px) {
    .lp-contents__grid > :first-child,
    .lp-contents__grid > :last-child {
      grid-column: 1/-1;
    }
  }
  .lp-toc {
    border-top: 1px solid var(--garnet-line);
  }
  .lp-toc a {
    display: grid;
    grid-template-columns: 56px 1fr auto 64px;
    align-items: baseline;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid var(--garnet-line);
    transition: padding-left 0.4s var(--ease-out), color 0.3s var(--ease-out);
  }
  .lp-toc a:hover, .lp-toc a:focus-visible {
    padding-left: 16px;
    color: var(--gold);
  }
  .lp-toc__no {
    font-size: 14px;
    color: var(--gold);
  }
  .lp-toc__title {
    font-family: var(--font-display);
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.15;
  }
  .lp-toc__cat {
    font-size: 11px;
    color: var(--ivory-muted);
  }
  .lp-toc__page {
    font-size: 13px;
    text-align: right;
    color: var(--ivory-muted);
  }
  @media (max-width: 767.98px) {
    .lp-toc a {
      grid-template-columns: 40px 1fr;
    }
    .lp-toc__cat, .lp-toc__page {
      grid-column: 2;
      text-align: left;
    }
  }
  .lp-features {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 56px var(--gutter);
    align-items: start;
  }
  .lp-feature {
    grid-column: span 5;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .lp-feature--wide {
    grid-column: span 7;
  }
  .lp-feature__media {
    overflow: hidden;
  }
  .lp-feature__media img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    transition: transform 1.4s var(--ease-out);
  }
  .lp-feature__media:hover img {
    transform: scale(1.04);
  }
  .lp-feature h2 {
    font-size: clamp(32px, 3.2vw, 44px);
    line-height: 1.05;
  }
  .lp-feature h2 a:hover {
    color: var(--gold);
  }
  .lp-feature:not(.lp-feature--wide) {
    margin-top: 120px;
  }
  @media (max-width: 1023.98px) {
    .lp-feature {
      grid-column: 1/-1 !important;
      margin-top: 0 !important;
    }
  }
  .lp-pull {
    grid-column: 3/span 8;
    padding: 40px 0;
    border-top: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
    text-align: center;
  }
  .lp-pull p {
    font-size: clamp(32px, 3.6vw, 52px);
    line-height: 1.1;
    font-style: italic;
  }
  .lp-pull footer {
    margin-top: 20px;
    color: var(--ivory-muted);
  }
  @media (max-width: 1023.98px) {
    .lp-pull {
      grid-column: 1/-1;
    }
  }
  .lp-stoneweek__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--gutter);
    align-items: center;
  }
  .lp-stoneweek__grid > :first-child {
    grid-column: span 6;
  }
  .lp-stoneweek__grid > :last-child {
    grid-column: span 6;
  }
  @media (max-width: 1023.98px) {
    .lp-stoneweek__grid > :first-child,
    .lp-stoneweek__grid > :last-child {
      grid-column: 1/-1;
    }
  }
  .lp-stoneweek__media img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
  .lp-passport {
    border-top: 1px solid var(--ink);
  }
  .lp-passport div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid var(--paper-line);
  }
  .lp-passport dt {
    font-size: 11px;
    color: var(--ink-muted);
  }
  .lp-passport dd {
    font-family: var(--font-mono);
    font-size: 15px;
    text-align: right;
  }
  .lp-friday {
    background: var(--garnet-raised);
  }
  .lp-friday__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--gutter);
    align-items: end;
  }
  .lp-friday__grid > :first-child {
    grid-column: span 6;
  }
  .lp-friday__grid > :last-child {
    grid-column: span 6;
  }
  @media (max-width: 1023.98px) {
    .lp-friday__grid > :first-child,
    .lp-friday__grid > :last-child {
      grid-column: 1/-1;
    }
  }
  .lp-friday__form {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .lp-friday__row {
    display: flex;
    gap: 12px;
  }
  .lp-friday__row .lp-input {
    flex: 1;
    min-width: 0;
  }
  @media (max-width: 575.98px) {
    .lp-friday__row {
      flex-direction: column;
    }
    .lp-friday__row .lp-input {
      flex: none;
    }
  }
  .lp-friday__msg {
    min-height: 1.4em;
    color: var(--gold);
  }
  .lp-mast__title--sm {
    font-size: clamp(56px, 12vw, 184px);
  }
  @media (max-width: 575.98px) {
    .lp-mast__title--sm {
      font-size: 15.5vw;
    }
  }
  .lp-filter button {
    padding: 4px 0;
    color: var(--ivory-muted);
    border-bottom: 1px solid transparent;
    transition: color 0.3s var(--ease-out), border-color 0.3s var(--ease-out);
  }
  .lp-filter button:hover {
    color: var(--ivory);
  }
  .lp-filter button[aria-pressed=true] {
    color: var(--gold);
    border-bottom-color: var(--gold);
  }
  .lp-stories {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 64px var(--gutter);
  }
  .lp-stories__empty {
    padding: 48px 0;
    color: var(--ivory-muted);
  }
  .lp-story {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    gap: 14px;
    animation: lp-panel-in 0.6s var(--ease-out);
  }
  .lp-story[hidden] {
    display: none;
  }
  .lp-story__media {
    overflow: hidden;
  }
  .lp-story__media img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: transform 1.4s var(--ease-out);
  }
  .lp-story__media:hover img {
    transform: scale(1.04);
  }
  .lp-story h2,
  .lp-story h3 {
    font-size: 28px;
    line-height: 1.1;
  }
  .lp-story h2 a:hover,
  .lp-story h3 a:hover {
    color: var(--gold);
  }
  .lp-story--lead {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--gutter);
    align-items: end;
  }
  .lp-story--lead .lp-story__media {
    grid-column: span 7;
  }
  .lp-story--lead .lp-story__body {
    grid-column: span 5;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .lp-story--lead h2 {
    font-size: clamp(44px, 4.6vw, 68px);
    line-height: 1;
  }
  .lp-story--quote {
    justify-content: center;
    padding: 36px 32px;
    border-top: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
  }
  .lp-story--quote h2 {
    font-size: clamp(30px, 2.6vw, 38px);
    font-style: italic;
  }
  @media (max-width: 1023.98px) {
    .lp-story {
      grid-column: span 6;
    }
    .lp-story--lead {
      grid-column: 1/-1;
    }
    .lp-story--lead .lp-story__media,
    .lp-story--lead .lp-story__body {
      grid-column: 1/-1;
    }
  }
  @media (max-width: 575.98px) {
    .lp-story {
      grid-column: 1/-1;
    }
  }
  .lp-pager {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 72px;
    padding-top: 28px;
    border-top: 1px solid var(--garnet-line);
  }
  .lp-pager__nums {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .lp-pager__nums a,
  .lp-pager__nums span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--garnet-line);
    font-size: 14px;
  }
  .lp-pager__nums span {
    border-color: transparent;
  }
  .lp-pager__nums a:hover {
    border-color: var(--ivory-muted);
  }
  .lp-pager__nums a[aria-current=page] {
    border-color: var(--gold);
    color: var(--gold);
  }
  .lp-readbar {
    position: fixed;
    top: 0;
    left: var(--rail);
    right: 0;
    z-index: 45;
    height: 3px;
  }
  .lp-readbar span {
    display: block;
    height: 100%;
    width: 100%;
    background: var(--gold);
    transform-origin: left;
    transform: scaleX(var(--p, 0));
  }
  @media (max-width: 1023.98px) {
    .lp-readbar {
      top: 64px;
    }
  }
  .lp-crumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 11px;
    color: var(--ivory-muted);
  }
  .lp-crumbs a:hover {
    color: var(--gold);
  }
  .lp-crumbs [aria-current] {
    color: var(--ivory);
  }
  .lp-article__head {
    display: flex;
    flex-direction: column;
    gap: 28px;
    max-width: 1080px;
  }
  .lp-article__title {
    font-size: clamp(64px, 8.6vw, 132px);
    line-height: 0.9;
    letter-spacing: -0.035em;
  }
  .lp-article__dek {
    max-width: 760px;
    font-size: clamp(20px, 1.7vw, 24px);
    line-height: 1.5;
    color: var(--ivory-muted);
  }
  .lp-article__hero {
    margin: 56px 0 72px;
  }
  .lp-article__hero img {
    width: 100%;
    max-height: 86vh;
    object-fit: cover;
  }
  .lp-article__hero figcaption {
    padding: 14px var(--margin) 0;
    font-size: 11px;
    color: var(--ivory-muted);
  }
  .lp-article__layout {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--gutter);
    padding-bottom: 96px;
  }
  .lp-article__side {
    grid-column: span 3;
    position: sticky;
    top: 40px;
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .lp-article__toc {
    display: flex;
    flex-direction: column;
    border-left: 1px solid var(--garnet-line);
  }
  .lp-article__toc a {
    display: block;
    padding: 8px 0 8px 16px;
    margin-left: -1px;
    border-left: 1px solid transparent;
    color: var(--ivory-muted);
    font-size: 11px;
    transition: color 0.3s var(--ease-out), border-color 0.3s var(--ease-out);
  }
  .lp-article__toc a:hover, .lp-article__toc a[aria-current=true] {
    color: var(--ivory);
    border-left-color: var(--gold);
  }
  .lp-article [data-intro] {
    opacity: 0;
    transform: translateY(24px);
    animation: lp-intro 1.1s var(--ease-out) forwards;
    animation-delay: var(--d, 0s);
  }
  @media (max-width: 1023.98px) {
    .lp-article__side {
      grid-column: 1/-1;
      position: static;
    }
  }
  .lp-byline {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .lp-byline img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
  }
  .lp-byline p {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .lp-byline strong {
    font-weight: 500;
  }
  .lp-share {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 16px;
  }
  .lp-share__btn {
    font-size: 11px;
    color: var(--ivory);
    border-bottom: 1px solid var(--garnet-line);
  }
  .lp-share__btn:hover {
    color: var(--gold);
    border-color: var(--gold);
  }
  .lp-prose {
    grid-column: 4/span 7;
    max-width: 68ch;
    font-size: 19px;
    line-height: 1.7;
  }
  .lp-prose > * + * {
    margin-top: 1.1em;
  }
  .lp-prose h2 {
    margin-top: 2.2em;
    font-family: var(--font-display);
    font-size: 40px;
    line-height: 1.1;
    scroll-margin-top: 40px;
  }
  .lp-prose ol {
    padding-left: 1.2em;
    list-style: decimal;
  }
  .lp-prose ol li + li {
    margin-top: 0.4em;
  }
  .lp-prose ol li::marker {
    font-family: var(--font-mono);
    color: var(--gold);
  }
  .lp-prose__pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 2em 0;
  }
  .lp-prose__pair img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
  }
  .lp-prose__pair figcaption {
    grid-column: 1/-1;
    font-size: 11px;
    color: var(--ivory-muted);
  }
  .lp-prose__quote {
    margin: 2em 0;
    padding: 28px 0;
    border-top: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
  }
  .lp-prose__quote p {
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.12;
    font-style: italic;
  }
  .lp-prose__passport {
    margin: 2em 0;
    padding: 28px;
  }
  .lp-prose__passport .lp-passport {
    margin-top: 14px;
  }
  @media (max-width: 1023.98px) {
    .lp-prose {
      grid-column: 1/-1;
    }
  }
  .lp-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 3em !important;
  }
  .lp-tags a {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid var(--garnet-line);
    font-size: 11px;
  }
  .lp-tags a:hover {
    border-color: var(--gold);
    color: var(--gold);
  }
  .lp-author {
    display: flex;
    gap: 20px;
    margin-top: 2.4em !important;
    padding-top: 28px;
    border-top: 1px solid var(--garnet-line);
    font-size: 16px;
  }
  .lp-author img {
    flex: none;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
  }
  .lp-nextstory {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 64px;
    padding-bottom: 72px;
    background: var(--garnet-sunken);
    transition: background-color 0.4s var(--ease-out);
  }
  .lp-nextstory__title {
    font-size: clamp(44px, 5.4vw, 84px);
    line-height: 1;
  }
  .lp-nextstory:hover {
    background: var(--garnet-raised);
  }
  .lp-nextstory:hover .lp-nextstory__title {
    color: var(--gold);
  }
  .lp-related {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--gutter);
  }
  .lp-related .lp-story {
    grid-column: auto;
  }
  @media (max-width: 767.98px) {
    .lp-related {
      grid-template-columns: 1fr;
    }
  }
  .lp-main--bare {
    margin-left: 0;
    padding-top: 0;
  }
  .lp-link-gold {
    color: var(--gold);
    border-bottom: 1px solid currentColor;
  }
  .lp-link-gold:hover {
    color: var(--ivory);
  }
  .lp-input--sm {
    height: 40px;
    font-size: 13px;
  }
  .lp-input--area {
    height: auto;
    padding: 14px 16px;
    resize: vertical;
    font-family: var(--font-sans);
  }
  .lp-passport--dark {
    border-top-color: var(--gold);
  }
  .lp-passport--dark div {
    border-bottom-color: var(--garnet-line);
  }
  .lp-passport--dark dt {
    color: var(--ivory-muted);
  }
  .lp-footer {
    background: var(--garnet-sunken);
    color: var(--ivory);
  }
  .lp-footer__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 40px var(--gutter);
    padding-bottom: 56px;
  }
  .lp-footer__brand {
    grid-column: span 6;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .lp-footer__mark {
    width: 48px;
    height: 48px;
    color: var(--gold);
  }
  .lp-footer__col {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 15px;
  }
  .lp-footer__col a {
    color: var(--ivory-muted);
  }
  .lp-footer__col a:hover {
    color: var(--gold);
  }
  .lp-footer__base {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    padding-top: 24px;
    border-top: 1px solid var(--garnet-line);
  }
  .lp-footer__base a:hover {
    color: var(--gold);
  }
  @media (max-width: 1023.98px) {
    .lp-footer__brand {
      grid-column: 1/-1;
    }
    .lp-footer__col {
      grid-column: span 4;
    }
  }
  @media (max-width: 575.98px) {
    .lp-footer__col {
      grid-column: span 6;
    }
  }
  .lp-cat__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 56px;
  }
  .lp-cat__layout {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--gutter);
    align-items: start;
  }
  .lp-cat__filters {
    grid-column: span 3;
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .lp-cat__fhead {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--garnet-line);
  }
  .lp-cat__reset {
    color: var(--ivory-muted);
  }
  .lp-cat__reset:hover {
    color: var(--gold);
  }
  .lp-cat__group {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .lp-cat__group > .lp-label:first-child {
    color: var(--ivory-muted);
  }
  .lp-cat__group .lp-seg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(34px, 1fr));
  }
  .lp-cat__group .lp-seg button {
    min-width: 0;
    padding: 0 2px;
    font-size: 12px;
  }
  .lp-cat__shapes {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }
  .lp-cat__shape {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 10px 2px 8px;
    border: 1px solid var(--garnet-line);
    color: var(--ivory-muted);
  }
  .lp-cat__shape .lp-cut {
    width: 32px;
    height: 32px;
  }
  .lp-cat__shape .lp-label {
    font-size: 9px;
  }
  .lp-cat__shape:hover {
    color: var(--ivory);
  }
  .lp-cat__shape[aria-pressed=true] {
    border-color: var(--gold);
    background: var(--garnet-raised);
    color: var(--gold);
  }
  .lp-cat__results {
    grid-column: span 9;
  }
  .lp-cat__bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
  }
  .lp-cat__tools {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .lp-cat__view button {
    height: 40px;
    font-family: var(--font-sans);
    font-size: 13px;
  }
  .lp-cat__table tbody tr {
    cursor: pointer;
  }
  .lp-cat__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px var(--gutter);
  }
  @media (max-width: 639.98px) {
    .lp-cat__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 479.98px) {
    .lp-cat__grid {
      grid-template-columns: 1fr;
    }
  }
  .lp-cat__empty {
    padding: 48px 0;
    color: var(--ivory-muted);
  }
  @media (max-width: 1023.98px) {
    .lp-cat__filters, .lp-cat__results {
      grid-column: 1/-1;
      position: static;
    }
  }
  .lp-scard {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .lp-scard__media {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .lp-scard__media img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    transition: transform 1.2s var(--ease-out);
  }
  .lp-scard__cut {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 36px;
    height: 36px;
    padding: 6px;
    border-radius: 50%;
    background: rgba(43, 10, 16, 0.7);
    color: var(--gold);
  }
  .lp-scard__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
  }
  .lp-scard__name {
    font-size: 24px;
  }
  .lp-scard__spec {
    font-size: 10px;
    color: var(--ivory-muted);
  }
  .lp-scard:hover img {
    transform: scale(1.05);
  }
  .lp-scard:hover .lp-scard__name {
    color: var(--gold);
  }
  .lp-save {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 1px solid var(--garnet-line);
    font-size: 22px;
    color: var(--ivory-muted);
    transition: color 0.3s var(--ease-out), border-color 0.3s var(--ease-out);
  }
  .lp-save:hover, .lp-save[aria-pressed=true] {
    color: var(--gold);
    border-color: var(--gold);
  }
  .lp-save--sm {
    width: 36px;
    height: 36px;
    font-size: 16px;
    border-color: transparent;
  }
  .lp-stone-page__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--gutter);
    align-items: start;
  }
  .lp-stone-page__media {
    grid-column: span 7;
    position: sticky;
    top: 24px;
  }
  .lp-stone-page__info {
    grid-column: span 5;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .lp-stone-page__title {
    font-size: clamp(56px, 6vw, 92px);
    line-height: 0.95;
    text-transform: none;
  }
  .lp-stone-page__price {
    font-size: 36px;
  }
  .lp-stone-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .lp-stone-page__views {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 120px));
    gap: 12px;
    margin-top: 12px;
  }
  .lp-stone-page__views button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 6px;
    border: 1px solid var(--garnet-line);
    color: var(--ivory-muted);
  }
  .lp-stone-page__views button img,
  .lp-stone-page__views button .lp-cut {
    width: 100%;
    height: 72px;
    object-fit: cover;
  }
  .lp-stone-page__views button .lp-cut {
    width: 64px;
  }
  .lp-stone-page__views button .lp-label {
    font-size: 9px;
  }
  .lp-stone-page__views button[aria-pressed=true] {
    border-color: var(--gold);
    color: var(--gold);
  }
  .lp-stone-page__drawing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 40px;
    aspect-ratio: 3/2;
  }
  .lp-stone-page__drawing .lp-cut {
    width: auto;
    height: 100%;
    aspect-ratio: 1;
    color: var(--ink);
  }
  .lp-stone-page__note {
    padding: 20px 24px;
    border-left: 2px solid var(--gold);
    background: var(--garnet-raised);
  }
  @media (max-width: 1023.98px) {
    .lp-stone-page__media, .lp-stone-page__info {
      grid-column: 1/-1;
      position: static;
    }
  }
  .lp-zoom {
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
  }
  .lp-zoom img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
  }
  .lp-zoom__lens {
    position: absolute;
    left: 0;
    top: 0;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 2px solid var(--gold);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s var(--ease-out);
  }
  .lp-zoom.is-zoom .lp-zoom__lens {
    opacity: 1;
  }
  .lp-zoom__hint {
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 6px 10px;
    background: rgba(43, 10, 16, 0.7);
  }
  @media (hover: none) {
    .lp-zoom__lens, .lp-zoom__hint {
      display: none;
    }
  }
  .lp-auth__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--gutter);
    align-items: stretch;
  }
  .lp-auth__media {
    grid-column: span 6;
    position: relative;
  }
  .lp-auth__media img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
  }
  .lp-auth__media figcaption {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 12px 16px;
    background: rgba(43, 10, 16, 0.78);
  }
  .lp-auth__panel {
    grid-column: 8/span 5;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .lp-auth__title {
    font-size: clamp(56px, 6vw, 88px);
    line-height: 0.95;
  }
  .lp-auth__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .lp-auth__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
  }
  .lp-auth__msg {
    min-height: 1.4em;
    color: var(--gold);
  }
  .lp-auth__note {
    font-size: 13px;
    color: var(--ivory-muted);
  }
  @media (max-width: 1023.98px) {
    .lp-auth__media, .lp-auth__panel {
      grid-column: 1/-1;
    }
    .lp-auth__media img {
      min-height: 280px;
      max-height: 360px;
    }
  }
  .lp-tabs {
    display: flex;
    border-bottom: 1px solid var(--garnet-line);
  }
  .lp-tabs button {
    padding: 12px 0;
    margin-right: 28px;
    margin-bottom: -1px;
    border-bottom: 2px solid transparent;
    font-size: 15px;
    color: var(--ivory-muted);
  }
  .lp-tabs button[aria-selected=true] {
    color: var(--ivory);
    border-bottom-color: var(--gold);
  }
  .lp-dash__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 48px;
  }
  .lp-dash__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
  }
  .lp-dash__nav a {
    color: var(--ivory-muted);
  }
  .lp-dash__nav a:hover, .lp-dash__nav a[aria-current=true] {
    color: var(--gold);
  }
  .lp-dash__bench {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--gutter);
    padding: 32px;
    background: var(--garnet-raised);
  }
  .lp-dash__bench-media {
    grid-column: span 5;
    position: relative;
  }
  .lp-dash__bench-media img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
  }
  .lp-dash__bench-media span {
    position: absolute;
    left: 12px;
    top: 12px;
    padding: 6px 10px;
    background: var(--gold);
    color: var(--on-gold);
  }
  .lp-dash__bench-info {
    grid-column: span 7;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .lp-dash__bench-info .lp-btn {
    align-self: flex-start;
  }
  .lp-dash__block {
    margin-top: 72px;
  }
  .lp-dash__block-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--garnet-line);
  }
  .lp-dash__block-head h2 {
    font-size: clamp(36px, 3.6vw, 52px);
  }
  .lp-dash__designs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--gutter);
  }
  .lp-dash__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--gutter);
  }
  @media (max-width: 1023.98px) {
    .lp-dash__bench-media, .lp-dash__bench-info {
      grid-column: 1/-1;
    }
    .lp-dash__designs {
      grid-template-columns: 1fr 1fr;
    }
    .lp-dash__details {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 575.98px) {
    .lp-dash__designs {
      grid-template-columns: 1fr;
    }
    .lp-dash__bench {
      padding: 20px;
    }
  }
  .lp-progress--compact .lp-progress__weeks {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lp-design {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .lp-design__art {
    display: grid;
    place-items: center;
    aspect-ratio: 4/3;
  }
  .lp-design__art .lp-cut {
    width: 45%;
    height: auto;
    aspect-ratio: 1;
    color: var(--ink);
  }
  .lp-design__name {
    font-size: 26px;
  }
  .lp-design__spec {
    font-size: 13px;
    color: var(--ivory-muted);
  }
  .lp-design__note {
    font-size: 10px;
    color: var(--gold);
  }
  .lp-design:hover .lp-design__name {
    color: var(--gold);
  }
  .lp-about-hero {
    position: relative;
    height: clamp(560px, 86vh, 860px);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
  }
  .lp-about-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lp-about-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(43, 10, 16, 0.1) 30%, rgba(43, 10, 16, 0.85));
  }
  .lp-about-hero__text {
    position: relative;
    z-index: 1;
    padding-bottom: 64px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .lp-about-hero__title {
    font-size: clamp(64px, 9.4vw, 144px);
    line-height: 0.9;
    letter-spacing: -0.035em;
  }
  .lp-about-hero [data-intro] {
    opacity: 0;
    transform: translateY(24px);
    animation: lp-intro 1.1s var(--ease-out) forwards;
    animation-delay: var(--d, 0s);
  }
  .lp-about-intro {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 32px var(--gutter);
  }
  .lp-about-intro > h2 {
    grid-column: span 3;
  }
  .lp-about-intro__lede {
    grid-column: span 9;
    font-size: clamp(32px, 3.4vw, 50px);
    line-height: 1.15;
  }
  .lp-about-intro__cols {
    grid-column: 4/span 9;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gutter);
  }
  @media (max-width: 639.98px) {
    .lp-about-intro__cols {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 1023.98px) {
    .lp-about-intro > h2, .lp-about-intro__lede, .lp-about-intro__cols {
      grid-column: 1/-1;
    }
  }
  .lp-numbers__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--gutter);
  }
  .lp-numbers__grid div {
    padding-top: 20px;
    border-top: 1px solid var(--gold);
  }
  .lp-numbers__grid dt {
    color: var(--ivory-muted);
  }
  .lp-numbers__grid dd {
    margin-top: 12px;
    font-size: clamp(56px, 6vw, 96px);
    line-height: 1;
    letter-spacing: -0.04em;
  }
  @media (max-width: 639.98px) {
    .lp-numbers__grid {
      grid-template-columns: 1fr 1fr;
      row-gap: 40px;
    }
  }
  .lp-people {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--gutter);
  }
  .lp-people li {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .lp-people li:nth-child(2) {
    margin-top: 64px;
  }
  .lp-people img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    margin-bottom: 8px;
  }
  @media (max-width: 639.98px) {
    .lp-people {
      grid-template-columns: 1fr;
    }
    .lp-people li:nth-child(2) {
      margin-top: 0;
    }
  }
  .lp-timeline {
    border-left: 1px solid var(--gold);
  }
  .lp-timeline li {
    position: relative;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: var(--gutter);
    padding: 22px 0 22px 32px;
    border-bottom: 1px solid var(--garnet-line);
  }
  .lp-timeline li::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 30px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--gold);
  }
  .lp-timeline li span {
    font-size: 22px;
  }
  .lp-timeline li p {
    max-width: 640px;
    font-size: 18px;
  }
  @media (max-width: 575.98px) {
    .lp-timeline li {
      grid-template-columns: 1fr;
      gap: 6px;
    }
  }
  .lp-cta-band {
    background: var(--garnet-raised);
  }
  .lp-faq__head {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 56px;
  }
  .lp-faq__search {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 560px;
  }
  .lp-faq__search .lp-input {
    width: 100%;
  }
  .lp-faq__layout {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--gutter);
    align-items: start;
  }
  .lp-faq__nav {
    grid-column: span 3;
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .lp-faq__nav a {
    color: var(--ivory-muted);
  }
  .lp-faq__nav a:hover {
    color: var(--gold);
  }
  .lp-faq__groups {
    grid-column: span 9;
  }
  .lp-faq__group {
    margin-bottom: 56px;
    scroll-margin-top: 24px;
  }
  .lp-faq__group h2 {
    margin-bottom: 12px;
    font-size: 40px;
  }
  .lp-faq__group details {
    border-top: 1px solid var(--garnet-line);
  }
  .lp-faq__group details:last-child {
    border-bottom: 1px solid var(--garnet-line);
  }
  .lp-faq__group summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0;
    font-size: 19px;
    cursor: pointer;
    list-style: none;
  }
  .lp-faq__group summary::-webkit-details-marker {
    display: none;
  }
  .lp-faq__group summary::after {
    content: "+";
    font-family: var(--font-mono);
    font-size: 22px;
    color: var(--gold);
    transition: transform 0.3s var(--ease-out);
  }
  .lp-faq__group summary:hover {
    color: var(--gold);
  }
  .lp-faq__group details[open] summary::after {
    transform: rotate(45deg);
  }
  .lp-faq__group details p {
    max-width: 720px;
    padding-bottom: 24px;
    color: var(--ivory-muted);
  }
  .lp-faq__group details p a {
    color: var(--gold);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .lp-faq__empty {
    color: var(--ivory-muted);
  }
  @media (max-width: 1023.98px) {
    .lp-faq__nav {
      grid-column: 1/-1;
      position: static;
      flex-direction: row;
      flex-wrap: wrap;
    }
    .lp-faq__groups {
      grid-column: 1/-1;
    }
  }
  .lp-size__head {
    margin-bottom: 56px;
  }
  .lp-size__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--gutter);
    align-items: start;
  }
  .lp-size__calc {
    grid-column: span 5;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 36px;
    position: sticky;
    top: 24px;
  }
  .lp-size__steps {
    padding-left: 1.2em;
    list-style: decimal;
    color: var(--ink-muted);
    font-size: 15px;
  }
  .lp-size__steps li + li {
    margin-top: 6px;
  }
  .lp-size__input {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .lp-size__input .lp-input {
    width: 160px;
    font-size: 24px;
  }
  .lp-size__result {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 20px 0;
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--paper-line);
  }
  .lp-size__result .lp-num {
    margin-top: 4px;
    font-size: 30px;
    color: var(--garnet-ink);
  }
  .lp-size__chart {
    grid-column: 7/span 6;
  }
  .lp-size__table caption {
    padding-bottom: 16px;
    text-align: left;
  }
  .lp-size__tips {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--gutter);
    margin-top: 72px;
  }
  .lp-size__tips div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
    border-top: 1px solid var(--garnet-line);
  }
  @media (max-width: 639.98px) {
    .lp-size__tips {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 1023.98px) {
    .lp-size__calc, .lp-size__chart {
      grid-column: 1/-1;
      position: static;
    }
  }
  .lp-contact__head {
    margin-bottom: 56px;
  }
  .lp-contact__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--gutter);
    align-items: start;
  }
  .lp-contact__info {
    grid-column: span 5;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .lp-contact__map {
    position: relative;
  }
  .lp-contact__map img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .lp-contact__map figcaption {
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 6px 10px;
    background: rgba(43, 10, 16, 0.78);
  }
  .lp-contact__form {
    grid-column: 7/span 6;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .lp-contact__form .lp-btn {
    align-self: flex-start;
  }
  .lp-contact__msg {
    min-height: 1.4em;
    color: var(--gold);
  }
  @media (max-width: 1023.98px) {
    .lp-contact__info, .lp-contact__form {
      grid-column: 1/-1;
    }
  }
  .lp-legal__head {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 64px;
  }
  .lp-legal__layout {
    padding-bottom: 0;
  }
  .lp-legal__prose h2:first-child {
    margin-top: 0;
  }
  .lp-404 {
    min-height: 100vh;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--gutter);
    align-items: center;
  }
  .lp-404__stone {
    grid-column: span 5;
    position: relative;
    aspect-ratio: 1;
    max-width: 480px;
    color: var(--gold);
  }
  .lp-404__stone .lp-cut {
    width: 100%;
    height: 100%;
    opacity: 0.55;
  }
  .lp-404__lens {
    position: absolute;
    left: 55%;
    top: 20%;
    width: 42%;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid var(--gold);
    background: radial-gradient(circle, rgba(226, 189, 120, 0.12), transparent 70%);
    animation: lp-search 6s var(--ease-in-out) infinite;
  }
  .lp-404__text {
    grid-column: 7/span 6;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .lp-404__title {
    font-size: clamp(64px, 8vw, 120px);
    line-height: 0.92;
  }
  @media (max-width: 1023.98px) {
    .lp-404 {
      padding-top: 48px;
      padding-bottom: 48px;
    }
    .lp-404__stone, .lp-404__text {
      grid-column: 1/-1;
    }
    .lp-404__stone {
      max-width: 280px;
    }
  }
  @keyframes lp-search {
    0%, 100% {
      transform: translate(0, 0);
    }
    33% {
      transform: translate(-60%, 40%);
    }
    66% {
      transform: translate(-20%, 90%);
    }
  }
  .lp-soon {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .lp-soon > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.6) brightness(0.6);
  }
  .lp-soon__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 28px;
    max-width: 900px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .lp-soon__mark {
    width: 56px;
    height: 56px;
    color: var(--gold);
  }
  .lp-soon__title {
    font-size: clamp(64px, 9vw, 136px);
    line-height: 0.9;
  }
  .lp-soon__count {
    display: flex;
    gap: 36px;
  }
  .lp-soon__count span {
    display: block;
    font-size: clamp(40px, 5vw, 72px);
    line-height: 1;
  }
  .lp-soon__count small {
    color: var(--ivory-muted);
  }
  .lp-soon__form {
    max-width: 560px;
  }
  .lp-demo__head {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .lp-demo__mark {
    width: 56px;
    height: 56px;
    color: var(--gold);
  }
  .lp-demo__title {
    font-size: clamp(64px, 8vw, 128px);
    line-height: 0.92;
  }
  .lp-demo__homes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px var(--gutter);
  }
  .lp-demo__homes a {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .lp-demo__homes img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    transition: transform 1.2s var(--ease-out);
  }
  .lp-demo__homes .lp-display {
    font-size: 32px;
  }
  .lp-demo__homes a:hover img {
    transform: scale(1.03);
  }
  .lp-demo__homes a:hover .lp-display {
    color: var(--gold);
  }
  @media (max-width: 639.98px) {
    .lp-demo__homes {
      grid-template-columns: 1fr;
    }
  }
  .lp-demo__pages {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--garnet-line);
  }
  .lp-demo__pages a {
    display: block;
    padding: 18px 0;
    border-bottom: 1px solid var(--garnet-line);
    font-size: 12px;
  }
  .lp-demo__pages a:hover {
    color: var(--gold);
  }
  @media (max-width: 639.98px) {
    .lp-demo__pages {
      grid-template-columns: 1fr 1fr;
    }
  }
  .lp-contact__held {
    padding: 14px 18px;
    border-left: 3px solid var(--gold);
    background: var(--garnet-raised);
    font-size: 15px;
  }
  @media (max-width: 1023.98px) {
    .lp-size__table {
      min-width: 0;
    }
  }
  @media (max-width: 575.98px) {
    .lp-size__result {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      row-gap: 16px;
    }
    .lp-size__table th:nth-child(4),
    .lp-size__table td:nth-child(4) {
      display: none;
    }
  }
}
