:root{--color-navy: #1A1A2E;--color-ink: #2E3A5C;--color-gold: #C5954A;--color-gold-light: #E8C98A;--color-parchment: #F4F1EC;--color-white: #FDFCFA;--color-slate: #6B7A99;--color-bg: var(--color-navy);--color-surface: #232347;--color-surface-raised: rgba(253, 252, 250, .03);--color-border: rgba(253, 252, 250, .08);--color-border-hover: rgba(253, 252, 250, .14);--color-gold-glow: rgba(197, 149, 74, .18);--color-text: var(--color-white);--color-text-secondary: rgba(253, 252, 250, .65);--color-text-tertiary: rgba(253, 252, 250, .4);--color-orange: var(--color-gold);--color-orange-light: var(--color-gold-light);--color-orange-glow: var(--color-gold-glow);--font-primary: "DM Sans", system-ui, -apple-system, sans-serif;--font-display: "Instrument Serif", Georgia, "Times New Roman", serif;--font-mono: "JetBrains Mono", "SF Mono", monospace;--max-width: 1100px;--section-px: clamp(1.5rem, 5vw, 4rem);--ease-out: cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-primary);color:var(--color-text);background:var(--color-bg);font-size:.9375rem;font-weight:400;line-height:1.6;overflow-x:hidden;opacity:0;transition:opacity 1s ease}body.loaded{opacity:1}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}#scene-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0}#nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.5rem var(--section-px);transition:transform .5s var(--ease-out),background .4s ease}#nav.nav--hidden{transform:translateY(-100%)}#nav.nav--scrolled{background:#080b12cc;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--color-border)}.nav-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-logo img{height:64px;width:auto;opacity:.9;transition:opacity .3s}.nav-logo img:hover{opacity:1}.nav-cta{font-size:.875rem;font-weight:500;letter-spacing:.02em;padding:.5rem 1.25rem;border:1px solid rgba(197,149,74,.35);border-radius:100px;color:var(--color-orange-light);transition:all .3s ease}.nav-cta:hover{background:#c5954a1a;border-color:#c5954a99}.section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center}.section--transparent{background:transparent;z-index:1}.section--solid{background:var(--color-bg);z-index:2}.section--approach{background:linear-gradient(180deg,var(--color-bg) 0%,#10101F 50%,var(--color-bg) 100%)}.section--contact{background:linear-gradient(180deg,var(--color-bg) 0%,#13132A 100%);min-height:80vh}.section-inner{width:100%;max-width:var(--max-width);margin:0 auto;padding:clamp(5rem,12vh,10rem) var(--section-px)}.section-inner--centered{text-align:center;display:flex;flex-direction:column;align-items:center}.section-mark{width:44px;height:44px;margin-bottom:1.25rem;opacity:.55}.section-label{font-size:.625rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--color-orange);margin-bottom:1.25rem}.section-heading{font-family:var(--font-display);font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:400;line-height:1.25;letter-spacing:-.01em;color:var(--color-text);margin-bottom:2rem;max-width:650px}.section-heading--large{font-size:clamp(1.75rem,4.5vw,3.25rem);font-weight:400}.section-description{font-size:clamp(.9375rem,1.4vw,1.0625rem);color:var(--color-text-secondary);max-width:620px;line-height:1.7;font-weight:400;margin-bottom:1.25rem}.section-description:last-child{margin-bottom:0}.section-subheading{font-family:var(--font-display);font-size:clamp(1.375rem,2.5vw,1.75rem);font-weight:400;line-height:1.25;letter-spacing:-.005em;color:var(--color-text);margin-top:3.5rem;margin-bottom:1.5rem;max-width:620px}.hero-content{text-align:center;padding:0 var(--section-px);max-width:800px}.hero-title{font-family:var(--font-display);font-size:clamp(2rem,5.5vw,4rem);font-weight:400;line-height:1.15;letter-spacing:-.01em;margin-bottom:1.5rem;visibility:hidden;color:var(--color-text)}.hero-subtitle{font-size:clamp(.9375rem,1.6vw,1.125rem);font-weight:400;color:var(--color-text-secondary);line-height:1.7;visibility:hidden}.typewriter-cursor{color:var(--color-orange);font-weight:400;animation:cursorBlink 1s ease infinite;margin-left:1px}.typewriter-cursor--done{animation:cursorFade .6s ease forwards}@keyframes cursorBlink{0%,45%{opacity:1}55%,to{opacity:0}}@keyframes cursorFade{to{opacity:0}}.scroll-indicator{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.6rem;opacity:0;animation:fadeIn 1s ease 3.5s forwards}.scroll-indicator span{font-size:.625rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-tertiary)}.scroll-indicator__line{width:1px;height:32px;background:#ffffff14;position:relative;overflow:hidden}.scroll-indicator__line:after{content:"";position:absolute;top:-100%;left:0;width:100%;height:100%;background:var(--color-orange);opacity:.6;animation:scrollLine 2.5s ease-in-out infinite}@keyframes fadeIn{to{opacity:1}}@keyframes scrollLine{0%{top:-100%}50%{top:100%}to{top:100%}}.weather-cmd{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:90;opacity:0;animation:fadeIn 1s ease 4s forwards}.weather-cmd__inner{display:flex;align-items:center;gap:.625rem;padding:.625rem .875rem;background:#1e2332bf;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.12);border-radius:100px;transition:border-color .3s ease,background .3s ease,box-shadow .3s ease;box-shadow:0 4px 20px #0000004d}.weather-cmd__inner:focus-within{border-color:#c5954a59;background:#23283ad9;box-shadow:0 4px 24px #0006,0 0 20px var(--color-orange-glow)}.weather-cmd__icon{width:18px;height:18px;color:var(--color-orange);flex-shrink:0;opacity:.7;transition:opacity .3s ease}.weather-cmd__inner:focus-within .weather-cmd__icon{opacity:1}.weather-cmd__icon svg{width:100%;height:100%}.weather-cmd__input{background:none;border:none;outline:none;color:var(--color-text);font-family:var(--font-primary);font-size:.875rem;font-weight:400;width:190px;transition:width .3s var(--ease-out)}.weather-cmd__input:focus{width:220px}.weather-cmd__input::placeholder{color:var(--color-text-tertiary);font-style:italic}.weather-cmd__status{font-size:.625rem;font-weight:500;letter-spacing:.05em;white-space:nowrap;color:transparent;transition:color .3s ease;min-width:0}.weather-cmd__status--thinking{color:var(--color-text-tertiary);animation:statusPulse .6s ease infinite}.weather-cmd__status--active{color:var(--color-orange)}@keyframes statusPulse{0%,to{opacity:.4}50%{opacity:1}}@media(max-width:480px){.weather-cmd__input{width:120px;font-size:.6875rem}.weather-cmd__input:focus{width:150px}}.section-divider{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--section-px);position:relative;z-index:2}.section-divider__line{height:1px;background:var(--color-border)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:1.5rem;background:var(--color-border);border:1px solid var(--color-border);border-radius:12px;overflow:hidden}.service-card{background:var(--color-bg);padding:2.5rem 2rem;transition:background .4s ease}.service-card:hover{background:var(--color-surface)}.service-card__icon{width:36px;height:36px;color:var(--color-orange);margin-bottom:1.5rem;opacity:.8}.service-card__icon svg{width:100%;height:100%}.service-card h3{font-family:var(--font-display);font-size:1.375rem;font-weight:400;letter-spacing:-.005em;line-height:1.25;margin-bottom:.75rem}.service-card p{font-size:.875rem;color:var(--color-text-secondary);line-height:1.7;font-weight:400}.chaos-to-structure-trigger{width:100%;height:150px}.section--report{background:linear-gradient(180deg,var(--color-bg) 0%,#10101F 50%,var(--color-bg) 100%)}.report-form{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-top:2rem;width:100%;max-width:480px}.report-form__fields{width:100%;display:flex;flex-direction:column;gap:1rem}.report-field{display:flex;flex-direction:column;gap:.375rem;text-align:left;width:100%}.report-field label{font-size:.875rem;font-weight:500;letter-spacing:.01em;color:var(--color-text-secondary)}.report-field input,.report-field textarea{width:100%;padding:.75rem 1rem;font-size:.875rem;font-family:var(--font-primary);color:var(--color-text);background:#ffffff0a;border:1px solid var(--color-border);border-radius:8px;outline:none;transition:border-color .3s ease,background .3s ease;resize:none}.report-field input:focus,.report-field textarea:focus{border-color:#c5954a66;background:#ffffff0f}.report-field input::placeholder,.report-field textarea::placeholder{color:var(--color-text-tertiary)}.report-honeypot{position:absolute;left:-9999px;opacity:0;height:0;width:0;pointer-events:none}.report-submit{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:.875rem;font-weight:500;font-family:var(--font-primary);background:var(--color-orange);color:var(--color-bg);border:none;border-radius:100px;cursor:pointer;transition:all .3s ease;letter-spacing:.01em}.report-submit:hover{background:var(--color-orange-light);transform:translateY(-1px);box-shadow:0 6px 24px var(--color-orange-glow)}.report-submit__icon{width:16px;height:16px}.report-loading{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:3rem 0}.report-loading__spinner{width:32px;height:32px;border:2px solid var(--color-border);border-top-color:var(--color-orange);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.report-loading__text{font-size:.875rem;color:var(--color-text-secondary);font-weight:400}.report-error{margin-top:1rem;padding:.75rem 1.25rem;font-size:.875rem;color:#e8695a;background:#e8695a14;border:1px solid rgba(232,105,90,.2);border-radius:8px}.report-result{width:100%;max-width:640px;text-align:left;margin-top:2rem}.report-preview,.report-full{font-size:.9rem;line-height:1.75;color:var(--color-text-secondary);font-weight:400}.report-preview h3,.report-full h3{font-family:var(--font-display);font-weight:400;color:var(--color-text)}.report-h3{font-family:var(--font-display);font-size:1.25rem;font-weight:400;color:var(--color-text);margin:1.75rem 0 .5rem;letter-spacing:-.005em}.report-h3:first-child{margin-top:0}.report-preview ul,.report-full ul{list-style:none;padding:0}.report-preview li,.report-full li{padding:.375rem 0 .375rem 1rem;border-left:2px solid rgba(197,149,74,.3);margin-bottom:.5rem}.report-preview strong,.report-full strong{color:var(--color-text);font-weight:500}.report-email-gate{position:relative;margin-top:-3rem;padding-top:4rem}.report-email-gate__fade{position:absolute;top:0;left:0;right:0;height:4rem;background:linear-gradient(180deg,transparent 0%,#10101F 100%);pointer-events:none}.report-email-gate__cta{text-align:center;padding:2rem;background:#ffffff05;border:1px solid var(--color-border);border-radius:12px}.report-email-gate__cta p{font-size:.9rem;color:var(--color-text-secondary);margin-bottom:1rem}.report-email-form{display:flex;gap:.5rem;justify-content:center}.report-email-form input{padding:.625rem 1rem;font-size:.875rem;font-family:var(--font-primary);color:var(--color-text);background:#ffffff0a;border:1px solid var(--color-border);border-radius:8px;outline:none;width:220px;transition:border-color .3s ease}.report-email-form input:focus{border-color:#c5954a66}.report-email-form input::placeholder{color:var(--color-text-tertiary)}.report-email-form button{padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;font-family:var(--font-primary);background:var(--color-orange);color:var(--color-bg);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.report-email-form button:hover{background:var(--color-orange-light)}.report-email-form button:disabled{opacity:.6;cursor:not-allowed}.cf-turnstile{margin:.5rem 0}.credibility-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:1.5rem}.credibility-item{text-align:left;padding-top:1.5rem;border-top:1px solid var(--color-border)}.credibility-item__label{font-family:var(--font-display);font-size:clamp(1.1rem,2vw,1.35rem);font-weight:400;color:var(--color-text);margin-bottom:.5rem}.credibility-item p{font-size:.875rem;color:var(--color-text-secondary);line-height:1.65;font-weight:400}.cta-button{display:inline-flex;align-items:center;gap:.625rem;margin-top:2.5rem;padding:.875rem 2rem;font-size:.875rem;font-weight:500;letter-spacing:.02em;background:transparent;color:var(--color-text);border:1px solid var(--color-border-hover);border-radius:100px;transition:all .4s ease}.cta-button:hover{border-color:var(--color-orange);color:var(--color-orange-light);box-shadow:0 0 30px var(--color-orange-glow)}.cta-arrow{width:16px;height:16px;transition:transform .3s ease;opacity:.6}.cta-button:hover .cta-arrow{transform:translate(3px);opacity:1}.footer{position:relative;z-index:2;background:var(--color-bg);border-top:1px solid var(--color-border)}.footer-inner{max-width:var(--max-width);margin:0 auto;padding:2rem var(--section-px);text-align:center}.footer-acknowledgement{font-size:.75rem;color:var(--color-text-tertiary);font-weight:400;line-height:1.7;max-width:720px;margin:0 auto 1rem}.footer-copyright{font-size:.75rem;color:var(--color-text-tertiary);font-weight:400}@media(max-width:768px){.services-grid{grid-template-columns:1fr}.credibility-grid{grid-template-columns:1fr;gap:2rem}.service-card{padding:2rem 1.5rem}.scroll-indicator{bottom:4rem}.nav-logo img{height:50px}.hero-content{padding:0 1.25rem}.hero-title{font-size:clamp(1.5rem,7vw,2.5rem)!important;white-space:normal!important}.hero-subtitle{font-size:.875rem}.section-heading{white-space:normal!important;max-width:none!important}.weather-cmd{bottom:.75rem}}@media(max-width:480px){.nav-cta{font-size:.75rem;padding:.4375rem 1rem}}
