:root {
  --ink: #080808;
  --ink-soft: #11110f;
  --paper: #f4f0e7;
  --paper-muted: #beb7aa;
  --gold: #caa65a;
  --gold-light: #e2c47f;
  --line: rgba(226, 196, 127, 0.28);
  --font-display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  color-scheme: dark;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.shell {
  width: min(1180px, calc(100% - 72px));
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: min(960px, 100svh);
  overflow: hidden;
  background: #071014;
}

.hero__image,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__image {
  background-image: url("/tiziano-guerzoni-cello.jpeg");
  background-position: center center;
  background-size: cover;
  transform: scale(1.01);
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0.12) 76%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.22) 55%, rgba(0, 0, 0, 0.66) 100%);
}

.hero__content {
  position: relative;
  z-index: 1;
  min-height: min(960px, 100svh);
  display: flex;
  flex-direction: column;
}

.site-header {
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand-logo {
  display: block;
  width: clamp(230px, 27vw, 340px);
  height: auto;
}

.header-label,
.eyebrow,
.section-kicker,
.footer-label {
  margin: 0;
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.header-label {
  color: rgba(244, 240, 231, 0.72);
  letter-spacing: 0.16em;
}

.hero__copy {
  width: min(790px, 78%);
  margin-top: auto;
  padding: 96px 0 84px;
}

.hero h1 {
  max-width: 780px;
  margin: 18px 0 20px;
  font-family: var(--font-display);
  font-size: clamp(4.2rem, 7.5vw, 7.3rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.88;
  text-wrap: balance;
}

.intro {
  max-width: 660px;
  margin: 0;
  color: rgba(244, 240, 231, 0.84);
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  line-height: 1.45;
}

.document-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin-top: 30px;
  color: rgba(244, 240, 231, 0.62);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.document-meta span:not(:last-child)::after {
  content: "·";
  position: relative;
  left: 14px;
  color: var(--gold);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.button svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
footer a:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

.button--primary {
  background: var(--gold-light);
  color: #11100c;
}

.button--primary:hover {
  background: #efd28d;
}

.button--secondary {
  border-color: rgba(244, 240, 231, 0.5);
  background: rgba(5, 5, 5, 0.32);
  color: var(--paper);
  backdrop-filter: blur(9px);
}

.button--secondary:hover {
  border-color: var(--paper);
  background: rgba(5, 5, 5, 0.56);
}

.document-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(202, 166, 90, 0.09), transparent 34%),
    var(--ink-soft);
  border-top: 1px solid var(--line);
}

.document-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.7fr);
  gap: clamp(70px, 11vw, 150px);
  padding-block: clamp(90px, 12vw, 150px);
}

.document-section h2 {
  max-width: 680px;
  margin: 18px 0 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 5.4vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
}

.document-copy {
  align-self: end;
}

.document-copy p {
  margin: 0;
  color: rgba(244, 240, 231, 0.86);
  font-family: var(--font-display);
  font-size: 1.28rem;
  line-height: 1.58;
}

.document-copy .note {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: var(--paper-muted);
  font-family: var(--font-sans);
  font-size: 0.93rem;
  line-height: 1.7;
}

footer {
  background: #050505;
  border-top: 1px solid rgba(244, 240, 231, 0.1);
}

.footer-inner {
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.footer-inner a {
  display: inline-block;
  margin-top: 12px;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  text-decoration-color: rgba(226, 196, 127, 0.5);
  text-underline-offset: 6px;
}

.footer-inner a:hover {
  text-decoration-color: var(--gold-light);
}

.copyright {
  margin: 0;
  color: rgba(244, 240, 231, 0.42);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .shell {
    width: min(100% - 40px, 680px);
  }

  .hero,
  .hero__content {
    min-height: 800px;
  }

  .hero__image {
    background-position: 46% center;
  }

  .hero__shade {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.54) 58%, rgba(0, 0, 0, 0.76) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.04));
  }

  .site-header {
    min-height: 108px;
  }

  .header-label {
    display: none;
  }

  .brand-logo {
    width: min(270px, 76vw);
  }

  .hero__copy {
    width: 100%;
    padding: 72px 0 58px;
  }

  .hero h1 {
    font-size: clamp(3.45rem, 14vw, 5.2rem);
  }

  .document-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .document-copy {
    max-width: 620px;
  }
}

@media (max-width: 520px) {
  .shell {
    width: calc(100% - 32px);
  }

  .hero,
  .hero__content {
    min-height: 760px;
  }

  .site-header {
    min-height: 96px;
  }

  .hero__copy {
    padding-bottom: 42px;
  }

  .intro {
    font-size: 1.18rem;
  }

  .document-meta {
    gap: 8px 20px;
    font-size: 0.68rem;
  }

  .document-meta span:not(:last-child)::after {
    left: 10px;
  }

  .actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .document-grid {
    padding-block: 78px;
  }

  .document-section h2 {
    font-size: clamp(2.75rem, 13vw, 3.8rem);
  }

  .footer-inner {
    min-height: 220px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .button {
    transition: none;
  }
}
