:root {
  --red: #a20f1b;
  --red-dark: #790914;
  --ink: #17181c;
  --muted: #616570;
  --line: #e8e9ed;
  --soft: #f6f7f9;
  --white: #fff;
  --shadow: 0 22px 60px rgba(32, 22, 24, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px max(20px, calc((100vw - 1180px) / 2));
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(232,233,237,.8);
}
.logo {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}
.logo span { color: var(--red); }
.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: .94rem;
  font-weight: 650;
}
.site-nav a { color: #343741; }
.site-nav a:hover, .site-nav a.active { color: var(--red); }
.nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 6px;
  background: var(--red);
  color: #fff !important;
  border: 1px solid var(--red);
  font-weight: 750;
  box-shadow: 0 10px 24px rgba(162,15,27,.18);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.nav-cta:hover, .button:hover {
  transform: translateY(-2px);
  background: var(--red-dark);
  box-shadow: 0 16px 34px rgba(162,15,27,.25);
}
.button.ghost { background: #fff; color: var(--red) !important; box-shadow: none; }
.button.light { background: #fff; color: var(--red) !important; border-color: #fff; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}
.hero {
  position: relative;
  min-height: 610px;
  display: grid;
  align-items: end;
  isolation: isolate;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(135deg, #7d0c15, #1c1c22);
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(135deg, rgba(162,15,27,.96), rgba(23,24,28,.82)), var(--hero) center/cover;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 78% 28%, rgba(255,255,255,.24), transparent 28%), linear-gradient(90deg, rgba(15,15,18,.68), rgba(15,15,18,.16));
}
.hero-inner { padding: 112px 0 86px; }
.hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(2.45rem, 5vw, 5.4rem);
  line-height: 1.02;
  letter-spacing: 0;
}
.hero p { max-width: 720px; font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: rgba(255,255,255,.9); }
.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .08em;
}
.hero .eyebrow { color: #fff; }
.section { padding: 82px 0; }
.section-soft { background: var(--soft); }
.intro .lead { max-width: 980px; font-size: 1.28rem; color: #333741; }
.grid { display: grid; gap: 22px; }
.grid.three { grid: auto-flow / repeat(3, 1fr); }
.grid.four { grid: auto-flow / repeat(4, 1fr); }
.two-col {
  display: grid;
  grid: auto-flow / minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: 42px;
  align-items: start;
}
.card, .panel, .testimonial {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 8px 24px rgba(23,24,28,.05);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.card:hover, .testimonial:hover {
  transform: translateY(-4px);
  border-color: rgba(162,15,27,.35);
  box-shadow: var(--shadow);
}
h2 { margin: 0 0 16px; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.12; letter-spacing: 0; }
h3 { margin: 0 0 10px; font-size: 1.12rem; line-height: 1.25; }
p { color: var(--muted); }
.card p, .panel p { margin-bottom: 0; }
.link { color: var(--red); font-weight: 800; border-bottom: 1px solid rgba(162,15,27,.3); }
.stats {
  padding: 42px 0;
  background: var(--red);
  color: #fff;
}
.stats strong { display: block; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1; }
.stats span { color: rgba(255,255,255,.82); font-weight: 650; }
.split-image {
  display: grid;
  grid: auto-flow / .95fr 1fr;
  gap: 42px;
  align-items: center;
}
.split-image.reverse { grid: auto-flow / 1fr .95fr; }
.split-image.reverse img { order: 2; }
.split-image img, .founder-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.photo-feature {
  display: grid;
  grid: auto-flow / 1.05fr .95fr;
  gap: 42px;
  align-items: center;
}
.photo-feature.reverse {
  grid: auto-flow / .95fr 1.05fr;
}
.photo-feature.reverse img {
  order: 2;
}
.photo-feature img,
.contact-visual img,
.photo-grid img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.photo-feature img {
  aspect-ratio: 16 / 10;
}
.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.photo-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23,24,28,.05);
}
.photo-grid img {
  aspect-ratio: 4 / 3;
  border-radius: 0;
  box-shadow: none;
  transition: transform .3s ease;
}
.photo-grid figure:hover img {
  transform: scale(1.035);
}
.photo-grid figcaption {
  padding: 14px 16px 16px;
  color: #343741;
  font-weight: 750;
  line-height: 1.35;
}
.contact-visual {
  display: grid;
  grid: auto-flow / minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: 42px;
  align-items: start;
}
.contact-visual img {
  margin-top: 28px;
  aspect-ratio: 4 / 3;
}
blockquote {
  margin: 18px 0;
  padding-left: 20px;
  border-left: 4px solid var(--red);
  color: #2d3038;
  font-size: 1.08rem;
  font-weight: 650;
}
.steps {
  display: grid;
  grid: auto-flow / repeat(4, 1fr);
  gap: 18px;
}
.steps div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.steps span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-weight: 850;
}
ul { padding-left: 20px; color: var(--muted); }
details {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 800;
}
.cta-band {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: #fff;
  text-align: center;
}
.cta-band p { color: rgba(255,255,255,.86); max-width: 720px; margin: 0 auto 24px; }
.founder-grid { display: grid; gap: 26px; }
.founder-card {
  display: grid;
  grid: auto-flow / 340px 1fr;
  gap: 34px;
  align-items: start;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.role { color: var(--red); font-weight: 800; }
.testimonial p { font-size: 1.02rem; color: #2f333b; }
.testimonial strong { color: var(--red); }
.article-list { display: grid; gap: 28px; }
.article-list article {
  padding: 34px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
}
.contact-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}
label { display: grid; gap: 7px; color: #343741; font-weight: 750; }
input, select, textarea {
  width: 100%;
  border: 1px solid #d9dbe2;
  border-radius: 6px;
  padding: 12px 13px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}
input:focus, select:focus, textarea:focus {
  outline: 2px solid rgba(162,15,27,.18);
  border-color: var(--red);
}
.legal { max-width: 860px; }
.legal h2 { margin-top: 32px; font-size: 1.6rem; }
.site-footer {
  background: #17181c;
  color: #fff;
  padding: 58px 0 0;
}
.footer-grid {
  display: grid;
  grid: auto-flow / 1.45fr repeat(3, 1fr);
  gap: 34px;
}
.site-footer p, .site-footer a { color: rgba(255,255,255,.74); }
.site-footer a, .text-button { display: block; margin: 8px 0; }
.site-footer h3 { color: #fff; }
.footer-logo { display: inline-block; margin-bottom: 12px; color: #fff; }
.text-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.74);
  font: inherit;
  cursor: pointer;
  text-align: left;
}
.footer-bottom {
  margin-top: 42px;
  padding: 18px 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  text-align: center;
  color: rgba(255,255,255,.62);
}
.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid rgba(162,15,27,.18);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}
.cookie-banner.show { display: flex; }
.cookie-banner p { margin: 4px 0 0; }
.cookie-banner a { color: var(--red); font-weight: 800; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.cookie-actions button, .cookie-card button {
  min-height: 40px;
  border: 1px solid var(--red);
  border-radius: 6px;
  padding: 10px 14px;
  background: var(--red);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.cookie-actions .secondary {
  background: #fff;
  color: var(--red);
}
.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(23,24,28,.55);
}
.cookie-modal.open { display: grid; }
.cookie-card {
  position: relative;
  width: min(480px, 100%);
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}
.cookie-card label { margin: 12px 0; display: flex; align-items: center; gap: 10px; }
.cookie-card input { width: auto; }
.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  min-height: 32px !important;
  width: 32px;
  padding: 0 !important;
}
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}
.hero.reveal {
  opacity: 1;
  transform: none;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 1020px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: fixed;
    top: 73px;
    left: 16px;
    right: 16px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .grid.three, .grid.four, .steps, .footer-grid, .photo-grid { grid: auto-flow / repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero { min-height: 560px; }
  .hero-inner { padding: 86px 0 60px; }
  .section { padding: 58px 0; }
  .grid.three, .grid.four, .steps, .two-col, .split-image, .split-image.reverse, .footer-grid, .founder-card, .photo-feature, .photo-feature.reverse, .contact-visual, .photo-grid {
    grid: auto-flow / 1fr;
  }
  .split-image.reverse img, .photo-feature.reverse img { order: 0; }
  .founder-card { padding: 20px; }
  .cookie-banner {
    align-items: stretch;
    flex-direction: column;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .cookie-actions { justify-content: stretch; }
  .cookie-actions button { flex: 1 1 160px; }
}
