:root {
  --background: #0b0808;
  --foreground: #f3ebdd;
  --card: #100c0c;
  --primary: #b32025;
  --primary-dark: #691115;
  --muted: #a89b92;
  --border: rgba(243, 235, 221, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #050404;
  color: var(--foreground);
  font-family: "Inter", Arial, sans-serif;
}

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

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 100;
  width: auto;
  height: auto;
  margin: 1rem;
  padding: 0.7rem 1rem;
  clip: auto;
  background: var(--foreground);
  color: var(--background);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  border-bottom: 1px solid var(--border);
  background: #050404;
  backdrop-filter: none;
}

.nav-inner {
  width: min(100%, 72rem);
  min-height: 66px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-lockup {
  font-family: "Lora", Georgia, serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
}

.brand-lockup strong,
.footer-wordmark span {
  color: var(--primary);
  font-weight: 500;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a {
  color: var(--muted);
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--foreground);
}

.mobile-menu-button {
  display: none;
}

.hero-section {
  position: relative;
  min-height: 100svh;
  padding: 96px 24px 78px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 72rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 32px;
}

.hero-mobile-image {
  display: none;
}

.hero-kicker,
.section-label h2,
.small-red,
.book-meta > p:first-child,
.stage-image-copy > p,
.contact-section > div > p:first-child,
.site-footer > p:not(.footer-wordmark) {
  margin: 0;
  color: var(--primary);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0;
  padding-top: 16px;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(5rem, 8vw, 6rem);
  font-weight: 500;
  line-height: 0.98;
}

.hero-copy h1 span {
  display: block;
}

.hero-quote {
  max-width: 33rem;
  margin: 28px 0 0;
  padding-left: 28px;
  border-left: 1px solid rgba(179, 32, 37, 0.46);
}

.hero-quote p {
  margin: 0;
  color: rgba(243, 235, 221, 0.87);
  font-family: "Lora", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.65;
}

.hero-quote footer,
.quote-grid footer {
  padding-top: 16px;
  color: var(--muted);
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.hero-actions {
  padding-top: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.primary-button,
.text-button {
  min-height: 42px;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
}

.primary-button {
  background: var(--primary);
  color: var(--foreground);
}

.primary-button:hover,
.primary-button:focus-visible {
  background: #c22a30;
}

.text-button {
  border-color: rgba(243, 235, 221, 0.18);
  background: rgba(255, 255, 255, 0.02);
  color: var(--foreground);
}

.text-button:hover,
.text-button:focus-visible {
  border-color: rgba(179, 32, 37, 0.72);
  background: rgba(179, 32, 37, 0.13);
}

.hero-image-wrap {
  position: relative;
}

.hero-image {
  position: relative;
  width: 100%;
  height: min(70vh, 504px);
  display: block;
  object-fit: cover;
  object-position: 60% center;
  filter: grayscale(1) contrast(1.12) brightness(0.76);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, black 18%, black 94%, transparent 100%),
    linear-gradient(180deg, black 0%, black 82%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, black 18%, black 94%, transparent 100%),
    linear-gradient(180deg, black 0%, black 82%, transparent 100%);
  mask-composite: intersect;
}

.stats-band {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: #050404;
}

.stats-inner {
  width: min(100%, 72rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat {
  min-height: 113px;
  padding: 32px 24px;
  border-left: 1px solid var(--border);
}

.stat:first-child {
  border-left: 0;
}

.stat p {
  margin: 0;
  color: var(--primary);
  font-family: "Lora", Georgia, serif;
  font-size: 36px;
  line-height: 40px;
}

.stat span {
  display: block;
  padding-top: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.content-section {
  position: relative;
  padding: 96px 24px;
  scroll-margin-top: 64px;
}

.content-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: none;
}

.section-inner,
.about-inner,
.quote-grid {
  position: relative;
  z-index: 1;
  width: min(100%, 72rem);
  margin: 0 auto;
}

.section-label {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.section-label span {
  color: var(--primary);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 16px;
}

.store-heading,
.live-intro,
.trusted-intro {
  max-width: 610px;
  padding-top: 44px;
  color: var(--muted);
  font-family: "Lora", Georgia, serif;
  font-size: 20px;
  line-height: 1.65;
}

.store-heading p,
.live-intro p,
.trusted-intro p {
  margin: 0;
}

.live-showcase {
  padding-top: 44px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 1.05fr);
  align-items: end;
  gap: 48px;
}

.live-showcase .live-intro {
  padding-top: 0;
}

.live-showcase .service-grid {
  padding-top: 36px;
  grid-template-columns: 1fr;
}

.live-showcase .service-grid article {
  min-height: auto;
  padding: 24px 0;
  border-width: 1px 0 0;
  background: transparent;
}

.live-showcase .service-grid article:last-child {
  border-bottom: 1px solid var(--border);
}

.live-image-collage {
  position: relative;
  min-height: 34rem;
}

.live-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
}

.live-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.live-photo-stage {
  inset: 0;
}

.live-photo-stage img {
  object-position: 48% center;
  filter: grayscale(0.78) saturate(0.72) contrast(1.16) brightness(0.66);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, black 13%, black 82%, transparent 100%),
    linear-gradient(180deg, transparent 0%, black 11%, black 79%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, black 13%, black 82%, transparent 100%),
    linear-gradient(180deg, transparent 0%, black 11%, black 79%, transparent 100%);
  mask-composite: intersect;
}

.book-list {
  padding-top: 44px;
}

.book-row {
  position: relative;
  min-height: 104px;
  padding: 24px 126px 24px 0;
  display: grid;
  grid-template-columns: 68px minmax(12rem, 0.85fr) minmax(16rem, 1fr);
  align-items: center;
  gap: 28px;
  border-top: 1px solid var(--border);
}

.book-row:last-child {
  border-bottom: 1px solid var(--border);
}

.book-year {
  margin: 0;
  color: var(--primary);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 16px;
}

.book-row h3 {
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.book-meta p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.book-meta > p:first-child {
  color: var(--muted);
}

.book-meta > p:last-child {
  padding-top: 8px;
}

.project-section,
.links-section,
.trusted-section {
  background: #080606;
}

.project-feature {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: end;
  gap: 40px;
}

.project-feature img {
  width: 100%;
  min-height: 23rem;
  max-height: 32rem;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08) brightness(0.68);
  -webkit-mask-image: linear-gradient(90deg, black 46%, transparent 100%);
  mask-image: linear-gradient(90deg, black 46%, transparent 100%);
}

.project-feature-book-signing {
  grid-template-columns: 1.08fr 0.92fr;
}

.project-feature-book-signing img {
  min-height: 30rem;
  object-position: 58% 52%;
  filter: grayscale(1) sepia(0.08) contrast(1.16) brightness(0.58);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, black 10%, black 78%, transparent 100%),
    linear-gradient(180deg, transparent 0%, black 12%, black 82%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, black 10%, black 78%, transparent 100%),
    linear-gradient(180deg, transparent 0%, black 12%, black 82%, transparent 100%);
  mask-composite: intersect;
}

.project-feature h3 {
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 500;
  line-height: 1.18;
}

.project-feature p:last-child {
  max-width: 35rem;
  color: var(--muted);
  line-height: 1.75;
}

.project-grid,
.service-grid {
  padding-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}

.project-grid article,
.service-grid article {
  min-height: 214px;
  padding: 32px;
  border: 1px solid var(--border);
  background: rgba(11, 8, 8, 0.24);
}

.project-grid p,
.service-grid p {
  margin: 0;
  color: var(--primary);
  font-size: 12px;
  text-transform: uppercase;
}

.project-grid h3,
.service-grid h3 {
  margin: 0;
  padding-top: 24px;
  font-family: "Lora", Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.project-grid span,
.service-grid span,
.designed-for p:last-child {
  display: block;
  padding-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.project-grid a {
  color: var(--muted);
}

.project-grid a:hover,
.project-grid a:focus-visible {
  color: var(--foreground);
}

.about-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
  gap: 48px;
}

.about-side {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-copy {
  max-width: 672px;
  color: var(--muted);
  font-family: "Lora", Georgia, serif;
  font-size: 20px;
  line-height: 1.85;
}

.about-copy p {
  margin: 0 0 28px;
}

.about-copy .about-lead {
  color: var(--foreground);
  font-size: 30px;
  line-height: 1.6;
}

.about-corner-image {
  width: min(100%, 22rem);
  height: 15.5rem;
  margin: 72px 0 -24px;
  overflow: hidden;
}

.about-corner-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 58%;
  filter: saturate(0.96) contrast(1.12) brightness(0.8);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, black 18%, black 100%),
    linear-gradient(180deg, transparent 0%, black 18%, black 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, black 18%, black 100%),
    linear-gradient(180deg, transparent 0%, black 18%, black 88%, transparent 100%);
  mask-composite: intersect;
}

.quote-band {
  padding: 80px 24px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: #050404;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

.quote-grid blockquote {
  margin: 0;
}

.quote-mark {
  color: var(--primary);
  font-family: "Lora", Georgia, serif;
  font-size: 54px;
  line-height: 1;
}

.quote-grid blockquote p {
  margin: 6px 0 0;
  font-family: "Lora", Georgia, serif;
  font-size: 24px;
  line-height: 1.55;
}

.stage-image-band {
  position: relative;
  height: 80vh;
  min-height: 520px;
  overflow: hidden;
}

.stage-image-band > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.12) brightness(0.68);
}

.stage-image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--background), rgba(11, 8, 8, 0.12), var(--background)),
    linear-gradient(to top, var(--background), rgba(11, 8, 8, 0.28), rgba(11, 8, 8, 0.72));
}

.stage-image-copy {
  position: absolute;
  inset: auto 24px 64px;
  width: min(calc(100% - 48px), 72rem);
  margin: 0 auto;
}

.stage-image-copy h2 {
  max-width: 576px;
  margin: 0;
  padding-top: 16px;
  font-family: "Lora", Georgia, serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

.designed-for {
  margin-top: 32px;
  max-width: 54rem;
  padding: 24px 0 0;
  border-top: 1px solid var(--border);
}

.external-link-list {
  padding-top: 48px;
}

.external-link-list a {
  min-height: 88px;
  padding: 24px 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--border);
}

.external-link-list a:last-child {
  border-bottom: 1px solid var(--border);
}

.external-link-list a > span:first-child {
  font-family: "Lora", Georgia, serif;
  font-size: 30px;
  line-height: 36px;
  transition: color 180ms ease;
}

.external-link-list a:hover > span:first-child,
.external-link-list a:focus-visible > span:first-child {
  color: var(--primary);
}

.external-link-list a > span:last-child {
  color: var(--muted);
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  text-transform: uppercase;
}

.partner-marquee {
  position: relative;
  margin-top: 42px;
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
}

.partner-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 1px;
  animation: partner-slide 58s linear infinite;
}

.partner-marquee:hover .partner-track {
  animation-play-state: paused;
}

.partner-track figure {
  width: 176px;
  min-height: 118px;
  margin: 0;
  padding: 20px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-left: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.018);
}

.partner-track figure:last-child {
  border-right: 1px solid var(--border);
}

.partner-track img {
  max-width: 100%;
  max-height: 68px;
  display: block;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

@keyframes partner-slide {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.contact-section {
  padding: 112px 24px;
  overflow: hidden;
  scroll-margin-top: 64px;
  background: #050404;
}

.contact-section > div {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}

.contact-section h2 {
  margin: 0;
  padding-top: 24px;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(3rem, 6vw, 3.75rem);
  font-weight: 500;
  line-height: 1.25;
}

.contact-section > div > p:nth-child(3) {
  margin: 0;
  padding-top: 24px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.contact-button {
  margin-top: 40px;
}

.site-footer {
  width: 100%;
  min-height: 108px;
  padding: 32px max(24px, calc((100% - 72rem) / 2 + 24px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--border);
}

.site-footer p {
  margin: 0;
}

.footer-wordmark {
  font-family: "Lora", Georgia, serif;
  font-size: 20px;
}

.site-footer > p:not(.footer-wordmark) {
  color: var(--muted);
}

@media (max-width: 860px) {
  .nav-inner {
    min-height: 66px;
    padding: 14px 23px;
  }

  .site-nav {
    position: absolute;
    inset: 100% 0 auto 0;
    max-height: 0;
    overflow: hidden;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0 23px;
    border-top: 1px solid transparent;
    background: rgba(11, 8, 8, 0.98);
    transition: max-height 240ms ease, border-color 240ms ease, padding 240ms ease;
  }

  .site-nav.open {
    max-height: 380px;
    padding: 8px 23px;
    border-color: var(--border);
  }

  .site-nav a {
    padding: 16px 0;
    border-bottom: 1px solid rgba(243, 235, 221, 0.08);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .mobile-menu-button {
    width: 40px;
    height: 40px;
    margin: -4px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .mobile-menu-button span:not(.sr-only) {
    width: 20px;
    height: 1px;
    display: block;
    background: var(--foreground);
  }

  .hero-section {
    min-height: 100svh;
    padding: 112px 23px 56px;
  }

  .hero-mobile-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 65% center;
    opacity: 0.25;
    filter: grayscale(1) contrast(1.08) brightness(0.68);
    -webkit-mask-image: radial-gradient(80% 60% at 70% 35%, black 10%, transparent 100%);
    mask-image: radial-gradient(80% 60% at 70% 35%, black 10%, transparent 100%);
  }

  .hero-inner,
  .project-feature,
  .about-inner,
  .quote-grid,
  .live-showcase {
    display: block;
  }

  .hero-copy {
    position: relative;
  }

  .hero-copy h1 {
    font-size: 48px;
  }

  .hero-copy h1 span {
    display: inline;
  }

  .hero-quote {
    max-width: 330px;
  }

  .hero-quote p {
    font-size: 18px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-image-wrap {
    display: none;
  }

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

  .stat:nth-child(odd) {
    border-left: 0;
  }

  .stat:nth-child(n + 3) {
    border-top: 1px solid var(--border);
  }

  .content-section {
    padding: 92px 23px;
  }

  .live-image-collage {
    min-height: 24rem;
    margin-top: 40px;
  }

  .live-photo-stage {
    inset: 0;
  }

  .book-row {
    padding: 26px 0;
    grid-template-columns: 1fr;
    gap: 10px 18px;
  }

  .book-year {
    grid-column: auto;
  }

  .book-row h3 {
    grid-column: auto;
    font-size: 26px;
    line-height: 32px;
  }

  .book-meta {
    grid-column: auto;
  }

  .project-feature img {
    margin-top: 40px;
    min-height: 18rem;
    filter: grayscale(1) contrast(1.08) brightness(0.68);
    -webkit-mask-image: linear-gradient(180deg, black 58%, transparent 100%);
    mask-image: linear-gradient(180deg, black 58%, transparent 100%);
  }

  .project-feature-book-signing img {
    min-height: 25rem;
    object-position: 58% 50%;
    filter: grayscale(1) sepia(0.08) contrast(1.14) brightness(0.56);
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%),
      linear-gradient(180deg, black 0%, black 78%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image:
      linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%),
      linear-gradient(180deg, black 0%, black 78%, transparent 100%);
    mask-composite: intersect;
  }

  .project-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .live-showcase .service-grid {
    grid-template-columns: 1fr;
  }

  .about-copy {
    padding-top: 48px;
    font-size: 18px;
  }

  .about-copy .about-lead {
    font-size: 26px;
  }

  .about-corner-image {
    width: min(88vw, 21rem);
    height: 15rem;
    margin: 44px 0 -18px;
  }

  .quote-grid blockquote + blockquote {
    margin-top: 48px;
  }

  .stage-image-band {
    height: 60vh;
    min-height: 500px;
  }

  .stage-image-copy {
    inset: auto 23px 48px;
    width: calc(100% - 46px);
  }

  .stage-image-copy h2 {
    font-size: 30px;
  }

  .external-link-list a {
    align-items: flex-start;
  }

  .external-link-list a > span:first-child {
    font-size: 24px;
    line-height: 30px;
  }

  .external-link-list a > span:last-child {
    max-width: 120px;
  }

  .partner-marquee {
    margin-top: 36px;
  }

  .partner-track {
    animation-duration: 48s;
  }

  .partner-track figure {
    width: 148px;
    min-height: 98px;
    padding: 16px;
  }

  .partner-track img {
    max-height: 56px;
  }

  .site-footer {
    padding: 32px 23px;
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .partner-track {
    animation: none;
    transform: none;
  }
}
