:root {
  --ink: #0b0b0a;
  --ink-soft: #11110f;
  --ivory: #e8e1d3;
  --ivory-soft: #bdb5a7;
  --gold: #a88b58;
  --paper: #ddd2bd;
  --paper-ink: #171512;
  --asphalt: #10100e;
  --blue-field: #899f9d;
  --max: 1280px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; }

.skip-link {
  position: fixed; left: 1rem; top: 1rem; z-index: 100;
  transform: translateY(-200%); background: var(--ivory); color: var(--ink);
  padding: .7rem 1rem; font-family: var(--sans); font-size: .75rem;
}
.skip-link:focus { transform: translateY(0); }

.eyebrow {
  margin: 0;
  font-family: var(--sans);
  font-size: .67rem;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .21em;
  color: var(--ivory-soft);
}

.menu-toggle {
  position: fixed; z-index: 70; top: 28px; right: 32px;
  border: 0; background: transparent; color: currentColor;
  padding: 8px; cursor: pointer; font-family: var(--sans);
  font-size: .62rem; text-transform: uppercase; letter-spacing: .18em;
  mix-blend-mode: difference; color: #fff;
}
.menu-toggle::after {
  content: ""; display: block; width: 28px; height: 1px;
  background: currentColor; margin-top: 7px; opacity: .7;
}

.site-menu {
  position: fixed; inset: 0; z-index: 80; background: rgba(11,11,10,.97);
  display: grid; place-items: center; opacity: 0; visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}
.site-menu.open { opacity: 1; visibility: visible; }
.menu-inner { width: min(86vw, 620px); display: grid; gap: .65rem; }
.menu-inner a {
  text-decoration: none; font-size: clamp(2.1rem, 6vw, 4.5rem);
  line-height: 1; font-weight: 400;
}
.menu-inner a:hover, .menu-inner a:focus { color: var(--gold); }
.menu-close {
  justify-self: end; border: 0; background: transparent; color: var(--ivory-soft);
  font-family: var(--sans); text-transform: uppercase; letter-spacing: .18em;
  font-size: .62rem; cursor: pointer; margin-bottom: 2rem;
}

.hero {
  min-height: 100svh; display: grid; place-items: center; position: relative;
  padding: 12vh 8vw 14vh; background: var(--ink);
}
.hero-inner { width: min(72vw, 780px); text-align: center; }
.brand { display: block; width: 100%; margin: 0 auto; }
.hero-subtitle { margin-top: 2rem; color: var(--ivory-soft); }
.scroll-cue {
  position: absolute; bottom: 5vh; left: 50%; transform: translateX(-50%);
  width: 28px; height: 62px; display: grid; place-items: center; text-decoration: none;
}
.scroll-cue span { width: 1px; height: 38px; background: var(--ivory-soft); opacity: .55; }

.world { padding: clamp(8rem, 15vw, 14rem) 5vw; }
.world-inner { width: min(90vw, var(--max)); margin: 0 auto; }
.world-image { margin: 0 auto; width: min(100%, 1180px); }
.world-copy { width: min(100%, 1180px); margin: clamp(3rem, 6vw, 5.5rem) auto 0; }
.world h1, .world h2 {
  margin: 0 0 1.7rem; font-weight: 400; line-height: .96;
  font-size: clamp(3rem, 6.35vw, 6.35rem); letter-spacing: -.025em;
}
.world-description { margin: 1.6rem 0 0; max-width: 760px; font-size: clamp(1.3rem, 2.4vw, 1.85rem); line-height: 1.35; }
.world-dark { background: var(--ink); color: var(--ivory); }
.world-carpet { background: var(--asphalt); }
.world-paper { background: var(--paper); color: var(--paper-ink); }
.world-paper .eyebrow { color: #5f5a50; }
.world-blue { background: var(--blue-field); color: #171715; }
.world-blue .eyebrow { color: #474844; }
.world-carpet .world-image { width: min(100%, 1280px); }
.world-infinity .world-image { width: min(100%, 1260px); }
.world-king .world-image { width: min(100%, 1050px); }
.world-path .world-copy { width: min(100%, 1180px); }
.world-carpet .world-copy { width: min(100%, 1280px); }
.world-infinity .world-copy { width: min(100%, 1260px); }
.world-king .world-copy { width: min(100%, 1050px); }
.world-path h1 { white-space: nowrap; }


.section-dark { background: var(--ink); color: var(--ivory); }
.origin { padding: clamp(10rem, 16vw, 16rem) 6vw; }
.origin-grid {
  width: min(92vw, 1360px); margin: 0 auto; display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: clamp(3rem, 7vw, 8rem); align-items: center;
}
.origin-image { margin: 0; transform: translateY(-3vw); }
.origin-copy { max-width: 560px; }
.origin-copy h2, .who-copy h2 {
  margin: .6rem 0 1rem; font-size: clamp(3rem, 5.5vw, 5.5rem); line-height: .95; font-weight: 400;
}
.origin-meta { margin-bottom: 2rem; }
.origin-copy > p:not(.eyebrow):not(.listen-label) { font-size: 1.25rem; }
.albums { margin: 2.5rem 0 2.2rem; font-family: var(--sans); font-size: .8rem; line-height: 1.7; color: var(--ivory-soft); }
.albums p { margin: .25rem 0; }
.albums span { display: inline-block; width: 68px; color: var(--gold); }
.listen-label { font-family: var(--sans); text-transform: uppercase; letter-spacing: .18em; font-size: .67rem; margin: 0 0 .8rem; }
.pending-links, .contact-links { display: flex; flex-wrap: wrap; gap: .6rem 1.3rem; font-family: var(--sans); font-size: .7rem; color: var(--ivory-soft); }

.who { padding: clamp(10rem, 16vw, 16rem) 6vw clamp(6rem, 9vw, 9rem); }
.who-grid {
  width: min(90vw, 1180px); margin: 0 auto; display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(3rem, 8vw, 8rem); align-items: center;
}
.image-pending {
  aspect-ratio: 4 / 5; border: 1px solid rgba(232,225,211,.16);
  display: grid; place-items: center; background: #0e0e0d;
}
.image-pending span { font-family: var(--sans); text-transform: uppercase; letter-spacing: .2em; font-size: .58rem; color: #6f6a62; }
.who-copy p:not(.eyebrow) { max-width: 720px; font-size: 1.2rem; }

.why { padding: clamp(6rem, 9vw, 9rem) 6vw clamp(7rem, 10vw, 10rem); }
.why-inner { width: min(88vw, 960px); margin: 0 auto; }
.epigraph { margin: 0 0 clamp(5rem, 8vw, 7rem); }
.epigraph p { margin: 0; font-size: clamp(1.8rem, 3.5vw, 3.2rem); line-height: 1.08; font-style: italic; font-weight: 400; }
.epigraph cite { display: block; margin-top: 1rem; font-family: var(--sans); font-size: .65rem; letter-spacing: .14em; color: var(--ivory-soft); font-style: normal; }
.why-copy { width: min(780px, 100%); }
.why-copy p { font-size: clamp(1.2rem, 1.8vw, 1.5rem); line-height: 1.45; }
.why-copy .lead { font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.25; }
.that-is-why { margin-top: 2.2rem; margin-bottom: 3.2rem; font-style: italic; }
.questions { margin-top: clamp(3.5rem, 6vw, 5.5rem); }
.questions p { margin: .28em 0; font-size: clamp(1.8rem, 3.6vw, 3.6rem); line-height: .98; font-style: italic; }

.contact { padding: clamp(6rem, 9vw, 9rem) 6vw clamp(6rem, 9vw, 9rem); }
.contact-inner { width: min(88vw, 960px); margin: 0 auto; }
.contact h2 { max-width: 860px; margin: 1rem 0 4rem; font-weight: 400; font-size: clamp(1.8rem, 3.3vw, 3.25rem); line-height: 1.05; }
.contact-details { font-size: 1.2rem; }
.contact-details a { text-decoration-thickness: 1px; text-underline-offset: 5px; }
.contact-links { margin-top: 3rem; }

footer {
  background: var(--ink); color: #777168; padding: 2.5rem 6vw 3.5rem;
  border-top: 1px solid rgba(232,225,211,.08); display: flex; justify-content: space-between; gap: 2rem;
  font-family: var(--sans); font-size: .62rem; letter-spacing: .08em;
}
footer p { margin: 0; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 800px) {
  body { font-size: 18px; }
  .menu-toggle { top: 18px; right: 18px; }
  .hero { padding-inline: 7vw; }
  .hero-inner { width: min(88vw, 620px); }
  .hero-subtitle { margin-top: 1.5rem; }
  .world { padding: 8rem 5vw; }
  .world-inner { width: 92vw; }
  .world-copy { width: 92vw; }
  .world-path h1 { white-space: normal; }
  .origin-grid, .who-grid { grid-template-columns: 1fr; }
  .origin-image { transform: none; }
  .origin-copy { max-width: 680px; }
  .who-grid { width: min(88vw, 680px); }
  .image-pending { width: min(72vw, 420px); }
  .questions { margin-top: 4rem; }
  footer { flex-direction: column; gap: .35rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

.pending-links a, .contact-links a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}
.pending-links a:hover, .pending-links a:focus-visible,
.contact-links a:hover, .contact-links a:focus-visible {
  color: var(--ivory);
  border-bottom-color: currentColor;
}

/* Bilingual control */
.language-switch {
  position: fixed; z-index: 70; top: 30px; right: 112px;
  display: flex; align-items: center; gap: .45rem;
  font-family: var(--sans); font-size: .58rem; letter-spacing: .14em;
  mix-blend-mode: difference; color: #fff;
}
.language-switch button {
  border: 0; background: transparent; color: currentColor; padding: 6px 2px;
  cursor: pointer; opacity: .48; font-family: inherit; font-size: inherit; letter-spacing: inherit;
}
.language-switch button[aria-pressed="true"] { opacity: 1; }
.language-switch button + button::before { content: "/"; margin-right: .45rem; opacity: .5; }
.world-genre { margin-top: .55rem; color: var(--ivory-soft); }
.world-paper .world-genre { color: #5f5a50; }
.who-image { margin: 0; }
.who-image img { width: 100%; height: auto; }
html[lang="el"] body { font-family: var(--serif); }
html[lang="el"] .world-description,
html[lang="el"] .who-copy p:not(.eyebrow),
html[lang="el"] .why-copy p,
html[lang="el"] .origin-copy > p:not(.eyebrow):not(.listen-label) { line-height: 1.5; }
@media (max-width: 800px) {
  .language-switch { top: 20px; right: 92px; }
  .who-image { width: min(78vw, 460px); }
}
