:root{
  --bg:#0c0b09; --panel:#15120f; --panel2:#1d1914; --cream:#f1e6d6; --muted:#b7aa9c; --line:rgba(241,230,214,.16); --gold:#b9976b; --white:#fffaf1;
  --shadow: 0 20px 80px rgba(0,0,0,.35);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--cream);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.section{padding:110px 0}.section.tight{padding:70px 0}.eyebrow{font-family:Cormorant Garamond,Georgia,serif;color:var(--gold);font-size:1.1rem;letter-spacing:.08em;text-transform:uppercase;margin:0 0 14px}.h1,.h2,.h3{font-family:Cormorant Garamond,Georgia,serif;font-weight:500;line-height:.95;letter-spacing:-.04em}.h1{font-size:clamp(4.3rem,9vw,9.5rem);margin:0}.h2{font-size:clamp(3rem,6vw,6rem);margin:0}.h3{font-size:clamp(2rem,3.5vw,3.4rem);margin:0}.lead{font-size:clamp(1.05rem,1.7vw,1.35rem);color:var(--muted);max-width:680px}.small{color:var(--muted);font-size:.96rem}.nav{position:fixed;z-index:50;top:0;left:0;width:100%;backdrop-filter:blur(16px);background:linear-gradient(to bottom,rgba(12,11,9,.88),rgba(12,11,9,.42));border-bottom:1px solid rgba(255,255,255,.08)}.nav-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;letter-spacing:.02em}.brand img{height:42px;width:auto;filter:drop-shadow(0 0 10px rgba(255,255,255,.35))}.nav-links{display:flex;align-items:center;gap:26px;font-size:.88rem;color:var(--cream)}.nav-links a{opacity:.84}.nav-links a:hover,.nav-links a.active{opacity:1;color:var(--white)}.nav-cta{border:1px solid var(--line);padding:10px 16px}.menu-toggle{display:none;background:none;border:1px solid var(--line);color:var(--cream);padding:10px 12px}.hero{min-height:100vh;display:grid;align-items:end;position:relative;overflow:hidden;background:#090807}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,6,5,.88) 0%,rgba(7,6,5,.55) 35%,rgba(7,6,5,.15) 70%),linear-gradient(0deg,rgba(12,11,9,1) 0%,rgba(12,11,9,0) 33%);z-index:1}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.86}.hero-content{position:relative;z-index:2;padding:180px 0 100px}.hero p{max-width:560px;color:#e2d5c5;font-size:1.25rem;margin:28px 0 34px}.buttons{display:flex;gap:16px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid var(--line);min-height:48px;padding:14px 24px;font-weight:600;font-size:.92rem;transition:.25s ease}.btn.primary{background:var(--cream);color:#11100e;border-color:var(--cream)}.btn:hover{transform:translateY(-2px);border-color:rgba(241,230,214,.5)}.btn.primary:hover{background:#fff8ea}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{background:var(--panel);border:1px solid var(--line);overflow:hidden;box-shadow:var(--shadow);group:card}.category-card img{height:360px;width:100%;object-fit:cover;transition:.45s ease}.category-card:hover img{transform:scale(1.04)}.category-card div{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 22px}.category-card h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.65rem;margin:0}.split{display:grid;grid-template-columns:1fr 1.15fr;gap:70px;align-items:center}.split-img{border:1px solid var(--line);box-shadow:var(--shadow);min-height:540px;object-fit:cover;width:100%}.masonry{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:120px;gap:12px}.tile{position:relative;overflow:hidden;background:var(--panel);border:1px solid var(--line)}.tile img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.tile:hover img{transform:scale(1.04)}.tile.wide{grid-column:span 6;grid-row:span 3}.tile.tall{grid-column:span 3;grid-row:span 4}.tile.mid{grid-column:span 4;grid-row:span 3}.tile.smalltile{grid-column:span 3;grid-row:span 2}.tile .label{position:absolute;left:14px;bottom:12px;background:rgba(12,11,9,.66);padding:7px 10px;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}.testimonials{display:grid;grid-template-columns:1fr 1fr;gap:50px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:55px 0}.quote{font-family:Cormorant Garamond,Georgia,serif;font-size:1.55rem;line-height:1.25;color:var(--cream)}.stars{color:var(--gold);letter-spacing:.16em}.cta-band{background:linear-gradient(rgba(12,11,9,.3),rgba(12,11,9,.75)),url('assets/images/wedding-beach-wide.webp') center/cover;min-height:360px;display:grid;place-items:center;text-align:center}.footer{padding:60px 0;background:#070706;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:35px}.footer a,.footer p{color:var(--muted);font-size:.9rem}.page-hero{padding:170px 0 90px;background:linear-gradient(rgba(12,11,9,.75),rgba(12,11,9,.92)),var(--hero) center/cover}.page-hero .lead{margin-top:24px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery a{display:block;min-height:340px;overflow:hidden;border:1px solid var(--line);background:var(--panel)}.gallery img{width:100%;height:100%;min-height:340px;object-fit:cover;transition:.35s ease}.gallery a:nth-child(5n+1){grid-row:span 2}.gallery a:nth-child(5n+1) img{min-height:700px}.gallery a:hover img{transform:scale(1.035)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.price-card{background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.015));border:1px solid var(--line);padding:34px;min-height:330px}.price-card.featured{border-color:rgba(185,151,107,.55);box-shadow:0 0 0 1px rgba(185,151,107,.12),var(--shadow)}.price-card h3{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;margin:0 0 8px}.price{font-family:Cormorant Garamond,Georgia,serif;font-size:3.2rem;margin:8px 0 24px;color:var(--white)}.price-card ul{padding-left:18px;margin:0;color:var(--muted)}.price-card li{margin:10px 0}.service-note{margin-top:28px;border:1px solid var(--line);padding:24px;background:rgba(255,255,255,.025)}.contact-card{background:var(--panel);border:1px solid var(--line);padding:36px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px}.form-row{display:grid;gap:8px;margin-bottom:16px}.form-row input,.form-row textarea,.form-row select{background:#0a0908;color:var(--cream);border:1px solid var(--line);padding:14px 15px;font:inherit}.form-row textarea{min-height:140px}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center;z-index:100;padding:30px}.lightbox.open{display:flex}.lightbox img{max-height:88vh;max-width:92vw;object-fit:contain}.lightbox button{position:absolute;top:24px;right:24px;background:transparent;color:white;border:1px solid rgba(255,255,255,.3);font-size:2rem;width:52px;height:52px}.spaced-title{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:38px}.spaced-title .lead{margin:0}.anchor-gap{scroll-margin-top:120px}.fineprint{font-size:.84rem;color:#8f8377;margin-top:20px}
@media(max-width:900px){.nav-inner{height:70px}.menu-toggle{display:block}.nav-links{position:absolute;top:70px;left:20px;right:20px;background:rgba(12,11,9,.98);border:1px solid var(--line);padding:18px;flex-direction:column;align-items:flex-start;display:none}.nav-links.open{display:flex}.hero-content{padding:145px 0 70px}.category-grid,.pricing-grid,.gallery,.contact-grid,.split,.testimonials,.footer-grid{grid-template-columns:1fr}.category-card img{height:430px}.masonry{grid-template-columns:1fr;grid-auto-rows:auto}.tile,.tile.wide,.tile.tall,.tile.mid,.tile.smalltile{grid-column:auto;grid-row:auto;height:360px}.gallery a,.gallery a:nth-child(5n+1) img,.gallery img{min-height:420px}.section{padding:80px 0}.spaced-title{display:block}.h1{font-size:4rem}.h2{font-size:3.3rem}}
@media(max-width:520px){.container{width:min(100% - 28px,1180px)}.category-card img{height:320px}.gallery a,.gallery a:nth-child(5n+1) img,.gallery img{min-height:330px}.tile,.tile.wide,.tile.tall,.tile.mid,.tile.smalltile{height:300px}.buttons{flex-direction:column}.btn{width:100%}.price-card{padding:26px}.footer-grid{gap:20px}}


/* Portfolio layout refinement: keep images natural so they do not feel squeezed or over-cropped */
.gallery{
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  align-items:start;
}
.gallery a,
.gallery a:nth-child(5n+1){
  min-height:0;
  grid-row:auto;
  background:rgba(255,255,255,.025);
}
.gallery img,
.gallery a:nth-child(5n+1) img{
  width:100%;
  height:auto;
  min-height:0;
  object-fit:contain;
}
.gallery a:hover img{
  transform:none;
}
@media(max-width:900px){
  .gallery{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));}
  .gallery a,.gallery a:nth-child(5n+1) img,.gallery img{min-height:0;}
}
@media(max-width:520px){
  .gallery{grid-template-columns:1fr;}
  .gallery a,.gallery a:nth-child(5n+1) img,.gallery img{min-height:0;}
}


/* --- v3: cleaner fitted portfolio flow --- */
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:128px;
}
.brand img{height:74px;
  width:auto;
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 0 12px rgba(255,255,255,.32));
}
.nav-inner{height:108px}

/* Featured homepage grid: cleaner, even, less scattered */
.feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.feature-card{
  position:relative;
  overflow:hidden;
  border:1px solid var(--line);
  background:var(--panel);
  box-shadow:var(--shadow);
  aspect-ratio:4/5;
}
.feature-card.wide{
  grid-column:span 2;
  aspect-ratio:16/9;
}
.feature-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.35s ease;
}
.feature-card:hover img{transform:scale(1.035)}
.feature-card .label,
.tile .label{
  position:absolute;
  left:14px;
  bottom:14px;
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
  color:var(--white);
  background:rgba(8,7,6,.68);
  border:1px solid rgba(255,255,255,.16);
  padding:7px 10px;
  backdrop-filter:blur(10px);
}

/* Replace messy masonry behaviour with predictable fitted cards */
.masonry{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-rows:auto;
  gap:16px;
}
.tile,
.tile.mid,
.tile.tall,
.tile.wide,
.tile.smalltile{
  grid-column:auto;
  grid-row:auto;
  aspect-ratio:4/5;
}
.tile.wide{grid-column:span 2; aspect-ratio:16/9}
.tile img{object-fit:cover}

/* Portfolio pages: consistent image cards with a stronger rhythm */
.gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  align-items:start;
}
.gallery a{
  display:block;
  overflow:hidden;
  border:1px solid var(--line);
  background:var(--panel);
  min-height:0;
  aspect-ratio:4/5;
  box-shadow:var(--shadow);
}
.gallery a.wide{aspect-ratio:16/10; grid-column:span 2}
.gallery a.square{aspect-ratio:1/1}
.gallery a.portrait{aspect-ratio:4/5}
.gallery a.tall{aspect-ratio:3/4}
.gallery img{
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
  display:block;
  transition:.35s ease;
}
.gallery a:nth-child(5n+1){grid-row:auto}
.gallery a:nth-child(5n+1) img{min-height:0}
.gallery a:hover img{transform:scale(1.03)}

@media (max-width: 980px){
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .feature-card.wide{grid-column:span 2}
  .masonry{grid-template-columns:repeat(2,1fr)}
  .tile.wide{grid-column:span 2}
  .gallery{grid-template-columns:repeat(2,1fr)}
  .gallery a.wide{grid-column:span 2}
}
@media (max-width: 620px){
  .brand img{height:52px}
  .feature-grid,.masonry,.gallery{grid-template-columns:1fr}
  .feature-card.wide,.tile.wide,.gallery a.wide{grid-column:auto;aspect-ratio:4/5}
}

.form-note{margin-top:12px;color:var(--muted);font-size:.82rem}

.hidden-field{display:none!important}


/* --- v8: refined homepage favourites layout --- */
.refined-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  align-items:stretch;
}
.refined-feature-grid .feature-card{
  aspect-ratio:4/5;
}
.refined-feature-grid .feature-large{
  grid-column:span 2;
  grid-row:span 2;
  aspect-ratio:auto;
  min-height:560px;
}
.refined-feature-grid .feature-wide{
  grid-column:span 2;
  aspect-ratio:16/9;
}
.refined-feature-grid .feature-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
@media (max-width: 980px){
  .refined-feature-grid{grid-template-columns:repeat(2,1fr)}
  .refined-feature-grid .feature-large,
  .refined-feature-grid .feature-wide{
    grid-column:span 2;
    min-height:420px;
  }
}
@media (max-width: 620px){
  .refined-feature-grid{grid-template-columns:1fr}
  .refined-feature-grid .feature-large,
  .refined-feature-grid .feature-wide{
    grid-column:auto;
    min-height:0;
    aspect-ratio:4/5;
  }
}


/* --- v9: larger navigation logo + cockpit homepage hero --- */
.nav-inner{height:128px}
.brand img{
  height:96px !important;
  width:auto;
}
@media (max-width: 980px){
  .nav-inner{height:108px}
  .brand img{height:78px !important}
}
@media (max-width: 620px){
  .nav-inner{height:92px}
  .brand img{height:62px !important}
}
