@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Medium.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

/* Remaining home page */
.site-header__brand img { width: 58px; height: 58px; object-fit: contain; }
.featured { padding: clamp(34px, 5vw, 62px) 0; background: var(--warm-white); }
.logo-item img { width: auto; max-width: 170px; height: 54px; object-fit: contain; filter: grayscale(1); }

.eyebrow { margin: 0 0 .5rem; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.button { display: inline-block; padding: 14px 22px 12px; color: #fff; background: var(--ink); font-size: .72rem; letter-spacing: .08em; line-height: 1; text-decoration: none; text-transform: uppercase; }
.button:hover, .button:focus-visible { background: #474640; }

.story { padding: clamp(85px, 11vw, 145px) var(--gutter); }
.story__inner { width: min(100%, 850px); margin-inline: auto; display: grid; grid-template-columns: minmax(260px, 410px) minmax(260px, 1fr); align-items: center; gap: clamp(55px, 8vw, 105px); }
.layered-portrait { position: relative; width: 86%; aspect-ratio: 3 / 4; margin-left: 14%; }
.layered-portrait::before { content: ""; position: absolute; top: -48px; left: -52px; z-index: -1; width: 78%; height: 105%; background: #e5e5e3; }
.layered-portrait img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.story__copy h2, .about-duo h2, .closing h2 { margin: 0 0 1.25rem; font: 600 clamp(2rem, 3.5vw, 3.35rem)/.98 var(--serif); }
.story__copy > p:not(.eyebrow), .about-duo p { font-size: .94rem; line-height: 1.55; }
.text-link { display: inline-block; margin-top: 1rem; font-size: .72rem; letter-spacing: .06em; line-height: 1.35; text-align: center; text-decoration: none; text-transform: uppercase; }

.services { padding: 40px var(--gutter) 0; }
.services__inner { width: min(100%, 900px); margin-inline: auto; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(48px, 8vw, 95px); }
.services__list { text-align: center; }
.services__list > div { margin-bottom: 1.35rem; }
.services__list strong { display: block; font: 600 2rem/1 var(--serif); }
.services__list span { display: block; margin-top: .35rem; font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; }
.services__list .button { margin-top: .75rem; }
.performance-feature { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; }
.performance-feature img { width: 100%; height: 100%; object-fit: cover; }
.play { position: absolute; top: 50%; left: 50%; display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid #fff; border-radius: 50%; color: #fff; font-size: 1rem; transform: translate(-50%, -50%); }

.testimonial { position: relative; min-height: 360px; margin: 0; padding: 105px var(--gutter); display: grid; place-content: center; text-align: center; background: var(--warm-white); overflow: hidden; }
.testimonial blockquote { max-width: 650px; margin: 0 auto 1.5rem; font: 500 clamp(1.7rem, 3vw, 2.6rem)/1 var(--serif); }
.testimonial figcaption { max-width: 520px; margin-inline: auto; font-size: .84rem; line-height: 1.5; }
.monogram-band::before,
.monogram-band::after {
  content: "";
  position: absolute;
  width: clamp(130px, 15vw, 220px);
  aspect-ratio: 1;
  background: url("../images/Logo_nowords.png") center / contain no-repeat;
  opacity: .16;
  pointer-events: none;
}

.monogram-band::before { top: -38px; left: -42px; }
.monogram-band::after { right: -42px; bottom: -38px; }

.ensemble { padding: clamp(90px, 10vw, 135px) var(--gutter); }
.ensemble__inner { width: min(100%, 900px); margin-inline: auto; text-align: center; }
.section-intro { margin-bottom: 55px; text-align: left; }
.section-intro h2 { margin: 0; font: 600 clamp(2.8rem, 5vw, 4.5rem)/.95 var(--serif); }
.section-intro p { margin: .5rem 0 0; letter-spacing: .04em; line-height: 1.25; text-transform: uppercase; }
.experience-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(25px, 4vw, 52px); margin-bottom: 38px; }
.experience-cards img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.experience-cards h3 { margin: 1.1rem 0 .4rem; font: 600 1.75rem/1 var(--serif); }
.experience-cards p { margin: 0; font-size: .82rem; line-height: 1.45; }

.about-duo { padding: 0 var(--gutter); }
.about-duo__inner { width: min(100%, 900px); margin-inline: auto; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(50px, 8vw, 100px); }
.about-duo img { width: 100%; max-height: 680px; object-fit: cover; filter: grayscale(1); }
.about-duo .button { margin-top: 1rem; }

.closing { position: relative; min-height: 720px; display: grid; place-items: center; padding: 80px var(--gutter); background: url("../images/home/performance-2.jpg") center / cover no-repeat; text-align: center; isolation: isolate; }
.closing__veil { position: absolute; inset: 0; z-index: -1; background: rgba(250, 249, 246, .72); }
.closing__copy { max-width: 640px; }
.closing__copy > p:first-child { font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.closing__copy > p:not(:first-child) { max-width: 480px; margin: 0 auto 1.7rem; line-height: 1.5; }

@media (max-width: 767px) {
  .story__inner, .services__inner, .about-duo__inner { grid-template-columns: 1fr; }
  .story__inner { gap: 80px; }
  .story__copy { text-align: center; }
  .services__inner { gap: 58px; }
  .services__list { order: 2; }
  .experience-cards { grid-template-columns: 1fr; gap: 52px; }
  .experience-cards article { max-width: 370px; margin-inline: auto; }
  .about-duo { padding-top: 70px; padding-bottom: 70px; }
  .about-duo__inner > div { text-align: center; }
  .testimonial { min-height: 320px; }
  .closing { min-height: 610px; }
}

:root {
  --ink: #171715;
  --paper: #fff;
  --warm-white: #f3efe8;
  --page-width: 1140px;
  --gutter: clamp(20px, 4vw, 52px);
  --sans: "TT Commons", "Helvetica Neue", Arial, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
.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; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.hero__video,
.hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__video { object-fit: cover; z-index: -2; }
.hero__veil { background: rgba(254, 255, 255, .47); z-index: -1; }

.hero__brand {
  display: none;
}

.hero__brand img { width: 125px; height: auto; }

.hero__nav {
  position: absolute;
  top: 35px;
  right: max(var(--gutter), calc((100vw - var(--page-width)) / 2));
  display: flex;
  gap: clamp(24px, 4vw, 55px);
}

.hero__nav a {
  font-size: .98rem;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero__nav a:hover, .hero__nav a:focus-visible { opacity: .55; }

.hero__copy {
  position: absolute;
  inset-inline: var(--gutter);
  bottom: 7.5%;
  text-align: center;
}

.hero__copy h1 {
  margin: 0 0 clamp(22px, 4vh, 42px);
  font: 500 clamp(2rem, 3.2vw, 2.75rem)/.98 var(--serif);
}

.hero__copy p {
  margin: 0;
  font: 500 1.125rem/1.12 var(--sans);
  letter-spacing: .035em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 110px;
  padding: 12px max(var(--gutter), calc((100vw - var(--page-width)) / 2));
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(23, 23, 21, .08);
}

.site-header__brand img { width: 72px; height: auto; }

.site-nav { display: flex; align-items: center; gap: clamp(24px, 4vw, 55px); }
.site-nav a { font-size: .98rem; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: .55; }
.nav-toggle { display: none; }

.experience { padding: clamp(60px, 7vw, 90px) var(--gutter); }

.experience__inner {
  width: min(100%, var(--page-width));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(48px, 8vw, 100px);
}

.experience__copy p {
  margin: 0 0 .35rem;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  letter-spacing: .015em;
  text-transform: uppercase;
}

.experience__copy h2 {
  margin: 0;
  font: 600 clamp(3.6rem, 6.5vw, 4.5rem)/1.05 var(--serif);
}

.portrait-frame {
  width: min(100%, 370px);
  height: 565px;
  padding: 20px 20px 20px 0;
  background: linear-gradient(
    to right,
    transparent 0 10px,
    var(--warm-white) 10px 100%
  );
  overflow: hidden;
}

.portrait-frame picture { display: block; width: 350px; height: 525px; }

.portrait-frame img {
  position: relative;
  left: -5px;
  width: 350px;
  height: 525px;
  object-fit: cover;
}

.featured { padding: clamp(45px, 7vw, 90px) 0; overflow: hidden; }
.logo-marquee { width: 100%; overflow: hidden; }
.logo-track { display: flex; width: max-content; will-change: transform; }
.logo-set { display: flex; align-items: center; flex-shrink: 0; gap: clamp(55px, 7vw, 100px); padding-right: clamp(55px, 7vw, 100px); }

.logo-item {
  flex: 0 0 auto;
  min-width: 120px;
  color: rgba(23, 23, 21, .7);
  font: 500 clamp(1.25rem, 2.2vw, 2rem)/1 var(--sans);
  letter-spacing: .035em;
  text-align: center;
  text-transform: uppercase;
}

.logo-item img { width: auto; max-width: 170px; height: 64px; object-fit: contain; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .logo-track { transform: none !important; }
  .logo-marquee { overflow-x: auto; }
}

@media (max-width: 767px) {
  .hero__brand { left: 20px; }
  .hero__brand img { width: 95px; }
  .hero__nav { display: none; }
  .hero__copy h1 { font-size: 2rem; line-height: .95; }
  .hero__copy p { font-size: .95rem; }

  .site-header {
    position: relative;
    min-height: 94px;
    padding: 9px 20px;
  }

  .site-header__brand img { width: 58px; }

  .nav-toggle {
    display: grid;
    gap: 6px;
    padding: 12px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .nav-toggle span:not(.sr-only) { display: block; width: 28px; height: 1px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 8px 20px 22px;
    background: var(--paper);
    border-bottom: 1px solid rgba(23, 23, 21, .08);
  }

  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px 0; }

  .experience__inner { grid-template-columns: 1fr; gap: 48px; }
  .experience__copy h2 { font-size: clamp(3.2rem, 15vw, 4.2rem); }
  .portrait-frame { justify-self: center; width: min(100%, 370px); height: auto; aspect-ratio: 370 / 565; }
  .portrait-frame picture { width: 100%; height: 100%; }
  .portrait-frame img { width: 100%; height: 100%; }
}

/* Final carousel and navigation overrides */
.site-header__brand img { width: 58px; height: 58px; object-fit: contain; }
.featured { padding: clamp(34px, 5vw, 62px) 0; background: var(--warm-white); }
.logo-item img { width: auto; max-width: 170px; height: 54px; object-fit: contain; filter: grayscale(1); }
