
:root {
  --ink: #171611;
  --paper: #eee9df;
  --aubergine: #2a202d;
  --gold: #a6834d;
  --line: rgba(23, 22, 17, 0.22);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

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

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 3.25vw;
  color: #f5f1e8;
}

.header-actions,
.language-switch {
  display: flex;
  align-items: center;
}

.header-actions { gap: clamp(1.2rem, 2.4vw, 2.8rem); }

.language-switch {
  gap: .35rem;
  padding: .25rem;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 99px;
  background: rgba(24,20,24,.18);
  backdrop-filter: blur(8px);
}

.language-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  padding: .38rem .52rem;
  border: 0;
  border-radius: 99px;
  background: transparent;
  color: rgba(255,255,255,.62);
  font: inherit;
  font-size: .63rem;
  font-weight: 600;
  letter-spacing: .1em;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}

.language-button.active {
  background: #f5f1e8;
  color: var(--aubergine);
}

.language-button:focus-visible {
  outline: 2px solid #c8ab77;
  outline-offset: 2px;
}

.wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  letter-spacing: -0.04em;
}

.wordmark span { color: #c6a872; }

.header-link {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255,255,255,.55);
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 42% 58%;
  background: var(--aubergine);
  color: #f5f1e8;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 13vh 5.5vw 8vh 7vw;
}

.eyebrow,
.section-number {
  margin: 0 0 2rem;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow { color: #c8ab77; }

.hero h1 {
  max-width: 8.5ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 7.3vw, 8rem);
  font-weight: 400;
  line-height: .91;
  letter-spacing: -.065em;
}

.lede {
  max-width: 31rem;
  margin: 2.5rem 0;
  color: rgba(245,241,232,.76);
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  line-height: 1.55;
}

.service-definition {
  max-width: 34rem;
  margin: -1rem 0 2.2rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(200,171,119,.62);
  color: rgba(245,241,232,.88);
  font-size: clamp(.9rem, 1.05vw, 1.05rem);
  line-height: 1.55;
}

.text-link,
.contact-link {
  width: fit-content;
  border-bottom: 1px solid currentColor;
  padding-bottom: .35rem;
}

.text-link {
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.text-link span,
.contact-link span { margin-left: .7rem; }

.portrait-wrap {
  position: relative;
  min-height: 100%;
  margin: 0;
}

.portrait-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(42,32,45,.56), transparent 22%),
              linear-gradient(0deg, rgba(18,15,17,.25), transparent 40%);
  pointer-events: none;
}

.portrait {
  width: 100%;
  height: 100%;
  min-height: 100svh;
  object-fit: cover;
  object-position: 53% center;
  filter: saturate(.82) contrast(1.04);
}

.statement,
.translation,
.clarity {
  padding: clamp(5rem, 10vw, 10rem) 7vw;
}

.section-number {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--line);
  color: rgba(23,22,17,.58);
}

.statement-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  align-items: start;
  padding-top: 4rem;
}

.statement h2,
footer h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.055em;
}

.statement h2 {
  font-size: clamp(4rem, 7vw, 7.8rem);
  line-height: .92;
}

.statement-copy {
  max-width: 34rem;
  padding-top: .8rem;
  font-size: clamp(1.2rem, 1.9vw, 1.75rem);
  line-height: 1.45;
}

.statement-copy p { margin: 0 0 1.7em; }
.statement-copy p:last-child { color: rgba(23,22,17,.62); }

.translation {
  background: #d7cfc0;
}

.translation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  padding-top: 4rem;
}

.translation-intro,
.translation-end {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.6vw, 4rem);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.translation-end { color: rgba(23,22,17,.58); }
.translation-end strong { color: var(--ink); font-weight: 400; }

.clarity { background: var(--paper); }

.clarity-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 8vw;
  align-items: start;
  padding-top: 4rem;
}

.clarity h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5vw, 5.8rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.05em;
}

.clarity-grid > p {
  max-width: 39rem;
  margin: .5rem 0 0;
  color: rgba(23,22,17,.72);
  font-size: clamp(1.15rem, 1.8vw, 1.65rem);
  line-height: 1.52;
}

footer {
  min-height: 82svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10vh 7vw 3rem;
  background: #181418;
  color: #f5f1e8;
}

footer h2 {
  max-width: 13ch;
  font-size: clamp(3.3rem, 7vw, 7.4rem);
  line-height: .96;
}

.contact-link {
  margin-top: 3rem;
  color: #c8ab77;
  font-size: clamp(1rem, 1.4vw, 1.35rem);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 4rem;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.55);
  font-size: .7rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .site-header { padding: 22px 5vw; }
  .header-link { display: none; }
  .header-actions { gap: .7rem; }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .portrait-wrap { order: 1; height: 72svh; }
  .portrait { min-height: 0; height: 100%; object-position: 57% center; }
  .portrait-wrap::after {
    background: linear-gradient(0deg, var(--aubergine), transparent 35%);
  }

  .hero-copy {
    order: 2;
    margin-top: -1px;
    padding: 3rem 7vw 5rem;
  }

  .hero h1 { font-size: clamp(3.7rem, 16vw, 5.7rem); }
  .lede { margin: 1.8rem 0 2.2rem; }
  .service-definition { margin-top: -1rem; }

  .statement-body,
  .translation-grid,
  .clarity-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding-top: 2rem;
  }

  .statement h2 { font-size: clamp(3.7rem, 14vw, 5.6rem); }
  .translation-end { padding-left: 12vw; }

  footer { min-height: 75svh; }
  .footer-bottom { flex-direction: column; gap: .6rem; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: rise .75s ease both; }
  .hero-copy > *:nth-child(2) { animation-delay: .08s; }
  .hero-copy > *:nth-child(3) { animation-delay: .16s; }
  .hero-copy > *:nth-child(4) { animation-delay: .24s; }
  .portrait { animation: reveal 1.1s ease both; }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes reveal {
  from { opacity: .3; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}
