:root {
  --black: #070706;
  --ink: #151311;
  --charcoal: #24211e;
  --stone: #6e675f;
  --paper: #f3eee6;
  --paper-soft: #e8ded0;
  --warm: #cdbca7;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(20, 18, 16, 0.14);
  --max: 1180px;
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  color: var(--paper);
  background:
    radial-gradient(circle at 80% 0%, rgba(205, 188, 167, 0.14), transparent 32rem),
    var(--black);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

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

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

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 50;
  transform: translateY(-160%);
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background: var(--paper);
  color: var(--black);
  padding: 0.7rem 1rem;
  transition: transform 180ms ease;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.25rem clamp(1.25rem, 4vw, 4rem);
  background: linear-gradient(180deg, rgba(7, 7, 6, 0.72), rgba(7, 7, 6, 0));
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.brand img,
.site-footer img {
  width: 148px;
  filter: invert(1);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
  color: rgba(243, 238, 230, 0.78);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--paper);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 7rem clamp(1.25rem, 5vw, 5rem) 3rem;
}

.hero-media,
.hero-media img,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.22);
  animation: studioReveal 34s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  will-change: transform;
}

@keyframes studioReveal {
  from {
    transform: scale(1.22);
  }

  to {
    transform: scale(1.04);
  }
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 7, 6, 0.88), rgba(7, 7, 6, 0.48) 42%, rgba(7, 7, 6, 0.1)),
    linear-gradient(0deg, rgba(7, 7, 6, 0.38), rgba(7, 7, 6, 0.1) 48%, rgba(7, 7, 6, 0.42));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
  padding-top: 1rem;
}

.hero-content.reveal {
  transform: translateY(28px);
  transition:
    opacity 1400ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.eyebrow,
.section-kicker {
  margin: 0 0 1.4rem;
  color: var(--warm);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.light-section .eyebrow,
.light-section .section-kicker {
  color: rgba(21, 19, 17, 0.68);
}

h1,
h2 {
  margin: 0;
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  font-size: clamp(3.1rem, 5.3vw, 5.8rem);
}

h2 {
  font-size: clamp(2.8rem, 6vw, 6.7rem);
}

.hero-copy {
  max-width: 610px;
  margin-top: 2rem;
  color: rgba(243, 238, 230, 0.82);
  font-size: clamp(1.06rem, 1.5vw, 1.26rem);
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 1.4rem;
  border: 1px solid rgba(243, 238, 230, 0.32);
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  background: rgba(243, 238, 230, 0.92);
  color: var(--black);
  font-size: 0.9rem;
  font-weight: 600;
  transition:
    background 180ms ease,
    transform 180ms ease,
    border-color 180ms ease;
}

.primary-cta:hover {
  background: white;
  border-color: white;
  transform: translateY(-1px);
}

.floating-spec {
  position: absolute;
  z-index: 3;
  width: min(16rem, calc(100vw - 2.5rem));
  border-top: 1px solid var(--line-dark);
  padding-top: 0.9rem;
  color: rgba(243, 238, 230, 0.76);
  font-size: 0.8rem;
}

.floating-spec span,
.process-panel span {
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(243, 238, 230, 0.52);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.floating-spec strong {
  display: block;
  color: var(--paper);
  font-size: 1rem;
  font-weight: 500;
}

.spec-one {
  right: clamp(1.25rem, 5vw, 6rem);
  top: 30%;
}

.spec-two {
  right: clamp(1.25rem, 13vw, 14rem);
  bottom: 15%;
}

section {
  position: relative;
}

.light-section {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(232, 222, 208, 0.86), var(--paper)),
    var(--paper);
}

.dark-section {
  color: var(--paper);
  background:
    radial-gradient(circle at 20% 20%, rgba(205, 188, 167, 0.1), transparent 34rem),
    linear-gradient(180deg, var(--black), #11100f);
}

.editorial-section,
.material-section,
.production-section,
.contact-section {
  padding: clamp(5rem, 11vw, 10rem) clamp(1.25rem, 5vw, 5rem);
}

.editorial-grid,
.split-layout {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}

.editorial-heading {
  display: grid;
  gap: 0;
}

.rich-copy,
.product-copy p,
.production-copy p,
.contact-inner p {
  color: rgba(21, 19, 17, 0.74);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
}

.rich-copy p {
  margin: 0 0 1.1rem;
}

.editorial-heading .section-kicker,
.section-copy > .eyebrow,
.product-copy > .eyebrow,
.production-copy > .eyebrow {
  margin: 0 0 1.4rem;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
}

@media (min-width: 901px) {
  .material-section .split-layout {
    width: 100%;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: clamp(2rem, 6vw, 6rem);
  }
}

.image-stage,
.product-media {
  position: relative;
  overflow: hidden;
  min-height: 34rem;
  background: var(--charcoal);
}

.image-stage img,
.product-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.annotation {
  position: absolute;
  left: 1.25rem;
  border: 1px solid var(--line-dark);
  background: rgba(7, 7, 6, 0.5);
  color: rgba(243, 238, 230, 0.88);
  padding: 0.75rem 0.85rem;
  font-size: 0.78rem;
  backdrop-filter: blur(12px);
}

.annotation-top {
  top: 1.25rem;
}

.annotation-bottom {
  bottom: 1.25rem;
}

.section-copy h2,
.product-copy h2,
.production-copy h2,
.contact-inner h2 {
  max-width: 9ch;
}

.section-copy h2 {
  margin-bottom: 2rem;
}

.feature-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-dark);
}

.feature-list li {
  border-bottom: 1px solid var(--line-dark);
  padding: 1rem 0;
  color: rgba(243, 238, 230, 0.78);
}

.product-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  padding: clamp(5rem, 11vw, 9rem) clamp(1.25rem, 5vw, 5rem);
  background: #12100e;
}

.image-stage,
.product-media {
  min-height: min(58vw, 45rem);
}

.product-copy {
  max-width: 560px;
}

.product-copy p {
  color: rgba(243, 238, 230, 0.72);
}

.production-section {
  display: grid;
  grid-template-columns: minmax(0, 500px) minmax(320px, 620px);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
}

.process-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line-light);
  background: rgba(255, 255, 255, 0.22);
}

.process-panel div {
  min-height: 15rem;
  padding: 1.4rem;
  border-right: 1px solid var(--line-light);
}

.process-panel div:last-child {
  border-right: 0;
}

.process-panel span {
  color: rgba(21, 19, 17, 0.44);
}

.process-panel strong {
  display: block;
  margin-bottom: 4rem;
  font-size: 1.35rem;
  font-weight: 500;
}

.process-panel p {
  margin: 0;
  color: rgba(21, 19, 17, 0.66);
}

.contact-section {
  text-align: center;
}

.contact-inner {
  width: min(860px, 100%);
  margin: 0 auto;
}

.contact-inner h2 {
  max-width: none;
}

.contact-inner p {
  color: rgba(243, 238, 230, 0.72);
}

address {
  display: grid;
  gap: 0.45rem;
  margin-top: 2rem;
  font-style: normal;
}

address strong {
  font-weight: 500;
}

address a {
  min-height: 44px;
  color: rgba(243, 238, 230, 0.78);
  text-decoration: underline;
  text-decoration-color: rgba(243, 238, 230, 0.24);
  text-underline-offset: 0.28em;
}

.site-footer {
  display: grid;
  justify-items: center;
  padding: 2rem clamp(1.25rem, 5vw, 5rem);
  border-top: 1px solid var(--line-dark);
  background: var(--black);
  color: rgba(243, 238, 230, 0.58);
  font-size: 0.82rem;
  text-align: center;
}

.footer-brand {
  display: grid;
  gap: 1rem;
  justify-items: center;
  width: fit-content;
}

.footer-brand p {
  margin: 1.6rem 0 0;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 820ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

@media (max-width: 900px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 100svh;
    padding-bottom: 4rem;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(7, 7, 6, 0.62), rgba(7, 7, 6, 0.78)),
      linear-gradient(90deg, rgba(7, 7, 6, 0.72), rgba(7, 7, 6, 0.22));
  }

  .floating-spec {
    display: none;
  }

  h1 {
    max-width: 700px;
    font-size: clamp(3.4rem, 7.2vw, 5.1rem);
  }

  .editorial-grid,
  .split-layout,
  .product-section,
  .production-section {
    grid-template-columns: 1fr;
  }

  .product-section {
    padding-top: 0;
  }

  .product-media {
    margin-inline: calc(clamp(1.25rem, 5vw, 5rem) * -1);
  }

  .process-panel {
    grid-template-columns: 1fr;
  }

  .process-panel div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .process-panel div:last-child {
    border-bottom: 0;
  }

  .process-panel strong {
    margin-bottom: 1.5rem;
  }

}

@media (max-width: 700px) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-content.reveal {
    transform: none;
    transition: none;
  }

}

@media (max-width: 560px) {
  .brand img,
  .site-footer img {
    width: 126px;
  }

  .hero {
    padding-top: 6rem;
    padding-bottom: 2rem;
    align-items: center;
  }

  h1 {
    max-width: 9ch;
    font-size: clamp(2.85rem, 14vw, 3.85rem);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(2.45rem, 13vw, 4rem);
  }

  .hero-copy {
    font-size: 1rem;
    margin-top: 1.3rem;
  }

  .primary-cta {
    margin-top: 0.9rem;
  }

  .image-stage,
  .product-media {
    min-height: 26rem;
  }
}

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

  .hero-media img {
    animation: none !important;
    transform: scale(1.04) !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-content.reveal {
    transform: none;
  }
}
