:root {
  --paper: #fffdfa;
  --paper-soft: #f7f2ec;
  --ink: #111111;
  --muted: #68615c;
  --line: #ded7d0;
  --red: #b41f24;
  --red-dark: #87161a;
  --black: #161616;
  --white: #ffffff;
  --radius-image: 24px;
  --shadow: 0 22px 70px rgba(17, 17, 17, 0.10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  background: var(--paper);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, var(--paper) 0%, #fbf8f4 100%);
  background-size: 52px 52px, auto;
}

img {
  display: block;
  max-width: 100%;
  border-radius: var(--radius-image);
}

a {
  color: inherit;
}

.site-header,
.section,
.section-band,
.footer {
  width: 100%;
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 14px 12px 20px;
  border: 1px solid rgba(17, 17, 17, 0.10);
  border-radius: 0;
  border-inline: 0;
  background: rgba(255, 253, 250, 0.86);
  backdrop-filter: blur(16px);
}

.site-header,
.hero,
.about,
.process,
.formats,
.faq,
.contact,
.footer {
  padding-inline: clamp(20px, 3vw, 54px);
}

.brand {
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.nav a,
.header-link {
  text-decoration: none;
}

.nav a:hover,
.header-link:hover {
  color: var(--red);
}

.header-link {
  width: 42px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--black);
  border-radius: 6px;
  padding: 9px;
  font-size: 0.86rem;
  font-weight: 800;
}

.header-link svg {
  width: 19px;
  height: 19px;
  stroke-width: 2;
}

.hero {
  min-height: calc(100svh - 96px);
  display: grid;
  gap: 0;
  padding-block: clamp(14px, 2vw, 26px) 42px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.78rem;
  font-weight: 800;
}

h1,
h2,
h3,
h4,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-weight: 400;
  line-height: 0.98;
}

h1 {
  max-width: none;
  color: var(--red);
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(4.4rem, 12.6vw, 12rem);
  font-weight: 700;
  line-height: 0.84;
  text-transform: uppercase;
}

h2 {
  max-width: 15ch;
  font-size: clamp(2.7rem, 6vw, 6rem);
  text-transform: uppercase;
}

h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  line-height: 1.18;
}

h4 {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.25;
}

.hero-lead {
  max-width: 440px;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.2rem, 2vw, 1.72rem);
  font-weight: 700;
  line-height: 1.12;
}

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

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 12px;
  padding: 13px 18px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

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

.button-primary {
  color: var(--white);
  border: 1px solid var(--red);
  background: var(--red);
}

.button-primary:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
}

.button-secondary {
  color: var(--ink);
  border: 1px solid var(--ink);
  background: transparent;
}

.hero-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-image);
  box-shadow: var(--shadow);
}

.hero-media::after {
  content: none;
}

.hero-media img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: min(62svh, 660px);
  min-height: 480px;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}

.hero-panel {
  position: absolute;
  left: clamp(20px, 3vw, 38px);
  right: clamp(20px, 3vw, 38px);
  bottom: clamp(20px, 3vw, 36px);
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  background: transparent;
}

.hero-mark {
  margin: 0 0 4px;
  color: var(--white);
  font-size: 1.4rem;
  line-height: 1;
}

.hero-panel .hero-lead {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.72);
}

.hero-panel .hero-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.hero-panel .button {
  min-width: 210px;
  min-height: 58px;
}

.hero-panel .hero-button {
  color: var(--red);
  border-color: var(--white);
  background: var(--white);
}

.section {
  padding-block: clamp(72px, 10vw, 136px);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.55fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: center;
}

.about-copy h2 {
  max-width: 13ch;
  color: var(--red);
  font-size: clamp(3.2rem, 6.8vw, 6.6rem);
  font-weight: 700;
  line-height: 0.98;
}

.about-text {
  display: grid;
  gap: 20px;
  max-width: 760px;
  margin-top: 28px;
  color: var(--muted);
  font-size: clamp(1.18rem, 1.7vw, 1.48rem);
  font-weight: 400;
  line-height: 1.55;
}

.about-text p {
  margin: 0;
}

.text-accent {
  color: var(--red);
  font-weight: 600;
}

.about-media {
  position: relative;
  overflow: hidden;
  justify-self: end;
  width: min(100%, 430px);
  min-height: 480px;
  border-radius: var(--radius-image);
  box-shadow: var(--shadow);
}

.about-media::after {
  content: none;
}

.about-media img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}

.process,
.formats,
.faq {
  border-top: 1px solid var(--line);
}

.section-heading {
  margin-bottom: clamp(28px, 4vw, 52px);
}

.section-heading h2 {
  max-width: 15ch;
}

.process .section-heading h2 {
  max-width: none;
  font-size: clamp(3.4rem, 10vw, 12.2rem);
  white-space: nowrap;
}

.faq .section-heading h2 {
  max-width: none;
  font-size: clamp(3rem, 7.2vw, 9rem);
  white-space: nowrap;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px;
  border: 0;
}

.process-item {
  position: relative;
  min-height: 224px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}

.process-item span {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  margin: 0;
  color: var(--white);
  border-radius: 50%;
  background: var(--red);
  font-size: 0.92rem;
  font-weight: 700;
}

.process-item-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}


.process-item h3 {
  margin: 0;
  flex: 0 0 auto;
  font-size: clamp(1.55rem, 2vw, 2rem);
  white-space: nowrap;
}

.process-item p {
  margin-top: 18px;
  font-size: clamp(1.12rem, 1.45vw, 1.35rem);
  line-height: 1.45;
}

.process-item p,
.format-card p,
.benefits p,
.faq p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.why {
  width: 100%;
  max-width: none;
  padding-inline: clamp(20px, 3vw, 54px);
  color: var(--white);
  background: var(--black);
}

.why .section-heading {
  width: 100%;
  margin-inline: auto;
}

.why-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 940px;
  margin-bottom: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
}

.why-tab {
  min-height: 52px;
  color: var(--white);
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 1.05rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}

.why-tab:last-child {
  border-right: 0;
}

.why-tab:hover,
.why-tab:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.why-tab.is-active {
  color: var(--white);
  background: var(--red);
}

.why-pane {
  display: none;
}

.why-pane.is-active {
  display: block;
}

.why-pane-title {
  margin: 0 0 16px;
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.why-stage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 9px;
  padding: 12px;
  aspect-ratio: 3 / 2;
  background: #282828;
}

.why-tile {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
}

.why-tile:not(.why-photo) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(18px, 2vw, 28px);
  color: var(--ink);
  background: #edeae8;
}

.why-tile.is-dark {
  color: var(--white);
  background: #5a5a5a;
}

.why-tile h4 {
  margin: 0 0 16px;
  font-size: clamp(1.35rem, 2vw, 2.2rem);
  line-height: 1.02;
  text-transform: uppercase;
}

.why-tile p {
  max-width: 40ch;
  margin: 0;
  color: inherit;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.28;
}

.why-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.why-photo {
  min-height: 0;
}

.why-stage-pros .why-tile-a {
  grid-column: 1;
  grid-row: 1;
}

.why-stage-pros .why-tile-b {
  grid-column: 1;
  grid-row: 2;
}

.why-stage-pros .why-tile-c {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.why-stage-pros .why-tile-d {
  grid-column: 2;
  grid-row: 1;
}

.why-stage-pros .why-tile-f {
  grid-column: 2;
  grid-row: 2;
}

.why-stage-authors .why-tile-c {
  grid-column: 1;
  grid-row: 1;
}

.why-stage-authors .why-tile-a {
  grid-column: 2;
  grid-row: 1;
}

.why-stage-authors .why-tile-b {
  grid-column: 3;
  grid-row: 1;
}

.why-stage-authors .why-tile-f {
  grid-column: 1;
  grid-row: 2;
}

.why-stage-authors .why-tile-wide-photo {
  grid-column: 2 / span 2;
  grid-row: 2;
}

.format-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.format-card {
  min-height: 240px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 16px;
  row-gap: 22px;
  align-items: center;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.format-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  color: var(--white);
  border-radius: 50%;
  background: var(--red);
  font-weight: 900;
}

.format-icon svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.8;
}

.format-card h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  font-size: clamp(1.7rem, 2.2vw, 2.4rem);
  line-height: 1;
}

.format-card p {
  grid-column: 1 / -1;
  grid-row: 2;
  align-self: end;
}

.faq-list {
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
}

summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 800;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
  background: var(--black);
  font-size: 1.2rem;
  line-height: 1;
}

details[open] summary::after {
  content: "-";
  background: var(--red);
}

details p {
  max-width: 760px;
  padding: 0 54px 28px 0;
  font-size: 1.02rem;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  margin-bottom: 80px;
  padding: clamp(42px, 7vw, 70px);
  color: var(--white);
  border-radius: 8px;
  background: var(--black);
}

.contact h2 {
  max-width: 16ch;
}

.contact .button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
}

.contact-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px 0 36px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1020px) {
  .nav {
    display: none;
  }

  .about-grid,
  .contact {
    grid-template-columns: 1fr;
  }

  .about-copy h2 {
    max-width: 13ch;
  }

  .about-media,
  .about-media img {
    min-height: 480px;
  }

  h1 {
    max-width: none;
  }

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

  .hero-panel {
    flex-direction: column;
    align-items: flex-end;
  }

  .hero-panel .hero-actions {
    justify-content: flex-end;
  }

  .process-grid,
  .format-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: minmax(190px, auto);
    aspect-ratio: auto;
  }

  .why-stage-pros .why-tile-a,
  .why-stage-pros .why-tile-b,
  .why-stage-pros .why-tile-c,
  .why-stage-pros .why-tile-d,
  .why-stage-pros .why-tile-f {
    grid-column: auto;
    grid-row: auto;
  }

  .why-stage-authors .why-tile-a,
  .why-stage-authors .why-tile-b,
  .why-stage-authors .why-tile-c,
  .why-stage-authors .why-tile-f,
  .why-stage-authors .why-tile-wide-photo {
    grid-column: auto;
    grid-row: auto;
  }

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .site-header,
  .section,
  .section-band,
  .footer {
    width: 100%;
    padding-inline: 14px;
  }

  .site-header {
    top: 0;
    padding-left: 14px;
  }

  .brand {
    font-size: 1.24rem;
  }

  .header-link {
    min-height: 38px;
    padding-inline: 11px;
  }

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

  h1 {
    font-size: clamp(4rem, 18vw, 6.6rem);
    line-height: 0.88;
  }

  h2 {
    font-size: clamp(2.35rem, 13vw, 3.75rem);
  }

  .about-copy h2 {
    font-size: clamp(2.8rem, 13vw, 4.6rem);
  }

  .about-media,
  .about-media img {
    min-height: 420px;
  }

  .hero-media img {
    height: 560px;
    min-height: 0;
  }

  .hero-panel {
    left: 16px;
    right: 16px;
    bottom: 16px;
    gap: 16px;
  }

  .hero-lead {
    max-width: 100%;
    font-size: 1.24rem;
  }

  .hero-panel .button {
    min-width: 0;
  }

  .process-grid,
  .format-grid,
  .why-stage {
    grid-template-columns: 1fr;
  }

  .why-tabs {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .why-tab {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .why-tab:last-child {
    border-bottom: 0;
  }

  .why-tile {
    min-height: 170px;
  }

  .why-stage {
    grid-auto-rows: auto;
    grid-template-rows: none;
  }

  .why-photo {
    height: 220px;
    min-height: 0;
  }

  .process-item {
    min-height: 220px;
  }

  .process-item span {
    margin-bottom: 0;
  }

  .process .section-heading h2 {
    white-space: normal;
  }

  .faq .section-heading h2,
  .why .section-heading h2 {
    white-space: normal;
  }

  .contact {
    padding: 28px;
  }

  .contact-actions,
  .hero-actions {
    flex-direction: column;
  }

  .hero-panel {
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  summary {
    min-height: 68px;
    align-items: flex-start;
    padding-block: 20px;
  }

  details p {
    padding-right: 0;
  }

  .footer {
    flex-direction: column;
  }
}

.why .section-heading h2 {
  max-width: none;
  font-size: clamp(3rem, 6.9vw, 8.7rem);
  white-space: nowrap;
}
