:root {
  --paper: #efe5d3;
  --paper-deep: #d9cbb1;
  --ink: #090909;
  --muted: #5c554a;
  --teal: #0d7275;
  --teal-deep: #064e50;
  --orange: #ef4b28;
  --gold: #d19a36;
  --white: #fff9ee;
  --line: rgba(9, 9, 9, 0.18);
  --shadow: 0 28px 80px rgba(18, 15, 10, 0.22);
  --page-pad: clamp(24px, 4vw, 84px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 18%, rgba(209, 154, 54, 0.16), transparent 22rem),
    linear-gradient(90deg, rgba(9, 9, 9, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(9, 9, 9, 0.025) 1px, transparent 1px),
    var(--paper);
  background-size: auto, 42px 42px, 42px 42px, auto;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    radial-gradient(circle, rgba(0, 0, 0, 0.16) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(255, 255, 255, 0.22) 0 1px, transparent 1.6px);
  background-position: 0 0, 12px 18px;
  background-size: 31px 37px, 43px 47px;
  opacity: 0.4;
  mix-blend-mode: multiply;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px var(--page-pad);
  border-bottom: 1px solid var(--line);
  background: rgba(239, 229, 211, 0.82);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.brand i {
  color: var(--teal);
  font-style: normal;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px 18px;
}

nav a {
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.8fr);
  min-height: calc(100svh - 66px);
  padding: clamp(42px, 7vw, 92px) var(--page-pad) 34px;
  overflow: hidden;
}

.hero::after {
  position: absolute;
  right: 10%;
  bottom: 6%;
  width: min(46vw, 580px);
  height: 1px;
  content: "";
  background: var(--ink);
  transform: rotate(-7deg);
  opacity: 0.45;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 1040px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 22px;
  color: var(--teal);
  font-size: clamp(1rem, 1.6vw, 1.32rem);
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 1120px;
  margin-bottom: 28px;
  font-size: clamp(3.2rem, 8vw, 8.6rem);
  line-height: 0.94;
  font-weight: 950;
  text-transform: uppercase;
}

h1 span {
  display: block;
  margin-top: 0.18em;
  color: var(--teal);
}

.lead {
  max-width: 760px;
  margin-bottom: 32px;
  color: #15130f;
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  line-height: 1.18;
  font-weight: 800;
}

.hero-actions,
.work-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button,
.work-links a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 2px solid var(--ink);
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 6px 6px 0 var(--ink);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.work-links a:hover {
  transform: translate(3px, 3px);
  box-shadow: 3px 3px 0 var(--ink);
}

.primary {
  background: var(--orange);
}

.secondary {
  background: var(--white);
}

.poster-stage {
  position: relative;
  min-height: 650px;
}

.hero-person {
  position: absolute;
  right: max(-42px, -3vw);
  bottom: -126px;
  width: min(42vw, 510px);
  max-width: none;
  filter: contrast(1.12) saturate(1.04);
  mix-blend-mode: multiply;
  opacity: 0.94;
  transform: rotate(0.6deg);
  transform-origin: 50% 100%;
}

.figure-noise {
  position: absolute;
  right: clamp(16px, 4vw, 76px);
  bottom: -44px;
  width: min(42vw, 520px);
  min-width: 330px;
  aspect-ratio: 0.55;
}

.shape,
.splash {
  position: absolute;
  display: block;
}

.ink {
  top: 26%;
  right: -2%;
  width: 30%;
  height: 15%;
  border: 5px solid var(--ink);
  border-radius: 48% 52% 44% 56%;
  opacity: 0.78;
  transform: rotate(12deg) scale(0.86);
}

.ink::before,
.ink::after {
  position: absolute;
  inset: 8px -13px 8px 4px;
  content: "";
  border: 4px solid var(--ink);
  border-radius: 49% 51% 60% 40%;
  transform: rotate(-22deg);
}

.ink::after {
  inset: -11px 12px 13px -8px;
  transform: rotate(25deg);
}

.splash {
  border-radius: 50%;
  background: var(--ink);
}

.s1 {
  top: 19%;
  left: 17%;
  width: 10px;
  height: 10px;
  box-shadow: 42px 34px 0 3px var(--ink), 166px -42px 0 -1px var(--gold), 238px 44px 0 5px var(--ink);
}

.s2 {
  top: 45%;
  right: 8%;
  width: 24px;
  height: 24px;
  box-shadow: -42px 54px 0 -4px var(--ink), 31px 65px 0 -6px var(--ink), -91px -28px 0 3px var(--gold);
}

.s3 {
  top: 8%;
  right: 19%;
  width: 3px;
  height: 110px;
  background: var(--ink);
  transform: rotate(42deg);
}

.manifest,
.modules,
.product,
.projects,
.work,
.contact,
.legal {
  padding: clamp(54px, 8vw, 104px) var(--page-pad);
}

.manifest {
  border-block: 2px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.manifest p {
  max-width: 1680px;
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 4.6rem);
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
}

.modules h2,
.work h2,
.contact h2,
.legal h2 {
  max-width: 1320px;
  margin-bottom: 34px;
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 0.98;
  font-weight: 950;
  text-transform: uppercase;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
}

.module-grid article {
  min-height: clamp(250px, 17vw, 340px);
  padding: clamp(20px, 3vw, 34px);
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: rgba(255, 249, 238, 0.34);
}

.module-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--orange);
  font-size: 1.05rem;
  font-weight: 950;
}

.module-grid h3,
.legal h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
  line-height: 1.05;
  font-weight: 950;
  text-transform: uppercase;
}

sup {
  font-size: 0.56em;
  line-height: 0;
}

.module-grid p,
.work p,
.legal p {
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}

.module-footnote,
.page-footnote {
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 1.45;
}

.module-footnote {
  margin: 18px 0 0;
}

.page-footnote {
  margin: 0;
  padding: 24px var(--page-pad) 48px;
}

.product {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  gap: clamp(26px, 5vw, 68px);
  align-items: center;
  border-top: 2px solid var(--ink);
  background: rgba(255, 249, 238, 0.36);
}

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

.product h2 {
  max-width: 1040px;
  margin-bottom: 24px;
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 0.98;
  font-weight: 950;
  text-transform: uppercase;
}

.product p {
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.55;
}

.product-visual {
  margin: 0;
}

.product-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
}

.product-visual figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 1.4;
}

.projects {
  border-top: 2px solid var(--ink);
  background: var(--paper-deep);
}

.projects-intro {
  max-width: 900px;
  margin-bottom: clamp(30px, 4vw, 48px);
}

.projects h2 {
  margin-bottom: 24px;
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 0.98;
  font-weight: 950;
  text-transform: uppercase;
}

.projects-intro > p,
.project-copy > p:not(.project-claim),
.project-copy li {
  font-family: Arial, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.55;
}

.project-card {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  gap: clamp(26px, 5vw, 68px);
  align-items: center;
}

.project-copy h3 {
  margin-bottom: 16px;
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 0.98;
  font-weight: 950;
  text-transform: uppercase;
}

.project-claim {
  margin-bottom: 24px;
  color: var(--teal);
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  line-height: 1.1;
  font-weight: 950;
  text-transform: uppercase;
}

.project-copy ul {
  margin: 22px 0 30px;
  padding-left: 1.2em;
}

.project-copy li + li {
  margin-top: 7px;
}

.project-visual {
  width: 100%;
  max-width: 460px;
  margin: 0;
  justify-self: end;
}

.project-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
}

.project-visual figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 1.4;
}

.work {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.55fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
  background: var(--teal);
  color: var(--white);
}

.work .section-kicker,
.work p {
  color: var(--white);
}

.work-links {
  flex-direction: column;
}

.work-links a {
  min-height: 116px;
  align-items: flex-start;
  flex-direction: column;
  background: var(--paper);
  color: var(--ink);
}

.work-links small {
  color: var(--teal);
  font-size: 0.85rem;
  font-weight: 950;
  text-transform: uppercase;
}

.work-links strong {
  font-size: clamp(1.3rem, 2.6vw, 2.1rem);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.55fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
}

.contact-links {
  display: grid;
  gap: 12px;
  width: 100%;
}

.contact-choice {
  position: relative;
  width: 100%;
}

.contact-choice summary {
  list-style: none;
  cursor: pointer;
  width: 100%;
}

.contact-choice summary::-webkit-details-marker {
  display: none;
}

.contact-link {
  display: inline-flex;
  width: 100%;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  padding: 18px 22px;
  border: 2px solid var(--ink);
  background: var(--gold);
  font-size: clamp(1.1rem, 2.4vw, 2rem);
  font-weight: 950;
  text-decoration: none;
  box-shadow: 7px 7px 0 var(--ink);
}

.phone-link {
  background: var(--white);
}

.contact-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
  margin-top: 12px;
}

.contact-options a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border: 2px solid var(--ink);
  background: var(--paper);
  font-size: 1rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 var(--ink);
}

.contact-options a[data-phone-action="whatsapp"] {
  background: #25d366;
}

.legal {
  border-top: 1px solid var(--line);
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 42px;
  max-width: 1680px;
}

.legal article,
.legal-grid > div {
  padding-top: 20px;
  border-top: 2px solid var(--ink);
}

@media (min-width: 1600px) {
  .module-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .module-grid article {
    min-height: 360px;
  }

  .hero-person {
    right: clamp(0px, 2vw, 56px);
    width: min(34vw, 620px);
  }

  .figure-noise {
    right: clamp(28px, 5vw, 120px);
  }
}

@media (max-width: 1200px) {
  .contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .hero,
  .product,
  .project-card,
  .work {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .poster-stage {
    min-height: 540px;
  }

  .hero-person {
    right: -30px;
    width: min(72vw, 460px);
  }

  .figure-noise {
    right: 5%;
    width: min(74vw, 470px);
  }

  .module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 680px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
  }

  nav {
    justify-content: flex-start;
    gap: 8px 14px;
  }

  nav a {
    font-size: 0.78rem;
  }

  .hero {
    gap: 22px;
    padding: 34px 16px 0;
    overflow: hidden;
  }

  .eyebrow,
  .section-kicker {
    margin-bottom: 14px;
    font-size: 0.92rem;
  }

  h1 {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: clamp(2.55rem, 13.2vw, 4.1rem);
    line-height: 0.98;
    overflow-wrap: normal;
    hyphens: none;
  }

  h1 span {
    margin-top: 0.12em;
  }

  .lead {
    margin-bottom: 22px;
    font-size: clamp(1.05rem, 5.2vw, 1.45rem);
    line-height: 1.18;
  }

  .hero-actions {
    gap: 10px;
  }

  .button,
  .work-links a {
    width: 100%;
    min-height: 44px;
    padding: 12px 14px;
    box-shadow: 4px 4px 0 var(--ink);
  }

  .poster-stage {
    min-height: 360px;
    margin-inline: -16px;
  }

  .figure-noise {
    right: 0;
    bottom: -36px;
    min-width: 300px;
    width: 84vw;
  }

  .hero-person {
    right: -18px;
    bottom: -96px;
    width: min(78vw, 330px);
    max-height: 470px;
    object-fit: contain;
  }

  .module-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .manifest,
  .modules,
  .product,
  .projects,
  .work,
  .contact,
  .legal {
    padding: 48px 16px;
  }

  .manifest p {
    font-size: clamp(1.55rem, 8.2vw, 2.65rem);
    line-height: 1.06;
  }

  .modules h2,
  .product h2,
  .projects h2,
  .work h2,
  .contact h2,
  .legal h2 {
    margin-bottom: 24px;
    font-size: clamp(1.95rem, 9.4vw, 3.25rem);
    line-height: 1;
  }

  .module-grid article {
    min-height: auto;
  }

  .product-visual img {
    box-shadow: 5px 5px 0 var(--ink);
  }

  .project-card {
    gap: 30px;
  }

  .project-visual {
    max-width: 100%;
    justify-self: stretch;
  }

  .project-visual img {
    box-shadow: 5px 5px 0 var(--ink);
  }

  .contact-links,
  .contact-link,
  .contact-choice {
    width: 100%;
  }

  .contact-link {
    overflow-wrap: anywhere;
  }

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

  .page-footnote {
    padding: 8px 16px 36px;
  }
}

@media (max-width: 390px) {
  nav {
    gap: 7px 11px;
  }

  nav a {
    font-size: 0.72rem;
  }

  .hero {
    padding-top: 28px;
  }

  h1 {
    font-size: clamp(2.22rem, 12.2vw, 3rem);
    line-height: 1;
  }

  .lead {
    font-size: 1.02rem;
  }

  .poster-stage {
    min-height: 330px;
  }

  .hero-person {
    right: -26px;
    bottom: -92px;
    width: min(82vw, 300px);
  }
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 22px;
  padding: 28px var(--page-pad) 40px;
  border-top: 2px solid var(--ink);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
}

.site-footer nav a {
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer nav a:hover {
  color: var(--ink);
  text-decoration: underline;
}

.legal-page {
  padding-top: clamp(64px, 9vw, 120px);
}

.legal-doc {
  max-width: 900px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  color: var(--muted);
  line-height: 1.6;
}

.legal-doc h1 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.02;
  font-weight: 950;
  text-transform: uppercase;
  color: var(--ink);
}

.legal-doc h2 {
  margin-top: 42px;
  margin-bottom: 14px;
  padding-top: 20px;
  border-top: 2px solid var(--ink);
  font-size: 1.5rem;
  font-weight: 950;
  text-transform: uppercase;
  color: var(--ink);
}

.legal-doc h3 {
  margin-top: 28px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--ink);
}

.legal-doc p,
.legal-doc li {
  margin-bottom: 12px;
  font-size: 1rem;
}

.legal-doc ul,
.legal-doc ol {
  padding-left: 22px;
}

.legal-doc strong {
  color: var(--ink);
}

.legal-doc a {
  color: var(--teal);
  text-decoration: underline;
}

@media (max-width: 680px) {
  .legal-page {
    padding: 48px 16px;
  }

  .site-footer {
    padding: 24px 16px 32px;
  }
}
