:root {
  --ink: #f4f1e8;
  --muted: #a7adbb;
  --night: #05070d;
  --night-2: #0b101c;
  --line: rgba(244, 241, 232, 0.18);
  --gold: #d7b36a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { margin: 0; color: var(--ink); background: var(--night); font-family: "DM Sans", sans-serif; font-size: 1rem; line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 1.4rem clamp(1.25rem, 4vw, 4rem); border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-weight: 600; letter-spacing: .04em; }
.brand-star { color: var(--gold); font-size: 1.25rem; }
nav { display: flex; gap: clamp(1rem, 3vw, 2.4rem); }
nav a { color: #fff; text-decoration: none; font-size: .92rem; }
nav a:hover, nav a:focus-visible { color: var(--gold); }

.hero { position: relative; min-height: 94svh; display: grid; align-items: end; overflow: hidden; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,5,10,.91) 0%, rgba(3,5,10,.52) 46%, rgba(3,5,10,.08) 75%), linear-gradient(0deg, rgba(3,5,10,.65), transparent 45%); }
.hero-copy { position: relative; z-index: 1; max-width: 780px; padding: 10rem clamp(1.25rem, 7vw, 7rem) 7rem; }
.eyebrow, .section-number { margin: 0 0 1.2rem; color: var(--gold); font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; }
h1, h2 { font-family: "Newsreader", serif; font-weight: 400; line-height: .98; letter-spacing: -.035em; }
h1 { margin: 0; font-size: clamp(4rem, 9vw, 8.8rem); }
.lede { max-width: 610px; margin: 2rem 0 1.75rem; color: #d9dce4; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.text-link { text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: .3rem; }
.text-link span { margin-left: .5rem; color: var(--gold); }
.hero-caption { position: absolute; z-index: 1; right: clamp(1.25rem, 4vw, 4rem); bottom: 2rem; margin: 0; color: rgba(255,255,255,.7); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

.intro, .about, .contact { display: grid; grid-template-columns: minmax(110px, .42fr) minmax(0, 1fr); gap: clamp(1.5rem, 7vw, 7rem); padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 7rem); }
.intro { background: var(--ink); color: var(--night); }
.intro .section-number { color: #6f5b35; }
.intro h2, .about h2, .contact h2, .section-heading h2 { margin: 0; font-size: clamp(3rem, 7vw, 6.5rem); }
.intro > div > p { max-width: 680px; margin: 2rem 0 0; font-size: clamp(1.1rem, 2vw, 1.35rem); }

.gallery-section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 4vw, 4rem); background: var(--night-2); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin: 0 auto 3rem; max-width: 1440px; }
.section-heading > p { color: var(--muted); font-size: .85rem; text-transform: uppercase; letter-spacing: .12em; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.75rem); max-width: 1440px; margin: auto; }
.gallery-card { position: relative; min-height: 58vw; max-height: 790px; overflow: hidden; padding: 0; border: 0; background: #111827; color: #fff; cursor: zoom-in; text-align: left; }
.gallery-card--wide { min-height: 40vw; grid-column: 1 / -1; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s; }
.gallery-card:nth-child(2) img { object-position: 50% 45%; }
.gallery-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(2,4,9,.82)); }
.gallery-card > span { position: absolute; z-index: 1; left: 1.4rem; right: 1.4rem; bottom: 1.25rem; display: flex; justify-content: space-between; align-items: end; gap: 1rem; }
.gallery-card strong { font-family: "Newsreader", serif; font-size: clamp(1.7rem, 3vw, 2.8rem); font-weight: 400; }
.gallery-card small { color: #d3d7df; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.gallery-card:hover img, .gallery-card:focus-visible img { transform: scale(1.035); filter: brightness(1.08); }
.gallery-card:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.about { border-top: 1px solid var(--line); }
.about-copy { max-width: 760px; }
.about-copy p { color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.22rem); }
.about-copy .about-lead { margin-top: 0; color: var(--ink); font-family: "Newsreader", serif; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.12; }
.contact { background: var(--gold); color: #10131a; }
.contact .section-number { color: #57451f; }
.contact p { max-width: 620px; font-size: 1.12rem; }
.button { display: inline-flex; gap: .8rem; align-items: center; margin-top: 1.4rem; padding: .9rem 1.2rem; border: 1px solid #10131a; text-decoration: none; font-weight: 600; }
.button:hover, .button:focus-visible { background: #10131a; color: var(--ink); }

footer { display: flex; justify-content: space-between; gap: 1rem; padding: 1.5rem clamp(1.25rem, 4vw, 4rem); color: var(--muted); font-size: .82rem; border-top: 1px solid var(--line); }
.lightbox { width: min(94vw, 1400px); max-width: none; padding: 0; border: 0; background: transparent; color: #fff; }
.lightbox::backdrop { background: rgba(1,2,6,.94); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: 84vh; object-fit: contain; }
.lightbox p { margin: .8rem 0 0; text-align: center; }
.lightbox-close { position: fixed; z-index: 2; top: 1.2rem; right: 1.5rem; width: 3rem; height: 3rem; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(0,0,0,.3); color: #fff; font-size: 2rem; cursor: pointer; }

@media (max-width: 720px) {
  .site-header { align-items: flex-start; }
  nav { gap: .85rem; }
  nav a { font-size: .78rem; }
  .hero { min-height: 86svh; }
  .hero-copy { padding-bottom: 5rem; }
  .hero-caption { display: none; }
  .intro, .about, .contact { grid-template-columns: 1fr; gap: 1.2rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card, .gallery-card--wide { grid-column: auto; min-height: 112vw; }
  .section-heading { align-items: start; flex-direction: column; }
  .gallery-card > span { align-items: start; flex-direction: column; gap: 0; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gallery-card img { transition: none; }
}
