@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 400 900; font-display: swap; src: url('/fonts/playfair-normal-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 400 900; font-display: swap; src: url('/fonts/playfair-normal-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Playfair Display'; font-style: italic; font-weight: 400 900; font-display: swap; src: url('/fonts/playfair-italic-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Playfair Display'; font-style: italic; font-weight: 400 900; font-display: swap; src: url('/fonts/playfair-italic-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Raleway'; font-style: normal; font-weight: 400 800; font-display: swap; src: url('/fonts/raleway-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Raleway'; font-style: normal; font-weight: 400 800; font-display: swap; src: url('/fonts/raleway-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root { --ink: #090909; --paper: #090909; --panel: #090909; --muted: #aaa8a1; --line: rgba(255,255,255,.14); --acid: #c7ff45; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--paper); color: white; font-family: 'Raleway', Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
::selection { background: var(--acid); color: var(--ink); }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 92px; padding: 0 clamp(22px,4vw,64px); display: grid; grid-template-columns: minmax(150px,1fr) auto auto minmax(120px,1fr); gap: clamp(22px,3vw,48px); align-items: center; color: white; border-bottom: 1px solid rgba(255,255,255,.2); }
.brand { width: 178px; }
.brand img { width: 100%; height: auto; }
.site-header nav { display: flex; gap: 34px; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.site-header nav a, .header-cta { transition: opacity .2s ease; }
.site-header nav a:hover, .header-cta:hover { opacity: .6; }
.header-cta { justify-self: end; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; padding-bottom: 5px; border-bottom: 1px solid currentColor; }
.language-switcher { display: flex; align-items: center; gap: 5px; padding: 4px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; }
.language-switcher a { display: grid; place-items: center; min-width: 34px; height: 28px; padding: 0 8px; border-radius: 999px; color: rgba(255,255,255,.58); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: background .2s,color .2s; }
.language-switcher a:hover, .language-switcher a.active { color: var(--ink); background: white; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; color: white; background: var(--ink); }
.hero-media { position: absolute; inset: 0 0 0 48%; padding: 118px clamp(22px,4vw,64px) 44px 0; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #0b0b0a 0%, #0b0b0a 42%, rgba(11,11,10,.82) 52%, rgba(11,11,10,.05) 79%); }
.hero-main-image { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; filter: grayscale(.2) contrast(1.06); }
.hero-content { position: relative; z-index: 2; width: 58%; padding: 160px 0 85px clamp(22px,7vw,112px); }
.eyebrow { margin: 0 0 26px; font-size: 10px; line-height: 1; text-transform: uppercase; letter-spacing: .25em; font-weight: 700; }
.hero h1, .section-heading h2, .manifesto h2, .booking-section h2 { margin: 0; }
.hero h1 { max-width: 900px; font-family: 'Raleway', Arial, Helvetica, sans-serif; font-size: clamp(64px,8.4vw,142px); font-weight: 800; line-height: .96; letter-spacing: -.018em; text-transform: uppercase; font-kerning: normal; }
.hero h1 em { display: inline-block; margin-top: .2em; font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-weight: 500; letter-spacing: -.008em; line-height: 1.12; text-transform: none; font-kerning: normal; }
em { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-weight: 500; }
.hero-copy { max-width: 430px; margin: 38px 0 32px; font-size: clamp(15px,1.25vw,19px); line-height: 1.6; color: rgba(255,255,255,.72); }
.primary-cta { display: inline-flex; align-items: center; gap: 55px; border: 1px solid rgba(255,255,255,.5); padding: 17px 20px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; transition: background .25s,color .25s; }
.primary-cta:hover { background: white; color: black; }
.hero-index { position: absolute; z-index: 2; right: clamp(22px,4vw,64px); bottom: 50px; display: flex; flex-direction: column; align-items: flex-end; }
.hero-index span { font-size: 9px; text-transform: uppercase; letter-spacing: .2em; }
.hero-index strong { font: 500 28px/1 'Playfair Display', Georgia, serif; }
.scroll-cue { position: absolute; z-index: 2; left: clamp(22px,4vw,64px); bottom: 28px; writing-mode: vertical-rl; transform: rotate(180deg); font-size: 9px; text-transform: uppercase; letter-spacing: .2em; display: flex; gap: 12px; }

.work-section, .manifesto, .services-section { padding: clamp(90px,12vw,180px) clamp(22px,7vw,112px); border-top: 1px solid var(--line); }
.work-section { background: var(--ink); }
.section-heading { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr); gap: 8vw; align-items: end; margin-bottom: 75px; }
.section-heading h2, .manifesto h2 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(52px,7vw,108px); font-weight: 500; line-height: 1.12; letter-spacing: -.012em; font-kerning: normal; }
.section-heading > p { max-width: 450px; margin: 0 0 6px; color: #aaa8a1; line-height: 1.65; }
.gallery-heading { grid-template-columns: 1fr; }
.gallery { columns: 3 300px; column-gap: clamp(10px,1.35vw,22px); }
.gallery-card { display: block; width: 100%; margin: 0 0 clamp(10px,1.35vw,22px); padding: 0; position: relative; overflow: hidden; break-inside: avoid; border: 0; background: #1b1b19; cursor: zoom-in; }
.gallery-card img { width: 100%; height: auto; object-fit: cover; filter: saturate(.72); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s; }
.gallery-card:hover img { transform: scale(1.035); filter: saturate(1); }
.gallery-card:focus-visible { outline: 2px solid white; outline-offset: 4px; }
.lightbox { width: 100vw; max-width: none; height: 100svh; max-height: none; margin: 0; padding: clamp(18px,4vw,56px); border: 0; background: rgba(4,4,4,.96); color: white; overflow: hidden; cursor: zoom-out; }
.lightbox[open] { display: grid; place-items: center; }
.lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(8px); }
.lightbox-image-button { display: grid; place-items: center; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-out; }
.lightbox-image-button img { max-width: min(94vw,1500px); max-height: 90svh; width: auto; height: auto; object-fit: contain; box-shadow: 0 24px 80px rgba(0,0,0,.5); }
.lightbox-close { position: fixed; z-index: 2; top: clamp(14px,2vw,28px); right: clamp(14px,2vw,28px); display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(9,9,9,.78); color: white; font-size: 26px; line-height: 1; cursor: pointer; }
.lightbox-close:hover, .lightbox-close:focus-visible { background: white; color: black; outline: none; }
.manifesto { background: var(--panel); color: white; }
.manifesto-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: start; }
.manifesto-grid > div { padding-top: 14px; }
.manifesto-grid p { color: #b8b6af; line-height: 1.75; font-size: 16px; margin: 0 0 24px; }
.section-heading.compact { grid-template-columns: 1fr; margin-bottom: 55px; }
.services-list { border-top: 1px solid var(--line); }
.services-list article { display: grid; grid-template-columns: 80px 1fr minmax(280px,.75fr); gap: 30px; align-items: center; padding: 38px 0; border-bottom: 1px solid var(--line); }
.services-list span { font: italic 500 18px/1 'Playfair Display', Georgia,serif; color: #8a8881; }
.services-list h3 { margin: 0; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(38px,4vw,64px); font-weight: 500; line-height: 1.15; letter-spacing: -.008em; font-kerning: normal; }
.services-section { background: var(--ink); }
.services-list p { color: #aaa8a1; line-height: 1.6; margin: 0; }

.booking-section { background: var(--ink); color: white; padding: clamp(85px,11vw,160px) clamp(22px,7vw,112px); border-top: 1px solid var(--line); }
.booking-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: end; }
.booking-section h2 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(56px,8vw,120px); font-weight: 500; line-height: 1.12; letter-spacing: -.012em; font-kerning: normal; }
.booking-grid > div p { color: rgba(255,255,255,.76); line-height: 1.7; margin: 0 0 34px; }
.primary-cta.light { border-color: rgba(255,255,255,.55); }

footer { padding: 78px clamp(22px,4vw,64px) 34px; background: var(--ink); color: white; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1fr auto auto; gap: 8vw; align-items: start; padding-bottom: 62px; border-bottom: 1px solid #343431; }
.footer-top p { color: #96958f; line-height: 1.6; margin: 0; font-size: 13px; }
.footer-wordmark { width: min(340px,44vw); }
.footer-wordmark img { width: 100%; height: auto; filter: invert(1); }
.footer-contact { padding: 75px 0; }
.email-reveal { color: white; background: none; border: 0; padding: 0 0 7px; border-bottom: 1px solid #6c6b67; font: 500 clamp(15px,1.35vw,19px)/1.4 'Raleway',Arial,sans-serif; cursor: pointer; opacity: .9; text-align: left; letter-spacing: .02em; }
.email-reveal:hover { border-color: white; }
.email-reveal:disabled { cursor: wait; opacity: .55; }
.email-status { min-height: 1.3em; margin: 14px 0 0; color: #a8a69f; font-size: 12px; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: end; color: #77766f; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.footer-bottom p { margin: 0; }
.footer-bottom .social-links { grid-column: 2; display: flex; justify-self: center; gap: 28px; color: white; }
.social-links a { display: inline-flex; align-items: center; gap: 8px; }
.social-links img { width: 14px; height: 14px; filter: invert(1); opacity: .92; }

.back-to-top { position: fixed; z-index: 30; right: clamp(16px,2vw,30px); bottom: clamp(16px,2vw,30px); display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; color: white; background: rgba(11,11,10,.88); box-shadow: 0 12px 36px rgba(0,0,0,.25); font-size: 21px; opacity: 0; visibility: hidden; transform: translateY(16px); transition: opacity .25s, transform .25s, visibility .25s, background .2s; backdrop-filter: blur(10px); }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { color: var(--ink); background: white; }

@media (max-width: 1024px) {
  .site-header { gap: 20px; }
  .site-header nav { gap: 20px; }
  .hero-media { left: 44%; }
  .hero-content { width: 64%; padding-left: clamp(32px,6vw,70px); }
  .hero h1 { font-size: clamp(62px,9.8vw,100px); }
  .work-section, .manifesto, .services-section { padding-left: clamp(32px,6vw,72px); padding-right: clamp(32px,6vw,72px); }
  .gallery { columns: 2 260px; }
  .manifesto-grid, .booking-grid { gap: 6vw; }
  .footer-top { gap: 5vw; }
}

@media (max-width: 900px) {
  .site-header { min-height: 112px; height: auto; grid-template-columns: 1fr auto; gap: 13px 18px; padding-top: 16px; padding-bottom: 14px; align-items: center; background: linear-gradient(rgba(8,8,8,.9),rgba(8,8,8,.14)); }
  .site-header nav { grid-column: 1 / -1; grid-row: 2; display: flex; width: 100%; justify-content: space-between; gap: 10px; font-size: 9px; }
  .site-header nav a { display: flex; align-items: center; min-height: 40px; }
  .language-switcher { grid-column: 2; grid-row: 1; }
  .header-cta { display: none; }
  .brand { width: 145px; }
}

@media (max-width: 780px) {
  .site-header { min-height: 112px; height: auto; grid-template-columns: 1fr auto; gap: 13px 18px; padding-top: 16px; padding-bottom: 14px; align-items: center; background: linear-gradient(rgba(8,8,8,.88),rgba(8,8,8,.12)); }
  .site-header nav { grid-column: 1 / -1; grid-row: 2; display: flex; width: 100%; justify-content: space-between; gap: 10px; font-size: 9px; }
  .language-switcher { grid-column: 2; grid-row: 1; }
  .language-switcher a { min-width: 36px; height: 36px; padding: 0 7px; }
  .header-cta { display: none; }
  .brand { width: 145px; }
  .hero-content { padding-left: 24px; padding-right: 24px; }
  .hero-media { inset: 0; padding: 0; }
  .hero-main-image { object-position: center 30%; filter: grayscale(.35) contrast(1.07); }
  .hero-shade { background: linear-gradient(0deg, rgba(8,8,8,.92) 0%, rgba(8,8,8,.52) 58%, rgba(8,8,8,.22) 100%); }
  .hero-content { width: 100%; padding-top: 178px; padding-bottom: 68px; align-self: flex-end; }
  .hero h1 { font-size: clamp(58px,18vw,92px); }
  .hero-copy { max-width: 85%; margin-top: 32px; }
  .scroll-cue, .hero-index { display: none; }
  .section-heading, .manifesto-grid, .booking-grid { grid-template-columns: 1fr; gap: 40px; }
  .section-heading { margin-bottom: 42px; }
  .gallery { columns: 2 180px; }
  .services-list article { grid-template-columns: 44px 1fr; gap: 14px; }
  .services-list article p { grid-column: 2; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .footer-wordmark { width: min(330px,78vw); margin-bottom: 12px; }
  .footer-bottom { grid-template-columns: 1fr; justify-items: center; align-items: start; text-align: center; }
  .footer-bottom .social-links { grid-column: auto; justify-self: center; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition-duration: .01ms !important; } }

@media (max-width: 480px) {
  .site-header { padding-left: 18px; padding-right: 18px; }
  .brand { width: 126px; }
  .language-switcher { gap: 2px; }
  .language-switcher a { min-width: 36px; height: 36px; padding: 0 5px; font-size: 8px; }
  .hero h1 { font-size: clamp(50px,16.5vw,72px); }
  .hero-copy { max-width: 100%; }
  .primary-cta { width: 100%; justify-content: space-between; }
  .gallery { columns: 1; }
  .work-section, .manifesto, .services-section, .booking-section { padding-left: 20px; padding-right: 20px; }
  .section-heading h2, .manifesto h2 { font-size: clamp(44px,14vw,64px); }
  .services-list h3 { font-size: 34px; }
  footer { padding-left: 20px; padding-right: 20px; }
  .footer-bottom .social-links { flex-direction: column; gap: 14px; }
  .back-to-top { width: 44px; height: 44px; }
}


.email-list { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
