:root {
  --navy: #071426;
  --navy-2: #0c1f39;
  --ink: #0a1424;
  --paper: #f6f3ec;
  --white: #ffffff;
  --blue: #2167e8;
  --blue-soft: #d8e7ff;
  --orange: #ffb34f;
  --orange-2: #ff8d3a;
  --lime: #c8ff67;
  --line: rgba(9, 22, 40, .16);
  --muted: #667184;
  --max: 1380px;
  --radius: 28px;
  --shadow: 0 30px 80px rgba(7, 20, 38, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--paper); color: var(--ink); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
::selection { background: var(--orange); color: var(--navy); }

.skip-link { position: fixed; top: .8rem; left: .8rem; transform: translateY(-160%); background: var(--white); color: var(--ink); z-index: 999; padding: .75rem 1rem; border-radius: 999px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(1.2rem, 4vw, 4.5rem); color: white; transition: background .3s ease, backdrop-filter .3s ease, height .3s ease, box-shadow .3s ease; }
.site-header.scrolled { height: 72px; background: rgba(7, 20, 38, .88); backdrop-filter: blur(18px); box-shadow: 0 1px 0 rgba(255,255,255,.08); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; width: max-content; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand span { font-weight: 800; font-size: 1.15rem; letter-spacing: -.04em; }
.desktop-nav { display: flex; gap: 2rem; }
.desktop-nav a { color: rgba(255,255,255,.7); text-decoration: none; font-size: .83rem; transition: color .2s ease; }
.desktop-nav a:hover { color: white; }
.nav-cta { justify-self: end; text-decoration: none; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; padding-bottom: .35rem; border-bottom: 1px solid rgba(255,255,255,.45); }
.menu-toggle { display: none; justify-self: end; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); padding: 0; position: relative; }
.menu-toggle span { position: absolute; left: 12px; right: 12px; height: 1px; background: white; transition: transform .25s ease, top .25s ease; }
.menu-toggle span:first-child { top: 17px; }
.menu-toggle span:last-child { top: 25px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 40; inset: 0; background: var(--navy); color: white; display: grid; align-content: center; gap: 3rem; padding: 7rem 2rem 3rem; transform: translateY(-100%); visibility: hidden; transition: transform .45s cubic-bezier(.7,0,.2,1), visibility .45s; }
.mobile-menu.open { transform: translateY(0); visibility: visible; }
.mobile-menu nav { display: grid; gap: .8rem; }
.mobile-menu nav a { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 10vw, 5rem); text-decoration: none; letter-spacing: -.05em; }
.mobile-contact { display: grid; gap: .6rem; color: rgba(255,255,255,.62); }
.mobile-contact a { text-decoration: none; }

.hero { min-height: 100svh; position: relative; overflow: hidden; background: var(--navy); color: white; padding: 10.5rem clamp(1.2rem, 5vw, 5.8rem) 4rem; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: 4vw; align-items: center; }
.hero-grid { position: absolute; inset: 0; opacity: .07; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 55% 35%, rgba(34,103,232,.16), transparent 38%); pointer-events: none; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .6; }
.hero-orb-one { width: 28rem; height: 28rem; right: -10rem; top: -11rem; background: radial-gradient(circle at 30% 30%, var(--orange), transparent 65%); }
.hero-orb-two { width: 22rem; height: 22rem; left: 35%; bottom: -14rem; background: radial-gradient(circle at 40% 30%, var(--blue), transparent 68%); }
.hero-copy, .hero-studio, .hero-bottom { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 1.6rem; display: flex; align-items: center; gap: .8rem; color: rgba(255,255,255,.64); font-size: .69rem; letter-spacing: .17em; text-transform: uppercase; font-weight: 800; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--blue); }
.eyebrow.light { color: var(--orange); }
.hero h1 { margin: 0; max-width: 820px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4.5rem, 8vw, 9.4rem); line-height: .83; font-weight: 400; letter-spacing: -.075em; }
.hero h1 em { color: var(--orange); font-weight: 400; }
.hero-lead { max-width: 680px; margin: 2rem 0 0; color: rgba(255,255,255,.66); font-size: clamp(1rem, 1.35vw, 1.22rem); line-height: 1.72; }
.hero-actions { margin-top: 2.3rem; display: flex; gap: .8rem; flex-wrap: wrap; }
.button { min-height: 54px; padding: 0 1.25rem; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 1rem; text-decoration: none; border: 1px solid transparent; font-size: .76rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--orange); color: var(--navy); }
.button-primary:hover { background: white; }
.button-ghost { border-color: rgba(255,255,255,.25); color: white; }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.07); }
.button-powered { background: var(--blue); color: white; border-color: rgba(255,255,255,.14); box-shadow: 0 12px 32px rgba(33,103,232,.28); }
.button-powered:hover { background: white; color: var(--navy); border-color: white; box-shadow: 0 18px 42px rgba(0,0,0,.22); }
.hero-studio { justify-self: end; width: min(100%, 610px); perspective: 1200px; }
.studio-window { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 28px; padding: .75rem; box-shadow: 0 60px 100px rgba(0,0,0,.34); backdrop-filter: blur(18px); transform: rotateY(-5deg) rotateX(2deg); }
.window-bar { height: 38px; border-radius: 17px 17px 8px 8px; display: flex; align-items: center; gap: .35rem; padding: 0 .6rem; background: rgba(255,255,255,.08); color: rgba(255,255,255,.42); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.window-bar i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.25); }
.window-bar span { margin-left: auto; }
.studio-canvas { min-height: 500px; position: relative; overflow: hidden; border-radius: 8px; display: grid; place-items: center; background: radial-gradient(circle at 50% 50%, rgba(33,103,232,.28), transparent 36%), linear-gradient(145deg, #0d2545, #09172a 60%, #06101e); }
.studio-canvas::before { content: ''; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 42px 42px; }
.idea-core { width: 180px; height: 180px; border-radius: 50%; display: grid; place-items: center; background: var(--orange); box-shadow: 0 0 0 18px rgba(255,179,79,.07), 0 30px 80px rgba(255,141,58,.28); position: relative; z-index: 2; animation: float 5s ease-in-out infinite; }
.idea-core img { width: 132px; height: 132px; object-fit: contain; }
.idea-ring { position: absolute; border: 1px solid rgba(255,255,255,.19); border-radius: 50%; animation: spin 18s linear infinite; }
.ring-one { width: 320px; height: 320px; }
.ring-two { width: 440px; height: 440px; animation-direction: reverse; animation-duration: 24s; }
.idea-ring::after { content: ''; width: 10px; height: 10px; border-radius: 50%; background: var(--lime); position: absolute; top: 50%; left: -5px; box-shadow: 0 0 24px var(--lime); }
.studio-tag { position: absolute; z-index: 3; background: white; color: var(--navy); border-radius: 999px; padding: .55rem .75rem; font-size: .55rem; letter-spacing: .12em; font-weight: 900; box-shadow: 0 12px 28px rgba(0,0,0,.2); }
.tag-one { top: 15%; left: 10%; }
.tag-two { top: 22%; right: 8%; background: var(--blue-soft); }
.tag-three { bottom: 17%; left: 8%; background: var(--lime); }
.tag-four { bottom: 13%; right: 11%; background: var(--orange); }
.studio-footer { padding: 1.05rem .7rem .45rem; display: flex; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.45); font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; }
.studio-footer strong { color: white; }
.hero-bottom { grid-column: 1 / -1; align-self: end; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.36); text-transform: uppercase; letter-spacing: .15em; font-size: .56rem; }
.hero-bottom i { height: 1px; flex: 1; background: rgba(255,255,255,.1); }

.section-pad { padding: clamp(5.5rem, 9vw, 10rem) clamp(1.2rem, 5vw, 5.8rem); }
.section-index { font-size: .6rem; font-weight: 850; letter-spacing: .16em; color: var(--blue); }
.intro { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .35fr 1.65fr .8fr; gap: 4vw; align-items: start; }
.kicker { color: var(--orange-2); text-transform: uppercase; font-size: .65rem; letter-spacing: .15em; font-weight: 900; }
.intro h2, .services-heading h2, .approach-heading h2, .audience-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 5.2vw, 6.2rem); font-weight: 400; letter-spacing: -.06em; line-height: .98; }
.intro-note { margin: 1.8rem 0 0; color: var(--muted); line-height: 1.75; font-size: .9rem; }

.services { background: white; }
.services-heading { max-width: 1050px; margin-bottom: 4rem; }
.service-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; max-width: var(--max); margin: 0 auto; }
.service-card { min-height: 590px; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: transform .35s ease, box-shadow .35s ease, background .35s ease, color .35s ease; }
.service-card::after { content: attr(data-service); position: absolute; right: -1rem; bottom: -4.5rem; font-family: Georgia, serif; font-size: 13rem; letter-spacing: -.1em; color: rgba(8,20,38,.03); pointer-events: none; }
.service-card:hover { transform: translateY(-10px); box-shadow: var(--shadow); background: var(--navy); color: white; }
.service-card:hover p, .service-card:hover li, .service-card:hover .service-top > span { color: rgba(255,255,255,.62); }
.service-card:nth-child(2):hover { background: var(--blue); }
.service-card:nth-child(3):hover { background: #f79a39; color: var(--navy); }
.service-card:nth-child(3):hover p, .service-card:nth-child(3):hover li, .service-card:nth-child(3):hover .service-top > span { color: rgba(7,20,38,.65); }
.service-card:nth-child(4):hover { background: #d8ff87; color: var(--navy); }
.service-card:nth-child(4):hover p, .service-card:nth-child(4):hover li, .service-card:nth-child(4):hover .service-top > span { color: rgba(7,20,38,.65); }
.service-top { display: flex; justify-content: space-between; align-items: flex-start; }
.service-top > span { font-size: .58rem; letter-spacing: .15em; color: var(--muted); font-weight: 900; }
.service-icon { width: 76px; height: 76px; border-radius: 22px; background: var(--paper); position: relative; overflow: hidden; transition: transform .35s ease; }
.service-card:hover .service-icon { transform: rotate(6deg) scale(1.05); }
.browser-icon::before { content: ''; position: absolute; inset: 14px; border: 2px solid var(--blue); border-radius: 8px; }
.browser-icon::after { content: ''; position: absolute; left: 14px; right: 14px; top: 29px; height: 2px; background: var(--blue); }
.browser-icon i { position: absolute; top: 21px; width: 3px; height: 3px; border-radius: 50%; background: var(--orange); }
.browser-icon i:nth-child(1) { left: 21px; }.browser-icon i:nth-child(2) { left: 27px; }.browser-icon i:nth-child(3) { left: 33px; }
.design-icon::before, .design-icon::after { content: ''; position: absolute; width: 34px; height: 34px; border-radius: 50%; top: 21px; }
.design-icon::before { left: 15px; background: var(--orange); }.design-icon::after { right: 15px; background: var(--blue); mix-blend-mode: multiply; }
.design-icon i:first-child { position:absolute; width:22px;height:22px;border:2px solid var(--navy);left:27px;top:27px;transform:rotate(45deg);z-index:2; }
.growth-icon { display: flex; align-items: end; justify-content: center; gap: 5px; padding-bottom: 16px; }
.growth-icon i { width: 9px; background: var(--blue); border-radius: 5px 5px 0 0; }.growth-icon i:nth-child(1){height:18px}.growth-icon i:nth-child(2){height:31px;background:var(--orange)}.growth-icon i:nth-child(3){height:44px;background:var(--navy)}
.launch-icon::before { content:''; position:absolute; left:28px; top:18px; width:22px; height:39px; border-radius:50% 50% 45% 45%; background:var(--blue); transform:rotate(35deg); }
.launch-icon::after { content:''; position:absolute; width:17px;height:17px;border-radius:50%;background:var(--orange);left:23px;top:39px;box-shadow:16px -16px 0 var(--orange); }
.service-card h3 { margin: 4rem 0 1rem; font-family: Georgia, serif; font-size: 2.2rem; line-height: 1; font-weight: 400; letter-spacing: -.045em; }
.service-card p { color: var(--muted); font-size: .84rem; line-height: 1.65; }
.service-card ul { list-style: none; padding: 1.6rem 0 0; margin: auto 0 0; border-top: 1px solid currentColor; border-color: rgba(100,113,132,.24); display: grid; gap: .8rem; }
.service-card li { color: var(--muted); font-size: .73rem; display: flex; align-items: center; gap: .6rem; }
.service-card li::before { content:'↗'; color: var(--blue); font-weight: 900; }

.showcase { background: var(--navy); color: white; display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: center; overflow: hidden; }
.showcase-copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(3.2rem, 5.3vw, 6.4rem); font-weight: 400; letter-spacing: -.06em; line-height: .94; }
.showcase-copy > p { color: rgba(255,255,255,.6); line-height: 1.75; max-width: 610px; }
.text-link { display: inline-flex; gap: 1rem; margin-top: 1.2rem; color: white; text-decoration: none; font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: .4rem; }
.showcase-system { min-height: 680px; position: relative; }
.system-card { position: absolute; border-radius: 26px; box-shadow: 0 40px 90px rgba(0,0,0,.35); }
.system-browser { left: 5%; top: 4%; width: 67%; height: 61%; background: white; color: var(--navy); padding: 1rem; transform: rotate(-5deg); }
.mini-bar { height: 28px; display:flex;gap:5px;align-items:center; }.mini-bar i{width:7px;height:7px;background:#d9dfe8;border-radius:50%}
.mini-hero { height: 53%; border-radius: 14px; background: var(--blue); color: white; display: flex; flex-direction: column; justify-content: end; padding: 1.4rem; }
.mini-hero span { font-size:.55rem;letter-spacing:.15em; }.mini-hero strong{font-family:Georgia,serif;font-size:3rem;font-weight:400;letter-spacing:-.06em;}
.mini-lines { display:grid;gap:.7rem;margin-top:1.2rem; }.mini-lines i{height:9px;border-radius:9px;background:#e6e9ee}.mini-lines i:nth-child(2){width:78%}.mini-lines i:nth-child(3){width:57%}
.system-brand { right: 2%; top: 16%; width: 37%; height: 39%; background: var(--orange); color: var(--navy); padding: 1.25rem; transform: rotate(7deg); }
.system-brand span, .system-growth span { font-size:.53rem;letter-spacing:.14em;font-weight:900; }
.swatches{display:flex;gap:.45rem;margin-top:1.2rem}.swatches i{width:26px;height:26px;border-radius:50%;background:var(--navy)}.swatches i:nth-child(2){background:var(--blue)}.swatches i:nth-child(3){background:white}
.system-brand strong{position:absolute;right:1rem;bottom:.4rem;font-family:Georgia,serif;font-size:7rem;font-weight:400;letter-spacing:-.1em}
.system-growth { right: 10%; bottom: 1%; width: 54%; height: 37%; background: #d8ff87; color: var(--navy); padding: 1.25rem; transform: rotate(-3deg); }
.chart { height: 62%; display:flex;gap:.45rem;align-items:end;margin-top:.8rem; }.chart i{flex:1;background:var(--navy);border-radius:8px 8px 0 0}.chart i:nth-child(1){height:22%}.chart i:nth-child(2){height:37%}.chart i:nth-child(3){height:51%}.chart i:nth-child(4){height:76%;background:var(--blue)}.chart i:nth-child(5){height:92%;background:var(--orange-2)}
.system-growth small{font-size:.55rem;letter-spacing:.1em;text-transform:uppercase}
.system-chip { position:absolute;border-radius:999px;background:white;color:var(--navy);padding:.65rem .85rem;font-size:.54rem;letter-spacing:.13em;font-weight:900;box-shadow:0 18px 40px rgba(0,0,0,.25); }
.chip-one{left:0;bottom:24%}.chip-two{right:0;top:5%;background:var(--blue-soft)}.chip-three{left:37%;bottom:0;background:var(--orange)}

.approach { background: var(--paper); }
.approach-heading { display: grid; grid-template-columns: .35fr 1.65fr; gap: 4vw; max-width: var(--max); margin: 0 auto 5rem; }
.process-track { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.process-step { padding: 2rem 2rem 3rem 0; position: relative; border-right: 1px solid var(--line); }
.process-step:last-child { border-right: 0; padding-right: 0; padding-left: 2rem; }
.process-step:not(:first-child) { padding-left: 2rem; }
.process-step::before { content:'';position:absolute;top:-6px;left:0;width:11px;height:11px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 7px var(--paper); }
.process-step span { font-size:.56rem;letter-spacing:.14em;color:var(--blue);font-weight:900; }
.process-step h3 { font-family:Georgia,serif;font-size:2rem;font-weight:400;letter-spacing:-.04em;margin:3rem 0 1rem; }
.process-step p { color:var(--muted);font-size:.82rem;line-height:1.65; }

.about { display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;align-items:center;background:white; }
.about-mark { min-height:610px;border-radius:40px;background:var(--blue);color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:var(--shadow); }
.about-mark::before,.about-mark::after{content:'';position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%}.about-mark::before{width:420px;height:420px}.about-mark::after{width:580px;height:580px}
.about-mark span { position:relative;z-index:2;font-family:serif;font-size:clamp(7rem,15vw,13rem);line-height:1; }
.about-mark small { position:relative;z-index:2;margin-top:1.3rem;font-size:.58rem;letter-spacing:.24em;font-weight:900; }
.about-copy h2 { margin:1.4rem 0 2rem;font-family:Georgia,serif;font-size:clamp(3rem,5vw,5.8rem);font-weight:400;letter-spacing:-.06em;line-height:.98; }
.about-copy > p { color:var(--muted);line-height:1.75;font-size:.92rem;max-width:720px; }
.about-values { margin-top:2.5rem;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line); }
.about-values div { padding:1.3rem 1rem 0 0; }
.about-values strong { display:block;font-family:Georgia,serif;font-size:1.25rem;font-weight:400; }
.about-values span { display:block;color:var(--muted);font-size:.68rem;line-height:1.5;margin-top:.4rem; }

.audience { background: var(--orange); }
.audience-heading { max-width: 1030px; margin-bottom: 4rem; }
.audience-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:var(--max);margin:auto; }
.audience-card { min-height:340px;border:1px solid rgba(7,20,38,.2);border-radius:var(--radius);padding:1.6rem;display:flex;flex-direction:column;transition:background .3s ease,transform .3s ease; }
.audience-card:hover { transform:translateY(-8px);background:white; }
.audience-card span { font-size:.58rem;letter-spacing:.15em;font-weight:900; }
.audience-card h3 { margin:auto 0 1rem;font-family:Georgia,serif;font-size:2.5rem;font-weight:400;letter-spacing:-.05em; }
.audience-card p { color:rgba(7,20,38,.65);font-size:.82rem;line-height:1.65; }

.contact { background: var(--navy); color:white; display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw;align-items:start; }
.contact-copy h2 { margin:0;font-family:Georgia,serif;font-size:clamp(4rem,7vw,8rem);font-weight:400;letter-spacing:-.07em;line-height:.86; }
.contact-copy > p { color:rgba(255,255,255,.58);line-height:1.7;max-width:560px; }
.contact-details { margin-top:3rem;display:grid;gap:1.4rem; }
.contact-details a,.contact-details div { text-decoration:none;display:grid;gap:.3rem;width:max-content;max-width:100%; }
.contact-details small { color:rgba(255,255,255,.4);font-size:.55rem;text-transform:uppercase;letter-spacing:.14em; }
.contact-details strong { font-size:.9rem;word-break:break-word; }
.contact-form { background:white;color:var(--navy);border-radius:32px;padding:clamp(1.3rem,3vw,2.5rem);box-shadow:0 40px 100px rgba(0,0,0,.3); }
.field-row { display:grid;grid-template-columns:1fr 1fr;gap:1rem; }
.contact-form label { display:grid;gap:.6rem;margin-bottom:1rem;font-size:.63rem;text-transform:uppercase;letter-spacing:.1em;font-weight:850; }
.contact-form input,.contact-form select,.contact-form textarea { width:100%;border:1px solid var(--line);border-radius:14px;background:#f9fafb;padding:.95rem 1rem;color:var(--ink);text-transform:none;letter-spacing:normal;font-weight:500;outline:none;transition:border-color .2s ease,box-shadow .2s ease; }
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color:var(--blue);box-shadow:0 0 0 4px rgba(33,103,232,.1); }
.contact-form textarea { resize:vertical; }
.form-button { width:100%;border:0; }
.form-note { margin:.8rem 0 0;color:var(--muted);font-size:.62rem;line-height:1.5;text-align:center; }

.site-footer { background:#050e1b;color:white;padding:4rem clamp(1.2rem,5vw,5.8rem) 1.4rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem; }
.footer-brand p { font-family:Georgia,serif;font-size:clamp(2.5rem,4vw,4.5rem);line-height:.95;letter-spacing:-.055em;margin:2rem 0 0;color:rgba(255,255,255,.9); }
.footer-links { display:grid;grid-template-columns:1fr 1fr;gap:2rem; }
.footer-links div { display:grid;align-content:start;gap:.7rem; }
.footer-links small { color:rgba(255,255,255,.35);font-size:.54rem;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.7rem; }
.footer-links a,.footer-links span { color:rgba(255,255,255,.65);text-decoration:none;font-size:.78rem; }
.footer-links a:hover { color:white; }
.footer-bottom { grid-column:1/-1;border-top:1px solid rgba(255,255,255,.1);padding-top:1.2rem;display:flex;justify-content:space-between;gap:1rem;color:rgba(255,255,255,.32);font-size:.6rem;text-transform:uppercase;letter-spacing:.1em; }

.reveal { opacity:0; transform:translateY(26px); transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity:1; transform:none; }
@keyframes spin { to { transform:rotate(360deg); } }
@keyframes float { 50% { transform:translateY(-12px); } }

@media (max-width: 1120px) {
  .site-header { grid-template-columns:1fr 1fr; }
  .desktop-nav,.nav-cta { display:none; }
  .menu-toggle { display:block; }
  .hero { grid-template-columns:1fr; padding-top:9rem; }
  .hero h1 { max-width:950px; }
  .hero-studio { justify-self:center;width:min(100%,720px); }
  .studio-canvas { min-height:530px; }
  .hero-bottom { margin-top:2rem; }
  .intro { grid-template-columns:1fr 3fr; }.intro-note{grid-column:2;max-width:650px;}
  .service-list { grid-template-columns:repeat(2,1fr); }
  .showcase { grid-template-columns:1fr; }
  .showcase-system { min-height:720px;max-width:800px;width:100%;margin:auto; }
  .about { grid-template-columns:1fr; }.about-mark{min-height:520px;}
}

@media (max-width: 760px) {
  .site-header { height:72px;padding:0 1rem; }
  .brand img { width:36px;height:36px; }
  .hero { padding:8.2rem 1.1rem 2.4rem; gap:3rem; min-height:auto; }
  .hero h1 { font-size:clamp(3.6rem,17vw,6.1rem); }
  .hero-lead { font-size:.97rem; }
  .hero-actions { flex-direction:column;align-items:stretch; }.button{width:100%;}
  .studio-window { transform:none; }.studio-canvas{min-height:410px}.idea-core{width:135px;height:135px}.idea-core img{width:100px;height:100px}.ring-one{width:250px;height:250px}.ring-two{width:345px;height:345px}.studio-tag{font-size:.48rem}.studio-footer{flex-direction:column;}
  .hero-bottom { flex-wrap:wrap;justify-content:flex-start;gap:.7rem 1rem; }.hero-bottom i{display:none;}
  .section-pad { padding:5.2rem 1.1rem; }
  .intro { grid-template-columns:1fr; }.intro-note{grid-column:auto;margin-top:0}.intro h2,.services-heading h2,.approach-heading h2,.audience-heading h2{font-size:clamp(2.9rem,14vw,4.4rem);}
  .service-list,.audience-grid { grid-template-columns:1fr; }.service-card{min-height:520px;}
  .showcase-copy h2 { font-size:clamp(3.2rem,14vw,5rem); }
  .showcase-system { min-height:560px; }.system-browser{width:82%;height:58%;left:0}.system-brand{width:43%;height:34%;right:0}.system-growth{width:68%;height:34%;right:4%}.mini-hero strong{font-size:2.1rem}.system-brand strong{font-size:5rem}
  .approach-heading { grid-template-columns:1fr; }.process-track{grid-template-columns:1fr;border-top:0}.process-step,.process-step:not(:first-child),.process-step:last-child{border-top:1px solid var(--line);border-right:0;padding:2rem 0 2.5rem}.process-step::before{top:-6px}.process-step h3{margin:1.8rem 0 .6rem}
  .about-mark { min-height:410px;border-radius:28px; }.about-copy h2{font-size:clamp(3rem,14vw,4.8rem)}.about-values{grid-template-columns:1fr;}.about-values div{padding:1rem 0;border-bottom:1px solid var(--line)}
  .audience-card { min-height:290px; }
  .contact { grid-template-columns:1fr; }.contact-copy h2{font-size:clamp(4rem,18vw,6rem)}.field-row{grid-template-columns:1fr;}
  .site-footer { grid-template-columns:1fr;gap:3rem; }.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;}
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior:auto!important;animation:none!important;transition:none!important; }
  .reveal { opacity:1;transform:none; }
}
