:root{--ink: #0a0f17;--night: #101521;--aubergine: #1a1217;--linen: #f7f0e7;--ivory: #fffaf2;--smoke: #ddd5ca;--muted: #9c958b;--gold: #c99d5c;--sage: #5f8772;--ruby: #914653;--steel: #8290a5;--line: rgba(255, 250, 242, .14);--dark-line: rgba(10, 15, 23, .12);--shadow: 0 24px 80px rgba(0, 0, 0, .28);--radius: 8px;color:var(--linen);background:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;letter-spacing:0}*{box-sizing:border-box}html{scroll-behavior:smooth;font-size:1.05rem;overflow-x:hidden;overscroll-behavior-x:none}body{margin:0;min-width:320px;overflow-x:hidden;overscroll-behavior-x:none;color:var(--linen);background:linear-gradient(115deg,rgba(201,157,92,.1),transparent 36%),linear-gradient(245deg,rgba(95,135,114,.12),transparent 42%),linear-gradient(135deg,var(--ink),var(--aubergine) 48%,#111825)}body:before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;content:"";background-image:linear-gradient(rgba(255,250,242,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,250,242,.035) 1px,transparent 1px);background-size:58px 58px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 78%);mask-image:linear-gradient(to bottom,#000,transparent 78%)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}main{overflow:hidden;padding-top:78px}#root{max-width:100%;overflow-x:hidden}.site-header{position:fixed;top:0;right:0;left:0;z-index:50;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:24px;width:min(1180px,calc(100% - 32px));min-height:78px;margin:0 auto;padding:14px 0;transition:background .18s ease,border .18s ease,padding .18s ease}.site-header--solid{width:100%;padding:12px max(16px,calc((100% - 1180px)/2));border-bottom:1px solid var(--line);background:#0a0f17e0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:12px;min-width:92px;color:var(--ivory);font-weight:800}.brand img{width:48px;height:48px;border:1px solid rgba(255,250,242,.2);border-radius:var(--radius);object-fit:cover;background:#000}.brand .brand-name{font-family:Inter,system-ui,sans-serif;font-size:1.25rem}.brand-name{white-space:nowrap}.brand-name__mark sup{font-size:.58em;top:-.42em;margin-left:.02em;font-weight:inherit;line-height:0}.nav{display:inline-flex;justify-content:center;align-items:center;gap:8px}.nav a{min-width:82px;padding:11px 16px;border:1px solid transparent;border-radius:var(--radius);color:#fffaf2b8;font-size:.94rem;font-weight:700;text-align:center;transition:color .18s ease,background .18s ease,border .18s ease}.nav a:hover,.nav a.active{border-color:#c99d5c57;color:var(--ivory);background:#fffaf212}.header-cta,.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;border-radius:var(--radius);font-weight:800;line-height:1;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border .18s ease}.header-cta{min-width:148px;padding:0 18px;color:var(--ink);background:var(--gold)}.primary-button{min-width:160px;padding:0 20px;border:1px solid var(--gold);color:var(--ink);background:var(--gold);cursor:pointer}.secondary-button{min-width:150px;padding:0 20px;border:1px solid rgba(255,250,242,.22);color:var(--ivory);background:#fffaf20f}.header-cta:hover,.primary-button:hover,.secondary-button:hover{transform:translateY(-2px);box-shadow:0 14px 34px #00000038}.icon-button{display:inline-grid;place-items:center;width:46px;height:46px;border:1px solid rgba(255,250,242,.2);border-radius:var(--radius);color:var(--ivory);background:#fffaf20f;cursor:pointer;transition:transform .18s ease,border .18s ease,background .18s ease}.icon-button:hover{transform:translateY(-2px);border-color:#c99d5c8c;background:#c99d5c1f}.menu-button{display:none}.hero,.page-hero,.section,.cta-band,.upload-note{width:min(1180px,calc(100% - 32px));margin:0 auto}.hero{min-height:calc(100vh - 86px);padding:76px 0 38px}.hero-grid{display:grid;grid-template-columns:minmax(0,920px);align-items:center;justify-content:center;text-align:center}.hero-copy h1,.page-hero h1,.cta-band h2{margin:0;color:var(--ivory);font-family:Prata,serif;font-size:3rem;font-weight:400;line-height:1.22}.hero-copy p:not(.eyebrow),.page-hero p:not(.eyebrow),.section-heading p,.cta-band p,.upload-note p{color:#f7f0e7b8;font-size:1.1rem;line-height:1.8}.hero-copy p:not(.eyebrow){width:min(100%,900px);margin:26px auto 0}.hero-copy,.hero-copy h1,.hero-copy p{min-width:0;max-width:100%}.hero-copy h1{text-align:center}.hero-line{display:block}.hero-line:first-of-type{white-space:nowrap}.eyebrow{margin:0 0 14px;color:var(--gold);font-size:.8rem;font-weight:800;text-transform:uppercase}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:34px;margin-bottom:48px}.hero-visual{position:relative;display:grid;place-items:center;min-height:520px;border:1px solid rgba(255,250,242,.15);border-radius:var(--radius);overflow:hidden;background:linear-gradient(160deg,rgba(255,250,242,.08),transparent 34%),linear-gradient(145deg,#c99d5c26,#5f877214),#05070a;box-shadow:var(--shadow)}.hero-visual:before,.hero-visual:after{position:absolute;content:"";border:1px solid rgba(255,250,242,.12)}.hero-visual:before{top:24px;right:24px;bottom:24px;left:24px}.hero-visual:after{width:52%;aspect-ratio:1;border-radius:var(--radius);transform:rotate(45deg)}.logo-orbit{position:relative;z-index:1;width:min(72%,360px);aspect-ratio:1;display:grid;place-items:center;border:1px solid rgba(201,157,92,.34);border-radius:var(--radius);background:linear-gradient(145deg,rgba(255,255,255,.08),transparent 58%)}.logo-orbit img{width:74%;border-radius:var(--radius);box-shadow:0 30px 80px #00000080}.signature-strip{position:absolute;right:22px;bottom:22px;z-index:2;display:grid;grid-template-columns:repeat(4,44px);gap:8px}.signature-strip span{display:grid;place-items:center;height:44px;border:1px solid rgba(255,250,242,.18);border-radius:var(--radius);color:var(--ivory);background:#0a0f17b3;font-family:Inter,system-ui,sans-serif;font-size:1.35rem;font-weight:800;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.proof-strip{display:grid;grid-template-columns:repeat(3,1fr);margin-top:34px;border:1px solid var(--line);border-radius:var(--radius);background:#fffaf20e}.proof-strip div{min-height:112px;padding:24px;border-right:1px solid var(--line)}.proof-strip div:last-child{border-right:0}.proof-strip strong{display:block;color:var(--ivory);font-family:Prata,serif;font-size:2.05rem}.proof-strip span{display:block;margin-top:6px;color:#f7f0e79e;font-weight:700}.story-section{background:var(--linen);color:var(--ink)}.story-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.76fr);gap:42px;width:min(1180px,calc(100% - 32px));margin:0 auto;padding:88px 0}.story-section .section-heading h2,.story-section .section-heading p{color:var(--ink)}.story-points{display:grid;gap:14px;align-content:center}.story-points div{display:flex;align-items:center;gap:12px;min-height:70px;padding:18px;border:1px solid var(--dark-line);border-radius:var(--radius);background:#ffffff73;color:var(--ink);font-weight:800}.story-points svg{color:var(--ruby)}.section{padding:96px 0}.section-heading{max-width:740px;margin-bottom:38px}.section-heading--center{margin-right:auto;margin-left:auto;text-align:center}.section-heading h2,.upload-note h2{margin:0;color:var(--ivory);font-family:Prata,serif;font-size:4.4rem;line-height:1}.team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.partner-card{display:grid;grid-template-rows:180px 1fr;min-height:460px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fffaf20e;transition:transform .18s ease,border .18s ease,background .18s ease}.partner-card:hover{transform:translateY(-6px);border-color:#c99d5c73;background:#fffaf215}.portrait-slot{display:grid;place-items:center;background:linear-gradient(135deg,rgba(201,157,92,.18),transparent),#070a0f;overflow:hidden}.portrait-slot img{width:100%;height:100%;object-fit:cover;transition:transform .38s cubic-bezier(.16,1,.3,1)}.partner-card:hover .portrait-slot img{transform:scale(1.06)}.portrait-slot span{display:grid;place-items:center;width:108px;height:108px;border:1px solid rgba(255,250,242,.22);border-radius:50%;color:var(--ivory);font-family:Inter,system-ui,sans-serif;font-size:4rem;font-weight:800}.partner-card--sage .portrait-slot{background:linear-gradient(135deg,rgba(95,135,114,.36),transparent),#070a0f}.partner-card--ruby .portrait-slot{background:linear-gradient(135deg,rgba(145,70,83,.36),transparent),#070a0f}.partner-card--steel .portrait-slot{background:linear-gradient(135deg,rgba(130,144,165,.32),transparent),#070a0f}.partner-copy{padding:24px}.partner-copy p{margin:0 0 14px;color:var(--gold);font-size:.82rem;font-weight:800;text-transform:uppercase}.partner-copy h3{margin:0;color:var(--ink);font-family:Prata,serif;font-size:1.8rem}.partner-copy span,.service-card p,.process-grid p,.project-details p,.project-description,.contact-card-grid p,.footer p,.footer a,.footer span{color:#f7f0e7ad;line-height:1.72}.partner-copy span{display:block;margin-top:16px}.services-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.service-card,.process-grid article,.contact-card-grid article{min-height:250px;padding:26px;border:1px solid var(--line);border-radius:var(--radius);background:#fffaf20e}.service-card svg,.contact-card-grid svg{color:var(--gold)}.service-card h3,.process-grid h3,.contact-card-grid h3{margin:22px 0 12px;color:var(--ivory);font-size:1.1rem}.service-card p,.process-grid p,.contact-card-grid p{margin:0}.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.process-grid article{min-height:280px}.process-grid article>span{display:block;margin-bottom:54px;color:#c99d5cb8;font-family:Prata,serif;font-size:2.7rem;font-weight:400}.process-grid svg{color:var(--sage)}.featured-section{padding-top:32px}.project-showcase{display:grid;gap:20px}.showcase-stage{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);min-height:560px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fffaf20e}.project-visual{position:relative;min-height:560px;background:#05070a}.project-visual img{width:100%;height:100%;min-height:560px;object-fit:cover}.project-visual__img{position:absolute;top:0;right:0;bottom:0;left:0}.project-placeholder{display:grid;place-content:center;gap:18px;width:100%;height:100%;min-height:560px;padding:36px;background:linear-gradient(135deg,rgba(201,157,92,.24),transparent 44%),linear-gradient(45deg,rgba(95,135,114,.24),transparent 52%),#06080c}input::placeholder,textarea::placeholder{color:var(--muted);font-weight:400}.project-placeholder span{color:var(--gold);font-weight:800;text-align:center;text-transform:uppercase}.project-placeholder strong{max-width:560px;color:var(--ivory);font-family:Prata,serif;font-size:4.1rem;line-height:1;text-align:center}.project-details{align-self:center;padding:clamp(28px,4vw,52px)}.project-details h3{margin:0;color:var(--ivory);font-family:Prata,serif;font-size:3.7rem;line-height:1}.project-details p{margin:22px 0 0;font-size:1.05rem}.project-description{display:block;margin-top:14px}.stack-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.stack-list span{padding:8px 11px;border:1px solid rgba(255,250,242,.16);border-radius:var(--radius);color:#fffaf2cc;background:#0a0f1773;font-size:.84rem;font-weight:800}.metric-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:24px}.metric-row div{padding:16px;border:1px solid var(--line);border-radius:var(--radius)}.metric-row strong,.metric-row span{display:block}.metric-row strong{color:var(--ivory);font-size:1.12rem}.metric-row span{margin-top:4px;color:#f7f0e794;font-size:.84rem;font-weight:700}.project-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:24px}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-weight:800}.showcase-controls{display:flex;align-items:center;justify-content:center;gap:14px}.project-dots{display:inline-flex;align-items:center;gap:8px;min-height:46px}.project-dots button{width:36px;height:8px;border:0;border-radius:var(--radius);background:#fffaf238;cursor:pointer}.project-dots button.active{background:var(--gold)}.cta-band,.upload-note{display:flex;align-items:center;justify-content:space-between;gap:26px;margin-bottom:96px;padding:clamp(28px,5vw,54px);border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(135deg,#c99d5c29,#5f87721a)}.cta-band h2,.upload-note h2{max-width:780px;font-size:2.2rem}.page-hero{min-height:460px;display:grid;align-items:end;padding:92px 0 72px}.page-hero>div{max-width:860px}.page-hero h1{font-size:1.8rem}.page-hero p:not(.eyebrow){max-width:760px;margin:22px 0 0}.page-hero--work,.page-hero--team,.page-hero--contact,.page-hero--studio{border-bottom:1px solid var(--line)}.upload-note{margin-top:0}.contact-section{display:grid;grid-template-columns:minmax(0,.88fr) minmax(360px,.74fr);gap:48px;align-items:center}.contact-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.contact-card-grid article{min-height:210px}.contact-form,.studio-form{display:grid;gap:16px;padding:clamp(22px,4vw,34px);border:1px solid var(--line);border-radius:var(--radius);background:#fffaf211;box-shadow:var(--shadow)}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}label{display:grid;gap:8px;color:#fffaf2d1;font-size:.9rem;font-weight:800}input,select,textarea{width:100%;min-height:50px;border:1px solid rgba(255,250,242,.16);border-radius:var(--radius);color:var(--ivory);background:#0a0f17ad;outline:none;padding:13px 14px;transition:border .18s ease,box-shadow .18s ease}textarea{min-height:152px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:#c99d5cc2;box-shadow:0 0 0 4px #c99d5c24}.custom-select{position:relative;width:100%}.cs-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;padding:8px 12px;border:1px solid rgba(255,250,242,.16);border-radius:var(--radius);color:var(--ivory);background:#0a0f17ad;font-family:inherit;font-size:.9rem;font-weight:500;text-align:left;cursor:pointer;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.cs-trigger:focus,.cs-trigger.open{border-color:#c99d5cc2;box-shadow:0 0 0 4px #c99d5c24}.cs-trigger svg{color:var(--muted);transition:transform .2s ease}.cs-trigger.open svg{transform:rotate(180deg)}.cs-dropdown{position:absolute;top:calc(100% + 6px);left:0;width:100%;background:#101720;border:1px solid rgba(255,250,242,.12);border-radius:var(--radius);box-shadow:0 12px 40px #0003;padding:6px;margin:0;list-style:none;z-index:100;display:flex;flex-direction:column;gap:2px}.cs-dropdown li{padding:8px 12px;border-radius:calc(var(--radius) - 4px);font-size:.9rem;font-weight:500;text-align:left;color:#fffaf2d1;cursor:pointer;transition:background .15s ease,color .15s ease}.cs-dropdown li:hover{background:#c99d5c1f;color:var(--gold)}.cs-dropdown li.selected{background:var(--gold);color:#000}.form-note{margin:0;color:#fffaf2c7;line-height:1.6}.form-note--success{color:#bde7cf}.form-note--error{color:#ffb6b6}.studio-section{max-width:980px}.studio-form .wide{grid-column:1 / -1}.studio-options{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.studio-options label:first-child{display:flex;align-items:center;min-height:50px}.studio-options input[type=checkbox]{width:20px;min-height:20px;accent-color:var(--gold)}.studio-token{margin-bottom:22px}.studio-manage{margin-bottom:28px}.studio-manage__head,.studio-form__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.studio-manage__head h3,.studio-form__head h3{margin:0;font-size:1.05rem}.studio-list{display:flex;flex-direction:column;gap:10px}.studio-row{display:flex;align-items:center;gap:14px;padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius);background:#fffaf39e;transition:border .18s ease,background .18s ease}.studio-row.is-editing{border-color:#d2a35e99;background:#d2a35e1f}.studio-row__thumb{flex:none;width:60px;height:44px;border-radius:calc(var(--radius) - 2px);object-fit:cover;background:#070b120f}.studio-row__thumb--empty{display:flex;align-items:center;justify-content:center;color:var(--gold);font-weight:800;text-transform:uppercase}.studio-row__info{flex:1;min-width:0}.studio-row__title{margin:0;color:var(--ink);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.studio-row__meta{margin:2px 0 0;font-size:.8rem;color:var(--muted)}.studio-row__actions{display:flex;gap:8px;flex:none}.chip-button{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid rgba(7,11,18,.18);border-radius:var(--radius);color:var(--ink);background:#fffaf39e;font-family:inherit;font-size:.82rem;font-weight:700;cursor:pointer;transition:border .18s ease,background .18s ease,color .18s ease}.chip-button:hover:not(:disabled){border-color:#d2a35e99;background:#d2a35e29;color:var(--ink)}.chip-button:disabled{opacity:.5;cursor:not-allowed}.chip-button--danger:hover:not(:disabled){border-color:#9b4f5b8c;background:#9b4f5b1f;color:var(--ruby)}@media(max-width:560px){.studio-row{flex-wrap:wrap}.studio-row__actions{width:100%;justify-content:flex-end}}.metrics-editor{display:grid;gap:12px}.metrics-editor__head{display:flex;align-items:center;justify-content:space-between;gap:16px}.metrics-editor__label{font-size:.9rem;font-weight:800;color:var(--ink)}.metrics-editor__label em{font-style:normal;font-weight:600;color:var(--muted)}.metrics-editor__empty{margin:0;font-size:.85rem;color:var(--muted)}.metrics-editor__rows{display:flex;flex-direction:column;gap:10px}.metric-input-row{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:center}.metric-remove{width:50px;min-height:50px;padding:0;justify-content:center}.image-manager{display:grid;gap:12px}.image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.image-tile{position:relative;aspect-ratio:4 / 3;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);background:#070b120f}.image-tile img{width:100%;height:100%;object-fit:cover;display:block}.image-tile__remove{position:absolute;top:6px;right:6px;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:none;border-radius:50%;color:#fff;background:#070b1299;cursor:pointer;transition:background .16s ease}.image-tile__remove:hover{background:var(--ruby)}.image-tile__badge{position:absolute;bottom:6px;left:6px;padding:2px 8px;border-radius:999px;font-size:.68rem;font-weight:800;letter-spacing:.02em;color:var(--ink);background:var(--gold)}.image-add{display:grid;place-items:center;gap:8px;aspect-ratio:4 / 3;border:1px dashed rgba(210,163,94,.6);border-radius:var(--radius);color:var(--muted);background:#fffaf380;cursor:pointer;font-size:.82rem;font-weight:700;text-align:center;transition:border .16s ease,background .16s ease,color .16s ease}.image-add:hover{border-color:var(--gold);background:#d2a35e1a;color:var(--ink)}.image-add input{display:none}.image-add svg{color:var(--gold)}.slide-dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:7px;z-index:2}.slide-dots span{width:7px;height:7px;border-radius:50%;background:#ffffff8c;box-shadow:0 0 0 1px #070b1240;transition:background .2s ease,transform .2s ease}.slide-dots span.active{background:#fff;transform:scale(1.25)}.studio-tabs{display:flex;gap:8px;margin-bottom:22px}.studio-tab{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid rgba(7,11,18,.18);border-radius:var(--radius);color:var(--ink);background:#fffaf39e;font-family:inherit;font-size:.9rem;font-weight:700;cursor:pointer;transition:border .18s ease,background .18s ease,color .18s ease}.studio-tab:hover{border-color:#d2a35e99}.studio-tab.active{color:var(--ink);background:var(--gold);border-color:var(--gold)}.message-list{display:flex;flex-direction:column;gap:12px}.message-card{display:grid;gap:10px;padding:16px 18px;border:1px solid var(--line);border-radius:var(--radius);background:#fffaf39e}.message-card.is-new{border-color:#d2a35e99;background:#d2a35e14}.message-card__top{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap}.message-card__name{color:var(--ink);font-weight:800}.message-card__email{color:var(--gold);font-weight:700;font-size:.86rem;text-decoration:none}.message-card__email:hover{text-decoration:underline}.message-card__date{color:var(--muted);font-size:.8rem}.message-card__meta{display:flex;flex-wrap:wrap;gap:8px}.message-tag{padding:3px 10px;border-radius:999px;font-size:.72rem;font-weight:700;color:var(--muted);background:#070b120f}.message-tag--new{color:var(--ink);background:var(--gold)}.message-card__body{margin:0;color:#070b12d1;line-height:1.6;white-space:pre-wrap}.message-card__actions{display:flex;flex-wrap:wrap;gap:8px}.login-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:24px;overflow-y:auto;background:#070b1273;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.login-card{width:100%;max-width:380px;display:grid;gap:14px;padding:clamp(24px,4vw,34px);border:1px solid var(--line);border-radius:var(--radius);background:var(--ivory);box-shadow:var(--shadow);text-align:left}.login-card__icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;color:var(--ink);background:var(--gold)}.login-card h2{margin:0;font-size:1.4rem}.login-card__hint{margin:0 0 4px;color:var(--muted);font-size:.88rem;line-height:1.5}.login-card .primary-button{margin-top:4px;justify-content:center}.studio-console-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}@media(max-width:560px){.metric-input-row{grid-template-columns:1fr 1fr}.metric-remove{grid-column:1 / -1;width:100%}}.upload-box{display:grid;place-items:center;gap:12px;min-height:240px;border:1px dashed rgba(201,157,92,.55);border-radius:var(--radius);color:var(--gold);background:#0a0f1780;cursor:pointer;overflow:hidden}.upload-box input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.upload-box img{width:100%;max-height:320px;object-fit:cover}.footer{border-top:1px solid var(--line);background:#05070a}.footer-inner{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:40px 0 24px}.footer-cta{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;border-bottom:1px solid var(--line);margin-bottom:24px;gap:32px}.footer-cta-text h2{font-size:clamp(1.8rem,3vw,2.5rem);font-family:Prata,serif;color:var(--ink);margin-top:8px;line-height:1.15}.footer-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--ink);color:var(--ivory)!important;border-radius:var(--radius);font-weight:700;font-size:.95rem;text-decoration:none;white-space:nowrap;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.footer-cta-btn:hover{background:var(--gold);color:#000!important;transform:translateY(-2px);box-shadow:0 8px 20px #d2a35e40}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:24px;padding-bottom:24px}.footer-brand-col{display:flex;flex-direction:column;gap:12px}.footer-email-container{margin-top:-4px}.footer-email-text{display:inline-flex;align-items:center;gap:8px;color:#fffaf2cc;text-decoration:none;font-size:.92rem;font-weight:500;transition:color .2s ease}.footer-email-text:hover{color:var(--gold)!important}.footer-brand-header{display:flex;align-items:center;gap:16px}.footer-brand-header img{width:48px;height:48px;border-radius:calc(var(--radius) - 4px);border:1px solid var(--line);object-fit:cover}.footer-brand-header h3{margin:0;font-size:1.25rem;font-family:Prata,serif;color:var(--ink)}.footer-subtitle{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:700;display:block;margin-top:2px}.footer-desc{font-size:.92rem;line-height:1.6;color:#070b12ad;max-width:340px;margin:0}.footer-socials{display:flex;gap:12px;margin-top:8px}.footer-socials a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);color:var(--ink);transition:all .25s ease}.footer-socials a:hover{background:var(--ink);color:var(--ivory);border-color:var(--ink);transform:translateY(-2px)}.footer h3{margin:0 0 12px;font-family:Prata,serif;font-size:1.1rem;font-weight:400;color:var(--ink)}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.footer-links li{font-size:.92rem;color:#070b12ad}.footer-links a{color:#070b12ad;text-decoration:none;transition:all .25s ease;display:inline-flex;align-items:center}.footer-links a:hover{color:var(--gold);transform:translate(6px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:32px;border-top:1px solid var(--line);font-size:.88rem;color:var(--muted);gap:20px}.footer-status{display:flex;align-items:center;gap:8px}.status-dot{width:8px;height:8px;background-color:#22c55e;border-radius:50%;position:relative}.status-dot:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#22c55e;border-radius:50%;animation:footer-pulse 2s infinite}@keyframes footer-pulse{0%{transform:scale(1);opacity:1}to{transform:scale(2.5);opacity:0}}.back-to-top-btn{display:inline-flex;align-items:center;gap:8px;background:transparent;border:1px solid var(--line);padding:8px 18px;border-radius:20px;color:var(--ink);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .25s ease}.back-to-top-btn:hover{background:var(--ink);color:var(--ivory);border-color:var(--ink);transform:translateY(-2px)}@media(max-width:760px){.footer-cta{flex-direction:column;align-items:flex-start;gap:20px}.footer-cta-btn{width:100%;justify-content:center}}@media(max-width:1040px){.hero-grid,.story-layout,.showcase-stage,.contact-section{grid-template-columns:1fr}.hero{padding-top:54px}.hero-copy h1,.page-hero h1{font-size:clamp(.95rem,2.5vw + .72rem,3.6rem)}.section-heading h2{font-size:1.3rem}.project-details h3,.project-placeholder strong,.cta-band h2,.upload-note h2{font-size:1.8rem}.hero-visual,.project-visual,.project-visual img,.project-placeholder{min-height:440px}.team-grid,.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){main{padding-top:70px}.site-header{grid-template-columns:auto 1fr auto;min-height:70px}.site-header--solid{padding-right:16px;padding-left:16px}.header-cta{display:none}.menu-button{display:inline-grid;justify-self:end;position:relative;z-index:80}.nav{position:fixed;top:0;right:0;left:auto;z-index:70;width:100vw;max-width:100vw;min-height:100dvh;display:flex;grid-column:1 / -1;flex-direction:column;align-items:stretch;gap:0;padding:18px 30px 22px;border:0;border-radius:0;background:linear-gradient(180deg,#fffaf3fa,#efe2cffa);box-shadow:-18px 0 46px #070b121f;opacity:0;pointer-events:none;visibility:hidden;transform:translate(100%);transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .62s cubic-bezier(.22,1,.36,1),visibility 0s linear .62s}.nav--open{opacity:1;pointer-events:auto;visibility:visible;transform:translate(0);transition-delay:0s}.nav a{display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;padding:0 12px;border:0;border-bottom:1px solid rgba(7,11,18,.08);border-radius:0;color:#070b12ad;background:transparent;font-size:1rem;font-weight:800;text-align:center}.nav a:hover,.nav a.active{border-color:#070b1214;color:var(--ink);background:#fffaf3b8}.nav a.active{box-shadow:inset 4px 0 0 var(--gold);color:var(--ink);background:#d2a35e29}.hero{min-height:auto;padding-top:42px}.hero-copy h1,.page-hero h1{font-size:clamp(.95rem,2.5vw + .72rem,3.6rem)}.hero-copy p:not(.eyebrow),.page-hero p:not(.eyebrow),.section-heading p,.cta-band p,.upload-note p{font-size:1rem}.section-heading h2{font-size:1.6rem}.project-details h3,.project-placeholder strong,.cta-band h2,.upload-note h2,.footer-brand h2{font-size:1.5rem}.hero-actions,.cta-band,.upload-note,.footer-bottom{flex-direction:column;align-items:stretch}.primary-button,.secondary-button{width:100%}.hero-visual,.project-visual,.project-visual img,.project-placeholder{min-height:360px}.proof-strip,.process-grid,.contact-card-grid,.footer-grid{grid-template-columns:1fr}.proof-strip div{border-right:0;border-bottom:1px solid var(--line)}.proof-strip div:last-child{border-bottom:0}.section,.story-layout{padding:70px 0}.section--team{padding-top:40px}.team-grid,.service-grid,.form-row{grid-template-columns:1fr}.partner-card{min-height:auto}.metric-row{grid-template-columns:1fr}.signature-strip{right:14px;bottom:14px;grid-template-columns:repeat(4,38px)}.signature-strip span{height:38px;font-size:1.12rem}}@media(max-width:460px){.hero,.page-hero,.section,.cta-band,.upload-note,.footer-inner,.story-layout{width:min(1180px,calc(100% - 24px))}.brand>.brand-name{display:none}.page-hero{min-height:390px;padding-top:70px}.page-hero--work,.page-hero--team,.page-hero--contact{min-height:auto;padding-top:80px}.hero-copy h1,.page-hero h1{font-size:clamp(.95rem,2.5vw + .72rem,3.6rem);line-height:.98}.hero-copy h1 .desktop-line{display:none}.hero-copy h1 .mobile-line{display:block}.section-heading h2,.project-details h3,.project-placeholder strong,.cta-band h2,.upload-note h2{font-size:1.4rem}.footer-brand h2{font-size:1.3rem}.hero-visual,.project-visual,.project-visual img,.project-placeholder{min-height:310px}.project-details,.contact-form,.studio-form{padding:22px}}:root{--ink: #070b12;--night: #111720;--aubergine: #eee5da;--linen: #f3eadf;--ivory: #fffaf3;--smoke: #ddd2c5;--muted: #756f68;--gold: #d2a35e;--sage: #5f8772;--ruby: #9b4f5b;--steel: #708095;--line: rgba(7, 11, 18, .13);--dark-line: rgba(7, 11, 18, .13);--shadow: 0 22px 60px rgba(40, 30, 18, .12);color:var(--ink);background:var(--linen)}body{color:var(--ink);background:linear-gradient(115deg,rgba(210,163,94,.13),transparent 34%),linear-gradient(245deg,rgba(95,135,114,.1),transparent 42%),var(--linen)}body:before{background-image:linear-gradient(rgba(7,11,18,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(7,11,18,.024) 1px,transparent 1px)}.site-header{width:100%;padding:14px max(16px,calc((100% - 1180px)/2));border-bottom:1px solid rgba(255,250,243,.14);background:#101720}.site-header--solid{border-bottom-color:#fffaf324;background:#101720f5}.brand{min-width:78px;color:var(--ivory)}.brand .brand-name{display:inline;font-size:2.45rem;line-height:1}.nav a{color:#fffaf3b8;font-size:.98rem;font-weight:800}.nav a:hover,.nav a.active{border-color:#fffaf3bd;color:var(--ivory);background:#fffaf314}.header-cta,.primary-button{color:var(--ink);background:var(--gold);border-color:var(--gold)}.primary-button svg{color:var(--ink)}.secondary-button{border-color:#070b122e;color:var(--ink);background:#fffaf39e}.icon-button{border-color:#070b1233;color:var(--ink);background:transparent}.icon-button:hover{border-color:#d2a35e8c;background:#d2a35e1f}.menu-button{color:var(--ivory);border-color:#fffaf333}.menu-button__icon{grid-area:1 / 1;transition:opacity .36s ease,transform .52s cubic-bezier(.22,1,.36,1)}.menu-button__icon--close{opacity:0;transform:rotate(-90deg) scale(.72)}.menu-button[aria-expanded=true] .menu-button__icon--menu{opacity:0;transform:rotate(90deg) scale(.72)}.menu-button[aria-expanded=true] .menu-button__icon--close{opacity:1;transform:rotate(0) scale(1)}.menu-button[aria-expanded=true]{border-color:#d2a35e94;color:var(--ink);background:#fffaf3f0}.hero{min-height:auto;padding-top:92px;padding-bottom:56px}.hero-copy h1,.page-hero h1,.cta-band h2,.section-heading h2,.upload-note h2,.footer-brand h2,.project-details h3,.project-placeholder strong{color:var(--ink);font-family:Prata,serif;font-weight:400;line-height:1.08}.hero-copy h1{font-size:clamp(.95rem,2.5vw + .72rem,3.6rem);line-height:1.22}.page-hero h1{font-size:clamp(1.9rem,4vw,2.8rem);line-height:1.05}.section-heading h2{font-size:clamp(1.9rem,4vw,2.8rem);line-height:1.1}.project-details h3,.project-placeholder strong{font-size:clamp(1.7rem,3.2vw,2.4rem);line-height:1.08}.cta-band h2,.upload-note h2{font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.1}.footer-brand h2{font-size:1.3rem;line-height:1.2}.service-card h3,.process-grid h3,.contact-card-grid h3,.footer h3{color:var(--ink);font-family:Prata,serif;font-weight:400;font-size:clamp(1.1rem,1.6vw,1.25rem)}.hero-copy p:not(.eyebrow),.page-hero p:not(.eyebrow),.section-heading p,.cta-band p,.upload-note p,.partner-copy span,.service-card p,.process-grid p,.project-details p,.project-description,.contact-card-grid p,.footer p,.footer a,.footer span{color:#070b12ad}.eyebrow,.partner-copy p,.project-placeholder span,.text-link,.footer-link{color:#b7833c!important}.hero-visual,.story-section,.section,.page-hero,.footer{background:transparent}.hero-visual,.proof-strip,.partner-card,.service-card,.process-grid article,.showcase-stage,.metric-row div,.contact-card-grid article,.contact-form,.studio-form{border-color:var(--line);background:#fffaf3b8;box-shadow:var(--shadow)}.cta-band,.upload-note{border-color:var(--line);background:#fffaf3b8;box-shadow:none}.hero-visual{background:linear-gradient(145deg,#d2a35e2e,#5f877214),#fffaf3bd}.hero-visual:before,.hero-visual:after{border-color:#070b121a}.logo-orbit{border-color:#d2a35e70;background:#fffaf36b}.signature-strip span{border-color:#070b1224;color:var(--ink);background:#fffaf3d1}.proof-strip strong,.service-card h3,.process-grid h3,.contact-card-grid h3,.project-details h3,.metric-row strong,.project-placeholder strong,.footer h3{color:var(--ink)}.proof-strip span,.metric-row span{color:#070b1294}.story-points div{border-color:var(--line);background:#fffaf3b8;color:var(--ink);box-shadow:0 14px 36px #281e120f}.portrait-slot,.partner-card--sage .portrait-slot,.partner-card--ruby .portrait-slot,.partner-card--steel .portrait-slot{background:linear-gradient(135deg,rgba(210,163,94,.18),transparent 62%),#efe4d8}.portrait-slot span{border-color:#070b1229;color:var(--ink);background:#fffaf3a3}.services-section,.page-hero--work,.page-hero--team,.page-hero--contact,.page-hero--studio{border-color:var(--line)}.page-hero--work,.page-hero--team,.page-hero--contact{min-height:auto;padding:120px 0 60px}.section--team{padding-top:48px}.project-visual,.project-placeholder{background:linear-gradient(135deg,rgba(210,163,94,.2),transparent 46%),linear-gradient(45deg,rgba(95,135,114,.12),transparent 54%),#efe4d8}.stack-list span{border-color:#070b121f;color:#070b12c7;background:#fffaf3c2}.project-dots button{background:#070b122e}label{color:#070b12c2}input,select,textarea,.cs-trigger{border-color:#070b1226;color:var(--ink);background:#fffaf3eb}.cs-dropdown{background:#fffaf3;border-color:#070b1226;box-shadow:0 12px 40px #00000014}.cs-dropdown li{color:#070b12d1}.cs-dropdown li.selected{color:#000}.form-note{color:#070b12ad}.upload-box{background:#fffaf3ad}.footer{border-top-color:var(--line);background:#efe4d8}@media(max-width:1120px){.team-grid,.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1040px){.hero-copy h1{font-size:clamp(.95rem,2.5vw + .72rem,3.6rem)}.page-hero h1,.section-heading h2{font-size:2.2rem}.project-details h3,.project-placeholder strong{font-size:2rem}.cta-band h2,.upload-note h2{font-size:1.8rem}.service-card h3,.process-grid h3,.contact-card-grid h3,.footer h3{font-size:1.15rem}}@media(max-width:900px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:28px}.footer-grid>div:first-child{grid-column:1 / -1;margin-bottom:12px}.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.explore-links,.contact-links{display:grid;gap:10px;margin-left:16px}@media(max-width:760px){.footer-grid{grid-template-columns:1fr;gap:32px}.explore-links{grid-template-columns:1fr 1fr}.footer-bottom{align-items:center;text-align:center;gap:12px}.nav{opacity:0;pointer-events:none;visibility:hidden;transform:translate(100%);transform-origin:center right;border-color:transparent;background:linear-gradient(180deg,#fffaf3fa,#efe2cffa)}.nav--open{opacity:1;pointer-events:auto;visibility:visible;transform:translate(0)}.nav a{justify-content:center;min-height:52px;border:0;border-bottom:1px solid rgba(7,11,18,.08);border-radius:0;color:#070b12ad;background:transparent;font-size:1rem;text-align:center}.nav a:hover,.nav a.active{border-color:#070b1214;color:var(--ink);background:#fffaf3b8}.nav a.active{box-shadow:inset 4px 0 0 var(--gold);background:#d2a35e29}.hero-copy h1{font-size:clamp(.95rem,2.5vw + .72rem,3.6rem)}.page-hero h1,.section-heading h2{font-size:1.8rem}.project-details h3,.project-placeholder strong{font-size:1.6rem}.cta-band h2,.upload-note h2{font-size:1.5rem}.service-card h3,.process-grid h3,.contact-card-grid h3,.footer h3{font-size:1.1rem}}@media(max-width:460px){.brand .brand-name{display:inline;font-size:1.3rem}.footer-brand{flex-direction:column;text-align:center;gap:12px}.hero-copy h1{font-size:clamp(.95rem,2.5vw + .72rem,3.6rem)}.page-hero h1,.section-heading h2{font-size:1.5rem}.project-details h3,.project-placeholder strong{font-size:1.35rem}.cta-band h2,.upload-note h2{font-size:1.25rem}.service-card h3,.process-grid h3,.contact-card-grid h3,.footer h3{font-size:1.05rem}}@media(max-width:760px){.hero-line:first-of-type{white-space:normal}.mc-wrapper{width:100%}.mc-track{display:flex!important;gap:0!important;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;grid-template-columns:unset!important}.mc-track::-webkit-scrollbar{display:none}.mc-slide{flex:0 0 100%;min-width:0;scroll-snap-align:center;padding:0 4px;box-sizing:border-box;display:flex}.mc-slide>*{width:100%;box-sizing:border-box;box-shadow:none!important;flex:1}.mc-slide .partner-card{min-height:auto;grid-template-rows:220px 1fr}.mc-slide .service-card,.mc-slide .process-grid article{min-height:220px}.mc-controls{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:20px}.mc-dots{display:inline-flex;align-items:center;gap:8px;min-height:46px}.mc-dots button{width:36px;height:8px;border:0;border-radius:var(--radius);background:#070b122e;cursor:pointer;transition:background .2s ease}.mc-dots button.active{background:var(--gold)}}.footer-bottom{background:#101720!important;border-top:1px solid rgba(255,250,243,.14)!important;width:100%!important;padding:14px 0!important;margin:0!important}.footer-bottom-inner{width:min(1180px,calc(100% - 32px));margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-bottom span,.footer-bottom p,.footer-bottom div,.footer-bottom .status-text{color:#fff9!important;font-size:.85rem!important}.footer-bottom .back-to-top-btn{border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;background:transparent!important;display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:20px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .25s ease}.footer-bottom .back-to-top-btn:hover{background:#fff!important;color:#000!important;border-color:#fff!important;transform:translateY(-2px)}@media(max-width:760px){.footer-bottom-inner{flex-direction:column;align-items:center;text-align:center;gap:16px}}
