
:root {
  --ink:#232323; --grey:#6b6b6b; --lgrey:#cdcdcd; --hair:#e6e6e6;
  --accent:#d97a34; --dark:#1d1d1d; --paper:#f7f6f4;
  --sans:"Segoe UI",-apple-system,BlinkMacSystemFont,Calibri,Arial,sans-serif;
  --mono:Consolas,"SFMono-Regular",Menlo,"Courier New",monospace;
}
* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { font-family:var(--sans); color:var(--ink); background:#fff; -webkit-font-smoothing:antialiased; }
img { max-width:100%; display:block; }
a { color:inherit; text-decoration:none; }
.wrap { max-width:1160px; margin:0 auto; padding:0 24px; }

/* type helpers */
.kick { font-size:12px; letter-spacing:3px; text-transform:uppercase; color:var(--grey);
        font-weight:700; }
.mono { font-family:var(--mono); }
h1, h2 { font-weight:700; letter-spacing:-.3px; }

/* buttons: amber = the one primary action; everything else stays ink */
.btn { display:inline-block; padding:13px 26px; font-size:14px; font-weight:700;
       letter-spacing:.4px; border-radius:2px; cursor:pointer; border:none; }
.btn.amber { background:var(--accent); color:#fff; }
.btn.amber:hover { background:#c66a28; }
.btn.ghost { border:1.5px solid var(--ink); color:var(--ink); background:transparent; }
.btn.ghost.ondark { border-color:#fff; color:#fff; }
.btn.ghost:hover { background:rgba(35,35,35,.05); }

/* nav: Night Shift chrome (Option F) */
header { border-bottom:1px solid #333; background:var(--dark); position:sticky; top:0; z-index:50; }
.nav { display:flex; align-items:center; gap:28px; height:84px; }
.nav .logo img { height:50px; }
.nav .sp { flex:1; }
.nav a.lnk { font-size:14px; font-weight:600; letter-spacing:.4px; padding:6px 0;
             border-bottom:2px solid transparent; color:#e8e5e1; }
.nav a.lnk:hover { border-bottom-color:#555; }
.nav a.lnk.active { border-bottom-color:#fff; }
.nav a.lnk.dim { color:#5a5751; }
.nav a.lnk.dim:hover { color:#8d8984; }
.nav .btn { padding:10px 18px; font-size:13px; }
.burger { display:none; background:none; border:none; cursor:pointer; padding:8px; }
.burger span { display:block; width:22px; height:2px; background:#fff; margin:5px 0; }

/* hero */
.hero { position:relative; min-height:560px; display:flex; align-items:center;
        background-size:cover; background-position:center; }
.hero::before { content:""; position:absolute; inset:0;
  background:linear-gradient(100deg, rgba(23,23,23,.92) 30%, rgba(23,23,23,.5) 65%, rgba(23,23,23,.28)); }
.hero .inner { position:relative; max-width:640px; padding:90px 0; }
.hero .kick { color:#b5b1ac; }
.hero h1 { color:#fff; font-size:56px; line-height:1.08; margin:18px 0 20px; }
.hero p { color:#d8d5d1; font-size:18px; line-height:1.6; max-width:520px; margin-bottom:32px; }

/* stat strip */
.stats { border-bottom:1px solid var(--hair); }
.stats .row { display:grid; grid-template-columns:repeat(4,1fr); }
.stats .s { text-align:center; padding:22px 10px; border-right:1px solid var(--hair); }
.stats .s:first-child { border-left:1px solid var(--hair); }
.stats .v { font-family:var(--mono); font-size:22px; font-weight:700; }
.stats .l { font-size:11px; letter-spacing:2.4px; text-transform:uppercase; color:var(--grey); margin-top:6px; }

/* sections */
section { padding:84px 0; }
section.tight { padding:64px 0; }
section.paper { background:var(--paper); }
.sect-head { max-width:660px; margin-bottom:44px; }
.sect-head h2 { font-size:34px; margin-top:14px; }
.sect-head p { color:var(--grey); font-size:16px; line-height:1.65; margin-top:12px; }

/* pillar cards */
.pillars { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.pillar { border:1px solid var(--hair); background:#fff; display:flex; flex-direction:column; }
.pillar .pimg { height:190px; object-fit:cover; width:100%; }
.pillar .pbody { padding:20px 20px 24px; flex:1; display:flex; flex-direction:column; }
.pillar h3 { font-size:18px; margin-bottom:8px; }
.pillar p { font-size:14px; line-height:1.6; color:var(--grey); flex:1; }
.pillar .more { margin-top:16px; font-size:12px; font-weight:700; letter-spacing:1.5px;
                border-bottom:1.5px solid var(--lgrey); align-self:flex-start; padding-bottom:2px; }
.pillar:hover .more { border-bottom-color:var(--ink); }

/* capability cells: machine photo + number + copy */
.qcells { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.qcell { background:#fff; border:1px solid var(--hair); border-top:2px solid var(--ink);
         display:flex; flex-direction:column; }
.qcell .qimg { height:170px; width:100%; object-fit:cover; border-bottom:1px solid var(--hair); }
.qcell .ph { height:170px; min-height:170px; border:none; border-bottom:1px dashed var(--lgrey); }
.qcell .qb { padding:20px 22px 22px; }
.qcell .cv { font-family:var(--mono); font-size:30px; font-weight:700; }
.qcell .cv span { font-size:16px; color:var(--grey); }
.qcell .cl { font-size:11px; letter-spacing:2.4px; text-transform:uppercase; font-weight:700;
             margin:8px 0 8px; }
.qcell .cd { font-size:13.5px; line-height:1.6; color:var(--grey); }

/* plain cells (scope grids on interior pages) */
.cells { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.cells.cells2 { grid-template-columns:repeat(2,1fr); }
.cell { background:#fff; border:1px solid var(--hair); border-top:2px solid var(--ink);
        padding:22px 22px 20px; }
.cell .cl { font-size:11px; letter-spacing:2.4px; text-transform:uppercase; font-weight:700;
            margin-bottom:8px; }
.cell .cd { font-size:13.5px; line-height:1.6; color:var(--grey); }

/* recent work tiles */
.wtiles { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.wtiles.two { grid-template-columns:repeat(2,1fr); gap:26px; }
.wtiles.two .wimg { height:340px; }
.wtile .wimg { height:230px; width:100%; object-fit:cover; border:1px solid var(--hair); }
.wtile .wk { font-size:11px; letter-spacing:2.4px; text-transform:uppercase; color:var(--grey);
             font-weight:700; margin:14px 0 6px; }
.wtile .wc { font-size:14px; line-height:1.6; }

/* numbered process cells */
.cell .cn { font-family:var(--mono); font-size:13px; font-weight:700; color:var(--grey);
            margin-bottom:10px; }

/* studio strip (homepage) */
.hstrip { display:grid; grid-template-columns:260px 1fr 1fr 1fr auto; gap:18px; align-items:center; }
.hstrip .hth { height:120px; width:100%; object-fit:cover; border:1px solid var(--hair); }
.hstrip .t { font-size:18px; font-weight:700; margin-top:10px; }
.hstrip .lk { font-size:12px; font-weight:700; letter-spacing:1.5px; color:var(--grey); white-space:nowrap; }
.hstrip .lk:hover { color:var(--ink); }

/* CTA band */
.ctaband { background:var(--dark); }
.ctaband .in { padding:72px 0; display:flex; align-items:center; gap:40px; flex-wrap:wrap; }
.ctaband h2 { color:#fff; font-size:32px; flex:1; min-width:300px; }
.ctaband p.sub { color:#9a9691; font-size:15px; margin-top:8px; }

/* page header (interior) */
.pghead { border-bottom:1px solid var(--hair); }
.pghead .in { padding:64px 0 48px; max-width:760px; }
.pghead .crumb { font-family:var(--mono); font-size:12px; color:var(--grey); margin-bottom:18px; }
.pghead .crumb a { text-decoration:underline; text-underline-offset:3px; }
.pghead .crumb a:hover { color:var(--ink); }
.pghead h1 { font-size:44px; line-height:1.1; margin:14px 0 16px; }
.pghead p { color:var(--grey); font-size:17px; line-height:1.65; }

/* split layouts */
.split { display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start; }
.split h2 { font-size:30px; margin:12px 0 14px; }
.split p { font-size:15.5px; line-height:1.7; color:#3a3a3a; margin-bottom:16px; }
.imgstack { display:grid; gap:18px; }
.imgstack img { width:100%; height:220px; object-fit:cover; border:1px solid var(--hair); }
.imgstack.tall img { height:430px; }

/* spec table */
.specs { margin:22px 0 30px; }
.spec { display:flex; justify-content:space-between; gap:16px; border-bottom:1px solid var(--hair);
        padding:11px 0; }
.spec .sl { font-size:14px; color:var(--grey); }
.spec .sv { font-family:var(--mono); font-size:14.5px; font-weight:700; text-align:right; }

.chiprow { display:flex; gap:8px; flex-wrap:wrap; margin-top:22px; }
.chip { border:1px solid var(--lgrey); font-family:var(--mono); font-size:11.5px;
        padding:6px 12px; border-radius:2px; color:#3a3a3a; }
.thumbs { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:22px; }
.thumbs img, .thumbs .ph { height:150px; width:100%; object-fit:cover; border:1px solid var(--hair); }
.thumbs.big img { height:280px; }

/* gallery */
.gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.gitem img { width:100%; height:300px; object-fit:cover; border:1px solid var(--hair); }
.gitem .gc { font-size:13px; color:var(--grey); margin-top:10px; letter-spacing:.2px; }

/* placeholder slot for final photography */
.ph { background:var(--paper); border:1px dashed var(--lgrey); display:flex; flex-direction:column;
      align-items:center; justify-content:center; gap:6px; color:var(--grey); min-height:150px;
      text-align:center; padding:16px; }
.ph .pht { font-size:12px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; }
.ph .phs { font-size:11.5px; font-family:var(--mono); }

/* contact */
.contactgrid { display:grid; grid-template-columns:1fr 1.2fr; gap:56px; }
.contactgrid .info p { font-size:15.5px; line-height:1.7; color:#3a3a3a; margin-bottom:18px; max-width:380px; }
.contactgrid .mono-line { font-family:var(--mono); font-size:15px; margin-bottom:6px; }
form .frow { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:14px; }
form .frow.one { grid-template-columns:1fr; }
input, textarea { font-family:var(--sans); font-size:14px; color:var(--ink); background:#fff;
  border:1px solid var(--lgrey); border-radius:2px; padding:13px 14px; width:100%; }
input:focus, textarea:focus { outline:none; border-color:var(--ink); }
textarea { min-height:140px; resize:vertical; }
label { display:block; font-size:11px; letter-spacing:1.8px; text-transform:uppercase;
        color:var(--grey); font-weight:700; margin-bottom:6px; }

/* footer */
footer { background:var(--dark); color:#8d8984; margin-top:0; }
footer .in { padding:52px 0 44px; display:flex; gap:40px; align-items:flex-start; flex-wrap:wrap; }
footer .flogo { margin-bottom:16px; }
footer .flogo img { height:40px; }
footer .col { min-width:200px; }
footer .f { font-size:13px; line-height:1.8; }
footer a:hover { color:#d8d5d1; }
footer .sp { flex:1; }
footer .legal { border-top:1px solid #333; padding:18px 0; font-size:12px; letter-spacing:.4px; }

@media (max-width: 960px) {
  .hero h1 { font-size:42px; }
  .pillars { grid-template-columns:repeat(2,1fr); }
  .cells, .qcells { grid-template-columns:repeat(2,1fr); }
  .wtiles, .gallery { grid-template-columns:repeat(2,1fr); }
  .split, .contactgrid { grid-template-columns:1fr; }
  .hstrip { grid-template-columns:1fr 1fr; }
  .hstrip .hsk { grid-column:1 / -1; }
  .thumbs { grid-template-columns:repeat(2,1fr); }
  .casecard { padding:26px 26px 24px; }
}
@media (max-width: 720px) {
  .nav .lnk, .nav .btn { display:none; }
  .nav.open .lnk, .nav.open .btn { display:block; }
  .nav.open { flex-direction:column; height:auto; align-items:flex-start; padding:16px 0; gap:14px; }
  .burger { display:block; margin-left:auto; }
  .nav.open .burger { position:absolute; top:26px; right:24px; }
  .nav { height:76px; }
  .nav .logo img { height:42px; }
  .stats .row { grid-template-columns:repeat(2,1fr); }
  .stats .s { border-bottom:1px solid var(--hair); }
  .pillars, .cells, .cells.cells2, .qcells, .wtiles, .gallery { grid-template-columns:1fr; }
  .hero { min-height:480px; }
  .hero h1 { font-size:34px; }
  .pghead h1 { font-size:32px; }
  section { padding:56px 0; }
  form .frow { grid-template-columns:1fr; }
}
