/* =========================================================
   The Photo Studio Nosara — Landing
   Premium / NYC studio aesthetic. Single-page composition.
   ========================================================= */

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: none; color: inherit; }

:root {
  --ink:        #000000;
  --ink-2:      #0a0a0a;
  --ink-3:      #141414;
  --cream:      #ffffff;
  --cream-soft: rgba(255, 255, 255, 0.82);
  --cream-mute: rgba(255, 255, 255, 0.55);
  --line:       rgba(255, 255, 255, 0.18);
  --line-soft:  rgba(255, 255, 255, 0.10);
  --gold:       #ffffff;
  --gold-deep:  #ffffff;

  /* Light-section tokens */
  --paper:        #ffffff;
  --paper-2:      #f4f4f2;
  --ink-light:    #000000;
  --ink-light-2:  #444444;
  --ink-light-3:  #6a6a6a;
  --line-dark:    rgba(0, 0, 0, 0.16);
  --line-dark-soft: rgba(0, 0, 0, 0.08);

  --serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --sans:  'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;

  --bound:    1320px;
  --pad-x:    clamp(20px, 5vw, 64px);
  --pad-y:    clamp(80px, 12vw, 160px);
}

html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
::selection { background: var(--gold); color: var(--ink); }

/* ---------- Typography utilities ---------- */
h1, h2, h3, h4 { margin: 0; font-weight: 400; }
p  { margin: 0; }

.display {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(2.6rem, 6.4vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.018em;
  color: var(--cream);
}
.display-italic {
  font-style: italic;
  font-weight: 300;
  color: var(--cream);
}
.display.light { color: var(--cream); }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.6em;
  display: block;
}
.eyebrow.light { color: var(--gold); }

.lead-mark {
  font-family: var(--serif);
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 0.4em;
}

.bound {
  max-width: var(--bound);
  margin: 0 auto;
  padding-left: var(--pad-x);
  padding-right: var(--pad-x);
}
.section-head { margin-bottom: clamp(40px, 5vw, 80px); max-width: 760px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head .display { margin-bottom: 0; }

.hide-mob { display: inline; }
@media (max-width: 700px) { .hide-mob { display: none; } }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100lvh;
  min-height: var(--app-vh, 100lvh);
  display: flex;
  flex-direction: column;
  color: var(--cream);
  overflow: hidden;
  background: var(--ink);
}
.hero-bg {
  position: absolute; inset: 0;
  z-index: 0;
}
.hero-bg img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: blur(14px) brightness(0.42) grayscale(1);
  transform: scale(1.08);
}
.hero-veil {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.55) 75%, rgba(0,0,0,0.78) 100%),
    linear-gradient(180deg, rgba(10,9,8,0.55) 0%, rgba(10,9,8,0.25) 35%, rgba(10,9,8,0.85) 100%);
}

/* Top nav — just the centered logo (no side links) */
.top-nav {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(36px, 3.5vw, 56px) var(--pad-x) clamp(12px, 1.5vw, 22px);
}
.nav-link {
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--cream-soft);
  transition: color 0.25s ease;
}
.nav-link:hover { color: var(--gold); }
.nav-left  { justify-self: start; }
.nav-right { justify-self: end; }

/* Logo (text composition) */
.logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  color: var(--cream);
  letter-spacing: 0.04em;
  position: relative;
  padding: 0 4px;
}
.logo-the {
  font-family: var(--serif);
  font-size: 0.86rem;
  font-style: italic;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 6px;
}
.logo-main {
  font-family: var(--serif);
  font-size: clamp(2.05rem, 3.57vw, 2.84rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--cream);
  line-height: 1;
}
.logo-place {
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.54em;
  text-transform: uppercase;
  color: var(--cream);
  margin-top: 10px;
  padding-left: 0.54em;
}
.logo.logo-img {
  padding: 0;
  display: block;
  line-height: 0;
  justify-self: center;
  margin-left: auto;
  margin-right: auto;
}
.logo.logo-img img {
  height: clamp(110px, 11vw, 180px);
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  /* Invert the black-on-white asset to white-on-black, then use screen blend
     so the resulting black "background" disappears against the dark hero. */
  filter: invert(1) brightness(1.05);
  mix-blend-mode: screen;
}

/* Hero content */
.hero-stage {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(30px, 3vw, 56px) var(--pad-x) clamp(30px, 3vw, 56px);
  gap: clamp(14px, 1.2vw, 22px);
}
.hero-stage > * { margin-top: 0 !important; margin-bottom: 0 !important; }
.hero-eyebrow {
  font-size: clamp(0.7rem, 1.5vw, 0.82rem);
  font-weight: 400;
  letter-spacing: clamp(0.22em, 0.6vw, 0.42em);
  text-transform: uppercase;
  color: var(--cream-mute);
  margin: 0 0 clamp(22px, 2.5vw, 36px);
}
.hero-title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(2.2rem, 5.5vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin: 0;
}
.hero-title span { display: block; }
.hero-italic { font-style: italic; }
.hero-sub {
  max-width: 780px;
  font-size: clamp(1.02rem, 1.2vw, 1.18rem);
  line-height: 1.6;
  color: var(--cream-soft);
  margin: 0 0 clamp(28px, 3.5vw, 48px);
  font-weight: 300;
}
.hero-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--cream);
  padding: 4px 0;
  transition: color 0.25s ease, letter-spacing 0.3s ease, transform 0.3s ease;
  transform-origin: center;
}
.hero-cta span {
  display: inline-block;
  transition: transform 0.3s ease;
}
.hero-cta:hover {
  color: var(--gold);
  letter-spacing: 0.32em;
}
.hero-cta:hover span { transform: translateX(8px); }

/* Solo hero CTA — centered, underlined text with arrow floating to the right */
.hero-cta-solo {
  position: relative;
  display: inline-block;
  align-self: center;
  letter-spacing: 0.22em;
  text-align: center;
}
.hero-cta-solo .hero-cta-text {
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}
.hero-cta-solo .hero-cta-arrow {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 14px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.hero-cta-solo:hover {
  letter-spacing: 0.26em;
}
.hero-cta-solo:hover .hero-cta-arrow {
  transform: translateY(-50%) translateX(8px) !important;
}

/* Hero foot row */
.hero-foot {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  padding: 0 var(--pad-x) clamp(24px, 2.5vw, 38px);
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--cream-mute);
  font-weight: 400;
}
.hero-coord { justify-self: start; }
.hero-est   { justify-self: end; }
.hero-scroll {
  justify-self: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.hero-scroll span {
  display: block;
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, var(--cream-mute) 0%, transparent 100%);
  animation: scroll-pulse 2.4s ease-in-out infinite;
}
@keyframes scroll-pulse {
  0%, 100% { transform: scaleY(0.4); transform-origin: top; opacity: 0.4; }
  50%      { transform: scaleY(1);   opacity: 1; }
}

@media (max-width: 600px) {
  .hero-foot { grid-template-columns: 1fr; gap: 18px; text-align: center; justify-items: center; }
  .hero-coord { justify-self: center; order: 1; }
  .hero-est   { justify-self: center; order: 2; }
  .hero-scroll {
    display: inline-flex;
    justify-self: center;
    order: 3;
    margin-top: 6px;
  }
  .hero-scroll span { height: 44px; }
}

/* =========================================================
   STATEMENT
   ========================================================= */
.statement {
  position: relative;
  background: var(--paper);
  padding: clamp(48px, 5vw, 80px) 0;
  text-align: center;
  color: var(--ink-light);
}
.statement .bound { position: relative; z-index: 2; }
.statement .bound { max-width: 880px; }
.statement .lead-mark { color: var(--ink-light); }
.statement-text {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.45;
  color: var(--ink-light);
  letter-spacing: -0.01em;
}
.statement-text em {
  font-style: italic;
  color: var(--ink-light);
  font-weight: 400;
}

/* =========================================================
   SELECTED WORK
   ========================================================= */
.work {
  background: var(--paper);
  padding: clamp(40px, 5vw, 80px) 0 clamp(40px, 5vw, 70px);
  color: var(--ink-light);
}
.work .section-head { text-align: left; max-width: 100%; }
.work .display { color: var(--ink-light); }
.work .display-italic { color: var(--ink-light); }
.work .eyebrow { color: var(--ink-light); }
.work-rail {
  display: flex;
  gap: clamp(18px, 2.4vw, 36px);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 var(--pad-x);
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Critical for mobile: only allow horizontal touch panning; vertical touch
     passes through to the page so it doesn't fight with page scroll. */
  touch-action: pan-x;
  overscroll-behavior-x: contain;
}
.work-rail::-webkit-scrollbar { display: none; }

.work-frame {
  flex: 0 0 auto;
  width: clamp(260px, 28vw, 440px);
  scroll-snap-align: start;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: var(--ink-2);
  cursor: zoom-in;
  text-decoration: none;
}
.work-frame.portrait { aspect-ratio: 4 / 5; }
.work-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease, filter 0.6s ease;
  filter: brightness(0.92);
}
.work-frame:hover img { transform: scale(1.04); filter: brightness(1); }

/* =========================================================
   PLACE
   ========================================================= */
.place {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: var(--pad-y) 0;
}
.place-image {
  position: absolute; inset: 0;
  z-index: 0;
}
.place-image img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(1.15) contrast(1.02) saturate(0.92);
  /* Slow, subtle Ken Burns-style motion — feels like waves rolling toward viewer */
  transform-origin: 50% 60%;
  animation: place-drift 18s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes place-drift {
  0%   { transform: scale(1.06) translateY(0); }
  100% { transform: scale(1.12) translateY(-2%); }
}
@media (prefers-reduced-motion: reduce) {
  .place-image img { animation: none; transform: scale(1.04); }
}
.place-veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.32) 42%, rgba(0,0,0,0.02) 100%);
}
.place-content {
  position: relative;
  z-index: 1;
  max-width: 620px;
  padding: 0 var(--pad-x);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--bound);
}
@media (min-width: 800px) {
  .place-content { padding-left: var(--pad-x); }
  .place-content > * { max-width: 560px; }
}
.place-content .display { margin-bottom: 0.6em; }
.place-text {
  color: var(--cream-soft);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 1.4em;
  max-width: 620px;
  text-wrap: pretty;
}
.place-meta {
  font-size: 0.74rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

/* =========================================================
   PRACTICE / DISCIPLINES
   ========================================================= */
.practice {
  background: var(--paper-2);
  padding: var(--pad-y) 0;
  color: var(--ink-light);
}
.practice .display { color: var(--ink-light); }
.practice .display-italic { color: var(--ink-light); }
.practice .eyebrow { color: var(--ink-light); }
.discipline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
}
.discipline-list li {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: clamp(20px, 3vw, 40px);
  align-items: baseline;
  padding: clamp(22px, 2.6vw, 34px) 0;
  border-bottom: 1px solid var(--line-dark);
  transition: padding-left 0.4s ease, color 0.4s ease;
}
.discipline-list li:hover {
  padding-left: 14px;
}
.discipline-list .num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--ink-light);
}
.discipline-list .name {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  letter-spacing: -0.01em;
  color: var(--ink-light);
}
.discipline-list .kind {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-light-3);
  text-align: right;
}
@media (max-width: 720px) {
  .discipline-list li { grid-template-columns: 50px 1fr; row-gap: 6px; }
  .discipline-list .kind { grid-column: 1 / -1; text-align: left; padding-left: 50px; }
}

/* =========================================================
   CONTACT
   ========================================================= */
.contact {
  background: var(--ink-2);
  padding: clamp(50px, 5vw, 80px) 0;
  border-top: 1px solid var(--line-soft);
}
.contact .section-head .display { margin-bottom: 0.4em; }
.contact-lead {
  max-width: 520px;
  margin: 1em auto 0;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--cream-soft);
}

.contact-form {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 2.4vw, 30px) clamp(24px, 3vw, 40px);
  margin-top: clamp(40px, 5vw, 70px);
}
.field { display: flex; flex-direction: column; }
.field.full { grid-column: 1 / -1; }
.field label {
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--cream-mute);
  margin-bottom: 12px;
}
.field input,
.field textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 8px 0 14px;
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 300;
  color: var(--cream);
  border-radius: 0;
  transition: border-color 0.3s ease;
  resize: vertical;
}
.field input:focus,
.field textarea:focus {
  outline: none;
  border-bottom-color: var(--gold);
}
.field textarea { min-height: 100px; }
.field input::placeholder,
.field textarea::placeholder {
  color: var(--cream-mute);
  font-weight: 300;
}

.submit-row {
  margin-top: clamp(20px, 2vw, 30px);
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.btn-send {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 32px;
  background: transparent;
  color: var(--cream);
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 1px solid var(--cream);
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-send:hover {
  background: var(--cream);
  color: var(--ink);
  gap: 22px;
}
.form-direct {
  font-size: 0.85rem;
  color: var(--cream-mute);
  font-style: italic;
  font-family: var(--serif);
}
.form-direct a {
  color: var(--cream);
  border-bottom: 1px solid var(--line);
  padding-bottom: 1px;
  transition: color 0.25s, border-color 0.25s;
  font-style: normal;
  font-family: var(--sans);
  font-size: 0.94em;
}
.form-direct a:hover { color: var(--gold); border-color: var(--gold); }

/* Consultation CTA — secondary booking option below the contact form */
.consult-cta {
  margin: 18px auto 0;
  padding: 0;
  max-width: 560px;
  text-align: center;
  border: 0;
  display: flex;
  justify-content: center;
}
.consult-text {
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  line-height: 1.4;
  color: var(--cream);
  margin: 0 0 22px;
}
.btn-consult {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 32px;
  background: transparent;
  color: var(--cream);
  border: 1px solid var(--cream);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
}
.btn-consult:hover {
  background: var(--cream);
  color: var(--ink);
  gap: 22px;
}

@media (max-width: 600px) {
  .contact-form { grid-template-columns: 1fr; }
  .submit-row {
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
  }
  .submit-row .btn-send { margin: 0 auto !important; }
  .consult-cta {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .consult-cta .btn-consult { margin: 0 auto !important; }
}

/* =========================================================
   FOOTER
   ========================================================= */
.site-foot {
  background: var(--ink);
  padding: clamp(60px, 7vw, 100px) 0 30px;
  border-top: 1px solid var(--line-soft);
}
/* New footer composition: logo + address on top, 3-col info row below */
.foot-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: clamp(28px, 3vw, 44px);
}
.foot-top .foot-logo {
  display: block;
  height: clamp(110px, 9vw, 150px);
  width: auto;
  max-width: 100%;
  margin: 0 auto 18px;
  filter: invert(1) brightness(1.05);
  mix-blend-mode: screen;
}
.foot-address {
  margin: 0;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  color: var(--cream-soft);
}
.foot-info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(40px, 6vw, 110px);
  flex-wrap: wrap;
  padding-bottom: clamp(40px, 5vw, 70px);
  border-bottom: 1px solid var(--line-soft);
}
.foot-info > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 180px;
}
.foot-brand .foot-logo {
  display: block !important;
  width: auto !important;
  height: clamp(100px, 9vw, 135px);
  max-width: 100%;
  margin: 0 auto 22px !important;
  filter: invert(1) brightness(1.05);
  mix-blend-mode: screen;
}
.foot-brand,
.foot-brand p,
.foot-brand .foot-label,
.foot-grid > div,
.foot-grid > div p,
.foot-grid > div .foot-label,
.foot-bottom,
.foot-bottom p {
  text-align: center !important;
}
.foot-brand p {
  color: var(--cream-mute);
  font-size: 0.9rem;
  line-height: 1.7;
}
.foot-label {
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
}
.site-foot p,
.site-foot a {
  color: var(--cream-soft);
  font-size: 0.92rem;
  line-height: 1.75;
}
.site-foot a { transition: color 0.25s ease; }
.site-foot a:hover { color: var(--gold); }
.foot-bottom {
  padding-top: 26px;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream-mute);
}
.foot-bottom p { margin: 0; }

@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .foot-grid { grid-template-columns: 1fr; } }

/* =========================================================
   Reveal-on-scroll (light animation)
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-scroll span { animation: none; }
}

/* =========================================================
   LIGHTBOX — click a portrait to view full size
   ========================================================= */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.96);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.lightbox.is-open {
  display: flex;
  opacity: 1;
}
.lightbox img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  cursor: zoom-out;
}
.lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 200;
  color: var(--cream);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.lightbox-close:hover,
.lightbox-close:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}

/* =========================================================
   MOBILE — hide side nav, center logo, tighten typography
   ========================================================= */
@media (max-width: 700px) {
  /* Top nav: just the centered logo, side links hide on mobile */
  .top-nav { grid-template-columns: 1fr; }
  .nav-link.nav-left,
  .nav-link.nav-right { display: none; }
  .logo { justify-self: center; }
  .logo-main { font-size: clamp(1.35rem, 6.5vw, 1.7rem); }
  .logo-the   { font-size: 0.7rem; }
  .logo-place { font-size: 0.72rem; letter-spacing: 0.42em; }

  /* Hero: let it fit content + breathing room rather than forcing full viewport */
  .hero { min-height: auto; }
  .top-nav { padding: 22px 24px 0; }
  .hero-stage {
    flex: 0 1 auto;
    padding: 56px 24px 48px;
    justify-content: center;
  }
  .hero-foot { padding: 8px 24px 28px; }
  .hero-eyebrow {
    margin: 0 0 18px;
    font-size: 0.74rem;
    letter-spacing: 0.24em;
  }
  .hero-title {
    margin: 0 0 22px;
    font-size: clamp(2.3rem, 9vw, 3.4rem);
  }
  .hero-sub {
    font-size: 1.02rem;
    line-height: 1.6;
    max-width: 92%;
    margin: 0 auto 28px;
    overflow-wrap: break-word;
  }
  .hero-cta {
    font-size: 0.8rem;
    letter-spacing: 0.24em;
    padding-bottom: 8px;
  }

  /* Tighten section vertical padding so the page breathes naturally on a phone */
  section { padding-top: clamp(50px, 12vw, 90px); padding-bottom: clamp(50px, 12vw, 90px); }
  .statement, .work, .practice, .contact { padding-top: clamp(60px, 14vw, 100px); padding-bottom: clamp(60px, 14vw, 100px); }
  .section-head { margin-bottom: clamp(28px, 7vw, 50px); }

  /* Section heads + statement paragraph */
  .display { font-size: clamp(2.1rem, 8vw, 5.8rem); }
  .statement-text { font-size: clamp(1.2rem, 5.2vw, 2.4rem); }

  /* Work rail items take most of the screen for clean swipe */
  .work-frame { width: 78vw; }

  /* Place section: bigger padding, balanced type */
  .place-content { padding-left: 24px; padding-right: 24px; }
  .place-content .display { font-size: clamp(2rem, 8vw, 3rem); }
  .place-text { font-size: 0.98rem; line-height: 1.65; }

  /* Disciplines list */
  .discipline-list .num { font-size: 1rem; }

  /* Contact form */
  .field input, .field textarea { font-size: 1rem; }
  .btn-send { padding: 16px 28px; font-size: 0.72rem; }

  /* Hero foot row: stack the corner labels cleanly */
  .hero-coord, .hero-est { font-size: 0.6rem; letter-spacing: 0.2em; }
}
