:root{
  --bg:#0E1116;
  --panel:#171B22;
  --panel-2:#1D222B;
  --accent:#E2984A;
  --cream:#F3EFE6;
  --slate:#7A8592;
  --slate-light:#98A2AD;
  --divider: rgba(255,255,255,0.14);
  --radius: 3px;
}
*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; overflow-x:hidden; }
body{
  margin:0;
  overflow-x:hidden;
  background:var(--bg);
  color:var(--cream);
  font-family:'Lora', Georgia, serif;
  font-size:17px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3, .display, nav .logo, .btn, .eyebrow, .price, .tierlabel{
  font-family:'Bricolage Grotesque', sans-serif;
}
.mono{
  font-family:'IBM Plex Mono', monospace;
  letter-spacing:0.04em;
}
a{ color:inherit; }
.wrap{
  max-width:1120px;
  margin:0 auto;
  padding:0 32px;
}
@media (max-width:640px){ .wrap{ padding:0 22px; } }

/* ---------- NAV ---------- */
header{
  position:sticky; top:0; z-index:50;
  background:rgba(14,17,22,0.86);
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--divider);
}
nav{
  display:flex; align-items:center; gap:20px;
  padding:14px 0;
  position:relative;
}
nav .logo{ margin-right:auto; }
nav .logo{
  font-weight:700; font-size:19px; letter-spacing:0.01em; color:var(--cream);
  text-decoration:none;
  display:flex; align-items:center;
}
nav .logo img{
  height:46px; width:auto; display:block;
}
@media (max-width:640px){ nav .logo img{ height:38px; } }
nav .links{ display:flex; align-items:center; gap:34px; }
nav .links a{
  text-decoration:none; color:var(--slate-light); font-size:14.5px;
  font-family:'IBM Plex Mono', monospace;
  transition:color .18s ease;
}
nav .links a:hover{ color:var(--cream); }
nav .links a[aria-current="page"]{ color:var(--cream); }
.nav-toggle{
  display:none;
  flex:0 0 auto;
  margin-left:auto;
  width:46px; height:40px; padding:0;
  background:transparent; color:var(--cream);
  border:1px solid var(--slate); border-radius:var(--radius);
  cursor:pointer;
  font-size:19px; line-height:36px; text-align:center;
}
.btn{
  display:inline-block;
  background:var(--accent);
  color:#171208;
  font-weight:600;
  font-size:14.5px;
  padding:11px 22px;
  border-radius:var(--radius);
  text-decoration:none;
  border:1px solid var(--accent);
  transition:transform .15s ease, background .15s ease;
}
.btn:hover{ background:#efab5f; }
.btn:focus-visible, a:focus-visible, button:focus-visible{
  outline:2px solid var(--accent); outline-offset:3px;
}
.btn-ghost{
  background:transparent; color:var(--cream); border:1px solid var(--divider);
}
.btn-ghost:hover{ background:rgba(255,255,255,0.05); }
@media (max-width:760px){
  .nav-toggle{ display:block; }
  nav .links{
    display:none;
    position:absolute; top:100%; left:0; right:0;
    flex-direction:column; align-items:stretch; gap:0;
    background:var(--bg);
    border-bottom:1px solid var(--divider);
    padding:6px 0 14px;
  }
  nav .links.open{ display:flex; }
  nav .links a{ display:block; padding:14px 22px; font-size:15px; }
  nav .links .btn{ display:block; margin:12px 22px 0; text-align:center; }
}

/* ---------- HERO ---------- */
.hero{
  padding:96px 0 90px;
  border-bottom:1px solid var(--divider);
}
.eyebrow{
  font-family:'IBM Plex Mono', monospace;
  color:var(--slate);
  font-size:13px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  margin:0 0 22px;
}
.hero h1{
  font-size:clamp(38px, 6vw, 68px);
  line-height:1.04;
  font-weight:700;
  margin:0 0 26px;
  max-width:15ch;
  color:var(--cream);
}
.hero .sub{
  font-family:'Lora', serif;
  font-style:italic;
  color:var(--slate-light);
  font-size:20px;
  max-width:46ch;
  margin:0 0 40px;
}
.hero .ctas{ display:flex; gap:16px; flex-wrap:wrap; }
.hero-stat-row{
  display:flex; gap:64px; margin-top:76px; flex-wrap:wrap;
}
.hero-stat .num{
  font-size:52px; font-weight:700; color:var(--accent); line-height:1;
}
.hero-stat .label{
  margin-top:10px; color:var(--slate-light); font-size:14.5px; max-width:22ch;
}

/* ---------- SECTIONS ---------- */
.section{ padding:88px 0; border-bottom:1px solid var(--divider); }
.section-head{ max-width:60ch; margin-bottom:56px; }
.section-head .eyebrow{ margin-bottom:16px; }
.section-head h2{
  font-size:clamp(28px,4vw,40px); font-weight:700; margin:0 0 16px; color:var(--cream);
}
.section-head p{ color:var(--slate-light); margin:0; font-size:17px; }

.services{
  display:grid; grid-template-columns:repeat(4,1fr); gap:1px;
  background:var(--divider);
  border:1px solid var(--divider);
}
.service{
  background:var(--bg); padding:34px 26px;
}
.service .tag{ color:var(--accent); font-size:13px; margin-bottom:18px; }
.service h3{
  font-size:19px; margin:0 0 12px; color:var(--cream); font-weight:600;
}
.service p{ color:var(--slate-light); font-size:15px; margin:0; line-height:1.6; }
@media (max-width:900px){ .services{ grid-template-columns:repeat(2,1fr);} }
@media (max-width:540px){ .services{ grid-template-columns:1fr;} }

/* ---------- PRICING ---------- */
.pricing-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:24px;
}
@media (max-width:900px){ .pricing-grid{ grid-template-columns:1fr; } }
.tier{
  background:var(--panel);
  border:1px solid var(--divider);
  border-radius:var(--radius);
  padding:36px 30px;
  display:flex; flex-direction:column;
}
.tier.featured{
  border-color:var(--accent);
  background:linear-gradient(180deg, var(--panel-2), var(--panel));
}
.ribbon{
  font-family:'IBM Plex Mono', monospace;
  font-size:11.5px; letter-spacing:0.06em; text-transform:uppercase;
  color:var(--accent); margin-bottom:18px;
}
.tierlabel{ font-size:22px; font-weight:700; color:var(--cream); margin:0 0 6px; }
.tier .blurb{ color:var(--slate-light); font-size:14.5px; margin:0 0 24px; }
.price{
  font-size:40px; font-weight:700; color:var(--cream); margin-bottom:2px;
}
.price .was{
  font-family:'Lora', serif; text-decoration:line-through; color:var(--slate);
  font-size:19px; font-weight:400; margin-right:10px;
}
.price-note{ color:var(--slate); font-size:13px; margin-bottom:26px; }
.tier ul{ list-style:none; margin:0 0 30px; padding:0; flex-grow:1; }
.tier li{
  padding:11px 0; border-top:1px solid var(--divider);
  color:var(--slate-light); font-size:15px;
}
.tier li:first-child{ border-top:none; }
.tier li strong{ color:var(--cream); font-weight:500; }

.pricing-more{
  margin:40px 0 0;
  font-family:'IBM Plex Mono', monospace;
  font-size:14px;
}
.pricing-more a{
  color:var(--accent); text-decoration:none;
  border-bottom:1px solid rgba(226,152,74,0.45);
}
.pricing-more a:hover{ border-bottom-color:var(--accent); }

/* ---------- RATE CARD (price list page) ---------- */
.rate-group{ margin-bottom:54px; }
.rate-group:last-child{ margin-bottom:0; }
.rate-group h3{
  font-family:'Bricolage Grotesque', sans-serif;
  font-size:clamp(19px,2.6vw,24px); font-weight:700; color:var(--cream);
  margin:0 0 6px;
}
.rate-group .group-note{
  color:var(--slate-light); font-size:14.5px; font-style:italic;
  margin:0 0 20px; max-width:60ch;
}
.rate-row{ padding:18px 0; border-top:1px solid var(--divider); }
.rate-group .rate-row:first-of-type{ border-top:none; padding-top:4px; }
.rate-head{
  display:flex; justify-content:space-between; align-items:baseline; gap:18px;
}
.rate-name{
  font-family:'Bricolage Grotesque', sans-serif;
  font-weight:600; font-size:16.5px; color:var(--cream);
}
.rate-price{
  font-family:'Bricolage Grotesque', sans-serif;
  font-weight:700; font-size:17px; color:var(--accent); white-space:nowrap;
}
.rate-desc{
  color:var(--slate-light); font-size:14px; line-height:1.55;
  margin:7px 0 0; max-width:64ch;
}
.rate-foot{
  margin-top:44px; padding-top:26px; border-top:1px solid var(--divider);
  color:var(--slate-light); font-size:14px; max-width:64ch;
}

/* ---------- PORTFOLIO (homepage 6-up) ---------- */
.grid-6{
  display:grid; grid-template-columns:repeat(3,1fr); gap:16px;
}
@media (max-width:760px){ .grid-6{ grid-template-columns:repeat(2,1fr);} }
.shot{
  position:relative;
  aspect-ratio:4/3;
  border-radius:var(--radius);
  overflow:hidden;
  border:1px solid var(--divider);
  background:#171b22;
  padding:0;
  margin:0;
  cursor:pointer;
  display:block;
  width:100%;
}
.shot img{
  width:100%; height:100%;
  object-fit:cover; display:block;
  transition:transform .45s ease;
}
.shot:hover img{ transform:scale(1.045); }
.shot .caption{
  position:absolute; left:0; right:0; bottom:0;
  padding:22px 14px 12px;
  font-family:'IBM Plex Mono', monospace;
  font-size:11.5px; letter-spacing:0.04em; color:var(--cream);
  background:linear-gradient(0deg, rgba(14,17,22,0.82), rgba(14,17,22,0));
  text-align:left;
}
.shot-video .playbadge{
  position:absolute; inset:0; margin:auto;
  width:54px; height:54px; z-index:2;
  display:flex; align-items:center; justify-content:center;
  background:var(--accent); color:#171208;
  border-radius:50%; font-size:16px; padding-left:4px;
  box-shadow:0 6px 24px rgba(0,0,0,0.4);
}
.shot span{
  font-family:'IBM Plex Mono', monospace;
  font-size:12px; color:var(--slate);
}

/* ---------- GALLERY PAGE ---------- */
.gallery-block{ margin-bottom:64px; }
.gallery-block:last-child{ margin-bottom:0; }
.gallery-block .block-label{
  font-family:'IBM Plex Mono', monospace;
  font-size:13px; letter-spacing:0.08em; text-transform:uppercase;
  color:var(--slate); margin:0 0 24px;
}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(210px, 1fr));
  gap:10px;
}
.gallery-grid .shot{ aspect-ratio:1/1; }
.video-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(340px, 1fr));
  gap:20px;
}
.video-embed{
  position:relative;
  aspect-ratio:16/9;
  border:1px solid var(--divider);
  border-radius:var(--radius);
  overflow:hidden;
  background:#171b22;
}
.video-embed iframe{
  position:absolute; inset:0;
  width:100%; height:100%; border:0;
}
.tile-placeholder{
  display:flex; align-items:center; justify-content:center;
  border-style:dashed !important;
  cursor:default;
}
.tile-placeholder span{
  font-family:'IBM Plex Mono', monospace;
  font-size:11.5px; color:var(--slate); text-align:center; padding:14px;
  letter-spacing:0.03em;
}

/* ---------- LIGHTBOX ---------- */
#lightbox{
  position:fixed; inset:0; z-index:100;
  background:rgba(8,10,13,0.94);
  display:none; align-items:center; justify-content:center;
  padding:32px;
}
#lightbox.open{ display:flex; }
#lightbox .media{
  max-width:min(1120px,92vw); max-height:88vh;
  border-radius:var(--radius); display:block;
}
#lightbox .close{
  position:absolute; top:18px; right:24px;
  background:none; border:none; color:var(--cream);
  font-size:32px; line-height:1; cursor:pointer;
  font-family:'Bricolage Grotesque', sans-serif;
}

/* ---------- CTA BAND ---------- */
.cta-band{
  padding:90px 0;
  text-align:left;
  border-bottom:1px solid var(--divider);
}
.cta-band h2{
  font-size:clamp(30px,5vw,46px); max-width:16ch; margin:0 0 20px; color:var(--cream);
}
.cta-band p{ color:var(--slate-light); max-width:50ch; margin:0 0 34px; font-size:17.5px; }

/* ---------- FOOTER ---------- */
footer{ padding:56px 0 64px; }
.foot-grid{
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:32px;
  padding-bottom:36px; border-bottom:1px solid var(--divider); margin-bottom:26px;
}
.foot-grid .logo{ font-weight:700; font-size:19px; color:var(--cream); }
.foot-grid .footlogo{ width:170px; height:auto; display:block; }
.foot-grid .contact{ color:var(--slate-light); font-size:15px; }
.foot-grid .contact a{ color:var(--cream); text-decoration:none; border-bottom:1px solid var(--divider); }
.foot-bottom{
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px;
  color:var(--slate); font-size:13px; font-family:'IBM Plex Mono', monospace;
}

/* one deliberate load-in for the hero only */
.hero h1, .hero .sub, .hero .ctas{
  opacity:0; transform:translateY(10px);
  animation:rise .7s ease forwards;
}
.hero h1{ animation-delay:.05s; }
.hero .sub{ animation-delay:.18s; }
.hero .ctas{ animation-delay:.3s; }
@keyframes rise{ to{ opacity:1; transform:none; } }
@media (prefers-reduced-motion: reduce){
  .hero h1, .hero .sub, .hero .ctas{ animation:none; opacity:1; transform:none; }
  html{ scroll-behavior:auto; }
}
