:root {
  --charcoal: #0b0a08;
  --black: #030302;
  --paper: #f0e7d8;
  --sand: #c49a5a;
  --rust: #d14b19;
  --blue: #2f8cad;
  --muted: #a79986;
  --line: rgba(240, 231, 216, 0.18);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

body.thank-you-page {
  min-height: 100vh;
}

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

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

.site-header {
  align-items: center;
  background: rgba(3, 3, 2, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 16px clamp(18px, 4vw, 48px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand-mark {
  align-items: center;
  display: inline-flex;
  font-weight: 900;
  gap: 7px;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-logo {
  aspect-ratio: 1;
  border: 1px solid rgba(240, 231, 216, 0.28);
  border-radius: 50%;
  height: 58px;
  object-fit: contain;
  object-position: center;
  width: 58px;
}

.brand-mark span {
  font-size: 1rem;
}

.brand-mark strong {
  color: var(--rust);
  font-size: 1.25rem;
  font-style: italic;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2vw, 28px);
  justify-content: center;
}

.main-nav a,
.footer-links a {
  color: rgba(240, 231, 216, 0.78);
  font-size: 0.92rem;
}

.main-nav a:hover,
.footer-links a:hover {
  color: var(--paper);
}

.nav-cta,
.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  text-align: center;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.nav-cta,
.button.primary {
  background: var(--rust);
  color: #fff7ec;
}

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

.button.ghost {
  border-color: rgba(240, 231, 216, 0.34);
  color: var(--paper);
}

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

.hero {
  background:
    linear-gradient(90deg, rgba(3, 3, 2, 0.92) 0%, rgba(3, 3, 2, 0.72) 42%, rgba(3, 3, 2, 0.36) 100%),
    url("assets/big-barra-kimberley.jpg") center 46% / cover no-repeat;
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(300px, 1fr) minmax(230px, 0.38fr);
  min-height: calc(100vh - 80px);
  padding: clamp(28px, 5vw, 72px) clamp(18px, 4vw, 48px) 54px;
  position: relative;
}

.hero::after {
  background:
    linear-gradient(180deg, transparent 0%, rgba(3, 3, 2, 0.8) 100%),
    radial-gradient(circle at 78% 18%, rgba(209, 75, 25, 0.28), transparent 34%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-copy {
  align-self: center;
  max-width: 780px;
  position: relative;
  z-index: 1;
}

.hero-logo {
  border: 1px solid rgba(240, 231, 216, 0.28);
  border-radius: 50%;
  height: clamp(120px, 15vw, 180px);
  margin-bottom: 24px;
  object-fit: contain;
  width: clamp(120px, 15vw, 180px);
}

.hero-product {
  align-self: end;
  background: rgba(3, 3, 2, 0.72);
  border: 1px solid rgba(240, 231, 216, 0.26);
  box-shadow: var(--shadow);
  max-width: 330px;
  padding: 12px;
  position: relative;
  z-index: 1;
}

.hero-product img {
  width: 100%;
}

.hero-product p {
  color: rgba(240, 231, 216, 0.82);
  font-size: 0.88rem;
  font-weight: 800;
  margin: 10px 0 0;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--sand);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3.3rem, 9vw, 8.8rem);
  letter-spacing: 0;
  line-height: 0.86;
  margin-bottom: 22px;
  max-width: 820px;
  text-transform: uppercase;
}

h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.4rem, 5vw, 5.1rem);
  letter-spacing: 0;
  line-height: 0.92;
  margin-bottom: 18px;
  text-transform: uppercase;
}

h3 {
  color: #fff8ec;
  font-size: 1.18rem;
  line-height: 1.15;
  margin-bottom: 12px;
}

.hero-subtitle,
.large-copy {
  color: rgba(240, 231, 216, 0.86);
  font-size: clamp(1.08rem, 1.7vw, 1.45rem);
  max-width: 700px;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.hero-stats {
  align-self: end;
  background: rgba(3, 3, 2, 0.68);
  border: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  margin: 34px 0 0;
  padding: 18px;
  position: relative;
  z-index: 1;
}

.hero-stats div {
  min-width: 0;
}

.hero-stats dt {
  color: var(--sand);
  font-weight: 900;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.hero-stats dd {
  color: rgba(240, 231, 216, 0.72);
  font-size: 0.95rem;
  margin: 0;
}

.section {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 4vw, 48px);
}

.section-inner {
  margin: 0 auto;
  max-width: 1220px;
}

.intro-band {
  background: linear-gradient(90deg, rgba(209, 75, 25, 0.18), rgba(47, 140, 173, 0.12));
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.visual-story {
  background:
    linear-gradient(180deg, rgba(3, 3, 2, 0.74), rgba(18, 16, 13, 0.96)),
    radial-gradient(circle at 12% 10%, rgba(196, 154, 90, 0.18), transparent 28%);
}

.story-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.3fr 1fr 1fr;
}

.story-card {
  background: rgba(240, 231, 216, 0.06);
  border: 1px solid var(--line);
  display: grid;
  margin: 0;
  min-height: 100%;
}

.story-card-large {
  grid-row: span 2;
}

.story-card img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.story-card img.crab-photo {
  object-position: center 46%;
}

.story-card-large img {
  aspect-ratio: auto;
}

.story-card figcaption,
.black-visual figcaption {
  background: var(--paper);
  color: rgba(3, 3, 2, 0.78);
  font-size: 0.9rem;
  font-weight: 800;
  padding: 12px 14px;
}

.two-column {
  display: grid;
  gap: clamp(28px, 6vw, 84px);
  grid-template-columns: minmax(260px, 0.8fr) minmax(300px, 1fr);
}

.rich-copy p,
.section-heading p,
.setup-card p,
.feature-grid p,
.partner-panel p,
.signup-form p {
  color: rgba(240, 231, 216, 0.72);
}

.section-heading {
  margin-bottom: 34px;
  max-width: 760px;
}

.feature-grid,
.setup-grid {
  display: grid;
  gap: 16px;
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.feature-grid article,
.setup-card,
.signup-form,
.partner-panel {
  background: rgba(240, 231, 216, 0.055);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.feature-grid article {
  overflow: hidden;
  padding: 22px;
}

.feature-grid article img {
  aspect-ratio: 16 / 10;
  border-bottom: 1px solid var(--line);
  margin: -22px -22px 18px;
  object-fit: cover;
  width: calc(100% + 44px);
}

.feature-grid article:nth-child(5) img {
  background: #000;
  object-fit: contain;
  padding: 18px;
}

.offer-strip {
  align-items: center;
  background: var(--paper);
  color: var(--black);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin-top: 24px;
  padding: 24px;
}

.offer-strip strong {
  display: block;
  font-size: 3.4rem;
  line-height: 1;
}

.offer-strip p {
  color: rgba(3, 3, 2, 0.72);
  margin: 6px 0 0;
}

.price-label {
  color: var(--rust);
  display: block;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dark-section {
  background:
    linear-gradient(90deg, rgba(18, 16, 13, 0.97), rgba(3, 3, 2, 0.9)),
    radial-gradient(circle at 80% 18%, rgba(47, 140, 173, 0.2), transparent 30%);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.black-book-layout {
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(300px, 0.95fr) minmax(280px, 0.72fr);
}

.black-list {
  display: grid;
  gap: 14px;
}

.black-list div {
  border-left: 4px solid var(--rust);
  background: rgba(0, 0, 0, 0.26);
  padding: 20px 22px;
}

.black-list span {
  color: var(--sand);
  display: block;
  font-weight: 900;
  margin-bottom: 8px;
}

.black-list p {
  color: rgba(240, 231, 216, 0.76);
  margin: 0;
}

.black-visual {
  align-self: start;
  border: 1px solid rgba(240, 231, 216, 0.26);
  box-shadow: var(--shadow);
  margin: 0;
}

.black-visual img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
}

.gear-photo-band {
  display: grid;
  gap: 12px;
  grid-template-columns: 1.1fr 1fr 1.1fr;
  margin: 0 0 22px;
}

.gear-photo-band img {
  aspect-ratio: 16 / 10;
  border: 1px solid var(--line);
  object-fit: cover;
  width: 100%;
}

.setup-grid {
  grid-template-columns: repeat(5, minmax(205px, 1fr));
}

.setup-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px;
}

.setup-card.highlight {
  border-color: rgba(209, 75, 25, 0.68);
}

.tag {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.setup-card ul {
  color: rgba(240, 231, 216, 0.9);
  margin: 0 0 16px;
  padding-left: 18px;
}

.setup-buy {
  align-items: center;
  background: rgba(209, 75, 25, 0.92);
  color: #fff7ec;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  justify-content: center;
  margin-top: auto;
  min-height: 42px;
  padding: 10px 12px;
  text-transform: uppercase;
}

.setup-buy:hover {
  background: var(--paper);
  color: var(--black);
}

.starter-section {
  background: linear-gradient(180deg, rgba(196, 154, 90, 0.16), rgba(209, 75, 25, 0.1));
}

.signup-form {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.form-status {
  background: rgba(196, 154, 90, 0.12);
  border: 1px solid rgba(196, 154, 90, 0.34);
  padding: 14px;
}

.form-status strong {
  color: var(--paper);
  display: block;
  margin-bottom: 6px;
}

.form-status p {
  margin: 0;
}

.signup-form label {
  color: rgba(240, 231, 216, 0.84);
  display: grid;
  font-size: 0.88rem;
  font-weight: 800;
  gap: 7px;
}

.signup-form input,
.signup-form select {
  background: rgba(3, 3, 2, 0.64);
  border: 1px solid rgba(240, 231, 216, 0.24);
  color: var(--paper);
  font: inherit;
  min-height: 46px;
  padding: 10px 12px;
  width: 100%;
}

.mission-section {
  background:
    linear-gradient(180deg, rgba(196, 154, 90, 0.1), rgba(3, 3, 2, 0)),
    #080706;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.mission-photo {
  border: 1px solid var(--line);
  margin: 24px 0 0;
}

.mission-photo img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.partner-panel {
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1fr);
  padding: clamp(24px, 4vw, 42px);
}

.partner-options {
  align-content: start;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.partner-options span {
  border: 1px solid rgba(240, 231, 216, 0.2);
  color: rgba(240, 231, 216, 0.86);
  padding: 10px 12px;
}

.partner-email {
  justify-self: start;
}

.site-footer {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr auto 1.2fr;
  padding: 34px clamp(18px, 4vw, 48px);
}

.site-footer p,
.fine-print {
  color: rgba(240, 231, 216, 0.58);
  margin: 8px 0 0;
}

.footer-links {
  display: flex;
  gap: 18px;
}

.fine-print {
  font-size: 0.85rem;
}

.fine-print a,
.signup-form a {
  color: var(--sand);
  font-weight: 800;
}

.simple-page {
  margin: 0 auto;
  max-width: 940px;
  padding: clamp(28px, 6vw, 86px);
}

.simple-page h1 {
  font-size: clamp(3rem, 10vw, 6.2rem);
}

.simple-page section {
  border-top: 1px solid var(--line);
  padding: 24px 0;
}

.simple-page p,
.simple-page li {
  color: rgba(240, 231, 216, 0.76);
}

.thank-you {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  min-height: 100vh;
  padding: clamp(28px, 6vw, 80px);
  max-width: 900px;
}

.thank-you-logo {
  border: 1px solid rgba(240, 231, 216, 0.22);
  border-radius: 50%;
  height: 150px;
  margin-bottom: 28px;
  object-fit: contain;
  object-position: center;
  width: 150px;
}

.thank-you > p:not(.eyebrow):not(.hero-subtitle) {
  color: rgba(240, 231, 216, 0.74);
  font-size: 1.05rem;
  max-width: 720px;
}

@media (max-width: 1120px) {
  .setup-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .setup-card.highlight {
    grid-column: span 2;
  }
}

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

  .main-nav {
    display: none;
  }

  .hero,
  .two-column,
  .black-book-layout,
  .partner-panel,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-product {
    margin: 0 auto;
    max-width: 430px;
    order: 2;
  }

  .hero-copy {
    order: 1;
  }

  .hero-stats {
    order: 3;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .story-grid,
  .gear-photo-band {
    grid-template-columns: 1fr 1fr;
  }

  .story-card-large {
    grid-column: span 2;
  }

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

@media (max-width: 620px) {
  .site-header {
    padding: 14px 16px;
  }

  .nav-cta {
    min-height: 40px;
    padding: 9px 12px;
  }

  .brand-mark span {
    font-size: 0.92rem;
  }

  .brand-logo {
    height: 42px;
    width: 42px;
  }

  h1 {
    font-size: clamp(3rem, 18vw, 4.7rem);
  }

  h2 {
    font-size: clamp(2.2rem, 13vw, 3.5rem);
  }

  .hero-actions,
  .button-row,
  .offer-strip {
    align-items: stretch;
    flex-direction: column;
  }

  .feature-grid,
  .setup-grid,
  .story-grid,
  .gear-photo-band {
    grid-template-columns: 1fr;
  }

  .setup-card.highlight {
    grid-column: auto;
  }

  .story-card-large {
    grid-column: auto;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}
