:root{--bg: #f4f1ea;--surface: #fffdf8;--text: #1f1d1b;--muted: #675f57;--line: #d4cec4;--accent: #d9481e;--accent-soft: #f6dfd7;--max: 1120px;--radius: 14px;--font-sans: "Instrument Sans", "Helvetica Neue", "Arial Nova", sans-serif;--font-mono: "IBM Plex Mono", "SFMono-Regular", "SF Mono", "Menlo", monospace}*{box-sizing:border-box}html,body{margin:0;padding:0}html{background:var(--bg)}body{min-height:100vh;font-family:var(--font-sans);font-size:clamp(1.02rem,.22vw + .97rem,1.12rem);color:var(--text);background:radial-gradient(circle at 20% 0%,#fff9ee 0%,transparent 45%),radial-gradient(circle at 100% 20%,#e9ddd1 0%,transparent 28%),var(--bg);line-height:1.48}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.shell{width:100%;max-width:none;padding-inline:2rem;margin:0 auto}.site-header{position:sticky;top:0;z-index:100;backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);background:#f2f2f075;border-bottom:1px solid rgb(212 206 196 / 34%);transition:background .24s ease,border-color .24s ease,color .24s ease}body[data-path="/"] .site-header{position:fixed;left:0;right:0;background:linear-gradient(180deg,#0808086b,#08080824 68%,#08080800);border-bottom-color:transparent;color:#f7f1e7}body[data-path="/"] .site-header .nav-toggle,body[data-path="/"] .site-header .theme-toggle{border-color:#f7f1e747;background:#f7f1e71a}body[data-path="/"] .site-header .nav-toggle span{background:#f7f1e7}body[data-path="/"] .site-header .nav-links a[aria-current=page]{color:#ffd27e}body[data-path="/"] .site-header.is-scrolled{background:#f2f2f0b8;border-bottom-color:#d4cec457;color:var(--text)}body[data-path="/"] .site-header.is-scrolled .nav-toggle,body[data-path="/"] .site-header.is-scrolled .theme-toggle{border-color:var(--line);background:var(--surface)}body[data-path="/"] .site-header.is-scrolled .nav-toggle span{background:#3d3731}body[data-path="/"] .site-header.is-scrolled .nav-links a[aria-current=page]{color:var(--accent)}.nav{min-height:2.8rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.nav-right{display:flex;align-items:center;gap:.7rem}.brand{font-family:var(--font-sans);font-size:1.2rem;letter-spacing:-.02em;transform:translateY(-1px)}.nav-links{display:flex;flex-wrap:nowrap;gap:.9rem;font-family:var(--font-sans);font-size:.95rem;font-weight:380;text-transform:none;letter-spacing:.01em;align-items:center}.nav-links a,.theme-toggle{line-height:1}.nav-links a{display:inline-flex;align-items:center}.nav-actions{display:flex;align-items:center;gap:.45rem}.nav-actions>button{flex:0 0 auto;box-sizing:border-box}.theme-toggle{position:relative;width:1.9rem;height:1.9rem;padding:0;border:1px solid rgb(31 29 27 / 10%);border-radius:999px;background:#fffdf8b8;color:inherit;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.theme-toggle:hover,.theme-toggle:focus-visible{background:#fffdf8f0;border-color:#1f1d1b2e;transform:translateY(-1px)}.theme-toggle:disabled{cursor:default;opacity:.6;transform:none}.theme-toggle-icon{width:.92rem;height:.92rem;display:block;transition:transform .24s ease}body[data-theme=dark] .theme-toggle-icon{transform:rotate(180deg)}.nav-toggle{position:relative;display:none;width:2.2rem;height:2.2rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);align-items:center;justify-content:center;flex-direction:row;gap:.14rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.theme-toggle:before,.nav-toggle:before{content:"";position:absolute;inset:-.4rem}.nav-toggle span{width:.2rem;height:.2rem;background:#3d3731;border-radius:999px;display:block}.nav-toggle:hover,.nav-toggle:focus-visible{background:#fffdf8f0;border-color:#1f1d1b2e;transform:translateY(-1px)}.nav-toggle:focus-visible{outline:2px solid #8a7f74;outline-offset:2px}@media(max-width:980px){.nav-right{position:relative}.nav-toggle{display:inline-flex;width:1.76rem;height:1.76rem}.nav-links{display:none;position:absolute;top:calc(100% + .5rem);right:0;left:auto;width:max-content;max-width:calc(100vw - 4rem);background:#fffdf8fa;border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 36px #211a101f;padding:.78rem .95rem;flex-direction:column;align-items:flex-end;gap:.24rem;z-index:110;backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);color:var(--text);pointer-events:auto;text-align:right}.nav-links a{display:inline-flex;align-items:center;width:auto;min-height:2rem;padding:.28rem 0;font-size:.9rem;letter-spacing:.04em;justify-content:flex-end}.theme-toggle{width:1.76rem;height:1.76rem}.site-header.is-nav-open .nav-links{display:flex}body[data-path="/"] .nav-links,body[data-path="/dark-preview"] .nav-links{background:#fffdf8fa;color:var(--text)}body[data-path="/"] .nav-links a,body[data-path="/dark-preview"] .nav-links a,body[data-path="/"] .nav-links .theme-toggle,body[data-path="/dark-preview"] .nav-links .theme-toggle{color:var(--text)}}@media(max-width:480px){.nav-actions{gap:.35rem}.nav-links{max-width:calc(100vw - 2.4rem);padding:.75rem .9rem}.nav-links a{min-height:2.1rem;font-size:.92rem}}.nav-links a[aria-current=page]{color:var(--accent)}main{padding:2.2rem 0 4rem}body.is-theme-transitioning,body.is-theme-transitioning *,body.is-theme-transitioning *:before,body.is-theme-transitioning *:after{transition:color 1s ease,background-color 1s ease,border-color 1s ease,box-shadow 1s ease,opacity 1s ease,fill 1s ease,stroke 1s ease!important}body[data-path="/"] main{padding-top:0}body[data-path="/works"] main{background:var(--bg)}body[data-path="/about"] main{padding-bottom:1.1rem}.hero{display:grid;grid-template-columns:1.4fr 1fr;gap:1.5rem;align-items:end}.kicker{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.09em;font-size:.76rem;color:var(--muted)}h1,h2,h3{margin:0;font-family:var(--font-sans);line-height:.96;letter-spacing:-.055em}h1{margin-top:0;font-size:clamp(2.35rem,5.4vw,4.8rem);font-weight:700}.hero-copy p{font-size:clamp(1.08rem,1.1vw,1.3rem);max-width:54ch;color:var(--muted);line-height:1.55}.pill-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.pill{border:1px solid var(--line);border-radius:999px;padding:.35rem .8rem;font-size:.8rem;background:var(--surface)}.metrics{display:grid;gap:.8rem}.metric{padding:1rem;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(150deg,var(--surface),#efe8dd)}.metric strong{display:block;font-size:1.35rem;font-family:var(--font-sans);font-weight:700;letter-spacing:-.045em}.section{margin-top:2.2rem}.section h2{font-family:var(--font-sans);font-size:clamp(1.75rem,3.3vw,2.9rem);font-weight:700;margin-bottom:.8rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.card{border:1px solid var(--line);background:var(--surface);border-radius:var(--radius);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 8px 22px #13100b17}.card-thumb{aspect-ratio:16 / 10;background:#ddd}.card-body{padding:.9rem}.card-body h3{font-size:1.05rem}.meta{color:var(--muted);font-size:.9rem}.cta{margin-top:2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(140deg,#fffaf2,var(--accent-soft));padding:1rem}.site-footer{border-top:1px solid var(--line);padding:1.2rem 0 2rem;color:var(--muted);font-size:.9rem}.site-footer-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.75rem}.site-footer-left,.site-footer-right{margin:0;font-size:.84rem}.site-footer-left{letter-spacing:.02em;text-transform:none}.site-footer-right{text-align:right;font-size:.72rem;color:#6a625b;line-height:1.45;max-width:44ch;justify-self:end}.site-footer-social{display:flex;align-items:center;justify-content:center;gap:.45rem}.site-footer-social a{width:1.15rem;height:1.15rem;display:inline-flex;align-items:center;justify-content:center}.site-footer-social a img{width:100%;height:100%;object-fit:contain;filter:grayscale(1) saturate(0);opacity:.55;transition:filter .18s ease-out,opacity .18s ease-out,transform .18s ease-out}.site-footer-social a:hover img,.site-footer-social a:focus-visible img{filter:grayscale(0) saturate(1);opacity:1;transform:translateY(-1px)}@media(max-width:760px){.site-footer-grid{grid-template-columns:1fr;justify-items:center;gap:.6rem}.site-footer-right,.site-footer-left{text-align:center}}.project-layout{display:grid;gap:1rem}.project-header{display:grid;gap:.2rem}.project-title-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.project-title-panels-single{grid-template-columns:1fr}.title-credit-item{padding:.7rem .8rem;background:var(--surface)}.title-credit-item .credit-label{margin:0}.title-credit-value{margin-top:.2rem;font-family:inherit;font-size:clamp(1.35rem,2.7vw,2.2rem);font-weight:500;line-height:1.15;color:var(--text)}@media(max-width:760px){.project-title-panels{grid-template-columns:1fr}.title-credit-value{font-size:clamp(1.25rem,5.2vw,1.8rem)}}.project-layout .cover{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line)}.project-content{max-width:72ch}.project-content p,.project-content li{color:#332f2a}.prose{max-width:78ch}.prose p,.prose li{color:#332f2a;font-size:1.1rem;line-height:1.66}.prose a{color:var(--accent);text-decoration:none}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.post-card{border:1px solid var(--line);background:var(--surface);border-radius:var(--radius);overflow:hidden}.post-card .thumb-frame{aspect-ratio:16 / 9;background:#ddd;overflow:hidden}.post-card .thumb{width:100%;height:100%;object-fit:cover;display:block}.post-card .body{padding:1rem}.post-card h3{font-size:1.15rem;margin:0 0 .25rem}.post-meta{color:var(--muted);font-size:.9rem}.two-col{display:grid;grid-template-columns:1fr .9fr;gap:1.2rem}.panel{border:1px solid var(--line);background:linear-gradient(140deg,var(--surface),#efe8dd);border-radius:var(--radius);padding:1rem}@media(max-width:900px){.two-col{grid-template-columns:1fr}}.filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.filter{border:1px solid var(--line);border-radius:999px;padding:.3rem .75rem;font-size:.82rem;text-transform:uppercase;letter-spacing:.07em;background:var(--surface)}.filter.active{border-color:var(--accent);color:var(--accent)}@media(max-width:900px){.hero{grid-template-columns:1fr}}.contact-form{margin-top:1rem;display:grid;gap:.9rem;max-width:760px}.contact-form label{display:grid;gap:.35rem;font-size:.92rem;color:var(--muted)}.contact-form input,.contact-form textarea{border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);padding:.65rem .75rem;font:inherit}.button-link,.cta a,.contact-form button,.services-submit,.portal-cta,.works-category-link{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:2.25rem;border:1px solid rgb(31 29 27 / 14%);border-radius:var(--radius);padding:.56rem .98rem;background:#fffdf8c2;color:#2a2622;font-family:var(--font-sans);font-weight:430;font-size:.96rem;line-height:1;text-transform:none;letter-spacing:.01em;text-decoration:none;cursor:pointer;transition:background-color .22s ease,border-color .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease}.button-link:hover,.button-link:focus-visible,.cta a:hover,.cta a:focus-visible,.contact-form button:hover,.contact-form button:focus-visible,.services-submit:hover,.services-submit:focus-visible,.portal-cta:hover,.portal-cta:focus-visible,.works-category-link:hover,.works-category-link:focus-visible{background:#fff;border-color:#1f1d1b3d;transform:translateY(-1px);box-shadow:0 10px 24px #110e0a17}.contact-form button{background:var(--text);color:#fff;border-color:var(--text)}.contact-form button:hover,.contact-form button:focus-visible{background:#37322d;border-color:#37322d}.works-category-link{margin:0;background:transparent;color:#5f5750}.works-category-link.is-active{background:var(--text);color:#fff;border-color:var(--text)}.lane-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}.lane{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:1rem}.lane h3{margin-bottom:.45rem}.credibility-strip{display:flex;flex-wrap:wrap;gap:.5rem}.credibility-strip span{border:1px solid var(--line);border-radius:999px;padding:.35rem .75rem;background:#efe7dc;font-size:.8rem;letter-spacing:.04em}.proof-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}.contact-form select{border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);padding:.65rem .75rem;font:inherit}.project-card{position:relative}.project-link{display:block}.project-media{position:relative;aspect-ratio:16 / 10;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);background:#d7d1c8}.project-thumb,.project-preview{width:100%;height:100%;object-fit:cover}.project-thumb{transform:scale(1.001);transition:transform .45s ease}.project-preview{position:absolute;inset:0;opacity:0;transition:opacity .28s ease;pointer-events:none}.project-overlay{position:absolute;inset:auto 0 0;padding:.75rem .85rem;background:linear-gradient(180deg,#07070700,#070707c7);color:#f9f6ef;transform:translateY(14px);opacity:0;transition:transform .25s ease,opacity .25s ease}.project-title,.project-meta{margin:0}.project-title{font-size:1.02rem;font-weight:600}.project-meta{font-size:.82rem;color:#f8efe1eb}.project-media:hover .project-thumb,.project-link:focus-visible .project-thumb{transform:scale(1.045)}.project-media:hover .project-overlay,.project-link:focus-visible .project-overlay{transform:translateY(0);opacity:1}.project-media:hover .project-preview,.project-link:focus-visible .project-preview{opacity:1}@media(hover:none){.project-overlay{transform:translateY(0);opacity:1}}.works-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.works-tile{display:block}.works-tile{transition:opacity .18s ease}.works-tile.is-entering{opacity:.82}.works-tile.is-hidden{opacity:0;pointer-events:none}.works-tile[hidden]{display:none!important}.works-media{position:relative;overflow:hidden;background:#111;aspect-ratio:16 / 9;border:1px solid var(--line);border-radius:10px}.works-media img,.works-preview{width:100%;height:100%;object-fit:cover;display:block}.works-preview{position:absolute;inset:0;opacity:0;transition:opacity .24s ease;pointer-events:none}.works-media:hover .works-preview,.works-media:focus-within .works-preview{opacity:1}.works-tile-overlay{position:absolute;inset:auto 0 0;padding:.9rem .95rem;background:linear-gradient(180deg,#07070700,#070707d1);color:#f9f6ef;transform:translateY(14px);opacity:0;transition:transform .24s ease,opacity .24s ease}.works-tile-title,.works-tile-meta{margin:0}.works-tile-title{font-size:1rem;font-weight:600}.works-tile-meta{margin-top:.18rem;font-size:.78rem;color:#f8efe1e0}.works-media:hover .works-tile-overlay,.works-media:focus-within .works-tile-overlay,.works-tile:hover .works-tile-overlay{transform:translateY(0);opacity:1}.reels-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.reel-tile{display:block;transition:opacity .18s ease}.reel-tile.is-hidden{opacity:0;pointer-events:none}.reel-tile[hidden]{display:none!important}.reel-media{position:relative;overflow:hidden;background:#111;aspect-ratio:16 / 9;border:1px solid var(--line);border-radius:10px}.reel-media img,.reel-preview{width:100%;height:100%;object-fit:cover;display:block}.reel-preview{position:absolute;inset:0;opacity:0;transition:opacity .24s ease;pointer-events:none}.reel-media:hover .reel-preview,.reel-media:focus-within .reel-preview,.reel-tile:hover .reel-preview{opacity:1}@media(max-width:1320px){.works-grid,.reels-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1080px){.works-grid,.reels-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.works-grid,.reels-grid{grid-template-columns:1fr}.works-tile-overlay{transform:translateY(0);opacity:1}}@media(hover:none){.works-tile-overlay{transform:translateY(0);opacity:1}}.project-full-video{width:100%;display:block;background:#000}.project-embed iframe{width:100%;min-height:48vw;max-height:76vh;border:0;display:block;background:#000}.project-gallery{margin-top:1.2rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.project-gallery img{width:100%;aspect-ratio:16 / 9;object-fit:cover;border:1px solid var(--line);border-radius:10px}@media(max-width:760px){.project-gallery{grid-template-columns:1fr}.project-embed iframe{min-height:56vw}}.project-embed iframe{width:100%;aspect-ratio:16 / 9;min-height:0;border:0;display:block;background:#000}.credits-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.credit-item{border:1px solid var(--line);border-radius:10px;padding:.7rem .8rem;background:var(--surface)}.credit-label,.credit-values{margin:0}.credit-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.credit-values{margin-top:.25rem;color:#2b2723;font-size:.95rem}.ba-before-wrap{position:absolute;inset:0;width:100%;clip-path:inset(0 calc(100% - var(--ba-pos)) 0 0);overflow:hidden}.ba-tag{position:absolute;top:.5rem;z-index:2;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;background:#0000009e;color:#fff;border-radius:999px;padding:.2rem .5rem}.ba-tag-before{left:.5rem}.ba-tag-after{right:.5rem}@media(max-width:900px){.credits-grid,.before-after-grid,.project-gallery{grid-template-columns:1fr}}.home-hero{position:relative;width:100vw;margin-left:calc(50% - 50vw);min-height:100vh;background:#080808;overflow:clip}.home-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.92;transform:scale(1);filter:saturate(.92) contrast(1.02) brightness(.92);transition:transform .55s ease,filter .55s ease}.home-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0606061f,#06060666 42%,#060606d1),radial-gradient(circle at 78% 18%,rgb(255 214 171 / 16%) 0%,transparent 28%)}.home-hero-code-canvas{position:absolute;inset:0;z-index:1;width:100%;height:100%;opacity:.92;mix-blend-mode:soft-light;pointer-events:none}.home-hero-inner{position:relative;z-index:2;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;padding-top:6.25rem;padding-bottom:2.45rem;color:#f7f1e7}.home-kicker{margin:0 0 .18rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;font-size:.76rem;color:#f7f1e7bd;transform:translateY(-.7rem)}.home-hero h1{max-width:10ch;font-size:clamp(3.4rem,8vw,7.4rem);line-height:.88;letter-spacing:-.07em;font-weight:700}.home-hero-copy{max-width:34rem;margin:1rem 0 0;font-size:clamp(1.08rem,1.2vw,1.32rem);color:#f7f1e7db;line-height:1.5}.home-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.35rem}.home-button{display:inline-flex;align-items:center;justify-content:center;min-width:9.4rem;padding:.78rem 1.12rem;border-radius:var(--radius);border:0;background:linear-gradient(180deg,#ffffff1f,#ffffff0a);box-shadow:inset 0 1px #ffffff2e,inset 0 -1px #ffffff0a,0 10px 28px #0000001f;color:#f6efe2;font-family:var(--font-sans);font-weight:430;text-transform:none;letter-spacing:.01em;font-size:.98rem;text-decoration:none;backdrop-filter:blur(10px) saturate(120%);-webkit-backdrop-filter:blur(10px) saturate(120%);transition:background .22s ease,box-shadow .22s ease,color .18s ease,backdrop-filter .22s ease,-webkit-backdrop-filter .22s ease}.home-button:hover,.home-button:focus-visible{background:linear-gradient(180deg,#ffffff38,#ffffff1a);box-shadow:inset 0 1px #ffffff47,inset 0 -1px #ffffff0f,0 12px 34px #00000029;backdrop-filter:blur(22px) saturate(155%);-webkit-backdrop-filter:blur(22px) saturate(155%)}.home-hero.is-interactive .home-hero-video{transform:scale(1.045);filter:saturate(1.04) contrast(1.08) brightness(.98)}.home-section{margin-top:clamp(1.7rem,3.2vw,2.3rem)}.home-proof-strip{margin-top:.3rem;display:grid;gap:.6rem}.home-proof-strip,.home-section,.home-section-head,.home-feature-grid,.home-editorial,.blog-grid,.home-cta{opacity:1;transform:none}.home-context-line{max-width:62rem;margin:0;color:#4f4943;font-size:1rem;line-height:1.65}.home-section-head{max-width:52rem;margin-bottom:.95rem}.home-section-head p:last-child{color:var(--muted);font-size:1.04rem}.home-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-feature-card{display:block}.home-feature-media{position:relative;aspect-ratio:16 / 11;overflow:hidden;border-radius:16px;border:1px solid rgb(27 24 20 / 10%);background:#111}.home-feature-media img,.home-feature-preview{width:100%;height:100%;object-fit:cover;display:block}.home-feature-preview{position:absolute;inset:0;opacity:0;transition:opacity .25s ease;pointer-events:none}.home-feature-overlay{position:absolute;inset:auto 0 0;padding:1rem;background:linear-gradient(180deg,#0a0a0a00,#0a0a0ad1);color:#f7f1e7}.home-feature-title,.home-feature-meta{margin:0}.home-feature-title{font-size:1.1rem;font-weight:600}.home-feature-meta{margin-top:.22rem;font-size:.83rem;color:#f7f1e7c7}.home-feature-media:hover .home-feature-preview,.home-feature-media:focus-within .home-feature-preview,.home-feature-card:hover .home-feature-preview{opacity:1}.home-inline-link{margin-top:1.15rem;display:flex;flex-wrap:wrap;gap:.75rem}.home-editorial{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:1rem;align-items:start}.home-editorial-copy{padding:1.35rem}.home-editorial-copy h2{margin-bottom:.8rem}.home-lane-stack{display:grid;gap:.85rem}.home-lane{display:block;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:1rem;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home-lane:hover,.home-lane:focus-visible{transform:translateY(-2px);box-shadow:0 10px 26px #110e0a14;border-color:#c7bdb2}.home-lane h3{margin-bottom:.45rem;font-size:1.15rem}.home-lane p{margin:0;color:var(--muted)}.home-cta{display:grid;grid-template-columns:minmax(0,1.2fr) auto;gap:1rem;align-items:end;border:1px solid var(--line);border-radius:20px;padding:1.4rem;background:radial-gradient(circle at 80% 10%,#fbe8d7 0%,transparent 28%),linear-gradient(145deg,#fffcf6,#efe5d9)}.home-cta p:last-child{margin-bottom:0}.home-cta-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.home-cta .home-button{color:var(--text);background:#fff9;border-color:#1f1d1b24;backdrop-filter:none}.home-cta .home-button-primary{background:var(--text);color:#fff;border-color:var(--text)}@media(max-width:980px){.home-feature-grid,.home-editorial,.home-cta{grid-template-columns:1fr}.home-cta-actions{justify-content:flex-start}}@media(max-width:760px){.home-hero{min-height:100vh}.home-hero-inner{min-height:100vh;padding-top:5.25rem;padding-bottom:3.2rem}.home-hero h1{max-width:11ch;font-size:clamp(2.7rem,12vw,4.5rem)}.home-hero-copy{max-width:28rem}.home-feature-grid{grid-template-columns:1fr}}@media(max-width:420px){.nav{gap:.7rem}.brand-wordmark{font-size:.96rem}.nav-links{max-width:calc(100vw - 2rem);padding:.72rem .85rem}.nav-links a{min-height:2.2rem;font-size:.88rem;letter-spacing:.03em}}@media(prefers-reduced-motion:reduce){.home-hero-video{animation:none}.home-hero-code-canvas{display:none}}.project-details{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:1rem;align-items:start}.project-details.single{grid-template-columns:1fr}.project-description,.project-credits{border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:.9rem}.credits-grid{margin:0;display:grid;grid-template-columns:1fr;gap:.7rem}.credit-item{border:1px solid #e6e0d8;border-radius:8px;padding:.55rem .6rem;background:#fffcf6}.before-after-grid{margin-top:1.2rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.ba-slider{--ba-pos: 50%;position:relative;margin:0;border:1px solid var(--line);border-radius:10px;overflow:hidden;aspect-ratio:16 / 9;background:#121212}.ba-slider img{width:100%;height:100%;object-fit:cover}.ba-before-wrap{position:absolute;inset:0;width:100%;overflow:hidden}.ba-handle{position:absolute;top:0;bottom:0;left:var(--ba-pos);width:2px;background:#ffffffeb;transform:translate(-1px);z-index:4}.ba-handle:after{content:"";position:absolute;left:50%;top:50%;width:1.1rem;height:1.1rem;border-radius:999px;border:2px solid #fff;background:#0000008c;transform:translate(-50%,-50%)}.ba-range{position:absolute;inset:0;width:100%;z-index:5;margin:0;opacity:0;cursor:ew-resize}@media(max-width:1000px){.project-details,.before-after-grid,.project-gallery{grid-template-columns:1fr}}.before-after-grid .ba-slider{touch-action:none}.before-after-grid .ba-slider .ba-after,.before-after-grid .ba-slider .ba-before{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:none;pointer-events:none}.before-after-grid .ba-before-wrap{position:absolute;inset:0;width:100%;clip-path:inset(0 calc(100% - var(--ba-pos)) 0 0);overflow:hidden}.project-details.work-details:not(.single){grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);align-items:start}.project-details.work-details:not(.single) .project-description{grid-column:1;display:flex;flex-direction:column;justify-content:flex-start;font-size:var(--desc-font-size, 1.08rem);line-height:var(--desc-line-height, 1.62);letter-spacing:.003em}.project-details.work-details:not(.single) .work-credits-col{grid-column:auto;align-self:start}.project-details.work-details:not(.single) .credits-grid{grid-template-columns:1fr}.project-details .project-description p{margin:0;text-wrap:pretty}.project-details.work-details .project-description p{max-width:38ch}.project-details .project-description p+p{margin-top:.62rem}@media(max-width:1000px){.project-details.work-details:not(.single),.project-details.work-details:not(.single) .project-credits,.project-details.work-details:not(.single) .project-description{grid-column:auto}.project-details.work-details .project-description p{max-width:none}.project-details.work-details:not(.single) .credits-grid{grid-template-columns:1fr}}.credit-values-lines{margin-top:.25rem}.credit-value-line{margin:0;color:#2b2723;font-size:.95rem}.credit-value-line+.credit-value-line{margin-top:.2rem}.brand{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-sans);font-size:.92rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em}.brand:before{content:"";width:.92rem;height:.92rem;border-radius:999px;background:conic-gradient(#ff0037,#ff8a00,#ffd400,#1ad100,#0080ff,#8f2bff,#ff0037);animation:brand-wheel-spin 5s linear infinite;flex:0 0 auto}@keyframes brand-wheel-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.brand:before{animation:none}}.reel-work-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.reel-work-item{border:1px solid var(--line);border-radius:8px;background:#fffcf6;padding:.65rem .7rem}.reel-work-title,.reel-work-client{margin:0}.reel-work-title{font-weight:700;color:#2b2723}.reel-work-client{margin-top:.2rem;color:var(--muted);font-size:.92rem}@media(max-width:1000px){.reel-work-grid{grid-template-columns:1fr}}.project-details.reel-details{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);align-items:start}.project-details.reel-details .project-description{grid-column:1 / span 2;column-count:2;column-gap:1rem}.project-details.reel-details .project-description p{max-width:none;break-inside:avoid}.project-details.reel-details .reel-side-stack{grid-column:3;align-self:start}.reel-tag-cloud{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.35rem}.reel-tag{display:inline-flex;align-items:center;border:1px solid #dfd8cf;border-radius:999px;background:#fffaf2;padding:.28rem .55rem;font-size:.82rem;line-height:1.2;color:#2b2723}.reel-meta-grid{display:grid;grid-template-columns:1fr;gap:.7rem}.project-gallery.reel-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.project-gallery.reel-gallery img{border-radius:8px}.project-gallery.reel-gallery.is-square-gallery img{aspect-ratio:1 / 1;object-fit:cover}@media(max-width:1080px){.project-details.reel-details{grid-template-columns:1fr}.project-details.reel-details .project-description,.project-details.reel-details .reel-side-stack{grid-column:auto}.project-details.reel-details .project-description{column-count:1}.project-gallery.reel-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.project-gallery.reel-gallery{grid-template-columns:1fr}}.reels-grid .reel-media:after{display:none}.reel-clients-box .credit-item{height:100%}.reel-lightbox-trigger{margin:0;border:0;padding:0;background:transparent;cursor:zoom-in;border-radius:8px;overflow:hidden}.reel-lightbox-trigger img{display:block;width:100%;height:auto;transition:transform .22s ease}.reel-lightbox-trigger:hover img,.reel-lightbox-trigger:focus-visible img{transform:scale(1.015)}.reel-lightbox{position:fixed;inset:0;z-index:90;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;padding:2rem;background:#0c0c0ee0;opacity:0;pointer-events:none;transition:opacity .18s ease}.reel-lightbox.is-open{opacity:1;pointer-events:auto}.reel-lightbox[hidden]{display:none!important}.reel-lightbox-frame{position:relative;margin:0;justify-self:center;max-width:min(92vw,1440px)}.reel-lightbox-frame img{display:block;max-width:100%;max-height:86vh;border-radius:10px}.reel-lightbox-close,.reel-lightbox-nav{border:1px solid rgba(255,255,255,.25);border-radius:999px;background:#1c1c20b8;color:#fff;font:inherit;cursor:pointer}.reel-lightbox-nav{width:2.8rem;height:2.8rem;padding:0;font-size:1.5rem;line-height:1}.reel-lightbox-close{position:absolute;top:.55rem;left:.55rem;width:2rem;height:2rem;padding:0;font-size:1.35rem;line-height:1;z-index:2}body.is-lightbox-open{overflow:hidden}@media(max-width:900px){.reel-lightbox{grid-template-columns:1fr;justify-items:center;padding:1rem}.reel-lightbox-nav{position:absolute;bottom:1rem}.reel-lightbox-prev{left:1rem}.reel-lightbox-next{right:1rem}}.blog-post .blog-hero{width:100%;height:auto;display:block;border:1px solid var(--line);border-radius:10px;margin:.85rem 0 1.1rem}.blog-post figure{margin:1rem 0}.blog-post figure img{width:100%;height:auto;display:block;border-radius:10px}.blog-post pre{overflow-x:auto;background:#111;color:#f5f5f5;padding:.9rem;border-radius:10px;border:1px solid #2d2d2d;line-height:1.45}.blog-post pre code{background:transparent;color:inherit;padding:0}.blog-post code{background:#ece6dc;border-radius:4px;padding:.08rem .28rem}.blog-post ul,.blog-post ol{padding-left:1.1rem}.blog-grid{gap:1.25rem}.post-card{border:1px solid #e3ddd4;border-radius:16px;background:linear-gradient(165deg,#fffdf9,#f8f2e9);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.post-card:hover{transform:translateY(-4px);border-color:#d8ccbe;box-shadow:0 14px 32px #211a101f}.post-card .thumb-frame{border-bottom:1px solid #e9e1d7;background:#d8d1c6}.post-card .thumb{transition:transform .38s ease}.post-card:hover .thumb{transform:scale(1.03)}.post-card .body{padding:1rem 1rem 1.1rem}.post-card h3{margin:0;font-family:var(--font-sans);font-size:1.22rem;line-height:1.02;font-weight:700;letter-spacing:-.045em}.post-card .post-meta{margin:.45rem 0 0;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;color:#7a7067}.post-card .body p:last-child{margin:.55rem 0 0;color:#4a433d;line-height:1.52}.blog-post{max-width:84ch;border:1px solid #e1d8cb;border-radius:16px;background:linear-gradient(170deg,#fffefb,#f9f3ea);padding:1.2rem clamp(.9rem,2.2vw,1.7rem) 1.4rem}.blog-post h1{margin-top:0;font-size:clamp(1.65rem,3.4vw,2.45rem)}.blog-post .post-meta{margin-top:.35rem;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:#7a7067}.blog-post p,.blog-post li{color:#2d2824;font-size:1.1rem;line-height:1.66}.blog-post p+p{margin-top:.62rem}.blog-post h2,.blog-post h3{margin-top:1.15rem;font-family:var(--font-sans);font-weight:700;letter-spacing:-.05em}.blog-post pre{margin:.9rem 0;background:#151515;border:1px solid #2a2a2a;border-radius:12px;padding:.95rem 1rem;line-height:1.42}@media(max-width:760px){.blog-post{border-radius:12px;padding:.95rem .8rem 1.1rem}}.works-category-bar{display:flex;flex-wrap:wrap;gap:.58rem;margin:1rem 0}.services-head{padding-top:0;display:grid;justify-items:start}.page-head+.works-category-bar{margin-top:1rem}.services-head h1{margin:0;padding-left:0}.services-head p{margin:.9rem 0 0;padding-left:0;max-width:62ch;color:#4c453f;font-size:clamp(1rem,1.1vw,1.12rem);line-height:1.62}.services-index{margin-top:2.2rem}.services-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.service-card{border:1px solid #e3ddd4;border-radius:16px;background:linear-gradient(165deg,#fffdf9,#f8f2e9);overflow:hidden;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.service-card:not(.service-card-has-media){padding:1.15rem 1.15rem 1.2rem}.service-card:hover{transform:translateY(-4px);border-color:#d8ccbe;box-shadow:0 14px 32px #211a101f}.service-card-head{display:grid;grid-template-columns:auto 1fr;gap:.9rem;align-items:start}.service-card-title-group{min-width:0}.service-card-media{position:relative;aspect-ratio:16 / 2.35;border-bottom:1px solid #e9e1d7;background:radial-gradient(circle at 24% 18%,rgb(255 255 255 / 32%) 0%,transparent 26%),linear-gradient(145deg,#d9d0c4,#cabfaf,#ede4d7);overflow:hidden}.service-card:nth-child(2n) .service-card-media{background:radial-gradient(circle at 78% 22%,rgb(255 255 255 / 24%) 0%,transparent 22%),linear-gradient(145deg,#d7cabd,#b9afa0 48%,#ece4d9)}.service-card:nth-child(3n) .service-card-media{background:radial-gradient(circle at 30% 24%,rgb(255 255 255 / 26%) 0%,transparent 22%),linear-gradient(145deg,#ddd3c6,#c4b7a6 46%,#f0e8dc)}.service-card-media-art{width:100%;height:100%;display:grid;place-items:center end;padding-right:.9rem}.service-card-media-copy{position:absolute;inset:auto auto 0 0;z-index:2;max-width:23rem;padding:.4rem .9rem .44rem;display:grid;gap:.18rem;align-content:start}.service-card-has-media .service-card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#13100c05,#13100c24 46%,#13100c94)}.service-number{font-family:var(--font-sans);font-size:0;line-height:1;opacity:1;flex:0 0 auto}.service-name{margin:0;font-size:clamp(1.28rem,2vw,1.7rem);font-weight:650;line-height:1.02;letter-spacing:-.04em}.service-tag{margin:.35rem 0 0;font-size:.92rem;letter-spacing:.01em;text-transform:none;color:#5c554f;opacity:.9}.service-card-has-media .service-name{color:#fff9f2;min-height:2.2em;display:flex;align-items:flex-start}.service-card-has-media .service-tag{margin-top:0;font-size:.92rem;line-height:1.28;letter-spacing:.01em;color:#fff6ecdb}.service-card-body{padding:1rem 1rem 1.1rem}.services-index .service-card{display:flex;flex-direction:column}.services-index .service-card-head{align-items:start}.services-index .service-card-body{display:flex;flex:1;flex-direction:column}.services-index .service-card:not(.service-card-has-media) .service-card-body{padding-top:.65rem}.services-index .service-tag{margin-top:.18rem}.services-index .service-description{margin-top:.3rem}.service-card:not(.service-card-has-media) .service-card-body{padding:.95rem 0 0}.service-description{margin:.75rem 0 0;max-width:60ch;font-size:1rem;line-height:1.6;color:#4c453f}.service-card-has-media .service-description{margin-top:0}.service-audience{margin:.7rem 0 0;max-width:60ch;font-size:.95rem;color:#5f5851}.services-index .service-audience{margin-top:.8rem;padding-top:.72rem;border-top:1px solid rgb(31 29 27 / 9%)}.service-cta-wrap{margin:.75rem 0 0}.services-index .service-cta-wrap{margin-top:auto;padding-top:.85rem}.service-cta{font-size:.94rem;letter-spacing:.02em;display:inline-flex;align-items:center;gap:.3rem;transition:color .22s ease}.service-cta span{transform:translate(0);transition:transform .2s ease}.service-cta:hover,.service-cta:focus-visible{color:#1e1a16}.service-cta:hover span,.service-cta:focus-visible span{transform:translate(3px)}.services-note{margin-top:clamp(2.2rem,6vw,4.4rem);padding-top:1.2rem;border-top:1px solid var(--line);text-align:center}.services-note p{margin:0;color:#6a625b;font-size:.92rem;line-height:1.64}.services-note p+p{margin-top:.45rem}.services-note a{color:#3f3934}.tutoring-index{margin-top:1.15rem}.tutoring-index .service-card{display:flex;flex-direction:column}.tutoring-index .service-card-head{align-items:center;gap:.85rem}.tutoring-index .service-card-title-group{min-height:clamp(3rem,4.8vw,3.6rem);display:flex;flex-direction:column;justify-content:center}.tutoring-index .service-card-body{display:flex;flex:1;flex-direction:column;padding-top:.65rem}.tutoring-index .service-tag{margin-top:.18rem}.tutoring-index .service-description{margin-top:.3rem}.tutoring-index .service-audience{margin-top:.8rem;padding-top:.72rem;border-top:1px solid rgb(31 29 27 / 9%)}.tutoring-index .service-cta-wrap{margin-top:auto;padding-top:.85rem}@media(max-width:900px){.services-card-grid{grid-template-columns:1fr;gap:1rem}}.tutoring-availability{margin-top:1.45rem}.tutoring-availability-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem}.tutoring-availability-card{border:1px solid #e3ddd4;border-radius:16px;overflow:hidden;background:linear-gradient(165deg,#fffdf9,#f8f2e9)}.tutoring-availability-media{aspect-ratio:16 / 9;border-bottom:1px solid #e9e1d7;background:#ddd3c7}.tutoring-map-frame iframe{width:100%;height:100%;border:0;display:block}.tutoring-remote-frame{position:relative;display:grid;place-items:center;background:linear-gradient(180deg,#0e0b135c,#0e0b1394),url(/assets/tutoring/resolve_remote_bg.jpg) center / cover no-repeat}.tutoring-remote-frame:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 16%,rgb(183 74 255 / 22%) 0%,transparent 28%),radial-gradient(circle at 88% 82%,rgb(91 71 255 / 18%) 0%,transparent 26%);pointer-events:none}.tutoring-remote-window{position:relative;z-index:1;width:min(82%,22rem);border:1px solid rgb(31 29 27 / 10%);border-radius:14px;overflow:hidden;background:#fffdf8bd;box-shadow:0 18px 36px #2c231824}.tutoring-remote-toolbar{display:flex;gap:.32rem;padding:.55rem .65rem;background:#ffffff85;border-bottom:1px solid rgb(31 29 27 / 8%)}.tutoring-remote-toolbar span{width:.48rem;height:.48rem;border-radius:999px;background:#1f1d1b2e}.tutoring-remote-screen{padding:1rem;display:grid;gap:.8rem}.tutoring-remote-screen p{margin:0;font-size:1.02rem;font-weight:600;color:#27231f}.tutoring-remote-apps{display:flex;flex-wrap:wrap;gap:.45rem}.tutoring-remote-apps span{display:inline-flex;align-items:center;min-height:1.9rem;padding:.25rem .65rem;border:1px solid rgb(31 29 27 / 10%);border-radius:999px;background:#fffdf8e0;color:#3c352f;font-size:.82rem}.tutoring-availability-body{padding:.95rem 1rem 1.05rem}.tutoring-availability-body h2{margin:0;font-size:1.22rem;line-height:1.04}.tutoring-availability-body p{margin:.55rem 0 0;color:#5f5851;font-size:.98rem;line-height:1.58}.tutoring-testimonials{margin-top:1.15rem;padding-top:0;border-top:0}.tutoring-testimonials h2{margin:0;font-size:clamp(1.15rem,2vw,1.42rem);font-weight:500;letter-spacing:.02em}.tutoring-testimonial-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.95rem}.tutoring-quote{display:flex;flex-direction:column;height:100%;padding:.95rem 1rem;border:1px solid var(--line);border-radius:10px;background:#fffdf9}.tutoring-quote blockquote{margin:0;flex:1 1 auto;font-size:1.04rem;line-height:1.62;color:#2f2b27;position:relative}.tutoring-quote blockquote:before{content:'"'}.tutoring-quote blockquote:after{content:'"'}.tutoring-quote-meta{margin:.95rem 0 0;padding-top:.68rem;display:flex;flex-wrap:wrap;gap:.48rem;font-size:.76rem;text-transform:uppercase;letter-spacing:.09em;color:#6d655e;border-top:1px solid rgb(31 29 27 / 9%)}.tutoring-quote-meta span:first-child{color:#3f3934}.tutoring-index .tutoring-service-icon{opacity:1;font-size:0;line-height:1;display:inline-flex;align-items:center;justify-content:flex-start;width:clamp(3rem,4.8vw,3.6rem);height:clamp(3rem,4.8vw,3.6rem);flex:0 0 clamp(3rem,4.8vw,3.6rem)}.tutoring-app-icon{width:clamp(3rem,4.8vw,3.6rem);height:clamp(3rem,4.8vw,3.6rem);object-fit:contain;filter:none;opacity:.96;transition:transform .18s ease-out,opacity .18s ease-out}.tutoring-index .service-card:hover .tutoring-app-icon,.tutoring-index .service-card:focus-within .tutoring-app-icon{opacity:1;transform:scale(1.03)}.tutoring-index .service-description{margin-top:.65rem}.tutoring-index .service-audience{margin-top:.9rem;padding-top:.8rem;border-top:1px solid rgb(31 29 27 / 9%)}.tutoring-card-button,.services-card-button{min-height:2rem;padding:.42rem .8rem;font-size:.88rem}.service-app-icon{width:clamp(4.1rem,11vw,6.25rem);height:clamp(4.1rem,11vw,6.25rem);object-fit:contain;filter:none;opacity:.96;transition:transform .18s ease-out,opacity .18s ease-out}.services-index .service-card:hover .service-app-icon,.services-index .service-card:focus-within .service-app-icon{opacity:1;transform:scale(1.03)}.services-grid-icon{display:inline-flex;align-items:center}.services-grid-icon .service-app-icon{width:clamp(2.45rem,4vw,3.15rem);height:clamp(2.45rem,4vw,3.15rem)}@media(max-width:1200px){.tutoring-testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.service-card-media-copy{max-width:100%}.tutoring-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tutoring-availability-grid{grid-template-columns:1fr}.service-app-icon{width:4.2rem;height:4.2rem}.tutoring-app-icon{width:2.45rem;height:2.45rem}.tutoring-index .service-card-title-group,.tutoring-index .tutoring-service-icon{min-height:2.45rem}.tutoring-index .tutoring-service-icon{width:2.45rem;height:2.45rem;flex-basis:2.45rem}}@media(max-width:640px){.tutoring-testimonial-grid{grid-template-columns:1fr}}.project-hero-carousel{position:relative;background:#111}.hero-carousel-track{position:relative}.hero-slide{display:none;margin:0}.hero-slide.is-active{display:block}.hero-slide img{width:100%;height:auto;max-height:min(78vh,920px);object-fit:contain}.hero-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:2rem;height:2rem;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:#00000059;color:#fff;cursor:pointer}.hero-prev{left:.65rem}.hero-next{right:.65rem}.brand{display:inline-flex;align-items:center;gap:15px;font-family:var(--font-sans);font-size:1rem;font-weight:500;letter-spacing:0;text-transform:none;line-height:1}.brand:before{content:none;display:none}.brand-wheel{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.brand-wheel-icon{width:100%;height:100%;display:block;animation:brand-wheel-spin 5s linear infinite;transform-origin:50% 50%}.brand-wordmark{display:inline-flex;align-items:baseline;gap:.26rem;font-size:1.3rem;color:#4a4a4a;transition:color .24s ease,text-shadow .24s ease}.brand-first{font-weight:400}.brand-last{font-weight:700}body[data-path="/"] .site-header .brand-wordmark{color:#f7f1e7;text-shadow:0 1px 10px rgb(0 0 0 / 24%)}body[data-path="/"] .site-header.is-scrolled .brand-wordmark{color:#4a4a4a;text-shadow:none}@media(prefers-reduced-motion:reduce){.brand-wheel-icon{animation:none}}@media(max-width:780px){.brand-wordmark{font-size:1.1rem}.brand-wheel{width:1.76rem;height:1.76rem}}.about-page{max-width:none}.about-intro{max-width:62rem}.about-lead{max-width:54rem;font-size:clamp(1.16rem,1.6vw,1.52rem);line-height:1.5;color:#3a342f}.about-opening-note{margin:0;max-width:72ch;font-size:clamp(1.1rem,1.3vw,1.28rem);line-height:1.56;color:#2d2824}.about-story-block{margin-top:1rem}.about-intro+.about-story-block{margin-top:.85rem}.about-story-copy{max-width:72ch}.about-story-copy p{margin:0}.about-story-copy p+p{margin-top:.72rem}.about-pathways{margin-top:1.2rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;padding-top:1.1rem;border-top:1px solid rgb(31 29 27 / 10%)}.about-pathway{display:grid;gap:.35rem;min-height:100%;padding:1rem 1rem 1.05rem;border:1px solid #e3ddd4;border-radius:16px;background:linear-gradient(165deg,#fffdf9,#f8f2e9);text-decoration:none;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.about-pathway:hover,.about-pathway:focus-visible{transform:translateY(-4px);border-color:#d8ccbe;box-shadow:0 14px 32px #211a101f}.about-pathway-label{color:#221f1c;font-size:1.18rem;font-weight:620;letter-spacing:-.03em;line-height:1.04}.about-pathway-note{color:#6a625a;font-size:.94rem;line-height:1.55}@media(max-width:1200px){.about-pathways{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.about-pathways{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.about-pathways{grid-template-columns:1fr}}.about-inline-media{margin:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#dbd4c8}.about-photo-frame{aspect-ratio:3 / 2}.about-animated-frame{aspect-ratio:auto}.about-inline-media img,.about-inline-media video{width:100%;height:100%;display:block;object-fit:cover}.about-animated-frame video{width:100%;height:auto;object-fit:contain}.site-footer-left a{text-decoration:none;pointer-events:auto;cursor:pointer}.security-pathways{margin-top:1.35rem}.services-availability{margin-top:1.45rem}.services-context{margin-top:1rem}.services-enquiry{margin-top:1.1rem}.services-enquiry-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;align-items:stretch}.services-form{border:1px solid var(--line);border-radius:12px;background:#fffdf9;padding:1rem}.services-form-intro{margin:0 0 .85rem;color:#4c453f;line-height:1.55}.services-enquiry-panel{border:1px solid var(--line);border-radius:12px;background:linear-gradient(165deg,#fffdf9,#f8f2e9);padding:1rem;display:grid;gap:.95rem}.services-enquiry-panel-block{display:grid;gap:.45rem}.services-enquiry-panel-split{padding-top:.9rem;border-top:1px solid rgb(31 29 27 / 9%);grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.services-enquiry-eyebrow,.services-enquiry-minihead{margin:0;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:#756c62}.services-enquiry-panel h2{margin:0;font-size:clamp(1.35rem,2.2vw,1.75rem);line-height:1.02;letter-spacing:-.04em}.services-enquiry-panel p{margin:0;color:#4c453f;line-height:1.58}.services-enquiry-list{margin:.12rem 0 0;color:#4c453f;line-height:1.58}.services-form label{display:grid;gap:.38rem;font-size:.86rem;letter-spacing:.02em;color:#5c554f}.services-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem 1rem;margin-bottom:.8rem}.services-form input,.services-form select,.services-form textarea{width:100%;border:1px solid var(--line);border-radius:10px;background:#fff;color:#2f2b27;font:inherit;padding:.62rem .72rem}.services-form textarea{resize:vertical;min-height:8rem}.services-form input:focus-visible,.services-form select:focus-visible,.services-form textarea:focus-visible,.services-submit:focus-visible{outline:2px solid #6a625b;outline-offset:1px}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.services-form-actions{margin-top:.9rem;display:flex;flex-wrap:wrap;align-items:center;gap:.7rem 1rem}.services-form-note{margin:0;font-size:.86rem;color:#5c554f}.services-testimonials{margin-top:1.1rem}@media(max-width:900px){.services-form-grid{grid-template-columns:1fr;gap:.68rem;margin-bottom:.68rem}.services-enquiry-grid,.services-enquiry-panel-split{grid-template-columns:1fr}}.site-footer-right-wrap{justify-self:end;display:inline-flex;align-items:stretch;gap:.55rem}.site-footer-right-wrap .site-footer-right{margin:0;text-align:right}.aboriginal-flag{width:auto;height:2.05em;aspect-ratio:14 / 9;border-radius:2px;flex:0 0 auto;align-self:center}@media(max-width:760px){.site-footer-right-wrap{justify-self:center;align-items:center}.site-footer-right-wrap .site-footer-right{text-align:center}.aboriginal-flag{height:1.7em}}.project-title-panels .title-credit-item .title-credit-value{font-size:clamp(1.35rem,2.7vw,2.2rem);font-weight:500;line-height:1.15}@media(max-width:760px){.project-title-panels .title-credit-item .title-credit-value{font-size:clamp(1.25rem,5.2vw,1.8rem)}}body[data-theme=dark]{--bg: #090a0c;--surface: #111318;--text: #f3ede4;--muted: #b8afa2;--line: rgb(243 237 228 / 12%);--accent: #f1d29a;--accent-soft: #151922;background:radial-gradient(circle at 18% 0%,rgb(36 36 40 / 72%) 0%,transparent 42%),radial-gradient(circle at 100% 12%,rgb(20 24 32 / 78%) 0%,transparent 28%),#090a0c;color:var(--text)}body[data-theme=dark] html{background:#090a0c}body[data-theme=dark] .site-header{background:#0c0d10d1;border-bottom-color:#f3ede41f;color:var(--text)}body[data-theme=dark][data-path="/"] main,body[data-theme=dark][data-path="/dark-preview"] main{padding-top:0}body[data-theme=dark][data-path="/"] .site-header,body[data-theme=dark][data-path="/dark-preview"] .site-header{position:fixed;left:0;right:0;background:linear-gradient(180deg,#050608ad,#05060842 70%,#05060800);border-bottom-color:transparent;color:#f7f1e7}body[data-theme=dark] .site-header .nav-toggle,body[data-theme=dark] .theme-toggle{border-color:#f7f1e733;background:#f7f1e714}body[data-theme=dark] .site-header .nav-toggle span{background:#f3ede4}body[data-theme=dark] .nav-toggle:hover,body[data-theme=dark] .nav-toggle:focus-visible{background:#f3ede424;border-color:#f3ede42e}body[data-theme=dark] .site-header .nav-links a[aria-current=page]{color:#f1d29a}body[data-theme=dark][data-path="/"] .site-header .nav-toggle span,body[data-theme=dark][data-path="/dark-preview"] .site-header .nav-toggle span{background:#f7f1e7}body[data-theme=dark] .site-header.is-scrolled{background:#0c0d10db;border-bottom-color:#f3ede41f;color:var(--text)}body[data-theme=dark] .site-header.is-scrolled .nav-toggle,body[data-theme=dark] .site-header.is-scrolled .theme-toggle{border-color:#f3ede41f;background:#f3ede40f}body[data-theme=dark] .site-header.is-scrolled .nav-toggle span{background:#f3ede4}body[data-theme=dark] .site-header.is-scrolled .nav-links a[aria-current=page]{color:#f1d29a}@media(max-width:980px){body[data-theme=dark] .nav-links{background:#0f1218f5;border-color:#f3ede41a;box-shadow:0 18px 36px #00000047}}body[data-theme=dark] .brand-wordmark{color:var(--text);text-shadow:none}body[data-theme=dark][data-path="/"] .brand-wordmark,body[data-theme=dark][data-path="/dark-preview"] .brand-wordmark{color:#f7f1e7;text-shadow:0 1px 10px rgb(0 0 0 / 24%)}body[data-theme=dark] .site-header.is-scrolled .brand-wordmark{color:var(--text);text-shadow:none}body[data-theme=dark] .home-hero{background:#060708}body[data-theme=dark] .home-hero-overlay{background:linear-gradient(180deg,#04040642,#04040670 42%,#040406e0),radial-gradient(circle at 76% 16%,rgb(220 176 120 / 16%) 0%,transparent 24%)}body[data-theme=dark] .hero-copy p,body[data-theme=dark] .about-lead,body[data-theme=dark] .home-context-line,body[data-theme=dark] .home-section-head p:last-child,body[data-theme=dark] .home-lane p,body[data-theme=dark] .home-cta p:last-child,body[data-theme=dark] .post-card .body p:last-child,body[data-theme=dark] .services-head p,body[data-theme=dark] .prose p,body[data-theme=dark] .prose li,body[data-theme=dark] .blog-post p,body[data-theme=dark] .blog-post li,body[data-theme=dark] .site-footer{color:#b8afa2}body[data-theme=dark] .panel,body[data-theme=dark] .card,body[data-theme=dark] .lane,body[data-theme=dark] .metric,body[data-theme=dark] .project-description,body[data-theme=dark] .project-credits,body[data-theme=dark] .services-form,body[data-theme=dark] .blog-post{background:linear-gradient(145deg,#14171d,#0f1116);border-color:#f3ede41a}body[data-theme=dark] .home-feature-media,body[data-theme=dark] .home-lane,body[data-theme=dark] .post-card,body[data-theme=dark] .project-media,body[data-theme=dark] .ba-slider,body[data-theme=dark] .credit-item,body[data-theme=dark] .filter,body[data-theme=dark] .pill,body[data-theme=dark] .credibility-strip span{border-color:#f3ede41a;background:linear-gradient(165deg,#12151b,#0d0f14);box-shadow:0 18px 36px #00000029}body[data-theme=dark] .post-card:hover,body[data-theme=dark] .home-lane:hover,body[data-theme=dark] .home-lane:focus-visible,body[data-theme=dark] .card:hover{border-color:#f3ede42e;box-shadow:0 22px 44px #0000003d}body[data-theme=dark] .post-card .thumb-frame{border-bottom-color:#f3ede41a;background:#171a20}body[data-theme=dark] .post-card h3,body[data-theme=dark] .home-lane h3,body[data-theme=dark] .home-feature-title,body[data-theme=dark] .project-title,body[data-theme=dark] .service-name,body[data-theme=dark] .title-credit-value,body[data-theme=dark] .metric strong,body[data-theme=dark] .blog-post h2,body[data-theme=dark] .blog-post h3{color:#f4eee6}body[data-theme=dark] .meta,body[data-theme=dark] .post-card .post-meta,body[data-theme=dark] .home-feature-meta,body[data-theme=dark] .service-tag,body[data-theme=dark] .site-footer-right{color:#9f968a}body[data-theme=dark] .button-link,body[data-theme=dark] .cta a,body[data-theme=dark] .contact-form button,body[data-theme=dark] .services-submit,body[data-theme=dark] .portal-cta,body[data-theme=dark] .works-category-link{background:transparent;color:#f3ede4;border-color:#f3ede42e}body[data-theme=dark] .button-link:hover,body[data-theme=dark] .button-link:focus-visible,body[data-theme=dark] .cta a:hover,body[data-theme=dark] .cta a:focus-visible,body[data-theme=dark] .contact-form button:hover,body[data-theme=dark] .contact-form button:focus-visible,body[data-theme=dark] .services-submit:hover,body[data-theme=dark] .services-submit:focus-visible,body[data-theme=dark] .portal-cta:hover,body[data-theme=dark] .portal-cta:focus-visible,body[data-theme=dark] .works-category-link:hover,body[data-theme=dark] .works-category-link:focus-visible{background:#f3ede414}body[data-theme=dark] .contact-form button{background:#f3ede4;color:#0b0c0f;border-color:#f3ede4}body[data-theme=dark] .contact-form button:hover,body[data-theme=dark] .contact-form button:focus-visible{background:#fffaf1;border-color:#fffaf1}body[data-theme=dark] .works-category-link.is-active{background:#f3ede4;color:#0b0c0f;border-color:#f3ede4}body[data-theme=dark] .home-cta,body[data-theme=dark] .cta{background:radial-gradient(circle at 82% 12%,rgb(155 118 72 / 18%) 0%,transparent 26%),linear-gradient(155deg,#13161d,#0d1015);border-color:#f3ede41a}body[data-theme=dark] .contact-form input,body[data-theme=dark] .contact-form textarea,body[data-theme=dark] .contact-form select,body[data-theme=dark] .services-form input,body[data-theme=dark] .services-form select,body[data-theme=dark] .services-form textarea{background:#111318;border-color:#f3ede41f;color:#f3ede4}body[data-theme=dark] .home-cta .home-button{color:#f3ede4;background:#f3ede414;border-color:#f3ede41f}body[data-theme=dark] .home-cta .home-button-primary{background:#f3ede4;color:#0b0c0f;border-color:#f3ede4}body[data-theme=dark] .service-card,body[data-theme=dark] .tutoring-quote{border-color:#f3ede41a;background:linear-gradient(165deg,#14181f,#0f1218)}body[data-theme=dark] .service-card:hover{border-color:#f3ede42e;box-shadow:0 14px 32px #00000047}body[data-theme=dark] .service-card-media{border-bottom-color:#f3ede41a;background:radial-gradient(circle at 24% 18%,rgb(255 255 255 / 10%) 0%,transparent 26%),linear-gradient(145deg,#232833,#171b22 52%,#11151b)}body[data-theme=dark] .service-card:nth-child(2n) .service-card-media{background:radial-gradient(circle at 78% 22%,rgb(255 255 255 / 8%) 0%,transparent 22%),linear-gradient(145deg,#262b35,#181c24,#10141a)}body[data-theme=dark] .service-card:nth-child(3n) .service-card-media{background:radial-gradient(circle at 30% 24%,rgb(255 255 255 / 8%) 0%,transparent 22%),linear-gradient(145deg,#2a303a,#1b2028 46%,#10141a)}body[data-theme=dark] .service-card-has-media .service-card-media:after{background:linear-gradient(180deg,#08080800,#0808081f 42%,#08080894)}body[data-theme=dark] .service-name{color:#f4eee6}body[data-theme=dark] .service-tag{color:#b3aa9e}body[data-theme=dark] .service-description,body[data-theme=dark] .service-audience,body[data-theme=dark] .tutoring-quote blockquote,body[data-theme=dark] .tutoring-quote-meta{color:#b8afa2}body[data-theme=dark] .tutoring-quote-meta,body[data-theme=dark] .services-index .service-audience{border-top-color:#f3ede41a}body[data-theme=dark] .services-enquiry-panel{border-color:#f3ede41a;background:linear-gradient(165deg,#14181f,#0f1218)}body[data-theme=dark] .services-enquiry-panel-split{border-top-color:#f3ede41a}body[data-theme=dark] .services-enquiry-eyebrow,body[data-theme=dark] .services-enquiry-minihead{color:#9f968a}body[data-theme=dark] .services-enquiry-panel h2{color:#f4eee6}body[data-theme=dark] .services-enquiry-panel p,body[data-theme=dark] .services-enquiry-list{color:#b8afa2}body[data-theme=dark] .prose a{color:#efb29c}body[data-theme=dark] .about-pathway{border-color:#f3ede41a;background:linear-gradient(165deg,#14181f,#0f1218)}body[data-theme=dark] .about-pathway:hover,body[data-theme=dark] .about-pathway:focus-visible{border-color:#f3ede42e;box-shadow:0 14px 32px #00000047}body[data-theme=dark] .about-pathway-label{color:#f4eee6}body[data-theme=dark] .about-pathway-note{color:#b8afa2}body[data-theme=dark] .tutoring-index .service-audience{border-top-color:#f3ede41a}body[data-theme=dark] .tutoring-availability-card{border-color:#f3ede41a;background:linear-gradient(165deg,#14181f,#0f1218)}body[data-theme=dark] .tutoring-availability-media{border-bottom-color:#f3ede41a}body[data-theme=dark] .tutoring-remote-frame{background:linear-gradient(180deg,#05060c70,#05060cb3),url(/assets/tutoring/resolve_remote_bg.jpg) center / cover no-repeat}body[data-theme=dark] .tutoring-remote-frame:before{background:radial-gradient(circle at 12% 16%,rgb(183 74 255 / 18%) 0%,transparent 28%),radial-gradient(circle at 88% 82%,rgb(91 71 255 / 14%) 0%,transparent 26%)}body[data-theme=dark] .tutoring-remote-window{border-color:#f3ede41a;background:#12151bc2;box-shadow:0 18px 36px #00000047}body[data-theme=dark] .tutoring-remote-toolbar{background:#ffffff0a;border-bottom-color:#f3ede414}body[data-theme=dark] .tutoring-remote-toolbar span{background:#f3ede43d}body[data-theme=dark] .tutoring-remote-screen p,body[data-theme=dark] .tutoring-availability-body h2{color:#f4eee6}body[data-theme=dark] .tutoring-remote-apps span{border-color:#f3ede41a;background:#f3ede40f;color:#d8cfc2}body[data-theme=dark] .tutoring-availability-body p{color:#b8afa2}body[data-theme=dark] .site-footer{border-top-color:#f3ede41f}body[data-theme=dark] .site-footer-left a,body[data-theme=dark] .site-footer-right a{color:#d3cabd}body[data-theme=dark] .site-footer-social a img{filter:grayscale(1) brightness(1.8);opacity:.5}body[data-theme=dark] .site-footer-social a:hover img,body[data-theme=dark] .site-footer-social a:focus-visible img{filter:grayscale(0) brightness(1);opacity:1}
