:root{--srmd-spruce:#123f35;--srmd-spruce-2:#0c2d27;--srmd-moss:#689f54;--srmd-moss-text:#416f34;--srmd-cyan:#92e7df;--srmd-red:#a41424;--srmd-red-2:#7f0d19;--srmd-ink:#101815;--srmd-ink-2:#34443f;--srmd-muted:#61736d;--srmd-line:#dce6e1;--srmd-porcelain:#f6fbf8;--srmd-paper:#ffffff;--srmd-mist:#edf6f2;--srmd-shadow:0 28px 80px rgba(16,24,21,0.14);--srmd-shadow-soft:0 18px 52px rgba(16,24,21,0.1);--srmd-radius:8px;--srmd-font-ui:"Instrument Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--srmd-font-serif:"Source Serif 4",Georgia,serif;--srmd-container:1180px;--srmd-gutter:28px;--srmd-dur-1:120ms;--srmd-dur-2:180ms;--srmd-dur-3:240ms;--srmd-dur-4:300ms;--srmd-dur-5:500ms;--srmd-ease-out-quart:cubic-bezier(.165,.84,.44,1);--srmd-ease-out-expo:cubic-bezier(.19,1,.22,1);--srmd-ease-in-out-cubic:cubic-bezier(.645,.045,.355,1)}*,*::before,*::after{box-sizing:border-box}html{min-width:0;overflow-x:hidden;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body.srmd-body{margin:0;min-width:0;overflow-x:hidden;font-family:var(--srmd-font-ui);font-size:17px;line-height:1.6;color:var(--srmd-ink);background:var(--srmd-porcelain);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.srmd-nav-open{overflow:hidden}.srmd-scroll-progress{position:fixed;top:0;left:0;z-index:220;width:100%;height:3px;pointer-events:none}.srmd-scroll-progress::before{content:"";display:block;width:100%;height:100%;transform:scaleX(var(--srmd-scroll-progress,0));transform-origin:left center;background:linear-gradient(90deg,var(--srmd-spruce),var(--srmd-moss) 50%,var(--srmd-cyan));box-shadow:0 0 18px rgba(146,231,223,0.42)}.srmd-body img,.srmd-body svg,.srmd-body iframe{display:block;max-width:100%}.srmd-body img{height:auto}.srmd-body a{color:inherit;text-decoration:none}.srmd-body button{border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}:focus{outline:none}:focus-visible{outline:2px solid var(--srmd-cyan);outline-offset:3px}.srmd-skip-link{position:absolute;left:-9999px;background:var(--srmd-spruce);color:#fff;padding:12px 18px;border-radius:6px;z-index:999}.srmd-skip-link:focus{left:16px;top:16px}.srmd-container{width:min(100% - 56px,var(--srmd-container));margin-inline:auto}.srmd-eyebrow{margin:0 0 14px;font-size:0.78rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--srmd-muted);font-weight:700}.srmd-eyebrow--green{color:var(--srmd-moss-text)}.srmd-btn{position:relative;isolation:isolate;overflow:hidden;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:var(--srmd-radius);padding:13px 18px;font-size:0.95rem;font-weight:800;line-height:1.1;transition:transform var(--srmd-dur-2) var(--srmd-ease-out-quart),background var(--srmd-dur-2) ease,border-color var(--srmd-dur-2) ease,color var(--srmd-dur-2) ease,box-shadow var(--srmd-dur-2) ease}.srmd-btn::before{content:"";position:absolute;inset:-18% auto -18% -46%;z-index:0;width:42%;transform:skewX(-18deg) translateX(0);background:linear-gradient(90deg,transparent,rgba(255,255,255,0.36),transparent);opacity:0;pointer-events:none}.srmd-btn:hover{transform:translateY(-2px)}.srmd-btn:hover::before{opacity:1;animation:srmd-motion-button-sheen 900ms var(--srmd-ease-out-expo) forwards}.srmd-btn:active{transform:translateY(0) scale(0.985)}.srmd-btn svg{position:relative;z-index:1;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform var(--srmd-dur-2) ease}.srmd-btn:hover svg{transform:translateX(2px)}.srmd-btn--red{background:var(--srmd-red);color:#fff;box-shadow:0 16px 34px rgba(164,20,36,0.22)}.srmd-body a.srmd-btn--red{color:#fff}.srmd-btn--red:hover{background:var(--srmd-red-2)}.srmd-btn--ghost{background:transparent;color:var(--srmd-spruce);border:1.5px solid var(--srmd-spruce);padding-block:12px}.srmd-btn--ghost:hover{background:var(--srmd-spruce);color:#fff}.srmd-btn--ghost-light{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,0.55);padding-block:12px}.srmd-btn--ghost-light:hover{background:rgba(255,255,255,0.08);border-color:#fff}.srmd-btn--large{min-height:58px;padding-inline:24px;font-size:1rem}.srmd-header{position:sticky;top:0;z-index:50;background:rgba(246,251,248,0.92);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--srmd-line)}.srmd-nav{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;padding-block:14px}.srmd-brand{display:inline-flex;align-items:center;gap:12px}.srmd-brand__monogram{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--srmd-spruce);color:#fff;font-family:var(--srmd-font-serif);font-weight:600;font-size:0.92rem;letter-spacing:0.04em}.srmd-brand__name strong{display:block;font-family:var(--srmd-font-serif);font-weight:600;font-size:1.1rem;line-height:1;color:var(--srmd-ink)}.srmd-brand__name small{display:block;font-size:0.7rem;letter-spacing:0.18em;color:var(--srmd-muted);font-weight:700;margin-top:4px;text-transform:uppercase}.srmd-nav__links{justify-self:center;display:inline-flex;align-items:center;gap:28px}.srmd-nav__links a{min-height:44px;display:inline-flex;align-items:center;color:var(--srmd-ink-2);font-size:0.94rem;font-weight:700;transition:color 180ms ease}.srmd-nav__links a:hover{color:var(--srmd-spruce)}.srmd-nav__actions{display:inline-flex;align-items:center;gap:12px}.srmd-menu-button{display:none;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.srmd-menu-button span{display:block;width:22px;height:2px;background:var(--srmd-ink);border-radius:1px;transition:transform 200ms ease,opacity 200ms ease}.srmd-mobile-menu{position:fixed;inset:0;z-index:60;background:rgba(12,45,39,0.92);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity 220ms ease}body.srmd-nav-open .srmd-mobile-menu{opacity:1;pointer-events:auto}.srmd-mobile-menu__panel{margin:80px 24px 0;background:var(--srmd-paper);border-radius:18px;padding:32px 28px;display:grid;gap:18px}.srmd-mobile-menu a{font-family:var(--srmd-font-serif);font-size:1.4rem;font-weight:600;color:var(--srmd-ink);padding:8px 0}.srmd-mobile-menu__actions{margin-top:8px;display:grid;gap:12px;border-top:1px solid var(--srmd-line);padding-top:24px}@media (max-width:1080px){.srmd-nav__links,.srmd-nav__actions>.srmd-btn{display:none}.srmd-menu-button{display:flex}.srmd-nav{grid-template-columns:1fr auto}}@keyframes srmd-motion-rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes srmd-motion-scale-in{from{opacity:0;transform:translateY(18px) scale(0.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes srmd-motion-fade{from{opacity:0}to{opacity:1}}@keyframes srmd-motion-breathe{0%,100%{opacity:0.42;transform:translate3d(-2%,1%,0) scale(0.98)}50%{opacity:0.64;transform:translate3d(2%,-1%,0) scale(1.02)}}@keyframes srmd-motion-sweep{from{transform:translate3d(-120%,0,0) rotate(10deg)}to{transform:translate3d(120%,0,0) rotate(10deg)}}@keyframes srmd-motion-button-sheen{from{transform:skewX(-18deg) translateX(0)}to{transform:skewX(-18deg) translateX(360%)}}@keyframes srmd-motion-diagnostic-sweep{0%{transform:translate3d(-120%,0,0) skewX(-16deg);opacity:0}18%{opacity:0.48}62%{opacity:0.16}100%{transform:translate3d(220%,0,0) skewX(-16deg);opacity:0}}.srmd-reveal{opacity:1;transform:none}html.js .srmd-reveal{opacity:1;transform:translateY(18px);transition:opacity 760ms var(--srmd-ease-out-expo),transform 760ms var(--srmd-ease-out-expo)}html.js .srmd-reveal.is-visible{opacity:1;transform:translateY(0)}.srmd-scroll-morph{--srmd-morph-y:0px;--srmd-morph-scale:1;--srmd-morph-inset:0px;--srmd-morph-radius:var(--srmd-radius);transform:translate3d(0,var(--srmd-morph-y),0) scale(var(--srmd-morph-scale));clip-path:inset(var(--srmd-morph-inset) round var(--srmd-morph-radius));will-change:transform,clip-path}html.js .srmd-scroll-morph.srmd-reveal:not(.is-visible){transform:translateY(18px)}html.js .srmd-scroll-morph.srmd-reveal.is-visible{transform:translate3d(0,var(--srmd-morph-y),0) scale(var(--srmd-morph-scale))}html.js .srmd-philosophy__list li{opacity:1;transform:translateY(12px);transition:opacity 640ms var(--srmd-ease-out-expo),transform 640ms var(--srmd-ease-out-expo),border-color var(--srmd-dur-3) ease,box-shadow var(--srmd-dur-3) ease}html.js .srmd-philosophy__inner.is-visible .srmd-philosophy__list li{opacity:1;transform:translateY(0)}html.js .srmd-philosophy__inner.is-visible .srmd-philosophy__list li:nth-child(2){transition-delay:45ms}html.js .srmd-philosophy__inner.is-visible .srmd-philosophy__list li:nth-child(3){transition-delay:90ms}html.js .srmd-philosophy__inner.is-visible .srmd-philosophy__list li:nth-child(4){transition-delay:135ms}html.js .srmd-philosophy__inner.is-visible .srmd-philosophy__list li:nth-child(5){transition-delay:180ms}html.js .srmd-philosophy__inner.is-visible .srmd-philosophy__list li:nth-child(6){transition-delay:225ms}html.js .srmd-bio__credentials>div{opacity:1;transform:translateY(10px);transition:opacity 620ms var(--srmd-ease-out-expo),transform 620ms var(--srmd-ease-out-expo)}html.js .srmd-bio__grid.is-visible .srmd-bio__credentials>div{opacity:1;transform:translateY(0)}html.js .srmd-bio__grid.is-visible .srmd-bio__credentials>div:nth-child(2){transition-delay:50ms}html.js .srmd-bio__grid.is-visible .srmd-bio__credentials>div:nth-child(3){transition-delay:100ms}html.js .srmd-bio__grid.is-visible .srmd-bio__credentials>div:nth-child(4){transition-delay:150ms}html.js .srmd-philosophy__inner.srmd-reveal-complete .srmd-philosophy__list li,html.js .srmd-bio__grid.srmd-reveal-complete .srmd-bio__credentials>div{transition-delay:0ms}.srmd-hero{position:relative;overflow:hidden;isolation:isolate;padding:clamp(56px,7vw,100px) 0 clamp(56px,7vw,100px);background:linear-gradient(180deg,var(--srmd-porcelain) 0%,var(--srmd-mist) 100%)}.srmd-motion-field{position:absolute;inset:0;z-index:0;width:100%;height:100%;opacity:0.34;pointer-events:none;mix-blend-mode:multiply}html.js .srmd-hero .srmd-eyebrow,html.js .srmd-hero h1,html.js .srmd-hero__lead,html.js .srmd-hero__body,html.js .srmd-hero__actions,html.js .srmd-hero__creds,html.js .srmd-hero__portrait,html.js .srmd-hero__card{opacity:0;animation:srmd-motion-rise 760ms var(--srmd-ease-out-expo) forwards}html.js .srmd-hero h1{animation-delay:70ms}html.js .srmd-hero__lead{animation-delay:150ms}html.js .srmd-hero__body{animation-delay:220ms}html.js .srmd-hero__actions{animation-delay:300ms}html.js .srmd-hero__creds{animation-delay:380ms}html.js .srmd-hero__portrait{animation-delay:250ms;animation-name:srmd-motion-scale-in}html.js .srmd-hero__card{animation-delay:520ms;animation-name:srmd-motion-fade}html.js .srmd-hero__creds li{opacity:0;animation:srmd-motion-rise 620ms var(--srmd-ease-out-expo) forwards}html.js .srmd-hero__creds li:nth-child(1){animation-delay:450ms}html.js .srmd-hero__creds li:nth-child(2){animation-delay:500ms}html.js .srmd-hero__creds li:nth-child(3){animation-delay:550ms}.srmd-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr 1fr;gap:56px;align-items:center}.srmd-hero h1{font-family:var(--srmd-font-serif);font-weight:600;font-size:clamp(40px,5.4vw,64px);line-height:1.05;letter-spacing:0;margin:8px 0 18px;color:var(--srmd-ink)}.srmd-hero__suffix{display:inline;font-style:italic;color:var(--srmd-spruce)}.srmd-hero__lead{font-size:clamp(18px,1.5vw,22px);line-height:1.45;color:var(--srmd-spruce);font-weight:600;margin:0 0 18px}.srmd-hero__body{font-size:1.04rem;line-height:1.7;color:var(--srmd-ink-2);margin:0 0 28px;max-width:540px}.srmd-hero__actions{display:flex;gap:14px;flex-wrap:wrap}.srmd-hero__creds{list-style:none;padding:0;margin:36px 0 0;display:grid;grid-template-columns:repeat(3,auto);gap:24px 36px}.srmd-hero__creds li{display:flex;flex-direction:column}.srmd-hero__creds strong{font-family:var(--srmd-font-serif);font-weight:600;font-size:1.2rem;color:var(--srmd-ink);line-height:1}.srmd-hero__creds span{font-size:0.84rem;color:var(--srmd-muted);margin-top:6px}.srmd-hero__visual{position:relative;display:grid;place-items:center;isolation:isolate}.srmd-hero__visual::before{content:"";position:absolute;inset:9% 3% 8% 3%;border-radius:32px;background:radial-gradient(circle at 42% 28%,rgba(146,231,223,0.58),transparent 42%),radial-gradient(circle at 66% 78%,rgba(104,159,84,0.24),transparent 46%);filter:blur(10px);opacity:0.48;animation:srmd-motion-breathe 8000ms var(--srmd-ease-in-out-cubic) infinite;z-index:0;pointer-events:none}.srmd-hero__portrait{position:relative;z-index:1;width:100%;max-width:380px;aspect-ratio:323 / 565;object-fit:cover;border-radius:24px;box-shadow:var(--srmd-shadow);background:var(--srmd-spruce-2)}.srmd-hero__card{position:absolute;z-index:2;bottom:-24px;left:-16px;background:var(--srmd-paper);border:1px solid var(--srmd-line);border-radius:14px;padding:18px 22px;max-width:280px;box-shadow:var(--srmd-shadow-soft)}.srmd-hero__card span{display:block;font-size:0.7rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--srmd-moss-text);font-weight:700;margin-bottom:4px}.srmd-hero__card strong{display:block;font-family:var(--srmd-font-serif);font-size:1.05rem;font-weight:600;color:var(--srmd-ink);margin-bottom:6px}.srmd-hero__card p{margin:0;font-size:0.86rem;color:var(--srmd-ink-2);line-height:1.5}@media (max-width:920px){.srmd-hero__grid{grid-template-columns:1fr;gap:40px;text-align:left}.srmd-hero__visual{max-width:360px;margin-inline:auto}.srmd-hero__card{left:50%;transform:translateX(-50%)}}@media (max-width:480px){.srmd-hero__creds{grid-template-columns:1fr 1fr;gap:18px}}.srmd-bio{padding:clamp(56px,7vw,96px) 0;background:var(--srmd-paper)}.srmd-bio__grid{display:grid;grid-template-columns:1fr 1.3fr;gap:56px;align-items:start}.srmd-bio__media{position:sticky;top:32px}.srmd-bio__media img{width:100%;border-radius:20px;box-shadow:var(--srmd-shadow-soft);background:var(--srmd-spruce-2)}.srmd-bio__subhead{margin:28px 0 12px;font-family:var(--srmd-font-serif);font-weight:600;font-size:1.18rem;color:var(--srmd-ink);letter-spacing:0}.srmd-bio__interests{margin:0 0 14px;padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:8px 28px;max-width:640px}.srmd-bio__interests li{position:relative;padding-left:22px;color:var(--srmd-ink-2);font-size:0.98rem;line-height:1.5}.srmd-bio__interests li::before{content:"";position:absolute;left:0;top:0.6em;width:8px;height:8px;border-radius:50%;background:var(--srmd-moss);box-shadow:0 0 0 4px rgba(104,159,84,0.18)}.srmd-bio h2{font-family:var(--srmd-font-serif);font-weight:600;font-size:clamp(28px,3.4vw,42px);line-height:1.18;letter-spacing:0;margin:8px 0 18px;color:var(--srmd-ink);max-width:640px}.srmd-bio__copy p{color:var(--srmd-ink-2);font-size:1.04rem;line-height:1.7;margin:0 0 14px;max-width:620px}.srmd-bio__credentials{margin:28px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:18px 28px}.srmd-bio__credentials>div{padding:0;margin:0}.srmd-bio__credentials dt{font-size:0.74rem;color:var(--srmd-moss-text);font-weight:700;letter-spacing:0.18em;text-transform:uppercase;margin-bottom:6px}.srmd-bio__credentials dd{margin:0;font-family:var(--srmd-font-serif);font-weight:600;font-size:1rem;color:var(--srmd-ink);line-height:1.4}@media (max-width:920px){.srmd-bio__grid{grid-template-columns:1fr;gap:36px}.srmd-bio__media{position:static}.srmd-bio__credentials{grid-template-columns:1fr}.srmd-bio__interests{grid-template-columns:1fr}}.srmd-philosophy{padding:clamp(56px,7vw,96px) 0;background:var(--srmd-mist)}.srmd-philosophy__inner{max-width:880px;margin:0 auto}.srmd-philosophy h2{font-family:var(--srmd-font-serif);font-weight:600;font-size:clamp(30px,3.6vw,46px);line-height:1.12;letter-spacing:0;margin:8px 0 18px;color:var(--srmd-ink)}.srmd-philosophy__lead{color:var(--srmd-ink-2);font-size:1.04rem;line-height:1.7;margin:0 0 36px;max-width:720px}.srmd-philosophy__list{list-style:none;padding:0;margin:0;display:grid;gap:14px}.srmd-philosophy__list li{background:var(--srmd-paper);border:1px solid var(--srmd-line);border-radius:10px;padding:22px 28px;box-shadow:0 18px 42px rgba(16,24,21,0.05);transition:border-color var(--srmd-dur-3) ease,box-shadow var(--srmd-dur-3) ease,transform var(--srmd-dur-3) var(--srmd-ease-out-quart)}.srmd-philosophy__list li:hover{border-color:rgba(104,159,84,0.42);box-shadow:0 22px 52px rgba(16,24,21,0.08);transform:translateY(-2px)}.srmd-philosophy__list strong{display:block;font-family:var(--srmd-font-serif);font-weight:600;font-size:1.18rem;color:var(--srmd-ink);margin-bottom:6px;line-height:1.3}.srmd-philosophy__list span{color:var(--srmd-ink-2);font-size:0.98rem;line-height:1.6}.srmd-expertise,.srmd-education{padding:clamp(56px,7vw,96px) 0;background:var(--srmd-paper)}.srmd-education{background:var(--srmd-porcelain)}.srmd-expertise__head,.srmd-education__head{margin-bottom:36px;max-width:760px}.srmd-expertise__head h2,.srmd-education__head h2{font-family:var(--srmd-font-serif);font-weight:600;font-size:clamp(28px,3.4vw,40px);line-height:1.18;letter-spacing:0;margin:0;color:var(--srmd-ink)}.srmd-expertise__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.srmd-education__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.srmd-card{display:flex;flex-direction:column;background:var(--srmd-paper);border:1px solid var(--srmd-line);border-radius:14px;padding:28px 26px;text-decoration:none;color:inherit;position:relative;overflow:hidden;transform:perspective(900px) rotateX(var(--srmd-tilt-x,0deg)) rotateY(var(--srmd-tilt-y,0deg)) translateY(var(--srmd-card-lift,0));transition:transform var(--srmd-dur-3) var(--srmd-ease-out-quart),box-shadow var(--srmd-dur-3) ease,border-color var(--srmd-dur-3) ease}.srmd-card::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at var(--srmd-glow-x,50%) var(--srmd-glow-y,0%),rgba(146,231,223,0.22),transparent 34%);opacity:0;transition:opacity var(--srmd-dur-3) ease}.srmd-card>*{position:relative;z-index:1}.srmd-card:not(.srmd-card--static):hover{--srmd-card-lift:-4px;box-shadow:var(--srmd-shadow-soft);border-color:var(--srmd-moss)}.srmd-card:not(.srmd-card--static):hover::before{opacity:1}html.js .srmd-card.srmd-reveal{opacity:1;transform:perspective(900px) rotateX(var(--srmd-tilt-x,0deg)) rotateY(var(--srmd-tilt-y,0deg)) translateY(18px)}html.js .srmd-card.srmd-reveal.is-visible{opacity:1;transform:perspective(900px) rotateX(var(--srmd-tilt-x,0deg)) rotateY(var(--srmd-tilt-y,0deg)) translateY(var(--srmd-card-lift,0))}.srmd-card--span{grid-column:1 / -1}.srmd-card__kicker{display:inline-block;font-size:0.72rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--srmd-moss-text);font-weight:700;margin-bottom:14px}.srmd-card h3{font-family:var(--srmd-font-serif);font-weight:600;font-size:1.18rem;line-height:1.3;margin:0 0 12px;color:var(--srmd-ink);flex:1}.srmd-card p{margin:0 0 16px;color:var(--srmd-ink-2);font-size:0.95rem;line-height:1.55}.srmd-card__cta{display:inline-flex;align-items:center;gap:6px;color:var(--srmd-red);font-weight:700;font-size:0.9rem}.srmd-card__cta svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none;transition:transform 200ms ease}.srmd-card:hover .srmd-card__cta svg{transform:translateX(2px)}@media (max-width:920px){.srmd-expertise__grid,.srmd-education__grid{grid-template-columns:1fr}.srmd-card--span{grid-column:auto}}.srmd-bridge{position:relative;overflow:hidden;isolation:isolate;padding:clamp(56px,7vw,96px) 0;background:var(--srmd-spruce);color:rgba(255,255,255,0.92)}.srmd-bridge::after{content:"";position:absolute;top:-18%;bottom:-18%;width:26%;left:-32%;z-index:0;background:linear-gradient(90deg,transparent,rgba(146,231,223,0.24),transparent);filter:blur(12px);pointer-events:none;animation:srmd-motion-diagnostic-sweep 10800ms var(--srmd-ease-in-out-cubic) infinite}.srmd-bridge::before{content:"";position:absolute;top:-28%;bottom:-28%;width:34%;left:0;background:linear-gradient(90deg,transparent,rgba(146,231,223,0.12),transparent);opacity:0.7;animation:srmd-motion-sweep 9000ms linear infinite;pointer-events:none;z-index:0}.srmd-bridge__inner{position:relative;z-index:1;max-width:760px;margin:0 auto;text-align:center}.srmd-bridge .srmd-eyebrow{color:rgba(255,255,255,0.6)}.srmd-bridge h2{font-family:var(--srmd-font-serif);font-weight:600;font-size:clamp(28px,3.4vw,42px);line-height:1.18;letter-spacing:0;margin:8px 0 18px;color:#fff}.srmd-bridge p{margin:0 auto 28px;color:rgba(255,255,255,0.8);font-size:1.04rem;line-height:1.7;max-width:660px}.srmd-bridge__actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.srmd-final-cta{padding:clamp(64px,8vw,110px) 0;background:var(--srmd-mist);text-align:center}.srmd-final-cta__inner{max-width:720px;margin:0 auto}.srmd-final-cta h2{font-family:var(--srmd-font-serif);font-weight:600;font-size:clamp(30px,3.6vw,46px);line-height:1.12;letter-spacing:0;margin:8px 0 18px;color:var(--srmd-ink)}.srmd-final-cta p{margin:0 0 28px;color:var(--srmd-ink-2);font-size:1.06rem;line-height:1.65;max-width:600px;margin-inline:auto}.srmd-final-cta__actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.srmd-final-cta__actions .srmd-btn--ghost-light{color:var(--srmd-spruce);border-color:var(--srmd-spruce)}.srmd-final-cta__actions .srmd-btn--ghost-light:hover{background:var(--srmd-spruce);color:#fff}.srmd-final-cta__note{margin:28px auto 0 !important;font-size:0.84rem;color:var(--srmd-muted);font-style:italic}.srmd-footer{background:#071c18;color:rgba(255,255,255,0.78);padding:70px 0 26px}.srmd-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px;align-items:start}.srmd-footer__brand .srmd-footer__name{font-family:var(--srmd-font-serif);font-weight:600;font-size:1.2rem;color:#fff;margin:0 0 8px}.srmd-footer__brand .srmd-footer__tagline{margin:0;font-size:0.94rem;line-height:1.6;color:rgba(255,255,255,0.65);max-width:360px}.srmd-footer h3{font-size:0.78rem;letter-spacing:0.18em;text-transform:uppercase;color:rgba(255,255,255,0.5);margin:0 0 14px;font-weight:700}.srmd-footer a{display:flex;align-items:center;min-height:44px;color:rgba(255,255,255,0.78);font-size:0.92rem;line-height:1.55;transition:color 180ms ease}.srmd-footer a:hover{color:#fff}.srmd-footer__bottom{margin-top:56px;padding-top:22px;border-top:1px solid rgba(255,255,255,0.13);display:flex;justify-content:space-between;gap:28px;flex-wrap:wrap}.srmd-footer__ownership{display:grid;gap:6px;flex:0 1 auto}.srmd-footer__bottom p{margin:0;font-size:0.82rem;color:rgba(255,255,255,0.58)}.srmd-footer__credit{font-size:0.78rem !important;color:rgba(255,255,255,0.48) !important}.srmd-footer__credit a{display:inline;min-height:0;color:rgba(255,255,255,0.72);font-size:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;transition:color 180ms ease}.srmd-footer__credit a:hover{color:#fff}.srmd-footer__disclaimer{flex:1 1 480px;font-size:0.78rem !important;line-height:1.7 !important;color:rgba(255,255,255,0.5) !important;font-style:italic}@media (max-width:920px){.srmd-footer__grid{grid-template-columns:1fr 1fr}.srmd-footer__brand{grid-column:1 / -1}}@media (max-width:560px){.srmd-footer__grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto !important;animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important}.srmd-reveal,.srmd-scroll-morph,html.js .srmd-scroll-morph.srmd-reveal:not(.is-visible),html.js .srmd-scroll-morph.srmd-reveal.is-visible,html.js .srmd-reveal,html.js .srmd-card.srmd-reveal,html.js .srmd-philosophy__list li,html.js .srmd-bio__credentials>div,html.js .srmd-hero__creds li{opacity:1;transform:none}.srmd-motion-field,.srmd-bridge::after,.srmd-hero__visual::before,.srmd-bridge::before{display:none}}html.js .srmd-hero .srmd-eyebrow,html.js .srmd-hero h1,html.js .srmd-hero__lead,html.js .srmd-hero__body,html.js .srmd-hero__actions{opacity:1;animation:none}.srmd-hero__lead{max-width:620px}.srmd-hero__body{max-width:610px}.srmd-philosophy__story{display:grid;gap:14px;margin:0 0 32px;padding:clamp(20px,3vw,28px);border:1px solid rgba(18,63,53,0.13);border-radius:var(--srmd-radius);background:rgba(255,255,255,0.72);box-shadow:0 18px 46px rgba(18,63,53,0.06)}.srmd-philosophy__story p{margin:0;color:var(--srmd-ink-2);font-size:1.02rem;line-height:1.7}.srmd-final-cta__actions{justify-content:center}@media (max-width:640px){.srmd-hero h1{font-size:clamp(2.45rem,12vw,3.35rem)}.srmd-hero__actions .srmd-btn{width:100%}}