@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wdth,wght@75..100,400..600&display=swap");

:root {
  --black: #050507;
  --panel: #0a0a0c;
  --ivory: #eeeae2;
  --muted: #96928b;
  --line: rgba(238, 234, 226, 0.16);
  --oxblood: #5c1116;
  --body-copy-size: 14px;
  --label-size: 11px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--ivory);
  font-family: "Instrument Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  height: 96px;
  padding: 0 4.5vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand-logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.brand-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.brand-logo-header { width: 112px; }
.site-header nav { display: flex; gap: 36px; }
.site-header nav a, .header-cta {
  font-size: var(--label-size);
  text-transform: uppercase;
  letter-spacing: .18em;
}
.header-cta { justify-self: end; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-media {
  position: absolute;
  inset: 0;
  background: url("/brand/material-tension.png") center/cover no-repeat;
  transform: scale(1.02);
  animation: reveal 1.6s cubic-bezier(.2,.7,.2,1) both;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2,2,4,.86) 0%, rgba(2,2,4,.38) 48%, rgba(2,2,4,.14)),
    linear-gradient(0deg, rgba(2,2,4,.6), transparent 48%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  padding: 24vh 4.5vw 7vh;
  display: flex;
  flex-direction: column;
}
.eyebrow {
  margin: 0 0 28px;
  color: #c5c0b7;
  font-size: var(--label-size);
  text-transform: uppercase;
  letter-spacing: .34em;
}
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { font-size: clamp(72px, 10vw, 160px); line-height: .83; letter-spacing: -.06em; }
.hero-bottom {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  gap: 12vw;
}
.hero-bottom p, .craft-copy > p {
  margin: 0;
  color: #b0aca5;
  font-family: "Instrument Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: var(--body-copy-size);
  line-height: 1.72;
  letter-spacing: .018em;
}
.text-link {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--ivory);
  font-size: var(--label-size);
  text-transform: uppercase;
  letter-spacing: .19em;
}
.text-link span, .contact-link span { margin-left: 18px; }
.atelier-sequence {
  position: relative;
  isolation: isolate;
  background: #050507;
}
.atelier-sequence::before {
  content: "";
  position: sticky;
  z-index: 0;
  top: 0;
  display: block;
  height: 100svh;
  margin-bottom: -100svh;
  background:
    linear-gradient(90deg, rgba(3,3,5,.72), rgba(3,3,5,.28) 58%, rgba(3,3,5,.46)),
    url("/brand/fixed-atelier-background.png") center / cover no-repeat;
}
.manifesto {
  min-height: 100svh;
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: hidden;
  padding: 10vh 4.5vw;
  display: grid;
  grid-template-columns: 1fr 2.5fr 1fr;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(3,3,5,.12), transparent 58%, rgba(3,3,5,.12));
}
.manifesto::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 1;
  background:
    radial-gradient(ellipse at 76% 30%, rgba(255,255,255,.085), transparent 31%),
    linear-gradient(180deg, rgba(255,255,255,.025), transparent 48%, rgba(0,0,0,.12)),
    linear-gradient(90deg, transparent 0 71%, rgba(238,234,226,.035) 71.05% 71.12%, transparent 71.17%),
    linear-gradient(90deg, transparent 0 73.2%, rgba(238,234,226,.025) 73.25% 73.32%, transparent 73.37%);
}
.section-label {
  display: flex;
  gap: 28px;
  color: var(--muted);
  font-size: var(--label-size);
  letter-spacing: .24em;
  text-transform: uppercase;
}
.manifesto-copy { align-self: center; }
.manifesto h2, .craft h2, .materials h2, .portal h2, .contact h2 {
  font-size: clamp(50px, 6.5vw, 105px);
  line-height: .98;
  letter-spacing: -.045em;
}
.lead {
  max-width: 620px;
  margin: 58px 0 0 auto;
  color: #aaa69f;
  font-family: "Instrument Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: var(--body-copy-size);
  line-height: 1.68;
  letter-spacing: .015em;
}
.eleven-glyph {
  align-self: end;
  justify-self: center;
  display: flex;
  gap: 13px;
  height: 220px;
}
.eleven-glyph i {
  display: block;
  width: 7px;
  background: linear-gradient(#f1ece2, #706b64);
}

.atelier {
  min-height: 100svh;
  height: 100svh;
  display: grid;
  grid-template-columns: 55% 45%;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 1;
  isolation: isolate;
  background: linear-gradient(90deg, rgba(3,3,5,.36) 0%, rgba(3,3,5,.18) 52%, transparent);
}
.atelier::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.1), transparent 35%, rgba(0,0,0,.18)),
    radial-gradient(ellipse at 74% 38%, rgba(255,255,255,.06), transparent 34%);
}
.atelier-copy {
  min-height: 100svh;
  padding: 9vh 6vw 7vh 4.5vw;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.atelier-statement {
  margin: auto 0;
  max-width: 760px;
}
.atelier h2 {
  font-size: clamp(48px, 5.4vw, 88px);
  line-height: .98;
  letter-spacing: -.045em;
}
.atelier-body {
  max-width: 590px;
  margin: 48px 0 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  color: #aaa69f;
  font-size: var(--body-copy-size);
  line-height: 1.68;
}
.atelier-body p { margin: 0; }
.atelier-principle {
  margin: 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: #c8c3bb;
  font-family: "Instrument Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: var(--body-copy-size);
  line-height: 1.68;
  letter-spacing: .015em;
}
.atelier-image {
  min-height: 100svh;
  border-left: 1px solid rgba(238, 234, 226, .08);
  background:
    linear-gradient(90deg, rgba(5,5,7,.2), transparent 42%),
    linear-gradient(180deg, transparent 60%, rgba(5,5,7,.22));
}

.craft {
  min-height: 100svh;
  height: 100svh;
  position: relative;
  z-index: 2;
  isolation: isolate;
  display: grid;
  grid-template-columns: 55% 45%;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: #09090b;
}
.craft-image, .materials-image, .portal { background-position: center; background-size: cover; }
.image-console { background-image: url("/brand/interior-craft.png"); }
.craft-copy {
  padding: 10vh 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #09090b;
}
.craft-copy h2 { margin: 12vh 0 42px; font-size: clamp(48px, 5vw, 82px); }
.craft-copy > p { max-width: 520px; font-size: var(--body-copy-size); }
dl { margin: 10vh 0 0; border-top: 1px solid var(--line); }
dl div {
  display: grid;
  grid-template-columns: 44px 1fr;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
dt {
  display: flex;
  align-items: center;
}
dt span {
  width: 20px;
  height: 1px;
  background: linear-gradient(90deg, #d8d3ca, #6d6861);
}
dd {
  margin: 0;
  font-family: "Instrument Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: var(--body-copy-size);
  letter-spacing: .025em;
}

.materials {
  min-height: 100svh;
  height: 100svh;
  padding: 10vh 4.5vw;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8vw;
  align-items: center;
  overflow: hidden;
  background: #070709;
  position: relative;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
}
.materials h2 { font-size: clamp(50px, 5.8vw, 92px); }
.materials-image {
  height: 72vh;
  background-image: url("/brand/craft-materials.png");
}

.portal {
  min-height: 100svh;
  height: 100svh;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 9vh 4.5vw;
  background-image:
    linear-gradient(90deg, rgba(4,4,6,.72), rgba(4,4,6,.03) 72%),
    url("/brand/eleven-portal-wide.png");
}
.portal-copy { position: relative; }
.portal h2 { font-size: clamp(64px, 8vw, 130px); }

.contact {
  min-height: 100svh;
  height: 100svh;
  padding: 11vh 4.5vw 4vh;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(90deg, rgba(3,3,5,.78), rgba(3,3,5,.48) 60%, rgba(3,3,5,.64)),
    url("/brand/fixed-atelier-background.png") center / cover fixed;
}
.contact h2 { font-size: clamp(66px, 8.5vw, 140px); }
.contact-link {
  width: fit-content;
  margin-top: 70px;
  font-family: "Instrument Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: var(--body-copy-size);
  letter-spacing: .035em;
}
.contact-meta {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: var(--label-size);
  text-transform: uppercase;
  letter-spacing: .2em;
}

footer {
  padding: 42px 0 0;
  margin-top: 46px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
}
.brand-logo-footer { width: 170px; }
footer p { margin: 0; color: var(--muted); font-size: var(--label-size); letter-spacing: .18em; text-transform: uppercase; }
footer p:last-child { justify-self: end; }

@keyframes reveal {
  from { opacity: 0; transform: scale(1.08); }
  to { opacity: 1; transform: scale(1.02); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-media { animation: none; }
}

@media (min-width: 761px) {
  .craft, .materials { min-height: 100svh; height: 100svh; overflow: hidden; }
}

@media (max-width: 760px) {
  .hero, .manifesto, .atelier, .craft, .materials, .portal, .contact {
    border-bottom: 1px solid rgba(238, 234, 226, .18);
  }
  .site-header { height: 76px; grid-template-columns: 1fr 1fr; }
  .brand-logo-header { width: 96px; }
  .brand-logo-footer { width: 138px; }
  .site-header nav { display: none; }
  .header-cta { font-size: 9px; }
  .hero-copy { padding-top: 22vh; }
  h1 {
    max-width: 100%;
    font-size: clamp(52px, 15.5vw, 64px);
    line-height: .9;
    letter-spacing: -.055em;
  }
  .hero-bottom { display: block; }
  .hero-bottom p { margin-bottom: 34px; }
  .atelier-sequence { background: #050507; }
  .atelier-sequence::before { display: none; }
  .manifesto {
    min-height: 100svh;
    grid-template-columns: 1fr;
    gap: 9vh;
    padding: 10vh 7vw 8vh;
    background:
      linear-gradient(180deg, rgba(3,3,5,.48), rgba(3,3,5,.76)),
      url("/brand/fixed-atelier-background.png") 62% center / cover no-repeat;
  }
  .manifesto-copy { align-self: auto; }
  .lead { margin: 40px 0 0; font-size: var(--body-copy-size); }
  .eleven-glyph { position: absolute; right: 8vw; bottom: 8vh; height: 125px; }
  .atelier {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 100svh;
    background:
      linear-gradient(180deg, rgba(3,3,5,.72), rgba(3,3,5,.9)),
      url("/brand/fixed-atelier-background.png") 62% center / cover no-repeat;
  }
  .atelier::before { display: none; }
  .atelier-copy {
    min-height: 100svh;
    padding: 9vh 7vw 7vh;
  }
  .atelier-statement { margin: auto 0; }
  .atelier h2 { font-size: clamp(44px, 13vw, 58px); }
  .atelier-body { grid-template-columns: 1fr; gap: 18px; margin: 38px 0 0; }
  .atelier-principle { margin-top: 6vh; }
  .atelier-image { display: none; }
  .craft {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 100svh;
    background: #08080a;
  }
  .craft-image { min-height: 52svh; background-position: 42% center; }
  .craft-copy {
    min-height: 76svh;
    padding: 8vh 7vw;
    justify-content: flex-start;
  }
  .craft-copy h2 { margin: 7vh 0 32px; font-size: clamp(44px, 13vw, 58px); }
  dl { margin-top: 7vh; }
  .materials {
    grid-template-columns: 1fr;
    padding: 9vh 7vw 0;
    height: auto;
    min-height: 100svh;
    gap: 7vh;
    align-content: space-between;
  }
  .materials h2 { font-size: clamp(44px, 13vw, 58px); }
  .materials-image { width: calc(100% + 14vw); height: 55svh; margin-left: -7vw; }
  .portal { min-height: 90vh; height: 90vh; background-position: 57% center; }
  .portal h2 { font-size: clamp(52px, 15vw, 72px); }
  .contact {
    min-height: 100svh;
    height: auto;
    padding: 10vh 7vw 4vh;
    background:
      linear-gradient(180deg, rgba(3,3,5,.66), rgba(3,3,5,.86)),
      url("/brand/fixed-atelier-background.png") 62% center / cover no-repeat;
  }
  .contact h2 { font-size: clamp(52px, 15vw, 72px); }
  .contact-link { font-size: 14px; }
  footer { grid-template-columns: 1fr 1fr; gap: 40px; padding-top: 54px; margin-top: 70px; }
  footer p:nth-child(2) { display: none; }
}
