:root{--bg:#0b1020;--bg-soft:#11182b;--surface:#ffffff0f;--surface-strong:#ffffff17;--surface-soft:#ffffff08;--surface-hover:#ffffff12;--surface-muted:#ffffff0a;--surface-muted-strong:#ffffff14;--border:#ffffff1f;--border-strong:#ffffff2e;--border-soft:#ffffff14;--border-faint:#ffffff0f;--text:#f4f7fb;--text-soft:#dce8ff;--text-strong:#c8dcf5;--muted:#aab6d3;--accent:#7dd3fc;--accent-strong:#38bdf8;--accent-glow:#7dd3fc38;--accent-shadow:#38bdf838;--accent-shadow-strong:#38bdf847;--cursor-glow:#7dd3fcb3;--accent-wash:#7dd3fc1f;--quote-mark:#7dd3fc38;--button-primary-text:#04101b;--mini-logo-bg:#fff;--overlay:#040812eb;--overlay-control-border:#ffffff2e;--overlay-control-bg:#ffffff14;--overlay-control-hover:#ffffff29;--overlay-control-border-hover:#ffffff52;--header-bg:#080e1cb8;--header-border:#ffffff14;--nav-hover-bg:#ffffff0f;--nav-hover-border:#ffffff1a;--menu-panel-bg:#080e1cf5;--page-gradient:radial-gradient(circle at top left, #38bdf82e, transparent 28%), radial-gradient(circle at top right, #7dd3fc1f, transparent 24%), linear-gradient(180deg, #08101e 0%, #0b1020 45%, #0d1324 100%);--card-gradient:linear-gradient(180deg, #ffffff13, #ffffff08);--section-gradient:linear-gradient(180deg, #ffffff08, #ffffff05);--footer-gradient:radial-gradient(circle at top right, #7dd3fc24, transparent 30%), linear-gradient(180deg, #ffffff14, #ffffff09);--editorial-gradient:linear-gradient(180deg, #7dd3fc1f, #ffffff0a);--shadow:0 20px 60px #00000059;--shadow-soft:0 10px 30px #00000038;--shadow-header:0 10px 30px #0000002e;--shadow-lifted:0 18px 48px #00000052;--shadow-gallery:0 22px 56px #0000005c;--shadow-menu:0 24px 60px #00000059;--status-error:#f87171;--radius:22px;--container:1180px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=light]{--bg:#f4efe9;--bg-soft:#ebe2d6;--surface:#fffaf5c2;--surface-strong:#fffcf8e6;--surface-soft:#3c31310a;--surface-hover:#3c313112;--surface-muted:#3c31310d;--surface-muted-strong:#3c313117;--border:#3c31311f;--border-strong:#3c313133;--border-soft:#3c313117;--border-faint:#3c31310f;--text:#252323;--text-soft:#342f2f;--text-strong:#4e4545;--muted:#6e6363;--accent:#6b87a6;--accent-strong:#4f6f90;--accent-glow:#6b87a629;--accent-shadow:#4f6f9029;--accent-shadow-strong:#4f6f9038;--cursor-glow:#6b87a657;--accent-wash:#6b87a61c;--quote-mark:#6b87a629;--button-primary-text:#fbf7f1;--mini-logo-bg:#fffdf9;--overlay:#252323b8;--overlay-control-border:#ffffff42;--overlay-control-bg:#ffffff29;--overlay-control-hover:#ffffff3d;--overlay-control-border-hover:#ffffff61;--header-bg:#f4efe9db;--header-border:#3c313112;--nav-hover-bg:#3c31310d;--nav-hover-border:#3c313112;--menu-panel-bg:#f8f4eef7;--page-gradient:radial-gradient(circle at top left, #6b87a61f, transparent 28%), radial-gradient(circle at top right, #dad2bc57, transparent 25%), linear-gradient(180deg, #fcf9f5 0%, #f4efe9 48%, #ede4d8 100%);--card-gradient:linear-gradient(180deg, #fffcf8e6, #fff9f3ad);--section-gradient:linear-gradient(180deg, #fffcf861, #fff8f12e);--footer-gradient:radial-gradient(circle at top right, #6b87a61f, transparent 30%), linear-gradient(180deg, #fffcf8ad, #fff8f166);--editorial-gradient:linear-gradient(180deg, #6b87a61a, #fffbf66b);--shadow:0 20px 60px #25232314;--shadow-soft:0 10px 30px #2523230f;--shadow-header:0 10px 30px #2523230f;--shadow-lifted:0 18px 48px #2523231a;--shadow-gallery:0 22px 56px #2523231f;--shadow-menu:0 24px 60px #2523231f;--status-error:#bd5a5a;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--page-gradient);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;transition:background .22s,color .22s}img{width:100%;display:block}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.nav nav a:hover,.nav nav a:focus-visible{background:var(--nav-hover-bg);border-color:var(--nav-hover-border);transform:translateY(-1px)}.container{width:min(calc(100% - 2rem), var(--container));margin:0 auto}.site-header{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:var(--header-bg);border-bottom:1px solid var(--header-border);box-shadow:var(--shadow-header);position:sticky;top:0}.nav{grid-template-columns:auto 1fr;align-items:center;gap:1rem;min-height:76px;display:grid;position:relative}.brand{letter-spacing:-.03em;z-index:3;font-size:1.05rem;font-weight:800;position:relative}.menu-toggle{border:1px solid var(--nav-hover-border);background:var(--surface-muted);width:48px;height:48px;color:var(--text);cursor:pointer;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:.28rem;padding:0;display:none}.menu-toggle span{background:currentColor;border-radius:999px;width:18px;height:2px;display:block}.site-nav{flex-wrap:wrap;justify-content:flex-end;justify-self:end;align-items:center;gap:.6rem;display:flex}.nav nav{flex-wrap:wrap;justify-content:flex-end;gap:.6rem;display:flex}.nav nav a{color:var(--muted);border:1px solid #0000;border-radius:999px;padding:.55rem .8rem;font-size:.92rem;transition:color .18s,background .18s,border-color .18s,transform .18s}.theme-toggle{color:var(--text);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;margin-left:.2rem;padding:0;display:inline-flex}.theme-toggle-track{border:1px solid var(--border);background:linear-gradient(180deg, var(--surface-strong), var(--surface));width:76px;height:40px;box-shadow:inset 0 1px 0 #ffffff14, var(--shadow-soft);border-radius:999px;justify-content:space-between;align-items:center;padding:0 .55rem;transition:background .18s,border-color .18s,box-shadow .18s,transform .18s;display:inline-flex;position:relative}.theme-toggle-thumb{background:linear-gradient(135deg, var(--accent), var(--accent-strong));width:30px;height:30px;color:var(--button-primary-text);box-shadow:0 8px 18px var(--accent-shadow);border-radius:999px;place-items:center;transition:transform .18s,box-shadow .18s,background .18s;display:grid;position:absolute;top:4px;left:4px;transform:translate(0)}.theme-toggle-track.is-light .theme-toggle-thumb{transform:translate(36px)}.theme-toggle-icon{z-index:1;width:16px;height:16px;color:var(--muted);opacity:.9;place-items:center;transition:color .18s,opacity .18s,transform .18s;display:grid;position:relative}.theme-toggle-icon svg,.theme-toggle-thumb svg{width:16px;height:16px;display:block}.theme-toggle-track.is-light .theme-toggle-icon-sun,.theme-toggle-track:not(.is-light) .theme-toggle-icon-moon{color:var(--text);opacity:0}.theme-toggle-track.is-light .theme-toggle-icon-moon,.theme-toggle-track:not(.is-light) .theme-toggle-icon-sun{opacity:.55;transform:scale(.92)}.theme-toggle:hover .theme-toggle-track,.theme-toggle:focus-visible .theme-toggle-track{border-color:var(--border-strong);background:linear-gradient(180deg, var(--surface-strong), var(--surface-muted));box-shadow:inset 0 1px 0 #ffffff1f, 0 12px 26px #00000014, var(--shadow-soft);transform:translateY(-1px)}.theme-toggle:hover .theme-toggle-thumb,.theme-toggle:focus-visible .theme-toggle-thumb{box-shadow:0 10px 22px var(--accent-shadow-strong)}.nav nav a:hover,.nav nav a:focus-visible,.text-link:hover,.contact-list a:hover{color:var(--text)}.hero{padding:5rem 0 3rem}.hero-grid,.skills-layout,.footer-grid{gap:2rem;display:grid}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--accent);margin:0 0 .8rem;font-size:.78rem;font-weight:700}h1,h2,h3,p,figure{margin:0}h1{letter-spacing:-.06em;max-width:11ch;font-size:clamp(2.9rem,6vw,5.4rem);line-height:.95}.hero-title{display:inline-block;position:relative}.hero-title-base,.hero-title-overlay,.hero-title-overlay-text{font:inherit;line-height:inherit;letter-spacing:inherit}.hero-title-base{color:var(--text);display:block}.hero-title-overlay{color:var(--accent);pointer-events:none;opacity:0;display:block;position:absolute;inset:0}.hero-title-overlay.is-typing,.hero-title-overlay.is-complete{opacity:1}.hero-title-overlay.is-complete{animation:1.2s .8s forwards hero-title-fade-out}@keyframes hero-title-fade-out{0%{opacity:1}to{opacity:0}}.hero-title-overlay-text{display:block}.hero-title-line{white-space:nowrap;width:0;height:1.15em;position:absolute;left:0;overflow:hidden}.hero-title-line-inner{display:inline-block}.hero-title-overlay.is-typing .hero-title-line{animation-name:hero-title-line-type;animation-timing-function:steps(24,end);animation-fill-mode:forwards}.hero-title-cursor{vertical-align:-.06em;width:.1em;height:.9em;box-shadow:0 0 16px var(--cursor-glow);background:currentColor;margin-left:.08em;animation:.75s step-end infinite hero-title-cursor;display:inline-block}.hero-title-overlay.is-complete .hero-title-line{width:auto}.hero-title-overlay.is-complete .hero-title-line:after{content:none}.hero-title-measure{visibility:hidden;pointer-events:none;white-space:normal;position:absolute;inset:0}.hero-title-measure-word{display:inline}@keyframes hero-title-line-type{0%{width:0}to{width:100%}}@keyframes hero-title-cursor{0%,49%{opacity:1}50%,to{opacity:0}}h2{letter-spacing:-.04em;font-size:clamp(1.8rem,3vw,3rem);line-height:1.05}h3{letter-spacing:-.03em;font-size:1.35rem;line-height:1.15}.lede,.case-body p,.info-card p,.notice p,.about-copy p,.about-panel p,.testimonial-credit{color:var(--muted)}.lede{max-width:58ch;margin-top:1.25rem;font-size:1.13rem;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.button{letter-spacing:-.01em;min-height:48px;color:inherit;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0 1.1rem;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s;display:inline-flex}.button-primary{background:linear-gradient(135deg, var(--accent), var(--accent-strong));color:var(--button-primary-text);box-shadow:0 12px 28px var(--accent-shadow)}.button-secondary{border:1px solid var(--border);background:var(--surface-soft)}.button:hover{transform:translateY(-2px)}.button-primary:hover,.button-primary:focus-visible{box-shadow:0 16px 34px var(--accent-shadow-strong)}.button-secondary:hover,.button-secondary:focus-visible{background:var(--surface-hover);border-color:var(--border-strong)}.hero-meta{color:var(--muted);margin-top:1rem;font-size:.92rem}.card{background:var(--card-gradient);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .22s,border-color .22s,box-shadow .22s,background .22s;overflow:hidden}.spotlight{padding:1rem}.spotlight img{border-radius:calc(var(--radius) - 10px);aspect-ratio:16/11;object-fit:cover}.section{padding:2rem 0 4.5rem}.section-heading{gap:.45rem;max-width:44rem;margin-bottom:1.9rem;display:grid}.section-heading-split{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:end;gap:1.5rem;max-width:none}.section-intro{color:var(--muted);justify-self:end;max-width:44ch}.section-muted{background:var(--section-gradient);border-top:1px solid var(--border-faint);border-bottom:1px solid var(--border-faint)}.case-study-grid,.three-up,.gallery-grid,.testimonial-grid{align-items:stretch;gap:1.25rem;display:grid}.case-study-grid,.three-up,.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.case-card,.info-card,.testimonial{flex-direction:column;display:flex}.case-image img{aspect-ratio:16/10;object-fit:cover}.case-body,.info-card,.notice,.testimonial{padding:1.35rem}.case-body{flex:1;align-content:start;gap:.95rem;display:grid}.case-meta-row{color:var(--muted);gap:.6rem;font-size:.82rem;display:flex}.case-meta-row span{border:1px solid var(--nav-hover-border);background:var(--surface-muted);border-radius:999px;padding:.35rem .7rem}.case-body .button{align-self:start;margin-top:auto}.mini-logo{background:var(--mini-logo-bg);border-radius:8px;width:auto;max-width:150px;max-height:32px;padding:.4rem .6rem}.premium-case-card{position:relative}.premium-case-card .case-image{overflow:hidden}.premium-case-card .case-image img{transition:transform .32s,filter .32s}.premium-case-card:hover,.premium-case-card:focus-within{border-color:var(--border-strong);box-shadow:var(--shadow-lifted);transform:translateY(-3px)}.premium-case-card:hover .case-image img,.premium-case-card:focus-within .case-image img{filter:saturate(1.02);transform:scale(1.02)}.case-body h3{max-width:20ch}.text-link{color:var(--accent);align-items:center;gap:.4rem;font-weight:600;display:inline-flex}.text-link:after{content:"→";transition:transform .18s}.text-link:hover:after,.text-link:focus-visible:after{transform:translate(2px)}.premium-hero{padding:clamp(3.5rem,7vw,5.5rem) 0 clamp(3rem,6vw,4.5rem)}.premium-hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);align-items:center;gap:clamp(2rem,4vw,4rem)}.hero-copy{flex-direction:column;gap:0;max-width:40rem;display:flex}.hero-copy h1{margin-top:.5rem}.hero-copy .lede{margin-top:1.25rem}.hero-visual-stack{flex-direction:column;gap:1rem;display:flex}.hero-main-visual{flex:1;position:relative}.hero-main-visual:before{content:"";background:radial-gradient(circle, var(--accent-glow), transparent 68%);filter:blur(22px);pointer-events:none;border-radius:50%;width:56%;height:56%;position:absolute;inset:-10% -8% auto auto}.hero-main-visual img{aspect-ratio:4/3;object-fit:cover;width:100%}.hero-proof{flex-wrap:wrap;gap:.6rem;margin-top:1.75rem;display:flex}.hero-proof span{border:1px solid var(--nav-hover-border);background:var(--surface-muted);color:var(--text-strong);letter-spacing:.02em;border-radius:999px;padding:.5rem .85rem;font-size:.82rem}.hero-side-stat{flex-direction:column;gap:.35rem;padding:1rem 1.15rem;display:flex}.hero-side-stat strong{color:var(--text);font-size:.98rem;line-height:1.45}.about-grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:2rem;display:grid}.about-copy{gap:1rem;display:grid}.about-panel{position:sticky;top:96px}.about-panel-inner{gap:1rem;padding:1.35rem;display:grid}.testimonial{gap:1rem}.testimonial-quote{color:var(--text-soft);font-size:1.02rem}.testimonial-credit{font-size:.95rem}.gallery-grid{grid-template-columns:repeat(12,1fr)}.gallery-item{grid-column:span 4;position:relative}.gallery-item.portrait{grid-column:span 3}.gallery-item:hover,.gallery-item:focus-within{border-color:var(--border-strong);box-shadow:var(--shadow-gallery);transform:translateY(-4px)}.gallery-item img{object-fit:cover;aspect-ratio:16/10;height:100%}.gallery-item.portrait img{aspect-ratio:4/5}.gallery-button{cursor:zoom-in;background:0 0;border:0;width:100%;padding:0;display:block}.gallery-button img{transition:transform .22s}.gallery-button:hover img{transform:scale(1.02)}.skills-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.pill-group{flex-wrap:wrap;gap:.75rem;display:flex}.pill-group span{background:var(--surface);border:1px solid var(--border-soft);color:var(--text);border-radius:999px;padding:.75rem .95rem;font-size:.94rem}.notice{gap:.85rem;display:grid}.notice-meta{color:var(--accent);font-weight:600}.site-footer{padding:4rem 0}.footer-shell{background:var(--footer-gradient);padding:clamp(1.4rem,3vw,2rem)}.footer-grid{grid-template-columns:1.2fr .8fr;align-items:end;gap:2rem}.footer-copy{gap:.9rem;display:grid}.footer-lede{max-width:48ch;color:var(--muted)}.contact-list{justify-items:start;gap:.85rem;display:grid}.contact-list a{color:var(--muted);border:1px solid var(--border-soft);background:var(--surface-soft);border-radius:16px;padding:.7rem .95rem;font-size:1.02rem;transition:color .18s,background .18s,border-color .18s,transform .18s}.contact-list a:hover,.contact-list a:focus-visible{background:var(--surface-hover);border-color:var(--border-strong);transform:translateY(-1px)}.case-hero{padding-bottom:2rem}.case-hero-layout{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;display:grid}.story-grid{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:2rem;display:grid}.summary{position:sticky;top:96px}.summary-inner{gap:1rem;padding:1.35rem;display:grid}.summary-label{color:var(--accent);text-transform:uppercase;letter-spacing:.16em;margin-bottom:.35rem;font-size:.78rem;font-weight:700}.story-content,.narrow-copy{gap:1rem;display:grid}.top-gap{margin-top:1.5rem}.detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.detail-card{padding:1.35rem}.detail-card p{color:var(--muted);margin-top:.75rem}.case-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}.case-gallery .gallery-item{grid-column:auto}.metrics-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.metric{gap:.45rem;padding:1rem 1.1rem;display:grid}.metric-label{text-transform:uppercase;letter-spacing:.16em;color:var(--accent);font-size:.75rem;font-weight:700}.metric strong{font-size:1rem;line-height:1.3}.editorial-block{background:var(--editorial-gradient);padding:1.5rem 1.5rem 1.4rem;position:relative}.quote-mark{color:var(--quote-mark);pointer-events:none;font-size:5rem;line-height:1;position:absolute;top:.25rem;left:1rem}.editorial-quote{z-index:1;color:var(--text-soft);max-width:54ch;padding-top:1.1rem;font-size:1.15rem;line-height:1.6;position:relative}.check-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.check-item{gap:.55rem;padding:1.15rem 1.2rem;display:grid}.check-item strong{letter-spacing:-.02em;font-size:1rem}.check-item p{color:var(--muted)}.editorial-gallery{gap:1rem}.editorial-gallery .feature-wide{grid-column:span 2}.editorial-gallery img{aspect-ratio:16/10}.case-ending{max-width:860px}.case-footer{padding:0 0 4.5rem}.case-footer-grid{grid-template-columns:1fr 1.4fr;gap:1rem;display:grid}.case-nav-card,.case-footer-cta{gap:.6rem;padding:1.3rem;display:grid}.case-nav-label{text-transform:uppercase;letter-spacing:.14em;color:var(--accent);font-size:.76rem;font-weight:700}.case-nav-card strong,.case-footer-cta h3{letter-spacing:-.03em;font-size:1.2rem;line-height:1.25}.compact-actions{margin-top:.4rem}.lightbox{z-index:60;background:var(--overlay);opacity:0;visibility:hidden;place-items:center;gap:1rem;padding:2rem;transition:opacity .18s,visibility .18s;display:grid;position:fixed;inset:0}.lightbox.is-open{opacity:1;visibility:visible}.lightbox-image{object-fit:contain;border-radius:16px;width:min(100%,1100px);max-height:78vh}.lightbox-close,.lightbox-prev,.lightbox-next{border:1px solid var(--overlay-control-border);background:var(--overlay-control-bg);color:#fff;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.6rem;transition:background .18s,border-color .18s;display:flex;position:absolute}.lightbox-close:hover,.lightbox-prev:hover,.lightbox-next:hover{background:var(--overlay-control-hover);border-color:var(--overlay-control-border-hover)}.lightbox-close{top:1rem;right:1rem}.lightbox-prev,.lightbox-next{top:50%;transform:translateY(-50%)}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}@media (width<=1024px){.hero-grid,.case-study-grid,.three-up,.skills-layout,.footer-grid,.case-hero-layout,.story-grid,.detail-grid,.case-gallery,.metrics-strip,.check-grid,.case-footer-grid,.about-grid,.testimonial-grid,.premium-hero-grid,.section-heading-split{grid-template-columns:1fr}.site-nav{border:1px solid var(--nav-hover-border);background:var(--menu-panel-bg);box-shadow:var(--shadow-menu);border-radius:20px;flex-direction:column;gap:.55rem;padding:.9rem;display:none;position:absolute;top:calc(100% + .75rem);left:1rem;right:1rem}.site-nav.is-open{display:flex}.site-nav a,.theme-toggle{width:100%}.site-nav a{background:var(--surface-soft);border:1px solid var(--border-faint);border-radius:14px;padding:.85rem .95rem}.theme-toggle-track{width:74px}.theme-toggle-track.is-light .theme-toggle-thumb{transform:translate(34px)}.nav nav{gap:.8rem 1rem}.hero-copy{max-width:100%}.section-intro{justify-self:start;max-width:52ch}.gallery-item,.gallery-item.portrait{grid-column:span 6}.summary,.about-panel{position:static}}@media (width<=680px){body.menu-open{overflow:hidden}.hero{padding-top:3.25rem}.premium-hero{padding:2.75rem 0 2.5rem}.hero-copy h1{max-width:10ch;margin-top:.35rem}.hero-copy .lede,.hero-actions,.hero-proof{margin-top:1.25rem}.nav{grid-template-columns:auto auto;align-items:center;min-height:auto;padding:.9rem 0}.menu-toggle{z-index:4;justify-self:end;display:inline-flex;position:relative}.site-nav{border:1px solid var(--nav-hover-border);background:var(--menu-panel-bg);box-shadow:var(--shadow-menu);border-radius:20px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.55rem;padding:.9rem;display:none;position:absolute;top:calc(100% + .75rem);left:1rem;right:1rem}.site-nav.is-open{display:flex}.site-nav:not(.is-open){display:none}.theme-toggle,.site-nav a{width:100%}.site-nav a{background:var(--surface-soft);border:1px solid var(--border-faint);border-radius:14px;padding:.85rem .95rem}.theme-toggle{justify-content:flex-start}.theme-toggle-track{width:74px}.theme-toggle-track.is-light .theme-toggle-thumb{transform:translate(34px)}.nav nav{gap:.8rem 1rem}.section{padding:1.5rem 0 3.5rem}.hero-title-overlay{font-size:inherit}.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}.case-study-grid,.three-up,.testimonial-grid{grid-template-columns:1fr}.hero-proof{flex-wrap:wrap}.gallery-grid{grid-template-columns:repeat(1,1fr)}.gallery-item,.gallery-item.portrait,.editorial-gallery .feature-wide{grid-column:span 1}.hero-proof{justify-content:flex-start;gap:.55rem}.about-panel{position:static}.lightbox{padding:1rem}.lightbox-prev,.lightbox-next{top:auto;bottom:1rem;transform:none}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}}.footer-grid-form{grid-template-columns:1fr 1.2fr}.contact-form,.form-row{gap:.75rem;display:grid}.form-row.two-up{grid-template-columns:1fr 1fr}.form-field{gap:.3rem;display:grid}.form-field label{color:var(--text);font-size:.88rem;font-weight:600}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--border);background:var(--surface-muted);width:100%;color:var(--text);border-radius:14px;padding:.7rem .85rem;font-family:inherit;font-size:.95rem;transition:border-color .18s,background .18s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--accent);background:var(--surface-hover);outline:none}.form-field select{appearance:none;cursor:pointer}.form-field textarea{resize:vertical;min-height:120px}.field-hint{color:var(--muted);opacity:.7;font-size:.78rem}.field-error{color:var(--status-error);min-height:0;font-size:.78rem}.field-error:empty{display:none}.field-meta-row{justify-content:space-between;align-items:baseline;display:flex}.field-counter{color:var(--muted);opacity:.6;font-size:.75rem}.checkbox-field{color:var(--muted);cursor:pointer;align-items:flex-start;gap:.6rem;font-size:.88rem;display:flex}.checkbox-field input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent);cursor:pointer;margin-top:.15rem}.form-actions{align-items:center;gap:1rem;margin-top:.4rem;display:flex}.form-status{color:var(--accent);font-size:.88rem}.form-status:empty{display:none}.form-field.has-error input,.form-field.has-error select,.form-field.has-error textarea{border-color:var(--status-error)}@media (width<=1024px){.footer-grid-form{grid-template-columns:1fr}}@media (width<=680px){.form-row.two-up{grid-template-columns:1fr}.form-actions{flex-direction:column;align-items:stretch}}
