.nav{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 3rem;background:#8b1a2b;border-bottom:2px solid #ffd866;transition:background .4s ease,padding .4s ease,backdrop-filter .4s ease}.nav--scrolled{background:#8b1a2bfa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:1rem 3rem;border-bottom:2px solid #ffd866}.nav-logo{font-family:var(--font-display);font-weight:600;font-size:1.5rem;letter-spacing:.02em;color:#fff;transition:color .3s;z-index:1001;display:flex;align-items:center;gap:.6rem}.nav-logo-img{display:block;height:1.8rem;width:auto;margin-top:-1px}.nav-logo:hover{color:#fffc}.nav-links-desktop{display:flex;gap:2.5rem}.nav-link{font-size:.95rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#fff;transition:color .3s;position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--accent);transition:width .3s ease}.nav-link:hover{color:#fff}.nav-link:after{background:#fff}.nav-link:hover:after{width:100%}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:1001}.nav-toggle span{display:block;width:22px;height:1.5px;background:#fff;transition:all .3s ease}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(4px,5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(4px,-5px)}.nav-mobile{position:fixed;inset:0;background:#8b1a2bfa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem;z-index:999}.nav-mobile-link{font-family:var(--font-display);font-size:2rem;font-weight:400;color:var(--text);letter-spacing:.02em;transition:color .3s}.nav-mobile-link:hover{color:var(--accent)}@media(max-width:1280px){.nav{padding:1.5rem 2rem}.nav--scrolled{padding:1rem 2rem}}@media(max-width:768px){.nav{padding:1.25rem 1.5rem}.nav--scrolled{padding:.85rem 1.5rem}.nav-links-desktop{display:none}.nav-toggle{display:flex}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 3rem 3rem;text-align:center;background:var(--cardinal)}.hero-inner{max-width:900px}.hero-name-small{font-family:var(--font-body);font-size:.95rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#ffd866;margin-bottom:2rem}.hero-headline{margin-bottom:2rem}.hero-headline-line{display:block;font-family:var(--font-body);font-weight:300;font-size:clamp(2.2rem,5vw,3.8rem);color:#fff;line-height:1.3;letter-spacing:-.01em}.hero-headline-accent{font-weight:600;color:#fff;font-size:clamp(3rem,7vw,5.5rem);line-height:1.1;display:block;margin-top:.3rem;font-family:var(--font-body);letter-spacing:-.02em}.hero-role{font-family:var(--font-body);font-size:.9rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#ffd866;margin-bottom:1.5rem}.hero-desc{font-size:1.2rem;color:#fff;opacity:.9;line-height:1.6;margin-bottom:2.5rem}.hero-buttons{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2.5rem}.hero-btn{padding:.85rem 2rem;font-size:1.1rem;font-weight:600;letter-spacing:.02em;border:1px solid rgba(255,255,255,.3);color:#fff;background:transparent;transition:all .3s;text-decoration:none}.hero-btn:hover{border-color:#ffd866;color:#ffd866}.hero-btn-primary{background:transparent;color:#fff;border-color:#ffffff4d}.hero-btn-primary:hover{border-color:#ffd866;color:#ffd866}.hero-contact{display:flex;justify-content:center;gap:2.5rem}.hero-email{font-size:1.05rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:2px;transition:color .3s,border-color .3s}.hero-email:hover{color:#ffd866;border-color:#ffd866}.hero-phone{font-size:1.05rem;color:#fff;transition:color .3s}.hero-phone:hover{color:#ffd866}@media(max-width:768px){.hero{padding:6rem 1.5rem 3rem}.hero-desc{font-size:1.05rem}.hero-buttons{flex-direction:column;align-items:center;gap:.75rem}.hero-btn{width:100%;max-width:280px;text-align:center;padding:.75rem 1.5rem;font-size:1rem}.hero-contact{flex-direction:column;gap:.5rem}}@media(max-width:480px){.hero{padding:5rem 1.25rem 2.5rem}.hero-name-small,.hero-role{font-size:.8rem}.hero-desc{font-size:.95rem}.hero-email,.hero-phone{font-size:.9rem}}.viz{width:100%;max-width:450px;color:var(--text)}.bf-antenna{animation:antennaPulse 2s ease-in-out infinite;animation-delay:var(--ant-delay, 0s)}@keyframes antennaPulse{0%,to{opacity:.4}50%{opacity:.8}}.bf-wavefront{animation:wavefrontMove 1.8s ease-out infinite;animation-delay:var(--wf-delay, 0s)}@keyframes wavefrontMove{0%{opacity:0;transform:translate(0)}20%{opacity:.6}to{opacity:0;transform:translate(var(--wf-tx, 0px),var(--wf-ty, 0px))}}.bf-frame{animation:bfFrameIn .6s ease-out}@keyframes bfFrameIn{0%{opacity:0}to{opacity:1}}.vg-probe{animation:probeDown 3.5s ease-in-out infinite}@keyframes probeDown{0%,12%{transform:translateY(0)}32%,52%{transform:translateY(58px)}72%,to{transform:translateY(0)}}.vg-vein{animation:veinSquish 3.5s ease-in-out infinite}@keyframes veinSquish{0%,12%{transform:scaleY(1)}32%,52%{transform:scaleY(.15)}72%,to{transform:scaleY(1)}}.vg-blood{animation:bloodPulse 1.2s ease-in-out infinite;animation-delay:var(--blood-delay, 0s)}@keyframes bloodPulse{0%,to{opacity:.15}50%{opacity:.5}}.vg-status{animation:statusShow 3.5s ease-in-out infinite}@keyframes statusShow{0%,25%{opacity:0}38%,50%{opacity:.8}62%,to{opacity:0}}.se-frame{animation:bfFrameIn .5s ease-out}.se-mic{animation:seMicPulse 2s ease-in-out infinite;animation-delay:var(--se-mic-delay, 0s)}@keyframes seMicPulse{0%,to{opacity:.3}50%{opacity:.8}}.se-source{animation:seSourceIn .8s ease-out .3s forwards}@keyframes seSourceIn{0%{opacity:0}to{opacity:.9}}.se-wave{animation:seWavePulse 1.6s ease-out infinite;animation-delay:var(--se-wave-delay, 0s)}@keyframes seWavePulse{0%{r:3;opacity:.8}to{r:22;opacity:0}}.se-direction{animation:seDirectionIn 1s ease-out .5s forwards}@keyframes seDirectionIn{0%{opacity:0}to{opacity:.3}}.se-hud-arc{animation:seHudGlow 2s ease-in-out .6s infinite}@keyframes seHudGlow{0%,to{opacity:.3}50%{opacity:.85}}.se-label{animation:seLabelIn .6s ease-out .8s forwards}@keyframes seLabelIn{0%{opacity:0}to{opacity:.9}}.se-spectral{stroke-dasharray:600;stroke-dashoffset:600;animation:seSpecDraw 1.5s ease-out 1s forwards}@keyframes seSpecDraw{to{stroke-dashoffset:0;opacity:.7}}.se-spec-label{animation:seLabelIn .5s ease-out .9s forwards;opacity:0}.heat-cell{animation:heatShimmer 3s ease-in-out infinite;animation-delay:var(--cell-delay, 0s)}@keyframes heatShimmer{0%,to{opacity:var(--base-opacity, .3)}50%{opacity:calc(var(--base-opacity, .3) + .35)}}.net-node{animation:netNodePulse 2.5s ease-in-out infinite;animation-delay:var(--node-delay, 0s)}@keyframes netNodePulse{0%,to{opacity:.5}50%{opacity:1}}.net-line{animation:netFlow 2s linear infinite}@keyframes netFlow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-16}}.growth-line{stroke-dasharray:600;stroke-dashoffset:600;animation:drawLine 2.5s ease-out forwards;animation-play-state:paused}.growth-dot{opacity:0;animation:dotAppear .5s ease-out forwards;animation-delay:var(--gdot-delay, 0s);animation-play-state:paused}@keyframes drawLine{to{stroke-dashoffset:0}}@keyframes dotAppear{to{opacity:1}}.agent-node{animation:agentPulse 2s ease-in-out infinite;animation-delay:var(--agent-delay, 0s)}@keyframes agentPulse{0%,to{opacity:.4}50%{opacity:1}}.agent-node-outer{animation:agentPulse 3s ease-in-out infinite}.agent-pulse{animation:agentRing 3s ease-out infinite}@keyframes agentRing{0%{r:30;opacity:.5}to{r:120;opacity:0}}.portfolio-line{stroke-dasharray:600;stroke-dashoffset:600;animation:drawLine 2.5s ease-out forwards;animation-play-state:paused}.mc-path{stroke-dasharray:500;stroke-dashoffset:500;animation:drawMC 3s ease-out forwards;animation-play-state:paused}.mc-mean{animation-delay:.5s}@keyframes drawMC{to{stroke-dashoffset:0}}.pipe-stage{animation:pipePulse 3s ease-in-out infinite;animation-delay:var(--pipe-delay, 0s)}@keyframes pipePulse{0%,to{opacity:.5}50%{opacity:.9}}.pipe-conn{animation:netFlow 1.5s linear infinite}.life-node{animation:lifePulse 2.5s ease-in-out infinite;animation-delay:var(--life-delay, 0s)}@keyframes lifePulse{0%,to{opacity:.4}50%{opacity:.9}}.life-pulse{animation:lifeRing 3.5s ease-out infinite}@keyframes lifeRing{0%{r:28;opacity:.6}to{r:100;opacity:0}}.compiler-node{animation:compPulse 2.5s ease-in-out infinite;animation-delay:var(--comp-delay, 0s)}@keyframes compPulse{0%,to{opacity:.4}50%{opacity:.85}}.book-node{animation:bookPulse 3s ease-in-out infinite;animation-delay:var(--book-delay, 0s)}@keyframes bookPulse{0%,to{opacity:.4}50%{opacity:.8}}.book-user{animation:buserPulse 2.5s ease-in-out infinite;animation-delay:var(--buser-delay, 0s)}@keyframes buserPulse{0%,to{opacity:.5}50%{opacity:1}}.fnirs-sensor{animation:fnirsPulse 2.5s ease-in-out infinite;animation-delay:var(--fnirs-delay, 0s)}@keyframes fnirsPulse{0%,to{opacity:.35}50%{opacity:.9}}.fnirs-ripple{animation:fnirsRipple 3.5s ease-out infinite;animation-delay:var(--ripple-delay, 0s)}@keyframes fnirsRipple{0%{r:12;opacity:.6}to{r:50;opacity:0}}.brain-signal{stroke-dasharray:600;stroke-dashoffset:600;animation:brainDraw 3s linear infinite}@keyframes brainDraw{0%{stroke-dashoffset:600}to{stroke-dashoffset:0}}.in-view .growth-line,.in-view .growth-dot,.in-view .portfolio-line,.in-view .mc-path{animation-play-state:running}@media(max-width:1024px){.viz{max-width:360px;margin:0 auto}}@media(max-width:768px){.viz{max-width:320px}}@media(max-width:480px){.viz{max-width:280px}}.projects{padding:3rem 3rem 8rem;max-width:1300px;margin:0 auto}.projects-heading{font-family:var(--font-display);font-weight:300;font-size:clamp(3rem,6vw,5rem);color:var(--text);margin-bottom:5rem;padding-bottom:3rem;letter-spacing:-.02em;border-bottom:1px solid var(--border)}.section-label{display:block;font-size:.95rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.section-title{font-family:var(--font-display);font-weight:700;font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-.02em;color:var(--text)}.projects-filters{display:flex;flex-direction:column;gap:.75rem;margin-bottom:4rem}.filter-row{display:flex;align-items:center;gap:1rem}.filter-label{font-family:var(--font-body);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);min-width:5.5rem;flex-shrink:0}.filter-tags{display:flex;flex-wrap:wrap;gap:.5rem}.filter-tag{padding:.5rem 1.25rem;border:1px solid var(--border);border-radius:100px;background:transparent;font-family:var(--font-body);font-size:.85rem;font-weight:500;letter-spacing:.02em;color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.filter-tag:hover{border-color:var(--accent);color:var(--accent)}.filter-tag.active{background:var(--accent);border-color:var(--accent);color:#fff}.project-wrapper{margin-bottom:8rem;padding-bottom:8rem;border-bottom:1px solid var(--border)}.project-wrapper:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.project-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.project-title{font-family:var(--font-display);font-weight:700;font-size:clamp(2rem,3.5vw,3rem);letter-spacing:-.01em;color:var(--text);margin-bottom:.5rem;line-height:1.1}.project-org{display:flex;align-items:center;gap:.5rem;font-size:.95rem;margin-bottom:1.5rem}.project-org-label{font-weight:700;color:var(--text)}.project-org-name{font-weight:500;transition:opacity .2s}a.project-org-name:hover{opacity:.7}.project-org-logo{height:20px;width:auto;object-fit:contain;opacity:.85}.project-desc{font-size:1.1rem;line-height:1.75;color:var(--text);opacity:.85;margin-bottom:2rem}.project-desc a{color:var(--text);text-decoration:underline;text-underline-offset:2px;transition:color .2s}.project-desc a:hover{color:var(--accent)}.project-highlights{display:flex;gap:1.5rem;flex-wrap:wrap}.highlight{padding:.75rem 1rem;border:1px solid var(--border);border-radius:4px;background:var(--bg-surface);min-width:100px;transition:border-color .3s}.highlight:hover{border-color:#8b1a2b73}.highlight-value{display:block;font-family:var(--font-display);font-weight:600;font-size:1.3rem;color:var(--accent);margin-bottom:.2rem}.highlight-label{display:block;font-size:.8rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--text);opacity:.55}.project-tech-stack{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1.25rem}.tech-tag{padding:.3rem .7rem;font-size:.72rem;font-weight:500;letter-spacing:.03em;color:var(--text-secondary);border:1px solid var(--border);border-radius:3px}.project-visual{display:flex;align-items:center;justify-content:center}@media(max-width:1280px){.projects{padding:3rem 2rem 8rem}.project-inner{gap:2.5rem}.project-title{font-size:clamp(1.6rem,3vw,2.4rem)}.project-desc{font-size:1rem}}@media(max-width:1024px){.project-inner{gap:2rem}.project-desc{font-size:.95rem;line-height:1.65}.highlight{padding:.6rem .8rem;min-width:85px}.highlight-value{font-size:1.1rem}.highlight-label{font-size:.7rem}.tech-tag{font-size:.65rem;padding:.25rem .55rem}}@media(max-width:768px){.projects{padding:2rem 1.5rem 5rem}.project-inner{grid-template-columns:1fr;gap:2rem}.project-visual{order:1}.project-text{order:0}.viz{max-width:340px}.project-wrapper{margin-bottom:5rem;padding-bottom:5rem}.project-highlights{gap:.75rem}.highlight{padding:.6rem .8rem;min-width:80px}}@media(max-width:480px){.project-title{font-size:1.8rem}.project-highlights{flex-direction:column}.highlight{min-width:auto}}.philosophy-wrapper{background:var(--cardinal)}.philosophy{padding:6rem 3rem;max-width:1200px;margin:0 auto}.philosophy-header{margin-bottom:4rem;padding-bottom:.15rem;border-bottom:1px solid rgba(255,255,255,.15)}.philosophy .section-label{color:#ffd866;font-family:var(--font-display);font-weight:300;font-size:clamp(3rem,6vw,5rem);letter-spacing:-.02em;text-transform:none;margin-bottom:0}.philosophy-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.philosophy-headline{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,3rem);font-weight:600;color:#fff;line-height:1.2;margin-bottom:2rem}.philosophy-body{font-size:1.1rem;color:#fff;opacity:.75;line-height:1.8}.philosophy-right{display:flex;flex-direction:column;gap:1.5rem}.principle-card{padding:1.5rem;border-left:2px solid #ffd866;background:transparent}.principle-title{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.5rem}.principle-description{font-size:.95rem;color:#fff;opacity:.75;line-height:1.6}@media(max-width:1280px){.philosophy{padding:6rem 2rem}.philosophy-grid{gap:3rem}}@media(max-width:1024px){.philosophy-body{font-size:1rem}.principle-title{font-size:1.1rem}.principle-description{font-size:.9rem}}@media(max-width:768px){.philosophy{padding:5rem 1.5rem}.philosophy-header{margin-bottom:3rem}.philosophy-grid{grid-template-columns:1fr;gap:3rem}.philosophy-body{font-size:1rem}}@media(max-width:480px){.philosophy{padding:3.5rem 1.25rem}.principle-card{padding:1.25rem}.principle-title{font-size:1.1rem}.principle-description{font-size:.9rem}}#background{scroll-margin-top:-40px}.about-top{padding:6rem 3rem}.about-inner{max-width:1300px;margin:0 auto}.about-heading{font-family:var(--font-display);font-weight:300;font-size:clamp(3rem,6vw,5rem);color:var(--text);margin-bottom:3rem;padding-bottom:.15rem;letter-spacing:-.02em;border-bottom:1px solid var(--border)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about-bio{display:flex;flex-direction:column;gap:1.5rem}.about-bio p{font-size:1.15rem;color:var(--text);opacity:.85;line-height:1.8}.about-photo{overflow:hidden}.about-headshot{width:100%;height:110%;display:block;object-fit:cover;object-position:center top}.about-credentials-wrapper{background:var(--cardinal);padding:5rem 3rem 6rem}.about-credentials-inner{max-width:1300px;margin:0 auto}.about-credentials-heading{font-family:var(--font-display);font-weight:300;font-size:clamp(3rem,6vw,5rem);color:#fff;margin-bottom:3rem;padding-bottom:.15rem;letter-spacing:-.02em;border-bottom:1px solid rgba(255,255,255,.2)}.cred-edu-block{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.12)}.cred-edu-top{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem}.cred-edu-main{flex:1}.cred-school{font-family:var(--font-body);font-size:1.6rem;font-weight:700;color:#fff;letter-spacing:-.01em;margin-bottom:.3rem}.cred-degree{font-family:var(--font-body);font-size:1.1rem;font-weight:400;color:#ffffffe6}.cred-clearance-badge{font-family:var(--font-body);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;padding:.7rem 1.5rem;border:1.5px solid rgba(255,255,255,.4);white-space:nowrap;flex-shrink:0}.cred-edu-details{margin-bottom:2rem}.cred-detail-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.cred-detail-list li{font-family:var(--font-body);font-size:1rem;font-weight:400;color:#ffffffe6;padding-left:1.2rem;position:relative;line-height:1.6}.cred-detail-list li:before{content:"";position:absolute;left:0;top:.7em;width:6px;height:1.5px;background:#fff6}.cred-tooltip-wrap{position:relative;display:inline;text-decoration:underline;text-decoration-color:#fff9;text-underline-offset:3px;text-decoration-thickness:1.5px;cursor:pointer}.cred-tooltip{position:absolute;bottom:calc(100% + 12px);left:0;background:#000000ed;color:#ffffffe6;padding:1rem 1.3rem;border-radius:8px;font-family:var(--font-body);font-size:.85rem;font-weight:400;line-height:1.8;letter-spacing:.01em;width:max-content;max-width:420px;z-index:100;text-decoration:none;pointer-events:none}.cred-tooltip:after{content:"";position:absolute;top:100%;left:1.5rem;border:6px solid transparent;border-top-color:#000000ed}.cred-tooltip-line{display:block}.cred-tooltip-divider{display:block;height:1px;background:#ffffff26;margin:.4rem 0}.cred-tooltip-muted{opacity:.75;font-style:italic}.cred-institutions{display:flex;flex-wrap:wrap;gap:.5rem}.cred-institution{font-family:var(--font-body);font-size:.85rem;font-weight:500;color:#fff;padding:.4rem 1rem;border:1px solid rgba(255,255,255,.25);border-radius:100px;white-space:nowrap;transition:border-color .2s}.cred-institution:hover{border-color:#fff9}.cred-block-title{font-family:var(--font-body);font-size:1.3rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.5rem}.cred-awards-block{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.12)}.cred-awards-list{display:flex;flex-direction:column;gap:0}.cred-award{display:flex;align-items:baseline;gap:1.25rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.cred-award:last-child{border-bottom:none}.cred-award-num{font-family:var(--font-body);font-size:.85rem;font-weight:700;color:#ffd866;flex-shrink:0;min-width:1.5rem}.cred-award-text{font-family:var(--font-body);font-size:1.1rem;font-weight:500;color:#fff;line-height:1.5}.cred-tech-block{margin-bottom:0}.cred-skills-grouped{display:flex;flex-direction:column;gap:1.25rem}.cred-skill-group{display:flex;flex-direction:column;gap:.5rem}.cred-skill-category{font-family:var(--font-body);font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff}.cred-skills{display:flex;flex-wrap:wrap;gap:.5rem}.cred-skill{font-family:var(--font-body);font-size:.85rem;font-weight:500;color:#fff;padding:.4rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:100px;transition:border-color .2s}.cred-skill:hover{border-color:#ffffff80}@media(max-width:1280px){.about-top{padding:6rem 2rem}.about-credentials-wrapper{padding:5rem 2rem 6rem}.about-content{gap:3rem}}@media(max-width:1024px){.about-content{gap:2.5rem}.about-bio p{font-size:1.05rem}}@media(max-width:768px){.about-content{grid-template-columns:1fr;gap:2rem}.about-top,.about-credentials-wrapper{padding:4rem 1.5rem}.cred-edu-top{flex-direction:column;gap:1rem}.cred-tooltip{max-width:280px;font-size:.8rem}.cred-school{font-size:1.3rem}.cred-block-title{font-size:1.1rem}.cred-skill-category{font-size:.85rem}.cred-skill{font-size:.78rem;padding:.35rem .8rem}.cred-award-text{font-size:.95rem}}@media(max-width:480px){.about-top{padding:3rem 1.25rem}.about-bio p{font-size:1rem}.about-credentials-wrapper{padding:3rem 1.25rem}.cred-clearance-badge{font-size:.7rem;padding:.5rem 1rem}}.offerings{padding:6rem 3rem 8rem;max-width:1300px;margin:0 auto}.offerings-heading{font-family:var(--font-display);font-weight:300;font-size:clamp(3rem,6vw,5rem);color:var(--text);margin-bottom:1rem;letter-spacing:-.02em}.offerings-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.offerings-process-step{padding:2rem 1.5rem;border-top:2px solid var(--accent)}.offerings-process-number{display:block;font-family:var(--font-display);font-size:1.5rem;color:var(--accent-light);letter-spacing:.1em;margin-bottom:1.25rem}.offerings-process-title{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;color:var(--text);margin-bottom:1rem}.offerings-process-desc{font-size:1.15rem;color:var(--text);opacity:.85;line-height:1.7}.offerings-cta{margin-top:6rem;padding-top:6rem;border-top:1px solid var(--border)}.offerings-cta-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.offerings-cta-title{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);font-weight:300;color:var(--text);margin-bottom:1.5rem;letter-spacing:-.02em}.offerings-cta-desc{font-size:1.15rem;color:var(--text);opacity:.75;line-height:1.7}.offerings-cta-budgets{margin-top:1rem;font-size:1rem;opacity:.6}.offerings-cta-book{display:block;width:100%;margin-top:.5rem;padding:1rem 2rem;font-family:var(--font-body);font-size:1rem;font-weight:600;letter-spacing:.05em;text-align:center;text-decoration:none;color:var(--cardinal);background:transparent;border:1px solid var(--border);transition:border-color .2s,color .2s}.offerings-cta-book:hover{border-color:var(--cardinal);color:var(--cardinal)}.offerings-cta-success{font-family:var(--font-display);font-size:1.3rem;color:var(--accent);padding:2rem 0}.offerings-form{display:flex;flex-direction:column;gap:1rem;text-align:left}.offerings-form input,.offerings-form textarea{width:100%;padding:1rem 1.25rem;font-family:var(--font-body);font-size:1rem;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:0;outline:none;transition:border-color .2s}.offerings-form input:focus,.offerings-form textarea:focus{border-color:var(--accent)}.offerings-form input::placeholder,.offerings-form textarea::placeholder{color:var(--text-secondary);opacity:.6}.offerings-form textarea{resize:vertical;min-height:120px}.offerings-form button{padding:1rem 2rem;font-family:var(--font-body);font-size:1rem;font-weight:600;letter-spacing:.05em;color:#f0e6e0;background:var(--cardinal);border:none;cursor:pointer;transition:background .2s}.offerings-form button:hover{background:var(--cardinal-dark)}.offerings-form button:disabled{opacity:.6;cursor:not-allowed}.offerings-cta-direct{margin-top:1.5rem;font-size:.95rem;color:var(--text);opacity:.65}.offerings-cta-direct a{color:var(--text);text-decoration:underline;text-underline-offset:3px;transition:opacity .2s}.offerings-cta-direct a:hover{opacity:.8}@media(max-width:1280px){.offerings{padding:6rem 2rem 8rem}.offerings-cta-inner{gap:3rem}}@media(max-width:1024px){.offerings-process-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.offerings-cta-inner{gap:2.5rem}.offerings-cta-desc{font-size:1.05rem}}@media(max-width:768px){.offerings{padding:4rem 1.5rem 5rem}.offerings-process-grid{grid-template-columns:1fr;gap:1.5rem}.offerings-cta-inner{grid-template-columns:1fr;gap:2rem}.offerings-cta-desc{font-size:1rem}.offerings-cta-budgets{font-size:.9rem}}@media(max-width:480px){.offerings{padding:3rem 1.25rem 4rem}.offerings-process-step{padding:1.5rem 1rem}.offerings-form input,.offerings-form textarea{padding:.85rem 1rem;font-size:.95rem}}.footer{border-top:1px solid var(--border);padding:2rem 3rem}.footer-inner{display:flex;justify-content:space-between;align-items:center;max-width:1300px;margin:0 auto}.footer-name{font-size:.9rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary)}.footer-year{font-size:.9rem;color:var(--text-secondary)}@media(max-width:768px){.footer{padding:1.5rem}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #faf7f4;--bg-surface: #f2eee9;--bg-elevated: #e8e3dd;--cardinal: #8b1a2b;--cardinal-dark: #6e1522;--accent: #8b1a2b;--accent-light: #a82540;--accent-dim: rgba(139, 26, 43, .07);--text: #1a1714;--text-secondary: #6b6560;--border: #d8d3cc;--font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html{scroll-behavior:smooth;scroll-padding-top:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-weight:400;font-size:18px;line-height:1.6;color:var(--text);background-color:var(--bg);overflow-x:hidden}a{color:inherit;text-decoration:none}section[id]{scroll-margin-top:20px}::selection{background:#8b1a2b33;color:var(--text)}.grain{position:fixed;top:-50%;left:-50%;width:200%;height:200%;pointer-events:none;z-index:9999;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
