:root{color-scheme:dark;--bg:#101113;--panel:rgba(18, 19, 21, 0.82);--panel-solid:#17181b;--line:rgba(255, 255, 255, 0.08);--line-strong:rgba(255, 255, 255, 0.16);--text:#f8f8f6;--muted:#a8abb0;--brand:#f8f8f6;--brand-strong:#d7d9dd;--brand-surface:rgba(248, 248, 246, 0.94);--brand-text:#f8f8f6;--brand-text-dark:#101113;--surface-base:rgba(255, 255, 255, 0.012);--surface-subtle:rgba(255, 255, 255, 0.018);--surface-soft:rgba(255, 255, 255, 0.024);--surface-muted:rgba(255, 255, 255, 0.026);--surface-active:rgba(255, 255, 255, 0.04);--surface-hover:rgba(255, 255, 255, 0.055);--surface-field:rgba(16, 17, 19, 0.46);--surface-card:linear-gradient(180deg, rgba(255, 255, 255, 0.036), rgba(255, 255, 255, 0.014)),var(--surface-base);--surface-card-soft:linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.014)),var(--surface-base);--surface-card-strong:linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),var(--surface-subtle);--surface-panel-glow:radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.08), transparent 34%),var(--surface-subtle);--inset-highlight:inset 0 1px 0 rgba(255, 255, 255, 0.04);--radius-control:14px;--radius-button:15px;--radius-compact:16px;--radius-card:18px;--radius-feature:20px;--radius-section:22px;--radius-panel:24px;--radius-pill:999px;--shadow:0 24px 70px rgba(0, 0, 0, 0.44);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);transition:background 240ms ease,color 240ms ease}a{color:inherit;text-decoration:none}.lucide{display:inline-block;overflow:visible;color:currentColor;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}main{overflow:hidden}.hero-section{position:relative;min-height:142vh;display:flex;align-items:flex-start;padding:188px 28px 110px;isolation:isolate;overflow:hidden;scroll-margin-top:120px}.hero-section::before{content:"";position:absolute;inset:0;z-index:-3;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:76px 76px;mask-image:linear-gradient(180deg,black 0%,black 54%,transparent 92%)}.hero-background{position:absolute;inset:0;z-index:-2;pointer-events:none}.hero-watermark{position:absolute;top:132px;right:clamp(-140px,-4vw,-28px);width:clamp(420px,48vw,720px);aspect-ratio:556/487;background:url("/assets/atlas-logo-cropped.webp") center/contain no-repeat;opacity:.06;filter:contrast(1.2)}.browser-ghost{position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-panel);background:var(--surface-subtle);box-shadow:var(--inset-highlight),0 30px 80px rgba(0,0,0,.18);transform:rotate(-7deg)}.browser-ghost::before{content:"";position:absolute;left:22px;right:22px;top:44px;height:1px;background:rgba(255,255,255,.08)}.browser-ghost span{position:absolute;left:24px;width:8px;height:8px;border-radius:var(--radius-pill);background:rgba(255,255,255,.16);top:22px}.browser-ghost span:nth-child(2){left:40px}.browser-ghost span:nth-child(3){left:56px}.browser-ghost-one{right:10vw;top:240px;width:min(36vw,470px);height:290px}.browser-ghost-two{right:-90px;top:420px;width:min(34vw,430px);height:250px;opacity:.7;transform:rotate(6deg)}.hero-content{width:min(100%,1180px);margin:0 auto}.hero-kicker{width:fit-content;min-height:38px;display:inline-flex;align-items:center;gap:10px;margin:0 0 34px;padding:0 14px;border:1px solid var(--line);border-radius:var(--radius-pill);color:var(--muted);background:var(--surface-soft);font-size:13px;font-weight:780}.hero-kicker span{width:7px;height:7px;border-radius:var(--radius-pill);background:var(--brand);box-shadow:0 0 16px rgba(248,248,246,.42)}.hero-content h1{max-width:980px;margin:0;color:var(--text);font-size:clamp(48px, 6vw, 88px);font-weight:860;line-height:1.04;letter-spacing:0}.hero-lead{max-width:920px;margin:28px 0 0;color:var(--muted);font-size:clamp(18px, 1.7vw, 22px);font-weight:560;line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:42px}.hero-button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 20px;border:1px solid var(--line);border-radius:var(--radius-button);font-size:15px;font-weight:800;line-height:1;transition:transform 180ms ease,background 180ms ease,border-color 180ms ease}.hero-button:hover{transform:translateY(-1px)}.hero-button i,.hero-button svg{width:18px;height:18px}.hero-button-primary{color:#050607;border-color:rgba(255,255,255,.24);background:var(--brand)}.hero-button.hero-button-primary span,.hero-button.hero-button-primary svg,.hero-button.hero-button-primary:visited{color:#050607}.hero-button-secondary{color:var(--text);background:var(--surface-muted)}.hero-button-secondary:hover{border-color:var(--line-strong);background:var(--surface-hover)}.hero-offer-preview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:980px;margin-top:42px}.hero-offer-preview article{min-height:118px;display:flex;align-items:flex-start;gap:16px;padding:20px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--surface-card);box-shadow:var(--inset-highlight)}.hero-offer-preview i,.hero-offer-preview svg{width:20px;height:20px;flex:0 0 20px;margin-top:2px;color:var(--text)}.hero-offer-preview h2{margin:0;color:var(--text);font-size:17px;font-weight:820;line-height:1.15}.hero-offer-preview p{margin:5px 0 0;color:var(--muted);font-size:14px;font-weight:560;line-height:1.5}.page-hero{position:relative;min-height:84vh;display:flex;align-items:flex-end;padding:188px 28px 98px;isolation:isolate;overflow:hidden}.page-hero::before{content:"";position:absolute;inset:0;z-index:-3;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:76px 76px;mask-image:linear-gradient(180deg,black 0%,black 68%,transparent 100%)}.page-hero-content{width:min(100%,1320px);margin:0 auto}.page-hero-content h1{max-width:1180px;margin:0;color:var(--text);font-size:clamp(48px, 6.4vw, 96px);font-weight:860;line-height:1.02;letter-spacing:0}.page-hero-content>p:not(.hero-kicker){max-width:760px;margin:28px 0 0;color:var(--muted);font-size:clamp(18px, 2vw, 24px);font-weight:560;line-height:1.48}.services-page .hero-watermark{top:118px;right:clamp(-120px,0vw,20px);width:clamp(360px,42vw,660px)}.projects-page .hero-watermark{top:120px;right:clamp(-140px,-1vw,16px);width:clamp(380px,44vw,690px)}.process-page .hero-watermark{top:126px;right:clamp(-150px,-2vw,10px);width:clamp(390px,44vw,700px)}.contact-page .hero-watermark{top:124px;right:clamp(-150px,-2vw,10px);width:clamp(390px,44vw,700px)}.content-section{width:min(100% - 56px,1180px);margin:0 auto;padding:118px 0;border-top:1px solid var(--line);scroll-margin-top:110px}.section-heading{display:block;margin-bottom:48px}.section-kicker{margin:0;color:var(--muted);font-size:13px;font-weight:820;line-height:1.2}.section-heading .section-kicker{margin-bottom:18px}.contact-panel h2,.section-heading h2{max-width:1180px;margin:0;color:var(--text);font-size:clamp(34px, 4vw, 60px);font-weight:850;line-height:1.06;letter-spacing:0}.contact-panel p:not(.section-kicker),.section-heading p:not(.section-kicker){max-width:720px;margin:22px 0 0;color:var(--muted);font-size:18px;font-weight:560;line-height:1.58}.section-heading p:not(.section-kicker){grid-column:auto}.services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.brief-card,.process-list article,.services-grid article,.showcase-card{border:1px solid var(--line);background:var(--surface-card-soft);box-shadow:var(--inset-highlight)}.services-grid article{min-height:auto;display:grid;grid-template-columns:24px minmax(0,1fr);align-content:start;column-gap:12px;row-gap:8px;padding:22px;border-radius:var(--radius-card)}.services-grid i,.services-grid svg,.showcase-card>i,.showcase-card>svg{width:22px;height:22px;color:var(--text)}.services-grid i,.services-grid svg{grid-column:1;grid-row:1;align-self:center}.process-list h3,.services-grid h3,.showcase-card h3{color:var(--text);font-size:20px;font-weight:820;line-height:1.15}.services-grid h3{grid-column:2;grid-row:1;align-self:center;margin:0}.process-list h3,.showcase-card h3{margin:auto 0 0}.process-list p,.services-grid p,.showcase-card p{color:var(--muted);font-size:15px;font-weight:560;line-height:1.55}.services-grid p{grid-column:1/-1;margin:0}.process-list p,.showcase-card p{margin:6px 0 0}.showcase-grid{display:grid;grid-template-columns:1.4fr 0.8fr 0.8fr;grid-template-rows:repeat(2,minmax(188px,1fr));align-items:stretch;gap:14px}.showcase-card{min-height:auto;padding:24px;border-radius:var(--radius-card)}.showcase-card:not(.large){align-self:stretch;display:grid;grid-template-columns:24px minmax(0,1fr);align-content:start;column-gap:12px;row-gap:8px}.showcase-card:not(.large)>i,.showcase-card:not(.large)>svg{grid-column:1;grid-row:1;align-self:center}.showcase-card:not(.large) h3{grid-column:2;grid-row:1;align-self:center;margin:0}.showcase-card:not(.large) p{grid-column:1/-1;margin:0}.showcase-card.large{grid-row:span 2;min-height:390px;display:flex;flex-direction:column;justify-content:space-between;gap:24px}.mock-window{position:relative;min-height:260px;display:flex;flex-direction:column;gap:16px;padding:58px 24px 28px;border:1px solid var(--line);border-radius:var(--radius-card);background:radial-gradient(circle at 70% 20%,rgba(255,255,255,.12),transparent 22%),rgba(16,17,19,.72);overflow:hidden}.mock-window>span{position:absolute;top:18px;left:18px;width:8px;height:8px;border-radius:var(--radius-pill);background:rgba(255,255,255,.2)}.mock-window>span:nth-child(2){left:34px}.mock-window>span:nth-child(3){left:50px}.mock-hero{flex:0 0 auto;height:116px;border-radius:var(--radius-compact);background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.04))}.mock-lines{flex:0 0 auto;display:grid;gap:12px}.mock-lines span{height:12px;border-radius:var(--radius-pill);background:rgba(255,255,255,.09)}.mock-lines span:nth-child(2){width:72%}.mock-lines span:nth-child(3){width:48%}.process-list{display:grid;gap:14px}.process-list article{min-height:112px;display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;align-content:center;column-gap:18px;row-gap:0;padding:22px 24px;border-radius:var(--radius-feature);background:var(--surface-card)}.process-list span{display:none}.process-list h3{grid-column:2;margin:0;font-size:clamp(26px, 2.2vw, 34px);line-height:1.03}.process-list p{grid-column:2;max-width:780px;margin:4px 0 0;font-size:15.5px}.process-list i,.process-list svg{grid-column:1;grid-row:1/span 2;align-self:center;justify-self:center;width:34px;height:34px;color:var(--text)}.contact-section{padding-bottom:132px}.contact-panel{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:42px;align-items:stretch;padding:42px;border:1px solid var(--line);border-radius:var(--radius-panel);background:radial-gradient(circle at 78% 20%,rgba(255,255,255,.08),transparent 32%),var(--surface-subtle);box-shadow:var(--inset-highlight)}.brief-card{display:grid;gap:12px;padding:22px;border-radius:var(--radius-card)}.brief-card div{display:grid;gap:7px;padding:16px;border:1px solid var(--line);border-radius:var(--radius-control);background:var(--surface-field)}.brief-card span{color:var(--muted);font-size:12px;font-weight:760}.brief-card strong{color:var(--text);font-size:15px;font-weight:760}.brief-card .hero-button{margin-top:6px}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.pricing-card{min-height:520px;display:flex;flex-direction:column;padding:28px;border:1px solid var(--line);border-radius:var(--radius-feature);background:var(--surface-card);box-shadow:var(--inset-highlight)}.pricing-card.featured{border-color:var(--line-strong);background:var(--surface-card-strong)}.pricing-card-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.pricing-card-top i,.pricing-card-top svg{width:24px;height:24px;color:var(--text)}.pricing-card-top span{min-height:30px;display:inline-flex;align-items:center;padding:0 11px;border:1px solid var(--line);border-radius:var(--radius-pill);color:var(--muted);background:rgba(16,17,19,.48);font-size:12px;font-weight:800}.pricing-card h3{margin:80px 0 0;color:var(--text);font-size:clamp(28px, 3vw, 42px);font-weight:850;line-height:1}.pricing-price{margin:18px 0 0;color:var(--text);font-size:clamp(34px, 4vw, 54px);font-weight:860;line-height:1}.pricing-card p:not(.pricing-price){margin:20px 0 0;color:var(--muted);font-size:15px;font-weight:560;line-height:1.55}.pricing-card ul{display:grid;gap:12px;margin:auto 0 0;padding:28px 0 0;list-style:none}.pricing-card li{position:relative;padding-left:22px;color:var(--muted);font-size:14px;font-weight:640;line-height:1.35}.pricing-card li::before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;border-radius:var(--radius-pill);background:var(--brand)}.service-includes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:14px}.service-includes div{min-height:118px;display:flex;flex-direction:column;padding:20px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--surface-subtle);box-shadow:var(--inset-highlight)}.service-includes i,.service-includes svg{width:21px;height:21px;color:var(--text)}.service-includes strong{margin-top:auto;color:var(--text);font-size:18px;font-weight:820;line-height:1.15}.service-includes span{margin-top:12px;color:var(--muted);font-size:14px;font-weight:560;line-height:1.5}.pricing-note{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,520px);gap:28px 48px;align-items:start;padding:34px;border:1px solid var(--line);border-radius:var(--radius-section);background:var(--surface-panel-glow);box-shadow:var(--inset-highlight)}.pricing-note h2{max-width:680px;margin:14px 0 0;color:var(--text);font-size:clamp(32px, 4vw, 58px);font-weight:850;line-height:1}.pricing-note>p{margin:0;color:var(--muted);font-size:17px;font-weight:560;line-height:1.6}.pricing-note .hero-button{grid-column:2;width:fit-content}.project-showcase-grid{display:grid;grid-template-columns:1.35fr 0.82fr 0.82fr;grid-template-rows:repeat(2,minmax(226px,1fr));align-items:stretch;gap:14px}.project-card{min-height:auto;display:flex;flex-direction:column;padding:24px;border:1px solid var(--line);border-radius:var(--radius-feature);background:var(--surface-card);box-shadow:var(--inset-highlight)}.project-card-large{grid-row:span 2;min-height:466px;justify-content:space-between;gap:28px}.project-card:not(.project-card-large){align-self:stretch;justify-content:flex-start}.project-card-label{display:inline-flex;align-items:center;gap:10px;width:fit-content;min-height:30px}.project-card-label i,.project-card-label svg{width:24px;height:24px;color:var(--text)}.project-card-label span{margin-top:0;color:var(--muted);font-size:13px;font-weight:820;line-height:1.2}.project-card-large>div:last-child>span{color:var(--muted);font-size:12px;font-weight:820;line-height:1.2}.project-card h3{margin:12px 0 0;color:var(--text);font-size:clamp(24px, 2.5vw, 34px);font-weight:850;line-height:1.05}.project-card:not(.project-card-large) h3{margin-top:18px}.project-card-large h3{margin-top:14px}.project-card p{margin:16px 0 0;color:var(--muted);font-size:15px;font-weight:560;line-height:1.55}.project-preview-window{position:relative;min-height:252px;border:1px solid var(--line);border-radius:18px;background:radial-gradient(circle at 76% 20%,rgba(255,255,255,.12),transparent 24%),rgba(16,17,19,.72);overflow:hidden}.project-preview-window>span{position:absolute;top:18px;left:18px;width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.2)}.project-preview-window>span:nth-child(2){left:34px}.project-preview-window>span:nth-child(3){left:50px}.project-preview-hero{position:absolute;left:24px;right:24px;top:58px;height:120px;border-radius:16px;background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,.045)),rgba(255,255,255,.02)}.project-preview-stack{position:absolute;left:24px;right:24px;bottom:30px;display:grid;grid-template-columns:1fr 0.72fr;gap:12px}.project-preview-stack b{min-height:54px;border-radius:14px;background:rgba(255,255,255,.07)}.project-preview-stack b:first-child{grid-row:span 2}.project-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:14px}.project-detail-grid article{min-height:118px;display:flex;flex-direction:column;padding:20px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--surface-subtle);box-shadow:var(--inset-highlight)}.project-detail-grid i,.project-detail-grid svg{width:22px;height:22px;color:var(--text)}.project-detail-grid strong{margin-top:auto;color:var(--text);font-size:18px;font-weight:820;line-height:1.15}.project-detail-grid span{margin-top:12px;color:var(--muted);font-size:14px;font-weight:560;line-height:1.5}.portfolio-note{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,520px);gap:28px 48px;align-items:start;padding:34px;border:1px solid var(--line);border-radius:var(--radius-section);background:var(--surface-panel-glow);box-shadow:var(--inset-highlight)}.portfolio-note h2{max-width:680px;margin:14px 0 0;color:var(--text);font-size:clamp(32px, 4vw, 58px);font-weight:850;line-height:1}.portfolio-note>p{margin:0;color:var(--muted);font-size:17px;font-weight:560;line-height:1.6}.portfolio-note .hero-button{grid-column:2;width:fit-content}.process-timeline{display:grid;gap:12px}.process-step-card{min-height:128px;display:grid;grid-template-columns:66px minmax(0,1fr);align-items:center;gap:24px;padding:24px;border:1px solid var(--line);border-radius:var(--radius-feature);background:var(--surface-card);box-shadow:var(--inset-highlight)}.process-step-card>span{display:none}.process-step-card>div{grid-column:2;grid-row:1;align-self:start}.process-step-card h3{margin:0;color:var(--text);font-size:clamp(28px, 3vw, 42px);font-weight:850;line-height:1}.process-step-card p{max-width:760px;margin:3px 0 0;color:var(--muted);font-size:16px;font-weight:560;line-height:1.55}.process-step-card i,.process-step-card svg{grid-column:1;grid-row:1;width:40px;height:40px;justify-self:center;color:var(--text)}.process-output-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:14px}.process-output-grid article{min-height:118px;display:flex;flex-direction:column;padding:20px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--surface-subtle);box-shadow:var(--inset-highlight)}.process-output-grid i,.process-output-grid svg{width:22px;height:22px;color:var(--text)}.process-output-grid strong{margin-top:auto;color:var(--text);font-size:18px;font-weight:820;line-height:1.15}.process-output-grid span{margin-top:12px;color:var(--muted);font-size:14px;font-weight:560;line-height:1.5}.process-note{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,520px);gap:28px 48px;align-items:start;padding:34px;border:1px solid var(--line);border-radius:var(--radius-section);background:var(--surface-panel-glow);box-shadow:var(--inset-highlight)}.process-note h2{max-width:680px;margin:14px 0 0;color:var(--text);font-size:clamp(32px, 4vw, 58px);font-weight:850;line-height:1}.process-note>p{margin:0;color:var(--muted);font-size:17px;font-weight:560;line-height:1.6}.process-note .hero-button{grid-column:2;width:fit-content}.contact-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:42px;align-items:stretch;padding:42px;border:1px solid var(--line);border-radius:var(--radius-panel);background:radial-gradient(circle at 78% 18%,rgba(255,255,255,.08),transparent 32%),var(--surface-subtle);box-shadow:var(--inset-highlight)}.contact-copy h2{max-width:780px;margin:14px 0 0;color:var(--text);font-size:clamp(36px, 5vw, 72px);font-weight:850;line-height:1}.contact-copy p:not(.section-kicker){max-width:700px;margin:22px 0 0;color:var(--muted);font-size:18px;font-weight:560;line-height:1.58}.contact-copy .hero-button{margin-top:34px}.contact-card{display:grid;gap:12px;padding:22px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--surface-card-soft);box-shadow:var(--inset-highlight)}.contact-card div{display:grid;gap:7px;padding:16px;border:1px solid var(--line);border-radius:var(--radius-control);background:var(--surface-field)}.contact-card span{color:var(--muted);font-size:12px;font-weight:760}.contact-card strong{color:var(--text);font-size:15px;font-weight:760}.contact-brief-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:14px}.contact-brief-grid article{min-height:auto;display:flex;flex-direction:column;padding:20px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--surface-subtle);box-shadow:var(--inset-highlight)}.contact-brief-grid i,.contact-brief-grid svg{width:22px;height:22px;color:var(--text)}.contact-brief-grid strong{margin-top:auto;color:var(--text);font-size:18px;font-weight:820;line-height:1.15}.contact-brief-grid span{margin-top:12px;color:var(--muted);font-size:14px;font-weight:560;line-height:1.5}.contact-brief-grid article,.process-output-grid article,.project-detail-grid article,.service-includes div{display:grid;grid-template-columns:24px minmax(0,1fr);align-content:start;column-gap:12px;row-gap:14px}.contact-brief-grid i,.contact-brief-grid svg,.process-output-grid i,.process-output-grid svg,.project-detail-grid i,.project-detail-grid svg,.service-includes i,.service-includes svg{grid-column:1;grid-row:1;align-self:center}.contact-brief-grid strong,.process-output-grid strong,.project-detail-grid strong,.service-includes strong{grid-column:2;grid-row:1;align-self:center;margin:0}.contact-brief-grid span,.process-output-grid span,.project-detail-grid span,.service-includes span{grid-column:1/-1;margin:0}.contact-note{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,520px);gap:28px 48px;align-items:start;padding:34px;border:1px solid var(--line);border-radius:var(--radius-section);background:var(--surface-panel-glow);box-shadow:var(--inset-highlight)}.contact-note h2{max-width:680px;margin:14px 0 0;color:var(--text);font-size:clamp(32px, 4vw, 58px);font-weight:850;line-height:1}.contact-note>p{margin:0;color:var(--muted);font-size:17px;font-weight:560;line-height:1.6}.contact-note .hero-button{grid-column:2;width:fit-content}.site-footer{padding:0 28px 34px}.footer-panel{width:min(100%,1180px);min-height:300px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,0.72fr);gap:56px;margin:0 auto;padding:44px 52px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--surface-card-soft);box-shadow:var(--inset-highlight)}.footer-brand-area{display:flex;flex-direction:column}.footer-logo{width:fit-content;display:inline-flex;align-items:center;gap:14px;color:var(--text)}.footer-logo>span{width:38px;height:38px;min-width:38px;max-width:38px;flex:0 0 38px;display:grid;place-items:center;overflow:hidden}.footer-logo-mark{width:38px;height:38px;min-width:38px;max-width:38px;max-height:38px;flex:0 0 38px;display:block;background:url("/assets/atlas-logo-cropped.webp") center/contain no-repeat;filter:contrast(1.08)}.footer-logo img{width:38px;height:38px;max-width:38px;max-height:38px;display:block;object-fit:contain}.footer-logo strong{font-size:22px;font-weight:850;line-height:1}.footer-brand-area>p{max-width:470px;margin:18px 0 0;color:var(--muted);font-size:15px;font-weight:560;line-height:1.45}.footer-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.footer-links div{display:flex;flex-direction:column;gap:10px}.footer-links ul{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.footer-links span{margin-bottom:3px;color:rgba(168,171,176,.72);font-size:12px;font-weight:780;line-height:1}.footer-links a{color:var(--muted);font-size:15px;font-weight:620;line-height:1.2;transition:color 170ms ease,transform 170ms ease}.footer-links a:hover{color:var(--text);transform:translateX(2px)}.footer-bottom{grid-column:1/-1;display:flex;align-items:end;justify-content:space-between;gap:24px;margin-top:20px;padding-top:34px;border-top:1px solid rgba(255,255,255,.055)}.footer-bottom p{max-width:460px;margin:0;color:rgba(168,171,176,.42);font-size:13px;font-weight:560;line-height:1.45}.footer-bottom a{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:14px;font-weight:720;transition:color 170ms ease}.footer-bottom a:hover{color:var(--text)}.footer-bottom i,.footer-bottom svg{width:16px;height:16px}.site-header{position:fixed;inset:0 0 auto;z-index:50;padding:18px 28px 0;pointer-events:none}.nav-shell{width:min(100%,1180px);height:52px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;border:1px solid transparent;transition:width 320ms ease,height 320ms ease,padding 320ms ease,border-color 320ms ease,border-radius 320ms ease,background 320ms ease,box-shadow 320ms ease;pointer-events:auto}.brand,.ghost-btn,.menu-btn,.nav-actions,.nav-links,.primary-btn{display:inline-flex;align-items:center}.brand{position:relative;justify-self:start;width:168px;min-width:168px;height:48px;gap:10px;padding:0 12px;border:1px solid var(--line);border-radius:var(--radius-control);background:var(--surface-soft);box-shadow:var(--inset-highlight);color:var(--brand-text);transition:min-width 320ms ease,width 320ms ease,height 320ms ease,padding 320ms ease,border-radius 320ms ease,transform .2s ease}.brand:hover,.ghost-btn:hover,.menu-btn:hover,.primary-btn:hover{transform:translateY(-1px)}.brand:hover{border-color:var(--line-strong);background:var(--surface-hover)}.brand svg,.brand-mark,.brand-mark img,.ghost-btn i,.ghost-btn svg,.menu-btn i,.menu-btn svg,.nav-links i,.nav-links svg,.primary-btn i,.primary-btn svg{display:block;width:18px;height:18px;flex:0 0 18px}.brand-mark{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px}.brand-mark img{width:30px;height:30px;object-fit:contain;filter:contrast(1.08)}.brand-text,.ghost-btn span,.primary-btn span{max-width:112px;overflow:hidden;white-space:nowrap;opacity:1;transition:max-width 260ms ease,opacity 220ms ease,margin 260ms ease}.brand-text{display:block;flex:0 1 auto;min-width:0;color:var(--brand-text);font-size:16px;font-weight:850;line-height:1}.nav-link-copy{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0;opacity:0;pointer-events:none}.nav-links{justify-self:center;height:52px;gap:8px;padding:0 12px;border:1px solid var(--line);border-radius:var(--radius-compact);background:rgba(16,17,19,.5);box-shadow:var(--inset-highlight)}.nav-links a{position:relative;height:100%;display:inline-flex;align-items:center;justify-content:center;width:48px;padding:0;color:var(--muted);font-size:14px;font-weight:730;line-height:1;transition:color 180ms ease}.nav-links a.active,.nav-links a:hover{color:var(--text)}.nav-links a.active::after{content:"";position:absolute;left:10px;right:10px;bottom:0;height:2px;border-radius:99px;background:var(--brand)}.nav-links a::before,.site-header.is-scrolled .brand::before,.site-header.is-scrolled .nav-actions a::before{content:attr(data-tooltip);position:absolute;left:50%;top:calc(100% + 10px);z-index:10;padding:7px 11px;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-pill);background:rgba(18,19,21,.92);box-shadow:0 14px 34px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.06);color:#f8f8f6;font-size:12px;font-weight:760;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(-50%,-2px) scale(.96);transform-origin:top center;backdrop-filter:blur(12px);transition:opacity 160ms ease,transform 180ms ease;transition-delay:80ms}.nav-links a.is-tooltip-visible:not(.tooltip-suppressed)::before,.nav-links a:not(.tooltip-suppressed):focus-visible::before,.nav-links a:not(.tooltip-suppressed):hover::before,.site-header.is-scrolled .brand.is-tooltip-visible:not(.tooltip-suppressed)::before,.site-header.is-scrolled .brand:not(.tooltip-suppressed):focus-visible::before,.site-header.is-scrolled .brand:not(.tooltip-suppressed):hover::before,.site-header.is-scrolled .nav-actions a.is-tooltip-visible:not(.tooltip-suppressed)::before,.site-header.is-scrolled .nav-actions a:not(.tooltip-suppressed):focus-visible::before,.site-header.is-scrolled .nav-actions a:not(.tooltip-suppressed):hover::before{opacity:1;transform:translate(-50%,0) scale(1)}.nav-actions{justify-self:end;gap:8px}.ghost-btn,.menu-btn,.primary-btn{position:relative;height:48px;justify-content:center;gap:10px;border:1px solid var(--line);border-radius:var(--radius-control);font-size:14px;font-weight:760;line-height:1;transition:width 320ms ease,min-width 320ms ease,height 320ms ease,padding 320ms ease,border-radius 320ms ease,background 220ms ease,transform .2s ease}.ghost-btn{min-width:136px;padding:0 18px;color:var(--muted);background:var(--surface-soft)}.primary-btn{min-width:132px;padding:0 20px;color:var(--brand-text);border-color:var(--line);background:var(--surface-soft);box-shadow:var(--inset-highlight)}.primary-btn span{display:inline-flex;align-items:center;padding:5px 0;line-height:1.2}.project-btn{min-width:132px}.primary-btn:hover{color:var(--text);border-color:var(--line-strong);background:var(--surface-hover)}.ghost-btn:hover{color:var(--text);border-color:var(--line-strong)}.menu-btn{display:none;width:48px;padding:0;color:var(--text);background:var(--surface-active)}.site-header.is-scrolled .nav-shell{width:min(100%,980px);height:56px;padding:0 14px;border-color:var(--line);border-radius:var(--radius-card);background:var(--panel);box-shadow:var(--shadow);backdrop-filter:blur(18px)}.site-header.is-scrolled .brand{min-width:44px;width:44px;height:40px;gap:0;padding:0;justify-content:center;border-color:transparent;border-radius:0;background:0 0;box-shadow:none}.site-header.is-scrolled .brand-mark,.site-header.is-scrolled .brand-mark img{width:30px;height:30px;flex-basis:30px}.site-header.is-scrolled .brand-text,.site-header.is-scrolled .nav-actions span{max-width:0;opacity:0;margin:0}.site-header.is-scrolled .ghost-btn,.site-header.is-scrolled .primary-btn{width:44px;min-width:44px;height:40px;gap:0;padding:0;border-color:transparent;border-radius:0;background:0 0;box-shadow:none}.site-header.is-scrolled .nav-links{height:44px;background:0 0;border-color:transparent;box-shadow:none}.mobile-panel{display:none}@media (min-width:1440px){.site-header{padding-right:48px;padding-left:48px}.nav-shell{width:min(100%,1500px)}.hero-section{min-height:1120px;padding-top:170px;padding-bottom:90px}.hero-content,.page-hero-content{width:min(100% - 96px,1500px)}.hero-content h1,.page-hero-content h1{max-width:1280px}.hero-content h1{max-width:1320px;font-size:clamp(58px, 5vw, 96px)}.hero-lead,.page-hero-content>p:not(.hero-kicker){max-width:840px}.hero-offer-preview{margin-top:38px}.page-hero{min-height:760px;padding-top:160px;padding-bottom:82px}.content-section{width:min(100% - 96px,1500px);padding:96px 0}.contact-panel h2,.section-heading h2{max-width:1280px}.footer-panel{width:min(100%,1500px)}.site-footer{padding-right:48px;padding-left:48px}.project-showcase-grid{grid-template-columns:1.25fr 1fr 1fr}}@media (min-width:1800px){.nav-shell{width:min(100%,1560px)}.content-section,.hero-content,.page-hero-content{width:min(100% - 128px,1560px)}.contact-panel h2,.section-heading h2{max-width:1360px}.footer-panel{width:min(100%,1560px)}.page-hero{min-height:720px}.hero-section{min-height:1040px}}@media (max-width:900px){.site-header{padding:16px 14px 0}.hero-section{min-height:128vh;padding:142px 20px 84px}.hero-content h1{max-width:720px;font-size:clamp(42px, 11vw, 72px)}.hero-lead{max-width:660px}.hero-watermark{top:220px;right:-160px;width:520px}.browser-ghost-one,.browser-ghost-two{display:none}.hero-offer-preview{grid-template-columns:1fr;max-width:620px}.page-hero{min-height:78vh;padding:142px 20px 78px}.page-hero-content h1{max-width:720px;font-size:clamp(42px, 11vw, 72px)}.page-hero-content>p:not(.hero-kicker){max-width:660px}.services-page .hero-watermark{top:190px;right:-160px;width:520px}.projects-page .hero-watermark{top:190px;right:-170px;width:540px}.process-page .hero-watermark{top:190px;right:-170px;width:540px}.contact-page .hero-watermark{top:190px;right:-170px;width:540px}.content-section{width:min(100% - 40px,960px);padding:92px 0;scroll-margin-top:94px}.section-heading{display:block;margin-bottom:34px}.section-heading p:not(.section-kicker){grid-column:auto;margin-top:18px}.contact-panel h2,.section-heading h2{font-size:clamp(34px, 8vw, 56px)}.contact-panel p:not(.section-kicker),.section-heading p:not(.section-kicker){font-size:16px}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services-grid article{min-height:auto}.showcase-grid{grid-template-columns:1fr;grid-template-rows:auto}.showcase-card.large{grid-row:auto;min-height:auto}.process-list article{min-height:108px;grid-template-columns:48px minmax(0,1fr);column-gap:16px;row-gap:0}.process-list p{grid-column:2}.contact-section{padding-bottom:96px}.contact-panel{grid-template-columns:1fr;gap:26px;padding:28px;border-radius:20px}.pricing-grid,.service-includes{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-card{min-height:480px;padding:24px}.pricing-card h3{margin-top:54px}.pricing-card.featured{grid-column:span 2;min-height:420px}.pricing-note{grid-template-columns:1fr;gap:22px;padding:28px}.pricing-note .hero-button{grid-column:auto}.site-footer{padding:0 20px 28px}.footer-panel{grid-template-columns:1fr;gap:34px;padding:34px}.footer-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.footer-bottom{align-items:flex-start}.project-detail-grid,.project-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}.project-card-large{grid-row:auto;grid-column:span 2;min-height:420px}.portfolio-note{grid-template-columns:1fr;gap:22px;padding:28px}.portfolio-note .hero-button{grid-column:auto}.process-step-card{grid-template-columns:46px minmax(0,1fr);gap:16px 18px;min-height:126px}.process-output-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-note{grid-template-columns:1fr;gap:22px;padding:28px}.process-note .hero-button{grid-column:auto}.contact-main-grid{grid-template-columns:1fr;gap:26px;padding:28px;border-radius:20px}.contact-copy h2{font-size:clamp(34px, 8vw, 56px)}.contact-copy p:not(.section-kicker){font-size:16px}.contact-brief-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-note{grid-template-columns:1fr;gap:22px;padding:28px}.contact-note .hero-button{grid-column:auto}.nav-shell,.site-header.is-scrolled .nav-shell{width:min(100%,760px);grid-template-columns:auto 1fr auto;padding:0 12px;border:1px solid var(--line);border-radius:22px;background:var(--panel);box-shadow:var(--shadow);backdrop-filter:blur(18px)}.nav-actions,.nav-links{display:none}.menu-btn{display:inline-flex;justify-self:end}.site-header.is-scrolled .menu-btn{width:44px;height:40px;border-radius:13px}.mobile-panel{width:min(100%,760px);margin:8px auto 0;display:grid;gap:4px;max-height:0;overflow:hidden;padding:0 10px;border:1px solid var(--line);border-radius:18px;background:rgba(19,20,23,.94);box-shadow:var(--shadow);backdrop-filter:blur(18px);visibility:hidden;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity 180ms ease,transform 180ms ease,max-height 180ms ease,padding 180ms ease,visibility 0s linear 180ms}.mobile-panel.open{max-height:360px;padding:10px;visibility:visible;opacity:1;transform:translateY(0);pointer-events:auto;transition-delay:0s}.mobile-panel a{padding:14px;border-radius:12px;color:var(--muted);font-weight:720;pointer-events:none;touch-action:manipulation}.mobile-panel.open a{pointer-events:auto}.mobile-panel a.active{color:var(--text);background:rgba(255,255,255,.055)}.brand,.menu-btn,.mobile-panel a{-webkit-tap-highlight-color:transparent}}@media (max-width:900px),(hover:none){.nav-links a::before,.site-header.is-scrolled .brand::before,.site-header.is-scrolled .nav-actions a::before{display:none}}@media (max-width:520px){.brand{width:168px;min-width:168px}.hero-section{min-height:136vh;padding:128px 16px 72px}.hero-kicker{min-height:34px;margin-bottom:26px;font-size:12px}.hero-content h1{font-size:clamp(38px, 14vw, 56px)}.hero-lead{margin-top:22px;font-size:17px}.hero-actions{margin-top:32px}.hero-button{width:100%}.hero-offer-preview article{min-height:132px;padding:20px}.page-hero{min-height:74vh;padding:128px 16px 64px}.page-hero-content h1{font-size:clamp(38px, 14vw, 56px)}.page-hero-content>p:not(.hero-kicker){margin-top:22px;font-size:17px}.content-section{width:min(100% - 32px,520px);padding:76px 0}.section-heading{margin-bottom:28px}.contact-panel h2,.section-heading h2{font-size:clamp(32px, 11vw, 44px)}.services-grid{grid-template-columns:1fr}.services-grid article,.showcase-card{min-height:auto;padding:20px;border-radius:16px}.showcase-card.large{min-height:auto;gap:22px}.mock-window{min-height:230px;gap:14px;padding:52px 20px 24px}.mock-hero{height:108px}.process-list article{min-height:auto;grid-template-columns:36px minmax(0,1fr);padding:20px;column-gap:12px;row-gap:0;border-radius:16px}.process-list h3{font-size:clamp(25px, 7vw, 34px)}.process-list p{grid-column:2;margin-top:4px;font-size:15.5px}.process-list i,.process-list svg{width:28px;height:28px}.contact-panel{padding:22px;border-radius:18px}.brief-card{padding:14px;border-radius:16px}.brief-card div{padding:14px}.pricing-grid,.service-includes{grid-template-columns:1fr}.pricing-card,.pricing-card.featured{grid-column:auto;min-height:430px;padding:22px;border-radius:18px}.pricing-card h3{margin-top:42px}.pricing-note{padding:22px;border-radius:18px}.pricing-note h2{font-size:clamp(30px, 10vw, 42px)}.service-includes div{min-height:auto}.site-footer{padding:0 16px 22px}.footer-panel{min-height:auto;padding:24px;border-radius:16px}.footer-links{grid-template-columns:1fr;gap:24px}.footer-bottom{flex-direction:column;gap:16px}.footer-bottom a{width:100%;min-height:44px;justify-content:center;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.018)}.project-detail-grid,.project-showcase-grid{grid-template-columns:1fr;grid-template-rows:auto}.project-card,.project-card-large{grid-column:auto;min-height:auto;padding:20px;border-radius:16px}.project-card-large{min-height:250px;gap:22px}.project-preview-window{min-height:230px}.project-preview-hero{height:92px}.project-detail-grid article{min-height:auto}.portfolio-note{padding:22px;border-radius:18px}.portfolio-note h2{font-size:clamp(30px, 10vw, 42px)}.process-step-card{grid-template-columns:40px minmax(0,1fr);min-height:auto;gap:12px;padding:20px;border-radius:16px}.process-step-card>span{grid-column:1}.process-step-card>div{grid-column:2}.process-step-card i,.process-step-card svg{grid-column:1;width:30px;height:30px;justify-self:center}.process-output-grid{grid-template-columns:1fr}.process-output-grid article{min-height:auto}.process-note{padding:22px;border-radius:18px}.process-note h2{font-size:clamp(30px, 10vw, 42px)}.contact-main-grid{padding:22px;border-radius:18px}.contact-copy h2{font-size:clamp(32px, 11vw, 44px)}.contact-copy .hero-button{width:100%}.contact-card{padding:14px;border-radius:16px}.contact-card div{padding:14px}.contact-brief-grid{grid-template-columns:1fr}.contact-brief-grid article{min-height:auto}.contact-note{padding:22px;border-radius:18px}.contact-note h2{font-size:clamp(30px, 10vw, 42px)}.hero-watermark{top:270px;right:-190px;width:470px;opacity:.05}.site-header.is-scrolled .brand{min-width:44px}}.content-section>.section-heading{display:block}.content-section>.section-heading .section-kicker,.content-section>.section-heading h2,.content-section>.section-heading p:not(.section-kicker){grid-column:auto}.content-section>.section-heading .section-kicker{margin:0 0 18px}body.modal-open{overflow:hidden}.contact-modal[hidden]{display:none}.cookie-consent{position:fixed;right:18px;bottom:18px;z-index:180;width:min(660px,calc(100vw - 36px));display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:18px;border:1px solid var(--line-strong);border-radius:18px;background:rgba(18,19,21,.96);box-shadow:0 24px 70px rgba(0,0,0,.48);backdrop-filter:blur(18px)}.cookie-consent-copy{display:grid;gap:7px}.cookie-consent-title{display:flex;align-items:center;gap:9px}.cookie-consent-icon{width:20px;height:20px;color:var(--text);flex:0 0 auto}.cookie-consent-title strong{color:var(--text);font-size:15px;font-weight:860;line-height:1.1}.cookie-consent-copy p{margin:0;color:var(--muted);max-width:390px;font-size:13.5px;font-weight:620;line-height:1.55}.cookie-consent-actions{display:flex;gap:8px;align-items:center}.cookie-consent-actions button{min-height:42px;min-width:112px;padding:0 16px;border-radius:12px;font:inherit;font-size:13px;font-weight:820;line-height:1;cursor:pointer;transition:transform 170ms ease,border-color 170ms ease,background 170ms ease,color 170ms ease}.cookie-consent-actions button:hover{transform:translateY(-1px)}.cookie-consent-secondary{border:1px solid var(--line);background:rgba(255,255,255,.024);color:var(--muted)}.cookie-consent-secondary:hover{border-color:var(--line-strong);color:var(--text)}.cookie-consent-primary{border:1px solid rgba(255,255,255,.22);background:var(--brand);color:var(--brand-text-dark)}.contact-modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:24px}.contact-modal-backdrop{position:absolute;inset:0;background:radial-gradient(circle at 50% 0,rgba(255,255,255,.08),transparent 34%),rgba(8,9,10,.78);backdrop-filter:blur(18px)}.contact-dialog{position:relative;width:min(100%,760px);max-height:calc(100vh - 48px);overflow:auto;padding:30px;border:1px solid var(--line-strong);border-radius:22px;background:rgba(18,19,21,.96);box-shadow:0 30px 90px rgba(0,0,0,.54)}.contact-modal-close{position:absolute;top:18px;right:18px;width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.024);color:var(--text);cursor:pointer;transition:transform 170ms ease,border-color 170ms ease,background 170ms ease}.contact-modal-close:hover{transform:translateY(-1px);border-color:var(--line-strong);background:rgba(255,255,255,.055)}.contact-modal-close span{position:absolute;width:15px;height:2px;border-radius:999px;background:currentColor}.contact-modal-close span:first-child{transform:rotate(45deg)}.contact-modal-close span:last-child{transform:rotate(-45deg)}.contact-modal-heading{max-width:620px;padding-right:48px}.contact-modal-heading h2{margin:0;color:var(--text);font-size:clamp(34px, 5vw, 54px);font-weight:860;line-height:1.04;letter-spacing:0}.contact-modal-heading p:not(.section-kicker){margin:18px 0 0;color:var(--muted);font-size:16px;font-weight:620;line-height:1.6}.contact-modal-heading strong{color:var(--text)}.contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px}.contact-field{display:grid;gap:8px}.contact-field span{color:var(--muted);font-size:12px;font-weight:820;line-height:1;letter-spacing:.04em;text-transform:uppercase}.contact-field input,.contact-field select,.contact-field textarea{width:100%;min-height:50px;padding:0 14px;border:1px solid var(--line);border-radius:12px;outline:0;background:rgba(255,255,255,.026);color:var(--text);font:inherit;font-size:15px;font-weight:650;transition:border-color 170ms ease,background 170ms ease,box-shadow 170ms ease}.contact-field textarea{min-height:142px;padding-top:14px;resize:vertical;line-height:1.55}.contact-field select{cursor:pointer}.contact-field input::placeholder,.contact-field textarea::placeholder{color:rgba(168,171,176,.72)}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{border-color:rgba(248,248,246,.28);background:rgba(255,255,255,.045);box-shadow:0 0 0 4px rgba(255,255,255,.055)}.contact-field-full,.contact-status,.contact-submit{grid-column:1/-1}.contact-trap{display:none}.contact-status{min-height:22px;margin:0;color:var(--muted);font-size:14px;font-weight:720;line-height:1.45}.contact-status[data-state=success]{color:#f8f8f6}.contact-status[data-state=error]{color:#ffb4b4}.contact-submit{min-height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:13px;font-size:14px;font-weight:860;line-height:1;cursor:pointer}.contact-submit{border:1px solid rgba(255,255,255,.2);background:var(--brand);color:var(--brand-text-dark)}.contact-submit:disabled{cursor:wait;opacity:.72}@media (max-width:760px){.cookie-consent{left:12px;right:12px;bottom:12px;width:auto;grid-template-columns:1fr}.cookie-consent-actions{justify-content:stretch}.cookie-consent-actions button{flex:1}.contact-modal{padding:12px}.contact-dialog{max-height:calc(100vh - 24px);padding:22px;border-radius:18px}.contact-modal-heading{padding-right:42px}.contact-modal-heading h2{font-size:clamp(30px, 10vw, 42px)}.contact-form{grid-template-columns:1fr}}