:root {
  --bg: #f5f3ee;
  --surface: #ffffff;
  --surface-alt: #f1efe8;
  --ink: #12212d;
  --muted: #5e6d78;
  --line: rgba(18, 33, 45, 0.12);
  --line-strong: rgba(255, 255, 255, 0.12);
  --brand: #d97329;
  --brand-dark: #9d4513;
  --hero: #111a21;
  --hero-overlay: rgba(8, 14, 20, 0.68);
  --shadow: 0 24px 60px rgba(12, 22, 30, 0.12);
  --radius: 28px;
  --radius-sm: 18px;
  --max: 1180px;
  --banner-height: 140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(135deg, rgba(217, 115, 41, 0.12), transparent 42%),
    linear-gradient(180deg, #efefec, #ddddda);
  color: var(--ink);
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1.6;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
  padding-top: var(--banner-height);
  background:
    linear-gradient(135deg, rgba(217, 115, 41, 0.12), transparent 42%),
    linear-gradient(180deg, #efefec, #ddddda);
}

.section {
  padding: 88px 24px;
}

.section-alt {
  background: rgba(255, 255, 255, 0.55);
}

.section-dark {
  background: linear-gradient(180deg, #18222b, #10171d);
  color: #fff;
}

.container {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.section-dark .eyebrow {
  color: rgba(255, 255, 255, 0.62);
}

.heading-xl,
.heading-lg,
.heading-md {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.heading-xl {
  font-size: clamp(2.7rem, 5vw, 5.3rem);
}

.hero-title {
  font-size: clamp(2rem, 3.2vw, 3.35rem);
}

.heading-lg {
  font-size: clamp(2rem, 3.2vw, 3.5rem);
}

.heading-md {
  font-size: 1.35rem;
}

.lede {
  font-size: 1.08rem;
  color: var(--muted);
}

.section-dark .lede,
.section-dark p {
  color: rgba(255, 255, 255, 0.78);
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line-strong);
  background:
    linear-gradient(135deg, rgba(217, 115, 41, 0.12), transparent 42%),
    linear-gradient(180deg, #efefec, #ddddda);
  color: var(--ink);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -5% -120px auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 115, 41, 0.16), transparent 68%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
  padding: 24px 24px 92px;
}

.hero-badge {
  display: inline-flex;
  margin: 14px 0;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
}

.brand-logo-wrap {
  display: flex;
  width: 100%;
}

.brand-logo {
  display: block;
  width: min(100%, 700px);
  height: auto;
}

.brand-logo-center {
  justify-content: center;
  margin: 0 auto 18px;
}

.hero-logo-strip {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  min-height: var(--banner-height);
  padding: 6px 24px 10px;
  align-items: center;
  background: transparent;
  transition: min-height 180ms ease, padding 180ms ease, background-color 180ms ease;
}

.hero-logo-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(217, 115, 41, 0.12), transparent 42%),
    linear-gradient(180deg, #efefec, #ddddda);
  z-index: -1;
}

.hero-logo-card,
.panel-brand,
.contact-brand {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.panel-brand .brand-logo,
.contact-brand .brand-logo {
  width: min(100%, 360px);
}

.panel-brand,
.contact-brand {
  display: flex;
  justify-content: center;
  align-items: center;
}

.panel-brand .brand-logo-wrap,
.contact-brand .brand-logo-wrap {
  justify-content: center;
}

.hero-copy {
  display: grid;
  gap: 24px;
}

.hero-main {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: 34px;
  align-items: stretch;
}

.hero-text {
  min-width: 0;
}

.panel-brand .brand-logo,
.contact-brand .brand-logo {
  filter: none;
}

.hero-logo-strip .brand-logo-wrap {
  justify-content: center;
}

.hero-logo-strip .brand-logo {
  width: min(100%, 640px);
  transition: width 180ms ease;
}

body.is-scrolled .hero-logo-strip {
  min-height: 72px;
  padding-top: 2px;
  padding-bottom: 6px;
  background: transparent;
}

.hero::before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--banner-height));
  left: 0;
  right: 0;
  height: calc(var(--banner-height) + 2px);
  background:
    linear-gradient(135deg, rgba(217, 115, 41, 0.12), transparent 42%),
    linear-gradient(180deg, #efefec, #ddddda);
  z-index: 0;
}

body.is-scrolled .hero-logo-strip .brand-logo {
  width: min(100%, 320px);
}

.contact-brand {
  background: #ffffff;
  border-color: rgba(18, 33, 45, 0.08);
}

.hero-media-wrap {
  min-width: 0;
  height: 100%;
}

.hero-feature-left {
  overflow: hidden;
  margin-top: 22px;
  border-radius: 22px;
  border: 1px solid rgba(18, 33, 45, 0.1);
  background: rgba(255, 255, 255, 0.92);
  height: 282px;
  box-shadow: 0 24px 50px rgba(12, 22, 30, 0.14);
}

.hero-feature-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.hero-media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
  height: 100%;
}

.hero-shot {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(18, 33, 45, 0.1);
  background: rgba(255, 255, 255, 0.92);
  height: 282px;
  box-shadow: 0 24px 50px rgba(12, 22, 30, 0.14);
}

.hero-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.hero-shot-1,
.hero-shot-2,
.hero-shot-3 {
  height: 282px;
}

.hero-copy p {
  max-width: 780px;
}

.hero-kicker {
  margin: 18px 0 0;
  font-size: 1.06rem;
  color: var(--ink);
}

.hero-subcopy {
  margin-top: 14px;
  color: var(--muted);
}

.hero-subcopy.hero-kicker {
  margin-top: 12px;
  color: var(--ink);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 18px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

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

.button-primary {
  background: #fff;
  color: var(--hero);
}

.button-secondary {
  border-color: rgba(18, 33, 45, 0.18);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.52);
}

.hero-panel,
.panel,
.card,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 20px;
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, #171b20, #0f1317);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.hero-panel p {
  margin: 0;
}

.hero-panel .heading-md,
.hero-panel .lede,
.hero-panel .pill-note {
  color: #ffffff;
}

.hero-panel .eyebrow {
  color: rgba(255, 255, 255, 0.68);
}

.hero-panel-intro {
  display: grid;
  gap: 8px;
  align-content: start;
}

.hero-panel-map {
  grid-column: span 2;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  min-height: 180px;
}

.hero-panel-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stack {
  display: grid;
  gap: 14px;
}

.pill-note {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(5, 8, 12, 0.18);
  color: rgba(255, 255, 255, 0.84);
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.gallery-grid,
.card-grid,
.two-up-grid {
  display: grid;
  gap: 20px;
}

.highlight-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.highlight-pill {
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
  color: var(--ink);
  font-weight: 500;
}

.gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  border-radius: 24px;
  background: linear-gradient(180deg, #dfe5e8, #bcc8cf);
  box-shadow: var(--shadow);
}

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

.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
}

.two-up-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 36px;
}

.card,
.panel,
.contact-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.86);
}

.section-dark .card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.card h3,
.panel h3 {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-size: 1.45rem;
}

.card p,
.panel p,
.contact-card p {
  margin: 12px 0 0;
}

.info-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.info-item {
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--surface-alt);
}

.stat-panel {
  display: grid;
  gap: 16px;
  align-self: stretch;
}

.stat-panel .panel {
  background: #fff;
}

.founder-panel {
  display: grid;
  gap: 22px;
  align-content: start;
}

.founder-heading {
  font-size: clamp(2rem, 3vw, 3rem);
}

.founder-copy {
  display: grid;
  gap: 4px;
}

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

.founder-photo {
  overflow: hidden;
  border-radius: 22px;
  min-height: 320px;
  background: linear-gradient(180deg, #dfe5e8, #bcc8cf);
}

.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.founder-photo:last-child img {
  object-position: left top;
}

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

.safety-pill {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
  font-size: 0.96rem;
}

.contact-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  justify-content: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 32px;
  border-radius: 34px;
  background:
    linear-gradient(150deg, rgba(217, 115, 41, 0.16), transparent 42%),
    linear-gradient(180deg, #19232c, #10171d);
  color: #fff;
  box-shadow: var(--shadow);
}

.contact-only {
  display: grid;
  justify-items: center;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.contact-only .contact-list {
  justify-items: center;
}

.contact-only .contact-brand {
  width: 100%;
}

.contact-card {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}

.contact-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.contact-item-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.contact-item-copy {
  margin: 6px 0 0;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.field,
.option-box {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
}

.field::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.56);
}

.field.message {
  grid-column: 1 / -1;
  min-height: 148px;
  resize: vertical;
}

.option-box {
  margin-top: 18px;
}

.option-box p {
  margin: 0;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.chip {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.85rem;
}

.contact-actions {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
}

.contact-note {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.94rem;
}

.link {
  color: var(--brand);
}

.fade-in {
  opacity: 0;
  transform: translateY(18px);
  animation: rise 700ms ease forwards;
}

.fade-delay-1 { animation-delay: 80ms; }
.fade-delay-2 { animation-delay: 160ms; }
.fade-delay-3 { animation-delay: 240ms; }

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .hero-main,
  .contact-wrap,
  .split {
    grid-template-columns: 1fr;
  }

  .hero-panel,
  .highlight-strip,
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 780px) {
  .section {
    padding: 72px 18px;
  }

  .hero-inner {
    padding: 24px 18px 72px;
  }

  .gallery-grid,
  .hero-media,
  .hero-panel,
  .highlight-strip,
  .card-grid,
  .two-up-grid,
  .founder-photos,
  .safety-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-wrap,
  .card,
  .panel,
  .contact-card,
  .hero-panel {
    padding: 22px;
  }

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

  .button {
    width: 100%;
  }

  .brand-logo {
    width: min(100%, 360px);
  }

  .hero-logo-strip {
    min-height: 110px;
    padding: 6px 14px 8px;
  }

  .hero-logo-strip .brand-logo {
    width: min(100%, 360px);
  }

  .hero-feature-left,
  .hero-shot,
  .hero-shot-1,
  .hero-shot-2,
  .hero-shot-3 {
    height: 200px;
  }
}
