@font-face {
  font-family: Manrope;
  src: url("../fonts/manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}
@font-face {
  font-family: Sora;
  src: url("../fonts/sora.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
}
:root {
  --bg: #05070d;
  --section: #090d16;
  --card: #0d1220;
  --text: #f4f3ff;
  --muted: #bfc0d2;
  --violet: #bda7ee;
  --purple: #7563ff;
  --brand-purple: #682998;
  --ice: #9bcbff;
  --line: rgba(174, 180, 221, 0.15);
  --heading: Sora, Arial, sans-serif;
  --body: Manrope, Arial, sans-serif;
  --container: 1320px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 450 16px/1.8 var(--body);
  -webkit-font-smoothing: antialiased;
}
body,
button,
input,
select,
textarea {
  font-family: var(--body);
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font-size: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img,
svg {
  max-width: 100%;
  vertical-align: middle;
}
img {
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--heading);
  font-weight: 700;
  line-height: 1.14;
}
p {
  color: var(--muted);
}
h2 {
  font-size: clamp(1.9rem, 2.8vw, 2.75rem);
  letter-spacing: -0.045em;
  text-transform: uppercase;
}
h3 {
  letter-spacing: -0.025em;
}
::selection {
  background: #7563ff;
  color: white;
}
:focus-visible {
  outline: 2px solid var(--ice);
  outline-offset: 6px;
}
section[id] {
  scroll-margin-top: 15px;
}
.container {
  width: min(var(--container), calc(100% - 112px));
  margin-inline: auto;
}
.accent {
  color: var(--violet);
}
.icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--violet);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 800;
  margin-bottom: 20px;
}
.skip-link {
  position: fixed;
  top: -70px;
  left: 20px;
  z-index: 1000;
  background: var(--text);
  color: var(--bg);
  padding: 12px 20px;
  border-radius: 6px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(200, 203, 231, 0.08);
  transition:
    background 0.25s,
    border-color 0.25s;
}
.header-inner {
  min-height: 103px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.brand {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  min-height: 44px;
}
.brand img {
  width: 210px;
  height: auto;
  aspect-ratio: 617.2 / 86.43;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-left: auto;
}
.main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  font-size: 13px;
  font-weight: 600;
  color: #dbdbe8;
  transition: color 0.2s;
}
.main-nav a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  height: 2px;
  left: 0;
  right: 100%;
  background: var(--violet);
  transition: right 0.2s;
}
.main-nav a:hover,
.main-nav a[aria-current] {
  color: white;
}
.main-nav a[aria-current]::after {
  right: 55%;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 54px;
  padding: 14px 25px;
  border: 1px solid transparent;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  transition:
    transform 0.2s,
    background 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.button .icon {
  width: 18px;
  height: 18px;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: linear-gradient(110deg, #8955c8, #682998);
  color: #fff;
  box-shadow: 0 8px 32px #6554e124;
}
.button-primary:hover {
  background: linear-gradient(110deg, #925fce, #783aaa);
  box-shadow: 0 10px 38px #7460eb3b;
}
.button-outline {
  border-color: #6b639d;
  background: #0a0c1680;
  color: #eeeaff;
}
.button-outline:hover {
  border-color: var(--violet);
  background: #18142b;
}
.header-cta {
  font-size: 12px;
  min-height: 43px;
  padding: 10px 20px;
  gap: 20px;
  margin-left: 14px;
}
.menu-toggle {
  display: none;
}
.hero {
  position: relative;
  min-height: 810px;
  isolation: isolate;
  overflow: hidden;
}
.hero-art {
  position: absolute;
  inset: 0;
  z-index: -3;
}
.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(0deg, var(--bg) 0%, transparent 21%),
    linear-gradient(90deg, rgba(5, 7, 13, 0.35), transparent 65%);
}
.hero-inner {
  position: relative;
  padding-top: 196px;
  padding-bottom: 118px;
}
.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 730px;
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: #d1ccec;
  margin-bottom: 24px;
}
.hero-eyebrow > span {
  width: 26px;
  height: 1px;
  background: var(--violet);
}
.hero h1 {
  display: block;
  width: min(650px, 100%);
  max-width: 100%;
  margin: 0;
  line-height: 1;
}
.hero-wordmark {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 617.2 / 86.43;
}
.hero-eyebrow .eyebrow-moon {
  width: 15px;
  height: 20px;
  flex: 0 0 15px;
  object-fit: contain;
  opacity: 0.8;
}
.hero-subtitle {
  font-size: clamp(1.35rem, 2.25vw, 2rem);
  line-height: 1.18;
  letter-spacing: 0.03em;
  margin-top: 29px;
  max-width: 610px;
}
.hero-description {
  font-size: 14px;
  line-height: 1.9;
  max-width: 470px;
  margin-top: 22px;
  color: #b8bacb;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 29px;
}
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  min-height: 50px;
}
.circle-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #7e7f9275;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  transition:
    border-color 0.2s,
    background 0.2s;
}
.circle-arrow .icon {
  width: 17px;
  height: 17px;
}
.text-button:hover .circle-arrow {
  border-color: var(--violet);
  background: #7563ff20;
}
.hero-disciplines {
  display: flex;
  margin-top: 45px;
  max-width: 520px;
  gap: 27px;
}
.hero-disciplines > div {
  padding-right: 27px;
  border-right: 1px solid #a6a8c52e;
}
.hero-disciplines > div:last-child {
  border: 0;
  padding-right: 0;
}
.hero-disciplines strong {
  display: block;
  font-family: var(--heading);
  font-size: 18px;
  letter-spacing: -0.02em;
  font-weight: 500;
}
.hero-disciplines span {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  color: #acadc2;
  white-space: nowrap;
}
.scene-caption {
  position: absolute;
  right: 0;
  bottom: 144px;
  text-align: right;
  font-family: var(--heading);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #e4e4f5;
  text-shadow: 0 2px 16px #000;
}
.scene-caption strong {
  font-weight: 500;
  color: #b4aafa;
}
.caption-line {
  display: block;
  height: 1px;
  width: 34px;
  margin: 17px 0 0 auto;
  background: #a59bff;
}
.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 23px;
  transform: translateX(-50%);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9497ac;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
}
.scroll-cue span {
  font-size: 21px;
  color: var(--violet);
}
.section {
  padding-block: 90px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 45px;
  margin-bottom: 39px;
}
.section-heading > p {
  max-width: 355px;
  font-size: 12px;
  line-height: 1.9;
  padding-bottom: 5px;
}
.section-heading .eyebrow {
  margin-bottom: 15px;
}
.services-section {
  padding-top: 58px;
  background: radial-gradient(ellipse at 50% 110%, #14132944, transparent 70%);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}
.service-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: linear-gradient(130deg, #101524b0, #0b0e18c0);
  padding: 26px 23px 27px;
  transition:
    transform 0.25s,
    border-color 0.25s,
    background 0.25s;
}
.service-card:hover {
  transform: translateY(-5px);
  border-color: #8d81d75e;
  background: linear-gradient(130deg, #191c32, #0d1120);
}
.service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 32px;
  margin-bottom: 23px;
}
.service-top > .icon {
  width: 30px;
  height: 30px;
  color: var(--violet);
  transition: filter 0.2s;
}
.service-card:hover .service-top > .icon {
  filter: drop-shadow(0 0 7px #a59bff88);
}
.service-card h3 {
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 12px;
}
.service-card p {
  font-size: 12px;
  line-height: 1.9;
}
.service-featured {
  border-color: #8d7fe863;
  background: linear-gradient(130deg, #1c1933, #0d1220);
}
.small-tag {
  font-size: 8px;
  letter-spacing: 0.03em;
  color: #c2b8ff;
  border: 1px solid #a59bff30;
  padding: 4px 7px;
  border-radius: 4px;
  white-space: nowrap;
}
.about-section {
  position: relative;
  padding-block: 102px;
  border-top: 1px solid #ffffff06;
  border-bottom: 1px solid #ffffff06;
  background: radial-gradient(ellipse at 52% 50%, #15152c66, transparent 60%);
}
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 0.8fr;
  gap: 46px;
  align-items: center;
}
.about-copy h2 {
  font-size: clamp(1.8rem, 2.7vw, 2.5rem);
}
.about-copy > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.95;
  margin-top: 23px;
}
.about-copy .button {
  margin-top: 26px;
  min-height: 46px;
  padding: 12px 22px;
  font-size: 11px;
}
.moon-emblem {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.emblem-disc {
  position: relative;
  width: 76%;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(
    circle at 25% 15%,
    #9b99bc47,
    #202036 40%,
    #0a0c14 70%
  );
  box-shadow:
    inset 4px 3px 12px #b3b9e164,
    inset -8px -8px 28px #000,
    0 0 65px #6c60d426;
  border: 1px solid #9c99ce47;
}
.emblem-disc::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: url("../img/moon-texture.webp") center/cover;
  opacity: 0.14;
  mix-blend-mode: screen;
}
.emblem-disc img {
  position: relative;
  width: 43%;
  height: auto;
  aspect-ratio: 281.21 / 376.09;
  filter: drop-shadow(0 0 20px #68299866);
}
.orbit {
  position: absolute;
  border: 1px solid #9294b327;
  border-radius: 50%;
  inset: 2%;
  transform: rotate(-27deg) scaleY(0.88);
}
.orbit-two {
  inset: -4%;
  transform: rotate(30deg) scaleY(0.9);
  border-color: #838aaa13;
}
.orbit-one::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 13%;
  width: 6px;
  height: 6px;
  background: var(--violet);
  border-radius: 50%;
  box-shadow: 0 0 14px var(--violet);
}
.emblem-coordinate {
  position: absolute;
  bottom: -16px;
  font-size: 9px;
  letter-spacing: 0.35em;
  color: #85829e;
}
.about-vision h3 {
  font-size: 26px;
  line-height: 1.3;
  text-transform: uppercase;
}
.about-vision > p {
  font-size: 12px;
  line-height: 1.95;
  margin-top: 20px;
}
.brand-meaning {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: 24px;
}
.brand-meaning p {
  font-size: 10px;
  margin-bottom: 6px;
  line-height: 1.8;
}
.brand-meaning span {
  font-family: var(--heading);
  color: #d9d2fd;
  letter-spacing: 0.08em;
  margin-right: 12px;
  display: inline-block;
  min-width: 45px;
}
.portfolio-section {
  padding-bottom: 100px;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 17px;
}
.project-card {
  min-width: 0;
  display: block;
}
.project-image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid var(--line);
  background: #0d1220;
}
.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.6s,
    filter 0.4s;
  filter: brightness(0.86);
}
.project-card:hover .project-image img {
  transform: scale(1.045);
  filter: brightness(1);
}
.concept-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 8px;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #ffffff2a;
  background: #070a12ca;
  color: #eceafc;
  letter-spacing: 0.05em;
}
.project-open {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border: 1px solid #e3dfff66;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  background: #0a0d15a1;
}
.project-open .icon {
  width: 12px;
  height: 12px;
}
.project-caption {
  padding-top: 16px;
}
.project-caption > span {
  font-size: 11px;
  letter-spacing: 0.17em;
  font-weight: 800;
  text-transform: uppercase;
  color: #c7bfff;
}
.project-caption h3 {
  font-size: 11px;
  line-height: 1.6;
  color: #a5a7bb;
  font-family: var(--body);
  font-weight: 400;
  margin-top: 5px;
}
.contact-section {
  position: relative;
  border-top: 1px solid #b6a7ff19;
  background:
    radial-gradient(ellipse at 20% 70%, #29203f50, transparent 60%),
    linear-gradient(110deg, #0e101c, #080b12);
  padding-block: 90px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 95px;
  align-items: start;
}
.contact-copy h2 {
  font-size: clamp(2rem, 3.65vw, 3.6rem);
  line-height: 1.13;
}
.contact-subtitle {
  font-size: 16px;
  margin-top: 25px;
}
.contact-signature {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 65px;
  font-size: 10px;
  color: #a8a7bb;
}
.contact-signature img {
  opacity: 0.75;
}
.contact-form {
  padding-top: 3px;
}
.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}
.field {
  margin-bottom: 19px;
  min-width: 0;
}
.field label {
  display: block;
  font-weight: 600;
  font-size: 11px;
  margin-bottom: 8px;
}
.field label > span:not(.optional) {
  color: var(--violet);
}
.optional {
  color: #a9a8bb;
  font-size: 10px;
  font-weight: 400;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  background: #090c16c0;
  border: 1px solid #a9a3d02c;
  border-radius: 6px;
  color: var(--text);
  font-size: 12px;
  line-height: 1.5;
  min-height: 48px;
  padding: 13px 15px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.field textarea {
  resize: vertical;
  min-height: 126px;
  max-height: 600px;
}
.field select {
  appearance: auto;
  padding-right: 12px;
}
.field option {
  background: var(--card);
  color: var(--text);
}
.field input::placeholder,
.field textarea::placeholder {
  color: #777b92;
  opacity: 1;
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--violet);
  outline: 2px solid #a59bff22;
  outline-offset: 1px;
}
.field [aria-invalid="true"] {
  border-color: #ed9bab;
}
.field-error {
  font-size: 11px;
  color: #ffc0ca;
  margin-top: 7px;
}
.form-privacy {
  font-size: 10px;
  line-height: 1.9;
  margin-bottom: 20px;
  color: #9496ab;
  max-width: 480px;
}
.form-privacy a {
  color: #c8c0ed;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.submit-button {
  min-height: 49px;
  padding-inline: 24px;
  font-size: 12px;
}
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  pointer-events: none;
}
.form-progress {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 14px;
}
.form-progress:empty {
  display: none;
}
.submit-button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}
.form-notice {
  padding: 18px 20px;
  border: 1px solid #a59bff66;
  background: #1a1632;
  border-radius: 7px;
  margin-bottom: 25px;
  font-size: 13px;
  scroll-margin-top: 130px;
}
.notice-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.notice-heading strong {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.notice-symbol {
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: #c7adee;
  font-weight: 700;
}
.form-notice strong {
  display: block;
  margin-bottom: 5px;
}
.form-notice p {
  color: #d8d3e5;
}
.notice-error {
  border-color: #df9cad55;
  background: #281c2d;
}
.notice-success {
  border-color: #bda7ee88;
  background: #21172f;
}
.notice-warning {
  border-color: #d5b47a88;
  background: #28231d;
}
.notice-warning .notice-symbol {
  color: #e5c58f;
}
.notice-error .notice-symbol {
  color: #f0afc1;
}
.form-notice ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.form-notice a {
  text-decoration: underline;
}
.site-footer {
  position: relative;
  padding-top: 42px;
  background:
    linear-gradient(0deg, #05070df5, #05070dde),
    url("../img/hero-1440.webp") center bottom/cover;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding-bottom: 32px;
}
.footer-top .brand img {
  width: 168px;
}
.footer-top p {
  font-size: 11px;
  margin-top: 5px;
  color: #9698ae;
}
.footer-top nav {
  display: flex;
  gap: 28px;
  font-size: 11px;
}
.footer-top nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
  border-top: 1px solid #9297c11a;
  padding-block: 20px;
  font-size: 9px;
  color: #8d90a7;
}
.footer-bottom a {
  margin-left: auto;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.footer-note {
  margin-left: auto;
}
.footer-top a:hover,
.footer-bottom a:hover {
  color: var(--violet);
}
.detail-page,
.legal-page {
  padding-top: 155px;
  padding-bottom: 90px;
}
.back-link {
  display: inline-block;
  min-height: 44px;
  font-size: 13px;
  color: var(--violet);
  margin-bottom: 35px;
}
.detail-page h1,
.legal-page h1 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  max-width: 950px;
  letter-spacing: -0.055em;
}
.detail-intro {
  max-width: 710px;
  font-size: 16px;
  margin-block: 25px 38px;
}
.detail-image {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--line);
}
.detail-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.detail-bottom p {
  font-size: 12px;
  max-width: 550px;
}
.legal-page {
  max-width: 850px;
}
.legal-page h1 {
  margin-bottom: 36px;
}
.legal-page h2 {
  font-size: 24px;
  margin: 38px 0 15px;
  text-transform: none;
}
.legal-page p {
  font-size: 14px;
  line-height: 1.9;
}
.legal-details {
  margin: 0;
}
.legal-details > div {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.legal-details dd {
  margin: 0;
}
.missing-data {
  color: #ddbac9;
}
@media (min-width: 1700px) {
  .hero {
    min-height: 940px;
  }
  .hero-inner {
    padding-top: 236px;
    padding-bottom: 140px;
  }
  .hero-copy {
    max-width: 800px;
  }
  .hero-description {
    font-size: 16px;
    max-width: 520px;
  }
  .hero-disciplines span {
    font-size: 12px;
  }
  .hero-disciplines {
    max-width: 610px;
  }
  .hero-eyebrow {
    font-size: 12px;
  }
  .scene-caption {
    bottom: 150px;
  }
  .service-card p,
  .about-copy > p:not(.eyebrow),
  .about-vision > p {
    font-size: 14px;
  }
  .service-card {
    padding: 30px 25px;
  }
  .service-card h3 {
    font-size: 18px;
  }
  .section {
    padding-block: 105px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: calc(100% - 72px);
  }
  .header-inner {
    gap: 24px;
  }
  .brand img {
    width: 170px;
  }
  .main-nav {
    gap: 23px;
  }
  .header-cta {
    margin-left: 0;
    gap: 10px;
    padding-inline: 16px;
  }
  .hero {
    min-height: 780px;
  }
  .hero-inner {
    padding-top: 180px;
  }
  .hero-copy {
    max-width: 620px;
  }
  .hero h1 {
    font-size: 8.6vw;
  }
  .hero-art img {
    object-position: 56% center;
  }
  .hero-description {
    max-width: 440px;
  }
  .scene-caption {
    font-size: 17px;
  }
  .services-grid {
    gap: 13px;
  }
  .service-card {
    padding: 23px 18px;
  }
  .service-card h3 {
    font-size: 15px;
  }
  .small-tag {
    font-size: 7px;
    padding-inline: 4px;
  }
  .about-grid {
    gap: 30px;
  }
  .about-vision h3 {
    font-size: 22px;
  }
  .contact-grid {
    gap: 55px;
  }
  .portfolio-grid {
    gap: 13px;
  }
  .footer-top nav {
    gap: 23px;
  }
}
@media (max-width: 900px) {
  .container {
    width: calc(100% - 56px);
  }
  .header-inner {
    min-height: 88px;
  }
  .header-cta {
    display: none;
  }
  .main-nav {
    gap: 26px;
  }
  .main-nav a {
    font-size: 12px;
  }
  .hero {
    min-height: 800px;
  }
  .hero-inner {
    padding-top: 184px;
    padding-bottom: 130px;
  }
  .hero h1 {
    font-size: 10.3vw;
  }
  .hero-copy {
    max-width: 650px;
  }
  .hero-art img {
    object-position: 65% center;
    opacity: 0.72;
  }
  .hero-shade {
    background:
      linear-gradient(0deg, var(--bg), transparent 40%),
      linear-gradient(90deg, #05070dcc, transparent 110%);
  }
  .hero-description {
    max-width: 430px;
  }
  .hero-subtitle {
    font-size: 28px;
  }
  .scene-caption {
    bottom: 80px;
    font-size: 15px;
  }
  .hero-disciplines {
    margin-top: 40px;
  }
  .section {
    padding-block: 65px;
  }
  .section-heading {
    gap: 30px;
  }
  .section-heading > p {
    max-width: 250px;
    font-size: 11px;
  }
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .service-card {
    padding: 26px;
  }
  .service-card h3 {
    font-size: 18px;
  }
  .service-card p {
    font-size: 13px;
  }
  .small-tag {
    font-size: 9px;
    padding: 5px 7px;
  }
  .about-grid {
    grid-template-columns: 1fr 1fr;
    gap: 45px;
  }
  .moon-emblem {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }
  .about-vision {
    grid-column: 1;
  }
  .about-vision h3 {
    font-size: 23px;
  }
  .about-copy h2 {
    font-size: 32px;
  }
  .about-copy > p:not(.eyebrow),
  .about-vision > p {
    font-size: 13px;
  }
  .about-vision .brand-meaning {
    display: none;
  }
  .portfolio-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 27px 17px;
  }
  .project-caption h3 {
    font-size: 12px;
  }
  .contact-grid {
    gap: 36px;
    grid-template-columns: 0.85fr 1.15fr;
  }
  .contact-copy h2 {
    font-size: 34px;
  }
  .contact-subtitle {
    font-size: 13px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .field label {
    font-size: 12px;
  }
  .field input,
  .field select,
  .field textarea {
    font-size: 14px;
  }
  .contact-signature {
    margin-top: 35px;
    align-items: flex-start;
  }
  .footer-note {
    display: none;
  }
  .footer-bottom {
    font-size: 10px;
  }
}
@media (max-width: 599px) {
  html {
    scroll-padding-top: 90px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    min-height: 78px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  .brand img {
    width: 166px;
    height: auto;
  }
  .main-nav {
    flex-basis: 100%;
    margin: 0;
    justify-content: space-between;
    gap: 7px;
    padding: 0 0 14px;
  }
  .main-nav a {
    font-size: 12px;
    min-height: 40px;
  }
  .menu-ready .menu-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #a59bff42;
    border-radius: 30px;
    min-height: 42px;
    padding: 8px 14px;
    background: #080b14b3;
    color: var(--text);
    font-size: 11px;
  }
  .menu-lines {
    width: 16px;
    height: 10px;
    border-block: 1px solid currentColor;
    position: relative;
  }
  .menu-lines::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    border-top: 1px solid currentColor;
  }
  .menu-ready .main-nav {
    display: none;
    padding: 10px 0 20px;
  }
  .menu-ready .main-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .menu-ready .main-nav a {
    font-size: 16px;
    min-height: 48px;
    padding-left: 5px;
  }
  .menu-ready .main-nav a::after {
    display: none;
  }
  .menu-open .site-header {
    background: #090c17fa;
    position: fixed;
    max-height: 100svh;
    overflow: auto;
  }
  .menu-ready .menu-toggle[aria-expanded="true"] .menu-lines {
    border: 0;
  }
  .menu-ready .menu-toggle[aria-expanded="true"] .menu-lines::before,
  .menu-ready .menu-toggle[aria-expanded="true"] .menu-lines::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    border-top: 1px solid currentColor;
    transform: rotate(45deg);
  }
  .menu-ready .menu-toggle[aria-expanded="true"] .menu-lines::after {
    transform: rotate(-45deg);
  }
  .hero {
    min-height: 0;
  }
  .hero-art {
    height: 100%;
    inset: 0;
  }
  .hero-art img {
    object-position: 67% top;
    opacity: 0.82;
  }
  .hero-shade {
    background:
      linear-gradient(0deg, var(--bg), #05070dcc 44%, #05070d15 95%),
      linear-gradient(90deg, #05070d66, transparent);
  }
  .hero-inner {
    padding-top: 255px;
    padding-bottom: 90px;
  }
  .hero-eyebrow {
    font-size: 9px;
    letter-spacing: 0.11em;
    gap: 9px;
    margin-bottom: 20px;
  }
  .hero-eyebrow > span {
    width: 18px;
  }
  .hero h1 {
    font-size: clamp(3rem, 17.5vw, 6.5rem);
    letter-spacing: -0.075em;
    margin-left: -2px;
  }
  .hero-subtitle {
    font-size: 21px;
    line-height: 1.3;
    margin-top: 24px;
    letter-spacing: 0.025em;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.9;
    max-width: 370px;
    margin-top: 19px;
  }
  .hero-actions {
    gap: 17px;
    margin-top: 24px;
    flex-wrap: wrap;
  }
  .hero-actions .button {
    font-size: 12px;
    min-height: 49px;
    padding: 13px 20px;
    gap: 19px;
  }
  .text-button {
    font-size: 11px;
    gap: 8px;
  }
  .circle-arrow {
    width: 32px;
    height: 32px;
  }
  .hero-disciplines {
    gap: 13px;
    margin-top: 33px;
    max-width: 100%;
    justify-content: space-between;
  }
  .hero-disciplines > div {
    padding-right: 13px;
  }
  .hero-disciplines strong {
    font-size: 14px;
  }
  .hero-disciplines span {
    font-size: 8px;
    margin-top: 7px;
  }
  .scene-caption {
    display: none;
  }
  .scroll-cue {
    font-size: 8px;
    bottom: 14px;
  }
  .section {
    padding-block: 53px;
  }
  .section-heading {
    display: block;
    margin-bottom: 28px;
  }
  .section-heading h2 {
    font-size: 28px;
  }
  .section-heading > p {
    max-width: 100%;
    font-size: 12px;
    margin-top: 20px;
  }
  .section-heading > p br {
    display: none;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .service-card {
    padding: 26px 25px;
  }
  .service-top {
    margin-bottom: 19px;
  }
  .service-card h3 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .service-card p {
    font-size: 14px;
    max-width: 390px;
  }
  .small-tag {
    font-size: 9px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .about-copy h2 {
    font-size: 33px;
  }
  .about-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .moon-emblem {
    grid-column: auto;
    grid-row: auto;
    width: min(290px, 90%);
    margin: 0 auto 10px;
  }
  .about-vision {
    grid-column: auto;
    text-align: center;
    max-width: 400px;
    margin: auto;
  }
  .about-vision h3 {
    font-size: 28px;
  }
  .about-vision > p {
    font-size: 14px;
    margin-top: 15px;
  }
  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 13px;
  }
  .project-caption > span {
    font-size: 10px;
  }
  .project-caption h3 {
    font-size: 11px;
    line-height: 1.6;
  }
  .project-card:first-child {
    grid-column: 1/-1;
  }
  .project-card:first-child .project-image {
    aspect-ratio: 4/3;
  }
  .concept-tag {
    top: 8px;
    left: 8px;
    font-size: 8px;
  }
  .project-open {
    width: 27px;
    height: 27px;
    bottom: 8px;
    right: 8px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contact-copy h2 {
    font-size: 37px;
  }
  .contact-subtitle {
    font-size: 15px;
    margin-top: 20px;
  }
  .contact-signature {
    display: none;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .field {
    margin-bottom: 18px;
  }
  .field label {
    font-size: 13px;
  }
  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
  }
  .field input::placeholder,
  .field textarea::placeholder {
    font-size: 13px;
  }
  .optional {
    font-size: 11px;
  }
  .form-privacy {
    font-size: 11px;
  }
  .submit-button {
    width: 100%;
    justify-content: space-between;
    padding-inline: 23px;
    min-height: 53px;
    font-size: 13px;
  }
  .footer-top {
    display: block;
    padding-bottom: 20px;
  }
  .footer-top nav {
    margin-top: 19px;
    gap: 26px;
    font-size: 12px;
    flex-wrap: wrap;
  }
  .footer-top p {
    font-size: 12px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 0;
    padding-block: 15px;
    font-size: 9px;
  }
  .footer-bottom a {
    margin-left: 0;
    flex-basis: 100%;
    min-height: 36px;
  }
  .detail-page,
  .legal-page {
    padding-top: 160px;
    padding-bottom: 60px;
  }
  .detail-page h1,
  .legal-page h1 {
    font-size: 39px;
  }
  .detail-intro {
    font-size: 14px;
  }
  .detail-bottom {
    display: block;
  }
  .detail-bottom .button {
    margin-top: 20px;
  }
  .legal-details > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .legal-page p {
    font-size: 14px;
  }
  .legal-page h2 {
    font-size: 22px;
  }
  .legal-page .form-notice {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .reveal-in {
    animation: reveal 0.65s ease-out both;
  }
  @keyframes reveal {
    from {
      opacity: 0.6;
      transform: translateY(15px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  .emblem-disc {
    animation: moonlight 8s ease-in-out infinite;
  }
  @keyframes moonlight {
    50% {
      box-shadow:
        inset 4px 3px 15px #b3b9e185,
        inset -8px -8px 28px #000,
        0 0 75px #6c60d438;
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
@media print {
  .site-header,
  .hero-art,
  .hero-shade,
  .contact-form,
  .scroll-cue,
  .moon-emblem,
  .site-footer {
    display: none;
  }
  body {
    background: #fff;
    color: #111;
  }
  p {
    color: #333;
  }
  .container {
    width: 100%;
  }
  .section,
  .hero-inner {
    padding: 20px 0;
  }
  .hero {
    min-height: 0;
  }
  .hero h1,
  .moon-word,
  .vox-word,
  .accent {
    color: #111;
  }
  .service-card {
    break-inside: avoid;
    background: none;
    border-color: #aaa;
  }
  .hero-copy {
    max-width: 100%;
  }
}

/* Readable text at every breakpoint; compact metadata stays secondary. */
body {
  font-size: 16px;
}
.site-header {
  background: linear-gradient(180deg, #05070daa, #05070d35);
}
.main-nav a {
  font-size: 14px;
}
.button,
.text-button {
  font-size: 14px;
}
.hero-description {
  font-size: 16px;
}
.hero-disciplines span {
  font-size: 11px;
  white-space: normal;
}
.hero-disciplines > div {
  flex: 1;
}
.service-card h3 {
  font-size: 18px;
}
.service-card p,
.about-copy > p:not(.eyebrow),
.about-vision > p {
  font-size: 14px;
}
.section-heading > p {
  font-size: 14px;
}
.small-tag {
  font-size: 10px;
  white-space: normal;
  line-height: 1.4;
}
.project-caption > span,
.project-caption h3,
.concept-tag {
  font-size: 12px;
}
.field label,
.field input,
.field select,
.field textarea {
  font-size: 14px;
}
.optional,
.form-privacy,
.footer-top p,
.footer-top nav,
.footer-bottom,
.brand-meaning p {
  font-size: 12px;
}
@media (max-width: 900px) {
  .main-nav {
    gap: 22px;
  }
  .contact-copy h2 {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .hero-art {
    height: 460px;
    mask-image: linear-gradient(#000 65%, transparent);
  }
  .hero-art img {
    object-position: 65% top;
  }
  .hero-shade {
    background: linear-gradient(
      0deg,
      var(--bg) 5%,
      #05070d88 62%,
      #05070d10 85%
    );
  }
  .hero-eyebrow {
    font-size: 10px;
    letter-spacing: 0.09em;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-actions .button,
  .hero-actions .text-button {
    font-size: 12px;
  }
  .hero-disciplines {
    gap: 12px;
  }
  .hero-disciplines > div {
    padding-right: 10px;
  }
  .hero-disciplines span {
    font-size: 10px;
    line-height: 1.65;
  }
  .main-nav a {
    font-size: 12px;
  }
  .contact-copy h2 {
    font-size: 36px;
  }
  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
  }
  .footer-top nav {
    gap: 23px;
  }
}

.about-section {
  overflow: clip;
}
.about-grid > * {
  min-width: 0;
}
@media (max-width: 599px) {
  .about-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Owner-supplied crescent: the same silhouette connects the brand details. */
.vision-moon {
  display: block;
  width: 46px;
  height: 46px;
  padding: 10px 13px;
  object-fit: contain;
  margin-bottom: 24px;
  background: #f4f3ff;
  border-radius: 50%;
}
.contact-signature img {
  width: 27px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
}
.contact-section::before {
  content: "";
  position: absolute;
  inset: auto auto 28px -75px;
  width: 245px;
  height: 325px;
  background: url("../logo/icon_white.svg") center / contain no-repeat;
  opacity: 0.025;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .hero h1 {
    width: min(540px, 100%);
  }
}
@media (max-width: 599px) {
  .hero h1 {
    width: 100%;
    margin-left: 0;
  }
  .vision-moon {
    margin-inline: auto;
  }
}

/* Refined typography: geometric headlines, relaxed reading text. */
h2 {
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.2;
  text-transform: none;
}
h3 {
  font-weight: 600;
  letter-spacing: -0.035em;
}
.hero-subtitle {
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  line-height: 1.4;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}
.hero-description {
  max-width: 490px;
  line-height: 1.85;
}
.about-vision h3 {
  text-transform: none;
  line-height: 1.4;
}
.service-card p,
.about-copy > p:not(.eyebrow),
.about-vision > p {
  font-size: 15px;
  line-height: 1.85;
}
.service-card h3 {
  line-height: 1.4;
}
.service-card {
  padding-block: 28px;
}
.section-heading > p {
  line-height: 1.9;
}
.hero-disciplines strong {
  font-size: 17px;
}
.hero-disciplines span {
  line-height: 1.75;
}
.contact-form {
  padding: 28px;
  border: 1px solid #bda7ee24;
  border-radius: 14px;
  background: #10121f80;
}
.field input,
.field select,
.field textarea {
  font-size: 16px;
}
.field label {
  font-weight: 600;
  color: #e7e3f4;
}
.form-privacy {
  line-height: 1.8;
  color: #b1aec3;
}
.site-header.is-scrolled {
  background: #080b14f0;
  border-bottom-color: #bda7ee24;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
@media (max-width: 599px) {
  html:not(.menu-ready) {
    scroll-padding-top: 155px;
  }
  .hero-subtitle {
    font-size: 20px;
    letter-spacing: 0;
  }
  .hero-disciplines strong {
    font-size: 13px;
  }
  .hero-description {
    font-size: 15px;
  }
  .contact-form {
    padding: 20px;
  }
  .contact-copy h2 {
    font-size: 34px;
  }
  .section-heading h2 {
    font-size: 27px;
  }
  .about-copy h2 {
    font-size: 30px;
  }
}
