:root {
  --paper: #f6f1e8;
  --surface: #fffdf8;
  --ink: #111621;
  --muted: #5b6474;
  --line: rgba(17, 22, 33, .16);
  --accent: #8f271f;
  --gold: #b28b38;
  --green: #075c48;
  --blue: #255071;
  --shadow: 0 24px 58px rgba(17, 22, 33, .105);
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  overflow-x: clip;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .32) 38%, rgba(255, 255, 255, .58)),
    repeating-linear-gradient(0deg, rgba(17, 22, 33, .018) 0 1px, transparent 1px 7px),
    linear-gradient(rgba(17, 22, 33, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 22, 33, .014) 1px, transparent 1px),
    var(--paper);
  background-size: auto, auto, 44px 44px, 44px 44px, auto;
  color: var(--ink);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

button,
select {
  font: inherit;
}

.site-header {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 28px max(24px, 7vw) 0;
}

.brand-lockup {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  min-width: 0;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.brand-lockup::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17, 22, 33, .18), transparent);
}

.brand-mark {
  display: grid;
  width: 126px;
  height: 126px;
  flex: 0 0 126px;
  place-items: center;
  border: 1px solid rgba(17, 22, 33, .1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 50%, #d0ad62 0 10%, transparent 11%),
    conic-gradient(from 45deg, #34363b 0 25%, #fffdf8 0 50%, #34363b 0 75%, #fffdf8 0);
  box-shadow: 0 18px 30px rgba(17, 22, 33, .13);
  color: transparent;
  text-decoration: none;
}

.brand-domain {
  position: relative;
  color: #0e121b;
  font-family: var(--serif);
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 400;
  line-height: .9;
  text-decoration: none;
  white-space: nowrap;
}

.brand-domain::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: -13px;
  left: 5px;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--gold) 52%, var(--ink));
}

.nav {
  display: flex;
  gap: 18px;
  margin-left: auto;
  color: var(--muted);
}

.nav a {
  text-decoration: none;
}

.brand-offer-button,
.action,
.card-actions a,
.card-actions button {
  display: inline-flex;
  min-width: 0;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  padding: 12px 20px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .03) 38%, transparent 62%),
    linear-gradient(180deg, #303641 0%, #171d27 52%, #090d13 100%);
  box-shadow:
    0 18px 34px rgba(17, 22, 33, .23),
    0 0 0 1px rgba(17, 22, 33, .28),
    inset 0 1px 0 rgba(255, 255, 255, .28);
  color: #fffdf6;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}

.brand-offer-button {
  max-width: 440px;
  overflow-wrap: anywhere;
  word-break: normal;
}

.action--light,
.card-actions button {
  border-color: rgba(17, 22, 33, .22);
  background: rgba(255, 253, 248, .76);
  box-shadow: none;
  color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(540px, .92fr) minmax(420px, 1.08fr);
  gap: 52px;
  align-items: center;
  max-width: 1540px;
  min-height: calc(72svh - 98px);
  margin: 0 auto;
  padding: 24px max(24px, 7vw) 76px;
}

.hero__copy,
.hero__visual,
.section-heading,
.offer-card,
.share-card {
  min-width: 0;
}

.hero-title {
  width: 100%;
  max-width: 900px;
  margin: 0;
  color: var(--ink);
}

.hero-title__main,
.hero-title__business,
.offer-card h3,
.product-name,
.share-card h3 {
  font-family: var(--serif);
  font-weight: 400;
}

.hero-title__main {
  display: block;
  font-size: clamp(50px, 5vw, 68px);
  line-height: .98;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.hero-title__route {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 16px;
  align-items: center;
  margin-top: 16px;
  color: #3d4453;
  font-size: clamp(28px, 2.4vw, 34px);
  line-height: 1.18;
}

.hero-title__from {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.7em;
  line-height: .96;
  overflow-wrap: anywhere;
}

.hero-title__handoff {
  display: inline-flex;
  gap: 14px;
  align-items: center;
}

.hero-title__arrow {
  width: 174px;
  height: 57px;
  flex: 0 0 174px;
  color: #272d36;
  opacity: .82;
}

.hero-title__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-title__business {
  flex: 0 0 100%;
  margin-top: 6px;
  color: #111621;
  font-size: 2.05em;
  line-height: .98;
  text-shadow: 0 14px 30px rgba(17, 22, 33, .12);
}

.hero__lead {
  max-width: 700px;
  margin: 26px 0 0;
  color: #3d4758;
  font-size: clamp(21px, 2vw, 26px);
  line-height: 1.34;
}

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

.hero__visual {
  display: flex;
  justify-content: center;
}

.hero__visual img {
  display: block;
  width: min(100%, 960px);
  height: auto;
  filter: drop-shadow(0 30px 42px rgba(17, 22, 33, .11)) saturate(.92) contrast(1.03);
}

.deal-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-block: 1px solid var(--line);
  background: var(--line);
}

.deal-strip a {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 22px max(20px, 4vw);
  background: rgba(255, 253, 248, .78);
  text-decoration: none;
}

.deal-strip span {
  color: var(--muted);
  font-size: 14px;
}

.deal-strip strong {
  color: var(--green);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 500;
  overflow-wrap: anywhere;
}

.section {
  padding: 74px max(24px, 7.5vw);
}

.section-heading {
  max-width: 1060px;
  margin-bottom: 32px;
}

.section-eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

h2 {
  max-width: 1160px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.1;
  text-wrap: balance;
}

.controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
  gap: 16px;
}

.filters,
.recommendation,
.share-controls {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, .78);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px;
}

.filter {
  min-height: 44px;
  border: 1px solid rgba(17, 22, 33, .18);
  border-radius: 999px;
  padding: 0 18px;
  background: #fffdf8;
  color: var(--ink);
  cursor: pointer;
}

.filter.is-active {
  background: var(--ink);
  color: #fffdf8;
}

.recommendation {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 18px;
  color: var(--blue);
  font-weight: 600;
  line-height: 1.42;
}

.founder-offers {
  border-top: 1px solid rgba(17, 22, 33, .1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .78), rgba(250, 246, 238, .74)),
    repeating-linear-gradient(0deg, rgba(17, 22, 33, .014) 0 1px, transparent 1px 8px),
    linear-gradient(rgba(17, 22, 33, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 22, 33, .014) 1px, transparent 1px);
  background-size: auto, auto, 38px 38px, 38px 38px;
}

.offer-cards {
  column-count: 2;
  column-gap: 18px;
  max-width: 1280px;
  margin: 0 auto;
}

.offer-card {
  position: relative;
  display: inline-flex;
  width: 100%;
  margin: 0 0 14px;
  break-inside: avoid;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(17, 22, 33, .16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(255, 255, 255, .2) 43%, transparent 72%),
    linear-gradient(180deg, rgba(255, 253, 248, .94), rgba(248, 243, 233, .9));
  box-shadow: var(--shadow), 0 1px 0 rgba(255, 255, 255, .72) inset;
}

.offer-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--ink), var(--accent) 46%, var(--gold));
}

.offer-card.is-hidden {
  display: none;
}

.offer-card__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 14px;
  align-items: stretch;
}

.offer-card__tag,
.offer-card__label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(17, 22, 33, .13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .78), transparent 46%),
    linear-gradient(180deg, rgba(255, 253, 248, .92), rgba(238, 232, 219, .8));
  color: #1c2531;
  font-size: 18px;
  line-height: 1.14;
}

.offer-card__tag img {
  width: 118px;
  height: auto;
  flex: 0 0 118px;
  border-radius: 4px;
  object-fit: contain;
}

.offer-card__saving {
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 22, 33, .15);
  border-radius: 8px;
  background: rgba(255, 253, 248, .76);
}

.offer-card__saving span {
  color: var(--muted);
}

.offer-card__saving strong {
  color: var(--green);
  font-size: 38px;
  font-weight: 430;
}

.offer-card h3 {
  margin: 0;
  color: #10151f;
  font-size: clamp(31px, 3vw, 44px);
  line-height: 1.08;
}

.offer-card p,
.offer-card li {
  color: #485161;
  font-size: 19px;
  line-height: 1.4;
}

.offer-card p {
  margin: 0;
}

.offer-card__lead {
  color: #313b4e;
  font-size: 23px;
  line-height: 1.34;
}

.offer-card__price,
.offer-card__price-line {
  padding: 18px;
  border: 1px solid rgba(17, 22, 33, .13);
  border-radius: 8px;
  background: rgba(255, 253, 248, .72);
}

.offer-card strong,
.deal-number strong {
  color: var(--green);
  font-weight: 500;
}

.deal-number {
  color: #3d4758;
  font-size: 24px;
}

.product-row {
  display: flex;
  gap: 14px;
  align-items: center;
}

.product-row img {
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  border-radius: 18px;
  object-fit: cover;
}

.product-name {
  margin: 0;
  color: #10151f;
  font-size: 34px;
}

.offer-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 22px;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.card-actions button {
  min-height: 44px;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.path-grid div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 253, 248, .78);
}

.path-grid span {
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
}

.path-grid strong {
  display: block;
  margin-top: 24px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
}

.path-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.42;
}

.share-layout {
  display: grid;
  grid-template-columns: minmax(280px, 520px) minmax(280px, 1fr);
  gap: 18px;
}

.share-card {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--ink);
  border-radius: 8px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .88), transparent 46%),
    linear-gradient(145deg, #fff7df 0%, #eef8ef 52%, #eef9ff 100%);
  box-shadow: var(--shadow);
}

.share-card span,
.share-card strong {
  color: var(--accent);
  font-weight: 600;
}

.share-card h3 {
  margin: 28px 0 0;
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1;
}

.share-card p {
  color: #374258;
  font-size: 21px;
  line-height: 1.38;
}

.share-controls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 24px;
}

label {
  color: var(--muted);
}

select {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  background: var(--surface);
  color: var(--ink);
}

#copyState {
  margin: 0;
  color: var(--muted);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  padding: 34px max(24px, 7.5vw);
  border-top: 1px solid var(--line);
}

.footer strong {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.footer p {
  margin: 0;
  color: var(--muted);
}

.footer a {
  margin-left: auto;
  color: var(--green);
  font-weight: 600;
}

h1,
h2,
h3,
p,
a,
button,
li,
strong {
  overflow-wrap: anywhere;
}

@media (hover: hover) {
  .offer-card:hover {
    transform: translateY(-2px);
  }
}

@media (max-width: 1180px) {
  .brand-mark {
    width: 92px;
    height: 92px;
    flex-basis: 92px;
  }

  .nav {
    order: 5;
    width: 100%;
    margin-left: 0;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 34px;
  }

  .hero__visual {
    justify-content: flex-start;
  }

  .hero__visual img {
    width: min(100%, 820px);
  }
}

@media (max-width: 860px) {
  .site-header {
    padding: 18px 22px 0;
  }

  .brand-offer-button {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    padding-inline: 14px;
    font-size: 15px;
    line-height: 1.22;
    word-break: break-word;
  }

  .hero,
  .section {
    padding-inline: 22px;
  }

  .hero {
    display: block;
    width: 100%;
    max-width: none;
  }

  .hero__copy,
  .hero-title {
    width: 100%;
    max-width: 100%;
  }

  .hero-title__main {
    font-size: 37px;
  }

  .hero-title__route {
    font-size: 25px;
  }

  .hero-title__from {
    font-size: 1.22em;
  }

  .hero-title__arrow {
    width: 118px;
    height: 40px;
    flex-basis: 118px;
  }

  .hero-title__business {
    font-size: 1.34em;
  }

  .hero__lead {
    font-size: 20px;
  }

  .hero__visual {
    margin-top: 32px;
  }

  .deal-strip,
  .controls,
  .path-grid,
  .share-layout {
    grid-template-columns: 1fr;
  }

  .offer-cards {
    column-count: 1;
  }

  .offer-card {
    padding: 26px 22px;
  }

  .offer-card__top {
    grid-template-columns: 1fr;
  }

  .offer-card__saving {
    display: flex;
    justify-content: space-between;
    padding: 14px;
  }
}

@media (max-width: 430px) {
  .brand-mark {
    width: 74px;
    height: 74px;
    flex-basis: 74px;
  }

  .brand-domain {
    font-size: 36px;
  }

  .hero-title__main {
    font-size: 38px;
  }

  .hero-title__handoff {
    flex-wrap: wrap;
  }

  .hero-title__business {
    font-size: 1.2em;
  }

  .hero-actions,
  .card-actions {
    flex-direction: column;
  }

  .action,
  .card-actions a,
  .card-actions button {
    width: 100%;
  }
}
