.contact-section{scroll-margin-top:80px;padding:96px 0;background:var(--theme-panel,#f6f4ef);border-top:1px solid var(--theme-line,#e6e1d6)}.contact-card{display:flex;flex-direction:column;align-items:center;max-width:960px;margin:0 auto;padding:76px 40px 56px;text-align:center;background:var(--theme-paper,#fff);border:1px solid var(--theme-line,#e4dfd4);border-radius:20px}.contact-card h2{margin:18px 0 0;max-width:680px;color:var(--theme-ink,#1a1a1a);font-size:clamp(34px,4vw,50px);font-weight:700;line-height:1.05;letter-spacing:-.035em;text-wrap:balance}.contact-card-copy{margin:20px 0 0;max-width:600px;color:var(--theme-muted,#6f6f6f);font-size:17px;line-height:1.7}.contact-card-button{display:inline-flex;align-items:center;gap:10px;margin-top:34px;padding:15px 28px;color:var(--theme-on-action,#fff);font:inherit;font-size:15px;font-weight:600;background:var(--theme-ink,#1a1a1a);border:0;border-radius:8px;cursor:pointer;transition:opacity .2s}.contact-card-button:hover{opacity:.85}.contact-card-button svg{transition:transform .2s}.contact-card-button:hover svg{transform:translateX(3px)}.contact-card-assurances{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 32px;width:100%;max-width:720px;margin:40px 0 0;padding:24px 0 0;list-style:none;border-top:1px solid var(--theme-line,#ebe6da);color:var(--theme-muted,#6f6f6f);font-size:13px}.contact-card-assurances li{display:flex;align-items:center;gap:8px}.contact-card-assurances svg{color:var(--theme-accent,#9c7a2c)}.contact-dialog{width:min(720px,calc(100vw - 32px));max-height:calc(100dvh - 32px);margin:auto;padding:0;color:inherit;background:transparent;border:0;overflow:visible}.contact-dialog::backdrop{background:rgba(26,26,26,.55);backdrop-filter:blur(4px)}.contact-dialog-panel{position:relative;max-height:calc(100dvh - 32px);overflow-y:auto;padding:36px 36px 32px;background:var(--theme-paper,#fff);border-radius:20px;box-shadow:0 40px 80px -30px rgba(0,0,0,.5)}.contact-dialog-close{position:absolute;top:18px;right:18px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--theme-muted,#6f6f6f);background:var(--theme-panel,#f6f4ef);border:0;border-radius:50%;cursor:pointer;transition:background .15s,color .15s}.contact-dialog-close:hover{color:var(--theme-ink,#1a1a1a);background:var(--theme-line,#ebe6da)}.contact-form-head{margin-bottom:8px;padding-right:40px}.contact-form-head h2{margin:12px 0 8px;color:var(--theme-ink,#1a1a1a);font-size:clamp(26px,3vw,34px);font-weight:700;line-height:1.1;letter-spacing:-.03em}.contact-form-head p{margin:0;color:var(--theme-muted,#6f6f6f);font-size:15px;line-height:1.6}.contact-dialog .contact-form{padding:0;border:0;border-radius:0;box-shadow:none}.contact-form{display:flex;flex-direction:column;gap:16px;padding:30px;background:var(--theme-paper,#fff);border:1px solid var(--theme-line,#e4dfd4);border-radius:16px;box-shadow:0 1px 2px rgba(26,26,26,.04),0 18px 40px -28px rgba(26,26,26,.25)}.contact-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-row-3{grid-template-columns:1fr 1fr 1fr}.contact-areas{margin:0;padding:0;border:0;min-width:0}.contact-areas legend{margin-bottom:9px;padding:0;color:var(--theme-ink,#1a1a1a);font-size:12px;font-weight:600;letter-spacing:.02em}.contact-areas legend em{margin-left:5px;color:var(--theme-faint,#9b968b);font-style:normal;font-weight:500}.contact-area-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.contact-area{position:relative;display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--theme-soft,#fcfbf8);border:1px solid var(--theme-line,#ddd7ca);border-radius:8px;cursor:pointer;transition:border-color .15s,background .15s}.contact-area:hover{border-color:var(--theme-line,#c9bfa8)}.contact-area input{position:absolute;opacity:0;width:0;height:0}.contact-area span{flex:1;color:var(--theme-ink,#1a1a1a);font-size:13px;font-weight:500;line-height:1.3}.contact-area:after{content:"";flex:none;width:16px;height:16px;border:1.5px solid var(--theme-line,#cfc8b8);border-radius:50%;transition:border-color .15s,background .15s,box-shadow .15s}.contact-area:has(input:checked){background:var(--theme-paper,#fff);border-color:var(--theme-accent-bright,#b08a36)}.contact-area:has(input:checked):after{border-color:var(--theme-accent-bright,#b08a36);background:var(--theme-accent-bright,#b08a36);box-shadow:inset 0 0 0 3px var(--theme-paper,#fff)}.contact-area:has(input:focus-visible){box-shadow:0 0 0 3px rgba(176,138,54,.15)}.contact-privacy{margin:-4px 0 0;color:var(--theme-faint,#9b968b);font-size:12px;line-height:1.5}.contact-field{display:flex;flex-direction:column;gap:7px}.contact-field>span{color:var(--theme-ink,#1a1a1a);font-size:12px;font-weight:600;letter-spacing:.02em}.contact-field em{margin-left:5px;color:var(--theme-faint,#9b968b);font-style:normal;font-weight:500}.contact-field input,.contact-field textarea{width:100%;padding:11px 13px;color:var(--theme-ink,#1a1a1a);font:inherit;font-size:15px;line-height:1.4;background:var(--theme-soft,#fcfbf8);border:1px solid var(--theme-line,#ddd7ca);border-radius:8px;outline:none;transition:border-color .15s,box-shadow .15s}.contact-field textarea{resize:vertical;min-height:104px}.contact-field textarea::-moz-placeholder{color:var(--theme-faint,#a8a294)}.contact-field textarea::placeholder{color:var(--theme-faint,#a8a294)}.contact-field input:focus,.contact-field textarea:focus{border-color:var(--theme-accent-bright,#b08a36);box-shadow:0 0 0 3px rgba(176,138,54,.15);background:var(--theme-paper,#fff)}.contact-trap{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.contact-actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:4px}.contact-actions button{padding:13px 26px;color:var(--theme-on-action,#fff);font:inherit;font-size:14px;font-weight:600;background:var(--theme-ink,#1a1a1a);border:0;border-radius:8px;cursor:pointer;transition:opacity .2s}.contact-actions button:hover{opacity:.85}.contact-actions button:disabled{opacity:.55;cursor:default}.contact-actions a{color:var(--theme-muted,#6f6f6f);font-size:13px;text-decoration:underline;text-decoration-color:var(--theme-line,#cfc8b8);text-underline-offset:3px}.contact-actions a:hover{color:var(--theme-ink,#1a1a1a)}.contact-error{margin:0;color:var(--theme-danger,#a33a2a);font-size:13px;line-height:1.5}.contact-form-sent{min-height:380px;text-align:center}.contact-form-sent,.contact-sent-mark{align-items:center;justify-content:center}.contact-sent-mark{display:flex;width:52px;height:52px;margin-bottom:6px;color:var(--theme-accent,#9c7a2c);background:var(--theme-soft,#f6f0e2);border-radius:50%}.contact-sent-actions{display:flex;align-items:center;gap:22px;margin-top:14px}.contact-sent-close{padding:12px 24px;color:var(--theme-on-action,#fff);font:inherit;font-size:14px;font-weight:600;background:var(--theme-ink,#1a1a1a);border:0;border-radius:8px;cursor:pointer;transition:opacity .2s}.contact-sent-close:hover{opacity:.85}.contact-sent-title{margin:0;color:var(--theme-ink,#1a1a1a);font-size:30px;font-weight:700;letter-spacing:-.03em}.contact-sent-body{margin:0;max-width:380px;color:var(--theme-muted,#6f6f6f);font-size:16px;line-height:1.7}.contact-sent-again{padding:0;color:var(--theme-accent,#9c7a2c);font:inherit;font-size:13px;font-weight:600;background:none;border:0;cursor:pointer;text-decoration:underline;text-underline-offset:3px}@media (max-width:900px){.contact-section{padding:72px 0}.contact-card{padding:56px 28px 44px}}@media (max-width:560px){.contact-section{padding:48px 0}.contact-card{padding:44px 20px 36px;border-radius:16px}.contact-card-assurances{gap:10px 20px}.contact-dialog{width:calc(100vw - 16px);max-height:calc(100dvh - 16px)}.contact-dialog-panel{padding:26px 20px 22px}.contact-area-grid,.contact-row,.contact-row-3{grid-template-columns:1fr}}.landing-theme{color:rgb(var(--color-ink));background:rgb(var(--color-base));color-scheme:light}.theme-toggle{display:grid;place-items:center;width:40px;height:40px;flex:none;border:1px solid rgb(var(--color-line-strong));border-radius:50%;color:rgb(var(--color-ink));background:transparent;cursor:pointer;transition:border-color .2s,background-color .2s}.theme-toggle:hover{border-color:rgb(var(--color-gold));background:rgb(var(--color-gold)/.08)}.theme-toggle:focus-visible{outline:2px solid rgb(var(--color-gold));outline-offset:4px}.theme-toggle .theme-sun{display:none}html[data-site-theme=dark] .landing-theme{color-scheme:dark;--color-base:26 26 26;--color-panel:36 36 36;--color-line:57 56 52;--color-line-strong:84 80 71;--color-ink:246 244 239;--color-muted:189 185 175;--color-faint:170 164 150;--color-gold:209 171 90;--color-gold-bright:225 190 115;--color-gold-soft:203 187 144;--theme-ink:#f6f4ef;--theme-muted:#bdb9af;--theme-faint:#aaa496;--theme-accent:#d1ab5a;--theme-accent-bright:#dfb967;--theme-paper:#242424;--theme-panel:#1e1e1e;--theme-soft:#202020;--theme-line:#393834;--theme-on-action:#1a1a1a;--theme-danger:#f2a393;--art-surface:#343433;--art-panel:#2b2b2a;--art-detail:#55534e;--art-board-bottom:#272726;--art-line:#68635a;--art-frame:#4a4843;--art-glyph:#8f8b82;--art-row:#2f2f2e;--art-row-line:#403f3b;--art-row-mark:#5a5852;--art-row-text:#6c6961;--art-row-accent:#302b1f;--art-row-accent-line:#4d4228;--art-row-accent-mark:#b3934f;--art-row-accent-text:#9b8556}html[data-site-theme=dark] .landing-theme .theme-sun{display:block}html[data-site-theme=dark] .landing-theme .theme-moon{display:none}html[data-site-theme=dark] .landing-theme .site-navbar{background:#1a1a1a;border-color:var(--theme-line)}html[data-site-theme=dark] .landing-theme .landing-primary-button{color:#1a1a1a}html[data-site-theme=dark] .landing-theme .hero-gold-background{background-image:url(/hero-charcoal-swirl-v1.png);opacity:.42}html[data-site-theme=dark] .landing-theme .services-section{background:#1a1a1a}html[data-site-theme=dark] .landing-theme .process-dark{background:#161616;border-top:1px solid rgba(209,171,90,.45)}html[data-site-theme=dark] .landing-theme :is(.source-name,.scene-caption,.scene-ui-label){fill:#bdb9af}html[data-site-theme=dark] .landing-theme :is(.output-name,.scene-label,.scene-product-heading){fill:#f6f4ef}html[data-site-theme=dark] .landing-theme .system-board-label{fill:#d1ab5a}html[data-site-theme=dark] .landing-theme :is(.source-face,.output-face){stroke:#68635a}html[data-site-theme=dark] .landing-theme :is(.source-selected .source-face,.output-selected .output-face){stroke:#d1ab5a}html[data-site-theme=dark] .landing-theme .output-selected .output-name{fill:#e1be73}html[data-site-theme=dark] .landing-theme .system-art image[href="/sila-wordmark.png"]{filter:brightness(0) invert(.95)}html[data-site-theme=dark] .landing-theme .scene-depth{display:none}html[data-site-theme=dark] .landing-theme :is(.brief-face,.browser-face,.request-face,.data-face,.result-face,.source-face,.output-face){fill:#3a3a38}html[data-site-theme=dark] .landing-theme .capability-tabs{border-color:var(--theme-line)}html[data-site-theme=dark] .landing-theme .capability-tabs button{color:var(--theme-muted)}html[data-site-theme=dark] .landing-theme .capability-tabs button:hover{color:var(--theme-ink)}html[data-site-theme=dark] .landing-theme .capability-tabs button[aria-selected=true]{color:var(--theme-accent);border-color:var(--theme-accent)}html[data-site-theme=dark] .landing-theme .capability-pause{color:var(--theme-muted);border-color:var(--theme-line);background:var(--theme-paper)}html[data-site-theme=dark] .landing-theme .band-light{color-scheme:light;color:rgb(var(--color-ink));background:rgb(var(--color-base));--color-base:248 246 241;--color-panel:240 237 229;--color-line:226 221 210;--color-line-strong:208 202 188;--color-ink:26 26 26;--color-muted:111 111 111;--color-faint:155 150 139;--color-gold:156 122 44;--color-gold-bright:176 138 54;--color-gold-soft:203 187 144;--theme-ink:initial;--theme-muted:initial;--theme-faint:initial;--theme-accent:initial;--theme-accent-bright:initial;--theme-paper:#f8f6f1;--theme-panel:#f0ede5;--theme-soft:#f4f1ea;--theme-line:#e2ddd2;--theme-on-action:initial;--theme-danger:initial;--art-surface:#fbf9f5;--art-panel:#efece4;--art-detail:#dcd6c8;--art-board-bottom:#e6e1d6;--art-line:#d8d2c4;--art-glyph:initial}.landing-theme .band-dark{color-scheme:dark;color:rgb(var(--color-ink));background:rgb(var(--color-base));--color-base:26 26 26;--color-panel:36 36 36;--color-line:57 56 52;--color-line-strong:84 80 71;--color-ink:246 244 239;--color-muted:189 185 175;--color-faint:170 164 150;--color-gold:209 171 90;--color-gold-bright:225 190 115;--color-gold-soft:203 187 144;--theme-ink:#f6f4ef;--theme-muted:#bdb9af;--theme-faint:#aaa496;--theme-accent:#d1ab5a;--theme-accent-bright:#dfb967;--theme-paper:#242424;--theme-panel:#1a1a1a;--theme-soft:#1a1a1a;--theme-line:#393834;--theme-on-action:#1a1a1a;--theme-danger:#f2a393}.landing-theme .band-dark ::-moz-selection{background:#d1ab5a;color:#1a1a1a}.landing-theme .band-dark ::selection{background:#d1ab5a;color:#1a1a1a}.landing-theme .band-dark .brand-logo-monochrome{filter:brightness(0) invert(.95)}html[data-site-theme=dark] .landing-theme :is(.client-trust,#testimonials,.contact-section){border-top-color:rgba(209,171,90,.45)}html[data-site-theme=dark] .landing-theme ::-moz-selection{background:#d1ab5a;color:#1a1a1a}html[data-site-theme=dark] .landing-theme ::selection{background:#d1ab5a;color:#1a1a1a}@media (prefers-reduced-motion:reduce){.theme-toggle{transition:none}}@media (max-width:380px){.landing-theme .site-navbar .wordmark{width:96px}}