:root {
  --paper: #f7f2ea;
  --paper-strong: #fffaf2;
  --steam: #e9e2d8;
  --steam-dark: #d9d1c4;
  --ink: #2f3030;
  --muted: #6e6a62;
  --evergreen: #263d33;
  --bamboo: #526b55;
  --clay: #b46b4c;
  --clay-soft: #efe0d7;
  --white: #ffffff;
  --shadow: 0 30px 70px -45px rgba(38, 61, 51, 0.65);
  --radius: 14px;
  --radius-sm: 8px;
  --container: 1180px;
  --font-display: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(180, 107, 76, 0.11), transparent 28rem),
    linear-gradient(180deg, var(--paper), #f3ece1 58%, #eee5d8);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

a:hover {
  color: var(--bamboo);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(180, 107, 76, 0.55);
  outline-offset: 4px;
}

.skip-link {
  background: var(--evergreen);
  color: var(--paper-strong);
  left: 1rem;
  padding: 0.75rem 1rem;
  position: fixed;
  top: 1rem;
  transform: translateY(-150%);
  z-index: 50;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.container {
  margin: 0 auto;
  max-width: var(--container);
  padding: 0 24px;
  width: 100%;
}

.section {
  padding: 104px 0;
}

.concept-bar {
  background: var(--evergreen);
  color: var(--paper-strong);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.55rem 1rem;
  text-align: center;
}

.site-header {
  background: rgba(247, 242, 234, 0.88);
  border-bottom: 1px solid rgba(47, 48, 48, 0.1);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
}

.header-inner {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr auto;
  min-height: 78px;
}

.brand,
.footer-brand {
  align-items: center;
  display: inline-flex;
  font-family: var(--font-display);
  font-weight: 800;
  gap: 0.7rem;
}

.brand img,
.footer-brand img {
  height: 46px;
  width: 46px;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 700;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 0.72rem 1.25rem;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

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

.button-primary {
  background: var(--evergreen);
  color: var(--paper-strong);
}

.button-primary:hover {
  background: var(--bamboo);
  color: var(--paper-strong);
}

.button-secondary {
  border: 1.5px solid var(--evergreen);
  color: var(--evergreen);
}

.button-secondary:hover {
  background: var(--evergreen);
  color: var(--paper-strong);
}

.button-ghost {
  color: var(--evergreen);
}

.button-light {
  background: var(--paper-strong);
  color: var(--evergreen);
}

.button-outline-light {
  border: 1.5px solid rgba(255, 250, 242, 0.68);
  color: var(--paper-strong);
}

.nav-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 42px;
  padding: 7px;
  width: 42px;
}

.nav-toggle span:not(.sr-only) {
  background: var(--ink);
  display: block;
  height: 2px;
  margin: 6px 0;
  width: 100%;
}

.hero {
  padding-top: 72px;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.83fr);
}

.small-label,
.card-number {
  color: var(--clay);
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: var(--font-display);
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.1rem, 8vw, 6.45rem);
  line-height: 0.98;
  margin-bottom: 26px;
  max-width: 10ch;
}

h2 {
  font-size: clamp(2.1rem, 4.4vw, 4.15rem);
  line-height: 1.03;
  margin-bottom: 22px;
}

h3 {
  font-size: 1.28rem;
  line-height: 1.18;
  margin-bottom: 14px;
}

.hero-lede {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.23rem);
  max-width: 59ch;
}

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

.path-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.path-list a {
  background: rgba(255, 250, 242, 0.72);
  border: 1px solid var(--steam-dark);
  border-radius: 999px;
  color: var(--evergreen);
  display: inline-flex;
  font-weight: 800;
  padding: 0.48rem 0.82rem;
}

.hero-media {
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.hero-media > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-media::after {
  background: linear-gradient(180deg, transparent 35%, rgba(38, 61, 51, 0.72));
  content: "";
  inset: 0;
  position: absolute;
}

.heat-card {
  background: rgba(255, 250, 242, 0.9);
  border: 1px solid rgba(255, 250, 242, 0.6);
  border-radius: 18px;
  bottom: 22px;
  box-shadow: 0 18px 34px -24px rgba(0, 0, 0, 0.5);
  left: 22px;
  padding: 18px;
  position: absolute;
  right: 22px;
  z-index: 2;
}

.heat-card span {
  color: var(--evergreen);
  display: block;
  font-weight: 900;
  margin-bottom: 12px;
}

.heat-grid {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(4, 1fr);
}

.heat-grid i {
  background: var(--steam);
  border-radius: 999px;
  display: block;
  height: 12px;
}

.heat-grid i:nth-child(2n) {
  background: var(--clay);
}

.heat-grid i:nth-child(5),
.heat-grid i:nth-child(10) {
  background: var(--bamboo);
}

.trust-strip {
  padding: 0 0 34px;
}

.trust-grid {
  background: var(--paper-strong);
  border: 1px solid var(--steam-dark);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.trust-grid a {
  border-right: 1px solid var(--steam-dark);
  padding: 22px;
}

.trust-grid a:last-child {
  border-right: 0;
}

.trust-grid span,
.support-links span {
  color: var(--muted);
  display: block;
  font-size: 0.8rem;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.trust-grid strong,
.support-links strong {
  color: var(--evergreen);
  display: block;
  font-size: 1rem;
  line-height: 1.35;
}

.section-heading {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.65fr);
  margin-bottom: 42px;
}

.section-heading p,
.story-copy p,
.training-panel p,
.support-grid p,
.owner-panel p,
.site-footer p {
  color: var(--muted);
  font-size: 1.04rem;
}

.card-grid,
.product-grid {
  display: grid;
  gap: 22px;
}

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

.path-card,
.product-card,
.support-links a {
  background: rgba(255, 250, 242, 0.74);
  border: 1px solid var(--steam-dark);
  border-radius: var(--radius);
  padding: 28px;
}

.path-card:nth-child(2) {
  background: var(--steam);
}

.path-card a,
.product-card a {
  color: var(--evergreen);
  font-weight: 900;
}

.story-section {
  background: rgba(233, 226, 216, 0.46);
}

.story-grid {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1fr);
}

.photo-collage {
  min-height: 560px;
  position: relative;
}

.photo-collage img {
  border: 10px solid var(--paper-strong);
  border-radius: 22px;
  box-shadow: var(--shadow);
  object-fit: cover;
  position: absolute;
}

.photo-main {
  height: 74%;
  left: 6%;
  top: 7%;
  width: 64%;
}

.photo-small.top {
  height: 40%;
  right: 3%;
  top: 0;
  width: 42%;
}

.photo-small.bottom {
  background: var(--paper-strong);
  bottom: 3%;
  height: 36%;
  padding: 24px;
  right: 9%;
  width: 36%;
}

.training-panel {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(180, 107, 76, 0.18), transparent 40%),
    var(--evergreen);
  border-radius: 28px;
  color: var(--paper-strong);
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) 270px;
  overflow: hidden;
  padding: clamp(28px, 6vw, 68px);
  position: relative;
}

.training-panel h2,
.training-panel p {
  color: var(--paper-strong);
}

.training-panel p {
  opacity: 0.82;
}

.proof-stack {
  background: rgba(255, 250, 242, 0.92);
  border-radius: 20px;
  color: var(--ink);
  padding: 28px;
  text-align: center;
}

.proof-stack img {
  margin: 0 auto 20px;
  max-width: 160px;
}

.proof-stack p {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0;
}

.product-card {
  padding: 18px 18px 24px;
}

.product-card img {
  aspect-ratio: 1;
  background: var(--steam);
  border-radius: 10px;
  margin-bottom: 18px;
  object-fit: cover;
  width: 100%;
}

.support-grid {
  align-items: start;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
}

.support-links {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

.owner-cta {
  padding: 56px 0 90px;
}

.owner-panel {
  align-items: center;
  background: var(--paper-strong);
  border: 1px solid var(--steam-dark);
  border-radius: 22px;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 34px;
}

.owner-panel h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  margin-bottom: 10px;
}

.owner-panel p {
  margin-bottom: 0;
}

.site-footer {
  background: var(--ink);
  color: var(--paper-strong);
  padding: 52px 0;
}

.footer-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.2fr) minmax(160px, 0.5fr) minmax(220px, 0.6fr);
}

.site-footer p {
  color: rgba(255, 250, 242, 0.72);
  margin: 18px 0 0;
  max-width: 58ch;
}

.site-footer nav,
.socials {
  display: grid;
  gap: 10px;
}

.site-footer a {
  color: var(--paper-strong);
  font-weight: 800;
}

.footer-proof img {
  background: var(--paper-strong);
  border-radius: 8px;
  margin-bottom: 20px;
  max-width: 190px;
  padding: 10px;
}

@media (max-width: 960px) {
  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
  }

  .header-cta {
    display: none;
  }

  .site-nav {
    background: var(--paper-strong);
    border-bottom: 1px solid var(--steam-dark);
    display: none;
    grid-column: 1 / -1;
    justify-content: start;
    padding: 10px 0 22px;
  }

  body.nav-open .site-nav {
    display: grid;
  }

  .hero-grid,
  .story-grid,
  .support-grid,
  .section-heading,
  .training-panel,
  .owner-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .trust-grid,
  .three,
  .product-grid,
  .support-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-grid a:nth-child(2) {
    border-right: 0;
  }

  .trust-grid a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--steam-dark);
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 18px;
  }

  .section {
    padding: 70px 0;
  }

  .hero {
    padding-top: 48px;
  }

  .brand span {
    font-size: 0.95rem;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .hero-actions,
  .inline-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-media {
    aspect-ratio: 4 / 5;
    min-height: auto;
  }

  .trust-grid,
  .three,
  .product-grid,
  .support-links {
    grid-template-columns: 1fr;
  }

  .trust-grid a {
    border-bottom: 1px solid var(--steam-dark);
    border-right: 0;
  }

  .trust-grid a:last-child {
    border-bottom: 0;
  }

  .photo-collage {
    display: grid;
    gap: 14px;
    min-height: 0;
  }

  .photo-collage img {
    height: auto;
    position: static;
    width: 100%;
  }

  .photo-small.bottom {
    max-height: 280px;
    object-fit: contain;
  }

  .path-card,
  .support-links a,
  .owner-panel {
    padding: 22px;
  }

  .training-panel {
    border-radius: 18px;
  }
}

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