/* Interior page system derived from the approved 2026 Vigil homepage direction. */
.interior-theme{
  color-scheme:dark;
  --bg:#080807;
  --bg2:#050505;
  --panel:#0e0e0d;
  --panel2:#13110e;
  --text:#f1eadc;
  --muted:#c9bdac;
  --dim:#938778;
  --gold:#e39a2d;
  --gold-deep:#f1b24b;
  --gold-mid:#e39a2d;
  --brass:#a86616;
  --green:#70a99a;
  --line:rgba(241,234,220,.1);
  --line2:rgba(227,154,45,.62);
  --color-on-accent:#090806;
  --color-accent-a05:rgba(227,154,45,.05);
  --color-accent-a06:rgba(227,154,45,.06);
  --color-accent-a07:rgba(227,154,45,.07);
  --color-accent-a08:rgba(227,154,45,.08);
  --color-accent-a10:rgba(227,154,45,.10);
  --color-accent-a12:rgba(227,154,45,.12);
  --color-accent-a14:rgba(227,154,45,.14);
  --color-accent-a18:rgba(227,154,45,.18);
  --color-accent-a20:rgba(227,154,45,.20);
  --color-accent-a25:rgba(227,154,45,.25);
  --color-accent-a40:rgba(227,154,45,.40);
  --color-accent-a42:rgba(227,154,45,.42);
  --color-accent-a45:rgba(227,154,45,.45);
  --color-accent-a48:rgba(227,154,45,.48);
  --color-accent-a50:rgba(227,154,45,.50);
  --color-accent-a55:rgba(227,154,45,.55);
  --color-accent-a60:rgba(227,154,45,.60);
  --color-accent-strong-a08:rgba(168,102,22,.08);
  --color-accent-strong-a10:rgba(168,102,22,.10);
  --color-accent-strong-a18:rgba(168,102,22,.18);
  --color-accent-strong-a72:rgba(227,154,45,.72);
  --color-success-a14:rgba(112,169,154,.14);
  --color-success-a60:rgba(112,169,154,.60);
  --color-success-a70:rgba(112,169,154,.70);
  --color-error:#df725f;
  --color-error-strong:#ef8a75;
  --color-error-a12:rgba(223,114,95,.12);
  --color-surface-a68:rgba(14,14,13,.68);
  --color-surface-a70:rgba(14,14,13,.70);
  --color-shadow-a06:rgba(0,0,0,.06);
  --color-shadow-a12:rgba(0,0,0,.12);
  --color-shadow-a22:rgba(0,0,0,.22);
  --color-shadow-a28:rgba(0,0,0,.28);
  --color-shadow-a30:rgba(0,0,0,.30);
  --color-shadow-a34:rgba(0,0,0,.34);
  --fd:"Chakra Petch","Arial Narrow",sans-serif;
  --fb:"Barlow Condensed","Arial Narrow",sans-serif;
  --fm:"IBM Plex Mono",Consolas,monospace;
  --nav-h:92px;
  --radius-card:5px;
  --radius-control:5px;
  --radius-panel:5px;
  --type-body:1.25rem;
  --type-small:.82rem;
  --type-display:clamp(52px,5vw,76px);
  --type-heading:clamp(38px,3.9vw,60px);
  --type-subheading:clamp(25px,2.4vw,36px);
  --line-body:1.48;
  --line-display:.94;
  --line-heading:1;
  --space-section:clamp(78px,8vw,122px);
  --sh-sm:0 12px 35px rgba(0,0,0,.22);
  --sh:0 24px 56px rgba(0,0,0,.32);
  --sh-lg:0 30px 72px rgba(0,0,0,.42);
  background:var(--bg);
  color:var(--text);
  font-family:var(--fb);
  font-size:var(--type-body);
  line-height:var(--line-body);
}

.interior-theme::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:
    radial-gradient(circle at 83% 12%,rgba(227,154,45,.05),transparent 29%),
    radial-gradient(circle at 17% 72%,rgba(227,154,45,.03),transparent 34%),
    var(--bg);
}

.interior-theme::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:1000;
  pointer-events:none;
  opacity:.08;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
  mix-blend-mode:soft-light;
}

.interior-theme .wrap{width:min(1320px,calc(100% - 64px))}
.interior-theme a{color:inherit}
.interior-theme section{scroll-margin-top:calc(var(--nav-h) + 16px)}
.interior-theme h1,
.interior-theme h2,
.interior-theme h3{font-family:var(--fd);text-transform:uppercase}
.interior-theme h1{font-size:var(--type-display);font-weight:700;letter-spacing:-.045em;line-height:var(--line-display);text-wrap:balance}
.interior-theme h1 em{display:block;font-style:normal;color:var(--gold);background:linear-gradient(180deg,var(--gold-deep),var(--brass));-webkit-background-clip:text;background-clip:text;color:transparent}
.interior-theme h2{font-size:var(--type-heading);font-weight:700;letter-spacing:-.035em;line-height:var(--line-heading)}
.interior-theme h3{font-size:23px;letter-spacing:.02em;line-height:1.08}
.interior-theme p{font-size:20px}
.interior-theme .lead{font-size:22px!important;line-height:1.48}
.interior-theme .eyebrow{font-size:10px;letter-spacing:.12em;color:var(--gold)}
.interior-theme .sec-head{max-width:850px}
.interior-theme .sec-head h2{max-width:13ch}
.interior-theme .sec-head p{font-size:21px;max-width:34em}

.interior-theme .nav{
  height:var(--nav-h);
  background:rgba(7,7,6,.94);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(18px);
}
.interior-theme .nav .wrap{gap:30px}
.interior-theme .brand{gap:14px}
.interior-theme .brand .mk{
  width:50px;
  height:50px;
  padding:6px;
  border:1px solid rgba(227,154,45,.45);
  border-radius:50%;
  filter:none;
  box-shadow:0 0 0 4px rgba(227,154,45,.035),inset 0 0 18px rgba(227,154,45,.06);
}
.interior-theme .brand .wm{flex-direction:row;align-items:baseline;gap:17px}
.interior-theme .brand .wm b,
.interior-theme .brand .wm span{font-family:var(--fd);font-size:25px;font-weight:700;letter-spacing:.035em;margin:0}
.interior-theme .brand .wm b{color:var(--text)}
.interior-theme .brand .wm span{color:var(--gold)}
.interior-theme .nav-links{gap:clamp(14px,2vw,34px)}
.interior-theme .nav-links a{
  padding:10px 0;
  border-radius:0;
  color:var(--muted);
  font-family:var(--fd);
  font-size:13px;
  font-weight:600;
  letter-spacing:.07em;
  white-space:nowrap;
}
.interior-theme .nav-links a::after{left:0;right:0;bottom:2px;background:var(--gold)}
.interior-theme .nav-links a.active{color:var(--text)}
.interior-theme .nav .btn{margin-left:0;padding:12px 21px;color:var(--color-on-accent)}
.interior-theme .btn{
  min-height:52px;
  padding:13px 25px;
  border-radius:5px;
  font-family:var(--fd);
  font-size:14px;
  letter-spacing:.065em;
}
.interior-theme .btn-primary{background:linear-gradient(135deg,var(--gold-deep),var(--gold));color:var(--color-on-accent);box-shadow:0 16px 34px -22px rgba(227,154,45,.95)}
.interior-theme .btn-ghost{border-color:var(--line2);background:rgba(227,154,45,.025)}
.interior-theme .btn:focus-visible,
.interior-theme a:focus-visible,
.interior-theme input:focus-visible,
.interior-theme select:focus-visible,
.interior-theme textarea:focus-visible{outline:2px solid var(--gold-deep);outline-offset:3px}
.interior-theme .menu-btn{width:48px;height:44px;border-color:var(--line2);border-radius:5px}
.interior-theme .menu-btn span{width:24px;background:var(--gold)}

.interior-theme .subhero,
.interior-theme .construction-hero,
.interior-theme .snapshot-hero,
.interior-theme .start-workspace{
  position:relative;
  overflow:hidden;
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(circle at 9% 20%,rgba(227,154,45,.45) 0 1px,transparent 1.7px),
    radial-gradient(circle at 86% 22%,rgba(241,234,220,.25) 0 1px,transparent 1.6px),
    radial-gradient(circle at 74% 77%,rgba(227,154,45,.35) 0 1px,transparent 1.7px),
    linear-gradient(180deg,#080807,#060606);
}
.interior-theme .subhero{min-height:760px;padding:calc(var(--nav-h) + 88px) 0 88px;display:grid;align-items:center}
.interior-theme .subhero .wrap{grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);gap:clamp(45px,6vw,95px)}
.interior-theme .subhero h1{max-width:10.5ch}
.interior-theme .subhero .lead{max-width:31em;margin-top:28px;color:var(--muted)}
.interior-theme .subhero .cta-row{margin-top:32px}
.interior-theme .subnav-note{
  display:flex;
  align-items:center;
  gap:11px;
  margin-top:26px;
  color:var(--dim);
  font-family:var(--fm);
  font-size:10px!important;
  letter-spacing:.08em;
}
.interior-theme .subnav-note::before{content:"";width:8px;height:8px;border:1px solid var(--gold);border-radius:50%;box-shadow:0 0 8px rgba(227,154,45,.45)}

.interior-theme .page-panel,
.interior-theme .truth-sheet,
.interior-theme .snapshot-tool,
.interior-theme .intake-form,
.interior-theme .funnel-panel{
  position:relative;
  border:1px solid var(--line2);
  border-radius:5px;
  background:linear-gradient(145deg,rgba(19,17,14,.94),rgba(9,9,8,.98));
  box-shadow:var(--sh-lg);
}
.interior-theme .page-panel::before,
.interior-theme .truth-sheet::before,
.interior-theme .intake-form::before{
  content:"";
  position:absolute;
  inset:12px;
  pointer-events:none;
  border:1px solid rgba(227,154,45,.10);
}
.interior-theme .page-panel{padding:clamp(32px,4vw,50px)}
.interior-theme .panel-kicker{
  display:block;
  color:var(--gold);
  font-family:var(--fm);
  font-size:10px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.interior-theme .page-panel h2{max-width:11ch;margin-top:18px;font-size:clamp(31px,3vw,47px)}
.interior-theme .page-panel>p{margin-top:18px;color:var(--muted)}
.interior-theme .fact-list{margin-top:28px;border-top:1px solid var(--line2)}
.interior-theme .fact-list li{padding:19px 0;border-bottom:1px solid var(--line2)}
.interior-theme .fact-list li::before{width:10px;height:10px;border:2px solid var(--gold);border-radius:50%;background:var(--panel)}
.interior-theme .fact-list b{font-family:var(--fd);font-size:16px;text-transform:uppercase;letter-spacing:.035em}
.interior-theme .fact-list span{font-size:16px;color:var(--muted)}

.interior-theme .section{padding:var(--space-section) 0;border-bottom:1px solid var(--line)}
.interior-theme .section-tight{padding:clamp(76px,8vw,116px) 0}
.interior-theme .detail-grid{gap:0;border-top:1px solid var(--line2);border-bottom:1px solid var(--line2)}
.interior-theme .detail-card{
  min-height:330px;
  padding:36px 30px;
  border:0;
  border-right:1px solid var(--line2);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.interior-theme .detail-card:last-child{border-right:0}
.interior-theme .detail-card .wicon{
  width:78px;
  height:78px;
  margin-bottom:34px;
  border:2px solid var(--gold);
  border-radius:50%;
  background:var(--panel);
  box-shadow:0 0 0 8px rgba(227,154,45,.035);
}
.interior-theme .detail-card .wicon svg{width:34px;height:34px;stroke:var(--gold)}
.interior-theme .detail-card h3{color:var(--gold)}
.interior-theme .detail-card p{font-size:18px;line-height:1.5}
.interior-theme .detail-card a{color:var(--gold-deep);border-bottom:1px solid var(--line2)}
.interior-theme .scope-grid{gap:0;border-top:1px solid var(--line2);border-bottom:1px solid var(--line2)}
.interior-theme .scope-panel{
  padding:clamp(30px,4vw,50px);
  border:0;
  border-right:1px solid var(--line2);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.interior-theme .scope-panel:last-child{border-right:0}
.interior-theme .scope-panel h3{color:var(--gold)}
.interior-theme .scope-panel li{font-size:18px;color:var(--muted)}
.interior-theme .scope-panel li::before{background:var(--gold)}
.interior-theme .finalcta{
  max-width:none;
  padding:46px 0;
  border:0;
  border-top:1px solid var(--line2);
  border-bottom:1px solid var(--line2);
  border-radius:0;
  background:linear-gradient(90deg,rgba(227,154,45,.04),transparent 52%);
  box-shadow:none;
  text-align:left;
}
.interior-theme .finalcta h2{max-width:13ch}
.interior-theme .finalcta p{max-width:42em;margin:18px 0 0;color:var(--muted)}
.interior-theme .finalcta .cta-row{justify-content:flex-start}

/* Snapshot: the upload console is the page's visual anchor. */
.snapshot-page .snapshot-shell{padding-top:0}
.snapshot-page .snapshot-hero{min-height:720px;padding:calc(var(--nav-h) + 74px) 0 75px;display:grid;align-items:center}
.snapshot-page .snapshot-hero .wrap{grid-template-columns:minmax(0,.8fr) minmax(500px,1.2fr);gap:clamp(44px,6vw,94px);align-items:center}
.snapshot-page .snapshot-hero h1{max-width:9.5ch}
.snapshot-page .snapshot-hero .lead{font-size:22px!important;margin-top:28px}
.snapshot-page .snapshot-tool{overflow:hidden}
.snapshot-page .drop-zone{min-height:350px;margin:16px;border:1px dashed var(--line2);border-radius:3px;background:rgba(227,154,45,.018)}
.snapshot-page .drop-zone svg{width:72px;height:72px}
.snapshot-page .drop-zone h2{font-size:31px}
.snapshot-page .snapshot-status{padding:16px 24px;margin:0;border-top:1px solid var(--line);color:var(--gold);letter-spacing:.08em}
.snapshot-page .snapshot-results{padding:20px}
.snapshot-page .snapshot-metric,
.snapshot-page .snapshot-card,
.snapshot-page .snapshot-panel,
.snapshot-page .labor-slider{border-radius:3px;background:rgba(14,14,13,.86)}
.snapshot-process{border-bottom:1px solid var(--line)}
.snapshot-process ol{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line2);border-bottom:1px solid var(--line2)}
.snapshot-process li{display:grid;grid-template-columns:52px 1fr;gap:18px;padding:32px 28px;border-right:1px solid var(--line2)}
.snapshot-process li:last-child{border-right:0}
.snapshot-process li>span{width:45px;height:45px;display:grid;place-items:center;border:2px solid var(--gold);border-radius:50%;color:var(--gold);font-family:var(--fm);font-size:13px}
.snapshot-process h2{font-size:19px;color:var(--gold);letter-spacing:.04em}
.snapshot-process p{margin-top:7px;color:var(--muted);font-size:17px}
.snapshot-page .snapshot-actions{gap:0;border-top:1px solid var(--line2);border-bottom:1px solid var(--line2)}
.snapshot-page .download-panel,
.snapshot-page .mailto-panel{padding:40px;border:0;border-right:1px solid var(--line2);border-radius:0;background:transparent;box-shadow:none}
.snapshot-page .mailto-panel{border-right:0}

/* Discovery: explanation and live status flank one substantial intake form. */
.discovery-page .start-workspace{padding:calc(var(--nav-h) + 76px) 0 92px}
.discovery-page .start-workspace>.wrap{display:grid;grid-template-columns:minmax(300px,.52fr) minmax(620px,1.48fr);grid-template-rows:auto 1fr;gap:28px clamp(42px,6vw,88px);align-items:start}
.discovery-page .start-head{grid-column:1;grid-row:1;max-width:none;margin:0}
.discovery-page .start-head h1{max-width:8.5ch}
.discovery-page .start-head .lead{margin-top:28px;color:var(--muted)}
.discovery-page .start-grid{display:contents}
.discovery-page .intake-form{grid-column:2;grid-row:1/3;gap:20px;padding:clamp(28px,3vw,42px)}
.discovery-page .funnel-panel{grid-column:1;grid-row:2;position:static;border-color:var(--line)}
.discovery-page .service-picker{border:0;border-top:1px solid var(--line2);border-bottom:1px solid var(--line2);gap:0}
.discovery-page .service-picker legend{padding-bottom:14px;color:var(--gold)}
.discovery-page .intake-form .service-option{min-height:132px;padding:20px 16px;border:0;border-right:1px solid var(--line2);border-radius:0;background:transparent}
.discovery-page .intake-form .service-option:last-child{border-right:0}
.discovery-page .intake-form .service-option:has(input:checked){background:linear-gradient(180deg,rgba(227,154,45,.10),rgba(227,154,45,.025))}
.discovery-page .service-option b{font-size:17px;color:var(--gold)}
.discovery-page .intake-form input,
.discovery-page .intake-form select,
.discovery-page .intake-form textarea{min-height:50px;border-radius:3px;background:#090908;color:var(--text)}
.discovery-page .intake-form textarea{min-height:140px}
.discovery-page .consent-row{border-radius:3px;background:rgba(227,154,45,.025)}
.discovery-page .panel-block{background:transparent;border-bottom:1px solid var(--line);padding:27px}
.discovery-page .panel-block:last-child{border-bottom:0}
.discovery-page .panel-block h2{font-size:25px}
.discovery-page .panel-block p{font-size:17px}

/* Security and SEO get distinct system-diagram treatments from the same parts. */
.security-page .page-panel,
.seo-page .page-panel{border-radius:50%;aspect-ratio:1;display:flex;flex-direction:column;justify-content:center;padding:clamp(72px,7vw,104px)}
.security-page .page-panel::before,
.seo-page .page-panel::before{inset:9%;border-radius:50%;border:1px dashed var(--line2)}
.security-page .page-panel::after,
.seo-page .page-panel::after{content:"";position:absolute;inset:-18px;border:1px solid rgba(227,154,45,.16);border-radius:50%;pointer-events:none}
.security-page .page-panel h2,
.seo-page .page-panel h2{font-size:clamp(29px,2.7vw,43px);max-width:10ch;position:relative;z-index:1}
.security-page .page-panel>p,
.seo-page .page-panel>p,
.security-page .page-panel .panel-kicker,
.seo-page .page-panel .panel-kicker{position:relative;z-index:1}
.security-page .fact-list,
.seo-page .fact-list{position:absolute;inset:0;margin:0;border:0;pointer-events:none}
.security-page .fact-list li,
.seo-page .fact-list li{position:absolute;width:42%;padding:13px 15px;border:1px solid var(--line2);background:rgba(8,8,7,.96);box-shadow:var(--sh-sm)}
.security-page .fact-list li:nth-child(1),
.seo-page .fact-list li:nth-child(1){top:2%;left:-6%}
.security-page .fact-list li:nth-child(2),
.seo-page .fact-list li:nth-child(2){top:39%;right:-10%}
.security-page .fact-list li:nth-child(3),
.seo-page .fact-list li:nth-child(3){bottom:1%;left:-2%}
.security-page .fact-list li:nth-child(4){bottom:6%;right:-8%}
.security-page .fact-list li::before,
.seo-page .fact-list li::before{display:none}
.security-page .fact-list b,
.seo-page .fact-list b{font-size:12px;color:var(--gold)}
.security-page .fact-list span,
.seo-page .fact-list span{display:none}
.security-page .security-matrix,
.security-page .assurance-grid{gap:0;border-top:1px solid var(--line2);border-bottom:1px solid var(--line2)}
.security-page .security-matrix>* ,
.security-page .assurance-grid>*{border-radius:0!important;border:0!important;border-right:1px solid var(--line2)!important;background:transparent!important;box-shadow:none!important}
.security-page .security-matrix>*:last-child,
.security-page .assurance-grid>*:last-child{border-right:0!important}

/* Construction keeps the project truth sheet as its signature object. */
.construction-page .construction-hero{min-height:720px;padding:calc(var(--nav-h) + 70px) 0 74px}
.construction-page .construction-hero .wrap,
.construction-page .construction-outcomes .wrap,
.construction-page .review-process .wrap,
.construction-page .availability-section .wrap{width:min(1320px,calc(100% - 64px))}
.construction-page .construction-copy h1{max-width:11ch;font-size:var(--type-display)}
.construction-page .construction-copy .lead{margin-top:28px;font-size:22px}
.construction-page .truth-sheet{padding:30px}
.construction-page .truth-head{color:var(--gold);letter-spacing:.1em}
.construction-page .truth-row{min-height:70px;border-radius:0;border-left:0;border-right:0;margin:0}
.construction-page .construction-outcomes{padding:var(--space-section) 0;background:linear-gradient(180deg,#060606,#090908)}
.construction-page .outcome-intro h2{font-size:var(--type-heading)}
.construction-page .outcome-intro p{font-size:20px}
.construction-page .deliverables{border-color:var(--line2)}
.construction-page .deliverable{min-height:180px;border-color:var(--line2)}
.construction-page .deliverable svg{width:42px;height:42px}
.construction-page .deliverable span{font-size:19px;text-transform:uppercase;color:var(--gold)}
.construction-page .review-steps{border-color:var(--line2)}
.construction-page .review-steps li{padding:42px 32px;border-color:var(--line2)}
.construction-page .review-steps h3{font-size:20px;color:var(--gold)}
.construction-page .review-steps p{font-size:17px}
.construction-page .availability-section{padding:48px 0;background:linear-gradient(90deg,rgba(227,154,45,.06),transparent);border-color:var(--line2)}
.construction-page .construction-cta .wrap{max-width:920px}

.interior-theme footer{padding:52px 0 25px;background:#060605;border-top:1px solid var(--line)}
.interior-theme .foot-grid{grid-template-columns:1.45fr repeat(3,1fr);gap:40px}
.interior-theme footer .brand .mk{width:42px;height:42px}
.interior-theme footer .brand .wm b,
.interior-theme footer .brand .wm span{font-size:20px}
.interior-theme .foot-brand p{max-width:24em;margin-top:18px;font-size:17px;color:var(--dim)}
.interior-theme .footer-heading{font-family:var(--fm);font-size:10px;color:var(--gold);letter-spacing:.12em}
.interior-theme footer li,
.interior-theme footer a{font-size:16px;color:var(--dim)}
.interior-theme footer a:hover{color:var(--text)}
.interior-theme .foot-bottom{font-family:var(--fm);font-size:10px;color:var(--dim);letter-spacing:.06em}

@media (max-width:1120px){
  .interior-theme{--nav-h:84px}
  .interior-theme .wrap{width:min(100% - 44px,1060px)}
  .interior-theme .brand .wm{gap:10px}
  .interior-theme .brand .wm b,
  .interior-theme .brand .wm span{font-size:20px}
  .interior-theme .nav-links{gap:15px}
  .interior-theme .nav-links a{font-size:11px}
  .interior-theme .subhero .wrap,
  .snapshot-page .snapshot-hero .wrap{grid-template-columns:1fr;max-width:820px;text-align:left}
  .interior-theme .subhero h1,
  .snapshot-page .snapshot-hero h1{max-width:11ch}
  .security-page .page-panel,
  .seo-page .page-panel{width:min(620px,80vw);margin:30px auto 0}
  .discovery-page .start-workspace>.wrap{grid-template-columns:1fr;grid-template-rows:auto}
  .discovery-page .start-head,
  .discovery-page .intake-form,
  .discovery-page .funnel-panel{grid-column:1;grid-row:auto}
  .discovery-page .start-head h1{max-width:12ch}
  .construction-page .construction-hero .wrap,
  .construction-page .construction-outcomes .wrap{width:min(100% - 44px,1060px)}
}

@media (max-width:820px){
  .interior-theme .menu-btn{display:flex}
  .interior-theme .nav-links{
    top:var(--nav-h);
    display:flex;
    gap:0;
    padding:12px 22px 22px;
    background:rgba(7,7,6,.99);
    border-bottom:1px solid var(--line2);
  }
  .interior-theme .nav-links a{padding:14px 6px;font-size:13px;border-bottom:1px solid var(--line)}
  .interior-theme .nav-links a::after{display:none}
  .interior-theme .nav .btn{margin:14px 0 0}
  .interior-theme .detail-grid,
  .interior-theme .scope-grid,
  .security-page .security-matrix,
  .security-page .assurance-grid{grid-template-columns:1fr}
  .interior-theme .detail-card,
  .interior-theme .scope-panel,
  .security-page .security-matrix>*,
  .security-page .assurance-grid>*{border-right:0!important;border-bottom:1px solid var(--line2)!important}
  .interior-theme .detail-card:last-child,
  .interior-theme .scope-panel:last-child,
  .security-page .security-matrix>*:last-child,
  .security-page .assurance-grid>*:last-child{border-bottom:0!important}
  .snapshot-process ol{grid-template-columns:1fr}
  .snapshot-process li{border-right:0;border-bottom:1px solid var(--line2)}
  .snapshot-process li:last-child{border-bottom:0}
  .discovery-page .service-picker{grid-template-columns:1fr}
  .discovery-page .intake-form .service-option{min-height:auto;border-right:0;border-bottom:1px solid var(--line2)}
  .discovery-page .intake-form .service-option:last-child{border-bottom:0}
}

@media (max-width:640px){
  .interior-theme{--nav-h:76px;font-size:18px;--type-display:clamp(43px,12vw,54px);--type-heading:clamp(38px,10vw,50px)}
  .interior-theme .wrap{width:calc(100% - 30px)}
  .interior-theme .brand{gap:9px}
  .interior-theme .brand .mk{width:41px;height:41px}
  .interior-theme .brand .wm{gap:8px}
  .interior-theme .brand .wm b,
  .interior-theme .brand .wm span{font-size:16px}
  .interior-theme .subhero,
  .snapshot-page .snapshot-hero,
  .construction-page .construction-hero{min-height:auto;padding:calc(var(--nav-h) + 52px) 0 62px}
  .interior-theme .subhero .wrap,
  .snapshot-page .snapshot-hero .wrap{gap:45px}
  .interior-theme .subhero h1,
  .snapshot-page .snapshot-hero h1,
  .construction-page .construction-copy h1,
  .discovery-page .start-head h1{max-width:100%}
  .interior-theme .lead{font-size:20px!important}
  .interior-theme .cta-row{display:grid;gap:12px}
  .interior-theme .cta-row .btn{width:100%}
  .security-page .page-panel,
  .seo-page .page-panel{width:100%;aspect-ratio:auto;border-radius:5px;padding:48px 25px 28px;display:block}
  .security-page .page-panel::before,
  .seo-page .page-panel::before{inset:12px;border-radius:3px}
  .security-page .page-panel::after,
  .seo-page .page-panel::after{display:none}
  .security-page .fact-list,
  .seo-page .fact-list{position:relative;margin-top:25px;border-top:1px solid var(--line2)}
  .security-page .fact-list li,
  .seo-page .fact-list li{position:static;width:100%;border:0;border-bottom:1px solid var(--line2);background:transparent;box-shadow:none}
  .security-page .fact-list span,
  .seo-page .fact-list span{display:block}
  .snapshot-page .drop-zone{min-height:310px;margin:10px;padding:24px 14px}
  .snapshot-page .snapshot-actions{grid-template-columns:1fr}
  .snapshot-page .download-panel,
  .snapshot-page .mailto-panel{padding:30px 20px;border-right:0;border-bottom:1px solid var(--line2)}
  .snapshot-page .mailto-panel{border-bottom:0}
  .discovery-page .start-workspace{padding:calc(var(--nav-h) + 48px) 0 72px}
  .discovery-page .intake-form{padding:22px 16px}
  .discovery-page .form-grid.two,
  .discovery-page .wage-grid,
  .discovery-page .quote-metrics{grid-template-columns:1fr}
  .construction-page .construction-hero .wrap,
  .construction-page .construction-outcomes .wrap,
  .construction-page .review-process .wrap,
  .construction-page .availability-section .wrap{width:calc(100% - 30px)}
  .construction-page .truth-sheet{padding:19px 14px}
  .construction-page .deliverables,
  .construction-page .review-steps{grid-template-columns:1fr}
  .interior-theme .foot-grid{grid-template-columns:1fr 1fr;gap:30px 22px}
  .interior-theme .foot-brand{grid-column:1/-1}
}

@media (prefers-reduced-motion:reduce){
  .interior-theme *,
  .interior-theme *::before,
  .interior-theme *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
