@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#081b25;--ink:#102e39;--mint:#baf4dc;--paper:#f3f6f4;--muted:#547078}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #79c9ff;outline-offset:6px}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif;font-weight:500;letter-spacing:-.055em}em{font-family:Georgia,serif;font-weight:400;letter-spacing:-.045em}.header{position:absolute;z-index:5;top:0;left:0;width:100%;display:flex;align-items:center;justify-content:space-between;padding:30px 4.2%;color:white}.brand{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:700;letter-spacing:.025em}.brand-sub{display:block;font-size:11px;letter-spacing:.43em;margin-top:3px}.header nav{display:flex;align-items:center;gap:38px;font-size:14px}.nav-cta{border:1px solid #ffffff60;padding:14px 19px;border-radius:30px}.nav-cta span{margin-left:25px}.header a:hover{color:var(--mint)}.menu-toggle{display:none}.hero{position:relative;min-height:850px;height:100svh;max-height:1300px;background:var(--navy);color:white;overflow:hidden}.hero-image{position:absolute;inset:0;background:url('assets/nimblyr-hero.png') center/cover;transition:transform 8s ease,filter 1.5s;transform:scale(1.03)}.hero[data-current="1"] .hero-image{transform:scale(1.12) translateX(-2%);filter:hue-rotate(20deg)}.hero[data-current="2"] .hero-image{transform:scale(1.06);filter:hue-rotate(-25deg)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,21,30,.88),rgba(4,21,30,.48) 47%,rgba(4,21,30,.03)),linear-gradient(0deg,#071d2be0,transparent 28%)}.hero-topline{position:absolute;top:136px;left:4.2%;right:4.2%;border-top:1px solid #ffffff35;padding-top:20px;display:flex;justify-content:space-between;font-size:11px;letter-spacing:.15em}.slides{position:absolute;top:24%;left:8.3%;right:5%;bottom:130px}.slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:translateY(24px);transition:opacity .75s,transform .85s,visibility .75s}.slide.active{opacity:1;visibility:visible;transform:translateY(0)}.eyebrow{font-size:11px;letter-spacing:.16em;font-weight:500;margin-bottom:25px}.hero h1,.hero h2{font-size:clamp(60px,6.4vw,100px);line-height:1.05;max-width:1000px}.hero h1 em,.hero h2 em{color:var(--mint);font-size:.91em}.hero-description{font-size:16px;line-height:1.7;color:#e0e9e8;margin-top:25px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:40px;padding:18px 25px;border:0;border-radius:3px;font-weight:500;font-size:14px;transition:background .2s,transform .2s}.button:hover{transform:translateY(-3px)}.light{color:var(--ink);background:var(--mint);margin-top:28px}.light:hover{background:white}.hero-bottom{position:absolute;bottom:38px;left:4.2%;right:4.2%;display:flex;align-items:center;justify-content:space-between}.scroll-link{font-size:12px;letter-spacing:.02em;display:flex;align-items:center;gap:18px}.scroll-link>span{border:1px solid #ffffff50;border-radius:50%;width:36px;height:36px;display:grid;place-items:center;font-size:17px}.carousel-controls{display:flex;align-items:center;gap:10px}.slide-number{font-size:12px;margin-right:20px;font-variant-numeric:tabular-nums}.slide-tab{border:0;background:transparent;width:40px;height:32px;position:relative}.slide-tab:after{content:'';position:absolute;left:0;right:0;top:15px;height:2px;background:#ffffff50}.slide-tab.selected:after{background:var(--mint);height:3px}.pause{background:transparent;color:white;border:1px solid #ffffff55;border-radius:50%;width:34px;height:34px;margin-left:10px;font-size:13px}.section{padding:90px 8.3%}.section-label{display:flex;justify-content:space-between;gap:25px;font-size:11px;letter-spacing:.13em;padding-bottom:25px;border-bottom:1px solid #12394430;margin-bottom:64px}.intro-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:8%;margin-bottom:72px}.section h2{font-size:clamp(34px,3.6vw,56px);line-height:1.15}.intro h2 span,.support h2 span{color:#76908e}.intro-grid p{line-height:1.8;color:var(--muted);margin-bottom:18px}.text-link{display:inline-flex;justify-content:space-between;gap:30px;font-size:14px;border-bottom:1px solid;padding-bottom:9px;margin-top:20px}.web-feature{background:var(--ink);color:white;padding:40px 44px 50px;border-radius:4px}.feature-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.pill{border:1px solid #c4eee250;padding:9px 13px;border-radius:30px;font-size:10px;letter-spacing:.1em}.feature-symbol{font-size:40px;color:var(--mint)}.feature-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:10%}.feature-grid h3{font-size:clamp(38px,4.6vw,68px);line-height:1.1}.feature-grid em{color:var(--mint)}.feature-info p{line-height:1.75;color:#c3d4d6}.feature-info ul{list-style:none;padding:12px 0 0;margin:0;font-size:14px}.feature-info li{padding:13px 0;border-bottom:1px solid #ffffff20}.feature-info li:before{content:'+';color:var(--mint);margin-right:14px}.feature-info .text-link{color:var(--mint);margin-top:28px}.support{padding-top:10px}.support-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:48px}.support-heading p{color:var(--muted);line-height:1.7}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #12394430;border-bottom:1px solid #12394430}.service-grid article{padding:35px 28px 38px 0}.service-grid article+article{border-left:1px solid #12394430;padding-left:30px}.service-index{font-size:11px;letter-spacing:.12em;color:var(--muted)}.service-grid h3{font-size:27px;letter-spacing:-.04em;margin:36px 0 16px}.service-grid p{line-height:1.75;color:var(--muted);font-size:15px;max-width:320px}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}.tags span{border:1px solid #12394425;border-radius:20px;padding:7px 11px;font-size:12px}.approach{background:#e3eeea}.approach-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:14%}.approach h2{font-size:clamp(46px,5.2vw,76px)}.steps article{display:flex;gap:25px;border-bottom:1px solid #12394425;padding:25px 0}.steps article:first-child{padding-top:0}.steps article>span{font-size:12px;color:var(--muted);padding-top:5px}.steps h3{font-size:23px;letter-spacing:-.03em;margin-bottom:12px}.steps p{color:var(--muted);line-height:1.65;font-size:15px}.contact{background:var(--mint)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:12%}.contact h2{font-size:clamp(56px,7vw,105px)}.contact p{line-height:1.7;margin-top:25px}.contact form{display:grid;gap:22px}.contact label{display:block;font-size:13px}.contact input,.contact select,.contact textarea{display:block;width:100%;border:0;border-bottom:1px solid #12394455;background:transparent;border-radius:0;padding:12px 0;color:var(--ink);font-size:16px;outline-offset:5px}.contact input::placeholder,.contact textarea::placeholder{color:#446e64}.contact textarea{resize:vertical}.dark{background:var(--ink);color:white;width:100%}.contact .form-note{font-size:12px;margin-top:-10px;color:#345d53}.contact #form-status:empty{display:none}.contact #form-status{font-size:14px;margin-top:0}footer{background:var(--navy);color:white;padding:40px 4.2%;display:flex;align-items:center;justify-content:space-between;gap:25px}footer p,footer>span{font-size:12px;color:#b8c9cd}footer>a:last-child{border:1px solid #ffffff45;border-radius:50%;height:42px;width:42px;display:grid;place-items:center}.skip{position:fixed;left:15px;top:-80px;z-index:20;background:white;padding:15px}.skip:focus{top:15px}@media(min-width:1600px){.slides{top:26%}}@media(max-width:1000px){.hero{min-height:800px}.slides{left:6%;top:25%}.hero h1,.hero h2{font-size:72px}.section{padding:65px 6%}.intro-grid{gap:5%}.feature-grid{gap:6%}.section-label{margin-bottom:45px}.service-grid h3{font-size:23px}.support-heading p{font-size:14px}.approach-grid{gap:8%}footer p{display:none}}@media(max-width:680px){.header{padding:22px 6%}.brand{font-size:16px}.brand img{width:40px;height:40px}.header nav{display:none;position:absolute;top:85px;left:5%;right:5%;padding:25px;background:var(--ink);border:1px solid #ffffff30;align-items:stretch;gap:22px}.header nav.open{display:flex;flex-direction:column}.menu-toggle{display:block;background:transparent;border:1px solid #ffffff55;color:white;padding:10px 14px;border-radius:25px;font-size:13px}.hero{min-height:780px;max-height:1000px}.hero-topline{top:110px;left:6%;right:6%;font-size:10px;letter-spacing:.1em}.coordinate{display:none}.slides{top:22%;left:6%;right:5%;bottom:135px}.hero h1,.hero h2{font-size:clamp(42px,10vw,64px);line-height:1.13}.hero .eyebrow{font-size:10px;margin-bottom:26px}.hero-description{font-size:14px;line-height:1.8;margin-top:28px}.hero-description br{display:none}.hero-image{background-position:65% center}.hero-shade{background:linear-gradient(90deg,#04151ee6,#04151e65),linear-gradient(0deg,#071d2b,transparent 55%)}.hero-bottom{bottom:26px;left:6%;right:6%;align-items:end}.scroll-link{font-size:0}.scroll-link>span{font-size:17px}.slide-number{margin-right:8px}.slide-tab{width:27px}.section{padding:55px 6%}.section-label{font-size:10px;margin-bottom:36px}.section-label span:last-child{display:none}.intro-grid,.feature-grid,.approach-grid,.contact-grid{grid-template-columns:1fr;gap:32px}.intro-grid{margin-bottom:40px}.intro-grid p{font-size:15px}.web-feature{padding:25px}.feature-top{margin-bottom:28px}.feature-grid h3{font-size:44px}.feature-info p{font-size:15px}.support{padding-top:10px}.support-heading{display:block}.support-heading p{margin-top:22px}.service-grid{grid-template-columns:1fr}.service-grid article{padding:30px 0}.service-grid article+article{padding:30px 0;border-left:0;border-top:1px solid #12394430}.service-grid h3{font-size:28px;margin-top:22px}.service-grid p{max-width:none}.approach h2{font-size:50px}.contact h2{font-size:65px}.contact form{margin-top:15px}footer{padding:35px 6%;flex-wrap:wrap}footer>span{order:3;width:100%;font-size:11px}.hero .button{margin-top:27px}.section h2{letter-spacing:-.055em}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
/* Interior pages share the studio identity and navigation. */
.interior-page .header{position:relative;background:var(--navy)}
.header [aria-current="page"]{color:var(--mint);text-decoration:underline;text-underline-offset:6px}
.interior-page main:focus{outline:none}
footer nav{display:flex;gap:28px;font-size:14px}
footer nav a:hover{text-decoration:underline;text-underline-offset:5px}
.contact-page .contact{min-height:calc(100svh - 108px);padding-top:58px}
.contact-page h1,.about-intro h1{font-size:clamp(3.2rem,6.8vw,6.5rem);line-height:1.08;letter-spacing:-.055em}
.contact-page .contact h1{font-size:clamp(3.4rem,7vw,6.6rem)}
.contact-page .contact label{font-size:14px}
.contact-page .section-label,.about-page .section-label{font-size:12px}
.about-overview{padding-top:58px}
.about-intro{display:grid;grid-template-columns:1.35fr 1fr;align-items:end;gap:9%;margin-bottom:75px}
.about-intro p{max-width:430px;font-size:18px;line-height:1.8;color:var(--muted)}
.about-intro h1 em{color:#466b65}
.about-intro .text-link{font-size:14px;line-height:1.5}
.about-page .list-title{font-size:26px;letter-spacing:-.035em;margin-bottom:28px}
.about-services{display:grid;grid-template-columns:1.15fr 1fr .9fr;border-top:1px solid #12394430}
.about-services>section{padding:30px 26px 0 0}
.about-services>section+section{padding-left:26px;border-left:1px solid #12394430}
.about-services h3{font-size:24px;letter-spacing:-.035em;margin:22px 0}
.about-services ul{margin:0;padding-left:19px;color:#3f616b}
.about-services li{font-size:16px;line-height:1.7;padding:0 0 12px 3px}
.about-services li::marker{color:#437669}
.operator{background:#e3eeea}
.operator-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:9%;align-items:center}
.operator figure{margin:0}
.operator figure img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:4px;background:var(--navy)}
.operator figcaption{font-size:12px;color:#496860;margin-top:12px}
.operator-copy .eyebrow{font-size:12px;line-height:1.7;margin-bottom:16px}
.operator-copy h2{font-size:clamp(3rem,5.7vw,5.4rem);line-height:1.1}
.placeholder-label{display:inline-block;font-size:12px;color:#496860;margin-top:12px;margin-bottom:10px}
.operator-copy>p:not(.eyebrow){font-size:17px;line-height:1.85;color:#3d5c64;margin-top:20px}
.operator-copy .button{width:auto;margin-top:30px}
@media(max-width:1000px){.header nav{gap:24px}.about-intro{gap:5%}.about-services{grid-template-columns:1fr 1fr}.about-services>section:last-child{border-left:0;padding-left:0;padding-top:35px}.operator-grid{gap:6%}}
@media(max-width:680px){footer nav{gap:20px;font-size:14px;flex-wrap:wrap}.interior-page .header nav{z-index:10}.contact-page .contact,.about-overview{padding-top:38px}.about-intro,.operator-grid{grid-template-columns:1fr;gap:30px}.about-intro{margin-bottom:45px}.about-intro p{font-size:16px}.about-services{grid-template-columns:1fr}.about-services>section,.about-services>section+section{padding:28px 0;border-left:0;border-bottom:1px solid #12394430}.about-page .list-title{font-size:24px}.about-services h3{margin-top:16px}.operator figure{max-width:440px}.operator-copy>p:not(.eyebrow){font-size:16px}.operator-copy h2{font-size:clamp(2.7rem,12vw,4rem)}.contact-page .contact-grid{gap:22px}}
/* Exploded website model: real interface planes in CSS 3D space. */
.build-hero{background:#081b25;color:#f3f8f6;min-height:100svh;padding:138px 4.2% 28px;overflow:hidden}
.build-kicker{border-top:1px solid #ffffff30;padding-top:20px;display:flex;justify-content:space-between;gap:25px;font-size:12px;letter-spacing:.1em;color:#c4d8dc}
.build-layout{display:grid;grid-template-columns:1fr 1.15fr;align-items:center;gap:3%;max-width:1550px;margin:55px auto 24px}
.build-copy{padding-left:4.5%;position:relative;z-index:1}
.build-copy .eyebrow{color:var(--mint);font-size:12px;margin-bottom:22px}
.build-copy h1{font-size:clamp(3rem,5.5vw,5.6rem);line-height:1.06;letter-spacing:-.06em}
.build-copy h1 em{color:var(--mint)}
.build-intro{font-size:16px;line-height:1.8;color:#bdced1;max-width:475px;margin-top:25px}
.build-copy .button{margin-top:24px}
.layer-explanation{border-top:1px solid #547079;margin-top:32px;padding-top:23px;min-height:205px;max-width:505px}
.layer-counter{font-size:12px;letter-spacing:.1em;color:var(--mint);margin-bottom:12px}
.layer-explanation h2{font-size:23px;line-height:1.3;letter-spacing:-.025em;margin-bottom:12px}
.layer-explanation>p:last-child{color:#bdced1;font-size:15px;line-height:1.75}
.build-visual{min-width:0;align-self:center}
.model-caption{display:flex;justify-content:space-between;gap:15px;color:#aec9ce;font-size:11px;letter-spacing:.1em;padding:0 12px}
.model-stage{height:640px;display:grid;place-items:center;perspective:1300px;perspective-origin:50% 43%}
.website-model{width:455px;height:310px;position:relative;transform-style:preserve-3d;transform:rotateX(51deg) rotateZ(-27deg);--gap:9px;transition:transform 1s cubic-bezier(.22,.7,.2,1)}
.website-model.exploded{--gap:82px;transform:rotateX(49deg) rotateZ(-27deg) translateY(22px)}
.web-layer{position:absolute;inset:0;border:1px solid #668790;border-radius:12px;background:#102d38;box-shadow:0 4px 0 #143c47,0 5px 0 #6b9194,12px 24px 30px #00000040;padding:21px;transform:translateZ(calc((var(--slot, var(--level)) - 2)*var(--gap)));transition:transform 1s cubic-bezier(.22,.7,.2,1),border-color 1s,box-shadow 1s,background 1s;backface-visibility:hidden;color:#c4d9da}
.web-layer.highlighted{transform:translateZ(calc((var(--slot, var(--level)) - 2)*var(--gap))) translateX(-24px);border-color:#baf4dc;background:#153f48;box-shadow:0 4px 0 #305d60,0 5px 0 #baf4dc,0 0 35px #7ee5cf38,14px 24px 40px #00000055}
.plane-heading{display:flex;align-items:center;justify-content:space-between;font-size:13px;letter-spacing:.04em;border-bottom:1px solid #70939855;padding-bottom:15px;margin-bottom:22px}
.plane-heading b{font-size:22px;color:#baf4dc}
.layer-design{padding:0;background:#eff6f1;color:#12333a;overflow:hidden;box-shadow:0 4px 0 #abc6bd,0 5px 0 #d9f4e4,12px 24px 35px #00000055}
.layer-design.highlighted{background:#eff6f1;border-color:#baf4dc}
.browser-chrome{background:#d7e7df;display:flex;justify-content:space-between;padding:11px 17px;font-size:10px;letter-spacing:.04em;border-bottom:1px solid #12394425}
.mini-nav{display:flex;justify-content:space-between;padding:17px 22px;font-size:10px}.mini-nav b{font-size:12px}
.mini-hero{display:grid;grid-template-columns:1.2fr 1fr;padding:0 22px;gap:15px}.mini-hero small{display:block;font-size:9px;letter-spacing:.08em}.mini-hero strong{display:block;font-size:28px;line-height:1.04;letter-spacing:-.04em;margin:10px 0}.mini-cta{display:inline-block;padding:8px 13px;background:#163c44;color:#eff6f1;font-size:10px;border-radius:2px}
.type-specimen{background:#bce6d2;font-family:Georgia,serif;font-size:74px;line-height:1.3;text-align:center;border-radius:3px}.type-specimen small{font:8px Arial;letter-spacing:.05em}
.mini-bottom{display:flex;justify-content:space-between;margin:17px 22px 0;padding-top:10px;border-top:1px solid #12394430;font-size:8px}
.journey{display:flex;justify-content:space-between;align-items:center;gap:8px;margin:30px 0}.journey span{padding:13px 10px;border:1px solid #74b5aa;border-radius:5px;font-size:15px}.journey i{font-style:normal;color:var(--mint)}
.ux-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;font-size:13px;color:#b2d4cf}.ux-grid span:before{content:'✓ ';color:#baf4dc}
.code-preview{font:14px/1.8 monospace;color:#c5eedd}.code-preview span{display:block}.code-preview span:first-child,.code-preview span:last-child{color:#75b7d6}
.diagram-tags{display:flex;gap:8px;margin-top:18px}.diagram-tags span{font-size:9px;letter-spacing:.06em;border:1px solid #7bb6a65c;padding:7px;border-radius:3px}
.search-preview{background:#0b222b;padding:16px;border:1px solid #64898e;border-radius:5px}.search-preview small{display:block;font-size:9px;color:#a8cfba}.search-preview strong{display:block;font-size:22px;color:#c4e9ff;margin:9px 0}.search-preview>span{font-size:11px}
.data-schema{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:30px 0}.data-schema>span{border:1px solid #739e9a;border-radius:6px;padding:19px 10px;font-size:12px;color:#baf4dc}.data-schema small{display:block;font-size:9px;margin-top:14px;color:#c4d9da}.data-schema i{font-style:normal;font-size:20px}.data-footer{display:flex;justify-content:space-between;border-top:1px solid #66879055;padding-top:20px;font-size:9px;letter-spacing:.06em}
.model-footnote{text-align:center;font-size:12px;color:#9eb7bc;margin-top:8px}
.build-controls{max-width:1450px;margin:25px auto 0;border-top:1px solid #ffffff30;padding-top:20px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.layer-select,.playback{display:flex;gap:6px;flex-wrap:wrap}.build-controls button{color:#c4d9da;background:transparent;border:1px solid transparent;border-radius:4px;padding:12px 15px;font-size:14px;min-height:44px}.build-controls button:hover{border-color:#608082}.layer-select button[aria-pressed="true"]{background:#baf4dc;color:#102e39}.playback button{border-color:#51717a}.animation-help{max-width:1450px;margin:13px auto 0;color:#9eb7bc;font-size:12px;line-height:1.6}
@media(max-width:1150px){.website-model{scale:.83}.model-stage{height:570px}.build-layout{gap:1%;grid-template-columns:1fr 1fr}.build-copy h1{font-size:4rem}.build-controls{align-items:flex-start}.layer-select{max-width:70%}.build-controls button{padding:10px 12px}.build-copy{padding-left:0}.model-caption{font-size:10px}.layer-explanation{min-height:235px}}
@media(max-width:800px){.build-hero{padding:128px 6% 28px}.build-kicker span:last-child{display:none}.build-layout{grid-template-columns:1fr;margin-top:40px;gap:20px}.build-copy h1{font-size:clamp(3rem,10vw,4.6rem)}.build-intro{max-width:590px}.layer-explanation{min-height:180px;max-width:none}.model-stage{height:540px}.website-model{scale:.85}.build-controls{flex-direction:column;gap:15px;margin-top:10px}.layer-select{max-width:100%;gap:8px}.model-caption{font-size:11px}.build-visual{margin-top:0}.build-copy .button{font-size:14px}}
@media(max-width:480px){.website-model{scale:.64}.model-stage{height:430px;perspective:1000px}.build-kicker{font-size:10px}.model-caption{font-size:9px;padding:0}.build-intro{font-size:15px}.layer-explanation{min-height:225px}.layer-explanation h2{font-size:22px}.build-controls button{font-size:13px;padding:10px 11px}.model-footnote{font-size:11px}}
@media(prefers-reduced-motion:reduce){.website-model,.web-layer{transition:none}}
/* Added detail stays inside each enlarged interface plane. */
.layer-detail{display:flex;justify-content:space-between;gap:8px;margin-top:14px;padding-top:10px;border-top:1px solid #70939845;color:#9ecac4;font-size:9px;letter-spacing:.035em;line-height:1.4}
.data-detail{margin-top:0;margin-bottom:14px}.ux-detail{margin-top:20px}
.design-detail{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:14px 22px 0;font-size:8px;letter-spacing:.03em;color:#41645b}
.palette{display:flex;gap:5px}.palette i{display:block;width:14px;height:14px;border-radius:50%;background:#163c44}.palette i:nth-child(2){background:#bce6d2;border:1px solid #93b8a5}.palette i:nth-child(3){background:#eff6f1;border:1px solid #93b8a5}
.layer-design .mini-bottom{margin-top:12px}.layer-code .diagram-tags,.layer-seo .diagram-tags{margin-top:12px}
@media(max-width:1150px){.model-stage{height:600px}}
@media(max-width:800px){.model-stage{height:575px}}
@media(max-width:480px){.model-stage{height:460px}}
/* Center the unscaled model independently of its intrinsic grid width. */
.model-stage{position:relative;display:block;width:100%;min-width:0}
.website-model{position:absolute;left:50%;top:50%;margin-left:-227.5px;margin-top:-155px;transform-origin:center center}
.website-model.exploded .web-layer.highlighted{transform:translateZ(calc(2*var(--gap) + 24px)) rotateZ(27deg) rotateX(-32deg);box-shadow:0 4px 0 #305d60,0 5px 0 #baf4dc,0 0 35px #7ee5cf38,14px 24px 40px #00000055}
.website-model.exploded .layer-design.highlighted{box-shadow:0 4px 0 #abc6bd,0 5px 0 #d9f4e4,0 0 35px #7ee5cf38,14px 24px 40px #00000055}
@media(max-width:800px){.build-layout{grid-template-columns:minmax(0,1fr)}.build-visual{width:100%;min-width:0}.website-model{scale:.72}.model-stage{height:520px;perspective:1400px;perspective-origin:50% 50%}}
@media(max-width:480px){.website-model{scale:.53}.model-stage{height:400px}.model-caption{flex-wrap:wrap;justify-content:center;text-align:center}.model-footnote{padding:0 8px}}
@media(max-width:360px){.website-model{scale:.44}.model-stage{height:350px}}
/* One animation owner per plane; staged paths keep the cards from intersecting. */
.website-model,.website-model.exploded{transform:rotateX(49deg) rotateZ(-27deg);transition:none}
.web-layer{transition:border-color .35s,background .35s;will-change:transform}
/* Nimblyr wordmark, direct contact and policy pages. */
.brand>span{font-family:Manrope,Arial,sans-serif;font-size:26px;font-weight:700;letter-spacing:-.055em}
.contact-methods{font-style:normal;margin:36px 0 0;display:grid;gap:0}
.contact-methods a{position:relative;display:block;border-top:1px solid #12394440;padding:20px 30px 20px 0}
.contact-methods span{display:block;font-size:13px;margin-bottom:8px;color:#345d53}
.contact-methods strong{font-size:clamp(18px,2vw,26px);font-weight:500;overflow-wrap:anywhere}
.contact-methods b{position:absolute;right:0;top:35px;font-weight:400}.contact-methods a:hover strong{text-decoration:underline;text-underline-offset:5px}
.contact .contact-caption{font-size:15px;line-height:1.8;margin-top:10px}.contact .form-note a{text-decoration:underline;text-underline-offset:3px}
.privacy-heading{max-width:780px;margin-bottom:55px}.privacy-heading h1{font-size:clamp(42px,6vw,78px);line-height:1.1;margin-bottom:24px}.privacy-heading p{font-size:18px;line-height:1.8;color:var(--muted)}
.privacy-layout{display:grid;grid-template-columns:220px minmax(0,760px);gap:8%;align-items:start}.privacy-contents{display:grid;gap:18px;border-top:1px solid #12394430;padding-top:23px}.privacy-contents a{font-size:14px;line-height:1.5;color:#42656b}.privacy-contents a:hover{text-decoration:underline}
.privacy-copy section{padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid #12394425}.privacy-copy h2{font-size:25px;line-height:1.3;letter-spacing:-.035em;margin:0 0 20px}.privacy-copy p{font-size:16px;line-height:1.85;margin:0 0 18px;color:#3d5c64}.privacy-copy a{text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}.privacy-copy strong{color:var(--ink)}
footer nav{flex-wrap:wrap;gap:18px}footer .brand{flex-shrink:0}
@media(max-width:800px){.privacy-layout{grid-template-columns:1fr;gap:35px}.privacy-contents{grid-template-columns:1fr 1fr;gap:16px}.privacy-heading{margin-bottom:35px}.privacy-section .section-label{font-size:11px}.privacy-heading p{font-size:16px}}
@media(max-width:480px){.brand>span{font-size:24px}.privacy-contents{grid-template-columns:1fr}.privacy-copy h2{font-size:23px}footer nav{width:100%}}
