:root {
  --black: #050505;
  --panel: #0a0a0a;
  --line: rgba(220, 220, 220, 0.16);
  --bone: #b9bec4;
  --muted: rgba(185, 190, 196, 0.76);
  --gold: #b08a45;
  --header-height: 72px;
  --intro-scroll-space: 420px;
  --font-display: "Barlow Condensed", Arial, sans-serif;
  --font-body: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: #000;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--bone);
  background: #000;
  font-family: var(--font-body);
  letter-spacing: 0;
}

a {
  color: inherit;
}

.obsidian-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: var(--header-height);
  padding: 10px clamp(18px, 4vw, 58px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.6));
  backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -10px, 0);
  transition: opacity 220ms ease, transform 220ms ease;
}

.intro-dismissed .obsidian-header {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.brand-link {
  width: 76px;
  height: 64px;
  display: grid;
  place-items: center;
  overflow: visible;
}

.brand-link img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

[data-scroll-fade-logo] {
  opacity: 0;
  will-change: opacity;
}

.intro-curtain {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  background: #000;
  pointer-events: none;
  opacity: 1;
  transform: scale(1);
  transition: visibility 0ms linear 120ms;
  will-change: opacity, transform;
}

.intro-curtain img {
  width: min(42vw, 430px);
  height: auto;
  filter: none;
}

main {
  overflow: hidden;
}

.static-hero {
  position: relative;
  min-height: calc(var(--intro-scroll-space) + var(--header-height));
  padding: 0;
  background: #000;
}

.intro-complete-anchor {
  position: absolute;
  top: var(--intro-scroll-space);
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.section-kicker {
  margin: 0 0 16px;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.5vw, 1.25rem);
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  color: var(--bone);
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0 20px 60px rgba(0, 0, 0, 0.68);
}

h1 {
  font-size: clamp(4.4rem, 11vw, 11rem);
}

h2 {
  font-size: clamp(3.2rem, 7vw, 7.8rem);
}

p {
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.24rem);
  line-height: 1.72;
}

.section-copy > p,
.manifesto-section > p {
  max-width: 690px;
}

.content-section,
.manifesto-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 128px) 0;
  scroll-margin-top: var(--header-height);
}

.content-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: center;
}

.product-section {
  display: block;
  padding-top: 18px;
  padding-bottom: clamp(72px, 10vw, 128px);
}

.hero-banner {
  position: relative;
  margin: 0;
  background: #000;
  overflow: hidden;
}

.hero-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-banner-copy {
  position: absolute;
  top: 19%;
  left: 2.6%;
  z-index: 1;
  display: inline-grid;
  justify-items: start;
  gap: clamp(16px, 2vw, 28px);
  width: max-content;
  max-width: 54%;
  margin: 0;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.68);
}

.hero-banner-title {
  display: grid;
  gap: clamp(10px, 1.25vw, 18px);
  color: var(--bone);
  font-family: var(--font-display);
  font-size: clamp(4.7rem, 9vw, 8.05rem);
  font-weight: 800;
  line-height: 0.84;
  text-transform: uppercase;
}

.hero-banner-title span {
  display: block;
}

.hero-banner-subcopy {
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.45vw, 1.24rem);
  font-weight: 500;
  line-height: 1.55;
}

.wide-copy {
  max-width: 930px;
}

.product-presentation-section {
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.88fr);
  align-items: center;
}

.presentation-product {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  min-height: 520px;
  background: #000;
}

[data-scroll-fade-product] {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  will-change: opacity, transform;
}

.product-presentation-section--reversed .presentation-product {
  justify-content: flex-start;
}

.product-presentation-section--reversed .section-copy {
  max-width: 620px;
  text-align: right;
}

.product-presentation-section--reversed .section-copy > p {
  margin-left: auto;
}

.section-copy-title {
  max-width: 100%;
}

.section-copy-title--preparo span {
  display: inline;
}

.section-copy-title--preparo {
  margin-left: auto;
  font-size: clamp(2.8rem, 5.75vw, 6.5rem);
  line-height: 0.94;
  text-shadow: none;
}

.section-copy-subcopy {
  max-width: min(78%, 690px);
}

.presentation-product img {
  display: block;
  width: min(100%, 520px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 42px 64px rgba(0, 0, 0, 0.76));
}

.manifesto-section {
  display: block;
}

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

.manifesto-section p {
  margin-left: auto;
  margin-right: auto;
}

.site-footer.footer {
  width: 100%;
  margin: clamp(32px, 7vw, 84px) auto 0;
  padding: 0;
  border-top: 1px solid rgba(185, 190, 196, 0.16);
  color: var(--bone);
  background: transparent;
  box-shadow: none;
}

.footer-shell {
  display: grid;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  grid-template-columns: minmax(210px, 0.76fr) minmax(130px, 0.55fr) minmax(220px, 0.85fr) minmax(260px, 0.95fr);
  align-items: start;
  gap: 10px 20px;
  padding: 12px 18px 10px;
}

.footer-brand {
  min-width: 0;
  align-self: start;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.05);
}

.footer-brand-link,
.footer-brand-logo {
  display: block;
}

.footer-brand-logo {
  width: min(100%, 220px);
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
  opacity: 0.88;
}

.footer-column {
  display: grid;
  gap: 5px;
  align-content: start;
  min-width: 0;
}

.footer-column h3 {
  margin: 0 0 4px;
  color: var(--bone);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.footer-column--centered-title h3,
.footer-contact h3 {
  justify-self: stretch;
  text-align: center;
}

.footer-column a {
  width: fit-content;
  max-width: 100%;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--bone);
  text-decoration: underline;
}

.footer-contact {
  justify-items: start;
  font-style: normal;
}

.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 0.38em;
}

.footer-contact-icon {
  width: 2.3em;
  height: 2.3em;
  flex: 0 0 auto;
  object-fit: contain;
  opacity: 0.74;
}

.footer-subgroup {
  display: grid;
  gap: 4px;
}

.footer-subgroup p,
.footer-bottom p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.footer-bottom {
  display: grid;
  justify-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 6px 18px 7px;
  border-top: 1px solid rgba(185, 190, 196, 0.16);
  text-align: center;
}

.footer-bottom p {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  :root {
    --header-height: 66px;
  }

  .intro-curtain img {
    width: min(72vw, 310px);
  }

  .content-section {
    grid-template-columns: 1fr;
  }

  .static-hero {
    min-height: calc(var(--intro-scroll-space) + var(--header-height));
    padding: 0;
  }

  h1 {
    font-size: clamp(3.8rem, 18vw, 6.8rem);
  }

  h2 {
    font-size: clamp(3rem, 14vw, 5.5rem);
  }

  .hero-banner-copy {
    top: 20%;
    left: 3.4%;
    gap: clamp(8px, 1.9vw, 12px);
    width: max-content;
    max-width: 52%;
  }

  .hero-banner-title {
    gap: clamp(4px, 1.15vw, 8px);
    font-size: clamp(1.72rem, 9vw, 4.1rem);
    line-height: 0.84;
  }

  .hero-banner-subcopy {
    width: min(86%, 210px);
    max-width: 86%;
    font-size: clamp(0.64rem, 2.55vw, 0.86rem);
    line-height: 1.34;
  }

  .formats-section {
    grid-template-columns: 1fr;
  }

  .product-presentation-section {
    grid-template-columns: 1fr;
  }

  .presentation-product {
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 0;
  }

  .product-presentation-section--reversed .section-copy {
    text-align: center;
  }

  .section-copy {
    width: min(88%, 420px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .section-copy-title {
    font-size: clamp(2.45rem, 13vw, 4.8rem);
    line-height: 0.88;
  }

  .section-copy-title--preparo {
    display: grid;
    justify-items: center;
    gap: clamp(2px, 0.85vw, 6px);
    font-size: clamp(1.86rem, 9.45vw, 3.7rem);
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 0.88;
  }

  .section-copy-title--preparo span {
    display: block;
    width: max-content;
    max-width: 100%;
  }

  .section-copy-subcopy {
    max-width: min(82%, 280px);
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(0.9rem, 4vw, 1.08rem);
    line-height: 1.45;
  }

  .product-presentation-section--reversed .section-copy-subcopy {
    margin-left: auto;
    margin-right: auto;
  }

  .manifesto-section .section-copy-title,
  .manifesto-section .section-copy-subcopy {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    padding: 22px 12px 18px;
  }

  .footer-brand-logo {
    width: min(100%, 220px);
  }

  .footer-contact,
  .footer-column {
    justify-items: start;
  }

  .footer-column--centered-title h3,
  .footer-contact h3 {
    text-align: left;
  }

  .presentation-product img {
    width: min(88vw, 390px);
    margin-left: auto;
    margin-right: auto;
  }

  #preparo .presentation-product img {
    width: min(82vw, 390px);
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
