:root{ --bg:#f7f7f5; --panel:#ffffff; --ink:#1c1d1c; --muted:#5d625d; --line:#dfe3dd; --accent:#223327; --accent-2:#5f7d62; --soft:#eef2ec; --max:1180px; --radius:18px; --shadow:0 8px 24px rgba(0,0,0,.06);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{ margin:0; font-family:Arial,Helvetica,sans-serif; color:var(--ink); background:var(--bg); line-height:1.6;
}
a{color:var(--accent); text-decoration:none}
a:hover{text-decoration:underline}
.container{width:min(var(--max),calc(100% - 2rem)); margin:0 auto}
.narrow{width:min(760px,calc(100% - 2rem))}
.center{text-align:center}
.center-lead{margin-left:auto; margin-right:auto}
.site-header{ background:#fff; border-bottom:1px solid var(--line); position:sticky; top:0; z-index:10;
}
.nav-wrap{ display:flex; gap:1rem; align-items:center; justify-content:space-between; padding:1rem 0;
}
.brand{ font-weight:700; letter-spacing:.02em; color:var(--ink);
}
.brand span{ display:block; font-weight:400; color:var(--muted); font-size:.95rem;
}
.site-nav{ display:flex; gap:1rem; flex-wrap:wrap; justify-content:flex-end;
}
.site-nav a{color:var(--ink); font-size:.96rem}
.hero{ background:linear-gradient(180deg,#ffffff 0%, #f3f5f2 100%); padding:4.5rem 0 3.5rem;
}
.hero-grid{ display:grid; grid-template-columns:1.5fr 1fr; gap:2rem; align-items:start;
}
.eyebrow{ text-transform:uppercase; letter-spacing:.12em; font-size:.78rem; color:var(--accent-2); font-weight:700;
}
h1,h2,h3{line-height:1.15; margin:0 0 .8rem}
h1{font-size:clamp(2.2rem,5vw,4rem)}
h2{font-size:clamp(1.4rem,3vw,2.2rem)}
h3{font-size:1.15rem}
.lead{ font-size:1.1rem; color:var(--muted); max-width:58ch;
}
.small{font-size:.95rem; color:var(--muted)}
.section{padding:4rem 0}
.section-alt{background:var(--soft)}
.actions{ display:flex; flex-wrap:wrap; gap:.9rem; margin:1.4rem 0 1rem;
}
.button{ display:inline-block; background:var(--accent); color:#fff; padding:.95rem 1.15rem; border-radius:999px; font-weight:700; box-shadow:var(--shadow); border:none; cursor:pointer;
}
.button:hover{opacity:.94; text-decoration:none}
.button-secondary{ background:#fff; color:var(--ink); border:1px solid var(--line);
}
.inline-checks{ list-style:none; padding:0; margin:1.25rem 0 0; display:flex; flex-wrap:wrap; gap:.75rem 1rem;
}
.inline-checks li{ background:#fff; border:1px solid var(--line); padding:.5rem .8rem; border-radius:999px; font-size:.94rem;
}
.panel,.card,.notice,.cta-panel,.cta-strip{ background:var(--panel); border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow);
}
.panel,.cta-panel,.cta-strip{padding:1.4rem}
.cards{display:grid; gap:1.15rem}
.cards.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.cards.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.card{padding:1.4rem; color:var(--ink)}
.card:hover{text-decoration:none; transform:translateY(-2px); transition:transform .15s ease}
.section-heading{max-width:760px; margin-bottom:1.4rem}
.feature-list{padding-left:1.15rem; margin:.5rem 0}
.split{ display:grid; grid-template-columns:1.2fr .9fr; gap:2rem; align-items:start;
}
.steps,.process-list{padding-left:1.1rem}
.steps li{margin:0 0 1rem}
.steps strong{display:block}
.steps span{color:var(--muted)}
.faq-list details{ background:#fff; border:1px solid var(--line); border-radius:14px; padding:1rem 1.1rem; margin-bottom:.9rem;
}
.faq-list summary{cursor:pointer; font-weight:700}
.content-block{margin-top:1.7rem}
.content-block ul{padding-left:1.15rem}
.site-form{ display:grid; gap:1rem; margin-top:1.5rem; background:#fff; border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow); padding:1.2rem;
}
.site-form label{display:grid; gap:.35rem; font-weight:700}
.site-form input,.site-form select,.site-form textarea{ width:100%; padding:.85rem .9rem; border-radius:12px; border:1px solid #cdd3cc; font:inherit; background:#fff;
}
.notice{padding:1rem 1.1rem; margin-top:1rem}
.hidden{display:none}
.site-footer{ background:#fff; border-top:1px solid var(--line); margin-top:3rem; padding-top:2rem;
}
.footer-grid{ display:grid; grid-template-columns:1.3fr .8fr .9fr; gap:1.5rem; padding-bottom:1.2rem;
}
.footer-list{list-style:none; padding:0; margin:0}
.footer-list li{margin:.45rem 0}
.legal{ border-top:1px solid var(--line); padding:1rem 0 2rem; color:var(--muted); font-size:.95rem;
}
.copyright{margin-top:1rem}
@media (max-width: 920px){ .hero-grid,.split,.footer-grid,.cards.four,.cards.two{grid-template-columns:1fr} .nav-wrap{align-items:flex-start; flex-direction:column}
} .brand-logo{display:flex; align-items:center; flex:0 1 auto}
.brand-logo img{display:block; height:auto; max-width:min(420px,100%)}
.site-nav{align-items:center}
.project-card{display:grid; gap:1rem}
.portfolio-meta{display:flex; flex-wrap:wrap; gap:.65rem}
.meta-chip{background:#fff; border:1px solid var(--line); border-radius:999px; padding:.45rem .8rem; font-size:.92rem}
.viewer-wrap{background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:1rem; box-shadow:var(--shadow)}
.ca-3d-viewer-embed{width:100%; min-height:560px}
.faq-list p{color:var(--muted); margin:.7rem 0 0}
@media (max-width: 920px){ .brand-logo img{max-width:300px}
}
@media (max-width: 680px){ .site-header{position:static} .brand-logo img{max-width:260px} .ca-3d-viewer-embed{min-height:420px}
} .acknowledgment-group{ border:1px solid var(--line); border-radius:14px; padding:1rem; margin:0;
}
.acknowledgment-group legend{ font-weight:700; padding:0 .35rem;
}
.checkbox-label{ display:grid; grid-template-columns:auto 1fr; gap:.75rem; align-items:start; font-weight:400;
}
.checkbox-label + .checkbox-label{margin-top:1rem}
.checkbox-label input[type="checkbox"]{ width:1.05rem; height:1.05rem; margin-top:.2rem;
}
.checkbox-label span{color:var(--ink)}
.process-list h2{margin-bottom:.35rem} /* Checkbox inline styling */
.checkbox-inline { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 15px; line-height: 1.4;
} .checkbox-inline input[type="checkbox"] { margin-top: 4px; flex-shrink: 0;
} .centered-cost{ display:block; width:100%; text-align:center !important; max-width:800px; margin:2rem auto; font-size:1.1rem; line-height:1.6; color:var(--muted);
}
.centered-cost strong{ color:var(--accent); font-weight:700;
} .pricing-center{ max-width:56ch; margin:1.5rem auto 0; text-align:center; color:var(--muted); font-size:1.02rem; line-height:1.7;
}
.pricing-center strong{ color:var(--accent); font-weight:700;
} .acknowledgment-group .checkbox-label{ display:flex; align-items:flex-start; gap:.75rem; font-weight:400;
}
.acknowledgment-group .checkbox-label input[type="checkbox"]{ width:1.05rem; height:1.05rem; margin:0; margin-top:.18rem; flex:0 0 auto;
}
.acknowledgment-group .checkbox-label span{ display:block; flex:1 1 auto;
} #project-intake-submit[disabled],
.button.submit-disabled{ background:#b7bdb7; border-color:#b7bdb7; box-shadow:none; cursor:not-allowed; opacity:1;
}
#project-intake-submit[disabled]:hover,
.button.submit-disabled:hover{ opacity:1; text-decoration:none;
} .pricing-center { text-align:center; display:block; margin:20px auto; max-width:800px; } .centered-note{ text-align:center !important; max-width:800px; margin:1.5rem auto;
} .centered-cost{ display:block; width:100%; text-align:center !important; max-width:800px; margin:2rem auto; font-size:1.1rem; line-height:1.6; color:var(--muted);
} /* Intake-only cleanup: numbered process titles */
.process-list{ list-style:none; padding-left:0; counter-reset:process-step;
}
.process-list li{ counter-increment:process-step; margin:0 0 1.15rem;
}
.process-list h2::before{ content:counter(process-step) ". ";
}
.process-list h2{ margin-bottom:.35rem;
}
.process-list.process-list-compact h2{ font-size:1.15rem;
}
.process-list.process-list-compact p{ margin-top:.25rem; color:var(--muted);
} .disclaimer{font-size:.95rem;color:var(--muted);background:var(--soft);border:1px solid var(--line);border-radius:12px;padding:.85rem 1rem;} /* Portfolio pages */
.portfolio-hero{background:linear-gradient(180deg,#ffffff 0%, #f3f5f2 100%)}
.portfolio-grid{grid-template-columns:1.2fr 1fr 1fr; align-items:stretch}
.portfolio-card-featured{grid-column:span 2; display:grid; grid-template-columns:1fr 1fr; gap:1.25rem; align-items:center}
.portfolio-card-featured img{width:100%; height:100%; min-height:260px; object-fit:cover; border-radius:14px; border:1px solid var(--line)}
.portfolio-card img{width:100%; height:220px; object-fit:cover; border-radius:14px; border:1px solid var(--line); margin-bottom:1rem; display:block}
.portfolio-coming{opacity:.92}
.project-hero{background:linear-gradient(180deg,#ffffff 0%, #f3f5f2 100%); padding-bottom:2.5rem}
.project-hero-image{display:block; width:100%; margin-top:1.5rem; border-radius:var(--radius); border:1px solid var(--line); box-shadow:var(--shadow)}
.image-grid{display:grid; gap:1.15rem}
.image-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.image-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.image-grid-spaced{margin-top:1.15rem}
.image-grid figure,.plan-comparison figure{margin:0; background:#fff; border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow); padding:1rem}
.image-grid img{width:100%; aspect-ratio:4/3; object-fit:cover; border-radius:12px; border:1px solid var(--line)}
.image-grid figcaption,.plan-comparison figcaption{font-size:.95rem; color:var(--muted); margin-top:.65rem}
.plan-comparison{display:grid; grid-template-columns:1fr 1fr; gap:1.25rem; align-items:start}
.plan-comparison img{width:100%; height:auto; border-radius:12px; border:1px solid var(--line); background:#fff}
.plan-comparison h3{margin-bottom:.75rem}
.wide-figure{margin:0; background:#fff; border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow); padding:1rem}
.wide-figure img{width:100%; height:auto; border-radius:12px; border:1px solid var(--line); background:#fff; display:block}
.wide-figure figcaption{font-size:.95rem; color:var(--muted); margin-top:.65rem}
@media (max-width: 920px){ .portfolio-grid,.portfolio-card-featured,.image-grid.three,.image-grid.two,.plan-comparison{grid-template-columns:1fr} .portfolio-card-featured{grid-column:auto}
}
.portfolio-home-image img{width:100%; border-radius:var(--radius); border:1px solid var(--line); box-shadow:var(--shadow); display:block}

/* Portfolio closeable lightbox */
.image-enlarge {
  display: block;
  cursor: zoom-in;
  color: inherit;
  text-decoration: none;
}

.image-enlarge img {
  display: block;
  width: 100%;
  height: auto;
}

.image-enlarge:hover img {
  filter: brightness(.96);
}

.image-enlarge::after {
  content: "Click to enlarge";
  display: block;
  font-size: .82rem;
  color: var(--muted, #667085);
  margin-top: .35rem;
  text-align: center;
}

.portfolio-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 72px 24px 24px;
  background: rgba(15, 23, 42, .92);
}

.portfolio-lightbox.is-open {
  display: flex;
}

.portfolio-lightbox img {
  max-width: min(96vw, 1600px);
  max-height: 84vh;
  width: auto;
  height: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 24px 72px rgba(0, 0, 0, .45);
}

.portfolio-lightbox-close {
  position: fixed;
  top: 18px;
  right: 22px;
  z-index: 100000;
  width: auto;
  min-width: 128px;
  min-height: 46px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}

.portfolio-lightbox-close:hover,
.portfolio-lightbox-close:focus {
  background: #f3f4f6;
  outline: 3px solid rgba(255,255,255,.35);
}

.portfolio-lightbox-caption {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 16px;
  color: #fff;
  text-align: center;
  font-size: .95rem;
}

.cards.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.project-summary-grid .card h2{font-size:1.2rem}
@media (max-width:900px){.cards.three{grid-template-columns:1fr}}
