* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #0A0A0C;
  --white: #FFFFFF;
  --text: #E7E7EA;
  --muted: #A5A7B0;
  --dark: #292A31;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.22);
  --accent: #5D6BFF;
  --accent-soft: rgba(93, 107, 255, 0.18);
  --panel: rgba(18, 19, 24, 0.72);
  --panel-strong: rgba(12, 13, 17, 0.88);
  --radius: 8px;
  color-scheme: dark;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: "Space Grotesk", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

.loading-intro {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 46%, rgba(93, 107, 255, 0.12), transparent 28rem),
    #0A0A0C;
  animation: loading-fallback 0.5s ease 2.8s forwards;
}

.loading-intro__line,
.loading-intro__scan {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  transform-origin: left center;
  pointer-events: none;
}

.loading-intro__line {
  transform: scaleX(0);
  background: linear-gradient(90deg, transparent, var(--white), rgba(93, 107, 255, 0.72), transparent);
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.42);
}

.loading-intro__scan {
  width: 34%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), rgba(93, 107, 255, 0.36), transparent);
  filter: blur(5px);
  transform: translateX(-120%);
}

.loading-intro__mark {
  position: absolute;
  top: calc(50% - clamp(86px, 12vw, 132px));
  width: clamp(46px, 5.8vw, 72px);
  aspect-ratio: 1;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  opacity: 0;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.16), transparent 52%),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 0 34px rgba(93, 107, 255, 0.28);
}

.loading-intro__mark::before {
  content: "";
  position: absolute;
  inset: 20% 31%;
  background: var(--white);
  clip-path: polygon(68% 0, 0 52%, 43% 52%, 18% 100%, 100% 39%, 58% 39%);
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.68));
}

.loading-intro__title {
  position: relative;
  color: var(--white);
  font-size: clamp(2.4rem, 9vw, 8.8rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow:
    0 0 18px rgba(255, 255, 255, 0.16),
    0 0 34px rgba(93, 107, 255, 0.22);
}

.intro-letter,
.h1-word {
  display: inline-block;
  letter-spacing: 0;
}

.loading-intro__title .intro-letter {
  letter-spacing: 0.18em;
}

.split-space {
  display: inline-block;
  width: 0.28em;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-bg,
.site-bg__grid,
.site-bg__glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.site-bg {
  z-index: -1;
  background:
    radial-gradient(circle at 72% 18%, rgba(93, 107, 255, 0.16), transparent 28rem),
    radial-gradient(circle at 18% 82%, rgba(255, 255, 255, 0.05), transparent 32rem),
    linear-gradient(180deg, #0A0A0C, #050507 72%);
}

.site-bg__grid {
  opacity: 0.16;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: radial-gradient(circle at 50% 22%, #000, transparent 72%);
}

.site-bg__glow {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.74), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.74)),
    radial-gradient(circle at 50% 38%, transparent, rgba(0, 0, 0, 0.76) 78%);
}

.shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0;
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
}

.brand__mark {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(93, 107, 255, 0.12));
  box-shadow: 0 0 24px rgba(93, 107, 255, 0.2);
}

.brand__mark::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 6px;
  width: 12px;
  height: 22px;
  background: var(--white);
  clip-path: polygon(68% 0, 0 52%, 43% 52%, 18% 100%, 100% 39%, 58% 39%);
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.92rem;
}

.nav a {
  transition: color 180ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--white);
}

.hero {
  position: relative;
  min-height: calc(100svh - 78px);
  display: grid;
  align-items: center;
  padding: clamp(72px, 8vw, 120px) 0 clamp(56px, 8vw, 96px);
  overflow: clip;
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(40px, 6vw, 88px);
  align-items: end;
}

.hero__content {
  max-width: 930px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow span {
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), var(--white));
  box-shadow: 0 0 16px rgba(93, 107, 255, 0.62);
}

h1,
h2,
h3 {
  color: var(--white);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 16ch;
  font-size: clamp(2.75rem, 6.4vw, 5.9rem);
  line-height: 1.01;
}

h2 {
  font-size: clamp(2.15rem, 5vw, 5.2rem);
}

h3 {
  font-size: clamp(1.28rem, 2vw, 1.9rem);
  line-height: 1.08;
}

.hero__lead {
  max-width: 760px;
  margin-top: 28px;
  color: var(--text);
  font-size: clamp(1.08rem, 1.55vw, 1.34rem);
}

.hero__lead--muted {
  color: var(--muted);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  position: relative;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 26px;
  color: var(--white);
  font-weight: 700;
  line-height: 1;
  isolation: isolate;
  transition: transform 180ms ease, border-color 180ms ease;
}

.button::after {
  content: "";
  position: absolute;
  left: -32%;
  top: 50%;
  z-index: -1;
  width: 34%;
  height: 2px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, var(--white), transparent);
  transform: translateY(-50%);
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.72));
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  border-color: var(--line-strong);
}

.button:hover::after,
.button:focus-visible::after {
  animation: laser 0.62s cubic-bezier(0.72, 0, 0.14, 1);
}

.button--primary {
  color: #050507;
  background: linear-gradient(180deg, var(--white), #E7E7EA);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.035);
}

.text-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--white);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(93, 107, 255, 0.62);
  text-underline-offset: 6px;
}

.hero-card,
.card,
.contact-form,
.showcase {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 88% 0%, var(--accent-soft), transparent 42%),
    linear-gradient(180deg, var(--panel), rgba(7, 7, 10, 0.86));
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-card {
  padding: 26px;
}

.hero-card p,
.card span {
  color: var(--muted);
  font-size: 0.88rem;
  text-transform: uppercase;
}

.hero-card ul {
  display: grid;
  gap: 13px;
  margin: 30px 0;
  list-style: none;
}

.hero-card li {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-card a {
  color: var(--white);
  font-weight: 700;
}

.light-trails {
  position: absolute;
  inset: auto -10% 0 34%;
  height: min(42vw, 520px);
  pointer-events: none;
  opacity: 0.78;
}

.light-trails span {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(72vw, 980px);
  aspect-ratio: 1.85;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  transform: rotate(-13deg);
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.2));
}

.light-trails span:nth-child(2) {
  bottom: 8%;
  border-color: rgba(93, 107, 255, 0.58);
  transform: rotate(-8deg);
  filter: drop-shadow(0 0 22px rgba(93, 107, 255, 0.42));
}

.light-trails span:nth-child(3) {
  bottom: -9%;
  border-color: rgba(255, 255, 255, 0.18);
  transform: rotate(-2deg);
}

.section {
  position: relative;
  padding: clamp(76px, 10vw, 138px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.9fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: start;
}

.section-title {
  max-width: 760px;
}

.section-title p {
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.copy {
  display: grid;
  gap: 18px;
  color: var(--text);
  font-size: clamp(1rem, 1.15vw, 1.14rem);
}

.copy p,
.section-note,
.showcase p,
.card p,
.faq p {
  color: var(--muted);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 44px;
}

.card {
  min-height: 250px;
  display: grid;
  align-content: space-between;
  padding: 24px;
}

.card h3 {
  margin: 34px 0 18px;
}

.section-note {
  max-width: 860px;
  margin-top: 28px;
  font-size: clamp(1rem, 1.15vw, 1.14rem);
}

.local-links {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.local-links a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-weight: 700;
}

.local-links a::after {
  content: "→";
  color: var(--accent);
}

.showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: 32px;
  align-items: stretch;
  padding: clamp(24px, 4vw, 44px);
}

.showcase p {
  margin-top: 18px;
}

.showcase__visual {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(41, 42, 49, 0.84), rgba(5, 5, 7, 0.96));
}

.showcase__visual span {
  position: absolute;
  right: -22%;
  bottom: -28%;
  width: 110%;
  aspect-ratio: 1.7;
  border-top: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  transform: rotate(-12deg);
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.32));
}

.showcase__visual span:nth-child(2) {
  bottom: -8%;
  border-color: rgba(93, 107, 255, 0.68);
  filter: drop-shadow(0 0 22px rgba(93, 107, 255, 0.48));
}

.works {
  display: grid;
  gap: 28px;
}

.works__head {
  max-width: 900px;
}

.works__head p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 20px;
  color: var(--muted);
  font-size: clamp(1rem, 1.18vw, 1.14rem);
}

.featured-work {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(360px, 0.7fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 72% 12%, rgba(93, 107, 255, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(18, 19, 24, 0.78), rgba(7, 7, 10, 0.92));
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.featured-work__media {
  position: relative;
  display: block;
  min-height: 520px;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 20%, rgba(93, 107, 255, 0.1), transparent 34rem),
    #050608;
}

.featured-work__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  transition: transform 480ms ease;
}

.featured-work:hover .featured-work__media img {
  transform: scale(1.018);
}

.featured-work__content {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(26px, 4vw, 46px);
}

.featured-work__content h3 {
  font-size: clamp(2.6rem, 5.4vw, 5.6rem);
  line-height: 0.92;
}

.featured-work__content > p:not(.work-card__type),
.featured-work__brief p {
  color: var(--muted);
}

.featured-work__brief {
  display: grid;
  gap: 12px;
  margin: 8px 0;
}

.featured-work__brief div {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 12px;
}

.featured-work__brief span {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.featured-work__content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.featured-work__content li {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.88rem;
}

.prototype-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-top: 20px;
  padding-top: clamp(34px, 6vw, 58px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.prototype-section h3 {
  font-size: clamp(2rem, 4.2vw, 4.1rem);
}

.prototype-section > p {
  color: var(--muted);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
}

.work-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.work-filter {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 16px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.035);
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.work-filter:hover,
.work-filter:focus-visible,
.work-filter.is-active {
  color: var(--white);
  border-color: rgba(93, 107, 255, 0.58);
  background: rgba(93, 107, 255, 0.12);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.work-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 88% 0%, rgba(93, 107, 255, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(18, 19, 24, 0.74), rgba(7, 7, 10, 0.9));
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 220ms ease, border-color 220ms ease;
}

.work-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.24);
}

.work-card.is-hidden {
  display: none;
}

.work-card--wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.7fr);
}

.work-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #101116;
}

.work-card--wide .work-card__media {
  aspect-ratio: auto;
  min-height: 360px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 0;
}

.work-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 420ms ease;
}

.work-card:hover .work-card__media img {
  transform: scale(1.026);
}

.work-card__badge {
  position: absolute;
  left: 14px;
  top: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--white);
  background: rgba(10, 10, 12, 0.72);
  backdrop-filter: blur(12px);
  font-size: 0.78rem;
  font-weight: 700;
}

.work-card__body {
  display: grid;
  gap: 13px;
  padding: 22px;
}

.work-card__type {
  color: var(--accent);
  font-size: 0.84rem;
  text-transform: uppercase;
}

.work-card__body h3 {
  font-size: clamp(1.55rem, 2.7vw, 2.55rem);
}

.work-card__body p {
  color: var(--muted);
}

.concept-details {
  display: grid;
  gap: 10px;
  margin: 4px 0;
}

.concept-details div {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 11px;
}

.concept-details span {
  display: block;
  margin-bottom: 3px;
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.concept-details p {
  font-size: 0.92rem;
  line-height: 1.48;
}

.work-card--wide .concept-details {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
}

.work-card--wide .concept-details div:first-child {
  grid-column: 1 / -1;
}

.work-card__body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.work-card__body li {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.86rem;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.92rem;
}

.field-wide,
.contact-form .button,
.form-message {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  outline: none;
  color: var(--white);
  background: rgba(0, 0, 0, 0.26);
  padding: 14px 15px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 0 0 1px rgba(93, 107, 255, 0.38);
}

.form-message {
  min-height: 1.4em;
  color: var(--text);
  font-size: 0.92rem;
}

.footer {
  padding: 34px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.local-hero {
  padding: clamp(86px, 10vw, 138px) 0 clamp(56px, 7vw, 90px);
}

.local-hero h1 {
  max-width: 15ch;
}

.local-hero p {
  max-width: 850px;
  margin-top: 26px;
  color: var(--text);
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
}

.faq {
  display: grid;
  gap: 14px;
  margin-top: 42px;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  padding: 18px;
}

.faq summary {
  color: var(--white);
  cursor: pointer;
  font-weight: 700;
}

.faq p {
  margin-top: 12px;
}

@keyframes laser {
  0% {
    left: -32%;
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  100% {
    left: 112%;
    opacity: 0;
  }
}

@keyframes loading-fallback {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@media (max-width: 900px) {
  .topbar {
    align-items: flex-start;
  }

  .nav {
    display: none;
  }

  .hero__grid,
  .split,
  .showcase,
  .featured-work,
  .prototype-section,
  .work-card--wide {
    grid-template-columns: 1fr;
  }

  .hero-card {
    display: none;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .work-grid {
    grid-template-columns: 1fr;
  }

  .featured-work__media {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  .work-card--wide .work-card__media {
    min-height: auto;
    aspect-ratio: 16 / 10;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .work-card--wide .concept-details {
    grid-template-columns: 1fr;
  }

  .light-trails {
    inset: auto -44% 2% 2%;
    height: 44vh;
    opacity: 0.62;
  }
}

@media (max-width: 560px) {
  .shell,
  .topbar {
    width: calc(100% - 24px);
  }

  .brand {
    font-size: 0.9rem;
  }

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

  h1 {
    font-size: clamp(2.25rem, 11.8vw, 3.45rem);
    line-height: 1.03;
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3.1rem);
  }

  .actions,
  .footer__inner {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .showcase__visual {
    min-height: 240px;
  }

  .featured-work__content h3 {
    font-size: clamp(2.35rem, 14vw, 3.9rem);
  }

  .featured-work__content {
    padding: 22px;
  }

  .loading-intro__title {
    font-size: clamp(2rem, 11vw, 3rem);
    letter-spacing: 0.12em;
  }

  .loading-intro__title .intro-letter {
    letter-spacing: 0.12em;
  }
}

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

  .loading-intro {
    display: none;
  }
}
