:root {
  color-scheme: dark;
  --ink: #f4efe5;
  --muted: #b5ada0;
  --gold: #d7af55;
  --gold-bright: #f0cf7a;
  --black: #090806;
  --panel: #11100e;
  --panel-soft: #171511;
  --line: rgba(244, 239, 229, 0.16);
  --max: 1240px;
  --hero-brand-size: clamp(4rem, 7vw, 7rem);
  --hero-support-heading-size: clamp(2.7rem, 5vw, 4.8rem);
  --section-display-label-size: clamp(3.4rem, 5.95vw, 5.95rem);
  --section-gold-heading-size: clamp(2.8rem, 4.2vw, 4.5rem);
  --section-support-heading-size: clamp(2rem, 3.2vw, 3.4rem);
  --section-body-size: 0.82rem;
  --service-title-size: clamp(2.8rem, 4vw, 4.2rem);
  --service-copy-size: 0.82rem;
  --founder-image-max: 420px;
  --founder-image-height: 315px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 90% 28%, rgba(215, 175, 85, 0.08), transparent 30rem),
    var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

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

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  color: #111;
  background: var(--gold-bright);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  padding: 0 clamp(1.1rem, 4vw, 4.5rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 180ms ease, min-height 180ms ease;
}

.site-header.is-scrolled {
  position: fixed;
  min-height: 74px;
  background: rgba(9, 8, 6, 0.94);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.brand-mark,
.brand-home {
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  border-radius: 50%;
}

.brand-mark:focus-visible,
.brand-home:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.brand-mark img {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  object-fit: cover;
}

.brand-home span {
  display: grid;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  letter-spacing: 0.02em;
}

.brand small {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.64rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2.2rem);
}

.site-nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

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

.site-nav .nav-cta {
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: center 52%;
  filter: saturate(0.82) contrast(1.06);
  animation: hero-reveal 1.2s ease both;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.42) 52%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(9, 8, 6, 0.96) 0%, transparent 48%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 32%);
}

.hero-content {
  width: min(var(--max), calc(100% - 2.2rem));
  margin: 0 auto;
  padding: 12rem 0 clamp(6rem, 11vw, 9rem);
}

.kicker {
  margin: 0 0 1.2rem;
  color: var(--gold-bright);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
h2,
h3,
blockquote {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: var(--hero-support-heading-size);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.hero-copy {
  max-width: 610px;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: var(--section-body-size);
}

.hero .kicker {
  max-width: 1050px;
  margin-bottom: 1.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: var(--hero-brand-size);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-transform: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.8rem 1.35rem;
  border: 1px solid transparent;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #11100e;
  background: var(--gold-bright);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #ffe7a6;
}

.button-outline {
  border-color: var(--gold);
  color: var(--gold-bright);
}

.button-outline:hover,
.button-outline:focus-visible {
  color: #11100e;
  background: var(--gold-bright);
}

.text-link {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--gold-bright);
}

.hero-note {
  position: absolute;
  right: clamp(1.2rem, 4vw, 4.5rem);
  bottom: 3rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.67rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.section {
  width: min(var(--max), calc(100% - 2.2rem));
  margin: 0 auto;
  padding: clamp(5.5rem, 10vw, 9rem) 0;
}

.services-hero {
  position: relative;
  min-height: clamp(650px, 82svh, 920px);
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
}

.services-hero-image,
.services-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.services-hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: center 64%;
  filter: saturate(0.78) contrast(1.08);
}

.services-hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.48) 54%, rgba(0, 0, 0, 0.22) 100%),
    linear-gradient(0deg, rgba(9, 8, 6, 0.96) 0%, rgba(9, 8, 6, 0.22) 62%, rgba(0, 0, 0, 0.28) 100%);
}

.services-hero-content {
  min-height: inherit;
  display: grid;
  align-items: end;
  padding-bottom: clamp(5rem, 9vw, 8rem);
}

.services-hero .section-intro > p:last-child {
  color: rgba(255, 255, 255, 0.82);
}

.services-grid-section {
  padding-top: clamp(4rem, 7vw, 6.5rem);
}

.services-grid-section .service-grid {
  margin-top: 0;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(250px, 0.75fr);
  gap: 1.5rem 4rem;
  align-items: end;
}

.section-intro .kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.section-intro h2,
.feature h2,
.catalog h2,
.contact h2,
.studio-editorial-copy h2 {
  margin: 0;
  font-size: var(--section-support-heading-size);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.section-intro h2 > span,
.studio-editorial-copy h2 > span {
  display: block;
}

.section .kicker,
.studio-editorial .kicker {
  margin-bottom: 1.1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: var(--section-gold-heading-size);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: none;
}

.section .section-display-label {
  font-family: Georgia, "Times New Roman", serif;
  font-size: var(--section-display-label-size);
  line-height: 0.88;
  letter-spacing: -0.05em;
}

.section-display-label > span {
  display: block;
  white-space: nowrap;
}

.catalog .section-display-label {
  letter-spacing: -0.04em;
}

.section-intro > p:last-child,
.feature-copy > p:not(.kicker, .availability),
.catalog-copy > p:not(.kicker),
.contact > p:not(.kicker) {
  margin: 0;
  color: var(--muted);
  font-size: var(--section-body-size);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(3.5rem, 7vw, 6.5rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-grid article {
  min-height: 330px;
  padding: 2.2rem;
  border-right: 1px solid var(--line);
}

.service-grid article:last-child {
  border-right: 0;
}

.service-grid h3 {
  margin: 1.2rem 0 1rem;
  color: var(--gold-bright);
  font-size: var(--service-title-size);
  line-height: 0.98;
}

.service-grid p {
  margin: 0;
  color: var(--muted);
  font-size: var(--service-copy-size);
}

.service-media {
  display: none;
  margin: 0;
  overflow: hidden;
  background: var(--panel);
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(340px, 1.2fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.feature-image {
  position: relative;
}

.feature-image::before {
  position: absolute;
  inset: -1rem 1rem 1rem -1rem;
  z-index: -1;
  border: 1px solid rgba(215, 175, 85, 0.5);
  content: "";
}

.feature-image img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
}

.feature-copy {
  max-width: 670px;
}

.feature-copy > p:not(.kicker, .availability) {
  max-width: 560px;
  margin-top: 1.8rem;
}

.availability {
  margin: 2rem 0;
  color: var(--gold-bright);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.catalog {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.catalog-copy > p:not(.kicker) {
  max-width: 570px;
  margin-top: 1.8rem;
}

.catalog img {
  width: 100%;
  height: clamp(420px, 52vw, 680px);
  min-height: 0;
  object-fit: cover;
}

.catalog-license-media {
  margin: clamp(2.2rem, 4vw, 3.2rem) 0 0;
  overflow: hidden;
  background: var(--panel);
}

.catalog-license-media img {
  height: clamp(280px, 28vw, 390px);
  object-position: center 72%;
}

.catalog-console-image {
  object-position: center;
}

.catalog-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 2rem 0;
}

.catalog-points span {
  padding: 0.5rem 0.7rem;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.studio-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  grid-template-rows: minmax(360px, 0.85fr) minmax(240px, 0.55fr);
  min-height: 680px;
  background: #0d0c0a;
}

.studio-editorial figure {
  margin: 0;
  overflow: hidden;
}

.studio-editorial img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.studio-editorial figure:hover img {
  transform: scale(1.025);
}

.studio-editorial-primary {
  grid-row: 1 / -1;
}

.studio-editorial-copy {
  display: grid;
  align-content: center;
  padding: clamp(2.5rem, 5vw, 5.5rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.studio-editorial-copy h2 {
  max-width: 760px;
  font-size: clamp(0.92rem, 4.5vw, 2rem);
  letter-spacing: -0.045em;
}

.studio-editorial-copy h2 > span {
  white-space: nowrap;
}

.studio-editorial-copy > span {
  margin-top: 2rem;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-intro {
  margin-bottom: 4rem;
}

.leader-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 4rem);
}

.leader {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  align-items: start;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.leader img {
  width: 100%;
  max-width: var(--founder-image-max);
  height: var(--founder-image-height);
  aspect-ratio: 4 / 3;
  justify-self: center;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.9);
}

.role {
  margin: 0 0 0.45rem;
  color: var(--gold);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.leader h3 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1;
}

.leader div > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.about-proof {
  max-width: 980px;
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--gold-bright);
  font-size: clamp(0.72rem, 1.3vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  text-transform: uppercase;
}

.contact {
  padding-top: clamp(5rem, 9vw, 8rem);
  padding-bottom: clamp(5rem, 9vw, 8rem);
  border-top: 1px solid var(--line);
  text-align: center;
}

.contact h2 {
  max-width: 980px;
  margin-inline: auto;
}

.contact > p:not(.kicker) {
  margin-top: 1.6rem;
}

.contact .button {
  margin-top: 0;
}

.contact-email {
  display: inline-block;
  margin-top: 1.5rem;
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  text-underline-offset: 0.25em;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.contact-actions button {
  font-family: inherit;
  cursor: pointer;
}

.copy-status {
  min-height: 1.6em;
  margin: 0.8rem 0 0 !important;
  color: var(--gold-bright) !important;
  font-size: 0.78rem !important;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 2.2rem clamp(1.1rem, 4vw, 4.5rem);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-brand {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.6rem;
}

.site-footer nav a {
  text-decoration: none;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  color: var(--gold-bright);
}

.site-footer p {
  margin: 0;
}

@keyframes hero-reveal {
  from {
    opacity: 0;
    transform: scale(1.03);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    position: relative;
    z-index: 12;
    display: grid;
    gap: 7px;
    width: 46px;
    height: 46px;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, 0.38);
    color: var(--ink);
    background: rgba(0, 0, 0, 0.24);
  }

  .nav-toggle span[aria-hidden="true"] {
    width: 20px;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .nav-toggle[aria-expanded="true"] span[aria-hidden="true"]:first-of-type {
    transform: translateY(4px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span[aria-hidden="true"]:last-of-type {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 11;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 1.6rem;
    padding: 6rem 1.5rem;
    background: rgba(9, 8, 6, 0.98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav a {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
  }

  .site-nav .nav-cta {
    margin-top: 0.5rem;
    font-family: Inter, sans-serif;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .section-intro,
  .feature,
  .catalog {
    grid-template-columns: 1fr;
  }

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

  .service-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-grid article:last-child {
    border-bottom: 0;
  }

  .service-grid h3 {
    margin-top: 2rem;
  }

  .catalog img {
    height: 420px;
    min-height: 0;
  }

  .studio-editorial {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .studio-editorial-primary {
    grid-column: 1 / -1;
    grid-row: auto;
    height: 420px;
  }

  .studio-editorial-copy {
    min-height: 400px;
  }

  .studio-editorial-detail {
    min-height: 400px;
  }

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

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 560px) {
  :root {
    --hero-brand-size: 3.5rem;
    --hero-support-heading-size: 2.5rem;
    --section-display-label-size: 3rem;
    --section-gold-heading-size: 2.15rem;
    --section-support-heading-size: 1.65rem;
    --section-body-size: 0.78rem;
    --service-title-size: 2.5rem;
    --service-copy-size: 0.78rem;
    --founder-image-max: 280px;
    --founder-image-height: 350px;
  }

  .catalog .section-display-label {
    font-size: 2.625rem;
  }

  .site-header {
    min-height: 78px;
    padding-inline: 1rem;
  }

  .brand-mark img {
    width: 48px;
    height: 48px;
  }

  .brand strong {
    font-size: 1.02rem;
  }

  .brand small {
    font-size: 0.55rem;
  }

  .hero-content {
    width: min(100% - 2rem, var(--max));
    padding-bottom: 5rem;
  }

  .hero-note {
    display: none;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .section {
    width: calc(100% - 2rem);
  }

  .services-hero {
    min-height: 720px;
  }

  .services-hero-image {
    object-position: 52% 68%;
  }

  .services-hero-content {
    padding-bottom: 4.5rem;
  }

  .services-grid-section {
    padding-top: 3.5rem;
  }

  .service-grid article {
    padding: 2rem 0;
  }

  .service-copy {
    padding: 0;
  }

  .service-media {
    display: block;
    width: 100%;
    height: clamp(220px, 72vw, 320px);
    border-top: 1px solid var(--line);
  }

  .service-media img {
    object-position: center;
  }

  .service-card:nth-child(2) .service-media img {
    object-position: center 44%;
  }

  .feature-image,
  .studio-editorial figure {
    display: none;
  }

  .feature {
    gap: 3rem;
  }

  .catalog img {
    height: 330px;
    min-height: 0;
  }

  .catalog-license-media {
    margin-top: 2.4rem;
  }

  .studio-editorial {
    grid-template-columns: 1fr;
  }

  .studio-editorial-primary,
  .studio-editorial-detail {
    min-height: 340px;
  }

  .studio-editorial-primary {
    grid-column: auto;
    height: auto;
  }

  .studio-editorial-copy {
    min-height: 360px;
  }

  .leader {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .leader img {
    aspect-ratio: 4 / 5;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
