:root {
  --ink: #14201d;
  --paper: #f5f5f1;
  --white: #ffffff;
  --coral: #e9644e;
  --mint: #b8d6cd;
  --line: #ccd1cc;
  --muted: #59635f;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Inter, "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; background: var(--white); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { height: 82px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; background: rgba(245,245,241,.97); position: absolute; top: 0; width: 100%; z-index: 20; border-bottom: 1px solid rgba(20,32,29,.08); transition: box-shadow .25s ease, background .25s ease; }
.site-header.scrolled { position: fixed; box-shadow: 0 8px 30px rgba(20,32,29,.08); background: rgba(245,245,241,.9); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: 186px; height: 44px; overflow: visible; }
.logo-accent { fill: var(--coral); }
.logo-word { fill: var(--ink); font: 800 19px/1 Inter, Arial, sans-serif; letter-spacing: .2px; }
.logo-tagline { fill: var(--muted); font: 700 5.7px/1 Inter, Arial, sans-serif; letter-spacing: 1.25px; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { position: relative; font-size: .78rem; font-weight: 750; letter-spacing: .04em; text-decoration: none; }
nav a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--coral); transition: right .2s ease; }
nav a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 11px 17px; border: 1px solid var(--ink); transition: color .2s ease, background .2s ease; }
.nav-cta:hover { color: var(--white); background: var(--ink); }
.menu-button { display: none; border: 0; background: transparent; font-weight: 700; padding: 10px; }

.hero { min-height: min(860px, 93vh); position: relative; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,23,21,.88) 0%, rgba(15,23,21,.56) 42%, rgba(15,23,21,.12) 72%); }
.hero-content { position: relative; width: var(--max); max-width: calc(100% - 48px); margin: 0 auto; padding: 150px 0 130px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--coral); font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1.8px; }
.section-kicker { display: flex; align-items: center; gap: 12px; }
.section-kicker::before { content: ''; width: 28px; height: 2px; flex: 0 0 auto; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 730px; margin-bottom: 24px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(4rem, 8.5vw, 7.7rem); line-height: .88; font-weight: 400; letter-spacing: -.045em; }
.hero-copy { max-width: 500px; margin-bottom: 34px; font-size: 1.18rem; color: #f0f1ed; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 23px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 24px; text-decoration: none; font-weight: 800; font-size: .82rem; letter-spacing: .02em; cursor: pointer; border-radius: 2px; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--coral); }
.button-primary:hover { background: #f38a76; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.65); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.address-ribbon { position: absolute; right: 0; bottom: 0; min-height: 74px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)) 0 28px; display: flex; align-items: center; gap: 26px; background: var(--paper); color: var(--ink); text-decoration: none; font-size: .88rem; font-weight: 700; }
.address-label { color: var(--coral); text-transform: uppercase; font-size: .69rem; }

.section { max-width: var(--max); margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.intro { padding-top: 120px; padding-bottom: 120px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr); column-gap: clamp(50px, 7vw, 100px); align-items: start; }
.intro-visual figure { margin: 34px 0 0; background: var(--ink); }
.intro-visual img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; object-position: center; }
.intro-visual figcaption { min-height: 48px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; color: var(--white); font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.intro-visual figcaption span:last-child { color: var(--mint); }
.intro-copy h2, .gallery-heading h2, .location h2, .contact h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .98; letter-spacing: -.035em; }
.intro-copy > p { max-width: 700px; color: var(--muted); font-size: 1.1rem; }
.space-types { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 48px; border-top: 1px solid var(--line); }
.space-types article { padding: 28px 32px 18px 0; transition: transform .25s ease; }
.space-types article:hover { transform: translateY(-4px); }
.space-types article + article { padding-left: 32px; border-left: 1px solid var(--line); }
.type-number { color: var(--coral); font-size: .72rem; font-weight: 800; }
.space-types h3 { margin: 34px 0 12px; font-size: 1.35rem; }
.space-types p { color: var(--muted); font-size: .94rem; }

.gallery-section { padding: 105px 0 0; background: var(--ink); color: var(--white); }
.gallery-heading { display: flex; justify-content: space-between; align-items: end; padding-bottom: 52px; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p { max-width: 280px; color: #bfc7c3; }
.gallery-grid { max-width: 1440px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 310px 310px; gap: 12px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; background: #303835; cursor: zoom-in; text-align: left; color: var(--white); }
.gallery-item::after { content: '+'; position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; display: grid; place-items: center; background: rgba(246,247,244,.92); color: var(--ink); font-size: 1.2rem; opacity: 0; transform: translateY(5px); transition: opacity .25s ease, transform .25s ease; }
.gallery-item:hover::after { opacity: 1; transform: translateY(0); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item span { position: absolute; bottom: 0; left: 0; padding: 28px 22px 18px; width: 100%; background: linear-gradient(transparent, rgba(0,0,0,.72)); font-size: .82rem; font-weight: 700; }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }
.video-wrap { padding-top: 110px; padding-bottom: 110px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: center; }
.video-copy h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 2.6rem; font-weight: 400; }
.video-copy p:last-child { color: #bfc7c3; }
.video-wrap video { display: block; width: 100%; max-height: 650px; background: #0c100f; }

.location { min-height: 600px; padding-top: 100px; padding-bottom: 100px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.location-panel > p:not(.section-kicker) { color: var(--muted); max-width: 440px; }
.text-link { display: inline-block; margin-top: 24px; padding-bottom: 5px; border-bottom: 2px solid var(--coral); text-decoration: none; font-weight: 800; }
.location-visual { min-height: 390px; position: relative; overflow: hidden; background: var(--mint); box-shadow: 18px 18px 0 var(--coral); }
.location-visual iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.82) contrast(1.04); }

.contact { padding: 110px 24px; background: var(--white); border-top: 1px solid var(--line); }
.contact-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact-copy > p:not(.section-kicker) { max-width: 430px; color: var(--muted); }
.contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 24px; }
.contact-links a { font-weight: 700; text-decoration-color: var(--coral); text-underline-offset: 5px; }
form { display: flex; flex-direction: column; gap: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: flex; flex-direction: column; gap: 8px; font-size: .76rem; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 2px; background: #fafaf8; color: var(--ink); padding: 14px 15px; outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
input:hover, select:hover, textarea:hover { border-color: #939b97; }
input:focus, select:focus, textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 2px var(--mint); }
textarea { resize: vertical; }
.submit-button { align-self: flex-start; border: 0; }
.form-note { color: var(--muted); font-size: .72rem; }
.honeypot { position: absolute; left: -10000px; }

footer { min-height: 180px; padding: 45px max(24px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: var(--white); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
footer p { margin: 0; color: #bbc3bf; font-size: .78rem; }
footer p a { color: inherit; text-underline-offset: 3px; }
.footer-brand .brand-logo { width: 178px; }
.footer-logo-word { fill: var(--white); font: 800 17px/1 Inter, Arial, sans-serif; letter-spacing: 1px; }
.footer-legal { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.asm-credit { position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 2px; color: #bbc3bf; font-size: .68rem; line-height: 1; letter-spacing: .025em; transition: color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.asm-credit::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg, transparent 15%, rgba(233,100,78,.22) 47%, transparent 78%); transform: translateX(-120%); transition: transform .55s cubic-bezier(.22, 1, .36, 1); }
.asm-credit-label { opacity: .72; }
.asm-credit-name { color: var(--white); font-weight: 800; letter-spacing: .055em; }
.asm-credit-arrow { color: var(--coral); font-size: .8rem; transition: transform .25s ease; }
.asm-credit:hover { color: var(--white); border-color: rgba(233,100,78,.7); transform: translateY(-2px); box-shadow: 0 7px 20px rgba(0,0,0,.18); }
.asm-credit:hover::before { transform: translateX(120%); }
.asm-credit:hover .asm-credit-arrow { transform: translate(2px, -2px); }
.lightbox { width: min(900px, calc(100% - 32px)); height: min(90vh, 900px); padding: 0; border: 0; background: transparent; }
.lightbox::backdrop { background: rgba(5,8,7,.9); }
.lightbox img { width: 100%; height: 100%; object-fit: contain; }
.lightbox-close { position: absolute; top: 10px; right: 10px; border: 0; padding: 10px 13px; background: var(--white); color: var(--ink); font-weight: 700; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes section-arrival {
  0% { transform: translateY(18px); opacity: .72; }
  100% { transform: translateY(0); opacity: 1; }
}
.section-arrival { animation: section-arrival .6s cubic-bezier(.22, 1, .36, 1); }

@media (max-width: 760px) {
  .site-header { height: 68px; padding: 0 18px; }
  .brand-logo { width: 154px; height: 38px; }
  .menu-button { display: block; }
  nav { display: none; position: fixed; inset: 68px 0 0; padding: 42px 24px; background: var(--paper); flex-direction: column; align-items: flex-start; gap: 26px; }
  nav.open { display: flex; }
  nav a { font-family: Georgia, 'Times New Roman', serif; font-size: 2rem; font-weight: 400; }
  .nav-cta { margin-top: 8px; font-family: inherit; font-size: .85rem; font-weight: 800; }
  .hero { min-height: 92svh; }
  .hero > img { object-position: 48% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(15,23,21,.9), rgba(15,23,21,.15) 76%); }
  .hero-content { max-width: calc(100% - 36px); padding: 125px 0 150px; }
  h1 { max-width: 100%; font-size: 3.2rem; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { width: min(100%, 330px); flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .address-ribbon { left: 0; right: auto; width: 100%; min-height: 66px; padding: 0 18px; gap: 10px; justify-content: space-between; font-size: .69rem; }
  .address-ribbon span:nth-child(2) { min-width: 0; }
  .address-label { display: none; }
  .intro { padding-top: 80px; padding-bottom: 85px; display: block; }
  .intro-visual figure { margin: 24px 0 42px; }
  .intro-visual img { aspect-ratio: 3 / 2; }
  .intro-copy h2, .gallery-heading h2, .location h2, .contact h2 { font-size: 2.75rem; }
  .space-types { grid-template-columns: 1fr; margin-top: 42px; }
  .space-types article { padding: 24px 0; }
  .space-types article + article { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .space-types h3 { margin-top: 18px; }
  .gallery-section { padding-top: 75px; }
  .gallery-heading { display: block; padding-bottom: 34px; }
  .gallery-heading > p { margin: 18px 0 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 390px 230px 230px; padding: 0 12px; gap: 8px; }
  .gallery-tall { grid-row: auto; grid-column: span 2; }
  .gallery-wide { grid-column: span 2; }
  .video-wrap { padding-top: 80px; padding-bottom: 80px; grid-template-columns: 1fr; gap: 32px; }
  .location { min-height: auto; padding-top: 80px; padding-bottom: 80px; grid-template-columns: 1fr; gap: 45px; }
  .location-visual { min-height: 310px; box-shadow: 10px 10px 0 var(--coral); }
  .contact { padding: 80px 24px; }
  .contact-inner { grid-template-columns: 1fr; gap: 55px; }
  .form-row { grid-template-columns: 1fr; gap: 22px; }
  footer { padding-top: 42px; padding-bottom: 42px; align-items: flex-start; flex-direction: column; }
  .footer-legal { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gallery-item img { transition: none; }
  .asm-credit, .asm-credit::before, .asm-credit-arrow { transition: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .section-arrival { animation: none; }
}
