:root {
  color-scheme: dark;
  --ink: #070707;
  --paper: #eeeae3;
  --muted: #aaa69e;
  --line: rgba(238, 234, 227, .18);
  --accent: #b8a482;
  --display: "Cormorant Garamond", "GFS Didot", Didot, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--ink); scroll-behavior: smooth; scroll-padding-top: 8rem; }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
.shell { width: min(1400px, calc(100% - 112px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 10; padding: 10px 18px; background: var(--paper); color: var(--ink); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.brand-name { white-space: nowrap; }
.site-header { position: sticky; top: 0; z-index: 5; background: rgba(7,7,7,.96); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 94px; display: grid; grid-template-columns: 1fr auto 1fr; grid-template-areas: "brand nav languages"; gap: 32px; align-items: center; }
.wordmark { grid-area: brand; justify-self: start; white-space: nowrap; font-family: var(--display); font-size: clamp(1.125rem, 1.65vw, 1.5rem); font-weight: 400; letter-spacing: .16em; line-height: 1; }
.main-nav { grid-area: nav; display: flex; flex-flow: row nowrap; align-items: center; justify-content: center; gap: 34px; }
.main-nav a { display: inline-flex; align-items: center; min-height: 44px; white-space: nowrap; font-size: .875rem; font-weight: 400; letter-spacing: .13em; text-transform: uppercase; }
.main-nav a, .languages a, .socials a { transition: color .25s ease; }
.main-nav a:hover, .socials a:hover { color: var(--accent); }
.languages { grid-area: languages; justify-self: end; display: flex; gap: 16px; }
.languages a { display: inline-flex; align-items: center; min-height: 44px; font-size: .8125rem; letter-spacing: .09em; color: var(--muted); }
.languages a[aria-current="page"] { color: var(--paper); text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 1px; }
.hero { max-width: 1600px; margin-inline: auto; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; min-height: min(810px, calc(100svh - 94px)); }
.hero-copy { padding: 55px 24px 64px max(56px, calc((100vw - 1400px) / 2)); }
.eyebrow { font-size: .75rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
.hero h1 { margin: 26px 0 12px; font: 400 clamp(4rem, 8.5vw, 9rem)/.95 var(--display); letter-spacing: .055em; }
.hero-subtitle { font: 400 clamp(1.5rem, 2.2vw, 2rem)/1.3 var(--display); letter-spacing: .025em; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; margin-top: 36px; }
.text-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-height: 48px; border-bottom: 1px solid var(--paper); font-size: .875rem; letter-spacing: .09em; text-transform: uppercase; transition: color .25s, border-color .25s; }
.text-cta:hover { color: var(--accent); border-color: var(--accent); }
.quiet-link { display: inline-flex; align-items: center; min-height: 44px; font-size: .8125rem; color: var(--muted); letter-spacing: .045em; }
.quiet-link:hover { color: var(--paper); }
.hero-art { display: block; width: 100%; aspect-ratio: 1; animation: arrive 1.4s ease-out both; }
.hero-art img { width: 100%; height: 100%; object-fit: contain; }
.collection { padding-top: 112px; padding-bottom: 120px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding-top: 28px; margin-bottom: 42px; border-top: 1px solid var(--line); }
.section-heading h2 { font: 400 clamp(2.5rem, 4vw, 4rem)/1.1 var(--display); }
.section-heading .eyebrow { letter-spacing: .14em; }
.albums { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; }
.album-art { display: block; aspect-ratio: 1; overflow: hidden; background: #000; }
.album-art img { width: 100%; height: 100%; object-fit: contain; transition: opacity .5s ease; }
.album-art:hover img { opacity: .83; }
.album-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; font-size: .75rem; letter-spacing: .15em; color: var(--muted); }
.album h3 { font: 400 clamp(1.6rem, 2.4vw, 2.5rem)/1.25 var(--display); letter-spacing: .045em; white-space: nowrap; margin-top: 8px; }
.album p { color: var(--muted); max-width: 30ch; margin-top: 12px; min-height: 3.3em; font-size: 1rem; }
.album .text-cta { margin-top: 16px; font-size: .8125rem; letter-spacing: .07em; gap: 22px; border-color: var(--line); }
.artist { border-top: 1px solid var(--line); padding-top: 100px; padding-bottom: 110px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.artist .eyebrow { margin-bottom: 28px; }
.artist h2 { font: 400 clamp(2.5rem, 4.1vw, 4rem)/1.13 var(--display); max-width: 11ch; }
html[lang="el"] .artist h2 { max-width: 15ch; }
.artist-copy { max-width: 580px; align-self: center; }
.artist-copy .location { font-size: .8125rem; letter-spacing: .16em; text-transform: uppercase; color: var(--paper); margin-bottom: 24px; }
.artist-copy p { margin-top: 20px; color: var(--muted); font-size: 1rem; line-height: 1.85; }
.statement { padding: 55px 24px 130px; text-align: center; }
.statement p { font: 400 clamp(1.6rem, 3.6vw, 3.2rem)/1.5 var(--display); letter-spacing: .045em; }
.statement .translation { display: block; font: 400 .75rem/1.8 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-top: 18px; }
.site-footer { border-top: 1px solid var(--line); padding: 44px 0 30px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 36px; }
.footer-wordmark { white-space: nowrap; font: 400 clamp(1rem, 2vw, 1.75rem)/1.3 var(--display); letter-spacing: .2em; }
.socials { display: flex; gap: 28px; flex-wrap: wrap; }
.socials a { min-height: 44px; display: inline-flex; align-items: center; font-size: .8125rem; letter-spacing: .08em; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 36px; font-size: .75rem; color: var(--muted); letter-spacing: .07em; }
.reveal-ready { opacity: 0; transform: translateY(24px); }
[data-reveal] { transition: opacity .9s ease, transform .9s cubic-bezier(.2,.65,.3,1); }
@keyframes arrive { from { opacity: .4; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1100px) {
  .shell { width: calc(100% - 64px); }
  .header-inner { gap: 24px; }
  .main-nav { gap: 24px; }
  .wordmark { font-size: 1.125rem; letter-spacing: .13em; }
  .hero-copy { padding-left: 32px; }
  .albums { gap: 24px; }
  .artist { gap: 64px; }
}
@media (max-width: 760px) {
  .shell { width: calc(100% - 40px); }
  .header-inner { min-height: 98px; padding-top: 12px; padding-bottom: 4px; grid-template-columns: 1fr auto; grid-template-areas: "brand languages" "nav nav"; gap: 0 16px; }
  .wordmark { font-size: clamp(.9375rem, 3.7vw, 1.125rem); letter-spacing: .12em; }
  .languages { gap: 14px; }
  .languages a { min-height: 34px; font-size: .75rem; }
  .main-nav { justify-self: center; gap: 30px; }
  .main-nav a { min-height: 44px; font-size: .8125rem; letter-spacing: .12em; }
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero-art { order: -1; max-width: 600px; }
  .hero-copy { width: 100%; padding: 32px 24px 44px; text-align: center; }
  .hero h1 { font-size: clamp(4.5rem, 18vw, 6.5rem); margin-top: 20px; margin-bottom: 12px; }
  .hero-subtitle { font-size: 1.75rem; }
  .hero-actions { align-items: center; margin-top: 24px; gap: 8px; }
  .eyebrow { font-size: .75rem; letter-spacing: .17em; }
  .collection { padding-top: 58px; padding-bottom: 72px; }
  .section-heading { margin-bottom: 30px; padding-top: 25px; }
  .albums { grid-template-columns: 1fr; gap: 60px; max-width: 560px; margin-inline: auto; }
  .album h3 { font-size: 2rem; }
  .album p { max-width: 38ch; min-height: 0; }
  .artist { padding-top: 65px; padding-bottom: 60px; grid-template-columns: 1fr; gap: 28px; }
  .artist h2 { max-width: 15ch; font-size: clamp(2.5rem, 10vw, 3.5rem); }
  .artist-copy .location { margin-top: 0; margin-bottom: 18px; }
  .artist-copy p { margin-top: 16px; }
  .statement { padding: 30px 28px 85px; }
  .statement p { font-size: clamp(1.7rem, 7vw, 2.5rem); line-height: 1.4; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 22px; }
  .footer-wordmark { font-size: 1.25rem; letter-spacing: .16em; }
  .socials { gap: 26px; }
  .footer-bottom { margin-top: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal-ready { opacity: 1; transform: none; }
}
