:root {
  --ink: #151619;
  --ink-soft: #54575d;
  --paper: #f7f5f1;
  --white: #ffffff;
  --line: #dedbd5;
  --red: #d3141c;
  --red-dark: #a80e15;
  --dark: #111214;
  --max: 1180px;
  --shadow: 0 22px 60px rgba(0, 0, 0, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--red);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}
.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.brand img { flex: 0 0 auto; }
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong {
  font-size: 1.08rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.brand-copy small {
  font-size: .65rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: .72;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 4vw, 50px);
}
.site-nav a {
  font-size: .77rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-nav a:hover,
.site-nav a:focus-visible { color: #ff686d; }

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--dark);
}
.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}
.hero-media picture,
.hero-media img {
  width: 100%;
  height: 100%;
}
.hero-media img {
  object-fit: cover;
  object-position: 64% 53%;
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 4, 5, .98) 0%, rgba(4, 4, 5, .94) 31%, rgba(4, 4, 5, .55) 57%, rgba(4, 4, 5, .12) 100%),
    linear-gradient(0deg, rgba(4, 4, 5, .36), transparent 42%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 96px;
}
.hero-copy { max-width: 690px; }
.eyebrow {
  margin: 0 0 15px;
  color: var(--red);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.hero .eyebrow { color: #ff6167; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.025em;
}
h1 {
  margin-bottom: 26px;
  font-size: clamp(3rem, 6vw, 5.6rem);
}
h2 {
  margin-bottom: 22px;
  font-size: clamp(2.25rem, 4vw, 4rem);
}
h3 {
  margin-bottom: 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  font-weight: 500;
  line-height: 1.25;
}
.hero-lead {
  max-width: 630px;
  margin-bottom: 34px;
  color: rgba(255,255,255,.82);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .095em;
  font-size: .72rem;
  font-weight: 800;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-ghost {
  color: var(--white);
  border-color: rgba(255,255,255,.45);
  background: rgba(255,255,255,.05);
}
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.12); }

.section { padding: clamp(84px, 10vw, 132px) 0; }
.section-heading {
  max-width: 690px;
  margin: 0 auto 54px;
  text-align: center;
}
.section-heading > p:last-child { color: var(--ink-soft); }

.activities { background: var(--white); }
.activity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 12px 42px rgba(0,0,0,.05);
}
.activity-card {
  min-height: 330px;
  padding: 44px 30px 36px;
  text-align: center;
}
.activity-card + .activity-card { border-left: 1px solid var(--line); }
.activity-card p { color: var(--ink-soft); }
.icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 24px;
  color: var(--red);
}
.icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about { background: #eeece7; }
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: stretch;
  background: var(--white);
  box-shadow: var(--shadow);
}
.about-visual { min-height: 560px; background: var(--dark); overflow: hidden; }
.about-visual img { width: 100%; height: 100%; object-fit: cover; }
.about-copy { padding: clamp(48px, 7vw, 90px); }
.about-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.05rem; }
.facts {
  display: grid;
  gap: 0;
  margin: 42px 0 0;
  border-top: 1px solid var(--line);
}
.facts > div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.facts dt {
  color: var(--ink-soft);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.facts dd { margin: 0; font-weight: 700; }

.contact { color: var(--white); background: var(--dark); }
.contact .eyebrow { color: #ff6167; }
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(45px, 8vw, 110px);
  align-items: center;
}
.contact-grid > div > p:not(.eyebrow) { max-width: 640px; color: rgba(255,255,255,.7); }
.contact-card {
  display: grid;
  margin: 0;
  padding: 12px 34px;
  border: 1px solid rgba(255,255,255,.17);
  background: rgba(255,255,255,.04);
  font-style: normal;
}
.contact-card > div {
  display: grid;
  gap: 3px;
  padding: 20px 0;
}
.contact-card > div + div { border-top: 1px solid rgba(255,255,255,.13); }
.contact-label {
  color: rgba(255,255,255,.54);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.site-footer { color: var(--white); background: #08090a; border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner {
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.footer-inner p {
  margin: 0;
  color: rgba(255,255,255,.52);
  font-size: .82rem;
  text-align: right;
}
.brand-footer .brand-copy strong { font-size: .9rem; }
.brand-footer .brand-copy small { font-size: .56rem; }

@media (max-width: 920px) {
  .hero { min-height: 700px; }
  .hero-shade {
    background: linear-gradient(90deg, rgba(4,4,5,.96), rgba(4,4,5,.72) 65%, rgba(4,4,5,.4));
  }
  .activity-grid { grid-template-columns: repeat(2, 1fr); }
  .activity-card:nth-child(3) { border-left: 0; }
  .activity-card:nth-child(n+3) { border-top: 1px solid var(--line); }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-visual { min-height: 420px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 76px; }
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: .88rem; }
  .brand img { width: 40px; height: 40px; }
  .site-nav { gap: 16px; }
  .site-nav a { font-size: .65rem; }
  .hero { min-height: 760px; }
  .hero-media img { object-position: 68% 50%; }
  .hero-shade {
    background: linear-gradient(180deg, rgba(4,4,5,.78), rgba(4,4,5,.92) 55%, rgba(4,4,5,.98));
  }
  .hero-inner { align-self: end; padding: 120px 0 68px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .activity-grid { grid-template-columns: 1fr; }
  .activity-card + .activity-card,
  .activity-card:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .activity-card { min-height: 0; }
  .about-visual { min-height: 300px; }
  .about-copy { padding: 42px 26px; }
  .facts > div { grid-template-columns: 1fr; gap: 5px; }
  .footer-inner { min-height: 160px; flex-direction: column; justify-content: center; text-align: center; }
  .footer-inner p { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
