:root {
  color: #f8efe3;
  background: #090807;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 16% 0%, rgba(205, 37, 32, 0.18), transparent 24rem),
    radial-gradient(circle at 86% 18%, rgba(212, 176, 126, 0.12), transparent 26rem),
    linear-gradient(145deg, #090807 0%, #14110e 48%, #080706 100%);
}

a {
  color: inherit;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.hero {
  min-height: 82svh;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.nav {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.25rem 0;
}

.brand,
.nav-link,
.button {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 700;
}

.brand {
  line-height: 1;
}

.brand-name {
  max-width: 12rem;
  color: #f8efe3;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-link {
  padding: 0 1rem;
  border: 1px solid rgba(248, 239, 227, 0.18);
  color: #f8efe3;
  background: rgba(248, 239, 227, 0.06);
}

.hero-grid {
  width: min(1120px, 100%);
  margin: auto;
  display: grid;
  gap: 2rem;
  padding: 3rem 0 1.5rem;
}

.hero-copy {
  display: grid;
  gap: 1.35rem;
}

.eyebrow {
  margin: 0;
  color: #f0cfa1;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 16ch;
  margin-bottom: 0;
  font-size: clamp(2.35rem, 10vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 11vw, 4.7rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.15rem;
  letter-spacing: 0;
}

.hero-text {
  max-width: 39rem;
  margin-bottom: 0;
  color: #d8c9b6;
  font-size: 1.13rem;
  line-height: 1.65;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.button {
  padding: 0.92rem 1.1rem;
  border: 1px solid transparent;
}

.button.primary {
  background: #f0d2a4;
  color: #15100b;
  box-shadow: 0 1rem 3rem rgba(240, 210, 164, 0.18);
}

.button.secondary {
  border-color: rgba(248, 239, 227, 0.22);
  color: #f8efe3;
  background: rgba(248, 239, 227, 0.07);
}

.hero-art {
  position: relative;
  height: 18rem;
  margin: 0;
  border: 1px solid rgba(248, 239, 227, 0.14);
  border-radius: 0.5rem;
  background: #080706;
  overflow: hidden;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.42);
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.72), rgba(8, 7, 6, 0.16) 46%, rgba(8, 7, 6, 0.72)),
    linear-gradient(180deg, rgba(8, 7, 6, 0.08), rgba(8, 7, 6, 0.72));
}

.hero-sign-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.art-caption {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(248, 239, 227, 0.13);
  border-radius: 0.5rem;
  background: rgba(8, 7, 6, 0.78);
  backdrop-filter: blur(18px);
}

.art-caption span,
.product-card p,
.split-section p,
.funding-grid p,
.contact-section p,
.footer p {
  color: #d2c1ac;
  line-height: 1.65;
}

.section {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 3rem 0;
}

#products {
  padding-top: 1.75rem;
}

.section-heading {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.5rem;
}

.product-grid,
.funding-grid {
  display: grid;
  gap: 1rem;
}

.product-card,
.funding-grid > div,
.contact-section {
  border: 1px solid rgba(248, 239, 227, 0.12);
  border-radius: 0.5rem;
  background: rgba(16, 13, 10, 0.82);
}

.product-card {
  display: grid;
  gap: 1.15rem;
  padding: 0.85rem;
}

.product-visual {
  position: relative;
  min-height: 14rem;
  display: grid;
  align-content: end;
  gap: 0.45rem;
  border-radius: 0.4rem;
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0.1), rgba(8, 7, 6, 0.84)),
    url("/brand/andrews-joint-sign.jpg") center / cover,
    linear-gradient(160deg, #22140f, #0c0b09 58%, #23120f);
  overflow: hidden;
  padding: 1rem;
}

.product-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-visual::before {
  content: "";
  position: absolute;
  inset: 0.8rem;
  border: 1px solid rgba(248, 239, 227, 0.12);
  border-radius: 0.35rem;
}

.product-visual strong {
  position: relative;
  max-width: 12rem;
  color: #fff6e9;
  font-size: 1.65rem;
  line-height: 0.95;
}

.product-kicker,
.product-channel {
  position: relative;
  color: #f0d2a4;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-channel {
  color: #f3e5d0;
  letter-spacing: 0;
  text-transform: none;
}

.product-copy {
  padding: 0.25rem 0.25rem 0.55rem;
}

.product-status {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.38rem 0.58rem;
  border: 1px solid rgba(223, 49, 42, 0.34);
  border-radius: 999px;
  color: #f0d2a4;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  background: rgba(223, 49, 42, 0.12);
}

.product-button {
  min-height: 2.6rem;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.65rem;
  border: 1px solid rgba(248, 239, 227, 0.16);
  border-radius: 0.5rem;
  color: #f8efe3;
  background: rgba(248, 239, 227, 0.07);
  text-decoration: none;
  font-weight: 800;
}

.split-section {
  position: relative;
  display: grid;
  gap: 1.4rem;
  border-top: 1px solid rgba(248, 239, 227, 0.13);
  border-bottom: 1px solid rgba(248, 239, 227, 0.13);
}

.split-section::before {
  content: "";
  position: absolute;
  inset: 1rem 0;
  z-index: -1;
  border-radius: 0.5rem;
  background:
    linear-gradient(90deg, rgba(9, 8, 7, 0.88), rgba(9, 8, 7, 0.62)),
    url("/brand/andrews-joint-sign.jpg") center / cover;
  opacity: 0.28;
}

.split-section p {
  margin-bottom: 0;
  font-size: 1.08rem;
}

.funding-section h2 {
  margin: 0.75rem 0 1.5rem;
}

.funding-grid > div {
  padding: 1.2rem;
}

.funding-number {
  display: block;
  margin-bottom: 2.7rem;
  color: #df312a;
  font-weight: 900;
}

.contact-section {
  display: grid;
  gap: 1.35rem;
  align-items: center;
  padding: 1.2rem;
}

.contact-section p {
  margin: 1rem 0 0;
}

.footer {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 3rem;
  border-top: 1px solid rgba(248, 239, 227, 0.13);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: #f8efe3;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer p {
  margin: 0;
  font-size: 0.88rem;
}

.copyright-line {
  color: #f8efe3;
  font-weight: 800;
}

.owner-line {
  margin: 0.25rem 0 0.65rem;
  color: #f0d2a4;
  font-weight: 800;
}

@media (min-width: 560px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-art {
    height: 26rem;
  }
}

@media (min-width: 840px) {
  .hero {
    padding: 1.5rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(22rem, 0.78fr);
    align-items: center;
    padding-top: 3rem;
  }

  .hero-art {
    height: 30rem;
  }

  .split-section,
  .contact-section {
    grid-template-columns: 0.92fr 1fr;
  }

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

  .contact-section {
    padding: 2rem;
  }

  .contact-section .button {
    justify-self: end;
  }
}
