:root {
  --wine: #08233f;
  --dark: #061629;
  --ink: #132a3f;
  --cream: #f2f4f3;
  --gold: #d7bd86;
  --blue: #154f80;
  --cobalt: #1f6da7;
  --line: rgba(19, 42, 63, 0.18);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 7px;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
em {
  font-family: Georgia, serif;
  font-weight: 400;
}
p + p {
  margin-top: 20px;
}
p {
  max-width: 65ch;
}
button {
  color: inherit;
}
::selection {
  background: var(--wine);
  color: var(--cream);
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  padding: 12px;
  background: var(--cream);
  z-index: 100;
}
.skip:focus {
  top: 10px;
}
.progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: var(--gold);
  width: 0;
  z-index: 101;
}
.header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
  z-index: 20;
  color: #fff9ee;
  border-bottom: 1px solid #ffffff30;
}
.monogram {
  font-family: var(--serif);
  font-size: 36px;
  line-height: 1;
}
.monogram span {
  color: var(--gold);
  font-size: 24px;
}
.desktop-nav {
  display: flex;
  gap: 32px;
  font-size: 14px;
}
.desktop-nav a {
  position: relative;
}
.desktop-nav a:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  height: 1px;
  width: 0;
  background: var(--gold);
  transition: width 0.3s;
}
.desktop-nav a:hover:after {
  width: 100%;
}
.header-connect {
  font-size: 14px;
  border: 1px solid #ffffff60;
  border-radius: 50px;
  padding: 10px 18px;
}
.header-connect span {
  margin-left: 15px;
}
.menu-toggle {
  display: none;
}
.mobile-nav {
  display: none;
}
.hero {
  min-height: 820px;
  height: 100svh;
  max-height: 1250px;
  position: relative;
  overflow: hidden;
  color: #f9f3e7;
  background: #061629;
}
.hero-photo {
  position: absolute;
  inset: 0 0 0 43%;
  overflow: hidden;
}
.hero-photo img {
  width: 100%;
  height: 115%;
  object-fit: cover;
  object-position: 50% 43%;
  will-change: transform;
  filter: brightness(0.8) saturate(0.7);
}
.hero-tint {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #061a31 0%,
      #08233ff7 27%,
      #0c355bab 45%,
      #0b335126 75%
    ),
    linear-gradient(0deg, #031325df, transparent 50%, #03132535);
}
.hero-topline {
  position: relative;
  padding: 120px 4% 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e7d9c6;
}
.hero h1 {
  position: relative;
  margin: 35px 3.3% 0;
  font-family: var(--serif);
  font-size: clamp(86px, 12.8vw, 215px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  white-space: nowrap;
  animation: hero-in 1.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.period {
  color: var(--gold);
}
.hero-bottom {
  position: absolute;
  bottom: 115px;
  left: 4%;
  right: 4%;
  display: grid;
  grid-template-columns: 1.2fr 0.5fr 0.7fr;
  align-items: end;
  gap: 30px;
}
.eyebrow,
.section-label {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.eyebrow {
  display: block;
  margin-bottom: 22px;
}
.hero-bottom h2 {
  font-family: var(--serif);
  font-size: clamp(34px, 3.4vw, 58px);
  line-height: 1.12;
}
.hero-bottom h2 em {
  font-size: 0.93em;
  color: #d7b88f;
}
.round-link {
  justify-self: center;
  border: 1px solid #d8c4a580;
  border-radius: 50%;
  height: 122px;
  width: 122px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  transition:
    background 0.35s,
    transform 0.35s;
}
.round-link:hover {
  background: #b3915d33;
  transform: translateY(-5px);
}
.round-link b {
  font-size: 25px;
  font-weight: 400;
  margin-top: 7px;
}
.hero-note {
  justify-self: end;
  font-size: 14px;
  color: #ebdfcd;
}
.small-line {
  display: block;
  font-size: 12px;
  border-top: 1px solid #ffffff40;
  margin-top: 26px;
  padding-top: 14px;
  letter-spacing: 0.04em;
}
.hero-index {
  position: absolute;
  bottom: 30px;
  left: 4%;
  font-size: 11px;
  letter-spacing: 0.12em;
}
.ticker {
  overflow: hidden;
  background: var(--wine);
  color: #e5d5b9;
  border-top: 1px solid #5c92b65c;
  padding: 22px 0;
}
.ticker div {
  width: max-content;
  font: 30px var(--serif);
  animation: marquee 36s linear infinite;
}
.ticker i {
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  margin: 0 45px;
  color: #bd9d69;
}

/* Six compact groups form one seamless belt. The track moves by one group,
   preserving the supplied spacing while another copy always fills the edge. */
.ticker .ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  min-width: 0;
  animation: ticker-loop 36s linear infinite;
  will-change: transform;
}
.ticker .ticker-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  min-width: 0;
  width: max-content;
  animation: none;
}
.ticker .ticker-group span {
  flex: 0 0 auto;
}
@keyframes ticker-loop {
  to {
    transform: translateX(-16.6666667%);
  }
}
.section-pad {
  padding: 90px 6%;
}
.section-label {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 75px;
}
.display {
  font: clamp(42px, 5.2vw, 86px) / 1.07 var(--serif);
  letter-spacing: -0.035em;
}
.display em {
  font-size: 0.91em;
  color: var(--wine);
}
.about-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 10%;
  align-items: start;
}
.about-image {
  margin-top: 10px;
  position: sticky;
  top: 45px;
}
.about-image img {
  height: 580px;
  width: 100%;
  object-fit: cover;
  object-position: center 45%;
}
.image-caption {
  display: block;
  font-size: 12px;
  margin-top: 13px;
}
.about-copy h2 {
  margin-bottom: 32px;
}
.about-copy p {
  color: #536575;
}
.about-copy .intro {
  font-size: 21px;
  line-height: 1.5;
  color: var(--ink);
  margin-bottom: 24px;
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  padding: 21px 0;
  font-size: 14px;
}
summary::-webkit-details-marker {
  display: none;
}
summary span:last-child {
  font-size: 22px;
  line-height: 1;
}
details[open] > summary span:last-child {
  transform: rotate(45deg);
}
details p {
  margin-bottom: 22px;
}
video {
  width: 100%;
  max-height: 400px;
  background: #07182a;
  margin-bottom: 20px;
}
.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 40px;
}
.timeline small {
  display: block;
  color: #607487;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.timeline span {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 90px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}
.stats > div {
  padding: 0 25px;
  border-right: 1px solid var(--line);
}
.stats > div:first-child {
  padding-left: 0;
}
.stats > div:last-child {
  border: 0;
}
.stats strong {
  font: 66px var(--serif);
  display: block;
  letter-spacing: -0.04em;
}
.stats strong span {
  font-size: 0.6em;
}
.stats > div > span {
  font-size: 12px;
  color: #5a7184;
}
.ventures {
  background: var(--wine);
  color: var(--cream);
  --line: #ffffff26;
}
.ventures .display em {
  color: #d4b788;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 65px;
}
.section-heading p {
  font-size: 15px;
  max-width: 350px;
  color: #63798a;
}
.ventures .section-heading p {
  color: #afc3d0;
}
.venture {
  min-height: 155px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 50px 1fr 140px 140px 30px;
  gap: 25px;
  align-items: center;
  padding: 25px 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.venture::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #ffffff08, #ffffff03);
  opacity: 0;
  transform: scaleX(0.985);
  transform-origin: center;
  transition:
    opacity 0.5s ease,
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.venture:last-child {
  border-bottom: 1px solid var(--line);
}
.venture:is(:hover, :focus-visible, :focus-within)::before {
  opacity: 1;
  transform: scaleX(1);
}
.number {
  font-size: 12px;
  color: #9fb7c8;
}
.venture h3 {
  font: clamp(30px, 4vw, 60px) var(--serif);
  letter-spacing: -0.03em;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.venture > span:not(.number) {
  font-size: 13px;
  text-align: right;
  color: #b8c9d3;
  transition:
    color 0.45s ease,
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.venture .number,
.venture b,
.venture .text-button {
  transition:
    color 0.45s ease,
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.venture img {
  height: 65px;
  width: 120px;
  object-fit: contain;
  opacity: 0.8;
  filter: grayscale(1) brightness(1.7);
  transition:
    filter 0.65s ease,
    opacity 0.5s ease,
    transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
.venture:is(:hover, :focus-visible, :focus-within) img {
  opacity: 1;
  filter: grayscale(0) brightness(1);
  transform: scale(1.035);
}
.venture:is(:hover, :focus-visible, :focus-within) h3 {
  transform: translateX(10px);
}
.venture:is(:hover, :focus-visible, :focus-within) .number {
  transform: translateX(4px);
}
.venture:is(:hover, :focus-visible, :focus-within) > span:not(.number) {
  color: #fff8ed;
  transform: translateX(-5px);
}
.venture:is(:hover, :focus-visible, :focus-within) b,
.venture:is(:hover, :focus-visible, :focus-within) .text-button {
  color: var(--gold);
  transform: translateX(4px);
}
.venture img.performer {
  width: 80px;
  height: 95px;
  justify-self: center;
  object-fit: cover;
  object-position: top;
}
.venture b {
  font-size: 24px;
  font-weight: 400;
}
.text-button {
  background: none;
  border: 0;
  font-size: 30px;
  padding: 0;
}
.office-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  margin-top: 95px;
}
.office-grid h3 {
  font: 58px/1.07 var(--serif);
}
.office-grid h3 em {
  font-size: 0.9em;
  color: #d4b788;
}
.office-grid p {
  color: #bfd0da;
  font-size: 15px;
}
.office-grid details:first-of-type {
  margin-top: 25px;
  border-top: 1px solid var(--line);
}
.deal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.deal-grid h4 {
  font-size: 13px;
  font-weight: 500;
}
.deal-grid p {
  font-size: 13px;
  margin-top: 10px;
}
.flight {
  height: 700px;
  position: relative;
  overflow: hidden;
  background: #071b33;
  color: #fff8eb;
}
.flight > img {
  position: absolute;
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center 55%;
  will-change: transform;
}
.flight-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #061629a8, #0f4d7c33),
    linear-gradient(0deg, #03132591, transparent);
}
.flight-content {
  position: relative;
  padding: 160px 8%;
}
.flight h2 {
  font: clamp(60px, 7vw, 105px) / 1.05 var(--serif);
  margin-bottom: 40px;
  letter-spacing: -0.03em;
}
.flight h2 em {
  font-size: 0.9em;
}
.underline-link {
  display: inline-flex;
  gap: 35px;
  font-size: 14px;
  border-bottom: 1px solid;
  padding: 0 0 9px;
}
.flight-caption {
  position: absolute;
  right: 4%;
  bottom: 35px;
  font-size: 12px;
}
.passion-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  align-items: start;
}
.passion-visual {
  position: sticky;
  top: 45px;
}
.passion-visual img {
  width: 100%;
  height: 640px;
  object-fit: cover;
}
.passion-visual > span {
  position: absolute;
  bottom: 25px;
  left: 25px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #061629d9;
  color: var(--cream);
  padding: 10px 15px;
}
.passion-item:first-child {
  border-top: 1px solid var(--line);
}
.passion-item summary {
  gap: 20px;
  padding: 28px 0;
}
.passion-item summary > span {
  font-size: 12px;
  color: #718596;
}
.passion-item summary h3 {
  font: 32px var(--serif);
  flex: 1;
}
.passion-item summary b {
  font-size: 23px;
  font-weight: 400;
}
.passion-item[open] summary b {
  transform: rotate(45deg);
}
.passion-item > div {
  padding: 0 0 15px 34px;
  color: #526a7d;
  font-size: 15px;
  animation: hero-in 0.5s ease;
}
.mini-images {
  display: flex;
  gap: 15px;
  margin-bottom: 16px;
}
.mini-images img {
  width: calc(50% - 8px);
  height: 120px;
  object-fit: cover;
}
.travel-map {
  margin-bottom: 20px;
}
.book-list {
  padding-left: 20px;
  margin-bottom: 25px;
}
.giving {
  background: #dce7ed;
}
.giving-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 9%;
  align-items: center;
}
.giving .display {
  font-size: clamp(42px, 4.4vw, 68px);
  margin-bottom: 35px;
}
.giving p {
  font-size: 16px;
  color: #506477;
}
.giving-stats {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}
.giving-stats strong {
  font: 42px var(--serif);
  display: block;
}
.giving-stats span {
  display: block;
  font-size: 11px;
  max-width: 130px;
  line-height: 1.5;
  margin-top: 10px;
}
.charities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #154f8022;
  border: 1px solid #154f8022;
}
.charities > div {
  height: 105px;
  background: #edf3f6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.charities img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: grayscale(1);
}
.connections .display {
  margin-bottom: 60px;
}
.org-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  align-items: start;
}
.org-grid > div {
  text-align: center;
}
.org-grid img {
  height: 75px;
  width: 100%;
  object-fit: contain;
  filter: grayscale(1);
  mix-blend-mode: multiply;
  margin-bottom: 20px;
}
.org-grid span {
  font-size: 12px;
  display: block;
  line-height: 1.5;
}
.credentials {
  margin-top: 55px;
  border-top: 1px solid var(--line);
}
.credentials ul {
  columns: 2;
  column-gap: 60px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 2.2;
  margin-bottom: 30px;
}
.media {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-top: 90px;
  gap: 30px;
}
.media a {
  display: grid;
  grid-template-columns: 150px 1fr 25px;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 23px 0;
  align-items: center;
  transition:
    color 0.2s,
    padding 0.2s;
}
.media a:hover {
  color: #1f6da7;
  padding-left: 10px;
}
.media a:last-child {
  border-bottom: 1px solid var(--line);
}
.media a > span {
  font-size: 12px;
  color: #60778a;
}
.media h3 {
  font: 28px var(--serif);
}
.media b {
  font-weight: 400;
}
.journal {
  background: #e3ebef;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: start;
}
.gallery button {
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.gallery button:nth-child(3n + 2) {
  margin-top: 65px;
}
.gallery button img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition:
    transform 0.65s,
    filter 0.65s;
  filter: saturate(0.75);
}
.gallery button:hover img {
  transform: scale(1.045);
  filter: saturate(1);
}
.gallery button span {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  font-size: 12px;
  background: #061629aa;
  color: #fff;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery button:hover span,
.gallery button:focus-visible span {
  opacity: 1;
}
.gallery [hidden] {
  display: none;
}
.pill-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border: 1px solid #154f8066;
  border-radius: 40px;
  padding: 15px 30px;
  background: transparent;
  margin: 55px auto 0;
  font-size: 14px;
  transition:
    color 0.3s,
    background 0.3s;
}
.pill-button:hover {
  background: var(--wine);
  color: var(--cream);
}
.pill-button span {
  font-size: 22px;
}
.footer {
  background: var(--dark);
  color: var(--cream);
  padding-bottom: 28px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #a7bdcd;
}
.footer h2 {
  font: clamp(55px, 10vw, 160px) / 1.15 var(--serif);
  letter-spacing: -0.04em;
  margin: 38px 0 55px;
}
.footer h2 em {
  font-size: 0.9em;
  color: #d3b58e;
}
.footer-social {
  display: flex;
  gap: 40px;
  font-size: 14px;
}
.footer-social a:last-child {
  margin-left: auto;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff22;
  margin-top: 90px;
  padding-top: 25px;
  font-size: 11px;
  color: #a8bdcb;
}
dialog {
  padding: 0;
  border: 0;
  background: #061629;
  color: var(--cream);
  max-width: 95vw;
  max-height: 94svh;
}
dialog::backdrop {
  background: #020d19e8;
  backdrop-filter: blur(12px);
}
#lightbox {
  width: 90vw;
  height: 90svh;
  overflow: hidden;
}
#lightbox figure {
  margin: 45px 70px 20px;
  height: calc(100% - 75px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#lightbox figure img {
  max-width: 100%;
  max-height: calc(100% - 40px);
  object-fit: contain;
}
#lightbox figcaption {
  font-size: 13px;
  margin-top: 12px;
}
.dialog-close,
.gallery-prev,
.gallery-next {
  position: absolute;
  z-index: 3;
  border: 1px solid #ffffff40;
  background: #071b33;
  color: white;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: 25px;
  line-height: 1;
}
.dialog-close {
  right: 14px;
  top: 14px;
}
.gallery-prev {
  left: 12px;
  top: 50%;
}
.gallery-next {
  right: 12px;
  top: 50%;
}
.text-dialog {
  width: 650px;
  padding: 60px;
}
.text-dialog h2 {
  font: 45px/1.1 var(--serif);
  margin-bottom: 25px;
}
.text-dialog img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 25%;
  margin-bottom: 25px;
}
.text-dialog p {
  font-size: 16px;
}
.reveal {
  transition:
    opacity 0.9s cubic-bezier(0.2, 0.6, 0.3, 1),
    transform 0.9s cubic-bezier(0.2, 0.6, 0.3, 1);
}
.js-motion .reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(35px);
}
@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
@media (min-width: 1500px) {
  .section-pad {
    padding-left: max(6%, calc((100vw - 1400px) / 2));
    padding-right: max(6%, calc((100vw - 1400px) / 2));
  }
}
@media (max-width: 1000px) {
  .desktop-nav {
    gap: 20px;
  }
  .hero {
    min-height: 730px;
  }
  .hero-bottom {
    grid-template-columns: 1fr 0.4fr 0.6fr;
  }
  .hero-note {
    font-size: 12px;
  }
  .about-grid {
    gap: 6%;
  }
  .about-image img {
    height: 500px;
  }
  .stats strong {
    font-size: 52px;
  }
  .venture {
    grid-template-columns: 30px 1fr 100px 120px 25px;
    gap: 15px;
  }
  .office-grid {
    gap: 7%;
  }
  .office-grid h3 {
    font-size: 48px;
  }
  .passion-visual img {
    height: 530px;
  }
  .giving-grid {
    grid-template-columns: 1fr;
  }
  .charities {
    margin-top: 45px;
    grid-template-columns: repeat(9, 1fr);
  }
  .charities > div {
    height: 90px;
    padding: 10px;
  }
  .org-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
  .media {
    grid-template-columns: 1fr;
  }
  .gallery button img {
    height: 260px;
  }
  .section-pad {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 700px) {
  .header {
    height: 75px;
    padding: 0 6%;
  }
  .desktop-nav,
  .header-connect {
    display: none;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 13px;
    background: transparent;
    border: 0;
    color: inherit;
    font-size: 13px;
    padding: 10px 0;
  }
  .mobile-nav:not([hidden]) {
    display: flex;
    position: fixed;
    inset: 75px 0 auto;
    background: var(--wine);
    padding: 25px 7% 35px;
    flex-direction: column;
    color: var(--cream);
    z-index: 21;
    box-shadow: 0 15px 25px #06162922;
  }
  .mobile-nav a {
    font: 30px var(--serif);
    padding: 12px 0;
    border-bottom: 1px solid #ffffff20;
  }
  .header.menu-open {
    position: fixed;
    background: var(--wine);
  }
  .hero {
    height: 100svh;
    min-height: 760px;
    max-height: 1000px;
  }
  .hero-photo {
    inset: 0 0 0 10%;
  }
  .hero-photo img {
    object-position: 52% center;
    height: 110%;
    filter: brightness(0.68) saturate(0.65);
  }
  .hero-tint {
    background:
      linear-gradient(90deg, #092846a8, transparent),
      linear-gradient(0deg, #061629 0%, #0f4d7c52 65%, #06162970);
  }
  .hero-topline {
    padding: 103px 6% 0;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  .hero-topline span:last-child {
    display: none;
  }
  .hero h1 {
    margin: 30px 5% 0;
    font-size: clamp(70px, 17vw, 122px);
    white-space: normal;
    line-height: 0.95;
    letter-spacing: -0.04em;
  }
  .hero h1 > span {
    display: block;
  }
  .hero h1 > span + span {
    margin-left: 15%;
  }
  .hero-bottom {
    left: 6%;
    right: 6%;
    bottom: 85px;
    grid-template-columns: 1fr 95px;
    gap: 18px;
  }
  .hero-bottom .eyebrow {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .hero-bottom h2 {
    font-size: 36px;
  }
  .round-link {
    height: 90px;
    width: 90px;
    font-size: 10px;
  }
  .hero-note {
    display: none;
  }
  .hero-index {
    left: 6%;
    bottom: 24px;
    font-size: 10px;
  }
  .ticker {
    padding: 18px 0;
  }
  .ticker div {
    font-size: 25px;
  }
  .ticker i {
    margin: 0 25px;
  }
  .section-pad {
    padding: 60px 6%;
  }
  .section-label {
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    gap: 20px;
  }
  .section-label span:last-child {
    text-align: right;
  }
  .about-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .display {
    font-size: 46px;
  }
  .about-image {
    position: relative;
    top: 0;
    width: 80%;
    margin-left: 10%;
  }
  .about-image img {
    height: 420px;
  }
  .about-copy .intro {
    font-size: 19px;
  }
  .about-copy p {
    font-size: 15px;
  }
  .timeline {
    gap: 12px;
  }
  .timeline small {
    font-size: 10px;
  }
  .timeline span {
    font-size: 13px;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
    gap: 30px 0;
    margin-top: 55px;
    padding-top: 30px;
  }
  .stats > div {
    padding: 0 18px;
  }
  .stats > div:nth-child(3) {
    padding-left: 0;
  }
  .stats > div:nth-child(2) {
    border-right: 0;
  }
  .stats strong {
    font-size: 53px;
  }
  .stats > div > span {
    font-size: 11px;
    line-height: 1.5;
    display: block;
  }
  .section-heading {
    display: block;
    margin-bottom: 40px;
  }
  .section-heading p {
    margin-top: 25px;
    font-size: 14px;
  }
  .venture {
    grid-template-columns: 25px 1fr 25px;
    gap: 12px;
    position: relative;
    min-height: 125px;
    padding: 23px 0;
  }
  .venture h3 {
    font-size: 36px;
    grid-column: 2;
    align-self: end;
  }
  .venture .number {
    grid-row: 1/3;
    align-self: start;
    padding-top: 10px;
  }
  .venture img {
    display: none;
  }
  .venture > span:not(.number) {
    grid-column: 2;
    text-align: left;
    font-size: 12px;
    align-self: start;
  }
  .venture > b,
  .venture > button {
    grid-column: 3;
    grid-row: 1/3;
  }
  .venture:hover {
    padding-left: 0;
    padding-right: 0;
  }
  .venture:is(:hover, :focus-visible, :focus-within) h3 {
    transform: translateX(5px);
  }
  .venture:is(:hover, :focus-visible, :focus-within) > span:not(.number) {
    transform: translateX(5px);
  }
  .office-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 60px;
  }
  .office-grid h3 {
    font-size: 46px;
  }
  .office-grid p {
    font-size: 14px;
  }
  .flight {
    height: 560px;
  }
  .flight-content {
    padding: 120px 6%;
  }
  .flight h2 {
    font-size: 57px;
  }
  .flight .eyebrow {
    font-size: 10px;
  }
  .flight-caption {
    font-size: 10px;
  }
  .passion-layout {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .passion-visual {
    position: relative;
    top: 0;
    width: 100%;
  }
  .passion-visual img {
    height: 420px;
  }
  .passion-accordions {
    width: 100%;
  }
  .passion-item summary h3 {
    font-size: 29px;
  }
  .passion-item > div {
    padding-left: 30px;
  }
  .giving .display {
    font-size: 43px;
  }
  .giving p {
    font-size: 15px;
  }
  .giving-stats {
    gap: 16px;
  }
  .giving-stats strong {
    font-size: 34px;
  }
  .giving-stats span {
    font-size: 10px;
  }
  .charities {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 15px;
  }
  .charities > div {
    height: 100px;
    padding: 15px;
  }
  .org-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
  .org-grid img {
    height: 60px;
  }
  .connections .display {
    margin-bottom: 45px;
  }
  .credentials ul {
    columns: 1;
    font-size: 14px;
  }
  .media {
    margin-top: 60px;
  }
  .media a {
    grid-template-columns: 1fr 24px;
    gap: 5px;
  }
  .media a > span {
    grid-column: 1;
    font-size: 11px;
  }
  .media h3 {
    grid-column: 1;
    font-size: 29px;
  }
  .media b {
    grid-row: 1/3;
    grid-column: 2;
  }
  .gallery {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .gallery button:nth-child(3n + 2) {
    margin-top: 0;
  }
  .gallery button:nth-child(even) {
    margin-top: 35px;
  }
  .gallery button img {
    height: 230px;
  }
  .gallery button span {
    display: none;
  }
  .pill-button {
    font-size: 13px;
    gap: 25px;
    margin-top: 35px;
  }
  .footer-top {
    font-size: 10px;
  }
  .footer-top .eyebrow {
    font-size: 10px;
  }
  .footer h2 {
    font-size: 61px;
    margin: 20px 0 40px;
  }
  .footer h2 em {
    display: block;
  }
  .footer-social {
    gap: 22px;
    font-size: 12px;
  }
  .footer-bottom {
    margin-top: 60px;
    gap: 15px;
    flex-wrap: wrap;
    font-size: 10px;
  }
  .footer-bottom > span:nth-child(2) {
    display: none;
  }
  #lightbox {
    width: 96vw;
    height: 85svh;
  }
  #lightbox figure {
    margin: 60px 15px 60px;
    height: calc(100% - 120px);
  }
  .gallery-prev,
  .gallery-next {
    top: auto;
    bottom: 10px;
  }
  .text-dialog {
    padding: 60px 25px 30px;
  }
  .text-dialog h2 {
    font-size: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .js-motion .reveal:not(.is-visible) {
    opacity: 1;
    transform: none;
  }
  .hero-photo img,
  .flight > img {
    transform: none !important;
  }
}

/* Music video moved into the left passion visual */
.passion-visual {
  overflow: hidden;
}
.passion-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  margin: 0;
  background: #080808;
  object-fit: cover;
  display: none;
  z-index: 3;
}
.passion-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 92px;
  height: 92px;
  border: 1px solid rgba(255, 249, 238, 0.82);
  border-radius: 50%;
  background: rgba(6, 22, 41, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 4;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}
.passion-play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #fff9ee;
  margin-left: 5px;
}
.passion-play:hover {
  transform: translate(-50%, -50%) scale(1.06);
  background: rgba(76, 23, 37, 0.58);
  border-color: #fff9ee;
}
.passion-visual.is-music .passion-play {
  display: flex;
}
.passion-visual.is-video-playing #passion-image {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.passion-visual.is-video-playing .passion-play,
.passion-visual.is-video-playing #passion-caption {
  display: none;
}
.passion-visual.is-video-playing .passion-video {
  display: block;
}
@media (max-width: 700px) {
  .passion-play {
    width: 76px;
    height: 76px;
  }
  .passion-play::before {
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 17px;
  }
}

/* Image entrance transitions are intentionally kept during the visual rollback. */
.motion-media {
  overflow: hidden;
}
.motion-media > img {
  opacity: 0.82;
  transform: scale(1.045);
  transition:
    opacity 0.75s ease,
    transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.motion-media.in-view > img {
  opacity: 1;
  transform: scale(1);
}
.passion-item {
  interpolate-size: allow-keywords;
}
.passion-item summary b {
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}
.passion-item > div {
  display: block;
  height: 0;
  overflow: clip;
  opacity: 0;
  transform: translateY(-10px);
  padding: 0 0 0 34px;
  animation: none;
  transition:
    height 0.62s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.35s ease,
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    padding-bottom 0.62s cubic-bezier(0.16, 1, 0.3, 1);
}
.passion-item[open] > div {
  height: auto;
  opacity: 1;
  transform: none;
  padding-bottom: 15px;
}
.passion-visual img {
  transition:
    opacity 0.28s ease,
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.passion-visual.is-changing img {
  opacity: 0;
  transform: scale(0.985);
}
.media {
  align-items: start;
}
.media-preview {
  position: sticky;
  top: 35px;
  align-self: start;
}
.media-preview .eyebrow {
  margin-bottom: 28px;
}
.media-preview-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  max-width: 440px;
  background: #d9d0c3;
}
.media-preview-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 32%;
  filter: saturate(0.78) contrast(0.96);
  transition:
    opacity 0.3s ease,
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.45s ease;
}
.media-preview-frame:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, #211018b8 100%);
  pointer-events: none;
}
.media-preview-frame.is-changing img {
  opacity: 0;
  transform: scale(1.035);
}
.media-preview-frame:hover img {
  filter: saturate(1) contrast(1);
  transform: scale(1.025);
}
.media-preview-label {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  z-index: 1;
  color: #fff8eb;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.media a.is-active {
  color: var(--wine);
  padding-left: 10px;
}
@media (max-width: 1000px) {
  .media-preview {
    position: relative;
    top: 0;
  }
  .media-preview-frame {
    max-width: none;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 700px) {
  .media-preview-frame {
    aspect-ratio: 4/3;
  }
  .media-preview-label {
    left: 16px;
    bottom: 14px;
  }
}
@supports not (interpolate-size: allow-keywords) {
  .passion-item > div {
    height: auto;
    max-height: 0;
    transition:
      max-height 0.62s cubic-bezier(0.16, 1, 0.3, 1),
      opacity 0.35s ease,
      transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
      padding-bottom 0.62s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .passion-item[open] > div {
    max-height: 760px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .motion-media > img {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Restores the original burgundy art direction while keeping the repaired interaction layer. */
:root {
  --wine: #491925;
  --dark: #29141b;
  --ink: #36262a;
  --cream: #f1ede5;
  --gold: #d3ba8c;
  --line: rgba(54, 38, 42, 0.2);
}
.hero {
  background: #241018;
}
.hero-tint {
  background:
    linear-gradient(
      90deg,
      #381722 0%,
      #421c29f7 27%,
      #421c29a8 45%,
      #35142120 75%
    ),
    linear-gradient(0deg, #271019dc, transparent 50%, #1f0b1730);
}
.ticker {
  border-top-color: #b99b6244;
}
.about-copy p {
  color: #63565a;
}
.timeline small {
  color: #79696d;
}
.stats > div > span {
  color: #706268;
}
.section-heading p {
  color: #7d6b70;
}
.ventures .section-heading p {
  color: #c3aeb4;
}
.office-grid p {
  color: #ccb7be;
}
.flight {
  background: #352c35;
}
.flight-overlay {
  background:
    linear-gradient(90deg, #21152699, #28101c20),
    linear-gradient(0deg, #160d1877, transparent);
}
.giving {
  background: #dfd5c4;
}
.giving p {
  color: #66584f;
}
.charities {
  background: #79674820;
  border-color: #79674820;
}
.charities > div {
  background: #e8e1d4;
}
.journal,
.gallery {
  background: #e8e2d8;
}
.pill-button {
  border-color: #6c525966;
}
.media a > span {
  color: #817078;
}
.media a:hover {
  color: #96374f;
}
.footer-bottom {
  color: #bca5ad;
}
.mobile-nav:not([hidden]) {
  box-shadow: 0 15px 25px #200d1822;
}
.dialog-close,
.gallery-prev,
.gallery-next {
  background: #241a21;
}
#lightbox,
.text-dialog {
  background: #1b1018;
}
dialog::backdrop {
  background: #180e15e8;
}
@media (max-width: 700px) {
  .hero-tint {
    background:
      linear-gradient(90deg, #35152299, transparent),
      linear-gradient(0deg, #2b1421 0%, #39152340 65%, #2b142170);
  }
}

/* Fade the image itself so the exact existing hero burgundy shows through. */
.hero-photo {
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 10%,
    rgba(0, 0, 0, 0.28) 22%,
    rgba(0, 0, 0, 0.55) 36%,
    rgba(0, 0, 0, 0.82) 50%,
    #000 64%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 10%,
    rgba(0, 0, 0, 0.28) 22%,
    rgba(0, 0, 0, 0.55) 36%,
    rgba(0, 0, 0, 0.82) 50%,
    #000 64%
  );
}
.hero-photo::before {
  display: none !important;
}
@media (max-width: 700px) {
  .hero-photo {
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.28) 16%,
      rgba(0, 0, 0, 0.72) 34%,
      #000 50%
    );
    mask-image: linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.28) 16%,
      rgba(0, 0, 0, 0.72) 34%,
      #000 50%
    );
  }
}

@media (min-width: 701px) {
  .hero-bottom .round-link {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    justify-self: auto;
  }
  .hero-bottom .round-link:hover {
    transform: translate(-50%, -5px);
  }
  .hero-bottom .hero-note {
    grid-column: 3;
    justify-self: end;
  }
}
.round-link {
  position: relative;
  overflow: visible;
  padding: 0;
}
.round-link .round-copy {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.round-link .round-copy text {
  fill: #f4eadb;
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 1.45px;
  text-transform: uppercase;
}
.round-link .round-arrow {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  font-size: 27px;
  font-weight: 300;
  line-height: 1;
  color: #f4eadb;
}
@media (max-width: 700px) {
  .round-link .round-copy text {
    font-size: 10px;
    letter-spacing: 1.15px;
  }
  .round-link .round-arrow {
    font-size: 23px;
  }
}

.story-more {
  margin-top: 30px;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  background: transparent;
}
.story-more > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 78px;
  padding: 16px 2px;
  background: transparent;
  color: #111;
  transition:
    color 0.25s ease,
    padding 0.25s ease;
}
.story-more > summary::-webkit-details-marker {
  display: none;
}
.story-more > summary:hover {
  padding-left: 8px;
  color: #000;
}
.story-more-label {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.story-more-label small {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #b18d55;
  font-weight: 600;
}
.story-more-label strong {
  display: block;
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(24px, 1.7vw, 30px);
  line-height: 1.08;
  color: currentColor;
}
.story-more .story-more-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, 0.32);
  border-radius: 50%;
  color: #111;
  font-size: 22px;
  line-height: 1;
  background: transparent;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}
.story-more > summary:hover .story-more-icon {
  border-color: rgba(0, 0, 0, 0.58);
  background: rgba(0, 0, 0, 0.04);
}
.story-more[open] > summary .story-more-icon {
  transform: rotate(45deg);
}
.story-more[open] > summary {
  border-bottom: 1px solid rgba(17, 17, 17, 0.14);
}
.story-more > p {
  margin-left: 0;
  margin-right: 0;
}
.story-more > summary + p {
  margin-top: 22px;
}
.story-more > video {
  display: block;
  width: 100%;
  margin: 8px 0 20px;
  border-radius: 0;
  background: #111;
}
@media (max-width: 860px) {
  .story-more {
    margin-top: 26px;
  }
  .story-more > summary {
    min-height: 72px;
    padding: 14px 0;
  }
  .story-more > summary:hover {
    padding-left: 0;
  }
  .story-more-label strong {
    font-size: clamp(23px, 6.4vw, 28px);
  }
  .story-more .story-more-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 20px;
  }
}

/* Hero refinement: keep the original site header/nav typography, and scale the
   supplied 1920x1006 artwork as one composition so Patrick stays at the same
   vertical position as the reference. */
:root {
  --hero-ticker-h: clamp(42px, 2.92vw, 56px);
}

.hero.hero-v2 {
  height: calc(100svh - var(--hero-ticker-h));
  min-height: 640px;
  max-height: none;
  position: relative;
  overflow: hidden;
  color: #f9f3e7;
  background: #241018;
  isolation: isolate;
}
.hero-v2 .hero-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  /* Do not create a stacking context here. The portrait must be able to
     sit above the title while the background remains behind it. */
  z-index: auto;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}
/* Bg.png and person.png were both supplied at 1920 x 1006. On desktop they are
   kept on that shared artboard instead of being cropped independently to the
   shorter hero area. This is what lowers the head to the reference position. */
.hero-v2 .hero-photo img,
.hero-v2 .hero-bg,
.hero-v2 .hero-person {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: max(calc(100% + var(--hero-ticker-h)), 52.395833vw);
  max-width: none;
  object-fit: cover;
  object-position: center top;
  filter: none;
  opacity: 1;
  will-change: auto;
  transform: none !important;
}
.hero-v2 .hero-photo img,
.hero-v2 .hero-bg {
  z-index: 0;
}
.hero-v2 > .hero-person {
  /* Portrait is intentionally above the name (z:2) but below the
     lower hero shading/content layers. */
  z-index: 3;
  top: clamp(-72px, -3.3vw, -42px);
  pointer-events: none;
  user-select: none;
}
.hero-v2 .hero-tint {
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(12, 4, 8, 0.1) 0%,
      rgba(12, 4, 8, 0) 34%,
      rgba(24, 7, 13, 0.05) 60%,
      rgba(24, 7, 13, 0.19) 100%
    ),
    radial-gradient(circle at 50% 39%, rgba(111, 38, 50, 0.08), transparent 35%);
}
.hero-v2 .hero-topline {
  position: absolute;
  z-index: 5;
  top: clamp(100px, 7.08vw, 136px);
  left: 0;
  right: 0;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e7d9c6;
}
.hero-v2 h1 {
  position: absolute;
  z-index: 2;
  top: clamp(145px, 10.1vw, 194px);
  left: 3.3%;
  right: 3.3%;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(116px, 10.4167vw, 200px);
  line-height: 0.9;
  letter-spacing: -0.055em;
  white-space: nowrap;
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: clamp(90px, 9.375vw, 180px);
  color: #f1e4d3;
  font-weight: 400;
  animation: hero-in 1.25s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero-v2 h1 > span {
  display: inline;
}
.hero-v2 .period {
  color: var(--gold);
}
.hero-v2:after {
  content: "";
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(26, 8, 14, 0.04) 38%,
    rgba(26, 8, 14, 0.18) 100%
  );
  pointer-events: none;
}
.hero-v2 .hero-bottom {
  position: absolute;
  z-index: 6;
  left: 3.6%;
  right: auto;
  bottom: clamp(85px, 5.99vw, 115px);
  display: block;
  width: min(620px, 42vw);
}
.hero-v2 .hero-bottom h2 {
  font-family: var(--serif);
  font-size: clamp(40px, 3.02vw, 58px);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: #f1e4d3;
}
.hero-v2 .hero-bottom h2 em {
  font-family: Georgia, serif;
  font-size: 0.93em;
  color: #d7b88f;
}
.hero-v2 .hero-discover {
  position: absolute;
  z-index: 7;
  right: 2.1%;
  bottom: clamp(60px, 4.2vw, 81px);
  left: auto;
  width: clamp(112px, 7.81vw, 150px);
  height: clamp(112px, 7.81vw, 150px);
  border-color: rgba(226, 210, 189, 0.42);
  background: rgba(45, 16, 25, 0.1);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  transform: none;
}
.hero-v2 .hero-discover:hover {
  transform: translateY(-5px);
  background: rgba(151, 85, 96, 0.12);
}
.hero-v2 .hero-discover .round-copy text {
  fill: #eadcca;
  font-size: 9.5px;
  letter-spacing: 1.45px;
}
.hero-v2 .hero-discover .round-arrow {
  top: 55%;
  font-size: 27px;
  color: #eadcca;
}
.hero-v2 .hero-index {
  z-index: 7;
  left: 3.6%;
  bottom: clamp(20px, 1.56vw, 30px);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #eee2d2;
}

/* One continuous marquee row. Explicit no-wrap prevents the repeated labels
   from breaking into multiple lines at any desktop width. */
.ticker {
  height: var(--hero-ticker-h);
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #55202b;
  color: #e5d5b9;
  border-top: 1px solid rgba(185, 155, 98, 0.45);
  white-space: nowrap;
}
.ticker div {
  display: block;
  width: max-content;
  min-width: max-content;
  flex: 0 0 auto;
  white-space: nowrap;
  font: clamp(19px, 1.25vw, 24px) / 1 var(--serif);
  animation: marquee 36s linear infinite;
}
.ticker i {
  font-style: normal;
  font-size: clamp(15px, 1vw, 19px);
  display: inline-block;
  margin: 0 clamp(24px, 1.77vw, 34px);
  color: #bd9d69;
}

@media (max-width: 1100px) {
  .hero-v2 h1 {
    font-size: clamp(94px, 11.2vw, 124px);
  }
  .hero-v2 .hero-bottom {
    width: min(500px, 48vw);
  }
  .hero-v2 .hero-bottom h2 {
    font-size: clamp(36px, 4vw, 44px);
  }
  .hero-v2 .hero-discover {
    right: 3.4%;
  }
}

@media (max-width: 700px) {
  :root {
    --hero-ticker-h: 52px;
  }
  .hero.hero-v2 {
    height: calc(100svh - var(--hero-ticker-h));
    min-height: 680px;
    max-height: 980px;
  }
  .hero-v2 .hero-photo {
    inset: 0;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
  .hero-v2 .hero-photo img,
  .hero-v2 .hero-bg,
  .hero-v2 .hero-person {
    width: 100%;
    height: calc(100% + var(--hero-ticker-h));
    object-fit: cover;
    object-position: center top;
  }
  .hero-v2 .hero-tint {
    background: linear-gradient(
      180deg,
      rgba(9, 2, 5, 0.06),
      rgba(20, 6, 11, 0.02) 45%,
      rgba(20, 6, 11, 0.2) 100%
    );
  }
  .hero-v2 .hero-topline {
    top: 103px;
    padding: 0 6%;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  .hero-v2 > .hero-person {
    z-index: 3;
    top: -24px;
  }
  .hero-v2 h1 {
    top: 132px;
    left: 5%;
    right: 5%;
    margin: 0;
    font-size: clamp(70px, 17vw, 112px);
    line-height: 0.95;
    letter-spacing: -0.04em;
    white-space: normal;
    text-align: left;
    display: block;
    gap: 0;
  }
  .hero-v2 h1 > span {
    display: block;
  }
  .hero-v2 h1 > span + span {
    margin-left: 15%;
  }
  .hero-v2:after {
    height: 38%;
  }
  .hero-v2 .hero-bottom {
    left: 6%;
    right: auto;
    bottom: 85px;
    width: 62vw;
    display: block;
  }
  .hero-v2 .hero-bottom h2 {
    font-size: 36px;
    line-height: 1.05;
  }
  .hero-v2 .hero-discover {
    right: 5.5%;
    bottom: 83px;
    width: 90px;
    height: 90px;
  }
  .hero-v2 .hero-discover .round-copy text {
    font-size: 10px;
    letter-spacing: 1.15px;
  }
  .hero-v2 .hero-discover .round-arrow {
    font-size: 23px;
  }
  .hero-v2 .hero-index {
    left: 6%;
    bottom: 24px;
    font-size: 10px;
  }
  .ticker div {
    font-size: 21px;
  }
  .ticker i {
    font-size: 16px;
    margin: 0 22px;
  }
}

@media (max-width: 420px) {
  .hero.hero-v2 {
    min-height: 650px;
  }
  .hero-v2 .hero-topline {
    top: 98px;
  }
  .hero-v2 h1 {
    top: 127px;
    font-size: clamp(64px, 18vw, 84px);
  }
  .hero-v2 .hero-bottom {
    bottom: 82px;
    width: 66vw;
  }
  .hero-v2 .hero-bottom h2 {
    font-size: clamp(29px, 8.4vw, 36px);
  }
  .hero-v2 .hero-discover {
    width: 78px;
    height: 78px;
    right: 4.5%;
    bottom: 82px;
  }
}

@media (max-height: 720px) and (min-width: 701px) {
  .hero.hero-v2 {
    min-height: 590px;
  }
  .hero-v2 .hero-topline {
    top: 104px;
  }
  .hero-v2 h1 {
    top: 145px;
    font-size: clamp(100px, 10.4167vw, 200px);
    gap: clamp(90px, 9.375vw, 180px);
  }
  .hero-v2 > .hero-person {
    top: clamp(-60px, -3vw, -38px);
  }
  .hero-v2 .hero-bottom {
    bottom: 72px;
  }
  .hero-v2 .hero-discover {
    bottom: 55px;
  }
}

/* Experimental interaction for the Patrick Shelley display title only. */
.hero-v2 h1 {
  --particle-x: 50%;
  --particle-y: 50%;
}
.hero-v2 h1.is-particle-active {
  -webkit-mask-image: radial-gradient(
    circle 76px at var(--particle-x) var(--particle-y),
    transparent 0 38px,
    rgba(0, 0, 0, 0.12) 48px,
    rgba(0, 0, 0, 0.55) 61px,
    #000 76px
  );
  mask-image: radial-gradient(
    circle 76px at var(--particle-x) var(--particle-y),
    transparent 0 38px,
    rgba(0, 0, 0, 0.12) 48px,
    rgba(0, 0, 0, 0.55) 61px,
    #000 76px
  );
}
.hero-title-particles {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  overflow: visible;
  max-width: none;
}
@media (hover: hover) and (pointer: fine) {
  .hero-v2 h1 > span {
    cursor: default;
  }
}
@media (max-width: 700px), (hover: none), (pointer: coarse) {
  .hero-v2 h1.is-particle-active {
    -webkit-mask-image: none;
    mask-image: none;
  }
  .hero-title-particles {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-v2 h1.is-particle-active {
    -webkit-mask-image: none;
    mask-image: none;
  }
  .hero-title-particles {
    display: none;
  }
}

/* Smooth disclosure animation: the content appears immediately, while the
   disclosure container eases to its final height instead of snapping. */
details.smooth-details {
  overflow: hidden;
}
details.smooth-details > summary {
  position: relative;
}
details.smooth-details > summary span:last-child,
details.smooth-details > summary b {
  transition: transform 0.36s cubic-bezier(0.16, 1, 0.3, 1);
}
/* The parent <details> now owns the height animation; avoid a second competing
   height animation inside the passion accordions. */
details.smooth-details.passion-item > div {
  height: auto !important;
  max-height: none !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* 333ms visual wipe. The source is swapped as soon as it is ready; this only
   changes how it is revealed and does not add an artificial loading delay. */
@keyframes smooth-image-wipe-333 {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0.72;
    transform: scale(1.012);
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    transform: scale(1);
  }
}
.smooth-image-wipe {
  animation: smooth-image-wipe-333 0.333s cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

#lightbox {
  opacity: 0;
  transform: translateY(8px) scale(0.995);
  transition:
    opacity 0.333s ease,
    transform 0.333s cubic-bezier(0.16, 1, 0.3, 1);
}
#lightbox[open] {
  opacity: 1;
  transform: none;
}
#lightbox::backdrop {
  opacity: 0;
  transition: opacity 0.333s ease;
}
#lightbox[open]::backdrop {
  opacity: 1;
}
#lightbox figure {
  overflow: hidden;
}
#lightbox figure img {
  will-change: clip-path, opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
  details.smooth-details {
    overflow: visible !important;
    height: auto !important;
  }
  .smooth-image-wipe {
    animation: none !important;
  }
  #lightbox,
  #lightbox::backdrop {
    transition: none !important;
  }
}
