:root{
  --ink:#111111;
  --ivory:#F6F4EF;
  --scrim:#2C2B2A;
  --text:#1A1A1A;
  --muted:#6B6864;
  --neon:#3DF06B;
  --neon-dim:#2bbd52;
  --serif:'Playfair Display',Georgia,'Times New Roman',serif;
  --sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --maxw:1320px;
  --pad:clamp(20px,5vw,72px);
}

*,*::before,*::after{box-sizing:border-box}
html,body{max-width:100%;overflow-x:hidden}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--sans);
  background:var(--ivory);
  color:var(--text);
  font-size:17px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-wrap:break-word;
}
img,svg,video,iframe{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer}

::selection{background:var(--neon);color:var(--ink)}

.skip-link{
  position:absolute;left:-9999px;top:0;z-index:1000;
  background:var(--ink);color:var(--ivory);padding:12px 18px;
}
.skip-link:focus{left:12px;top:12px}

:focus-visible{outline:2px solid var(--neon);outline-offset:3px;border-radius:2px}

.eyebrow{
  font-family:var(--sans);
  font-size:.72rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;
  color:var(--muted);margin:0 0 .9rem;
  display:inline-flex;align-items:center;gap:.7em;
}
.eyebrow::before{content:"";width:26px;height:1px;background:var(--neon);flex-shrink:0}
.eyebrow-light{color:rgba(246,244,239,.6)}

.section-title{
  font-family:var(--serif);font-weight:600;
  font-size:clamp(2rem,5vw,3.6rem);
  line-height:1.02;letter-spacing:-.01em;margin:0;
  color:var(--ink);
}

/* ---------- HEADER ---------- */
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(17,17,17,.88);
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid transparent;
  transition:background .3s,border-color .3s,box-shadow .3s;
}
.site-header.scrolled{
  background:rgba(17,17,17,.96);
  border-bottom:1px solid rgba(246,244,239,.08);
}
.header-inner{
  max-width:var(--maxw);margin:0 auto;
  display:flex;align-items:center;gap:1.2rem;
  padding:.7rem var(--pad);
}
.logo img{height:52px;width:auto}
.primary-nav{display:flex;gap:2.1rem;margin-left:2.2rem}
.nav-link{
  font-size:.82rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;
  position:relative;padding:.3rem 0;color:rgba(246,244,239,.85);
  transition:color .2s;
}
.nav-link::after{
  content:"";position:absolute;left:0;bottom:-2px;height:2px;width:0;
  background:var(--neon);transition:width .28s ease;
}
.nav-link:hover{color:var(--ivory)}
.nav-link:hover::after,.nav-link.is-active::after{width:100%}
.nav-link.is-active{color:var(--ivory)}

.header-right{display:flex;align-items:center;gap:1rem;margin-left:auto}
.social-icons{display:flex;gap:.65rem}
.social-icons a{
  width:34px;height:34px;display:grid;place-items:center;border-radius:50%;
  color:rgba(246,244,239,.7);transition:color .2s,background .2s;
}
.social-icons svg{width:16px;height:16px;fill:currentColor}
.social-icons a:hover{background:rgba(61,240,107,.15);color:var(--neon)}

.search-toggle{
  background:none;border:none;color:rgba(246,244,239,.7);width:34px;height:34px;
  display:grid;place-items:center;border-radius:50%;
  transition:color .2s;
}
.search-toggle svg{width:18px;height:18px}
.search-toggle:hover{color:var(--neon)}

.btn-inquire{
  font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  background:var(--neon);color:var(--ink);
  padding:.7rem 1.3rem;border-radius:999px;
  transition:background .25s,box-shadow .25s;
}
.btn-inquire:hover{background:#58f580;box-shadow:0 0 0 4px rgba(61,240,107,.25)}

.menu-toggle{
  display:none;background:none;border:none;
  width:40px;height:40px;flex-direction:column;gap:5px;
  justify-content:center;align-items:center;
  color:var(--ivory);
}
.menu-toggle span{width:24px;height:2px;background:currentColor;transition:transform .3s,opacity .3s}
.menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-toggle.open span:nth-child(2){opacity:0}
.menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.search-bar{border-top:1px solid rgba(246,244,239,.1);background:rgba(17,17,17,.96)}
.search-form{max-width:var(--maxw);margin:0 auto;display:flex;padding:.8rem var(--pad)}
.search-form input{
  flex:1;min-width:0;border:none;background:transparent;font-size:1rem;
  font-family:var(--serif);padding:.4rem 0;color:var(--ivory);
}
.search-form input::placeholder{color:rgba(246,244,239,.4)}
.search-form input:focus{outline:none}
.search-form button{background:none;border:none;color:var(--neon);width:40px}
.search-form svg{width:20px;height:20px;margin:0 auto;stroke:currentColor;fill:none}

/* ---------- MOBILE MENU ---------- */
.mobile-menu{
  position:fixed;inset:0;z-index:99;background:var(--ink);color:var(--ivory);
  padding:6rem var(--pad) 3rem;display:flex;flex-direction:column;
  justify-content:space-between;
}
.mobile-menu nav{display:flex;flex-direction:column;gap:.2rem}
.mobile-menu nav a{
  font-family:var(--serif);font-size:clamp(2.4rem,11vw,3.4rem);
  padding:.4rem 0;border-bottom:1px solid rgba(246,244,239,.1);
  color:rgba(246,244,239,.9);
  transition:color .2s;
}
.mobile-menu nav a:hover,.mobile-menu nav a.is-active{color:var(--ivory)}
.mobile-menu .mm-cta{
  color:var(--neon);font-family:var(--sans);font-size:1rem;
  font-weight:600;letter-spacing:.1em;text-transform:uppercase;
  border:none!important;margin-top:1.6rem;
}
.mm-social{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:.5rem}
.mm-social a{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(246,244,239,.55)}

/* ---------- HERO ---------- */
.hero{
  background:var(--ink);
  overflow:hidden;
}

.hero-grid{
  width:100%;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  min-height:88vh;
  align-items:stretch;
}

.hero-copy{
  min-width:0;
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(7rem,10vw,9rem) clamp(1.5rem,3vw,3rem) clamp(3rem,5vw,4.5rem) var(--pad);
}

.hero-kicker{
  font-size:.74rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;
  color:rgba(246,244,239,.4);margin:0 0 1.4rem;
}

.hero-title{
  font-family:var(--serif);font-weight:800;
  font-size:clamp(3.8rem,9vw,7.5rem);
  line-height:.87;letter-spacing:-.025em;
  margin:0;color:var(--ivory);
}
.hero-title .line{display:block}
.hero-title::after{
  content:"";display:block;
  width:40px;height:2px;
  background:var(--neon);
  margin:1.4rem 0 1.8rem;
  box-shadow:0 0 12px rgba(61,240,107,.55);
}

.hero-intro{
  max-width:42ch;color:rgba(246,244,239,.65);
  font-size:1.05rem;margin:0 0 2.2rem;line-height:1.68;
}

.hero-actions{display:flex;align-items:center;gap:1.4rem;flex-wrap:wrap}

.btn-primary{
  display:inline-flex;align-items:center;gap:.6em;
  background:var(--ink);color:var(--ivory);
  font-size:.84rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  padding:1rem 1.8rem;border-radius:999px;
  transition:background .25s,color .25s,box-shadow .25s,transform .25s;
}
.btn-primary span{transition:transform .25s}
.btn-primary:hover{background:var(--neon);color:var(--ink);box-shadow:0 0 0 5px rgba(61,240,107,.22)}
.btn-primary:hover span{transform:translateX(5px)}

/* Hero button override — ivory pill on ink background */
.hero .btn-primary{background:var(--ivory);color:var(--ink)}
.hero .btn-primary:hover{background:var(--neon);color:var(--ink);box-shadow:0 0 0 5px rgba(61,240,107,.22)}

.hero-avail{
  font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;
  color:rgba(246,244,239,.5);
  display:inline-flex;align-items:center;gap:.5em;
}
.hero-avail::before{
  content:"";width:8px;height:8px;border-radius:50%;
  background:var(--neon);box-shadow:0 0 10px var(--neon);
  flex-shrink:0;
}

/* Hero figure — full-height photo column */
.hero-figure{
  margin:0;
  position:relative;
  min-width:0;
  overflow:hidden;
}
.hero-figure picture{
  position:absolute;
  inset:0;
  display:block;
}
.hero-figure img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 35%;
  display:block;
}
/* Gradient: ink bleeds into left edge of photo */
.hero-figure::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:28%;
  background:linear-gradient(to right,var(--ink) 0%,transparent 100%);
  z-index:1;
  pointer-events:none;
}
.hero-figure figcaption{
  position:absolute;left:0;bottom:0;
  background:rgba(17,17,17,.88);color:var(--ivory);
  font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;
  padding:.7rem 1rem;z-index:2;
}

/* Marquee — dark hero version */
.hero-marquee{
  border-top:1px solid rgba(246,244,239,.1);
  border-bottom:1px solid rgba(246,244,239,.1);
  overflow:hidden;white-space:nowrap;
}
.marquee-track{
  display:inline-flex;gap:1.4rem;align-items:center;
  padding:1.1rem 0;
  font-family:var(--serif);
  font-size:clamp(1rem,2.5vw,1.4rem);
  font-style:italic;
  color:rgba(246,244,239,.5);
  animation:marquee 30s linear infinite;
}
.marquee-track .dot{color:var(--neon);font-style:normal}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ---------- GALLERY ---------- */
.gallery{max-width:var(--maxw);margin:0 auto;padding:clamp(3.5rem,8vw,6.5rem) var(--pad)}
.gallery-head{
  display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;
  margin-bottom:2rem;flex-wrap:wrap;
}
.gallery-intro{max-width:38ch;color:var(--muted);margin:0}
.gallery-filters{display:flex;gap:.6rem;margin-bottom:2.2rem;flex-wrap:wrap}
.filter-btn{
  border:1px solid rgba(17,17,17,.2);background:transparent;color:var(--ink);
  font-size:.74rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  padding:.6rem 1.2rem;border-radius:999px;transition:all .2s;
}
.filter-btn:hover{border-color:var(--ink)}
.filter-btn.is-active{background:var(--ink);color:var(--ivory);border-color:var(--ink)}

.gallery-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  grid-auto-rows:200px;gap:clamp(.6rem,1.4vw,1.1rem);
}
.g-item{
  position:relative;margin:0;overflow:hidden;border-radius:2px;
  grid-row:span 2;background:var(--ink);
}
.g-item.feat-a{grid-column:span 2;grid-row:span 2}
.g-item.feat-b{grid-row:span 3}
.g-item img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .7s cubic-bezier(.2,.7,.2,1);
}
.g-item:hover img,.g-item:focus-within img{transform:scale(1.06)}
.g-item figcaption{
  position:absolute;inset:auto 0 0 0;
  padding:1.6rem 1.1rem 1.1rem;
  background:linear-gradient(to top,rgba(17,17,17,.9),transparent);
  color:var(--ivory);
  transform:translateY(12px);opacity:0;transition:opacity .35s,transform .35s;
}
.g-item:hover figcaption,.g-item:focus-within figcaption{transform:translateY(0);opacity:1}
.cap-title{
  display:block;font-family:var(--serif);font-size:1.15rem;font-weight:600;
  position:relative;padding-bottom:.4rem;margin-bottom:.35rem;
}
.cap-title::after{content:"";position:absolute;left:0;bottom:0;width:34px;height:2px;background:var(--neon)}
.cap-sub{display:block;font-size:.78rem;color:rgba(246,244,239,.8);line-height:1.4}
.g-item.hide{display:none}

.gallery-credit{
  margin:2.4rem 0 0;font-size:.78rem;color:var(--muted);letter-spacing:.02em;
}

/* ---------- ABOUT ---------- */
.about{background:var(--ink);color:var(--ivory);overflow:hidden}
.about-inner{
  max-width:var(--maxw);margin:0 auto;
  display:grid;grid-template-columns:.85fr 1fr;gap:clamp(2rem,6vw,5rem);
  align-items:center;padding:clamp(3.5rem,8vw,6.5rem) var(--pad);
}
.about-figure{margin:0;position:relative;min-width:0}
.about-figure img{
  width:100%;aspect-ratio:4/5;object-fit:cover;object-position:50% 30%;
  filter:grayscale(1) contrast(1.05);border-radius:2px;
}
.about-figure::after{
  content:"";position:absolute;inset:0;
  border:1px solid rgba(61,240,107,.4);transform:translate(16px,16px);
  pointer-events:none;border-radius:2px;
}
.about-copy{min-width:0}
.about .eyebrow{color:rgba(246,244,239,.55)}
.about .section-title{color:var(--ivory);max-width:18ch}
.about-body{color:rgba(246,244,239,.7);max-width:46ch;margin:1.3rem 0 2rem;font-size:1.05rem}
.link-arrow{
  display:inline-flex;align-items:center;gap:.6em;
  font-size:.84rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  color:var(--neon);padding-bottom:.4rem;border-bottom:1px solid rgba(61,240,107,.4);
  transition:gap .25s,border-color .25s;
}
.link-arrow:hover{gap:1em;border-color:var(--neon)}

/* ---------- INSTAGRAM STRIP ---------- */
.ig-strip{padding:clamp(2.5rem,5vw,4rem) 0 clamp(1.5rem,4vw,3rem)}
.ig-head{
  max-width:var(--maxw);margin:0 auto;padding:0 var(--pad) 1.5rem;
  display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:wrap;
}
.ig-head span:first-child{font-family:var(--serif);font-size:clamp(1.4rem,4vw,2.2rem);font-weight:600}
.ig-cta{font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);transition:color .2s}
.ig-head:hover .ig-cta{color:var(--neon-dim)}
.ig-row{
  display:grid;grid-template-columns:repeat(6,1fr);gap:.4rem;
  padding:0 var(--pad);
}
.ig-row a{overflow:hidden;aspect-ratio:1;background:var(--ink);border-radius:2px}
.ig-row img{width:100%;height:100%;object-fit:cover;transition:transform .5s,filter .4s}
.ig-row a:hover img{transform:scale(1.08);filter:saturate(1.1)}

/* ---------- CONTACT ---------- */
.contact{background:var(--ink);color:var(--ivory);position:relative;overflow:hidden}
.contact::before{
  content:"";position:absolute;top:-120px;left:50%;transform:translateX(-50%);
  width:480px;max-width:90%;height:240px;
  background:radial-gradient(ellipse,rgba(61,240,107,.16),transparent 70%);
  filter:blur(20px);pointer-events:none;
}
.contact-inner{
  max-width:var(--maxw);margin:0 auto;
  padding:clamp(4rem,9vw,7rem) var(--pad);text-align:center;position:relative;
}
.contact-inner .eyebrow{justify-content:center}
.contact-title{
  font-family:var(--serif);font-weight:600;
  font-size:clamp(3rem,9vw,6.5rem);line-height:.95;margin:0 0 1.2rem;color:var(--ivory);
}
.contact-lead{
  font-family:var(--serif);font-style:italic;font-size:clamp(1.2rem,3vw,1.7rem);
  color:rgba(246,244,239,.85);margin:0 auto 3rem;
}
.contact-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;
  max-width:880px;margin:0 auto 2.6rem;
}
.contact-card{
  border:1px solid rgba(246,244,239,.16);border-radius:3px;
  padding:1.8rem 1.2rem;display:flex;flex-direction:column;gap:.5rem;
  transition:border-color .25s,background .25s,transform .25s;
}
.contact-card:hover{border-color:var(--neon);background:rgba(61,240,107,.06);transform:translateY(-4px)}
.cc-label{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(246,244,239,.55)}
.cc-value{font-family:var(--serif);font-size:clamp(1.05rem,2.4vw,1.4rem);color:var(--ivory);word-break:break-word}
.contact-avail{
  font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;
  color:rgba(246,244,239,.6);display:inline-flex;align-items:center;gap:.5em;
}
.contact-avail::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--neon);box-shadow:0 0 8px var(--neon)}

/* ---------- FOOTER ---------- */
.site-footer{background:#0c0c0c;color:var(--ivory)}
.footer-inner{
  max-width:var(--maxw);margin:0 auto;
  display:grid;grid-template-columns:1.4fr 1fr 1.2fr 1fr;gap:2.5rem;
  padding:clamp(3rem,6vw,4.5rem) var(--pad) 2.5rem;
}
.footer-logo img{height:60px;width:auto}
.footer-tag{color:rgba(246,244,239,.55);max-width:24ch;margin:1.2rem 0 0;font-size:.95rem}
.footer-col-title{
  display:block;font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--neon);margin-bottom:1.1rem;
}
.footer-nav,.footer-connect{display:flex;flex-direction:column;gap:.6rem}
.footer-nav a,.footer-connect a{color:rgba(246,244,239,.8);font-size:.92rem;transition:color .2s}
.footer-nav a:hover,.footer-connect a:hover{color:var(--neon)}
.footer-social{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:.6rem}
.footer-social a{font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(246,244,239,.55);transition:color .2s}
.footer-social a:hover{color:var(--neon)}
.footer-search form{display:flex;border-bottom:1px solid rgba(246,244,239,.2);min-width:0}
.footer-search input{
  flex:1;min-width:0;background:transparent;border:none;color:var(--ivory);
  padding:.5rem 0;font-size:.95rem;font-family:var(--sans);
}
.footer-search input::placeholder{color:rgba(246,244,239,.4)}
.footer-search input:focus{outline:none}
.footer-search button{background:none;border:none;color:var(--neon);font-size:1.2rem;padding:0 .4rem}
.footer-base{
  max-width:var(--maxw);margin:0 auto;
  display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;
  padding:1.4rem var(--pad);border-top:1px solid rgba(246,244,239,.1);
  font-size:.76rem;letter-spacing:.06em;color:rgba(246,244,239,.45);
}

/* ---------- REVEAL ---------- */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:none}

/* ---------- RESPONSIVE ---------- */
@media(max-width:980px){
  .primary-nav,.social-icons,.btn-inquire,.search-toggle{display:none}
  .menu-toggle{display:flex}

  /* Hero: single-column, stacked */
  .hero-grid{
    grid-template-columns:1fr;
    min-height:auto;
    align-items:start;
    gap:0;
  }
  .hero-copy{
    padding:clamp(7rem,20vw,10rem) var(--pad) 2.5rem;
    justify-content:flex-start;
  }
  .hero-figure{
    /* Explicit height so absolutely-positioned img fills it */
    height:clamp(260px,78vw,520px);
    max-width:100%;
    margin-inline:0;
    width:100%;
  }
  /* No left-to-right gradient on mobile: top gradient instead */
  .hero-figure::before{
    inset:0 0 auto 0;
    width:100%;
    height:22%;
    background:linear-gradient(to bottom,var(--ink) 0%,transparent 100%);
  }

  /* About */
  .about-inner{grid-template-columns:1fr;gap:2rem}
  .about-figure{max-width:420px}

  /* Footer */
  .footer-inner{grid-template-columns:1fr 1fr;gap:2rem}

  /* Gallery */
  .gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:160px}
  .g-item.feat-a{grid-column:span 2}
  .g-item.feat-b{grid-row:span 2}
}

@media(min-width:981px){.mobile-menu{display:none!important}}

@media(max-width:620px){
  .ig-row{grid-template-columns:repeat(3,1fr)}
  .contact-grid{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:130px}
  .g-item,.g-item.feat-a,.g-item.feat-b{grid-row:span 2;grid-column:span 1}
  .g-item.feat-a{grid-column:span 2}
  .g-item figcaption{transform:translateY(0);opacity:1;padding:1.1rem .8rem .8rem}
  .cap-sub{display:none}
}

@media(prefers-reduced-motion:reduce){
  *{animation-duration:.001ms!important;transition-duration:.001ms!important}
  .reveal{opacity:1;transform:none}
  html{scroll-behavior:auto}
}