@import"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@300;400;500;600;700&display=swap";.project-estimator{--studio-bg: #060607;--studio-bg-raised: #0B0B0D;--studio-card: #0D0D10;--studio-card-selected: #131316;--studio-text: #F3F0E9;--studio-text-secondary: #A6A29B;--studio-text-muted: #706D68;--studio-red: #FF2A2A;--studio-red-hover: #D81E1E;--studio-red-glow: rgba(255, 42, 42, .12);--studio-red-wash: rgba(80, 9, 9, .1);--studio-border: rgba(243, 240, 233, .1);--studio-border-strong: rgba(243, 240, 233, .18);--studio-glass: rgba(243, 240, 233, .04);--studio-radius-small: 10px;--studio-radius-medium: 16px;--studio-radius-large: 24px;--studio-shadow: 0 24px 80px rgba(0, 0, 0, .42);position:relative;overflow:clip;padding:clamp(82px,9vw,132px) 0 clamp(96px,10vw,148px);scroll-margin-top:96px;background:radial-gradient(circle at 18% 4%,rgba(80,9,9,.1),transparent 30%),linear-gradient(180deg,#050506 0%,var(--studio-bg) 56%,#050506 100%);color:var(--studio-text);font-family:var(--font-body, Inter, Montserrat, Arial, sans-serif)}.project-estimator *,.project-estimator *:before,.project-estimator *:after{box-sizing:border-box}.project-estimator__shell{width:calc(100% - clamp(32px,5vw,96px));max-width:1280px;margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,360px);grid-template-areas:"intro summary" "builder summary";gap:clamp(28px,3vw,44px);align-items:start;padding:clamp(28px,3.2vw,54px);border:1px solid rgba(243,240,233,.075);border-radius:18px;background:linear-gradient(135deg,#f3f0e907,#f3f0e902),var(--studio-bg-raised);box-shadow:0 32px 100px #00000057}.project-estimator__intro{grid-area:intro;min-width:0;max-width:760px}.project-estimator__eyebrow,.project-estimator__docket-label{margin:0 0 18px;color:#f3f0e98a;font-size:13px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.project-estimator__intro h2{margin:0;color:var(--studio-text);font-family:var(--font-display, "Instrument Serif", Georgia, serif);font-size:clamp(46px,4.4vw,70px);font-weight:400;letter-spacing:-.055em;line-height:.94}.project-estimator__intro p:not(.project-estimator__eyebrow){max-width:620px;margin:22px 0 0;color:var(--studio-text-secondary);font-size:clamp(15px,1vw,16px);font-weight:400;line-height:1.76}.project-estimator__facts{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.project-estimator__facts span{min-height:38px;display:inline-flex;align-items:center;border-left:2px solid var(--studio-red);padding-left:16px;color:var(--studio-text-secondary);font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.project-estimator__builder{grid-area:builder;min-width:0;overflow:visible;margin-top:clamp(6px,1vw,14px)}.project-estimator__control-stack{display:grid;gap:clamp(24px,2.4vw,34px)}.project-estimator__question{min-width:0;min-inline-size:0;width:100%;margin:0;padding:0;border:0}.project-estimator__question-kicker{margin:0 0 8px;color:var(--studio-red);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.project-estimator__question legend{margin:0 0 16px;padding:0;color:var(--studio-text);font-family:var(--font-display, "Instrument Serif", Georgia, serif);font-size:clamp(26px,2.1vw,36px);font-weight:400;letter-spacing:-.035em;line-height:1.16}.project-estimator__service-grid,.project-estimator__scope-grid,.project-estimator__level-grid,.project-estimator__timeline-grid{display:grid;width:100%;min-width:0;gap:14px}.project-estimator__service-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.project-estimator__scope-grid,.project-estimator__level-grid,.project-estimator__timeline-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.project-estimator__timeline-grid{grid-template-columns:1fr}.project-estimator__service-tile{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;min-width:0;min-height:116px;display:flex;flex-direction:column;gap:7px;border:1px solid var(--studio-border);border-radius:12px;padding:15px 14px;overflow:clip;background:linear-gradient(180deg,#f3f0e906,#f3f0e902),var(--studio-card);color:var(--studio-text);font-family:inherit;text-align:left;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.project-estimator__service-tile:before{content:"";position:absolute;inset:auto 14px 13px 14px;height:2px;border-radius:999px;background:#f3f0e914;transition:background .2s ease,box-shadow .2s ease}.project-estimator__service-tile:hover{transform:translateY(-2px);border-color:var(--studio-border-strong);background:linear-gradient(180deg,#f3f0e909,#f3f0e902),#101013}.project-estimator__service-tile.is-selected{border-color:#f3f0e93d;background:radial-gradient(circle at 92% 0%,rgba(255,42,42,.08),transparent 36%),linear-gradient(180deg,#f3f0e909,#f3f0e902),var(--studio-card-selected);box-shadow:inset 0 0 0 1px #f3f0e909,0 14px 32px #0000002e}.project-estimator__service-tile.is-selected:before{background:var(--studio-red);box-shadow:0 0 16px var(--studio-red-glow)}.project-estimator__service-tile span{color:#f3f0e96b;font-size:11px;font-weight:800;letter-spacing:.08em}.project-estimator__service-tile strong{color:var(--studio-text);font-size:13px;font-weight:750;line-height:1.25;white-space:normal}.project-estimator__service-tile small{color:var(--studio-text-secondary);font-size:11px;line-height:1.38;white-space:normal}.project-estimator__option{position:relative;width:100%;min-width:0;min-height:112px;display:flex;align-items:stretch;justify-content:space-between;gap:16px;overflow:clip;border:1px solid var(--studio-border);border-radius:12px;padding:22px;background:linear-gradient(180deg,#f3f0e906,#f3f0e902),var(--studio-card);color:var(--studio-text);font-family:inherit;text-align:left;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.project-estimator__level-grid .project-estimator__option,.project-estimator__timeline-grid .project-estimator__option{min-height:132px}.project-estimator__level-grid .project-estimator__option{align-items:flex-start;padding:18px}.project-estimator__timeline-grid .project-estimator__option{min-height:104px;align-items:center}.project-estimator__option.is-featured{grid-column:1 / -1}.project-estimator__option:before{content:"";position:absolute;inset:16px auto 16px 0;width:2px;border-radius:999px;background:transparent;transition:background .2s ease,box-shadow .2s ease}.project-estimator__option:after{content:"";position:absolute;right:18px;top:18px;width:44px;height:44px;border-radius:999px;background:radial-gradient(circle,rgba(255,42,42,.05),transparent 68%);opacity:0;transition:opacity .2s ease;pointer-events:none}.project-estimator__option:hover{transform:translateY(-2px);border-color:var(--studio-border-strong);background:linear-gradient(180deg,#f3f0e909,#f3f0e902),#101013}.project-estimator__option:hover:after,.project-estimator__option.is-selected:after{opacity:1}.project-estimator__option.is-selected{border-color:#f3f0e93d;background:linear-gradient(180deg,#f3f0e908,#f3f0e902),var(--studio-card-selected);box-shadow:inset 0 0 0 1px #f3f0e909,0 18px 42px #0003}.project-estimator__option.is-selected:before{background:var(--studio-red);box-shadow:0 0 18px var(--studio-red-glow)}.project-estimator__option:focus-visible,.project-estimator__service-tile:focus-visible,.project-estimator__scope-card:focus-visible,.project-estimator__cta:focus-visible,.project-estimator__mobile-bar button:focus-visible,.project-estimator__sheet-close:focus-visible,.project-estimator__sheet-backdrop:focus-visible{outline:2px solid var(--studio-text);outline-offset:4px}.project-estimator__option-content{position:relative;z-index:1;width:100%;min-width:0;max-width:100%;flex:1 1 auto;display:flex;flex-direction:column}.project-estimator__option-meta{max-width:100%;min-height:20px;display:flex;align-items:center;gap:10px;margin-bottom:14px;color:#f3f0e975;font-size:12px;font-weight:600;letter-spacing:.08em}.project-estimator__badge{border:1px solid rgba(243,240,233,.16);border-radius:999px;padding:4px 8px;color:var(--studio-text-secondary);font-size:12px;letter-spacing:.04em}.project-estimator__option-title{display:block;max-width:100%;min-width:0;white-space:normal;color:var(--studio-text);font-size:15px;font-weight:600;letter-spacing:.02em;line-height:1.35;overflow-wrap:anywhere}.project-estimator__option-description{display:block;max-width:100%;min-width:0;white-space:normal;margin-top:9px;color:var(--studio-text-secondary);font-size:14px;font-weight:400;line-height:1.55;overflow-wrap:anywhere}.project-estimator__status{position:relative;z-index:1;width:22px;height:22px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(243,240,233,.16);border-radius:999px;color:#fff;background:#f3f0e914;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.project-estimator__option.is-selected .project-estimator__status{border-color:var(--studio-red);background:var(--studio-red);box-shadow:0 0 12px var(--studio-red-glow)}.project-estimator__scope-card{position:relative;min-width:0;min-height:214px;display:flex;flex-direction:column;border:1px solid var(--studio-border);border-radius:14px;padding:22px;overflow:clip;background:linear-gradient(180deg,#f3f0e907,#f3f0e902),var(--studio-card);color:var(--studio-text);font-family:inherit;text-align:left;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.project-estimator__scope-card:before{content:"";position:absolute;inset:auto 20px 20px 20px;height:2px;border-radius:999px;background:#f3f0e914;transition:background .2s ease,box-shadow .2s ease}.project-estimator__scope-card:hover{transform:translateY(-2px);border-color:var(--studio-border-strong);background:linear-gradient(180deg,#f3f0e909,#f3f0e902),#101013}.project-estimator__scope-card.is-selected{border-color:#f3f0e93d;background:radial-gradient(circle at 82% 14%,rgba(255,42,42,.08),transparent 30%),linear-gradient(180deg,#f3f0e90a,#f3f0e902),var(--studio-card-selected);box-shadow:inset 0 0 0 1px #f3f0e909,0 18px 42px #0003}.project-estimator__scope-card.is-selected:before{background:var(--studio-red);box-shadow:0 0 18px var(--studio-red-glow)}.project-estimator__scope-topline{min-height:24px;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px;color:#f3f0e985;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.project-estimator__scope-title{display:block;color:var(--studio-text);font-size:clamp(18px,1.45vw,23px);font-weight:650;letter-spacing:-.015em;line-height:1.22;white-space:normal}.project-estimator__scope-description{display:block;margin-top:12px;color:var(--studio-text-secondary);font-size:14px;font-weight:400;line-height:1.58;white-space:normal;overflow-wrap:anywhere}.project-estimator__scope-status{position:absolute;right:18px;bottom:30px;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(243,240,233,.18);border-radius:999px;color:#fff;background:#f3f0e914}.project-estimator__scope-card.is-selected .project-estimator__scope-status{border-color:var(--studio-red);background:var(--studio-red);box-shadow:0 0 12px var(--studio-red-glow)}.project-estimator__summary{grid-area:summary;min-width:0}.project-estimator__summary--desktop{position:sticky;top:104px}.project-estimator__docket{min-height:640px;display:flex;flex-direction:column;border:1px solid var(--studio-border);border-radius:16px;padding:clamp(24px,2.4vw,34px);background:radial-gradient(circle at 100% 0%,rgba(80,9,9,.16),transparent 34%),linear-gradient(180deg,#f3f0e90d,#f3f0e904),var(--studio-card);box-shadow:0 22px 70px #00000057;animation:project-estimator-summary-in .28s ease both}.project-estimator__docket h3{margin:0;color:var(--studio-text);font-family:var(--font-display, "Instrument Serif", Georgia, serif);font-size:clamp(38px,3.5vw,56px);font-weight:400;letter-spacing:-.052em;line-height:.98}.project-estimator__metrics{display:grid;gap:14px;margin-top:30px}.project-estimator__summary-context{display:grid;grid-template-columns:1fr;gap:12px;margin-top:26px}.project-estimator__summary-context div{border:1px solid var(--studio-border);border-radius:12px;padding:15px 16px;background:#f3f0e907}.project-estimator__summary-context span,.project-estimator__summary-context small{display:block;color:var(--studio-text-muted);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.project-estimator__summary-context strong{display:block;margin-top:8px;color:var(--studio-text);font-size:16px;font-weight:650;line-height:1.35}.project-estimator__summary-context small{margin-top:4px;color:var(--studio-red);letter-spacing:.08em}.project-estimator__metrics div{border:1px solid var(--studio-border);border-radius:12px;padding:18px;background:#f3f0e909}.project-estimator__metrics span{display:flex;align-items:center;gap:9px;color:var(--studio-text-muted);font-size:12px;font-weight:600;letter-spacing:.08em}.project-estimator__metrics svg{color:var(--studio-red)}.project-estimator__metrics strong{display:block;margin-top:12px;color:var(--studio-text);font-size:clamp(18px,1.35vw,22px);font-weight:600;line-height:1.35}.project-estimator__includes{margin-top:30px}.project-estimator__includes p{margin:0 0 14px;color:var(--studio-text-muted);font-size:12px;font-weight:600;letter-spacing:.08em}.project-estimator__includes ul{display:grid;gap:11px;margin:0;padding:0;list-style:none}.project-estimator__includes li{display:flex;gap:10px;color:var(--studio-text-secondary);font-size:15px;line-height:1.5}.project-estimator__includes svg{flex:0 0 auto;margin-top:3px;color:var(--studio-red)}.project-estimator__clarification{margin:32px 0 0;border-left:2px solid var(--studio-red);padding-left:16px;color:var(--studio-text-secondary);font-size:14px;line-height:1.65}.project-estimator__cta{min-height:58px;display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;margin-top:42px;border:1px solid rgba(243,240,233,.2);border-radius:999px;padding:18px 22px;background:linear-gradient(180deg,#f3f0e90e,#f3f0e903),#060607c7;color:var(--studio-text);font-size:13px;font-weight:700;letter-spacing:.08em;text-decoration:none;text-transform:uppercase;box-shadow:inset 0 1px #f3f0e914;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.project-estimator__cta svg{color:var(--studio-red);transition:transform .2s ease,color .2s ease}.project-estimator__cta:hover{transform:translateY(-2px);border-color:#ff2a2a61;background:linear-gradient(180deg,#50090933,#f3f0e904),#08080aeb;box-shadow:inset 0 1px #f3f0e91a,0 18px 42px #00000052}.project-estimator__cta:hover svg{color:var(--studio-red-hover);transform:translate(3px)}.project-estimator__mobile-bar,.project-estimator__sheet-layer{display:none}@keyframes project-estimator-summary-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1279px){.project-estimator__shell{grid-template-columns:1fr;grid-template-areas:"intro" "builder" "summary"}.project-estimator__summary--desktop{position:static}.project-estimator__level-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.project-estimator__docket{min-height:auto}}@media(max-width:1023px){.project-estimator__shell{grid-template-columns:1fr}.project-estimator__intro{max-width:760px}.project-estimator__service-grid,.project-estimator__scope-grid,.project-estimator__timeline-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-estimator__level-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.project-estimator__timeline-grid{grid-template-columns:1fr}.project-estimator__level-grid .project-estimator__option,.project-estimator__timeline-grid .project-estimator__option{min-height:132px}}@media(max-width:767px){.project-estimator{padding-bottom:138px}.project-estimator__shell{width:calc(100% - 32px);padding:22px;border-radius:20px}.project-estimator__intro h2{font-size:clamp(36px,12vw,54px)}.project-estimator__service-grid,.project-estimator__scope-grid,.project-estimator__level-grid,.project-estimator__timeline-grid{grid-template-columns:1fr}.project-estimator__option,.project-estimator__service-tile,.project-estimator__scope-card,.project-estimator__level-grid .project-estimator__option,.project-estimator__timeline-grid .project-estimator__option{min-height:118px;padding:18px}.project-estimator__scope-card{min-height:176px}.project-estimator__summary--desktop{display:none}.project-estimator__mobile-bar{position:fixed;z-index:60;left:12px;right:12px;bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--studio-border-strong);border-radius:18px;padding:12px;background:#0b0b0deb;box-shadow:0 18px 60px #0000007a;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.project-estimator__mobile-bar div{min-width:0;display:grid;gap:3px}.project-estimator__mobile-bar span{color:var(--studio-text-muted);font-size:12px;font-weight:600}.project-estimator__mobile-bar strong{color:var(--studio-text);font-size:14px;font-weight:600;line-height:1.25}.project-estimator__mobile-bar button{min-height:46px;flex:0 0 auto;border:1px solid rgba(243,240,233,.28);border-radius:999px;padding:0 16px;background:var(--studio-text);color:#08080a;font-family:inherit;font-size:13px;font-weight:600}.project-estimator__sheet-layer{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:block}.project-estimator__sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:#0000009e}.project-estimator__sheet{position:absolute;left:0;right:0;bottom:0;max-height:min(86vh,760px);overflow:auto;border:1px solid var(--studio-border);border-radius:24px 24px 0 0;padding:16px;background:var(--studio-bg);box-shadow:0 -22px 70px #00000085}.project-estimator__sheet .project-estimator__docket{min-height:auto}.project-estimator__sheet-close{min-height:44px;display:inline-flex;align-items:center;gap:8px;margin:0 0 12px auto;border:1px solid var(--studio-border);border-radius:999px;padding:0 14px;background:var(--studio-glass);color:var(--studio-text);font-family:inherit;font-size:14px;font-weight:600}}@media(max-width:360px){.project-estimator__shell{width:calc(100% - 24px);padding:18px}.project-estimator__mobile-bar{left:8px;right:8px;gap:10px}.project-estimator__mobile-bar button{padding:0 12px;font-size:12px}}@media(prefers-reduced-motion:reduce){.project-estimator *,.project-estimator *:before,.project-estimator *:after{animation:none!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.project-estimator__option:hover,.project-estimator__cta:hover{transform:none}}:root{--font-display: "Instrument Serif", serif;--font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-bg: #08080C;--color-text-main: #F5F5F7;--color-text-muted: rgba(245, 245, 247, .72);--color-text-soft: rgba(245, 245, 247, .58);--color-silver-light: rgba(245, 245, 247, .94);--color-silver-mid: rgba(205, 205, 214, .82);--color-silver-dark: rgba(150, 150, 164, .72)}html,body{font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
