:root {
  --ink: #11100f;
  --paper: #ffffff;
  --blush: #fbf0e8;
  --rose: #efb0ac;
  --mist: #e9e9e7;
  --rule: rgba(17, 16, 15, 0.22);
  --display: Didot, "Bodoni 72", "Bodoni MT", Georgia, serif;
  --body: Georgia, "Times New Roman", serif;
  --utility: Arial, Helvetica, sans-serif;
  --header-height: 92px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img,
video,
iframe {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-underline-offset: 0.22em;
  text-decoration-thickness: 1px;
}

a:hover {
  text-decoration-color: var(--rose);
}

:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 0.55rem 0.8rem;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 50;
  display: flex;
  height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  padding: 0 3%;
  background: rgba(255, 255, 255, 0.96);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 160px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.8rem, 3vw, 3.1rem);
}

.desktop-nav a,
.mobile-nav a {
  position: relative;
  text-decoration: none;
}

.desktop-nav a {
  font-size: 1.05rem;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -0.3rem;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px 3px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  margin: 7px 0;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-8px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  z-index: 40;
  inset: var(--header-height) 0 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 1.15rem;
  padding: 2rem;
  background: var(--blush);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-1rem);
  transition: opacity 180ms ease, transform 180ms ease;
}

.mobile-nav[hidden] {
  display: none;
}

.mobile-nav[data-open="true"] {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-nav a {
  font-family: var(--display);
  font-size: clamp(2.2rem, 11vw, 4rem);
  line-height: 1.15;
}

.page-title,
.section-title,
.display-title {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.98;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.shell {
  width: min(1380px, 92vw);
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-height));
  overflow: hidden;
  background: var(--rose);
}

.hero img {
  width: 100%;
  height: calc(100svh - var(--header-height));
  min-height: 610px;
  object-fit: cover;
  object-position: center 45%;
}

.quote-panel {
  display: grid;
  min-height: 62vh;
  place-items: center;
  padding: 8rem 5vw;
  background: var(--blush);
  text-align: center;
}

.quote-panel blockquote {
  width: min(1100px, 100%);
  margin: 0;
}

.quote-panel p {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.2rem, 5.2vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.quote-panel cite {
  display: block;
  margin-top: 2rem;
  font-style: normal;
}

.artist-section {
  position: relative;
  padding: 8rem 0 10rem;
}

.artist-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
}

.artist-photo {
  position: relative;
  overflow: hidden;
}

.artist-photo::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  content: "";
  pointer-events: none;
}

.artist-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.artist-copy .section-title {
  max-width: 8ch;
  font-size: clamp(3.3rem, 6.2vw, 6.8rem);
}

.artist-copy p {
  max-width: 36rem;
}

.text-link {
  display: inline-block;
  margin-top: 1rem;
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.geek-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1fr);
  min-height: 850px;
  background: #131313;
  color: var(--paper);
}

.geek-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(4rem, 8vw, 8rem);
}

.geek-copy .section-title {
  max-width: 5ch;
  font-size: clamp(4rem, 8.2vw, 9.2rem);
}

.video-frame {
  display: grid;
  min-height: 850px;
  place-items: center;
  padding: 3rem;
  background:
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.2)),
    var(--blush);
}

.video-frame video {
  width: min(430px, 100%);
  max-height: 760px;
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #2a2a2a;
  object-fit: cover;
}

.testimonials {
  padding: 8rem 0 9rem;
  background: var(--blush);
}

.testimonial-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 4rem;
}

.testimonial-heading .section-title {
  font-size: clamp(3.2rem, 7vw, 7.2rem);
}

.carousel-count {
  font-family: var(--utility);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.testimonial-carousel {
  position: relative;
}

.testimonial {
  display: none;
  min-height: 360px;
  grid-template-columns: 1fr minmax(250px, 0.34fr);
  gap: clamp(2rem, 6vw, 7rem);
}

.testimonial.is-active {
  display: grid;
}

.testimonial blockquote {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4.5rem);
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.testimonial-attribution {
  align-self: end;
  padding-top: 2rem;
  border-top: 1px solid var(--ink);
}

.testimonial-attribution strong {
  display: block;
  font-weight: 400;
}

.testimonial-attribution span {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.9rem;
}

.carousel-controls {
  display: flex;
  gap: 0.75rem;
  margin-top: 2rem;
}

.carousel-controls button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  background: transparent;
  font-size: 1.25rem;
  cursor: pointer;
}

.carousel-controls button:hover {
  color: var(--paper);
  background: var(--ink);
}

.about-intro {
  position: relative;
  padding: 9rem 0 11rem;
  background: var(--blush);
}

.about-intro::after {
  position: absolute;
  right: 0;
  bottom: -36px;
  left: 0;
  height: 72px;
  background:
    radial-gradient(circle at 36px 0, var(--blush) 36px, transparent 37px)
    0 0 / 72px 72px repeat-x;
  content: "";
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.75fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
}

.scallop-image {
  overflow: hidden;
  -webkit-mask-image:
    radial-gradient(ellipse 30% 50% at 18% 50%, #000 99%, transparent 100%),
    radial-gradient(ellipse 30% 50% at 50% 50%, #000 99%, transparent 100%),
    radial-gradient(ellipse 30% 50% at 82% 50%, #000 99%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-image:
    radial-gradient(ellipse 30% 50% at 18% 50%, #000 99%, transparent 100%),
    radial-gradient(ellipse 30% 50% at 50% 50%, #000 99%, transparent 100%),
    radial-gradient(ellipse 30% 50% at 82% 50%, #000 99%, transparent 100%);
  mask-repeat: no-repeat;
}

.scallop-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.about-copy .page-title {
  max-width: 7ch;
  font-size: clamp(3.8rem, 6.4vw, 7rem);
  text-align: center;
}

.about-copy p:first-of-type {
  margin-top: 3rem;
}

.sale-section {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 4rem;
  min-height: 720px;
  padding: 10rem 3%;
}

.dictionary-word {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.5rem, 8vw, 8rem);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.dictionary-type {
  display: block;
  margin-top: 1.7rem;
  font-style: italic;
  text-transform: uppercase;
}

.definitions {
  margin: 0;
  padding-left: 1.65em;
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 3.2rem);
  line-height: 1.12;
  text-transform: uppercase;
}

.definitions li + li {
  margin-top: 1.4rem;
}

.media-main {
  padding: 7rem 0 9rem;
}

.media-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
}

.media-copy .page-title {
  font-size: clamp(4rem, 7vw, 7.8rem);
}

.media-copy p {
  max-width: 33rem;
  margin-top: 2.3rem;
}

.apple-embed {
  position: relative;
  overflow: hidden;
  height: 450px;
  border: 0;
  border-radius: 12px;
  background: var(--mist);
}

.apple-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.youtube-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  padding-top: 7rem;
}

.media-quote {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.2rem, 4vw, 4.1rem);
  line-height: 1.05;
}

.media-quote cite {
  display: block;
  margin-top: 1.5rem;
  font-family: var(--body);
  font-size: 1rem;
  font-style: normal;
}

.youtube-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}

.youtube-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.concierge-main {
  min-height: 100vh;
  padding: 7rem 0 10rem;
}

.concierge-intro {
  max-width: 1200px;
  margin: 0 auto 7rem;
  text-align: center;
}

.concierge-intro .page-title {
  font-size: clamp(4.5rem, 8vw, 8.5rem);
  font-style: italic;
}

.concierge-intro p {
  margin: 2.5rem 0 0;
  font-style: italic;
}

.concierge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 7vw, 7rem);
}

.concierge-card {
  display: grid;
  min-height: 370px;
  place-items: center;
  padding: 4rem;
  border: 1px solid var(--rule);
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease;
}

.concierge-card:hover {
  border-color: var(--ink);
  transform: translateY(-4px);
}

.concierge-card img {
  width: min(390px, 100%);
  max-height: 190px;
  object-fit: contain;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  padding: 5.5rem 3%;
  color: var(--paper);
  background: var(--ink);
}

.footer-brand {
  margin: 0 0 1.25rem;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
}

.site-footer address {
  font-style: normal;
}

.site-footer p {
  margin: 0.25rem 0;
}

.footer-links {
  display: flex;
  align-items: start;
  gap: 1.5rem;
  padding-top: 0.35rem;
}

.footer-links a {
  font-family: var(--utility);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  :root {
    --header-height: 82px;
  }

  body {
    font-size: 17px;
  }

  .site-header {
    padding: 0 6%;
  }

  .brand img {
    width: 118px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero img {
    min-height: 560px;
    object-position: 53% 45%;
  }

  .quote-panel {
    min-height: auto;
    padding: 6rem 7%;
  }

  .artist-section {
    padding: 5rem 0 7rem;
  }

  .artist-grid,
  .about-grid,
  .media-intro,
  .youtube-section,
  .testimonial,
  .geek-section,
  .sale-section,
  .concierge-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .artist-grid,
  .about-grid {
    gap: 3rem;
  }

  .artist-copy .section-title,
  .about-copy .page-title {
    max-width: none;
    text-align: center;
  }

  .artist-copy p,
  .artist-copy .eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .artist-copy .eyebrow,
  .artist-copy .text-link {
    display: block;
    text-align: center;
  }

  .geek-section {
    min-height: auto;
  }

  .geek-copy {
    min-height: 480px;
    padding: 5rem 7%;
  }

  .video-frame {
    min-height: auto;
    padding: 3rem 7%;
  }

  .video-frame video {
    max-height: none;
  }

  .testimonials {
    padding: 6rem 0;
  }

  .testimonial-heading {
    align-items: start;
    flex-direction: column;
  }

  .testimonial {
    min-height: 500px;
  }

  .about-intro {
    padding: 2rem 0 8rem;
  }

  .about-grid {
    display: flex;
    flex-direction: column;
  }

  .scallop-image img {
    aspect-ratio: 4 / 3;
  }

  .about-copy p:first-of-type {
    margin-top: 2rem;
  }

  .sale-section {
    min-height: auto;
    padding: 8rem 7% 6rem;
  }

  .definitions {
    padding-left: 1.2em;
  }

  .media-main,
  .concierge-main {
    padding: 5rem 0 7rem;
  }

  .media-intro,
  .youtube-section {
    gap: 3rem;
  }

  .apple-embed {
    height: 450px;
  }

  .youtube-section {
    padding-top: 5rem;
  }

  .concierge-intro {
    margin-bottom: 4rem;
  }

  .concierge-card {
    min-height: 260px;
    padding: 2.5rem;
  }

  .site-footer {
    gap: 2.5rem;
    padding: 4rem 7%;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

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

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

/* Fidelity and motion pass */
.site-header {
  height: 92px;
  transition: background-color 300ms ease, opacity 500ms cubic-bezier(0.16, 1, 0.3, 1), transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-page .site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.58);
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  -webkit-backdrop-filter: blur(18px) saturate(115%);
  backdrop-filter: blur(18px) saturate(115%);
}

.home-page:not(.page-ready) .site-header {
  opacity: 0;
  transform: translateY(-14px);
}

.brand,
.desktop-nav a,
.text-link,
.footer-links a {
  transition: opacity 220ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.brand:hover,
.desktop-nav a:hover,
.text-link:hover,
.footer-links a:hover {
  opacity: 0.68;
}

.brand:active,
.desktop-nav a:active,
.text-link:active,
.footer-links a:active,
.carousel-controls button:active,
.concierge-card:active {
  transform: translateY(1px) scale(0.98);
}

.hero {
  min-height: 100dvh;
}

.hero img {
  height: 100dvh;
  min-height: 640px;
  object-position: 50% 47%;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 850ms cubic-bezier(0.16, 1, 0.3, 1), transform 1300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.page-ready .hero img {
  opacity: 1;
  transform: scale(1);
}

.quote-panel {
  min-height: 86vh;
  padding: 10rem 4vw;
  color: #dfa19f;
  background: var(--paper);
}

.quote-panel blockquote {
  width: min(1360px, 100%);
}

.quote-panel p {
  margin-inline: auto;
  font-size: clamp(4.4rem, 8.7vw, 9.5rem);
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.quote-panel cite {
  margin-top: 3rem;
  color: var(--ink);
  font-family: var(--utility);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.artist-section {
  padding: 9rem 0 10rem;
  background: var(--blush);
}

.artist-grid {
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(4rem, 8vw, 10rem);
}

.artist-copy {
  grid-column: 1;
  grid-row: 1;
}

.artist-photo {
  grid-column: 2;
  grid-row: 1;
  border-radius: 50% 50% 0 0 / 18% 18% 0 0;
}

.artist-photo img {
  aspect-ratio: 5 / 4;
  object-position: 50% 48%;
}

.artist-copy .section-title {
  max-width: 7ch;
  font-size: clamp(4.2rem, 7.4vw, 8.2rem);
  line-height: 0.9;
  text-align: left;
}

.artist-copy .eyebrow {
  margin-top: 2rem;
}

.artist-copy p {
  max-width: 31rem;
}

.geek-section {
  display: block;
  min-height: 0;
  color: var(--ink);
  background: var(--paper);
}

.geek-copy {
  display: block;
  min-height: 0;
  padding: 10rem 5vw 4rem;
  text-align: center;
}

.geek-copy .section-title {
  max-width: none;
  font-size: clamp(5.2rem, 13vw, 14rem);
  letter-spacing: -0.06em;
  line-height: 0.83;
}

.geek-copy p {
  margin: 2.5rem auto 0;
  font-family: var(--utility);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-frame {
  min-height: 900px;
  padding: 4rem 5vw 10rem;
  background: var(--paper);
}

.video-frame video {
  width: min(440px, 90vw);
  max-height: 780px;
  border: 0;
  background: var(--mist);
  box-shadow: 0 24px 70px rgba(78, 61, 56, 0.12);
}

.testimonials {
  overflow: hidden;
  padding: 10rem 0 9rem;
  background: var(--paper);
}

.testimonial-heading {
  display: block;
  margin-bottom: 5.5rem;
  text-align: center;
}

.testimonial-heading .section-title {
  font-size: clamp(5rem, 10vw, 10.5rem);
  letter-spacing: -0.055em;
}

.carousel-count {
  margin-top: 1.6rem;
}

.testimonial-carousel {
  --carousel-index: 0;
  display: flex;
  gap: 1.5rem;
  width: 100%;
  transform: translate3d(calc(var(--carousel-index) * (-33.333% - 0.5rem)), 0, 0);
  transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.testimonial,
.testimonial.is-active {
  display: flex;
  flex: 0 0 calc((100% - 3rem) / 3);
  min-width: 0;
  min-height: 660px;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  padding: 3.4rem 2.3rem 2.8rem;
  background: var(--blush);
  opacity: 0.72;
  transform: scale(0.985);
  transition: opacity 450ms ease, transform 450ms cubic-bezier(0.16, 1, 0.3, 1);
}

.testimonial.is-active {
  opacity: 1;
  transform: scale(1);
}

.testimonial::before {
  display: grid;
  width: 104px;
  height: 104px;
  flex: 0 0 104px;
  place-items: center;
  margin-bottom: 2.5rem;
  border-radius: 50%;
  color: var(--paper);
  background: #252321;
  content: attr(data-initials);
  font-family: var(--display);
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}

.testimonial blockquote {
  margin: 0;
  font-size: clamp(1.45rem, 1.85vw, 2rem);
  letter-spacing: -0.015em;
  line-height: 1.02;
  text-align: center;
  text-transform: uppercase;
}

.testimonial-attribution {
  align-self: center;
  margin-top: auto;
  padding-top: 2.3rem;
  border: 0;
  text-align: center;
}

.testimonial-attribution strong {
  font-family: var(--display);
  text-transform: uppercase;
}

.carousel-controls {
  justify-content: center;
  margin-top: 3.25rem;
}

.carousel-controls button {
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.about-intro {
  padding: 9rem 0 11rem;
}

.about-grid {
  grid-template-columns: minmax(0, 1.33fr) minmax(350px, 1fr);
  gap: clamp(3rem, 6vw, 7rem);
}

.about-copy .page-title {
  font-size: clamp(4.5rem, 6vw, 5.2rem);
  line-height: 1;
}

.reveal-pending {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 720ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms),
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms);
}

.reveal-pending.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.concierge-card,
.youtube-wrap,
.apple-embed {
  transition:
    opacity 720ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms),
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms),
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.concierge-card:hover {
  border-color: var(--ink);
  box-shadow: 0 20px 55px rgba(78, 61, 56, 0.08);
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  :root {
    --header-height: 82px;
  }

  .site-header {
    height: var(--header-height);
  }

  .home-page .site-header {
    background: rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: blur(14px) saturate(110%);
    backdrop-filter: blur(14px) saturate(110%);
  }

  .mobile-nav {
    gap: 0;
    padding: 8vh 7% 10vh;
    align-content: start;
    justify-items: stretch;
    background: rgba(251, 240, 232, 0.98);
    transform: translateY(-20px);
    transition: opacity 320ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .mobile-nav a {
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(17, 16, 15, 0.16);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 260ms ease, transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .mobile-nav[data-open="true"] a {
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-nav[data-open="true"] a:nth-child(2) {
    transition-delay: 45ms;
  }

  .mobile-nav[data-open="true"] a:nth-child(3) {
    transition-delay: 90ms;
  }

  .mobile-nav[data-open="true"] a:nth-child(4) {
    transition-delay: 135ms;
  }

  .hero img {
    height: 100dvh;
    min-height: 620px;
    object-position: 51% 50%;
  }

  .quote-panel {
    min-height: 74vh;
    padding: 7rem 6%;
  }

  .quote-panel p {
    font-size: clamp(3.4rem, 16.5vw, 5.4rem);
    line-height: 0.94;
  }

  .artist-section {
    padding: 6rem 0 7rem;
  }

  .artist-grid {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }

  .artist-copy {
    order: 1;
  }

  .artist-photo {
    order: 2;
    width: 100%;
    border-radius: 50% 50% 0 0 / 15% 15% 0 0;
  }

  .artist-copy .section-title {
    max-width: 7ch;
    margin-inline: 0;
    font-size: clamp(4.2rem, 19vw, 6.4rem);
    text-align: left;
  }

  .artist-copy .eyebrow,
  .artist-copy .text-link {
    text-align: left;
  }

  .geek-copy {
    min-height: 0;
    padding: 7rem 5% 3rem;
  }

  .geek-copy .section-title {
    font-size: clamp(4.2rem, 21vw, 7rem);
    line-height: 0.86;
  }

  .video-frame {
    min-height: 0;
    padding: 2rem 5% 7rem;
  }

  .video-frame video {
    width: min(390px, 92vw);
  }

  .testimonials {
    padding: 7rem 0 6rem;
  }

  .testimonial-heading {
    margin-bottom: 3.5rem;
  }

  .testimonial-heading .section-title {
    font-size: clamp(4.4rem, 20vw, 7rem);
    line-height: 0.86;
  }

  .testimonial-carousel {
    gap: 1rem;
    transform: translate3d(calc(var(--carousel-index) * (-100% - 1rem)), 0, 0);
  }

  .testimonial,
  .testimonial.is-active {
    flex-basis: 100%;
    min-height: 600px;
    padding: 3rem 1.7rem 2.5rem;
    opacity: 1;
    transform: none;
  }

  .testimonial blockquote {
    font-size: clamp(1.45rem, 6vw, 2rem);
  }

  .about-intro {
    padding: 2rem 0 8rem;
  }

  .about-grid {
    display: flex;
  }

  .about-copy .page-title {
    font-size: clamp(3.7rem, 17vw, 5.2rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page:not(.page-ready) .site-header,
  .hero img,
  .reveal-pending,
  .reveal-pending.is-revealed,
  .mobile-nav,
  .mobile-nav a,
  .testimonial-carousel,
  .testimonial {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .home-page .site-header {
    background: rgba(255, 255, 255, 0.96);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

/* Final live-site fidelity corrections */
.hero {
  min-height: 75dvh;
}

.hero img {
  height: 75dvh;
  min-height: 560px;
}

.geek-copy p {
  display: none;
}

.video-frame {
  min-height: 760px;
}

/* Browser-verified Squarespace fidelity refinements */
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.79);
  border: 0;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

body:not(.home-page) {
  padding-top: var(--header-height);
}

.home-page .site-header {
  position: fixed;
  background: rgba(255, 255, 255, 0.79);
  border: 0;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.home-page:not(.page-ready) .site-header,
.hero img {
  opacity: 1;
  transform: none;
}

.home-page .site-header {
  animation: header-enter 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero img {
  animation: hero-enter 1300ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes header-enter {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
}

@keyframes hero-enter {
  from {
    opacity: 0.45;
    transform: scale(1.02);
  }
}

.quote-panel {
  min-height: 68vh;
  padding: 7rem 5vw;
}

.quote-panel blockquote {
  width: min(820px, 100%);
}

.quote-panel p {
  font-size: clamp(2.8rem, 4.45vw, 4.35rem);
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-transform: uppercase;
}

.quote-panel cite {
  margin-top: 2.8rem;
  color: #dfa19f;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3.2rem);
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.artist-section {
  padding: 3rem 0 0;
}

.artist-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  align-items: start;
  gap: clamp(3rem, 5vw, 6rem);
}

.artist-copy {
  align-self: center;
  padding: 5rem 0 6rem;
  text-align: center;
}

.artist-copy .section-title {
  max-width: none;
  color: #d99189;
  font-size: clamp(3.5rem, 4vw, 4.5rem);
  letter-spacing: -0.025em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.artist-copy .eyebrow {
  margin-top: 2.5rem;
  font-size: clamp(1.6rem, 2.1vw, 2.25rem);
  text-transform: uppercase;
}

.artist-copy p {
  max-width: 38rem;
  margin: 2rem auto 0;
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  line-height: 1.55;
}

.artist-copy .text-link {
  margin-top: 1.6rem;
}

.artist-photo {
  border-radius: 50% 50% 0 0 / 14% 14% 0 0;
}

.artist-photo::after {
  display: none;
}

.artist-photo img {
  aspect-ratio: 4 / 5;
  object-position: 50% 48%;
}

.geek-copy {
  padding-top: 5rem;
  padding-bottom: 2.2rem;
}

.geek-copy .section-title {
  font-size: clamp(5rem, 9.5vw, 9rem);
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.testimonial-heading .section-title {
  font-size: clamp(4rem, 6.3vw, 6.4rem);
  letter-spacing: -0.035em;
}

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

.testimonial-carousel {
  transform: translate3d(var(--carousel-shift, 0), 0, 0);
}

.testimonial-carousel.is-jumping {
  transition: none;
}

.testimonial::before {
  display: none;
}

.testimonial-portrait {
  width: 104px;
  height: 104px;
}

.testimonial blockquote {
  font-size: clamp(1.3rem, 1.55vw, 1.62rem);
}

.about-grid {
  grid-template-columns: minmax(0, 1.48fr) minmax(390px, 0.9fr);
  gap: clamp(3rem, 5vw, 6rem);
}

.about-copy .page-title {
  max-width: 9ch;
  font-size: clamp(4rem, 5.7vw, 5.25rem);
  white-space: nowrap;
}

.scallop-image {
  margin-top: -3.5rem;
}

.media-main {
  padding-top: 6rem;
}

.media-intro {
  grid-template-columns: minmax(480px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(3rem, 5vw, 6rem);
  align-items: start;
}

.media-copy .page-title {
  font-size: clamp(4rem, 5.2vw, 5rem);
  white-space: nowrap;
}

.media-copy p {
  margin-top: 2rem;
}

.media-copy .media-quote {
  margin-top: 1.25rem;
  font-family: var(--body);
  font-size: 1.15rem;
  line-height: 1.55;
}

.media-copy .media-quote cite {
  display: inline;
  margin: 0 0 0 0.35rem;
  font-size: inherit;
}

.youtube-section {
  display: block;
  width: 60%;
  margin-left: auto;
  padding-top: 7rem;
}

.concierge-main {
  padding-top: 5.5rem;
}

.concierge-intro {
  margin-bottom: 5.5rem;
}

.concierge-intro .page-title {
  font-size: clamp(4.5rem, 6vw, 5.5rem);
}

.concierge-grid {
  align-items: center;
}

.concierge-card {
  min-height: 330px;
  padding: 2rem;
  border: 0;
}

.concierge-card:hover {
  border-color: transparent;
  box-shadow: none;
}

.concierge-card img {
  width: min(440px, 86%);
}

@media (max-width: 768px) {
  :root {
    --header-height: 82px;
  }

  .menu-toggle span:nth-child(2) {
    display: none;
  }

  .menu-toggle span {
    margin: 8px 0;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .quote-panel {
    min-height: 66vh;
    padding: 5.5rem 7%;
  }

  .quote-panel p {
    font-size: clamp(2.75rem, 13.5vw, 4rem);
  }

  .quote-panel cite {
    font-size: clamp(1.75rem, 8vw, 2.4rem);
  }

  .artist-grid {
    gap: 3rem;
  }

  .artist-photo {
    order: 1;
  }

  .artist-copy {
    order: 2;
    padding: 0 0 5rem;
    text-align: center;
  }

  .artist-copy .section-title {
    margin-inline: auto;
    font-size: clamp(3.4rem, 15vw, 4.8rem);
    text-align: center;
    white-space: normal;
  }

  .artist-copy .eyebrow,
  .artist-copy .text-link {
    text-align: center;
  }

  .artist-copy p {
    font-size: 1.05rem;
  }

  .testimonial-heading .section-title {
    font-size: clamp(3.8rem, 17vw, 5.3rem);
  }

  .testimonial-carousel {
    display: grid;
    transform: translate3d(var(--carousel-shift, 0), 0, 0);
  }

  .testimonial,
  .testimonial.is-active {
    display: flex;
    grid-area: 1 / 1;
    visibility: hidden;
    pointer-events: none;
  }

  .testimonial.is-active {
    visibility: visible;
    pointer-events: auto;
    animation: testimonial-enter 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .about-grid {
    display: flex;
  }

  .scallop-image {
    margin-top: 0;
  }

  .media-intro {
    display: block;
  }

  .media-copy .page-title {
    white-space: normal;
  }

  .apple-embed {
    margin-top: 3rem;
  }

  .youtube-section {
    width: 100%;
    padding-top: 4rem;
  }

  .concierge-card {
    min-height: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .site-header,
  .hero img {
    animation: none !important;
  }
}

.video-frame video {
  width: min(1120px, 90vw);
  max-height: none;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.testimonial::before {
  display: none;
}

.testimonial-portrait {
  width: 104px;
  height: 104px;
  flex: 0 0 104px;
  margin-bottom: 2.5rem;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial blockquote {
  text-transform: none;
}

.site-footer {
  color: var(--ink);
  background: var(--paper);
  border-top: 1px solid var(--rule);
}

.footer-links a {
  display: inline-flex;
  min-width: 36px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
}

.reveal-pending {
  transition-duration: 900ms;
}

@media (max-width: 768px) {
  .hero,
  .hero img {
    height: 75dvh;
    min-height: 540px;
  }

  .hero img {
    object-position: 52% 51%;
  }

  .video-frame video {
    width: min(720px, 92vw);
  }
}

.testimonial blockquote {
  text-transform: uppercase;
}

@keyframes testimonial-enter {
  from {
    opacity: 0;
    transform: translateX(18px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial.is-active {
    animation: none;
  }
}
