:root {
  --paper: #f3f0e9;
  --ink: #11110f;
  --muted: #706f69;
  --rule: rgba(17, 17, 15, 0.16);
  --accent: #ff4f2e;
}

* { box-sizing: border-box; }

html, body { min-width: 320px; min-height: 100%; margin: 0; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: geometricPrecision;
}

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

::selection { background: var(--accent); color: white; }

.landing-shell {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  padding: 30px clamp(22px, 4vw, 64px) 28px;
}

.site-header, .site-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header { padding-bottom: 26px; border-bottom: 1px solid var(--rule); }

.brand { display: inline-flex; align-items: center; gap: 13px; }

.lettermark {
  position: relative;
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--ink);
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.lettermark span { position: absolute; }
.lettermark span:first-child { translate: -4px -3px; }
.lettermark span:last-child { translate: 5px 4px; color: var(--accent); mix-blend-mode: multiply; }
.availability { color: var(--muted); }

.hero {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 64vh;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 10vw, 150px) 0;
}

.eyebrow {
  margin: 0 0 clamp(24px, 4vw, 52px);
  color: var(--accent);
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 1320px;
  margin: 0;
  font-size: clamp(42px, 8.2vw, 132px);
  font-weight: 500;
  letter-spacing: -0.072em;
  line-height: 0.89;
}

.letter-art {
  position: absolute;
  z-index: -1;
  right: -0.04em;
  top: 50%;
  width: min(48vw, 690px);
  height: min(48vw, 690px);
  translate: 0 -48%;
  color: transparent;
  font-size: min(42vw, 600px);
  font-weight: 800;
  letter-spacing: -0.22em;
  line-height: 1;
  opacity: 0.09;
  -webkit-text-stroke: 1px var(--ink);
  pointer-events: none;
  user-select: none;
}

.letter-art span { position: absolute; }
.letter-art span:first-child { inset: 0 auto auto 0; }
.letter-art span:last-child { right: 0; bottom: -0.08em; color: var(--accent); opacity: 0.62; -webkit-text-stroke: 0; }
.site-footer { padding-top: 24px; border-top: 1px solid var(--rule); color: var(--muted); }
.main-link { color: var(--ink); }
.main-link:hover { color: var(--accent); }

.secondary-copy {
  max-width: 440px;
  margin: 34px 0 0;
  color: var(--muted);
  font-family: "Courier New", monospace;
  font-size: clamp(13px, 1.2vw, 17px);
  line-height: 1.65;
}

.variant-business {
  --paper: #eeeae0;
  --accent: #f05435;
}

.variant-business .hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: end;
  column-gap: clamp(40px, 8vw, 130px);
}

.variant-business .hero h1 {
  max-width: 820px;
  font-size: clamp(54px, 6.6vw, 106px);
  line-height: 0.86;
  text-transform: uppercase;
}

.variant-business .business-copy { align-self: end; margin-bottom: 0.3em; }
.variant-business .letter-art { right: -12vw; opacity: 0.045; }

.variant-personal {
  --paper: #eee8e3;
  --ink: #251b18;
  --muted: #786761;
  --accent: #9f402f;
}

.variant-personal .site-header { border-bottom-style: dashed; }
.variant-personal .hero { align-items: center; text-align: center; }
.variant-personal .hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(78px, 15vw, 220px);
  font-weight: 400;
  letter-spacing: -0.085em;
  line-height: 0.72;
}
.variant-personal .hero h1 em { color: var(--accent); font-weight: 400; }
.variant-personal .secondary-copy { max-width: 560px; }
.variant-personal .letter-art { left: 50%; right: auto; translate: -50% -48%; opacity: 0.045; }

.variant-studio {
  --paper: #11110f;
  --ink: #f3f0e9;
  --muted: #a4a19a;
  --rule: rgba(243, 240, 233, 0.2);
  --accent: #ff5937;
  background-image:
    linear-gradient(var(--rule) 1px, transparent 1px),
    linear-gradient(90deg, var(--rule) 1px, transparent 1px);
  background-size: clamp(72px, 9vw, 144px) clamp(72px, 9vw, 144px);
}

.variant-studio .landing-shell { background: linear-gradient(90deg, rgba(17, 17, 15, 0.9), rgba(17, 17, 15, 0.68)); }
.variant-studio .lettermark { border-color: var(--ink); }
.variant-studio .hero { justify-content: flex-end; }
.variant-studio .hero h1 {
  max-width: 1100px;
  font-family: "Courier New", monospace;
  font-size: clamp(54px, 10vw, 150px);
  font-weight: 700;
  letter-spacing: -0.085em;
  line-height: 0.82;
  text-transform: uppercase;
}
.variant-studio .secondary-copy { color: var(--ink); }
.variant-studio .letter-art { color: transparent; opacity: 0.18; -webkit-text-stroke-color: var(--accent); }
.variant-studio .main-link { color: var(--ink); }

@media (max-width: 640px) {
  .landing-shell { padding: 20px 18px; }
  .site-header { padding-bottom: 18px; }
  .availability { display: none; }
  .hero { min-height: 68vh; }
  .hero h1 { font-size: clamp(45px, 15vw, 78px); letter-spacing: -0.065em; line-height: 0.91; }
  .letter-art { right: -18vw; width: 84vw; height: 84vw; font-size: 72vw; }
  .site-footer { align-items: flex-end; }
  .site-footer span { max-width: 110px; }
  .site-footer a { text-align: right; }
  .variant-business .hero { display: flex; align-items: flex-start; }
  .variant-business .hero h1 { font-size: clamp(49px, 15vw, 82px); }
  .variant-personal .hero h1 { font-size: clamp(76px, 24vw, 126px); }
  .variant-studio .hero h1 { font-size: clamp(50px, 16vw, 86px); }
  .secondary-copy { margin-top: 28px; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero h1, .eyebrow, .site-header { animation: rise-in 800ms cubic-bezier(0.2, 0.8, 0.2, 1) both; }
  .hero h1 { animation-delay: 90ms; }
  .letter-art { animation: reveal-art 1200ms 160ms ease-out both; }
}

@keyframes rise-in { from { opacity: 0; transform: translateY(18px); } }
@keyframes reveal-art { from { opacity: 0; transform: scale(0.94); } }
