:root {
  color-scheme: light;
  --paper: #f7f3ec;
  --ink: #282e27;
  --muted: #676b60;
  --rust: #a4462e;
  --line: #d8d6ca;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { font-size: 16px; }
body { margin: 0; background: #e9e7df; color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
button, a { touch-action: manipulation; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--rust); outline-offset: 5px; }
img { max-width: 100%; }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 12px; background: white; z-index: 10; }
.skip-link:focus { top: 12px; }
.site { max-width: 1600px; margin: auto; padding: 0 30px; min-height: 100svh; height: 100dvh; display: grid; grid-template-rows: 84px minmax(0, 1fr) 48px; }
.masthead { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; gap: 16px; align-items: center; font-size: 14px; font-weight: 500; }
.monogram { font: italic 500 48px/.85 var(--serif); letter-spacing: -.055em; }
.brand-sub { display: block; font-size: 10px; letter-spacing: .18em; margin-top: 4px; }
.masthead-note { font-size: 13px; color: var(--muted); }
.masthead-note em { font-family: var(--serif); font-size: 18px; }
.small-link { font-size: 14px; border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.small-link:hover { color: var(--rust); border-color: var(--rust); }
.masthead .small-link { border: 0; }
.portfolio { display: grid; grid-template-columns: 43% 57%; background: var(--paper); border: 1px solid #d0d0c5; min-height: 0; overflow: hidden; }
.portrait { position: relative; margin: 0; background: #292a29; min-height: 0; overflow: hidden; }
.portrait-img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 63%; display: block; }
.portrait::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(0,0,0,.75), transparent 40%); }
.portrait-caption { position: absolute; z-index: 1; bottom: 104px; left: 36px; right: 24px; color: #fffef8; }
.eyebrow { margin: 0; font-size: 12px; line-height: 1.5; font-weight: 500; letter-spacing: .15em; color: var(--rust); }
.portrait-caption .eyebrow { color: #e4d7c3; font-size: 11px; }
.portrait-caption p { font: 400 clamp(32px, 3vw, 50px)/.98 var(--serif); letter-spacing: -.025em; margin: 14px 0 0; }
.portrait-caption em { font-weight: 400; }
.portrait-play { position: absolute; bottom: 30px; left: 36px; right: 36px; z-index: 2; display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid #ffffff55; color: #fff; font-size: 16px; }
.portrait-play small, .performance-overlay small { display: block; margin-top: 4px; font-size: 10px; letter-spacing: .1em; color: #e5e3dd; }
.play-circle { width: 42px; height: 42px; flex-shrink: 0; border: 1px solid #ffffffaa; border-radius: 50%; display: grid; place-items: center; font-size: 12px; padding-left: 2px; transition: background .2s; }
.portrait-play:hover .play-circle, .performance-feature:hover .play-circle { background: #ffffff25; }
.content { min-width: 0; min-height: 0; display: flex; flex-direction: column; position: relative; }
.view { padding: 30px clamp(28px, 4vw, 68px) 32px; overflow-y: auto; overscroll-behavior: contain; flex: 1; min-height: 0; scrollbar-width: thin; scrollbar-color: #c9c6b8 transparent; animation: enter .35s ease; }
.home-view { display: flex; flex-direction: column; justify-content: flex-start; justify-content: safe center; padding-top: 28px; gap: clamp(18px, 3vh, 30px); }
.home-view > * { flex-shrink: 0; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { font: 400 clamp(68px, 7.6vw, 124px)/.88 var(--serif); letter-spacing: -.055em; margin: 22px 0 20px; }
h1 em { font-weight: 400; color: var(--rust); }
.intro-copy { font-size: 16px; line-height: 1.6; color: var(--muted); margin: 0; }
.explore { display: grid; grid-template-columns: 1fr 1fr; column-gap: 24px; }
.explore a { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 17px 0; border-top: 1px solid var(--line); font-size: 16px; transition: color .2s; }
.explore a > span:first-child { display: flex; align-items: baseline; gap: 12px; }
.explore small { font-size: 11px; color: var(--muted); font-variant-numeric: tabular-nums; }
.explore a > span:last-child { color: var(--rust); }
.explore a:hover { color: var(--rust); }
.explore a.explore-book { background: var(--rust); color: white; padding: 13px 15px; margin: 7px 0 0; border: none; font-size: 14px; }
.explore-book:hover { background: #87361f; }
.explore a.explore-book > span { color: white; }
.home-note { display: flex; gap: 13px; padding-top: 21px; border-top: 1px solid var(--line); }
.quote-symbol { color: var(--rust); font: 60px/.9 var(--serif); }
.home-note p { font: italic 500 21px/1.2 var(--serif); margin: 0 0 8px; max-width: 400px; }
.home-note div > span { font-size: 12px; color: var(--muted); }
.section-toolbar { display: flex; align-items: center; justify-content: space-between; flex-shrink: 0; min-height: 66px; padding: 14px 28px; border-bottom: 1px solid var(--line); gap: 12px; }
.back-link, .toolbar-contact { font-size: 14px; }
.back-link:hover, .toolbar-contact:hover { color: var(--rust); }
.back-link > span { margin-right: 8px; }
#section-label { letter-spacing: .06em; color: var(--muted); font-size: 11px; }
.toolbar-contact { color: var(--rust); }
.view-heading { margin-bottom: 24px; }
h2 { font: 400 clamp(42px, 4.6vw, 70px)/.97 var(--serif); letter-spacing: -.04em; margin: 12px 0 16px; }
h2 em { color: var(--rust); font-weight: 400; }
.view-heading > p:last-child:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
h3 { font: 500 24px/1.15 var(--serif); margin: 0 0 7px; }
.service-list { border-top: 1px solid var(--line); margin-bottom: 24px; }
.service-list article { display: grid; grid-template-columns: 24px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.list-number { color: var(--rust); font-size: 12px; padding-top: 4px; }
.service-list p { color: var(--muted); font-size: 16px; line-height: 1.5; margin: 0; }
.button { min-height: 48px; padding: 14px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; font-size: 14px; border: 1px solid transparent; line-height: 1.5; }
.primary { color: white; background: var(--rust); }
.primary:hover { background: #87361f; }
.performance-feature { display: block; position: relative; aspect-ratio: 1.8; overflow: hidden; background: var(--ink); color: white; }
.performance-feature > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.performance-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, #000a, transparent 80%); display: flex; gap: 14px; align-items: flex-end; padding: 24px; }
.performance-overlay > span:last-child { align-self: flex-end; font-size: 18px; }
.video-links { padding-top: 18px; }
.video-links > a:first-child { display: flex; gap: 14px; align-items: center; padding: 0 0 18px; font-size: 16px; }
.video-links > a:first-child > span:last-child { margin-left: auto; color: var(--rust); }
.video-links small { display: block; font-size: 11px; letter-spacing: .04em; color: var(--muted); margin-top: 6px; line-height: 1.5; }
.video-links a:hover { color: var(--rust); }
.venue-note { margin-top: 24px; }
.venue-note > p:last-child { font: 500 21px/1.5 var(--serif); margin: 10px 0 20px; }
.venue-note span { padding: 0 8px; color: var(--rust); }
.work-links { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: clamp(125px, 21vh, 218px); gap: 10px; }
.gallery-item { display: block; position: relative; overflow: hidden; background: #31342c; min-width: 0; }
.gallery-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item > span { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; gap: 5px; padding: 22px 10px 10px; font-size: 12px; line-height: 1.2; color: white; background: linear-gradient(transparent, #000b); }
.gallery-item > span > span { font-size: 18px; }
.gallery-bottom { display: flex; gap: 12px; align-items: baseline; justify-content: space-between; margin-top: 18px; }
.gallery-bottom > span { font-size: 12px; color: var(--muted); }
.gallery-bottom .small-link { font-size: 12px; }
.about-opening { display: grid; grid-template-columns: 110px 1fr; gap: 24px; align-items: center; margin: 8px 0 24px; }
.about-opening img { width: 110px; height: 140px; object-fit: cover; }
.about-opening p { font: italic 500 27px/1.2 var(--serif); margin: 0; }
.about-copy { color: var(--muted); font-size: 16px; line-height: 1.65; margin-bottom: 24px; }
.about-copy p { margin: 0 0 14px; }
.review { padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 26px 0 20px; }
.stars { color: var(--rust); letter-spacing: .15em; font-size: 16px; }
.review blockquote { font: 500 clamp(23px, 2.25vw, 32px)/1.23 var(--serif); margin: 20px 0 24px; }
#review-name { font-size: 13px; color: var(--muted); margin: 0; }
.review-controls { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.round-button { background: transparent; border: 1px solid var(--line); color: inherit; width: 44px; height: 44px; display: inline-grid; place-items: center; border-radius: 50%; font-size: 20px; }
.round-button:hover { border-color: var(--rust); color: var(--rust); }
#review-count { font-size: 12px; font-variant-numeric: tabular-nums; min-width: 45px; text-align: center; color: var(--muted); }
.leave-review { margin-left: auto; font-size: 12px; }
.booking-details { margin: 28px 0; padding: 24px; border: 1px solid var(--line); }
.booking-details p { font-size: 14px; margin: 0 0 14px; }
.booking-details ul { margin: 0; padding-left: 18px; color: var(--muted); line-height: 1.8; font-size: 16px; }
.contact-note { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 20px 0; }
.site-footer { display: flex; align-items: center; justify-content: space-between; color: var(--muted); gap: 20px; font-size: 12px; }
.site-footer nav { display: flex; gap: 24px; }
.site-footer a:hover { color: var(--rust); }
.lightbox { padding: 24px; border: 1px solid #666; color: white; background: #191c18; width: min(1000px, 94vw); max-height: 94dvh; overflow: auto; }
.lightbox::backdrop { background: #10140fe8; backdrop-filter: blur(6px); }
.lightbox > img { display: block; width: 100%; height: min(72dvh, 900px); object-fit: contain; margin-top: 8px; }
.lightbox-close { position: absolute; top: 14px; right: 14px; background: #191c18; border-color: #ffffff66; font-size: 28px; }
.lightbox-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 20px; }
.lightbox-footer p { text-align: center; font-size: 14px; }
.noscript-note { position: fixed; bottom: 0; background: var(--paper); padding: 16px; }
@keyframes enter { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
@media (min-width: 761px) and (max-height: 760px) {
  .site { grid-template-rows: 66px minmax(0, 1fr) 40px; }
  .home-view { gap: 16px; padding-top: 20px; padding-bottom: 20px; }
  h1 { font-size: clamp(60px, 6.7vw, 93px); margin-top: 16px; }
  .explore a { padding-top: 13px; padding-bottom: 13px; }
  .home-note { padding-top: 14px; }
  .view { padding-top: 24px; }
  h2 { font-size: 48px; }
  .view-heading { margin-bottom: 18px; }
}
@media (max-width: 1100px) and (min-width: 761px) {
  .site { padding: 0 20px; }
  .portfolio { grid-template-columns: 40% 60%; }
  .view { padding-left: 30px; padding-right: 30px; }
  .explore { column-gap: 18px; }
  .explore a { font-size: 15px; }
  .explore a > span:first-child { gap: 8px; }
  .portrait-caption, .portrait-play { left: 26px; right: 26px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 145px; }
}
@media (max-width: 760px) {
  .site { padding: 0 16px; height: auto; min-height: 100svh; grid-template-rows: 72px 1fr auto; }
  .masthead-note { display: none; }
  .brand { gap: 10px; }
  .brand-sub { font-size: 9px; }
  .monogram { font-size: 40px; }
  .masthead .small-link { font-size: 12px; }
  .portfolio { display: flex; flex-direction: column; overflow: visible; }
  .portrait { height: clamp(220px, 34svh, 330px); flex-shrink: 0; }
  .portrait-img { position: absolute; width: 60%; right: 0; object-fit: cover; object-position: center 37%; }
  .portrait::after { background: linear-gradient(90deg, #252525 18%, transparent 80%); }
  .portrait-caption { left: 22px; right: 42%; bottom: 82px; }
  .portrait-caption .eyebrow { font-size: 9px; }
  .portrait-caption p { font-size: 35px; }
  .portrait-play { left: 22px; right: auto; bottom: 20px; border: 0; padding: 0; font-size: 14px; }
  .portrait-play small { font-size: 9px; }
  .play-circle { width: 36px; height: 36px; }
  .content { overflow: visible; }
  .view { overflow: visible; padding: 28px 24px; }
  .home-view { gap: 24px; }
  h1 { font-size: clamp(62px, 14vw, 96px); margin: 20px 0; }
  h1 br { display: none; }
  h1 em::before { content: " "; }
  .intro .eyebrow { font-size: 10px; }
  .intro-copy { font-size: 16px; }
  .intro-copy br { display: none; }
  .explore { column-gap: 18px; }
  .explore a { font-size: 15px; padding: 15px 0; }
  .explore a > span:first-child { gap: 8px; }
  .explore a.explore-book { font-size: 13px; padding: 12px; }
  .home-note p { font-size: 21px; }
  .section-toolbar { padding: 14px 20px; min-height: 62px; }
  #section-label { display: none; }
  body[data-view]:not([data-view="home"]) .portrait { display: none; }
  body[data-view]:not([data-view="home"]) .content { min-height: calc(100svh - 140px); }
  h2 { font-size: 49px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
  .gallery-bottom { display: block; }
  .gallery-bottom .small-link { display: inline-block; margin-top: 12px; }
  .about-opening { grid-template-columns: 90px 1fr; gap: 20px; }
  .about-opening img { width: 90px; height: 125px; }
  .about-opening p { font-size: 25px; }
  .review blockquote { font-size: 27px; }
  .leave-review { width: fit-content; margin: 10px 0 0; }
  .site-footer { padding: 20px 4px; align-items: flex-start; flex-wrap: wrap; gap: 12px; font-size: 11px; }
  .site-footer nav { gap: 18px; }
  .lightbox { padding: 16px; }
}
@media (max-width: 360px) {
  .site { padding: 0 10px; }
  .view { padding-left: 18px; padding-right: 18px; }
  .explore small { display: none; }
  .intro .eyebrow { font-size: 9px; }
  .gallery-grid { grid-auto-rows: 150px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
