.sf26-page {
  min-height: 100vh;
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  font-family: Inter, sans-serif;
}

.sf26-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid hsl(var(--foreground) / 0.06);
  backdrop-filter: blur(18px);
}

.sf26-nav-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.sf26-brand,
.sf26-nav-cta,
.sf26-button {
  color: inherit;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: lowercase;
  text-decoration: none;
}

.sf26-brand {
  color: #2c4c3b;
}

.sf26-nav-cta {
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
}

.sf26-hero {
  width: min(1180px, calc(100% - 32px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 132px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.72fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: end;
}

.sf26-hero-copy {
  padding-bottom: 22px;
}

.sf26-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  color: hsl(var(--foreground) / 0.62);
  font-size: 14px;
  font-weight: 300;
}

.sf26-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.14);
}

.sf26-hero h1,
.sf26-section-head h2,
.sf26-final h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.sf26-hero h1 {
  color: #2c4c3b;
  font-size: clamp(58px, 10vw, 128px);
  line-height: 0.9;
}

.sf26-hero p {
  max-width: 650px;
  margin: 30px 0 0;
  color: hsl(var(--foreground) / 0.72);
  font-size: clamp(18px, 2.2vw, 25px);
  font-weight: 300;
  line-height: 1.52;
}

.sf26-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 38px;
  padding: 0 30px;
  border: 1px solid #2c4c3b;
  color: #2c4c3b;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.sf26-button:hover {
  background: #2c4c3b;
  color: white;
  transform: translateY(-1px);
}

.sf26-hero-media {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: hsl(var(--muted));
}

.sf26-hero-media img,
.sf26-wide-image img,
.sf26-two-images img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sf26-facts {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid hsl(var(--foreground) / 0.12);
  border-bottom: 1px solid hsl(var(--foreground) / 0.12);
}

.sf26-facts div {
  min-height: 118px;
  padding: 26px 22px;
  border-right: 1px solid hsl(var(--foreground) / 0.1);
}

.sf26-facts div:last-child {
  border-right: 0;
}

.sf26-facts span,
.sf26-section-head span,
.sf26-final span {
  display: block;
  color: #e67e22;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: lowercase;
}

.sf26-facts strong {
  display: block;
  margin-top: 18px;
  color: #2c4c3b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: lowercase;
}

.sf26-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 112px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 88px);
}

.sf26-section-head h2 {
  margin-top: 18px;
  color: #2c4c3b;
  font-size: clamp(36px, 5.8vw, 74px);
  line-height: 1.03;
}

.sf26-copy {
  color: hsl(var(--foreground) / 0.72);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.78;
}

.sf26-copy p {
  margin: 0;
}

.sf26-copy p + p {
  margin-top: 24px;
}

.sf26-wide-image {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  aspect-ratio: 16 / 8;
  overflow: hidden;
  background: hsl(var(--muted));
}

.sf26-days {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid hsl(var(--foreground) / 0.12);
}

.sf26-day {
  min-height: 248px;
  padding: 28px;
  border-right: 1px solid hsl(var(--foreground) / 0.1);
}

.sf26-day:last-child {
  border-right: 0;
}

.sf26-day span {
  color: #e67e22;
  font-family: "Playfair Display", serif;
  font-size: 38px;
  line-height: 1;
}

.sf26-day h3 {
  margin: 30px 0 12px;
  color: #2c4c3b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: lowercase;
}

.sf26-day p {
  margin: 0;
  color: hsl(var(--foreground) / 0.66);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.68;
}

.sf26-network {
  padding-top: 118px;
  padding-bottom: 118px;
  border-top: 1px solid hsl(var(--foreground) / 0.1);
  border-bottom: 1px solid hsl(var(--foreground) / 0.1);
}

.sf26-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.sf26-logos img {
  width: 100%;
  height: 74px;
  object-fit: contain;
  padding: 12px;
  border: 1px solid hsl(var(--foreground) / 0.1);
  background: white;
}

.sf26-two-images {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.sf26-two-images img {
  aspect-ratio: 4 / 3;
}

.sf26-final {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 120px 0 132px;
  text-align: center;
}

.sf26-final h2 {
  margin-top: 18px;
  color: #2c4c3b;
  font-size: clamp(40px, 6vw, 82px);
  line-height: 1;
}

@media (max-width: 900px) {
  .sf26-hero,
  .sf26-section {
    grid-template-columns: 1fr;
  }

  .sf26-hero {
    min-height: auto;
    padding-top: 112px;
  }

  .sf26-hero-media {
    aspect-ratio: 16 / 10;
  }

  .sf26-facts,
  .sf26-days {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sf26-facts div:nth-child(2),
  .sf26-day:nth-child(2) {
    border-right: 0;
  }

  .sf26-facts div:nth-child(-n + 2),
  .sf26-day:nth-child(-n + 2) {
    border-bottom: 1px solid hsl(var(--foreground) / 0.1);
  }

  .sf26-wide-image {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 600px) {
  .sf26-nav-inner {
    min-height: 58px;
  }

  .sf26-brand,
  .sf26-nav-cta,
  .sf26-button {
    font-size: 11px;
  }

  .sf26-hero {
    width: min(100% - 28px, 1180px);
    padding-top: 96px;
    padding-bottom: 48px;
  }

  .sf26-facts,
  .sf26-section,
  .sf26-wide-image,
  .sf26-two-images {
    width: min(100% - 28px, 1180px);
  }

  .sf26-facts,
  .sf26-days,
  .sf26-two-images,
  .sf26-logos {
    grid-template-columns: 1fr;
  }

  .sf26-facts div,
  .sf26-day,
  .sf26-facts div:nth-child(2),
  .sf26-day:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid hsl(var(--foreground) / 0.1);
  }

  .sf26-facts div:last-child,
  .sf26-day:last-child {
    border-bottom: 0;
  }

  .sf26-section {
    padding: 78px 0;
  }

  .sf26-copy {
    font-size: 16px;
  }

  .sf26-final {
    padding: 90px 0 104px;
  }
}
