:root {
  --ink: #0c1517;
  --deep: #101d21;
  --navy: #061114;
  --gold: #d7a442;
  --gold-2: #f1c967;
  --paper: #d8b779;
  --paper-light: #f1dbad;
  --rum: #5d2f1c;
  --sea: #0f3a42;
  --mist: #c8d4ce;
  --text: #fff8e8;
  --muted: rgba(255, 248, 232, .72);
  --line: rgba(215, 164, 66, .34);
  --shadow: 0 30px 90px rgba(0, 0, 0, .32);
  --container: min(1180px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  background:
    radial-gradient(circle at 78% 8%, rgba(215, 164, 66, .18), transparent 28%),
    radial-gradient(circle at 12% 42%, rgba(24, 90, 98, .38), transparent 32%),
    linear-gradient(155deg, #061114 0%, #0a171b 42%, #1a1712 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, .07), transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, .05), transparent 1px);
  background-size: 180px 180px, 230px 230px;
  mix-blend-mode: screen;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p,
li {
  line-height: 1.5;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: fixed;
  left: 18px;
  top: 18px;
  bottom: 18px;
  z-index: 60;
  width: 184px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 16px;
  background: linear-gradient(180deg, #e2c389 0%, #c39956 100%);
  color: #160d08;
  clip-path: polygon(0 0, 94% 0, 100% 8%, 94% 15%, 100% 24%, 94% 33%, 100% 45%, 94% 56%, 100% 70%, 94% 82%, 100% 100%, 0 100%);
  box-shadow: var(--shadow);
}

.site-header::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(64, 35, 18, .35);
  pointer-events: none;
  clip-path: inherit;
}

.site-header__brand-row {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.site-header__brand {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 950;
}

.site-header__seal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border: 2px solid #2b160b;
  border-radius: 50%;
  color: #2b160b;
  font-family: Georgia, serif;
  font-size: 1.7rem;
  letter-spacing: -.08em;
}

.site-header__name {
  font-family: Georgia, serif;
  font-size: 1.62rem;
  line-height: .9;
  text-transform: uppercase;
}

.site-header__nav {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-header__nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  font-family: Georgia, serif;
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-header__nav a::before {
  content: "✦";
  color: #5d2f1c;
}

.site-header__nav a:hover {
  transform: translateX(3px);
}

.site-header__dock {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  background: #1a100a;
  color: var(--gold-2);
  font-weight: 950;
  text-transform: uppercase;
  font-size: .82rem;
}

.site-header__burger {
  display: none;
}

main,
.site-footer {
  margin-left: 220px;
}

.hero {
  min-height: 100vh;
  padding: 34px 34px 42px 0;
  display: flex;
  gap: 22px;
  align-items: stretch;
}

.hero__copy {
  flex: 0 0 34%;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 0 34px 34px 0;
  background: linear-gradient(180deg, rgba(19, 31, 35, .94), rgba(14, 22, 25, .84));
  box-shadow: var(--shadow);
}

.hero__tag,
.section__eyebrow,
.site-footer__eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-2);
  background: rgba(215, 164, 66, .09);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.legal-page h1 {
  margin: 0;
  color: var(--text);
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.hero h1 {
  max-width: 640px;
  font-size: clamp(2.4rem, 4.8vw, 5.05rem);
}

.hero p {
  margin-top: 22px;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
}

.hero__actions,
.download__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 8px 22px 8px 22px;
  color: var(--text);
  font-weight: 950;
  text-transform: uppercase;
  font-size: .88rem;
  transition: transform .18s ease, background .18s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--gold {
  background: linear-gradient(135deg, #ffc24d, #b8791b);
  color: #160d08;
}

.button--ghost {
  background: rgba(255, 248, 232, .05);
}

.button--light {
  background: #f0d39a;
  color: #140d08;
}

.hero__visual {
  flex: 1 1 auto;
  min-width: 0;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #10191b;
}

.hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
}

.hero__log {
  flex: 0 0 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
}

.hero__log div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(6, 17, 20, .72);
}

.hero__log strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-2);
  font-family: Georgia, serif;
}

.hero__log span {
  color: var(--muted);
  font-size: .92rem;
}

.section {
  width: var(--container);
  margin: 0 auto 0 0;
  padding: 92px 34px 92px 0;
}

.section h2 {
  max-width: 720px;
  font-size: clamp(1.7rem, 2.9vw, 3.35rem);
}

.story {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.story__content {
  flex: 0 0 42%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.story__content p {
  margin-top: 18px;
  font-size: 1.05rem;
}

.story__media {
  flex: 1 1 auto;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.features__heading {
  flex: 0 0 34%;
  position: sticky;
  top: 28px;
}

.features__heading p {
  margin-top: 18px;
}

.features__stack {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.feature-card {
  flex: 1 1 280px;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 248, 232, .08), rgba(255, 248, 232, .025));
  box-shadow: 0 22px 50px rgba(0, 0, 0, .18);
}

.feature-card--wide {
  flex-basis: 100%;
  min-height: 220px;
}

.feature-card--gold {
  background: linear-gradient(160deg, rgba(215, 164, 66, .22), rgba(255, 248, 232, .04));
}

.feature-card span {
  color: var(--gold-2);
  font-weight: 950;
}

.feature-card h3 {
  margin: 28px 0 10px;
  font-family: Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.15;
}

.feature-card p {
  color: var(--muted);
}

.how {
  display: flex;
  gap: 28px;
  align-items: center;
}

.how__image {
  flex: 1 1 52%;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.how__content {
  flex: 1 1 48%;
}

.how__steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.how__steps li {
  display: flex;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(6, 17, 20, .62);
}

.how__steps li::before {
  counter-increment: step;
  content: counter(step);
  flex: 0 0 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gold);
  color: #120b07;
  font-weight: 950;
}

.how__steps strong {
  display: block;
  color: var(--text);
  font-family: Georgia, serif;
}

.how__steps span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.screenshots {
  width: auto;
  padding-right: 0;
}

.screenshots__intro {
  width: var(--container);
}

.screenshots__intro p {
  margin-top: 18px;
  max-width: 620px;
}

.screenshots__rail {
  display: flex;
  gap: 18px;
  margin-top: 34px;
  padding: 0 34px 18px 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.screen-card {
  flex: 0 0 250px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  background: #081216;
  box-shadow: var(--shadow);
  scroll-snap-align: start;
}

.screen-card--lift {
  margin-top: 44px;
}

.screen-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.screen-card figcaption {
  padding: 14px;
  color: var(--gold-2);
  font-family: Georgia, serif;
  font-weight: 900;
}

.reviews {
  display: flex;
  gap: 24px;
  align-items: center;
}

.reviews__content {
  flex: 1 1 52%;
}

.reviews__quotes {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
}

.reviews__quotes article {
  padding: 18px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 248, 232, .055);
  border-radius: 0 18px 18px 0;
}

.reviews__quotes strong {
  display: block;
  margin-top: 10px;
  color: var(--gold-2);
}

.reviews__image {
  flex: 1 1 48%;
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.reviews__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.download {
  display: flex;
  gap: 24px;
  align-items: stretch;
  padding-bottom: 120px;
}

.download__image {
  flex: 1 1 52%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.download__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.download__content {
  flex: 1 1 48%;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(215, 164, 66, .18), rgba(6, 17, 20, .84));
}

.download__content p {
  margin-top: 18px;
}

.site-footer {
  position: relative;
  margin-right: 34px;
  margin-bottom: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(211, 177, 116, .94), rgba(116, 68, 34, .9));
  color: #180e08;
  box-shadow: var(--shadow);
}

.site-footer__mapmark {
  position: absolute;
  right: 28px;
  top: 10px;
  font-family: Georgia, serif;
  font-size: clamp(3rem, 10vw, 8rem);
  line-height: 1;
  color: rgba(44, 22, 10, .10);
  font-weight: 900;
  white-space: nowrap;
}

.site-footer__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 28px;
  padding: clamp(28px, 5vw, 54px);
}

.site-footer__intro {
  flex: 1 1 auto;
  max-width: 560px;
}

.site-footer__eyebrow {
  background: rgba(24, 14, 8, .12);
  color: #2c170c;
  border-color: rgba(44, 23, 12, .28);
}

.site-footer h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  line-height: 1.1;
}

.site-footer p {
  color: rgba(24, 14, 8, .78);
}

.site-footer__copy {
  margin-top: 24px;
  font-weight: 800;
}

.site-footer__policies {
  flex: 1 1 480px;
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.site-footer__policies a {
  flex: 1 1 0;
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid rgba(24, 14, 8, .25);
  border-radius: 20px;
  background: rgba(255, 248, 232, .32);
}

.site-footer__policies strong {
  font-family: Georgia, serif;
  text-transform: uppercase;
}

.site-footer__policies span {
  color: rgba(24, 14, 8, .68);
  font-size: .9rem;
}

.cookie {
  position: fixed;
  left: 240px;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: none;
  align-items: center;
  gap: 18px;
  max-width: 940px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(8, 18, 20, .96);
  box-shadow: var(--shadow);
}

.cookie.is-visible {
  display: flex;
}

.cookie p {
  flex: 1;
  font-size: .95rem;
}

.cookie a {
  color: var(--gold-2);
  text-decoration: underline;
}

.cookie__actions {
  display: flex;
  gap: 10px;
}

.cookie button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--gold);
  color: #120b07;
  font-weight: 900;
  cursor: pointer;
}

.cookie button:last-child {
  background: transparent;
  color: var(--text);
}

.legal-page {
  margin-left: 220px;
  width: var(--container);
  padding: 70px 34px 100px 0;
}

.legal-hero {
  padding: clamp(26px, 5vw, 50px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(6, 17, 20, .72);
  box-shadow: var(--shadow);
}

.legal-page h1 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.legal-hero p {
  margin-top: 14px;
}

.legal-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.legal-content article {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 248, 232, .055);
}

.legal-content h2 {
  margin: 0 0 12px;
  color: var(--gold-2);
  font-family: Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.15;
}

.legal-content p+p {
  margin-top: 12px;
}

.legal-content a {
  color: var(--gold-2);
  text-decoration: underline;
}

.legal-content ul {
  margin: 12px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

@media (max-width: 1100px) {
  .site-header {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: auto;
    width: auto;
    min-height: 68px;
    flex-direction: row;
    align-items: center;
    padding: 8px 10px;
    clip-path: none;
    border-radius: 24px;
  }

  .site-header::after {
    border-radius: 18px;
    clip-path: none;
  }

  .site-header__brand-row {
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .site-header__brand {
    flex-direction: row;
    align-items: center;
  }

  .site-header__seal {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }

  .site-header__name {
    font-size: 1.05rem;
  }

  .site-header__burger {
    position: relative;
    z-index: 3;
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    border: 0;
    border-radius: 14px;
    background: #1a100a;
    cursor: pointer;
  }

  .site-header__burger span {
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: var(--gold-2);
  }

  .site-header__nav {
    position: fixed;
    top: 86px;
    left: 10px;
    right: 10px;
    display: none;
    padding: 14px;
    border-radius: 22px;
    background: #d9b46f;
    box-shadow: var(--shadow);
  }

  .site-header__nav.is-open {
    display: flex;
  }

  .site-header__dock {
    display: none;
  }

  main,
  .site-footer,
  .legal-page {
    margin-left: auto;
  }

  .hero {
    padding: 96px 16px 36px;
    flex-wrap: wrap;
  }

  .hero__copy {
    flex-basis: 100%;
    border-radius: 28px;
  }

  .hero__visual {
    flex-basis: calc(100% - 240px);
    border-radius: 28px;
  }

  .hero__log {
    flex-basis: 216px;
  }

  .section,
  .legal-page {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 72px 0;
  }

  .screenshots {
    width: min(1180px, calc(100% - 32px));
  }

  .screenshots__intro {
    width: auto;
  }

  .site-footer {
    margin: 0 auto 16px;
    width: min(1180px, calc(100% - 32px));
  }

  .cookie {
    left: 16px;
    right: 16px;
  }
}

@media (max-width: 780px) {

  .hero__visual,
  .hero__log {
    flex-basis: 100%;
  }

  .hero__visual img {
    min-height: 420px;
  }

  .story,
  .features,
  .how,
  .reviews,
  .download,
  .site-footer__content,
  .site-footer__policies {
    flex-direction: column;
  }

  .features__heading {
    position: static;
  }

  .screen-card {
    flex-basis: 220px;
  }

  .screen-card--lift {
    margin-top: 0;
  }

  .site-footer__policies a {
    min-height: 86px;
  }

  .cookie {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie__actions {
    width: 100%;
  }

  .cookie button {
    flex: 1;
  }
}

@media (max-width: 430px) {
  .hero {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.6rem);
  }

  .section h2 {
    font-size: clamp(1.55rem, 8vw, 2.4rem);
  }

  .button,
  .download__buttons {
    width: 100%;
  }

  .hero__actions,
  .download__buttons {
    flex-direction: column;
  }

  .screen-card {
    flex-basis: 190px;
  }

  .screen-card img {
    height: 360px;
  }
}