:root {
  --bg-primary: #FAFAF7;
  --bg-secondary: #F0EFEA;
  --text-main: #2A3B32;
  --text-muted: #5C6B62;
  --accent-gold: #C4A265;
  --accent-gold-hover: #A8884B;
  --font-serif: "Cormorant Garamond", "Playfair Display", serif;
  --font-sans: "Inter", system-ui, sans-serif;
  --header-height: 92px;
  --content-width: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg-primary); color: var(--text-main); font-family: var(--font-sans); font-size: 16px; line-height: 1.7; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
section { scroll-margin-top: 78px; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; padding: 10px 16px; background: var(--bg-primary); color: var(--text-main); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; color: #fff; transition: background-color .35s ease, box-shadow .35s ease, color .35s ease; }
.site-header.is-scrolled, .site-header.menu-visible { background: rgba(250,250,247,.98); color: var(--text-main); box-shadow: 0 8px 30px rgba(42,59,50,.08); }
.header-inner { width: min(calc(100% - 64px), var(--content-width)); height: var(--header-height); margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; }
.brand { font-family: var(--font-serif); font-size: clamp(1.55rem, 2vw, 2rem); font-weight: 500; letter-spacing: .02em; white-space: nowrap; }
.desktop-navigation { display: flex; align-items: center; gap: 32px; }
.desktop-navigation a { position: relative; font-size: .76rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.desktop-navigation a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--accent-gold); transform: scaleX(0); transition: transform .25s ease; }
.desktop-navigation a:hover::after, .desktop-navigation a:focus-visible::after { transform: scaleX(1); }
.header-cta { justify-self: end; }
.btn-primary, .btn-secondary { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 13px 25px; border: 1px solid var(--accent-gold); background: var(--accent-gold); color: #fff; font-size: .74rem; font-weight: 600; letter-spacing: .12em; line-height: 1; text-transform: uppercase; cursor: pointer; transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease; }
.btn-primary:hover, .btn-primary:focus-visible { background: var(--accent-gold-hover); border-color: var(--accent-gold-hover); }
.btn-secondary { background: transparent; border-color: rgba(255,255,255,.8); }
.btn-secondary:hover, .btn-secondary:focus-visible { background: #fff; color: var(--text-main); }
.mobile-toggle, .mobile-navigation { display: none; }

.hero-section { position: relative; min-height: 100vh; min-height: 100svh; display: grid; place-items: center; padding: 140px 24px 90px; overflow: hidden; color: #fff; text-align: center; background: linear-gradient(180deg, rgba(17,29,23,.38), rgba(17,29,23,.58)), url('/__generating__/e6d47b7f-67d3-43e7-8d56-b3b8710a6046.png') center 54% / cover no-repeat; }
.hero-content { position: relative; z-index: 1; width: min(950px, 100%); animation: heroReveal 1.1s ease both; }
.eyebrow { margin: 0 0 18px; color: #fff; font-size: .7rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { margin: 0 7px; color: var(--accent-gold); }
.hero-section h1 { max-width: 920px; margin: 0 auto 36px; font-family: var(--font-serif); font-size: clamp(3rem, 6vw, 5.6rem); font-weight: 400; letter-spacing: -.025em; line-height: .98; text-wrap: balance; }
.scroll-cue { position: absolute; z-index: 1; bottom: 28px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 8px; transform: translateX(-50%); font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue i { display: block; width: 1px; height: 34px; background: rgba(255,255,255,.7); animation: scrollPulse 1.8s ease-in-out infinite; }

.section { padding: 130px 0; }
.section-inner { width: min(calc(100% - 64px), var(--content-width)); margin: 0 auto; }
h2, h3 { font-family: var(--font-serif); font-weight: 500; line-height: 1.08; }
h2 { margin: 0 0 28px; font-size: clamp(2.8rem, 5vw, 4.6rem); letter-spacing: -.025em; }
h3 { margin: 0 0 13px; font-size: 2rem; }
.eyebrow-dark { color: var(--accent-gold); }
.intro-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(70px, 9vw, 140px); }
.intro-copy .lead { margin: 0 0 22px; color: var(--text-main); font-family: var(--font-serif); font-size: 1.45rem; line-height: 1.45; }
.intro-copy > p:not(.eyebrow):not(.lead) { color: var(--text-muted); }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 16px; color: var(--text-main); font-size: .73rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.text-link span { color: var(--accent-gold); transition: transform .25s ease; }
.text-link:hover span { transform: translateX(5px); }
.intro-images { position: relative; min-height: 660px; }
.intro-image-main { width: 78%; height: 570px; margin-left: auto; }
.intro-image-overlap { position: absolute; bottom: 0; left: 0; width: 44%; height: 310px; border: 10px solid var(--bg-primary); }

.spaces-section { background: var(--bg-secondary); }
.section-heading { max-width: 740px; margin: 0 auto 60px; text-align: center; }
.section-heading > p:not(.eyebrow) { max-width: 600px; margin: 0 auto; color: var(--text-muted); }
.section-heading.compact { margin-bottom: 46px; }
.spaces-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.space-card { background: var(--bg-primary); box-shadow: 0 12px 30px rgba(42,59,50,.05); transition: transform .35s ease, box-shadow .35s ease; }
.space-card:hover { transform: translateY(-8px); box-shadow: 0 22px 44px rgba(42,59,50,.1); }
.space-card-image { height: 350px; overflow: hidden; }
.space-card-image img { transition: transform .7s ease; }
.space-card:hover .space-card-image img { transform: scale(1.045); }
.space-card-content { padding: 32px 32px 36px; }
.space-card-content p:last-child { margin: 0; color: var(--text-muted); font-size: .92rem; }
.space-capacity { margin: 0 0 8px; color: var(--accent-gold); font-size: .66rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }

.gallery-section { overflow: hidden; }
.gallery-grid { display: grid; grid-auto-rows: 250px; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-item { margin: 0; overflow: hidden; background: var(--bg-secondary); }
.gallery-item-tall { grid-row: span 2; }
.gallery-item-wide { grid-column: span 2; }
.gallery-item img { filter: brightness(.92); transition: filter .4s ease, transform .7s ease; }
.gallery-item:hover img { filter: brightness(1.04); transform: scale(1.025); }

.inquiry-section { background: var(--text-main); color: #f9f5ea; }
.inquiry-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(70px, 9vw, 140px); align-items: start; }
.inquiry-copy .eyebrow { color: var(--accent-gold); }
.inquiry-copy > p:not(.eyebrow) { color: rgba(249,245,234,.72); }
.inquiry-copy address { display: flex; flex-direction: column; margin-top: 38px; color: rgba(249,245,234,.85); font-style: normal; }
.inquiry-copy address a { width: fit-content; margin-top: 8px; border-bottom: 1px solid rgba(196,162,101,.45); }
.inquiry-form { display: grid; gap: 24px; padding: 46px; background: var(--bg-primary); color: var(--text-main); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.inquiry-form label { display: grid; gap: 8px; font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form select { width: 100%; height: 48px; padding: 0 4px; border: 0; border-bottom: 1px solid #c9cec9; border-radius: 0; outline: 0; background: transparent; color: var(--text-main); font-size: .95rem; text-transform: none; transition: border-color .25s ease; }
.inquiry-form input:focus, .inquiry-form select:focus { border-color: var(--accent-gold); }
.form-submit { justify-self: start; margin-top: 8px; border: 0; }
.form-message { display: none; margin: 0; padding: 14px 16px; border-left: 2px solid var(--accent-gold); background: var(--bg-secondary); color: var(--text-main); font-family: var(--font-serif); font-size: 1.08rem; }
.form-message.is-visible { display: block; }

.gallery-item { cursor: zoom-in; }

.lightbox { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; background: rgba(20,28,24,.92); backdrop-filter: blur(6px); }
.lightbox.is-open { display: flex; animation: lightboxFade .25s ease; }
.lightbox-figure { width: min(86vw, 1100px); max-height: 80vh; margin: 0; }
.lightbox-figure img { width: 100%; max-height: 80vh; object-fit: contain; border: 8px solid var(--bg-primary); }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; z-index: 1; display: grid; place-items: center; background: rgba(250,250,247,.08); border: 1px solid rgba(250,250,247,.25); color: #fff; cursor: pointer; transition: background-color .25s ease; }
.lightbox-close { top: 24px; right: 24px; width: 48px; height: 48px; font-size: 1.8rem; line-height: 1; }
.lightbox-prev, .lightbox-next { top: 50%; width: 56px; height: 56px; font-size: 2.4rem; line-height: 1; transform: translateY(-50%); }
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: rgba(196,162,101,.85); border-color: var(--accent-gold); }

@keyframes lightboxFade { from { opacity: 0; } to { opacity: 1; } }

.site-footer { padding: 72px 24px 34px; background: #213129; color: rgba(250,250,247,.76); text-align: center; }
.footer-brand { display: block; margin-bottom: 16px; color: #fff; font-family: var(--font-serif); font-size: 2.2rem; }
.site-footer p { margin: 5px 0; }
.footer-contact { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.social-links { display: flex; justify-content: center; gap: 28px; margin: 30px 0; color: var(--accent-gold); font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.social-links a:hover, .footer-contact a:hover { color: #fff; }
.copyright { padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }

@keyframes heroReveal { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scrollPulse { 0%, 100% { opacity: .3; transform: scaleY(.6); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }

@media (max-width: 1000px) {
  :root { --header-height: 78px; }
  .header-inner { width: min(calc(100% - 40px), var(--content-width)); grid-template-columns: 1fr auto; }
  .desktop-navigation, .header-cta { display: none; }
  .mobile-toggle { position: relative; z-index: 2; display: grid; width: 40px; height: 40px; padding: 9px; border: 0; background: transparent; cursor: pointer; place-content: center; gap: 5px; }
  .mobile-toggle span { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .3s ease, opacity .3s ease; }
  .mobile-toggle.is-active span:first-child { transform: translateY(6px) rotate(45deg); }
  .mobile-toggle.is-active span:nth-child(2) { opacity: 0; }
  .mobile-toggle.is-active span:last-child { transform: translateY(-6px) rotate(-45deg); }
  .mobile-navigation { position: fixed; inset: var(--header-height) 0 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 27px; background: var(--bg-primary); color: var(--text-main); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .3s ease, visibility .3s ease, transform .3s ease; }
  .mobile-navigation.is-active { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-navigation > a:not(.btn-primary) { font-family: var(--font-serif); font-size: 2rem; }
  .intro-layout { grid-template-columns: 1fr; }
  .intro-copy { max-width: 660px; }
  .spaces-grid { grid-template-columns: 1fr; max-width: 700px; margin: 0 auto; }
  .space-card { display: grid; grid-template-columns: 1fr 1fr; }
  .space-card-image { height: 100%; min-height: 330px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .inquiry-layout { grid-template-columns: 1fr; }
  .inquiry-copy { max-width: 660px; }
}

@media (max-width: 640px) {
  .header-inner, .section-inner { width: calc(100% - 36px); }
  .brand { font-size: 1.45rem; }
  .hero-section { padding-inline: 18px; }
  .hero-section h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .section { padding: 88px 0; }
  .intro-images { min-height: 490px; }
  .intro-image-main { width: 88%; height: 430px; }
  .intro-image-overlap { width: 48%; height: 215px; border-width: 7px; }
  .space-card { display: block; }
  .space-card-image { height: 290px; min-height: 0; }
  .space-card-content { padding: 28px 25px 31px; }
  .gallery-grid { grid-auto-rows: 190px; gap: 7px; }
  .gallery-item-wide { grid-column: span 2; }
  .lightbox-figure { width: 92vw; }
  .lightbox-prev, .lightbox-next { width: 44px; height: 44px; font-size: 1.9rem; }
  .lightbox-prev { left: 10px; }
  .lightbox-next { right: 10px; }
  .lightbox-close { top: 16px; right: 16px; width: 42px; height: 42px; }
  .inquiry-form { gap: 20px; padding: 30px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}