:root {
  --ink: #13110d;
  --night: #13110d;
  --navy: #092845;
  --white: #fff7e8;
  --muted: #5e554c;
  --sky: #79d7ff;
  --mint: #ff7a3d;
  --coral: #ff9b4a;
  --line: rgba(19, 17, 13, 0.22);
  --radius: 0;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #0b0d0f; color: var(--white); font-family: "DM Sans", sans-serif; }
body::selection { background: var(--mint); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100vh;
  background:
    radial-gradient(circle at 79% 13%, rgba(255, 112, 55, .11), transparent 24rem),
    radial-gradient(circle at 61% 58%, rgba(32, 71, 100, .18), transparent 32rem),
    radial-gradient(circle at 14% 31%, rgba(96, 100, 105, .12), transparent 29rem),
    linear-gradient(122deg, #090a0c 0%, #17181a 51%, #080a0b 100%);
}

.site-shell::before,
.site-shell::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.site-shell::before {
  opacity: .58;
  background-image:
    radial-gradient(circle at 20% 25%, #e5f5f6 0 1px, transparent 1.8px),
    radial-gradient(circle at 75% 68%, #9ed9f4 0 1.2px, transparent 2px),
    radial-gradient(circle at 48% 82%, #d8f3ff 0 .8px, transparent 1.7px);
  background-size: 173px 181px, 257px 239px, 337px 293px;
  background-position: 0 0, 37px 61px, 91px 19px;
}
.site-shell::after {
  content: none;
}

.site-header, main, .site-footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header {
  top: 20px;
  z-index: 20;
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  margin-bottom: -76px;
  padding: 0 18px 0 22px;
  border: 1px solid rgba(179, 221, 243, .25);
  border-radius: 18px;
  background: rgba(7, 29, 54, .72);
  box-shadow: 0 12px 36px rgba(0, 8, 23, .2);
  backdrop-filter: none;
  transition: none;
}
.brand { display: inline-flex; align-items: center; gap: 9px; font-family: Manrope, sans-serif; font-size: 1.08rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.brand-logo { width: 176px; height: auto; display: block; }
.primary-nav { display: flex; align-items: center; gap: 32px; font-weight: 600; font-size: .94rem; }
.primary-nav > a:not(.button) { color: #d9e6ee; transition: color .2s ease; }
.primary-nav > a:not(.button):hover { color: var(--mint); }
.nav-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 22px; border: 1px solid var(--mint); border-radius: 999px; background: var(--mint); color: var(--ink); font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(204, 240, 122, .18); background: #dcff94; }
.button span { font-size: 1.2rem; }
.button-small { min-height: 42px; padding: 0 16px; gap: 10px; font-size: .88rem; }
.button-light { background: var(--white); border-color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 5px; transition: border-color .2s ease, color .2s ease; }
.text-link:hover { color: var(--mint); border-color: var(--mint); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.hero { min-height: min(800px, 100vh); display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 24px; padding: 160px 30px 82px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { margin: 0; color: var(--mint); font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #bcd5e4; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(203, 240, 122, .12); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Manrope, sans-serif; letter-spacing: -.055em; }
h1 { max-width: 690px; margin: 22px 0 24px; font-size: clamp(3.2rem, 5.1vw, 5.9rem); line-height: .99; font-weight: 700; }
h1 em, h2 em { color: var(--mint); font-style: normal; }
.hero-description { max-width: 455px; color: var(--muted); font-size: 1.12rem; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 35px; }

.hero-visual { min-height: 560px; display: grid; place-items: center; position: relative; }
.ambient-glow { width: 23rem; height: 23rem; position: absolute; border-radius: 50%; background: radial-gradient(circle, rgba(89, 192, 238, .19), transparent 66%); }
.solar-system { width: min(46vw, 535px); aspect-ratio: 1; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; pointer-events: none; border: 1px solid rgba(102, 190, 228, .2); border-radius: 50%; transform: rotate(var(--start)); animation: orbit var(--duration) linear infinite; }
.orbit-one { --start: 22deg; --duration: 46s; width: 37%; height: 37%; }
.orbit-two { --start: 132deg; --duration: 62s; width: 56%; height: 56%; }
.orbit-three { --start: 224deg; --duration: 78s; width: 75%; height: 75%; }
.orbit-four { --start: 310deg; --duration: 96s; width: 94%; height: 94%; }
.planet { z-index: 5; position: absolute; top: 0; left: 50%; width: 48px; height: 48px; pointer-events: auto; transform: translate(-50%, -50%); overflow: visible; border: 2px solid rgba(218, 244, 255, .84); border-radius: 50%; background: #082746; box-shadow: 0 0 0 6px rgba(40, 117, 169, .25), 0 8px 18px rgba(0, 0, 0, .3); }
.planet:focus-visible { outline: 3px solid var(--mint); outline-offset: 8px; }
.planet img { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; display: block; border-radius: inherit; object-fit: cover; transform-origin: center; animation: keep-logo-upright var(--duration) linear infinite; }
.planet::before { content: ""; z-index: 1; position: absolute; inset: 4px; border-radius: inherit; border: 1px solid rgba(255, 255, 255, .42); pointer-events: none; }
.sun { z-index: 4; width: 106px; height: 106px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(165, 232, 255, .3); border-radius: 50%; background: radial-gradient(circle, #0f5b88, #093456 65%); box-shadow: 0 0 0 28px rgba(31, 126, 171, .07), 0 0 56px rgba(111, 214, 255, .16); }
.sun img { width: 82px; height: 82px; display: block; border-radius: 50%; clip-path: circle(50%); object-fit: cover; }
.orbit-hint { position: absolute; bottom: 19px; display: flex; align-items: center; gap: 9px; margin: 0; color: #91b2c5; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.orbit-hint span { width: 28px; height: 1px; background: var(--mint); }
@keyframes orbit { from { transform: rotate(var(--start)); } to { transform: rotate(calc(var(--start) + 360deg)); } }
@keyframes keep-logo-upright { from { transform: rotate(calc(0deg - var(--start))); } to { transform: rotate(calc(0deg - var(--start) - 360deg)); } }
.solar-system:not(.is-paused) .orbit,
.solar-system:not(.is-paused) .planet img { will-change: transform; }
.solar-system.is-paused .orbit,
.solar-system.is-paused .planet img { animation-play-state: paused; will-change: auto; }

.manifesto, .universe-section, .journal { padding: 135px 30px; position: relative; }
.manifesto { border-top: 1px solid var(--line); }
.manifesto-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 11%; margin-top: 30px; align-items: end; }
h2 { margin-bottom: 0; font-size: clamp(2.45rem, 4.6vw, 4.7rem); line-height: 1.05; }
.manifesto-copy { max-width: 430px; }
.manifesto-copy p, .section-heading > p { color: var(--muted); line-height: 1.7; font-size: 1.03rem; }
.manifesto-copy .text-link { margin-top: 18px; }

.universe-section { background: linear-gradient(120deg, rgba(13, 57, 92, .47), rgba(19, 35, 91, .48)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 50px; }
.section-heading h2 { max-width: 630px; margin-top: 20px; }
.section-heading > p { max-width: 325px; margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.product-card { min-height: 382px; display: flex; flex-direction: column; position: relative; padding: 23px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); transition: transform .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-7px); border-color: rgba(255,255,255,.4); }
.product-float { background: #935eee; }
.product-note { background: #e36d55; }
.product-grow { background: #60a36c; }
.product-number, .product-type { font-size: .72rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.product-number { opacity: .72; }
.product-orb { width: 133px; height: 133px; display: grid; place-items: center; margin: 16px auto 26px; border-radius: 50%; color: var(--ink); font-size: 4rem; box-shadow: inset 13px 10px 24px rgba(255,255,255,.32), inset -18px -17px 28px rgba(0,0,0,.17), 0 22px 29px rgba(0,0,0,.14); }
.product-float .product-orb { background: linear-gradient(140deg, #f6d2ff, #a876ff 58%, #7c4ac4); }
.product-note .product-orb { background: linear-gradient(140deg, #ffe2a0, #f7a047 58%, #d1543e); }
.product-grow .product-orb { background: linear-gradient(140deg, #e8ffb1, #b7dd72 58%, #589253); }
.product-orb span { transform: rotate(-10deg); }
.product-card h3 { margin: 4px 0 6px; font-size: 2.25rem; }
.product-card p:not(.product-type) { max-width: 230px; margin-bottom: 0; opacity: .86; line-height: 1.5; }
.product-card > a { position: absolute; right: 23px; bottom: 23px; width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; font-size: 1.1rem; transition: color .2s, background .2s; }
.product-card > a:hover { background: var(--white); color: var(--ink); }

.journal { display: grid; grid-template-columns: .73fr 1.27fr; gap: 10%; }
.journal-intro h2 { margin: 20px 0 32px; font-size: clamp(2.35rem, 3.5vw, 3.8rem); }
.journal-list { border-top: 1px solid var(--line); }
.journal-item { display: grid; grid-template-columns: 33px 1fr auto 26px; align-items: center; gap: 22px; padding: 27px 0; border-bottom: 1px solid var(--line); transition: padding .2s ease, color .2s ease; }
.journal-item:hover { padding-left: 9px; color: var(--mint); }
.journal-item > span, .journal-item time { color: #93adbd; font-size: .77rem; font-weight: 600; }
.journal-item p { margin-bottom: 5px; color: #a6c5d5; font-size: .73rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.journal-item h3 { margin: 0; font-size: clamp(1.15rem, 1.75vw, 1.5rem); letter-spacing: -.035em; }
.journal-item b { font-size: 1.15rem; }

.contact-panel { margin: 24px 30px 135px; padding: clamp(35px, 6vw, 80px); border-radius: 22px; background: linear-gradient(113deg, #d8f587, #a7e47a 45%, #74d9d3); color: var(--ink); }
.contact-panel .section-kicker { color: rgba(7, 28, 53, .68); }
.contact-panel h2 { max-width: 720px; margin: 19px 0; }
.contact-panel > p:not(.section-kicker) { max-width: 470px; margin-bottom: 29px; color: rgba(7, 28, 53, .73); font-size: 1.04rem; line-height: 1.65; }
.contact-panel .button { background: var(--ink); border-color: var(--ink); color: var(--white); }
.contact-panel .button:hover { background: #123354; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 25px; padding: 0 30px 40px; color: #a2bdcb; font-size: .84rem; }
.site-footer .brand { color: var(--white); font-size: .96rem; }
.site-footer > p { margin: 0; }
.footer-meta { display: flex; justify-content: end; gap: 18px; }
.footer-meta a:hover { color: var(--mint); }

/* Orange/black studio system */
.site-header {
  top: 0;
  width: 100%;
  min-height: 70px;
  margin-bottom: -70px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.brand { gap: 10px; color: var(--white); font-size: .98rem; letter-spacing: .12em; }
.primary-nav { gap: 30px; font-family: "Space Mono", monospace; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav > a:not(.button) { color: var(--white); }
.primary-nav > a:not(.button):hover { color: var(--mint); }
.button { min-height: 50px; border: 2px solid var(--ink); border-radius: 0; background: var(--mint); color: var(--ink); box-shadow: 5px 5px 0 var(--ink); }
.button:hover { transform: translate(-2px, -2px); background: #ff9855; box-shadow: 8px 8px 0 var(--ink); }
.button-small { min-height: 38px; padding: 0 14px; box-shadow: 4px 4px 0 var(--ink); }
.text-link { border-color: var(--ink); }
.text-link:hover { color: var(--mint); border-color: var(--mint); }

.hero { min-height: 820px; grid-template-columns: .86fr 1.14fr; gap: 56px; padding: 148px 0 90px; }
.eyebrow, .section-kicker { color: #d5e6ed; font-family: "Space Mono", monospace; font-size: .67rem; letter-spacing: .09em; }
.eyebrow span { border-radius: 0; background: var(--mint); box-shadow: none; }
h1, h2, h3 { color: var(--white); }
h1 { max-width: 650px; margin: 25px 0 24px; font-size: clamp(3.85rem, 6.35vw, 6.9rem); line-height: .84; font-weight: 800; letter-spacing: -.075em; text-transform: uppercase; }
h1 em { display: inline-block; padding: .03em .12em .1em; background: var(--mint); color: var(--ink); font-style: normal; box-shadow: 7px 7px 0 var(--ink); }
h2 em { color: var(--mint); }
.hero-description { max-width: 430px; color: #d8e8ef; font-size: 1.08rem; line-height: 1.55; }
.hero-actions { gap: 28px; margin-top: 31px; }
.hero .text-link, .manifesto .text-link, .journal .text-link { color: var(--white); border-color: rgba(255, 255, 255, .72); }
.studio-spec { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 510px; margin: 56px 0 0; border: 2px solid #b5d9ec; background: rgba(5, 31, 55, .7); box-shadow: 7px 7px 0 var(--ink); }
.studio-spec div { min-width: 0; padding: 13px 12px; border-right: 1px solid rgba(181, 217, 236, .55); }
.studio-spec div:last-child { border-right: 0; }
.studio-spec dt { margin-bottom: 6px; font-family: "Space Mono", monospace; font-size: .56rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.studio-spec dd { margin: 0; font-size: .86rem; font-weight: 700; }

.hero-visual { min-height: 615px; overflow: visible; isolation: isolate; border: 0; background: transparent; box-shadow: none; }
.hero-visual::before { content: none; }
.hero-visual .ambient-glow { z-index: -1; }
.hero-visual .solar-system { z-index: 1; }
.orbit-hint { color: #c9e5ef; font-family: "Space Mono", monospace; }
.orbit-hint span { background: var(--mint); }

.manifesto { border-color: rgba(195, 229, 246, .27); }
.manifesto-layout { gap: 8%; }
.manifesto h2 { max-width: 740px; font-size: clamp(3rem, 5.1vw, 5.25rem); line-height: .95; text-transform: uppercase; }
.manifesto-copy p, .section-heading > p { color: #c5d9e4; }
.universe-section { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding-inline: max(30px, calc((100vw - 1180px) / 2)); background: transparent; border-color: rgba(195, 229, 246, .27); }
.universe-section .section-kicker, .universe-section h2 { color: var(--white); }
.universe-section .section-heading > p { color: #e4d7c4; }
.product-card { min-height: 350px; display: grid; grid-template-rows: auto 1fr auto; gap: 22px; padding: 20px; border: 2px solid var(--ink); border-radius: 0; color: var(--ink); box-shadow: 7px 7px 0 rgba(0, 9, 20, .85); }
.product-card:hover { transform: translate(-4px, -4px); border-color: var(--ink); }
.product-card:focus-visible { outline: 3px solid var(--white); outline-offset: 5px; }
.product-lovora { background: #a98bec; }
.product-cal { background: #0a0a0a; color: var(--white); }
.product-jawline { background: #ff9a3c; }
.app-card-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.app-link { width: 37px; height: 37px; display: grid; flex: 0 0 auto; place-items: center; border: 2px solid var(--ink); border-radius: 50%; font-size: 1.1rem; transition: color .2s, background .2s; }
.product-card:hover .app-link { background: var(--ink); color: var(--white); }
.app-brand { align-self: start; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.app-brand img { width: 152px; height: 96px; display: block; object-fit: contain; object-position: left center; }
.product-cal .app-brand img { width: 116px; height: 96px; }
.product-jawline .app-brand img { width: 96px; height: 96px; }
.app-brand .product-type { margin: 0 0 4px; }
.app-brand h3 { margin: 0; max-width: 250px; font-size: clamp(1.45rem, 2vw, 2rem); line-height: .98; }
.app-summary { max-width: 295px; margin: 0; font-size: .96rem; line-height: 1.5; }
.product-card h3 { color: var(--ink); }
.product-cal .product-number, .product-cal .product-type, .product-cal .app-summary { color: #edf4f5; }
.product-cal h3 { color: var(--white); }
.product-cal .app-link { border-color: var(--white); }
.product-cal:hover .app-link { background: var(--white); color: var(--ink); }
.product-orb { color: var(--white); border: 2px solid var(--ink); background: var(--ink) !important; box-shadow: 10px 10px 0 rgba(19,17,13,.24); }
.product-card > a { border: 2px solid var(--ink); }
.product-card > a:hover { background: var(--ink); color: var(--white); }

.journal { padding-bottom: 115px; }
.journal-intro h2 { font-size: clamp(2.7rem, 4vw, 4.45rem); line-height: .94; text-transform: uppercase; }
.journal-list { border-color: rgba(195, 229, 246, .36); }
.journal-item { border-color: rgba(195, 229, 246, .36); }
.journal-item:hover { color: var(--mint); }
.journal-item > span, .journal-item time, .journal-item p { color: #a7c1d0; }
.team { position: relative; isolation: isolate; display: grid; grid-template-columns: .34fr .66fr; gap: 7%; padding: 76px 30px 82px; border-top: 1px solid rgba(195, 229, 246, .32); border-bottom: 1px solid rgba(195, 229, 246, .32); }
.team::after { content: ""; z-index: 1; position: absolute; inset: 0; background: rgba(1, 5, 9, .63); opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.team:has(.member-card:hover)::after { opacity: 1; }
.team-intro h2 { margin: 15px 0 0; font-size: clamp(2.35rem, 3vw, 3.3rem); line-height: .9; text-transform: uppercase; }
.team-intro { position: relative; z-index: 0; }
.team-content { position: relative; }
.team-content { max-width: 640px; }
.team-members { position: relative; z-index: 2; max-width: 540px; margin-top: 0; }
.member-card { min-height: 204px; display: grid; grid-template-columns: 166px 1fr; overflow: hidden; border: 1px solid rgba(195, 229, 246, .5); background: #071723; cursor: pointer; box-shadow: 5px 5px 0 rgba(0, 6, 12, .72); transition: transform .3s ease, box-shadow .3s ease; }
.member-card:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 rgba(0, 6, 12, .82); }
.member-card:focus-visible { outline: 3px solid var(--mint); outline-offset: 5px; }
.member-photo { position: relative; overflow: hidden; min-height: 100%; background: #ff9a3c; }
.member-photo::before { content: none; }
.member-photo::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .6)); pointer-events: none; }
.member-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; image-rendering: pixelated; transform: scale(1.03); transition: transform .2s ease; }
.member-card:hover .member-photo img { transform: scale(1.06); }
.member-photo span { z-index: 3; position: absolute; left: 10px; bottom: 9px; color: var(--white); font-family: "Space Mono", monospace; font-size: .53rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.member-details { display: flex; flex-direction: column; justify-content: center; padding: 20px 22px; }
.member-role { margin: 0 0 5px; color: var(--mint); font-family: "Space Mono", monospace; font-size: .53rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.member-card h3 { margin: 0 0 7px; color: var(--white); font-size: clamp(1.35rem, 1.7vw, 1.65rem); letter-spacing: -.055em; }
.member-bio { max-width: 320px; margin: 0; color: #b8d0dc; font-size: .8rem; line-height: 1.5; }
.member-note { margin: 17px 0 0; color: rgba(197, 217, 228, .6); font-family: "Space Mono", monospace; font-size: .5rem; letter-spacing: .05em; text-transform: uppercase; }
.contact-panel { border: 3px solid var(--ink); border-radius: 0; background: var(--mint); box-shadow: 10px 10px 0 var(--ink); color: var(--ink); }
.contact-panel h2 { color: var(--ink); }
.contact-panel .section-kicker, .contact-panel > p:not(.section-kicker) { color: var(--ink); }
.contact-panel .button { background: var(--ink); border-color: var(--ink); color: var(--white); box-shadow: 5px 5px 0 #fff7e8; }
.contact-panel .button:hover { background: #29231d; }
.site-footer { width: 100%; grid-template-columns: auto minmax(320px, 1fr) auto; padding: 38px max(24px, calc((100vw - 1180px) / 2)); background: var(--ink); color: #f1e4d1; }
.site-footer .brand { color: var(--white); }
.footer-address { max-width: 500px; justify-self: center; margin: 0; color: inherit; font-style: normal; line-height: 1.5; }
.footer-meta a:hover { color: var(--mint); }

@media (max-width: 900px) {
  .site-header, main, .site-footer { width: min(100% - 32px, 700px); }
  .site-header { top: 14px; margin-bottom: -70px; min-height: 62px; padding: 0 15px 0 17px; }
  .primary-nav { gap: 17px; }
  .primary-nav > a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 135px 12px 58px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-description { max-width: 500px; }
  .hero-visual { min-height: 480px; margin-top: 2px; }
  .solar-system { width: min(78vw, 490px); }
  .orbit-one { width: 40%; height: 40%; }
  .orbit-two { width: 59%; height: 59%; }
  .orbit-three { width: 78%; height: 78%; }
  .orbit-four { width: 97%; height: 97%; }
  .manifesto, .universe-section, .journal { padding: 90px 12px; }
  .manifesto-layout, .journal { grid-template-columns: 1fr; gap: 35px; }
  .manifesto-copy { max-width: 590px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 20px; }
  .product-grid { grid-template-columns: 1fr; max-width: 560px; }
  .product-card { min-height: 310px; }
  .product-orb { width: 104px; height: 104px; margin: 2px auto 12px; font-size: 3rem; }
  .contact-panel { margin: 12px 12px 90px; }
  .site-footer { grid-template-columns: 1fr; padding: 0 12px 32px; }
  .footer-address { justify-self: start; }
  .footer-meta { justify-content: start; }
}

@media (max-width: 580px) {
  .site-header, main, .site-footer { width: calc(100% - 24px); }
  .brand { font-size: .87rem; gap: 6px; letter-spacing: .16em; }
  .brand-logo { width: 150px; }
  .nav-cta { min-height: 36px; padding: 0 11px; font-size: .75rem; }
  .hero { padding-inline: 2px; }
  h1 { margin-top: 20px; font-size: clamp(2.85rem, 14vw, 4rem); }
  .hero-description { font-size: 1rem; }
  .hero-actions { gap: 18px; flex-direction: column; margin-top: 27px; }
  .hero-actions .text-link { font-size: .9rem; }
  .hero-visual { min-height: 400px; margin-top: 10px; }
  .solar-system { width: 91vw; }
  .orbit-one { width: 42%; height: 42%; }
  .orbit-two { width: 61%; height: 61%; }
  .orbit-three { width: 80%; height: 80%; }
  .orbit-four { width: 99%; height: 99%; }
  .planet { width: 30px; height: 30px; border-width: 1px; box-shadow: 0 0 0 3px rgba(40, 117, 169, .25), 0 6px 12px rgba(0, 0, 0, .25); }
  .planet::before { inset: 2px; }
  .sun { width: 66px; height: 66px; }
  .sun img { width: 50px; height: 50px; }
  .orbit-hint { bottom: -4px; font-size: .62rem; }
  .manifesto, .universe-section, .journal { padding: 74px 2px; }
  h2 { font-size: 2.52rem; }
  .section-heading { margin-bottom: 33px; }
  .journal-item { grid-template-columns: 22px 1fr 20px; gap: 11px; }
  .journal-item time { display: none; }
  .contact-panel { margin-inline: 2px; margin-bottom: 73px; padding: 32px 25px; }
  .site-footer { padding-inline: 2px; }
}

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

@media (max-width: 900px) {
  .site-header { width: 100%; padding-inline: 16px; }
  .hero { gap: 40px; padding-inline: 0; }
  .hero-visual { width: 100%; min-height: 520px; }
  .studio-spec { margin-top: 42px; }
  .universe-section { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding-inline: 16px; }
  .product-card { min-height: 350px; }
  .team { grid-template-columns: 1fr; gap: 26px; padding: 66px 12px; }
  .team-content { max-width: 560px; }
  .site-footer { width: 100%; padding-inline: 16px; }
}

@media (max-width: 580px) {
  .site-header { min-height: 58px; padding-inline: 12px; }
  .brand { font-size: .76rem; }
  .hero { padding-top: 116px; }
  h1 { font-size: clamp(3.25rem, 15vw, 4.45rem); line-height: .86; }
  h1 em { box-shadow: 4px 4px 0 var(--ink); }
  .studio-spec { width: 100%; grid-template-columns: 1fr; box-shadow: 5px 5px 0 var(--ink); }
  .studio-spec div { display: flex; justify-content: space-between; gap: 16px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .studio-spec div:last-child { border-bottom: 0; }
  .studio-spec dt { margin: 0; }
  .hero-visual { min-height: 420px; border: 0; box-shadow: none; }
  .universe-section { padding-inline: 12px; }
  .product-card { box-shadow: 5px 5px 0 rgba(255, 247, 232, .92); }
  .product-card { min-height: 330px; grid-template-rows: auto 1fr auto; }
  .app-brand img { width: 136px; height: 82px; }
  .product-cal .app-brand img { width: 98px; height: 82px; }
  .product-jawline .app-brand img { width: 82px; height: 82px; }
  .team { gap: 24px; padding: 58px 2px; }
  .team-intro h2 { font-size: 2.2rem; }
  .team-members { margin-top: 0; }
  .member-card { min-height: 0; grid-template-columns: 122px 1fr; grid-template-rows: 188px; }
  .member-photo { min-height: 188px; }
  .member-details { padding: 16px; }
  .member-bio { font-size: .74rem; }
  .contact-panel { box-shadow: 6px 6px 0 var(--ink); }
  .site-footer { padding-inline: 12px; }
}

/* Shared alignment grid */
:root { --section-gutter: 30px; }

.hero,
.team {
  padding-inline: var(--section-gutter);
}

.universe-section,
.site-header,
.site-footer {
  padding-inline: max(54px, calc((100vw - 1180px) / 2 + var(--section-gutter)));
}

.contact-panel {
  margin-inline: 0;
  padding-inline: var(--section-gutter);
}

@media (max-width: 900px) {
  :root { --section-gutter: 16px; }

  .universe-section,
  .site-header,
  .site-footer {
    padding-inline: max(32px, calc((100vw - 700px) / 2 + var(--section-gutter)));
  }
}

@media (max-width: 580px) {
  :root { --section-gutter: 12px; }

  .universe-section,
  .site-header,
  .site-footer {
    padding-inline: 24px;
  }
}
