:root {
  --black: #040403;
  --charcoal: #11100e;
  --charcoal-2: #181613;
  --stone: #24211d;
  --paper: #f2eadf;
  --paper-2: #d8cfc0;
  --ink: #14120f;
  --muted: #9c9284;
  --muted-dark: #5f584f;
  --line: rgba(242, 234, 223, 0.18);
  --line-dark: rgba(20, 18, 15, 0.2);
  --amber: #9b6d3b;
  --olive: #667057;
  --max: 1440px;
  --header-h: 76px;
  --gutter: clamp(18px, 4vw, 64px);
  --display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --body: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 72% 10%, rgba(155, 109, 59, 0.15), transparent 34rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px) 0 0 / 88px 88px,
    var(--black);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.38;
  background:
    linear-gradient(115deg, transparent 0 48%, rgba(242, 234, 223, 0.06) 48.1% 48.25%, transparent 48.4%),
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.08), transparent 18rem);
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 4px;
}

#top,
#philosophy,
#selection,
#craft,
#purchase,
#inquiry {
  scroll-margin-top: calc(var(--header-h) + 16px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(230px, 0.75fr) minmax(420px, 1.25fr) auto;
  align-items: stretch;
  max-width: var(--max);
  min-height: var(--header-h);
  margin: 0 auto;
  color: var(--paper);
  background: rgba(4, 4, 3, 0.9);
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand,
.primary-nav a,
.header-cta {
  display: flex;
  align-items: center;
  min-height: var(--header-h);
  border-right: 1px solid var(--line);
}

.brand {
  gap: 14px;
  padding: 0 24px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--paper-2);
  color: var(--paper);
  font-family: var(--display);
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.brand-name strong,
.brand-name em {
  display: block;
  font-style: normal;
  line-height: 0.95;
}

.brand-name strong {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 700;
}

.brand-name em {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.primary-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.primary-nav a,
.header-cta {
  justify-content: center;
  padding: 0 18px;
  color: rgba(242, 234, 223, 0.76);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease;
}

.primary-nav a:hover,
.header-cta:hover {
  color: var(--black);
  background: var(--paper);
}

.header-cta {
  min-width: 166px;
  border-right: 0;
  color: var(--paper);
  background: rgba(155, 109, 59, 0.16);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  grid-template-rows: minmax(calc(92dvh - var(--header-h)), auto);
  max-width: var(--max);
  min-height: calc(92dvh - var(--header-h));
  margin: 0 auto;
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: var(--black);
}

.hero::before {
  content: "EXTRAIT";
  position: absolute;
  right: clamp(18px, 5vw, 70px);
  bottom: clamp(20px, 4vw, 48px);
  z-index: 2;
  color: rgba(242, 234, 223, 0.07);
  font-family: var(--display);
  font-size: clamp(78px, 12vw, 184px);
  font-weight: 700;
  line-height: 0.78;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 4;
  display: grid;
  align-content: center;
  min-height: 100%;
  padding: clamp(42px, 6vw, 86px) var(--gutter);
}

.hero-copy::after {
  content: "";
  position: absolute;
  top: clamp(28px, 6vw, 84px);
  right: -1px;
  width: 1px;
  height: calc(100% - clamp(56px, 12vw, 168px));
  background: var(--line);
}

.house-line,
.section-number {
  color: var(--amber);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.26em;
  line-height: 1.2;
  text-transform: uppercase;
}

.house-line {
  margin: 0 0 30px;
}

.hero h1,
.section-copy h2,
.selection-head h2,
.craft-copy h2,
.purchase-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  line-height: 0.82;
  text-wrap: balance;
}

.hero h1 {
  font-size: clamp(76px, 11vw, 174px);
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
}

.hero h1 span + span {
  padding-left: clamp(42px, 9vw, 150px);
  color: transparent;
  -webkit-text-stroke: 1px rgba(242, 234, 223, 0.78);
}

.hero-manifesto {
  max-width: 560px;
  margin: clamp(26px, 4vw, 42px) 0 0;
  color: rgba(242, 234, 223, 0.74);
  font-size: clamp(17px, 1.65vw, 23px);
  line-height: 1.35;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.btn::after,
.text-action::after,
.purchase-line::after {
  content: "";
  width: 18px;
  height: 8px;
  margin-left: 16px;
  background: currentColor;
  clip-path: polygon(0 42%, 72% 42%, 72% 0, 100% 50%, 72% 100%, 72% 58%, 0 58%);
}

.btn:hover,
.text-action:hover,
.purchase-line:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--black);
  border-color: var(--paper);
  background: var(--paper);
}

.btn-primary:hover {
  border-color: var(--amber);
  background: var(--amber);
}

.btn-secondary {
  color: var(--paper);
}

.btn-secondary:hover {
  color: var(--black);
  background: var(--paper);
}

.hero-object {
  position: relative;
  z-index: 1;
  min-height: 640px;
  margin: 0;
  overflow: hidden;
  background: var(--charcoal);
}

.hero-object::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--black) 0%, rgba(4, 4, 3, 0.66) 10%, transparent 34%),
    linear-gradient(0deg, rgba(4, 4, 3, 0.86), transparent 30%);
  pointer-events: none;
}

.hero-object img {
  object-position: 48% 50%;
  filter: saturate(0.92) contrast(1.04);
  transform: scale(1.02);
}

.hero-spec {
  position: absolute;
  right: var(--gutter);
  bottom: clamp(24px, 4vw, 48px);
  z-index: 5;
  width: min(520px, calc(100% - var(--gutter) * 2));
  margin: 0;
}

.hero-spec dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border: 1px solid var(--line);
  background: rgba(4, 4, 3, 0.68);
  backdrop-filter: blur(14px);
}

.hero-spec div {
  min-height: 104px;
  padding: 18px;
  border-right: 1px solid var(--line);
}

.hero-spec div:last-child {
  border-right: 0;
}

dt {
  color: var(--amber);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

dd {
  margin: 8px 0 0;
  color: rgba(242, 234, 223, 0.78);
}

.panel-light,
.panel-dark,
.selection,
.purchase,
.site-footer {
  max-width: var(--max);
  margin: 0 auto;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.panel-light {
  display: grid;
  grid-template-columns: 118px minmax(300px, 0.95fr) minmax(300px, 1.05fr);
  gap: 0;
  color: var(--ink);
  background: var(--paper);
  border-bottom: 1px solid var(--line-dark);
}

.panel-dark {
  color: var(--paper);
  background: var(--black);
  border-bottom: 1px solid var(--line);
}

.panel-light > .section-number {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: clamp(40px, 5vw, 74px);
  border-right: 1px solid var(--line-dark);
}

.section-copy,
.section-body,
.proof-columns {
  padding: clamp(42px, 6vw, 82px) var(--gutter);
}

.section-copy {
  border-right: 1px solid var(--line-dark);
}

.section-copy h2,
.selection-head h2,
.craft-copy h2,
.purchase-copy h2 {
  font-size: clamp(48px, 6.2vw, 104px);
}

.section-body {
  display: grid;
  align-content: center;
  gap: 24px;
}

.section-body p,
.selection-head p,
.craft-copy > p,
.purchase-copy > p {
  margin: 0;
  color: var(--muted-dark);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.65;
}

.selection {
  color: var(--paper);
  background: var(--black);
  border-bottom: 1px solid var(--line);
}

.selection-head {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: 0;
  align-items: stretch;
  border-bottom: 1px solid var(--line);
}

.selection-head .section-number {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: clamp(40px, 5vw, 74px);
  border-right: 1px solid var(--line);
}

.selection-head h2 {
  padding: clamp(42px, 6vw, 78px) var(--gutter);
  border-right: 1px solid var(--line);
}

.selection-head p {
  align-self: end;
  padding: clamp(32px, 4vw, 56px);
  color: rgba(242, 234, 223, 0.68);
}

.fragrance-list {
  display: grid;
}

.fragrance-row {
  display: grid;
  grid-template-columns: 86px minmax(220px, 0.9fr) 132px minmax(240px, 0.72fr) 132px;
  align-items: center;
  min-height: 156px;
  border-bottom: 1px solid var(--line);
  transition: background 200ms ease;
}

.fragrance-row:hover,
.fragrance-row.is-active {
  background: rgba(155, 109, 59, 0.1);
}

.fragrance-index {
  display: grid;
  place-items: center;
  align-self: stretch;
  color: var(--amber);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  border-right: 1px solid var(--line);
}

.fragrance-title {
  padding: 24px clamp(20px, 4vw, 48px);
}

.fragrance-title h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(40px, 4.8vw, 76px);
  font-weight: 600;
  line-height: 0.88;
}

.fragrance-title p,
.fragrance-notes {
  margin: 12px 0 0;
  color: rgba(242, 234, 223, 0.66);
  font-size: 13px;
  line-height: 1.55;
}

.fragrance-notes {
  max-width: 360px;
  margin: 0;
  padding: 22px 28px;
  border-left: 1px solid var(--line);
}

.bottle-mini {
  position: relative;
  justify-self: center;
  width: 58px;
  height: 86px;
  border: 1px solid rgba(242, 234, 223, 0.38);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.14), transparent 22% 74%, rgba(255, 255, 255, 0.12)),
    linear-gradient(0deg, var(--amber), rgba(6, 6, 5, 0.9) 58%);
  box-shadow: inset 0 0 0 8px rgba(4, 4, 3, 0.35), 0 22px 40px rgba(0, 0, 0, 0.42);
}

.bottle-mini::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -24px;
  width: 46px;
  height: 22px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #312d27, #0a0908);
  border: 1px solid rgba(242, 234, 223, 0.18);
}

.bottle-mini::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  width: 20px;
  height: 8px;
  transform: translateX(-50%);
  background: #070706;
}

.bottle-smoke {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 24% 72%, rgba(255, 255, 255, 0.1)),
    linear-gradient(0deg, #312923, rgba(4, 4, 3, 0.95) 64%);
}

.bottle-paper {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.14), transparent 22% 74%, rgba(255, 255, 255, 0.1)),
    linear-gradient(0deg, #766650, rgba(6, 6, 5, 0.95) 60%);
}

.bottle-olive {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 24% 72%, rgba(255, 255, 255, 0.1)),
    linear-gradient(0deg, var(--olive), rgba(5, 6, 4, 0.96) 62%);
}

.text-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-width: 0;
  border: 0;
  border-left: 1px solid var(--line);
  background: transparent;
  color: var(--paper);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.text-action:hover {
  color: var(--black);
  background: var(--paper);
}

.craft {
  display: grid;
  grid-template-columns: minmax(420px, 1.08fr) minmax(360px, 0.92fr);
}

.craft-image {
  position: relative;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid var(--line);
}

.craft-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 4, 3, 0.76), transparent 40%);
  pointer-events: none;
}

.craft-image img {
  object-position: center;
  filter: saturate(0.94) contrast(1.03);
}

.craft-copy {
  align-self: center;
  padding: clamp(42px, 6vw, 82px) var(--gutter);
}

.craft-copy .section-number {
  display: block;
  margin-bottom: 26px;
}

.craft-copy > p,
.purchase-copy > p {
  margin-top: 28px;
  color: rgba(242, 234, 223, 0.7);
}

.composition-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 38px 0 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.composition-grid div {
  min-height: 126px;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  padding: 0;
}

.proof-columns article {
  min-height: 220px;
  padding: clamp(30px, 4vw, 54px);
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.proof-columns article:nth-child(2n) {
  border-right: 0;
}

.proof-columns article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.proof-columns h3 {
  margin: 0 0 16px;
  font-family: var(--display);
  font-size: clamp(34px, 3.6vw, 58px);
  font-weight: 600;
  line-height: 0.9;
}

.proof-columns p {
  margin: 0;
  color: var(--muted-dark);
}

.purchase {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(360px, 0.82fr);
  color: var(--paper);
  background: var(--charcoal);
  border-bottom: 1px solid var(--line);
}

.purchase-copy,
.inquiry-form {
  padding: clamp(42px, 6vw, 82px) var(--gutter);
}

.purchase-copy {
  border-right: 1px solid var(--line);
  background:
    linear-gradient(135deg, transparent 0 64%, rgba(155, 109, 59, 0.12) 64.2% 64.8%, transparent 65%),
    var(--black);
}

.purchase-copy .section-number {
  display: block;
  margin-bottom: 26px;
}

.purchase-options {
  display: grid;
  max-width: 640px;
  margin-top: 42px;
  border-top: 1px solid var(--line);
}

.purchase-line {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 18px;
  align-items: center;
  min-height: 76px;
  border-bottom: 1px solid var(--line);
  color: var(--paper);
  transition: transform 180ms ease, background 180ms ease;
}

.purchase-line span {
  color: rgba(242, 234, 223, 0.76);
}

.purchase-line strong {
  font-family: var(--display);
  font-size: 34px;
  font-weight: 600;
}

.inquiry-form {
  display: grid;
  gap: 18px;
  align-content: start;
}

.inquiry-form h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: clamp(42px, 4.8vw, 74px);
  font-weight: 600;
  line-height: 0.9;
}

label {
  display: grid;
  gap: 8px;
  color: var(--amber);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(4, 4, 3, 0.42);
  color: var(--paper);
  padding: 13px 14px;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

textarea {
  min-height: 126px;
  resize: vertical;
}

::placeholder {
  color: rgba(242, 234, 223, 0.42);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: rgba(242, 234, 223, 0.72);
  font-size: 13px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 24px var(--gutter);
  color: rgba(242, 234, 223, 0.58);
  background: var(--black);
}

.site-footer a:hover {
  color: var(--paper);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.has-js .reveal.is-visible,
:not(.has-js) .reveal {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .primary-nav {
    display: none;
  }

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

  .hero-copy {
    min-height: 64vh;
  }

  .hero-copy::after {
    display: none;
  }

  .hero-object {
    min-height: 520px;
  }

  .hero-spec {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    padding: 0 var(--gutter) var(--gutter);
  }

  .panel-light,
  .selection-head,
  .craft,
  .purchase {
    grid-template-columns: 1fr;
  }

  .panel-light > .section-number,
  .selection-head .section-number {
    justify-content: flex-start;
    padding: 34px var(--gutter) 0;
    border-right: 0;
  }

  .section-copy,
  .selection-head h2,
  .purchase-copy {
    border-right: 0;
  }

  .section-copy {
    padding-bottom: 0;
  }

  .selection-head h2 {
    padding-top: 18px;
  }

  .selection-head p {
    padding-top: 0;
  }

  .fragrance-row {
    grid-template-columns: 72px minmax(0, 1fr) 108px;
  }

  .fragrance-notes {
    grid-column: 2 / 4;
    max-width: none;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .text-action {
    grid-column: 1 / 4;
    min-height: 58px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .craft-image {
    min-height: 440px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 720px) {
  :root {
    --header-h: 66px;
  }

  .site-header {
    grid-template-columns: 1fr;
    position: relative;
  }

  .brand,
  .header-cta {
    min-height: var(--header-h);
    border-right: 0;
  }

  .header-cta {
    display: none;
  }

  .brand {
    padding: 0 18px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .hero-copy {
    min-height: auto;
    padding-top: 226px;
    padding-bottom: 34px;
  }

  .house-line {
    margin-bottom: 22px;
  }

  .hero h1 {
    font-size: clamp(64px, 22vw, 112px);
  }

  .hero::before {
    display: none;
  }

  .hero h1 span + span {
    padding-left: 28px;
  }

  .hero-actions {
    display: grid;
  }

  .btn {
    width: 100%;
    min-height: 54px;
  }

  .hero-object {
    position: absolute;
    inset: 0 0 auto 28%;
    z-index: 1;
    min-height: 0;
    height: 330px;
    opacity: 0.76;
  }

  .hero-object img {
    object-position: 52% 50%;
  }

  .hero-object::after {
    background:
      linear-gradient(90deg, var(--black) 0%, rgba(4, 4, 3, 0.72) 28%, rgba(4, 4, 3, 0.2) 60%),
      linear-gradient(0deg, var(--black), transparent 46%);
  }

  .hero-spec dl {
    grid-template-columns: 1fr;
  }

  .hero-spec {
    display: none;
  }

  .hero-spec div {
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-spec div:last-child {
    border-bottom: 0;
  }

  .section-copy,
  .section-body,
  .selection-head h2,
  .selection-head p,
  .craft-copy,
  .purchase-copy,
  .inquiry-form {
    padding-right: 18px;
    padding-left: 18px;
  }

  .section-copy h2,
  .selection-head h2,
  .craft-copy h2,
  .purchase-copy h2 {
    font-size: clamp(44px, 15vw, 76px);
  }

  .fragrance-row {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: auto;
  }

  .fragrance-index {
    grid-row: 1 / span 2;
  }

  .fragrance-title {
    padding: 24px 18px 10px;
  }

  .fragrance-title h3 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .bottle-mini {
    grid-column: 2;
    justify-self: start;
    width: 48px;
    height: 72px;
    margin: 10px 0 26px 20px;
  }

  .fragrance-notes {
    grid-column: 1 / 3;
    padding: 18px;
  }

  .text-action {
    grid-column: 1 / 3;
  }

  .craft-image {
    min-height: 300px;
  }

  .composition-grid,
  .proof-columns {
    grid-template-columns: 1fr;
  }

  .proof-columns article,
  .proof-columns article:nth-child(2n),
  .proof-columns article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .proof-columns article:last-child {
    border-bottom: 0;
  }

  .purchase-line {
    grid-template-columns: 1fr auto;
  }

  .purchase-line::after {
    display: none;
  }
}
