:root {
    --navy: #07152f;
    --navy-2: #0d2142;
    --ink: #132238;
    --muted: #637089;
    --paper: #f7fbff;
    --paper-2: #eef6ff;
    --line: rgba(19, 34, 56, 0.12);
    --cyan: #47b8ff;
    --mint: #62f7d5;
    --violet: #9276ff;
    --aqua: #0fd9cf;
    --white: #ffffff;
    --shadow: 0 24px 80px rgba(7, 21, 47, 0.18);
    --radius: 28px;
    --max: 1180px;
}

* {
    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;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(98, 247, 213, 0.28), transparent 34rem),
        radial-gradient(circle at 80% 12%, rgba(146, 118, 255, 0.18), transparent 32rem),
        linear-gradient(180deg, #f8fdff 0%, #eef6ff 46%, #f9fbff 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

body.nav-open {
    overflow: hidden;
}

.noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.22;
    z-index: -2;
    background-image:
        linear-gradient(90deg, rgba(7, 21, 47, 0.03) 1px, transparent 1px),
        linear-gradient(rgba(7, 21, 47, 0.03) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.cursor-orb {
    position: fixed;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(71, 184, 255, 0.18), rgba(98, 247, 213, 0.08), transparent 68%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
    transition: opacity 0.3s ease;
}

img, svg {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button, input, select, textarea {
    font: inherit;
}

.site-header {
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: min(calc(100% - 28px), var(--max));
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(22px);
    box-shadow: 0 16px 52px rgba(7, 21, 47, 0.12);
    transition: 0.28s ease;
}

.site-header.is-scrolled {
    top: 8px;
    background: rgba(255, 255, 255, 0.9);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    padding-left: 4px;
}

.brand img {
    width: 48px;
    height: 48px;
    filter: drop-shadow(0 12px 22px rgba(15, 217, 207, 0.18));
}

.brand span {
    display: grid;
    line-height: 1.05;
}

.brand strong {
    font-size: 0.98rem;
    letter-spacing: -0.02em;
}

.brand small {
    color: var(--muted);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 4px;
}

.site-nav a {
    padding: 12px 16px;
    border-radius: 999px;
    color: rgba(19, 34, 56, 0.76);
    font-weight: 750;
    font-size: 0.92rem;
    transition: 0.22s ease;
}

.site-nav a:hover {
    color: var(--navy);
    background: rgba(71, 184, 255, 0.12);
}

.site-nav .nav-cta {
    color: white;
    background: linear-gradient(135deg, var(--navy), #153f82 55%, #2b56d9);
    box-shadow: 0 12px 26px rgba(7, 21, 47, 0.18);
}

.nav-toggle {
    display: none;
    border: 0;
    background: var(--navy);
    color: white;
    border-radius: 999px;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nav-toggle span {
    position: absolute;
    width: 20px;
    height: 2px;
    background: white;
    border-radius: 2px;
    transition: 0.25s ease;
}

.nav-toggle span:nth-child(1) { transform: translateY(-7px); }
.nav-toggle span:nth-child(3) { transform: translateY(7px); }
.nav-toggle em { position: absolute; clip: rect(0 0 0 0); width: 1px; height: 1px; overflow: hidden; }

.nav-open .nav-toggle span:nth-child(1) { transform: rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: rotate(-45deg); }

main {
    padding-top: 120px;
}

.section-grid,
.trust-strip,
.studio,
.services,
.process,
.profile,
.contact,
.footer {
    width: min(calc(100% - 32px), var(--max));
    margin-inline: auto;
}

.hero {
    min-height: calc(100vh - 130px);
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    align-items: center;
    gap: 34px;
    padding: 36px 0 54px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #1d749a;
}

.eyebrow span {
    width: 36px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--mint), var(--cyan), var(--violet));
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    font-size: clamp(3rem, 7.2vw, 6.9rem);
    line-height: 0.86;
    letter-spacing: -0.08em;
    margin-bottom: 26px;
    color: var(--navy);
}

h2 {
    font-size: clamp(2.2rem, 4.7vw, 4.65rem);
    line-height: 0.95;
    letter-spacing: -0.065em;
    color: var(--navy);
    margin-bottom: 18px;
}

h3 {
    color: var(--navy);
    letter-spacing: -0.025em;
}

.hero-text,
.section-head p,
.profile-copy p,
.contact-info p {
    font-size: 1.08rem;
    line-height: 1.8;
    color: var(--muted);
    max-width: 650px;
}

.hero-actions,
.profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 32px 0;
}

.btn {
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.23s ease, box-shadow 0.23s ease, background 0.23s ease;
}

.btn:hover {
    transform: translateY(-3px);
}

.btn.primary {
    color: white;
    background: linear-gradient(135deg, var(--navy), #16418a 46%, var(--violet));
    box-shadow: 0 18px 38px rgba(38, 77, 177, 0.26);
}

.btn.ghost {
    color: var(--navy);
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(7, 21, 47, 0.12);
    box-shadow: 0 16px 32px rgba(7, 21, 47, 0.08);
}

.btn.full {
    width: 100%;
}

.signal-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 720px;
}

.signal-row div {
    padding: 16px;
    border: 1px solid rgba(7, 21, 47, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(12px);
}

.signal-row strong,
.signal-row span {
    display: block;
}

.signal-row strong {
    font-size: 0.98rem;
    color: var(--navy);
}

.signal-row span {
    margin-top: 5px;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 760;
}

.hero-panel {
    position: relative;
    min-height: 630px;
    border-radius: 44px;
    padding: 24px;
    background:
        radial-gradient(circle at 28% 18%, rgba(98, 247, 213, 0.34), transparent 21rem),
        linear-gradient(145deg, rgba(7, 21, 47, 0.98), rgba(11, 35, 73, 0.95));
    box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    overflow: hidden;
    isolation: isolate;
}

.hero-panel::before,
.hero-panel::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.hero-panel::before {
    width: 460px;
    height: 460px;
    right: -160px;
    top: -160px;
    background: rgba(146, 118, 255, 0.2);
    filter: blur(8px);
}

.hero-panel::after {
    width: 100%;
    height: 100%;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: radial-gradient(circle at center, black, transparent 72%);
    opacity: 0.65;
    z-index: -1;
}

.orbit-stage {
    position: relative;
    height: 410px;
    display: grid;
    place-items: center;
}

.orbit {
    position: absolute;
    border: 1px solid rgba(98, 247, 213, 0.28);
    border-radius: 50%;
    animation: rotate 18s linear infinite;
}

.orbit::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--mint);
    box-shadow: 0 0 20px rgba(98, 247, 213, 0.85);
    top: 18%;
    left: 9%;
}

.orbit-one { width: 320px; height: 320px; }
.orbit-two { width: 235px; height: 235px; animation-duration: 13s; animation-direction: reverse; border-color: rgba(71, 184, 255, 0.28); }
.orbit-three { width: 382px; height: 180px; transform: rotate(-18deg); border-color: rgba(146, 118, 255, 0.34); animation-duration: 26s; }

.core-logo {
    width: 152px;
    height: 152px;
    display: grid;
    place-items: center;
    border-radius: 44px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255,255,255,0.16);
    backdrop-filter: blur(18px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 28px 60px rgba(0,0,0,0.24);
    z-index: 3;
    animation: breathe 4.6s ease-in-out infinite;
}

.core-logo img {
    width: 118px;
    height: 118px;
}

.chip {
    position: absolute;
    z-index: 4;
    padding: 11px 14px;
    border-radius: 999px;
    color: white;
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255,255,255,0.11);
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: 0 20px 45px rgba(0,0,0,0.22);
    animation: floaty 4s ease-in-out infinite;
}

.chip-a { top: 80px; left: 58px; }
.chip-b { top: 120px; right: 34px; animation-delay: -1s; }
.chip-c { bottom: 92px; left: 36px; animation-delay: -2s; }
.chip-d { bottom: 84px; right: 70px; animation-delay: -3s; }

.terminal-card {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: min(100%, 480px);
    border-radius: 26px;
    overflow: hidden;
    background: rgba(4, 12, 28, 0.72);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 24px 70px rgba(0,0,0,0.28);
}

.terminal-top {
    display: flex;
    gap: 7px;
    padding: 15px 17px;
    background: rgba(255,255,255,0.08);
}

.terminal-top span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.34);
}

.terminal-card pre {
    margin: 0;
    padding: 18px;
    overflow: auto;
    color: #cffff5;
    font-size: 0.86rem;
    line-height: 1.7;
}

.trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-top: 10px;
    margin-bottom: 120px;
    border: 1px solid rgba(7,21,47,0.08);
    border-radius: 30px;
    background: rgba(7,21,47,0.08);
    overflow: hidden;
    box-shadow: 0 22px 54px rgba(7,21,47,0.1);
}

.trust-strip div {
    padding: 24px;
    background: rgba(255,255,255,0.78);
}

.trust-strip span,
.profile-list span,
.contact-cards span {
    display: block;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    margin-bottom: 8px;
}

.trust-strip strong,
.profile-list strong,
.contact-cards strong {
    color: var(--navy);
}

.section-head {
    margin-bottom: 42px;
}

.section-head.center {
    text-align: center;
    margin-inline: auto;
}

.section-head.center .eyebrow {
    justify-content: center;
}

.section-head.center p {
    margin-inline: auto;
}

.studio,
.services,
.process,
.profile,
.contact {
    padding: 96px 0;
}

.studio-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    grid-template-rows: repeat(2, minmax(260px, 1fr));
    gap: 18px;
}

.feature-card {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border-radius: 34px;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(7,21,47,0.08);
    box-shadow: 0 24px 56px rgba(7,21,47,0.1);
}

.feature-card::before {
    content: "";
    position: absolute;
    inset: auto -30% -40% auto;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(71,184,255,0.24), transparent 68%);
    transition: transform 0.4s ease;
}

.feature-card:hover::before {
    transform: scale(1.3) translate(-20px, -20px);
}

.feature-card.tall {
    grid-row: 1 / span 2;
    background:
        linear-gradient(140deg, rgba(7,21,47,0.96), rgba(13,46,90,0.94)),
        radial-gradient(circle at top right, rgba(98,247,213,0.3), transparent 25rem);
    color: white;
}

.feature-card.tall h3,
.feature-card.tall p,
.feature-card.tall li {
    color: white;
}

.feature-card h3 {
    margin: 24px 0 12px;
    font-size: 1.55rem;
}

.feature-card p {
    color: var(--muted);
    line-height: 1.75;
}

.feature-card ul {
    display: grid;
    gap: 12px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.feature-card li {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.12);
    font-weight: 850;
}

.feature-icon {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(98,247,213,0.2), rgba(71,184,255,0.2));
    border: 1px solid rgba(71,184,255,0.16);
}

.feature-icon svg,
.service-tile svg,
.contact-cards svg {
    width: 38px;
    height: 38px;
    stroke: var(--navy);
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-card.tall .feature-icon svg {
    stroke: var(--mint);
}

.service-wheel {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.service-tile {
    position: relative;
    min-height: 330px;
    padding: 26px;
    border-radius: 999px 999px 34px 34px;
    background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(238,246,255,0.78));
    border: 1px solid rgba(7,21,47,0.08);
    box-shadow: 0 24px 60px rgba(7,21,47,0.09);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-tile:hover {
    transform: translateY(-10px) rotate(-1deg);
    box-shadow: 0 30px 80px rgba(7,21,47,0.16);
}

.service-tile::before {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: inherit;
    border: 1px dashed rgba(15,217,207,0.32);
    pointer-events: none;
}

.service-tile span {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    background: linear-gradient(135deg, var(--cyan), var(--violet));
    font-weight: 950;
}

.service-tile svg {
    margin: 44px 0 24px;
    stroke: #174880;
}

.service-tile h3 {
    font-size: 1.35rem;
    margin-bottom: 12px;
}

.service-tile p {
    color: var(--muted);
    line-height: 1.7;
}

.process {
    position: relative;
}

.timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.timeline-line {
    position: absolute;
    top: 34px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, var(--mint), var(--cyan), var(--violet));
    transform-origin: left;
    animation: scanline 4s ease-in-out infinite;
}

.step {
    position: relative;
    z-index: 2;
    padding: 28px;
    border-radius: 30px;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(7,21,47,0.09);
    box-shadow: 0 22px 52px rgba(7,21,47,0.09);
}

.step::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    margin-bottom: 24px;
    background: var(--white);
    border: 6px solid var(--cyan);
    box-shadow: 0 0 0 8px rgba(71,184,255,0.14);
}

.step span {
    color: #16618a;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 950;
    font-size: 0.78rem;
}

.step h3 {
    margin: 8px 0 10px;
    font-size: 1.28rem;
}

.step p {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.profile-card {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 24px;
    align-items: stretch;
    border-radius: 44px;
    padding: 22px;
    background: linear-gradient(135deg, rgba(7,21,47,0.98), rgba(9,45,84,0.94));
    color: white;
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative;
}

.profile-card::after {
    content: "";
    position: absolute;
    width: 470px;
    height: 470px;
    right: -180px;
    bottom: -190px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(98,247,213,0.21), transparent 70%);
}

.profile-copy {
    padding: 46px 34px;
    position: relative;
    z-index: 1;
}

.profile-copy h2,
.profile-copy p {
    color: white;
}

.profile-list {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.profile-list div {
    padding: 22px;
    border-radius: 24px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(18px);
}

.profile-list span,
.profile-list strong {
    color: white;
}

.profile-list span {
    opacity: 0.72;
}

.contact-shell {
    display: grid;
    grid-template-columns: 0.94fr 1.06fr;
    gap: 20px;
    align-items: start;
}

.contact-info,
.contact-form {
    border-radius: 36px;
    border: 1px solid rgba(7,21,47,0.09);
    background: rgba(255,255,255,0.78);
    box-shadow: 0 24px 58px rgba(7,21,47,0.1);
}

.contact-info {
    padding: 36px;
    position: sticky;
    top: 110px;
}

.contact-cards {
    display: grid;
    gap: 12px;
    margin: 32px 0;
}

.contact-cards a {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border-radius: 22px;
    background: rgba(238,246,255,0.86);
    border: 1px solid rgba(7,21,47,0.08);
    transition: 0.24s ease;
}

.contact-cards a:hover {
    transform: translateX(8px);
    background: white;
}

.contact-cards svg {
    grid-row: span 2;
    width: 28px;
    height: 28px;
    stroke: #175c91;
}

address {
    color: var(--muted);
    line-height: 1.8;
    font-style: normal;
}

.contact-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 22px;
}

.contact-form label {
    display: grid;
    gap: 8px;
}

.contact-form label.full,
.contact-form .full,
.form-alert {
    grid-column: 1 / -1;
}

.contact-form span {
    color: var(--navy);
    font-size: 0.84rem;
    font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(7,21,47,0.12);
    border-radius: 20px;
    background: rgba(255,255,255,0.88);
    color: var(--navy);
    padding: 16px 16px;
    outline: none;
    transition: 0.22s ease;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: rgba(71,184,255,0.72);
    box-shadow: 0 0 0 5px rgba(71,184,255,0.14);
    background: white;
}

.hidden-field {
    display: none !important;
}

.form-alert {
    padding: 15px 18px;
    border-radius: 18px;
    font-weight: 850;
}

.form-alert span {
    display: block;
}

.form-alert.success {
    color: #075142;
    background: rgba(98,247,213,0.18);
    border: 1px solid rgba(15,217,207,0.24);
}

.form-alert.error {
    color: #7d1d32;
    background: rgba(255,83,125,0.12);
    border: 1px solid rgba(255,83,125,0.2);
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 42px 0 54px;
    border-top: 1px solid rgba(7,21,47,0.1);
}

.footer div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer p {
    margin: 0;
    color: var(--muted);
}

.footer a {
    color: var(--navy);
    font-weight: 900;
}

.reveal {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }

@keyframes rotate {
    to { transform: rotate(360deg); }
}

@keyframes breathe {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.045); }
}

@keyframes floaty {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@keyframes scanline {
    0%, 100% { transform: scaleX(0.18); opacity: 0.45; }
    50% { transform: scaleX(1); opacity: 1; }
}

@media (max-width: 1040px) {
    .hero,
    .profile-card,
    .contact-shell {
        grid-template-columns: 1fr;
    }

    .hero-panel {
        min-height: 560px;
    }

    .trust-strip,
    .service-wheel,
    .timeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .timeline-line {
        display: none;
    }

    .contact-info {
        position: relative;
        top: auto;
    }
}

@media (max-width: 820px) {
    .nav-toggle {
        display: inline-flex;
    }

    .site-nav {
        position: fixed;
        top: 78px;
        right: 0;
        left: 0;
        display: grid;
        gap: 8px;
        padding: 12px;
        border-radius: 28px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 22px 70px rgba(7,21,47,0.18);
        transform: translateY(-8px) scale(0.96);
        transform-origin: top right;
        opacity: 0;
        pointer-events: none;
        transition: 0.24s ease;
    }

    .site-nav.is-open {
        transform: translateY(0) scale(1);
        opacity: 1;
        pointer-events: auto;
    }

    .site-nav a {
        padding: 16px;
    }

    main {
        padding-top: 100px;
    }

    .hero {
        min-height: auto;
        padding-top: 24px;
    }

    .signal-row,
    .studio-grid,
    .profile-list,
    .contact-form {
        grid-template-columns: 1fr;
    }

    .feature-card.tall {
        grid-row: auto;
    }

    .studio,
    .services,
    .process,
    .profile,
    .contact {
        padding: 68px 0;
    }
}

@media (max-width: 580px) {
    .section-grid,
    .trust-strip,
    .studio,
    .services,
    .process,
    .profile,
    .contact,
    .footer {
        width: min(calc(100% - 22px), var(--max));
    }

    .brand small {
        display: none;
    }

    h1 {
        font-size: clamp(2.9rem, 15vw, 4.3rem);
    }

    .hero-actions,
    .profile-actions,
    .footer {
        align-items: stretch;
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .hero-panel {
        min-height: 500px;
        border-radius: 32px;
    }

    .orbit-one { width: 260px; height: 260px; }
    .orbit-two { width: 200px; height: 200px; }
    .orbit-three { width: 300px; height: 146px; }

    .chip-a { top: 62px; left: 28px; }
    .chip-b { top: 110px; right: 20px; }
    .chip-c { bottom: 92px; left: 20px; }
    .chip-d { bottom: 80px; right: 22px; }

    .trust-strip,
    .service-wheel,
    .timeline {
        grid-template-columns: 1fr;
    }

    .feature-card,
    .profile-copy,
    .contact-info,
    .contact-form {
        padding: 24px;
    }

    .profile-card {
        border-radius: 32px;
        padding: 10px;
    }

    .service-tile {
        min-height: auto;
        border-radius: 34px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
