/*
Theme Name: Sankofa Group V1
Theme URI: https://sankofagroup.be
Author: Sankofa Group SRL
Description: Thème officiel V1 de Sankofa Group — café, filières agroalimentaires, artistes et écriture.
Version: 1.2.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: sankofa-group
*/

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

.current-menu-item > a,
.desktop-nav a[aria-current="page"] {
  color: var(--gold, #b7903c);
}

@font-face {
  font-family: "Fraunces";
  src: url("assets/fonts/Fraunces-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("assets/fonts/Fraunces-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --green-950: #092a20;
  --green-900: #0d3528;
  --green-800: #174c3a;
  --green-700: #1e5b45;
  --gold: #c79a32;
  --gold-deep: #a87716;
  --copper: #b5793d;
  --brown: #3b2314;
  --ink: #17201b;
  --muted: #5f665f;
  --cream: #f4efe5;
  --paper: #fbf8f1;
  --white: #fffdf8;
  --line: rgba(23, 32, 27, 0.16);
  --shell: min(1280px, calc(100vw - 72px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
textarea {
  font-family: "Poppins", Arial, sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

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

p,
h1,
h2,
h3,
blockquote,
figure {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

::selection {
  background: var(--gold);
  color: var(--green-950);
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--gold);
  color: var(--green-950);
  font-size: 0.8rem;
  font-weight: 600;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2,
h3,
blockquote {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
}

h2 {
  font-size: clamp(2.2rem, 4.2vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid transparent;
  padding: 13px 22px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.035em;
  line-height: 1;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

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

.button span {
  font-size: 1rem;
}

.button-primary {
  background: var(--green-900);
  color: var(--white);
}

.button-primary:hover {
  background: var(--green-700);
}

.button-gold {
  background: var(--gold);
  color: var(--green-950);
}

.button-gold:hover {
  background: #d9ae4a;
}

.text-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 5px;
  color: var(--green-900);
  font-size: 0.78rem;
  font-weight: 600;
}

.text-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform-origin: left;
  transition: transform 180ms ease;
}

.text-link:hover::after {
  transform: scaleX(0.55);
}

.text-link-light {
  color: var(--cream);
}

/* Header */

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(23, 32, 27, 0.11);
  background: rgba(251, 248, 241, 0.92);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  min-height: 84px;
  align-items: center;
  grid-template-columns: 220px 1fr 220px;
}

.brand {
  display: inline-flex;
  width: 158px;
  height: 70px;
  align-items: center;
  overflow: hidden;
}

.brand img {
  width: 132px;
  height: 66px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 3.2vw, 52px);
}

.desktop-nav a {
  position: relative;
  color: #354139;
  font-size: 0.76rem;
  font-weight: 500;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  color: var(--green-900);
  font-size: 0.76rem;
  font-weight: 600;
}

.header-cta span {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 1px solid rgba(13, 53, 40, 0.25);
  border-radius: 50%;
}

.mobile-menu {
  display: none;
}

/* Hero */

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 3% 18%, rgba(199, 154, 50, 0.08), transparent 30%),
    var(--paper);
}

.hero::before {
  position: absolute;
  top: 8%;
  left: -7vw;
  width: 19vw;
  height: 19vw;
  min-width: 220px;
  min-height: 220px;
  border: 1px solid rgba(199, 154, 50, 0.22);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  display: grid;
  min-height: calc(100vh - 84px);
  align-items: center;
  padding-block: clamp(72px, 10vw, 130px) 70px;
  gap: clamp(50px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.618fr) minmax(360px, 1fr);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 790px;
}

.hero-copy h1 {
  max-width: 780px;
  margin-top: 22px;
  font-size: clamp(3.7rem, 7vw, 7.3rem);
  line-height: 0.93;
  letter-spacing: -0.058em;
}

.hero-copy h1 em {
  color: var(--green-700);
  font-style: normal;
}

.hero-lead {
  max-width: 640px;
  margin-top: 35px;
  color: #4d574f;
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.75;
}

.hero-actions,
.coffee-actions {
  display: flex;
  align-items: center;
  margin-top: 36px;
  gap: 28px;
}

.hero-composition {
  position: relative;
  display: flex;
  min-height: 595px;
  align-items: flex-end;
  overflow: hidden;
  padding: 0 36px 28px;
  background: var(--green-900);
  color: var(--cream);
}

.hero-composition::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 29%;
  background: var(--gold);
  content: "";
}

.hero-orbit {
  position: absolute;
  top: -68px;
  right: -73px;
  width: 430px;
  height: 430px;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(244, 239, 229, 0.38);
  border-radius: 50%;
}

.orbit-one {
  inset: 0;
}

.orbit-two {
  inset: 73px;
  border-color: rgba(199, 154, 50, 0.72);
}

.orbit-center {
  position: absolute;
  top: 197px;
  left: 197px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--gold);
}

.hero-axis-list {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero-axis-list li {
  display: grid;
  align-items: baseline;
  border-top: 1px solid rgba(244, 239, 229, 0.22);
  padding: 18px 0 16px;
  gap: 8px 16px;
  grid-template-columns: 35px 1fr;
}

.hero-axis-list li:last-child {
  border-bottom: 1px solid rgba(244, 239, 229, 0.22);
}

.hero-axis-list span {
  color: var(--gold);
  font-size: 0.64rem;
  font-weight: 600;
}

.hero-axis-list strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
}

.hero-axis-list small {
  grid-column: 2;
  color: rgba(244, 239, 229, 0.66);
  font-size: 0.66rem;
  line-height: 1.55;
}

.hero-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
  color: #717970;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  gap: 28px;
}

.hero-footer i {
  width: 44px;
  height: 1px;
  background: rgba(23, 32, 27, 0.2);
}

/* Shared section furniture */

.section-index {
  align-self: start;
  border-top: 1px solid currentColor;
  padding-top: 12px;
  color: var(--green-900);
}

.section-index span {
  display: block;
  color: var(--gold-deep);
  font-size: 0.66rem;
  font-weight: 600;
}

.section-index p {
  margin-top: 4px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-index-light {
  color: rgba(244, 239, 229, 0.78);
}

.section-index-light span {
  color: var(--gold);
}

.section-heading {
  display: grid;
  align-items: end;
  gap: 40px;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.65fr);
}

.section-heading h2 {
  max-width: 830px;
  margin-top: 18px;
}

.section-heading > p {
  max-width: 430px;
  color: var(--muted);
}

.status-line {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  gap: 15px;
}

.status-line i {
  width: 38px;
  height: 1px;
  background: currentColor;
}

.status-line-dark {
  color: var(--green-700);
}

.large-copy {
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.85;
}

.accuracy-note {
  border-left: 2px solid var(--gold);
  padding: 15px 0 15px 20px;
  color: #4e594f;
  font-size: 0.78rem;
  line-height: 1.7;
}

/* Vision */

.vision-section {
  padding: clamp(100px, 12vw, 175px) 0;
  background: var(--cream);
}

.vision-grid {
  display: grid;
  align-items: start;
  gap: clamp(38px, 5vw, 72px);
  grid-template-columns: 110px minmax(0, 1.45fr) minmax(260px, 0.7fr);
}

.vision-copy h2 {
  max-width: 930px;
  margin-top: 20px;
}

.vision-columns {
  display: grid;
  margin-top: 48px;
  gap: 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vision-columns p {
  color: #4f584f;
}

.vision-note {
  border-left: 1px solid var(--gold-deep);
  margin-top: 54px;
  padding: 8px 0 8px 30px;
}

.vision-note span {
  color: var(--gold-deep);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vision-note p {
  margin-top: 14px;
  color: var(--green-900);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.38;
}

/* Axes */

.axes-section {
  padding: clamp(100px, 11vw, 155px) 0;
  background: var(--paper);
}

.axis-grid {
  display: grid;
  margin-top: 70px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.axis-card {
  min-height: 430px;
  border-right: 1px solid var(--line);
  padding: 32px clamp(24px, 3.3vw, 48px) 40px;
  transition:
    background-color 240ms ease,
    color 240ms ease,
    transform 240ms ease;
}

.axis-card:last-child {
  border-right: 0;
}

.axis-card:hover {
  background: var(--green-900);
  color: var(--cream);
  transform: translateY(-8px);
}

.axis-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.axis-number,
.axis-status {
  color: var(--gold-deep);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.axis-arrow {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--green-900);
}

.axis-card:hover .axis-arrow {
  border-color: rgba(244, 239, 229, 0.3);
  color: var(--gold);
}

.axis-status {
  margin-top: 76px;
}

.axis-card h3 {
  margin-top: 15px;
  font-size: clamp(2.5rem, 4.5vw, 4.6rem);
  line-height: 1;
}

.axis-card > p:last-child {
  max-width: 330px;
  margin-top: 27px;
  color: var(--muted);
  font-size: 0.88rem;
}

.axis-card:hover > p:last-child {
  color: rgba(244, 239, 229, 0.72);
}

/* Coffee */

.coffee-section {
  overflow: hidden;
  padding: clamp(105px, 12vw, 170px) 0;
  background: var(--green-900);
  color: var(--cream);
}

.coffee-intro {
  display: grid;
  gap: clamp(38px, 7vw, 105px);
  grid-template-columns: 110px minmax(0, 890px);
}

.coffee-copy {
  max-width: 860px;
}

.samcafe-wordmark {
  width: 162px;
  max-height: 190px;
  margin-bottom: 34px;
  object-fit: contain;
  object-position: left center;
}

.coffee-copy h2 {
  max-width: 830px;
}

.coffee-copy > p {
  max-width: 690px;
  margin-top: 34px;
  color: rgba(244, 239, 229, 0.74);
  font-size: 1rem;
}

.coffee-copy blockquote {
  max-width: 690px;
  border-left: 1px solid var(--gold);
  margin-top: 38px;
  padding: 4px 0 4px 26px;
  color: var(--gold);
  font-size: clamp(1.35rem, 2.2vw, 2.05rem);
  line-height: 1.35;
}

.coffee-gallery {
  display: grid;
  margin-top: clamp(85px, 10vw, 135px);
  gap: 22px;
  grid-template-columns: minmax(0, 1.618fr) minmax(310px, 1fr);
}

.coffee-image {
  position: relative;
  overflow: hidden;
  background: var(--green-950);
}

.coffee-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.coffee-image:hover img {
  transform: scale(1.025);
}

.coffee-image-main {
  min-height: 690px;
}

.coffee-image-main img {
  object-position: 52% center;
}

.coffee-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  padding: 22px 24px;
  background: linear-gradient(transparent, rgba(9, 42, 32, 0.88));
  color: var(--white);
  font-size: 0.72rem;
  gap: 2px;
}

.coffee-image figcaption span {
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.coffee-side {
  display: grid;
  gap: 22px;
  grid-template-rows: 1fr auto;
}

.coffee-image-small {
  min-height: 390px;
}

.coffee-image-small img {
  object-position: center 58%;
}

.coffee-offers {
  padding: 32px;
  background: var(--cream);
  color: var(--ink);
}

.coffee-offers > div {
  display: grid;
  margin-top: 22px;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.coffee-offers article {
  border-top: 1px solid var(--line);
  padding: 18px 16px 6px 0;
}

.coffee-offers article + article {
  border-left: 1px solid var(--line);
  padding-left: 18px;
}

.coffee-offers article span {
  color: var(--gold-deep);
  font-size: 0.6rem;
  font-weight: 600;
}

.coffee-offers h3 {
  margin-top: 11px;
  font-size: 1.4rem;
}

.coffee-offers article p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.6;
}

.coffee-path {
  display: grid;
  align-items: start;
  margin-top: clamp(90px, 11vw, 150px);
  gap: 60px;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.6fr);
}

.path-heading h2 {
  max-width: 500px;
  margin-top: 18px;
  font-size: clamp(2.4rem, 4vw, 4.3rem);
}

.coffee-path ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.coffee-path li {
  min-height: 245px;
  border-top: 1px solid rgba(244, 239, 229, 0.25);
  padding: 25px 28px 32px 0;
}

.coffee-path li:nth-child(even) {
  border-left: 1px solid rgba(244, 239, 229, 0.25);
  padding-left: 28px;
}

.coffee-path li span {
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 600;
}

.coffee-path h3 {
  margin-top: 24px;
  font-size: 1.9rem;
}

.coffee-path li p {
  max-width: 310px;
  margin-top: 14px;
  color: rgba(244, 239, 229, 0.66);
  font-size: 0.8rem;
}

/* Artists */

.artists-section {
  padding: clamp(105px, 12vw, 170px) 0;
  background: var(--cream);
}

.artists-grid {
  display: grid;
  align-items: start;
  gap: clamp(38px, 5vw, 75px);
  grid-template-columns: 110px minmax(0, 1.2fr) minmax(320px, 0.72fr);
}

.artists-copy h2 {
  max-width: 790px;
  margin-top: 20px;
}

.artists-copy > .large-copy {
  max-width: 760px;
  margin-top: 34px;
  color: #4f584f;
}

.artist-principles {
  display: grid;
  max-width: 800px;
  margin-top: 54px;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.artist-principles article {
  min-height: 190px;
  border-right: 1px solid var(--line);
  padding: 22px 24px 20px 0;
}

.artist-principles article + article {
  padding-left: 24px;
}

.artist-principles article:last-child {
  border-right: 0;
}

.artist-principles span {
  color: var(--gold-deep);
  font-size: 0.62rem;
  font-weight: 600;
}

.artist-principles h3 {
  margin-top: 18px;
  font-size: 1.65rem;
}

.artist-principles p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.75rem;
}

.artists-copy .accuracy-note {
  max-width: 690px;
  margin-top: 30px;
}

.artist-poster {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  padding: 65px 48px 42px;
  background: var(--green-950);
  color: var(--cream);
}

.artist-poster::before {
  position: absolute;
  top: 36px;
  right: -115px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(199, 154, 50, 0.45);
  border-radius: 50%;
  content: "";
}

.poster-dot {
  width: 34px;
  height: 34px;
  margin-bottom: 75px;
  border-radius: 50%;
  background: var(--gold);
}

.poster-kicker {
  display: block;
  color: rgba(244, 239, 229, 0.6);
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.artist-poster strong {
  display: block;
  margin-top: 7px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.2rem, 3.6vw, 3.8rem);
  font-weight: 600;
  line-height: 1;
}

.artist-poster i {
  display: block;
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background: rgba(244, 239, 229, 0.18);
}

.artist-poster small {
  position: absolute;
  right: 48px;
  bottom: 35px;
  left: 48px;
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

/* Writing */

.writing-section {
  padding: clamp(105px, 12vw, 170px) 0;
  background: var(--brown);
  color: var(--cream);
}

.writing-grid {
  display: grid;
  align-items: start;
  gap: clamp(38px, 5vw, 72px);
  grid-template-columns: 110px minmax(320px, 0.82fr) minmax(0, 1.12fr);
}

.writing-sheet {
  min-height: 690px;
  padding: 35px 38px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 24px 24px 0 rgba(9, 42, 32, 0.35);
}

.sheet-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
  color: var(--green-700);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.drop-cap {
  margin-top: 42px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.22;
}

.drop-cap::first-letter {
  float: left;
  margin: 7px 10px 0 0;
  color: var(--gold-deep);
  font-size: 4.8rem;
  line-height: 0.7;
}

.writing-sheet ol {
  margin-top: 50px;
  border-top: 1px solid var(--line);
}

.writing-sheet li {
  display: grid;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.15rem;
  grid-template-columns: 42px 1fr;
}

.writing-sheet li span {
  color: var(--gold-deep);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 600;
}

.sheet-signature {
  margin-top: 35px;
  color: var(--green-700);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.writing-copy {
  padding-top: 48px;
}

.writing-copy h2 {
  max-width: 760px;
  margin-top: 20px;
}

.writing-copy > .large-copy {
  max-width: 700px;
  margin-top: 35px;
  color: rgba(244, 239, 229, 0.78);
}

.writing-copy > p:not(.eyebrow):not(.large-copy):not(.accuracy-note) {
  max-width: 670px;
  margin-top: 25px;
  color: rgba(244, 239, 229, 0.64);
}

.accuracy-note-light {
  max-width: 650px;
  margin-top: 35px;
  color: rgba(244, 239, 229, 0.72);
}

/* Contact and footer */

.contact-section {
  padding: clamp(100px, 12vw, 165px) 0;
  background: var(--paper);
}

.contact-grid {
  display: grid;
  align-items: start;
  gap: clamp(36px, 5vw, 72px);
  grid-template-columns: minmax(280px, 0.85fr) minmax(430px, 1.25fr) minmax(230px, 0.62fr);
}

.contact-heading h2 {
  max-width: 720px;
  margin-top: 18px;
}

.contact-copy p {
  color: var(--muted);
}

.contact-copy .button {
  margin-top: 28px;
}

.contact-form {
  display: grid;
  gap: 21px;
}

.contact-form-heading {
  border-top: 2px solid var(--green-900);
  padding-top: 18px;
}

.contact-form-kicker {
  color: var(--gold-deep);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-form-intro {
  max-width: 590px;
  margin-top: 9px;
  color: var(--muted);
}

.contact-fields-two {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label > span {
  color: var(--green-900);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  padding: 13px 14px;
  background: rgba(255, 253, 248, 0.68);
  color: var(--green-950);
  font: inherit;
  font-size: 0.78rem;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--green-700);
  box-shadow: 0 0 0 3px rgba(32, 91, 66, 0.12);
}

.contact-honey {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.contact-form-action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 22px;
}

.contact-form-action small {
  max-width: 290px;
  color: var(--muted);
  font-size: 0.62rem;
  line-height: 1.55;
}

.contact-form-action small strong {
  color: var(--green-900);
  font-weight: 600;
}

.contact-submit {
  min-width: 160px;
  justify-content: space-between;
}

.contact-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.contact-form-status {
  display: flex;
  align-items: flex-start;
  border: 1px solid var(--line);
  padding: 14px 16px;
  color: var(--green-900);
  font-size: 0.72rem;
  line-height: 1.55;
  gap: 11px;
}

.contact-form-status > span {
  display: inline-grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-900);
  color: var(--cream);
  font-size: 0.65rem;
  font-weight: 700;
}

.contact-form-status-success {
  border-color: rgba(32, 91, 66, 0.28);
  background: rgba(32, 91, 66, 0.07);
}

.contact-form-status-error {
  border-color: rgba(141, 60, 44, 0.3);
  background: rgba(141, 60, 44, 0.06);
  color: #743b30;
}

.contact-form-status-error > span {
  background: #743b30;
}

.contact-details {
  border-top: 1px solid var(--line);
}

.contact-details div {
  border-bottom: 1px solid var(--line);
  padding: 17px 0;
}

.contact-details span {
  display: block;
  margin-bottom: 5px;
  color: var(--gold-deep);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-details p,
.contact-details a {
  color: var(--green-900);
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.6;
}

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(circle at 14% 38%, rgba(199, 154, 50, 0.09), transparent 21%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.52), transparent 48%),
    var(--cream);
  color: var(--green-950);
}

.site-footer::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: min(1280px, calc(100% - 72px));
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 18%, var(--gold) 48%, transparent 82%);
  content: "";
  opacity: 0.72;
  transform: translateX(-50%);
}

.site-footer::after {
  content: none;
}

.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 390px;
  align-items: center;
  border-bottom: 1px solid rgba(13, 53, 40, 0.14);
  padding-block: clamp(72px, 8vw, 108px);
  gap: clamp(52px, 8vw, 120px);
  grid-template-columns: minmax(210px, 0.72fr) minmax(350px, 1.22fr) minmax(210px, 0.58fr);
}

.footer-brand-column {
  display: grid;
  max-width: 240px;
  align-content: center;
}

.footer-brand {
  position: relative;
  display: block;
  width: 218px;
  height: 197px;
  filter: none;
  opacity: 1;
}

.footer-brand::before {
  content: none;
}

.footer-brand img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 13px 19px rgba(9, 42, 32, 0.08));
  transition: transform 220ms ease, filter 220ms ease;
}

.footer-brand:hover img {
  filter: drop-shadow(0 17px 22px rgba(9, 42, 32, 0.12));
  transform: translateY(-3px);
}

.footer-closing {
  padding-top: 12px;
}

.footer-closing > span,
.footer-nav > span {
  color: var(--gold-deep);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-closing > p {
  max-width: 570px;
  margin-top: 19px;
  color: var(--green-950);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.8rem, 4.25vw, 4.65rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.footer-closing > small {
  display: block;
  margin-top: 29px;
  color: rgba(13, 53, 40, 0.58);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-nav {
  display: grid;
  align-content: start;
  padding-top: 12px;
}

.footer-nav > span {
  margin-bottom: 20px;
}

.footer-nav a {
  position: relative;
  display: grid;
  min-height: 59px;
  align-items: center;
  border-bottom: 1px solid rgba(13, 53, 40, 0.14);
  color: rgba(13, 53, 40, 0.8);
  gap: 12px;
  grid-template-columns: 27px minmax(0, 1fr);
  transition: color 180ms ease, padding-left 180ms ease;
}

.footer-nav a:first-of-type {
  border-top: 1px solid rgba(13, 53, 40, 0.14);
}

.footer-nav a::after {
  position: absolute;
  right: 2px;
  color: var(--green-700);
  content: "↗";
  font-size: 0.78rem;
  opacity: 0;
  transform: translate(-5px, 5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.footer-nav small {
  color: var(--gold-deep);
  font-size: 0.53rem;
  font-weight: 600;
}

.footer-nav strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.12rem;
  font-weight: 600;
}

.footer-nav a:hover {
  color: var(--gold);
  padding-left: 5px;
}

.footer-nav a:hover::after {
  opacity: 1;
  transform: translate(0, 0);
}

.footer-meta {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(244, 239, 229, 0.13);
  color: rgba(244, 239, 229, 0.68);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-meta::before,
.footer-legal::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: var(--green-900);
  content: "";
  transform: translateX(-50%);
}

.footer-meta a {
  display: inline-flex;
  align-items: center;
  color: var(--cream);
  gap: 13px;
}

.footer-meta a span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(244, 239, 229, 0.25);
  border-radius: 50%;
  color: var(--gold);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.footer-meta a:hover span {
  border-color: var(--gold);
  background: rgba(199, 154, 50, 0.1);
}

.footer-legal {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  color: rgba(244, 239, 229, 0.48);
  font-size: 0.56rem;
  gap: 24px;
}

.footer-legal::before {
  background: var(--green-950);
}

/* Artist catalogue */

.catalogue-hero,
.artist-profile-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(199, 154, 50, 0.2), transparent 24%),
    var(--green-950);
  color: var(--cream);
}

.catalogue-hero-grid {
  display: grid;
  min-height: 690px;
  align-items: center;
  padding-block: clamp(78px, 9vw, 125px);
  gap: clamp(54px, 7vw, 105px);
  grid-template-columns: minmax(0, 0.95fr) minmax(450px, 1.05fr);
}

.catalogue-hero-copy h1,
.artist-profile-copy h1 {
  margin-top: 22px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(4rem, 7.3vw, 7.8rem);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.catalogue-hero-copy h1 em {
  color: var(--gold);
  font-style: normal;
}

.catalogue-hero-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin-top: 34px;
  color: rgba(244, 239, 229, 0.72);
  font-size: 1.02rem;
}

.catalogue-hero-actions {
  display: flex;
  align-items: center;
  margin-top: 38px;
  gap: 25px;
}

.catalogue-hero-actions > span {
  color: rgba(244, 239, 229, 0.5);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalogue-collage {
  display: grid;
  min-height: 520px;
  align-self: stretch;
  padding: 22px 0;
  gap: 12px;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.collage-item {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: var(--brown);
}

.collage-item-main {
  grid-row: 1 / 3;
}

.collage-item img,
.collage-item .cover-art,
.directory-visual img,
.directory-visual .cover-art,
.profile-art-grid img,
.profile-art-grid .cover-art,
.artist-feature-visual img,
.artist-feature-visual .cover-art,
.single-visual > img,
.single-visual > .cover-art,
.marseille-hero-art > img,
.marseille-hero-art > .cover-art,
.album-artwork img,
.album-artwork .cover-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.collage-item:hover img,
.collage-item:hover .cover-art,
.directory-visual:hover img,
.directory-visual:hover .cover-art,
.profile-art-grid a:hover img,
.profile-art-grid a:hover .cover-art,
.artist-feature-visual:hover img,
.artist-feature-visual:hover .cover-art {
  transform: scale(1.035);
}

/* Local editorial artwork keeps the catalogue visual without relying on
   third-party thumbnails. Listening players and official links remain below. */

.cover-art {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(22px, 3.2vw, 42px);
  background: var(--green-900);
  color: var(--white);
}

.cover-art::before {
  position: absolute;
  z-index: -2;
  top: -18%;
  right: -14%;
  width: 78%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 253, 248, 0.38);
  border-radius: 50%;
  box-shadow:
    0 0 0 44px rgba(255, 253, 248, 0.06),
    0 0 0 90px rgba(255, 253, 248, 0.035);
  content: "";
}

.cover-art::after {
  position: absolute;
  z-index: -1;
  inset: 38% 0 0;
  background: linear-gradient(transparent, rgba(5, 23, 18, 0.78));
  content: "";
}

.cover-kicker,
.cover-meta {
  position: relative;
  z-index: 2;
  font-size: clamp(0.5rem, 0.7vw, 0.64rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cover-kicker {
  position: absolute;
  top: clamp(20px, 3vw, 36px);
  left: clamp(22px, 3.2vw, 42px);
  color: var(--gold);
}

.cover-art > strong {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 90%;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4.7rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.91;
}

.cover-meta {
  margin-top: 14px;
  color: rgba(255, 253, 248, 0.64);
}

.cover-mark {
  position: absolute;
  z-index: 0;
  top: 10%;
  right: 5%;
  color: rgba(255, 253, 248, 0.12);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(6rem, 15vw, 14rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.75;
}

.cover-lines {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.45;
  background: repeating-linear-gradient(
    112deg,
    transparent 0,
    transparent 34px,
    rgba(255, 253, 248, 0.1) 35px,
    transparent 36px
  );
}

.cover-art-ordinary {
  background:
    radial-gradient(circle at 73% 23%, #d79d29 0 8%, transparent 8.3%),
    radial-gradient(circle at 73% 23%, transparent 0 25%, rgba(215, 157, 41, 0.48) 25.2% 25.6%, transparent 25.9%),
    linear-gradient(145deg, #164b38 0 48%, #7a412d 100%);
}

.cover-art-journey {
  background:
    linear-gradient(120deg, transparent 0 48%, rgba(253, 221, 159, 0.18) 48.2% 49%, transparent 49.2%),
    radial-gradient(circle at 24% 26%, #d58a43 0 12%, transparent 12.4%),
    linear-gradient(145deg, #8a3e28 0, #bb7341 48%, #183e32 100%);
}

.cover-art-babylon {
  background:
    linear-gradient(158deg, transparent 0 46%, rgba(212, 160, 61, 0.54) 46.2% 47.3%, transparent 47.5%),
    linear-gradient(24deg, #1b2f2d 0 23%, #5a243c 23.4% 59%, #9a5b38 59.4% 100%);
}

.cover-art-babylon .cover-mark {
  color: rgba(255, 225, 164, 0.16);
  font-size: clamp(5rem, 13vw, 12rem);
  transform: rotate(-7deg);
}

.cover-art-sankofa {
  background:
    radial-gradient(circle at 52% 34%, transparent 0 18%, rgba(211, 157, 41, 0.65) 18.4% 18.9%, transparent 19.3%),
    radial-gradient(circle at 52% 34%, #c38d29 0 5%, transparent 5.4%),
    linear-gradient(135deg, #092a20 0 57%, #335b37 100%);
}

.cover-art-mode-solo {
  background:
    radial-gradient(circle at 78% 20%, rgba(244, 239, 229, 0.2), transparent 27%),
    linear-gradient(145deg, #d39152 0%, #7a3341 48%, #092a20 100%);
}

.cover-art-rain {
  background:
    repeating-linear-gradient(105deg, transparent 0 17px, rgba(222, 237, 231, 0.2) 18px, transparent 20px),
    radial-gradient(circle at 72% 24%, rgba(207, 162, 70, 0.78) 0 7%, transparent 7.4%),
    linear-gradient(150deg, #58747c 0, #173b36 55%, #0b2923 100%);
}

.cover-art-who {
  background:
    linear-gradient(90deg, rgba(247, 226, 191, 0.12) 0 1px, transparent 1px 25%),
    linear-gradient(145deg, #743a42 0, #3e2834 48%, #0b3027 100%);
  background-size: 25% 100%, auto;
}

.cover-art-who .cover-mark {
  top: 8%;
  right: 12%;
  color: rgba(244, 239, 229, 0.2);
}

.catalogue-collage .cover-art > strong,
.catalogue-collage .cover-meta,
.profile-art-grid .cover-art > strong,
.profile-art-grid .cover-meta,
.artist-feature-visual .cover-art > strong,
.artist-feature-visual .cover-meta {
  display: none;
}

.profile-art-grid .cover-mark {
  top: 9%;
  right: 8%;
  font-size: clamp(4.5rem, 8vw, 7rem);
}

.collage-item::after,
.directory-visual::after,
.artist-feature-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(9, 42, 32, 0.9));
  content: "";
}

.collage-item figcaption {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 18px;
  left: 20px;
  display: grid;
  color: var(--white);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.25;
}

.collage-item figcaption span {
  color: var(--gold);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.catalogue-stats,
.profile-stats {
  display: grid;
  border-top: 1px solid rgba(244, 239, 229, 0.17);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catalogue-stats > div,
.profile-stats > div {
  min-height: 126px;
  border-right: 1px solid rgba(244, 239, 229, 0.17);
  padding: 27px 24px 24px 0;
}

.catalogue-stats > div + div,
.profile-stats > div + div {
  padding-left: 24px;
}

.catalogue-stats > div:last-child,
.profile-stats > div:last-child {
  border-right: 0;
}

.catalogue-stats strong,
.profile-stats strong {
  display: block;
  color: var(--gold);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  font-weight: 600;
  line-height: 1;
}

.catalogue-stats span,
.profile-stats span {
  display: block;
  margin-top: 10px;
  color: rgba(244, 239, 229, 0.56);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.artist-directory,
.discography-intro {
  padding: clamp(100px, 11vw, 155px) 0;
  background: var(--cream);
}

.directory-heading,
.participations-heading,
.discography-intro-grid {
  display: grid;
  align-items: end;
  gap: clamp(45px, 8vw, 120px);
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
}

.directory-heading h2,
.participations-heading h2,
.discography-intro h2 {
  max-width: 820px;
  margin-top: 18px;
}

.directory-heading > p,
.participations-heading > p,
.discography-intro-grid > div:last-child > p:first-child {
  color: var(--muted);
}

.artist-directory-grid {
  display: grid;
  margin-top: 75px;
  border-top: 1px solid var(--line);
}

.directory-card {
  display: grid;
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
  gap: clamp(38px, 6vw, 90px);
  grid-template-columns: minmax(410px, 1.1fr) minmax(0, 0.9fr);
}

.directory-card:nth-child(even) .directory-visual {
  order: 2;
}

.directory-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: var(--green-900);
}

.directory-visual > span {
  position: absolute;
  z-index: 1;
  right: 26px;
  bottom: 22px;
  left: 26px;
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.directory-card-copy {
  align-self: center;
  padding: 30px 0;
}

.directory-card-copy h3 {
  margin-top: 13px;
  color: var(--green-900);
  font-size: clamp(3.3rem, 6vw, 6.1rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.directory-card-copy > p:not(.eyebrow) {
  max-width: 530px;
  margin-top: 28px;
  color: var(--muted);
}

.directory-card-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 34px;
  gap: 18px 25px;
}

.directory-card-links > a:not(.button),
.profile-platforms > a:not(.button),
.album-platforms a,
.single-links a {
  display: inline-flex;
  align-items: center;
  color: var(--green-900);
  font-size: 0.7rem;
  font-weight: 600;
  gap: 8px;
}

.catalogue-method {
  padding: clamp(90px, 10vw, 140px) 0;
  background: var(--paper);
}

.catalogue-method-grid {
  display: grid;
  align-items: start;
  gap: clamp(40px, 6vw, 90px);
  grid-template-columns: 150px minmax(0, 1fr) minmax(300px, 0.65fr);
}

.catalogue-method h2 {
  max-width: 650px;
  font-size: clamp(2.6rem, 4.5vw, 4.8rem);
}

.catalogue-method-grid > div > p:first-child {
  color: var(--muted);
}

.catalogue-method .accuracy-note {
  margin-top: 28px;
}

/* Artist profiles */

.artist-profile-grid {
  display: grid;
  min-height: 700px;
  align-items: center;
  padding-block: clamp(72px, 9vw, 120px);
  gap: clamp(50px, 7vw, 105px);
  grid-template-columns: minmax(0, 0.9fr) minmax(470px, 1.1fr);
}

.profile-back {
  display: inline-flex;
  margin-bottom: 55px;
  color: rgba(244, 239, 229, 0.58);
  font-size: 0.68rem;
  font-weight: 600;
}

.artist-profile-copy h1 {
  color: var(--white);
}

.profile-intro {
  max-width: 620px;
  margin-top: 32px;
  color: rgba(244, 239, 229, 0.7);
  font-size: 1.02rem;
}

.profile-platforms {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 38px;
  gap: 18px 25px;
}

.profile-platforms > a:not(.button) {
  color: var(--cream);
}

.profile-art-grid {
  display: grid;
  align-self: stretch;
  padding-block: 14px;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-art-grid a {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  background: var(--brown);
}

.profile-art-grid a::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(9, 42, 32, 0.92));
  content: "";
}

.profile-art-grid a span {
  position: absolute;
  z-index: 1;
  right: 17px;
  bottom: 15px;
  left: 17px;
  color: var(--white);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.15;
}

.discography-intro-grid {
  align-items: start;
}

.discography-intro-grid .accuracy-note {
  margin-top: 30px;
}

.album-list {
  background: var(--paper);
}

.album-section {
  scroll-margin-top: 105px;
  border-top: 1px solid var(--line);
  padding: clamp(78px, 9vw, 125px) 0;
}

.album-section:first-child {
  border-top: 0;
}

.album-section-head {
  display: grid;
  align-items: center;
  gap: clamp(45px, 7vw, 100px);
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
}

.album-artwork {
  position: relative;
  aspect-ratio: 1.05;
  overflow: hidden;
  background: var(--green-900);
}

.album-artwork::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(9, 42, 32, 0.9));
  content: "";
}

.album-artwork figcaption {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 20px;
  left: 22px;
  color: rgba(255, 253, 248, 0.64);
  font-size: 0.62rem;
  text-transform: uppercase;
}

.album-artwork figcaption strong {
  color: var(--white);
  font-weight: 600;
}

.album-index {
  display: block;
  margin-bottom: 35px;
  color: var(--gold-deep);
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.2rem;
}

.album-heading-copy h2 {
  max-width: 850px;
  margin-top: 14px;
  color: var(--green-900);
  font-size: clamp(3.3rem, 6.2vw, 6.8rem);
}

.album-meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
  gap: 9px;
}

.album-meta span {
  border: 1px solid var(--line);
  padding: 8px 12px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.album-credit-line {
  max-width: 650px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 0.76rem;
}

.album-platforms {
  display: flex;
  flex-wrap: wrap;
  margin-top: 26px;
  gap: 12px 25px;
}

.album-content-grid {
  display: grid;
  align-items: start;
  margin-top: 70px;
  gap: clamp(42px, 7vw, 100px);
  grid-template-columns: minmax(310px, 0.72fr) minmax(0, 1.28fr);
}

.inline-player {
  position: sticky;
  top: 110px;
  padding: 25px;
  background: var(--green-950);
  color: var(--cream);
}

.player-label {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 17px;
  gap: 20px;
}

.player-label span {
  color: var(--gold);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.player-label strong {
  color: var(--white);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  text-align: right;
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #030805;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.inline-player > p {
  margin-top: 16px;
  color: rgba(244, 239, 229, 0.54);
  font-size: 0.63rem;
}

.tracklist-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 2px solid var(--green-900);
  padding-bottom: 16px;
}

.tracklist-heading span {
  color: var(--green-900);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tracklist-heading strong {
  color: var(--gold-deep);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.tracklist li {
  display: grid;
  min-height: 78px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 13px 0;
  gap: 16px;
  grid-template-columns: 38px minmax(160px, 1fr) auto;
}

.track-number {
  color: var(--gold-deep);
  font-size: 0.61rem;
  font-weight: 600;
}

.tracklist li > strong {
  color: var(--green-900);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.25;
}

.track-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.track-actions a {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  padding: 8px 10px;
  color: var(--muted);
  font-size: 0.56rem;
  font-weight: 600;
  white-space: nowrap;
  gap: 6px;
  transition: background-color 180ms ease, color 180ms ease;
}

.track-actions a:hover {
  background: var(--green-900);
  color: var(--cream);
}

.profile-crosslink {
  padding: clamp(85px, 9vw, 125px) 0;
  background: var(--gold);
}

.profile-crosslink-light {
  background: var(--cream);
}

.profile-crosslink-grid {
  display: grid;
  align-items: center;
  gap: clamp(32px, 5vw, 70px);
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1fr) auto;
}

.profile-crosslink h2 {
  margin-top: 12px;
  color: var(--green-950);
  font-size: clamp(3rem, 5vw, 5.4rem);
}

.profile-crosslink-grid > p {
  color: rgba(9, 42, 32, 0.75);
}

/* Internal song pages */

.track-detail-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(211, 157, 41, 0.2), transparent 26%),
    var(--green-950);
  color: var(--cream);
}

.track-detail-hero-grid {
  display: grid;
  min-height: 680px;
  align-items: center;
  padding-block: clamp(72px, 9vw, 120px);
  gap: clamp(55px, 8vw, 120px);
  grid-template-columns: minmax(370px, 0.82fr) minmax(0, 1.18fr);
}

.track-detail-art {
  aspect-ratio: 1;
  overflow: hidden;
  box-shadow: 28px 28px 0 rgba(211, 157, 41, 0.12);
}

.track-detail-art .cover-art {
  width: 100%;
  height: 100%;
}

.track-detail-copy h1 {
  max-width: 850px;
  margin-top: 17px;
  color: var(--white);
  font-size: clamp(4rem, 8vw, 8.3rem);
  letter-spacing: -0.055em;
  line-height: 0.89;
}

.track-detail-copy > p:not(.eyebrow) {
  margin-top: 30px;
  color: rgba(244, 239, 229, 0.68);
}

.track-reading-section {
  scroll-margin-top: 90px;
  padding: clamp(85px, 10vw, 145px) 0;
  background: var(--paper);
}

.track-reading-grid {
  display: grid;
  align-items: start;
  gap: clamp(34px, 5vw, 74px);
  grid-template-columns: minmax(0, 1.42fr) minmax(285px, 0.58fr);
}

.lyrics-frame-shell {
  min-width: 0;
  border: 1px solid var(--line);
  padding: clamp(20px, 3vw, 36px);
  background: var(--cream);
}

.lyrics-frame-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 28px;
  gap: 25px;
}

.lyrics-frame-heading h2,
.track-listen-card h2,
.marseille-player-panel h2,
.lyrics-pending-panel h2 {
  margin-top: 10px;
  color: var(--green-900);
  font-size: clamp(2.25rem, 4.5vw, 4.8rem);
  line-height: 0.95;
}

.lyrics-frame-heading > span {
  color: var(--muted);
  font-size: 0.59rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shazam-lyrics-frame {
  display: block;
  width: 100%;
  height: min(920px, 78vh);
  min-height: 680px;
  border: 0;
  background: #f3edef;
}

.lyrics-source-note {
  margin-top: 20px;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.7;
}

.track-listen-card {
  position: sticky;
  top: 110px;
  padding: 30px;
  background: var(--cream);
}

.track-listen-card > p:not(.eyebrow) {
  margin-top: 24px;
  color: var(--muted);
  font-size: 0.75rem;
}

.track-listen-card .video-frame {
  margin-top: 25px;
}

.track-listen-card .button {
  width: 100%;
  justify-content: space-between;
  margin-top: 24px;
}

.track-album-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--green-900);
  font-size: 0.68rem;
  font-weight: 600;
  gap: 8px;
}

.track-continuation {
  background: var(--green-950);
}

.track-continuation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.track-continuation-grid > a {
  display: grid;
  min-height: 185px;
  align-content: center;
  padding: 34px 45px 34px 0;
  color: var(--cream);
}

.track-continuation-grid > a + a {
  border-left: 1px solid rgba(244, 239, 229, 0.15);
  padding-right: 0;
  padding-left: 45px;
  text-align: right;
}

.track-continuation-grid span {
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.track-continuation-grid strong {
  margin-top: 9px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.45rem, 2.4vw, 2.45rem);
  font-weight: 600;
}

.marseille-track-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(211, 145, 82, 0.34), transparent 27%),
    var(--brown);
}

.marseille-track-section {
  padding: clamp(90px, 11vw, 150px) 0;
  background: var(--cream);
}

.marseille-track-grid {
  display: grid;
  align-items: stretch;
  gap: clamp(30px, 5vw, 70px);
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.marseille-player-panel,
.lyrics-pending-panel {
  border-top: 1px solid var(--line);
  padding-top: 30px;
}

.spotify-player-large {
  height: 352px;
  margin-top: 30px;
}

.marseille-video-frame {
  margin-top: 22px;
}

.lyrics-pending-panel {
  padding: 30px;
  background: var(--paper);
}

.lyrics-panel {
  scroll-margin-top: 100px;
  border-top: 1px solid var(--line);
  padding: 30px;
  background: var(--paper);
}

.lyrics-panel h2 {
  margin-top: 10px;
  color: var(--green-900);
  font-size: clamp(2.25rem, 4.5vw, 4.8rem);
  line-height: 0.95;
}

.lyrics-text {
  margin-top: 34px;
  color: var(--green-950);
  font-size: clamp(0.92rem, 1.25vw, 1.08rem);
  line-height: 1.9;
}

.lyrics-text p + p {
  margin-top: 24px;
}

.lyrics-rights-note {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.66rem;
}

.lyrics-pending-panel > p:not(.eyebrow) {
  margin-top: 24px;
  color: var(--muted);
}

.lyrics-pending-panel .button {
  margin-top: 32px;
}

.single-links .single-internal-link {
  color: var(--gold-deep);
}

/* Marseille */

.marseille-profile-hero {
  background:
    radial-gradient(circle at 82% 20%, rgba(181, 121, 61, 0.34), transparent 29%),
    var(--brown);
}

.marseille-hero-player {
  display: grid;
  align-self: stretch;
  align-content: center;
  gap: 14px;
}

.marseille-hero-art {
  display: grid;
  min-height: 410px;
  gap: 10px;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.marseille-hero-art > .mode-solo-art,
.marseille-hero-art > .cover-art-mode-solo {
  grid-row: 1 / 3;
}

.marseille-hero-art > img,
.marseille-hero-art > .cover-art {
  min-height: 0;
}

.mode-solo-art {
  position: relative;
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 28px;
  background:
    radial-gradient(circle at 78% 20%, rgba(244, 239, 229, 0.2), transparent 27%),
    linear-gradient(145deg, #d39152 0%, #7a3341 48%, #092a20 100%);
  color: var(--white);
}

.mode-solo-art::before {
  position: absolute;
  top: 23%;
  right: -18%;
  width: 70%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 253, 248, 0.35);
  border-radius: 50%;
  content: "";
}

.mode-solo-art span,
.mode-solo-art i {
  position: relative;
  z-index: 1;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.mode-solo-art strong {
  position: relative;
  z-index: 1;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 0.78;
}

.spotify-feature {
  padding: 18px;
  background: rgba(9, 42, 32, 0.5);
}

.spotify-feature > span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.57rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.spotify-feature iframe,
.spotify-player {
  display: block;
  width: 100%;
  height: 152px;
  border: 0;
  border-radius: 12px;
}

.music-player-shell {
  margin-top: 20px;
}

.spotify-feature .music-player-shell {
  margin-top: 0;
}

.music-player-stage {
  display: grid;
  min-height: 152px;
  overflow: hidden;
  border: 1px solid rgba(20, 61, 47, 0.16);
  border-radius: 14px;
  place-items: stretch;
  background:
    radial-gradient(circle at 88% 10%, rgba(205, 153, 76, 0.28), transparent 34%),
    var(--paper);
}

.music-player-placeholder {
  display: grid;
  min-height: inherit;
  align-content: center;
  padding: 24px;
}

.music-player-placeholder > span {
  color: var(--gold-deep);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.music-player-placeholder > strong {
  margin-top: 6px;
  color: var(--green-900);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.45rem, 2.5vw, 2.35rem);
  line-height: 1;
}

.music-player-placeholder > p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.66rem;
}

.music-player-stage iframe {
  display: block;
  width: 100%;
  height: 152px;
  border: 0;
}

.music-player-stage.is-youtube {
  min-height: 210px;
  aspect-ratio: 16 / 9;
  background: #000;
}

.music-player-stage.is-youtube iframe {
  height: 100%;
}

.music-player-large .music-player-stage,
.music-player-large .music-player-stage iframe {
  min-height: 352px;
  height: 352px;
}

.music-player-large .music-player-stage.is-youtube {
  height: auto;
  aspect-ratio: 16 / 9;
}

.music-player-actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  gap: 8px;
}

.music-player-actions button {
  min-height: 42px;
  border: 1px solid var(--green-900);
  border-radius: 999px;
  padding: 10px 16px;
  background: transparent;
  color: var(--green-900);
  cursor: pointer;
  font: inherit;
  font-size: 0.6rem;
  font-weight: 600;
}

.music-player-actions button:hover,
.music-player-actions button:focus-visible,
.music-player-actions button.is-active {
  background: var(--green-900);
  color: var(--cream);
}

.music-player-fallback {
  display: flex;
  flex-wrap: wrap;
  margin-top: 13px;
  gap: 8px 16px;
}

.music-player-fallback a {
  color: var(--gold-deep);
  font-size: 0.58rem;
  font-weight: 600;
}

.music-player-noscript {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.65rem;
}

.spotify-feature .music-player-actions button {
  border-color: rgba(244, 239, 229, 0.72);
  color: var(--cream);
}

.spotify-feature .music-player-actions button:hover,
.spotify-feature .music-player-actions button:focus-visible,
.spotify-feature .music-player-actions button.is-active {
  background: var(--gold);
  color: var(--green-950);
}

.spotify-feature .music-player-fallback a {
  color: var(--gold);
}

.singles-section {
  padding: 0 0 clamp(100px, 12vw, 165px);
  background: var(--cream);
}

.singles-grid {
  display: grid;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.single-card {
  border-right: 1px solid var(--line);
}

.single-card:last-child {
  border-right: 0;
}

.single-visual {
  position: relative;
  height: 315px;
  overflow: hidden;
  background: var(--green-900);
}

.single-visual > .mode-solo-art,
.single-visual > .cover-art {
  height: 100%;
}

.single-number {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--green-950);
  font-size: 0.58rem;
  font-weight: 600;
}

.single-copy {
  padding: 30px 25px 34px;
}

.single-copy h3 {
  margin-top: 10px;
  color: var(--green-900);
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1;
}

.single-copy > p:not(.eyebrow) {
  min-height: 54px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.68rem;
}

.single-copy .spotify-player {
  margin-top: 20px;
}

.single-links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 19px;
  gap: 10px 18px;
}

.participations-section {
  padding: clamp(100px, 11vw, 155px) 0;
  background: var(--green-950);
  color: var(--cream);
}

.participations-heading > p {
  color: rgba(244, 239, 229, 0.65);
}

.participation-albums {
  margin-top: 75px;
}

.participation-album {
  border-top: 1px solid rgba(244, 239, 229, 0.2);
  padding: 38px 0 62px;
}

.participation-album-head {
  display: grid;
  align-items: start;
  gap: 25px;
  grid-template-columns: 55px minmax(0, 1fr) auto;
}

.participation-album-head > span {
  color: var(--gold);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.9rem;
}

.participation-album-head h3 {
  margin-top: 9px;
  color: var(--white);
  font-size: clamp(2.6rem, 4.6vw, 4.8rem);
  line-height: 0.98;
}

.participation-album-head div > p:last-child {
  margin-top: 13px;
  color: rgba(244, 239, 229, 0.55);
  font-size: 0.68rem;
}

.participation-album-head > a {
  display: inline-flex;
  color: var(--gold);
  font-size: 0.65rem;
  font-weight: 600;
  gap: 8px;
}

.participation-tracks {
  display: grid;
  margin-top: 42px;
  border-top: 1px solid rgba(244, 239, 229, 0.15);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.participation-tracks li {
  display: grid;
  min-height: 66px;
  align-items: center;
  border-bottom: 1px solid rgba(244, 239, 229, 0.15);
  padding: 10px 18px 10px 0;
  gap: 13px;
  grid-template-columns: 32px minmax(0, 1fr) auto;
}

.participation-tracks li:nth-child(even) {
  border-left: 1px solid rgba(244, 239, 229, 0.15);
  padding-left: 18px;
}

.participation-tracks li > span {
  color: var(--gold);
  font-size: 0.57rem;
}

.participation-tracks li > strong {
  color: var(--cream);
  font-family: "Fraunces", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 600;
}

.participation-tracks li > a {
  color: rgba(244, 239, 229, 0.55);
  font-size: 0.55rem;
  font-weight: 600;
}

/* Artist preview on the home page */

.home-artist-cards {
  max-width: 820px;
  margin-top: 48px;
  border-top: 1px solid var(--line);
}

.home-artist-cards > a {
  display: grid;
  min-height: 105px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  gap: 18px;
  grid-template-columns: 36px minmax(0, 1fr) 35px;
}

.home-artist-cards > a > span {
  color: var(--gold-deep);
  font-size: 0.6rem;
  font-weight: 600;
}

.home-artist-cards h3 {
  color: var(--green-900);
  font-size: 1.8rem;
  line-height: 1.1;
}

.home-artist-cards p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.67rem;
}

.home-artist-cards > a > i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--green-900);
  font-style: normal;
}

.artists-main-cta {
  margin-top: 35px;
}

.artist-feature-visual {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background: var(--green-950);
}

.artist-feature-visual > div {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 35px;
  left: 32px;
}

.artist-feature-visual > div span {
  color: var(--gold);
  font-size: 0.57rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.artist-feature-visual > div strong {
  display: block;
  margin-top: 9px;
  color: var(--white);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.8rem, 4.6vw, 5rem);
  font-weight: 600;
  line-height: 0.95;
}

.artist-feature-visual > div p {
  margin-top: 12px;
  color: rgba(244, 239, 229, 0.65);
  font-size: 0.68rem;
}

.artist-feature-visual > i {
  position: absolute;
  z-index: 2;
  top: 27px;
  right: 27px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--green-950);
  font-style: normal;
}

/* Responsive */

@media (max-width: 1120px) {
  :root {
    --shell: min(100% - 48px, 1060px);
  }

  .header-inner {
    grid-template-columns: 180px 1fr 190px;
  }

  .hero-grid {
    gap: 48px;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.8fr);
  }

  .hero-composition {
    min-height: 540px;
  }

  .vision-grid,
  .artists-grid,
  .writing-grid {
    grid-template-columns: 88px minmax(0, 1fr) minmax(270px, 0.62fr);
  }

  .writing-sheet {
    min-height: 640px;
    padding: 32px;
  }

  .artists-grid {
    grid-template-columns: 88px minmax(0, 1fr) minmax(290px, 0.58fr);
  }

  .artist-principles {
    grid-template-columns: 1fr;
  }

  .artist-principles article,
  .artist-principles article + article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 18px 0;
  }

  .artist-principles article:last-child {
    border-bottom: 0;
  }

  .contact-grid {
    grid-template-columns: 1.1fr 0.75fr;
  }

  .contact-details {
    grid-column: 2;
  }
}

@media (max-width: 900px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }

  .header-inner {
    display: flex;
    justify-content: space-between;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    display: flex;
    align-items: center;
    color: var(--green-900);
    cursor: pointer;
    font-size: 0.72rem;
    font-weight: 600;
    list-style: none;
    gap: 12px;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary i,
  .mobile-menu summary i::after {
    display: block;
    width: 22px;
    height: 1px;
    background: currentColor;
    content: "";
    transition: transform 180ms ease;
  }

  .mobile-menu summary i::after {
    transform: translateY(6px);
  }

  .mobile-menu[open] summary i {
    transform: rotate(45deg) translateY(4px);
  }

  .mobile-menu[open] summary i::after {
    transform: rotate(-90deg);
  }

  .mobile-menu nav {
    position: absolute;
    top: 45px;
    right: 0;
    display: grid;
    width: min(320px, calc(100vw - 48px));
    border: 1px solid var(--line);
    padding: 10px 24px;
    background: var(--paper);
    box-shadow: 0 20px 45px rgba(9, 42, 32, 0.12);
  }

  .mobile-menu nav a {
    border-bottom: 1px solid var(--line);
    padding: 14px 0;
    font-size: 0.82rem;
  }

  .mobile-menu nav a:last-child {
    border-bottom: 0;
  }

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

  .hero-copy {
    max-width: 760px;
  }

  .hero-composition {
    min-height: 500px;
  }

  .vision-grid {
    grid-template-columns: 72px 1fr;
  }

  .vision-note {
    max-width: 580px;
    margin: 0;
    grid-column: 2;
  }

  .axis-card {
    min-height: 390px;
    padding-inline: 25px;
  }

  .coffee-gallery {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .coffee-image-main {
    min-height: 620px;
  }

  .coffee-offers > div {
    grid-template-columns: 1fr;
  }

  .coffee-offers article + article {
    border-left: 0;
    padding-left: 0;
  }

  .coffee-path {
    grid-template-columns: 1fr;
  }

  .artists-grid,
  .writing-grid {
    grid-template-columns: 72px 1fr;
  }

  .artist-poster,
  .writing-sheet {
    margin-left: 0;
    grid-column: 2;
  }

  .artist-poster {
    min-height: 530px;
  }

  .writing-copy {
    grid-column: 2;
  }

  .footer-main {
    gap: 46px 58px;
    grid-template-columns: minmax(180px, 0.62fr) minmax(0, 1.38fr);
  }

  .footer-nav {
    padding-top: 0;
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-nav > span {
    grid-column: 1 / -1;
  }

  .footer-nav a,
  .footer-nav a:first-of-type {
    border-top: 1px solid rgba(13, 53, 40, 0.14);
    border-bottom: 1px solid rgba(13, 53, 40, 0.14);
    padding-inline: 14px;
  }

  .footer-nav a + a {
    border-left: 1px solid rgba(13, 53, 40, 0.14);
  }
}

@media (max-width: 700px) {
  :root {
    --shell: calc(100vw - 36px);
  }

  html {
    scroll-padding-top: 76px;
  }

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

  .header-inner {
    min-height: 74px;
  }

  .brand {
    width: 128px;
    height: 62px;
  }

  .brand img {
    width: 110px;
    height: 58px;
  }

  .hero-grid {
    padding-top: 70px;
    gap: 42px;
  }

  .hero-copy h1 {
    font-size: clamp(3.2rem, 16vw, 5.4rem);
  }

  .hero-actions,
  .coffee-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .hero-composition {
    min-height: 465px;
    padding-inline: 24px;
  }

  .hero-orbit {
    top: -55px;
    right: -105px;
    width: 360px;
    height: 360px;
  }

  .orbit-center {
    top: 162px;
    left: 162px;
  }

  .hero-axis-list strong {
    font-size: 1.3rem;
  }

  .hero-footer {
    gap: 12px;
  }

  .hero-footer i {
    width: 16px;
  }

  .vision-grid,
  .coffee-intro,
  .artists-grid,
  .writing-grid {
    grid-template-columns: 1fr;
  }

  .section-index,
  .section-index-light {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 9px;
  }

  .section-index p {
    margin: 0;
  }

  .vision-note,
  .artist-poster,
  .writing-sheet,
  .writing-copy {
    grid-column: 1;
  }

  .vision-columns {
    grid-template-columns: 1fr;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .axis-grid {
    grid-template-columns: 1fr;
  }

  .axis-card {
    min-height: 360px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 28px 20px 35px;
  }

  .axis-card:last-child {
    border-bottom: 0;
  }

  .axis-card:hover {
    transform: none;
  }

  .axis-status {
    margin-top: 58px;
  }

  .coffee-gallery {
    grid-template-columns: 1fr;
  }

  .coffee-image-main {
    min-height: 460px;
  }

  .coffee-image-small {
    min-height: 360px;
  }

  .coffee-offers > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coffee-offers article + article {
    border-left: 1px solid var(--line);
    padding-left: 18px;
  }

  .coffee-path ol {
    grid-template-columns: 1fr;
  }

  .coffee-path li:nth-child(even) {
    border-left: 0;
    padding-left: 0;
  }

  .artist-principles {
    grid-template-columns: 1fr;
  }

  .artist-poster {
    min-height: 560px;
    padding: 48px 32px 38px;
  }

  .writing-sheet {
    min-height: 620px;
    padding: 30px 26px;
    box-shadow: 12px 12px 0 rgba(9, 42, 32, 0.35);
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-details {
    grid-column: 1;
  }

  .footer-main {
    min-height: 0;
    justify-items: start;
    padding-block: 58px;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .site-footer {
    border-radius: 0;
  }

  .site-footer::before {
    width: calc(100% - 36px);
  }

  .footer-brand-column {
    max-width: 185px;
    align-items: center;
    grid-template-columns: 1fr;
  }

  .footer-brand {
    width: 180px;
    height: 163px;
  }

  .footer-brand img {
    width: 100%;
    height: 100%;
  }

  .footer-closing {
    padding-top: 0;
  }

  .footer-closing > p {
    max-width: 520px;
    font-size: clamp(3.1rem, 14vw, 5rem);
  }

  .footer-nav {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-nav > span {
    grid-column: 1 / -1;
  }

  .footer-nav a,
  .footer-nav a:first-of-type {
    border-top: 0;
    border-left: 0;
    padding-inline: 12px;
  }

  .footer-nav a:nth-of-type(-n + 2) {
    border-top: 1px solid rgba(13, 53, 40, 0.14);
  }

  .footer-nav a:nth-of-type(even) {
    border-left: 1px solid rgba(13, 53, 40, 0.14);
  }

  .footer-meta {
    min-height: 95px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }

  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 25px;
    gap: 7px;
  }
}

@media (max-width: 430px) {
  .footer-brand-column {
    max-width: 175px;
    align-items: start;
    grid-template-columns: 1fr;
  }

  .footer-closing > p {
    font-size: clamp(2.9rem, 15vw, 4.25rem);
  }

  .footer-nav a {
    min-height: 55px;
    padding-inline: 9px;
  }

  .footer-nav strong {
    font-size: 1rem;
  }

  .footer-meta {
    letter-spacing: 0.07em;
  }

  .hero-footer span {
    font-size: 0.52rem;
  }

  .coffee-offers {
    padding: 26px 22px;
  }

  .coffee-offers > div {
    grid-template-columns: 1fr;
  }

  .coffee-offers article + article {
    border-left: 0;
    padding-left: 0;
  }

  .artist-poster strong {
    font-size: 2.45rem;
  }
}

@media (max-width: 1120px) {
  .catalogue-hero-grid,
  .artist-profile-grid {
    gap: 50px;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
  }

  .catalogue-collage {
    min-height: 470px;
  }

  .directory-card {
    grid-template-columns: minmax(360px, 1fr) minmax(0, 0.9fr);
  }

  .directory-visual {
    min-height: 380px;
  }

  .catalogue-method-grid {
    grid-template-columns: 110px minmax(0, 1fr) minmax(280px, 0.68fr);
  }

  .profile-art-grid a {
    min-height: 215px;
  }

  .album-section-head,
  .album-content-grid {
    grid-template-columns: minmax(290px, 0.7fr) minmax(0, 1.3fr);
  }

  .tracklist li {
    grid-template-columns: 32px minmax(150px, 1fr) auto;
  }

  .track-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .track-actions a {
    justify-content: space-between;
  }

  .single-copy {
    padding-inline: 20px;
  }

  .artist-feature-visual {
    min-height: 590px;
  }
}

@media (max-width: 900px) {
  .catalogue-hero-grid,
  .artist-profile-grid {
    grid-template-columns: 1fr;
  }

  .catalogue-hero-grid {
    padding-bottom: 55px;
  }

  .catalogue-collage,
  .profile-art-grid,
  .marseille-hero-player {
    width: min(100%, 720px);
    justify-self: center;
  }

  .catalogue-stats,
  .profile-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalogue-stats > div:nth-child(2),
  .profile-stats > div:nth-child(2) {
    border-right: 0;
  }

  .catalogue-stats > div:nth-child(-n + 2),
  .profile-stats > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(244, 239, 229, 0.17);
  }

  .directory-card {
    gap: 35px;
    grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1fr);
  }

  .directory-card-copy h3 {
    font-size: clamp(3.1rem, 8vw, 5rem);
  }

  .catalogue-method-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
  }

  .catalogue-method-grid > .eyebrow {
    grid-column: 1 / 3;
  }

  .album-section-head,
  .album-content-grid {
    grid-template-columns: 1fr;
  }

  .album-artwork {
    width: min(100%, 660px);
    aspect-ratio: 16 / 10;
  }

  .inline-player {
    position: static;
    width: min(100%, 700px);
  }

  .track-actions {
    flex-direction: row;
  }

  .profile-crosslink-grid {
    grid-template-columns: 1fr 1fr;
  }

  .profile-crosslink-grid .button {
    justify-self: start;
    grid-column: 2;
  }

  .singles-grid {
    grid-template-columns: 1fr;
  }

  .single-card {
    display: grid;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
  }

  .single-card:last-child {
    border-bottom: 0;
  }

  .single-visual {
    height: auto;
    min-height: 390px;
  }

  .participation-tracks {
    grid-template-columns: 1fr;
  }

  .participation-tracks li:nth-child(even) {
    border-left: 0;
    padding-left: 0;
  }

  .artist-feature-visual {
    min-height: 530px;
  }
}

@media (max-width: 700px) {
  .catalogue-hero-grid,
  .artist-profile-grid {
    min-height: 0;
    padding-block: 62px 50px;
  }

  .catalogue-hero-copy h1,
  .artist-profile-copy h1 {
    font-size: clamp(3.35rem, 16vw, 5.7rem);
  }

  .catalogue-hero-actions,
  .profile-platforms {
    align-items: flex-start;
    flex-direction: column;
  }

  .catalogue-collage {
    min-height: 620px;
    padding: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 1.35fr 1fr 1fr;
  }

  .collage-item-main {
    grid-row: auto;
  }

  .catalogue-stats > div,
  .profile-stats > div {
    min-height: 110px;
    padding: 23px 12px 18px 0;
  }

  .catalogue-stats > div + div,
  .profile-stats > div + div {
    padding-left: 14px;
  }

  .directory-heading,
  .participations-heading,
  .discography-intro-grid,
  .catalogue-method-grid {
    grid-template-columns: 1fr;
  }

  .catalogue-method-grid > .eyebrow {
    grid-column: 1;
  }

  .artist-directory-grid,
  .participation-albums {
    margin-top: 50px;
  }

  .directory-card {
    gap: 0;
    grid-template-columns: 1fr;
  }

  .directory-card:nth-child(even) .directory-visual {
    order: 0;
  }

  .directory-visual {
    min-height: 310px;
  }

  .directory-card-copy {
    padding: 32px 4px 22px;
  }

  .directory-card-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .profile-back {
    margin-bottom: 38px;
  }

  .profile-art-grid {
    grid-template-columns: 1fr;
  }

  .profile-art-grid a {
    min-height: 230px;
  }

  .marseille-hero-art {
    min-height: 600px;
    grid-template-columns: 1fr;
    grid-template-rows: 1.3fr 1fr 1fr;
  }

  .marseille-hero-art > .mode-solo-art,
  .marseille-hero-art > .cover-art-mode-solo {
    grid-row: auto;
  }

  .album-section {
    scroll-margin-top: 82px;
  }

  .album-index {
    margin-bottom: 24px;
  }

  .album-heading-copy h2 {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .album-artwork {
    aspect-ratio: 1.05;
  }

  .album-content-grid {
    margin-top: 48px;
  }

  .inline-player {
    padding: 18px;
  }

  .player-label {
    align-items: flex-start;
    flex-direction: column;
  }

  .player-label strong {
    text-align: left;
  }

  .tracklist li {
    min-height: 0;
    padding-block: 16px;
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .track-actions {
    align-items: stretch;
    flex-direction: column;
    grid-column: 2;
  }

  .track-actions a {
    justify-content: space-between;
  }

  .profile-crosslink-grid {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .profile-crosslink-grid .button {
    grid-column: 1;
  }

  .single-card {
    grid-template-columns: 1fr;
  }

  .single-visual {
    min-height: 320px;
  }

  .single-copy {
    padding: 30px 16px 38px;
  }

  .participation-album-head {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .participation-album-head > a {
    justify-self: start;
    grid-column: 2;
  }

  .participation-tracks li {
    padding-right: 0;
    grid-template-columns: 28px minmax(0, 1fr) auto;
  }

  .artist-feature-visual {
    min-height: 470px;
  }

  .home-artist-cards h3 {
    font-size: 1.5rem;
  }

  .contact-fields-two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .track-detail-hero-grid,
  .track-reading-grid,
  .marseille-track-grid {
    grid-template-columns: 1fr;
  }

  .track-detail-art {
    width: min(100%, 650px);
  }

  .track-listen-card {
    position: static;
  }

  .shazam-lyrics-frame {
    height: 780px;
  }
}

@media (max-width: 700px) {
  .track-detail-hero-grid {
    min-height: 0;
    padding-block: 55px 70px;
  }

  .track-detail-art {
    box-shadow: 14px 14px 0 rgba(211, 157, 41, 0.12);
  }

  .track-detail-copy h1 {
    font-size: clamp(3.3rem, 16vw, 5.7rem);
  }

  .lyrics-frame-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .shazam-lyrics-frame {
    height: 700px;
    min-height: 600px;
  }

  .track-continuation-grid {
    grid-template-columns: 1fr;
  }

  .track-continuation-grid > a,
  .track-continuation-grid > a + a {
    min-height: 145px;
    border-left: 0;
    padding: 28px 0;
    text-align: left;
  }

  .track-continuation-grid > a + a {
    border-top: 1px solid rgba(244, 239, 229, 0.15);
  }

  .lyrics-pending-panel,
  .track-listen-card {
    padding: 24px 20px;
  }
}

/* 2026 editorial refinement */

:root {
  --shadow-soft: 0 24px 70px rgba(9, 42, 32, 0.1);
  --shadow-deep: 0 30px 75px rgba(4, 22, 17, 0.24);
}

.button {
  border-radius: 999px;
  padding-inline: 26px;
}

.site-header {
  min-height: 88px;
  border-bottom: 0;
  padding: 10px 0;
  background: rgba(251, 248, 241, 0.8);
}

.header-inner {
  min-height: 66px;
  border: 1px solid rgba(23, 32, 27, 0.1);
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 12px 35px rgba(9, 42, 32, 0.07);
}

.brand {
  height: 58px;
}

.brand img {
  width: 116px;
  height: 54px;
}

.header-cta span {
  border-color: rgba(13, 53, 40, 0.18);
  background: var(--green-900);
  color: var(--white);
}

.hero {
  background:
    radial-gradient(circle at 5% 17%, rgba(199, 154, 50, 0.11), transparent 27%),
    radial-gradient(circle at 86% 80%, rgba(30, 91, 69, 0.07), transparent 24%),
    var(--paper);
}

.hero::before {
  border-color: rgba(199, 154, 50, 0.18);
}

.hero-grid {
  min-height: calc(100svh - 88px);
  padding-block: clamp(68px, 8vw, 112px) 62px;
  gap: clamp(48px, 6vw, 90px);
  grid-template-columns: minmax(0, 1.18fr) minmax(410px, 0.82fr);
}

.hero-copy h1 {
  max-width: 810px;
  font-size: clamp(3.9rem, 6.5vw, 6.8rem);
}

.hero-copy h1 em {
  position: relative;
  display: inline-block;
}

.hero-copy h1 em::after {
  position: absolute;
  right: 0.04em;
  bottom: -0.08em;
  left: 0.02em;
  height: 0.08em;
  border-radius: 999px;
  background: var(--gold);
  content: "";
  opacity: 0.72;
}

.hero-composition {
  isolation: isolate;
  display: flex;
  min-height: 650px;
  align-items: flex-end;
  padding: 0;
  border-radius: 26px 26px 104px 26px;
  background: var(--green-950);
  box-shadow: var(--shadow-deep);
}

.hero-composition::after {
  z-index: 1;
  inset: 0;
  width: auto;
  height: auto;
  background:
    linear-gradient(180deg, rgba(9, 42, 32, 0.02) 27%, rgba(9, 42, 32, 0.23) 56%, rgba(5, 25, 19, 0.9) 100%),
    linear-gradient(90deg, rgba(9, 42, 32, 0.24), transparent 50%);
  pointer-events: none;
}

.hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 51% center;
  filter: saturate(0.82) contrast(1.04);
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hero-composition:hover .hero-media img {
  transform: scale(1.025);
}

.hero-media figcaption {
  position: absolute;
  z-index: 3;
  top: 28px;
  left: 28px;
  display: grid;
  max-width: 235px;
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: 14px;
  padding: 14px 16px;
  background: rgba(9, 42, 32, 0.7);
  color: var(--white);
  backdrop-filter: blur(12px);
  gap: 4px;
}

.hero-media figcaption span {
  color: var(--gold);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-media figcaption strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.25;
}

.hero-composition-label {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 27px;
  display: grid;
  justify-items: end;
  color: var(--white);
  text-align: right;
}

.hero-composition-label > span {
  color: rgba(255, 253, 248, 0.66);
  font-family: "Fraunces", Georgia, serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 0.78;
}

.hero-composition-label p {
  margin-top: 11px;
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.55;
  text-transform: uppercase;
}

.hero-axis-list {
  z-index: 4;
  width: auto;
  margin: 0 24px 24px;
  border: 1px solid rgba(255, 253, 248, 0.17);
  border-radius: 18px 18px 58px 18px;
  padding: 7px 18px 9px;
  background: rgba(6, 31, 23, 0.78);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.hero-axis-list li {
  padding: 13px 0 11px;
}

.hero-axis-list li:last-child {
  border-bottom: 0;
  padding-bottom: 13px;
}

.hero-axis-list strong {
  font-size: 1.35rem;
}

.hero-axis-list small {
  color: rgba(244, 239, 229, 0.68);
}

.hero-footer {
  padding-block: 28px 34px;
}

.vision-section {
  position: relative;
  overflow: hidden;
}

.vision-section::after {
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(168, 119, 22, 0.14);
  border-radius: 50%;
  content: "";
}

.vision-note {
  position: relative;
  border: 1px solid rgba(168, 119, 22, 0.23);
  border-left: 4px solid var(--gold);
  border-radius: 0 18px 18px 0;
  margin-top: 43px;
  padding: 27px 26px 29px;
  background: rgba(255, 253, 248, 0.64);
  box-shadow: 0 18px 48px rgba(9, 42, 32, 0.07);
}

.vision-note::after {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(168, 119, 22, 0.2);
  content: "↗";
  font-size: 1.2rem;
}

.axes-section {
  background:
    linear-gradient(180deg, rgba(244, 239, 229, 0.75), transparent 14%),
    var(--paper);
}

.axis-grid {
  margin-top: 62px;
  border: 0;
  gap: 18px;
}

.axis-card,
.axis-card:last-child {
  min-height: 640px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px 18px 34px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 14px 45px rgba(9, 42, 32, 0.055);
}

.axis-card:hover {
  border-color: var(--green-900);
  box-shadow: 0 28px 70px rgba(9, 42, 32, 0.18);
}

.axis-card-top {
  padding: 7px 7px 17px;
}

.axis-visual {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: 1.15;
  border-radius: 14px;
  background: var(--green-900);
}

.axis-visual::after {
  position: absolute;
  z-index: 2;
  inset: 38% 0 0;
  background: linear-gradient(transparent, rgba(5, 25, 19, 0.86));
  content: "";
  pointer-events: none;
}

.axis-visual > span {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 14px;
  left: 16px;
  color: var(--white);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.axis-visual > img,
.axis-visual > .cover-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.axis-visual-coffee img {
  object-position: 49% center;
}

.axis-card:hover .axis-visual > img,
.axis-card:hover .axis-visual > .cover-art {
  transform: scale(1.04);
}

.axis-visual-artists .cover-art {
  min-height: 0;
  padding: 24px;
}

.axis-visual-artists .cover-art > strong,
.axis-visual-artists .cover-meta {
  display: none;
}

.axis-visual-artists .cover-kicker {
  top: 22px;
  left: 24px;
}

.axis-visual-writing {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 85% 15%, rgba(199, 154, 50, 0.3), transparent 28%),
    #d8c6a8;
}

.axis-writing-sheet {
  display: grid;
  width: 71%;
  min-height: 76%;
  align-content: start;
  border-radius: 3px;
  padding: 24px 22px;
  background: var(--paper);
  box-shadow: 13px 15px 0 rgba(9, 42, 32, 0.26);
  color: var(--green-950);
  transform: rotate(-2.4deg);
}

.axis-writing-sheet small {
  border-bottom: 1px solid var(--line);
  padding-bottom: 11px;
  color: var(--gold-deep);
  font-size: 0.46rem;
  font-weight: 600;
  letter-spacing: 0.11em;
}

.axis-writing-sheet strong {
  margin: 20px 0 18px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.8rem);
  line-height: 1.12;
}

.axis-writing-sheet i {
  display: block;
  height: 1px;
  margin-top: 10px;
  background: rgba(23, 32, 27, 0.22);
}

.axis-writing-sheet i:nth-of-type(2) {
  width: 84%;
}

.axis-writing-sheet i:nth-of-type(3) {
  width: 61%;
}

.axis-status {
  margin: 25px 8px 0;
}

.axis-card h3 {
  margin: 12px 8px 0;
  font-size: clamp(2.7rem, 4vw, 4.15rem);
}

.axis-card > p:last-child {
  margin: 22px 8px 0;
  font-size: 0.8rem;
}

.coffee-section {
  position: relative;
  background:
    radial-gradient(circle at 92% 12%, rgba(199, 154, 50, 0.13), transparent 23%),
    var(--green-900);
}

.coffee-image,
.coffee-offers {
  border-radius: 18px;
}

.coffee-image {
  box-shadow: 0 24px 60px rgba(4, 22, 17, 0.3);
}

.coffee-offers {
  border: 1px solid rgba(255, 253, 248, 0.13);
  box-shadow: 0 18px 42px rgba(4, 22, 17, 0.18);
}

/* Progressive agro-food families */

.food-futures-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(105px, 12vw, 170px) 0;
  background:
    radial-gradient(circle at 6% 15%, rgba(181, 121, 61, 0.12), transparent 22%),
    radial-gradient(circle at 96% 82%, rgba(30, 91, 69, 0.1), transparent 24%),
    var(--paper);
}

.food-futures-section::before {
  position: absolute;
  z-index: -1;
  top: 98px;
  right: -110px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(168, 119, 22, 0.13);
  border-radius: 50%;
  content: "";
}

.food-futures-heading {
  display: grid;
  align-items: end;
  gap: clamp(42px, 7vw, 105px);
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.72fr);
}

.food-futures-heading h2 {
  max-width: 850px;
  margin-top: 18px;
}

.food-futures-intro {
  padding-bottom: 6px;
}

.food-futures-intro > p:first-child {
  color: #4f584f;
  font-size: 0.92rem;
}

.food-futures-accuracy {
  display: grid;
  margin-top: 28px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  color: var(--green-800);
  font-size: 0.72rem;
  grid-template-columns: auto auto 1fr;
  gap: 9px;
}

.food-futures-dot {
  color: var(--gold-deep);
  font-size: 0.7rem;
}

.food-futures-accuracy strong {
  color: var(--green-950);
}

.food-architecture {
  display: grid;
  margin-top: clamp(62px, 8vw, 95px);
  overflow: hidden;
  border-radius: 22px 22px 70px 22px;
  padding: 36px;
  background:
    radial-gradient(circle at 94% 12%, rgba(199, 154, 50, 0.14), transparent 25%),
    var(--green-950);
  box-shadow: 0 28px 70px rgba(9, 42, 32, 0.18);
  color: var(--cream);
  gap: 38px;
  grid-template-columns: minmax(215px, 0.62fr) minmax(0, 1.8fr);
}

.food-architecture-heading {
  padding: 7px 12px 6px 2px;
}

.food-architecture-heading > span {
  color: var(--gold);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.food-architecture-heading h3 {
  max-width: 270px;
  margin-top: 18px;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 1.03;
}

.food-architecture ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.food-architecture li {
  position: relative;
  min-height: 205px;
  border-left: 1px solid rgba(244, 239, 229, 0.18);
  padding: 8px 24px 10px;
}

.food-architecture li:not(:last-child)::after {
  position: absolute;
  top: 5px;
  right: -6px;
  z-index: 2;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--green-950);
  content: "→";
  font-size: 0.65rem;
}

.food-architecture li > span {
  color: var(--gold);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.55;
  text-transform: uppercase;
}

.food-architecture h4 {
  margin: 30px 0 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 600;
  line-height: 1.1;
}

.food-architecture li p {
  margin-top: 14px;
  color: rgba(244, 239, 229, 0.66);
  font-size: 0.7rem;
  line-height: 1.65;
}

.food-current-line {
  display: grid;
  align-items: center;
  margin-top: 24px;
  border: 1px solid rgba(23, 32, 27, 0.13);
  border-radius: 18px;
  padding: 24px 28px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 16px 45px rgba(9, 42, 32, 0.06);
  gap: 28px;
  grid-template-columns: 115px minmax(230px, 0.75fr) minmax(300px, 1fr) auto;
}

.food-current-index {
  display: flex;
  align-items: center;
  color: var(--gold-deep);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  gap: 12px;
}

.food-current-index i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #36805d;
  box-shadow: 0 0 0 5px rgba(54, 128, 93, 0.12);
}

.food-current-line > div:nth-child(2) > p {
  color: var(--green-700);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.food-current-line h3 {
  margin-top: 5px;
  color: var(--green-950);
  font-size: clamp(1.65rem, 2.4vw, 2.45rem);
  line-height: 1.05;
}

.food-current-line h3 span {
  color: var(--gold-deep);
  font-size: 0.6em;
}

.food-current-line > p {
  color: var(--muted);
  font-size: 0.75rem;
}

.food-current-line .text-link {
  white-space: nowrap;
}

.future-lines-heading {
  display: grid;
  align-items: end;
  margin-top: clamp(82px, 10vw, 125px);
  gap: 45px;
  grid-template-columns: minmax(0, 1.2fr) minmax(270px, 0.65fr);
}

.future-lines-heading h3 {
  max-width: 710px;
  margin-top: 14px;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1.03;
}

.future-lines-heading > p {
  max-width: 450px;
  border-left: 1px solid var(--gold);
  padding-left: 23px;
  color: var(--muted);
  font-size: 0.78rem;
}

.future-family-grid {
  display: grid;
  margin-top: 46px;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.future-family-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 27, 0.14);
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 16px 48px rgba(9, 42, 32, 0.065);
  flex-direction: column;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.future-family-card:first-child {
  border-radius: 20px 20px 70px 20px;
}

.future-family-card:last-child {
  border-radius: 20px 20px 20px 70px;
}

.future-family-card:hover {
  border-color: rgba(13, 53, 40, 0.44);
  box-shadow: 0 30px 70px rgba(9, 42, 32, 0.14);
  transform: translateY(-5px);
}

.future-family-card figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--green-950);
}

.future-family-card figure::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(6, 31, 23, 0.82));
  content: "";
}

.future-family-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
  transition: transform 750ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.future-family-card:hover img {
  transform: scale(1.035);
}

.future-family-card figcaption {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 17px;
  left: 20px;
  color: var(--white);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.future-family-content {
  display: flex;
  padding: 27px 27px 25px;
  flex: 1;
  flex-direction: column;
}

.future-family-status {
  display: flex;
  align-items: center;
  color: var(--gold-deep);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
  gap: 11px;
}

.future-family-status i {
  height: 1px;
  background: rgba(168, 119, 22, 0.35);
  flex: 1;
}

.future-family-content h3 {
  margin-top: 18px;
  color: var(--green-950);
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 0.98;
}

.future-family-content > p {
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.7;
}

.future-family-content ul {
  display: flex;
  margin-top: 25px;
  flex-wrap: wrap;
  gap: 7px;
}

.future-family-content li {
  border: 1px solid rgba(13, 53, 40, 0.15);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(244, 239, 229, 0.68);
  color: var(--green-800);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.045em;
}

.future-family-content > small {
  display: block;
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  color: #6e746d;
  font-size: 0.55rem;
  line-height: 1.55;
}

.food-publication-method {
  display: grid;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 20px 20px 65px 20px;
  padding: clamp(30px, 4vw, 48px);
  background:
    radial-gradient(circle at 95% 0, rgba(199, 154, 50, 0.15), transparent 28%),
    var(--brown);
  color: var(--cream);
  gap: clamp(38px, 6vw, 82px);
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.45fr);
}

.food-publication-method h3 {
  max-width: 500px;
  margin-top: 17px;
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  line-height: 1.04;
}

.food-publication-method > div > p:last-child {
  max-width: 520px;
  margin-top: 22px;
  color: rgba(244, 239, 229, 0.68);
  font-size: 0.72rem;
}

.food-publication-method ol {
  display: grid;
  align-self: stretch;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.food-publication-method li {
  display: flex;
  min-height: 170px;
  border-left: 1px solid rgba(244, 239, 229, 0.18);
  padding: 6px 17px 8px;
  flex-direction: column;
}

.food-publication-method li > span {
  color: var(--gold);
  font-size: 0.55rem;
  font-weight: 600;
}

.food-publication-method li strong {
  margin-top: auto;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.1rem, 1.8vw, 1.55rem);
  font-weight: 600;
}

.food-publication-method li small {
  margin-top: 8px;
  color: rgba(244, 239, 229, 0.6);
  font-size: 0.58rem;
  line-height: 1.5;
}

.artists-section {
  background:
    radial-gradient(circle at 7% 85%, rgba(181, 121, 61, 0.1), transparent 22%),
    var(--cream);
}

.home-artist-cards > a {
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-top: 10px;
  padding: 20px 18px;
  background: rgba(255, 253, 248, 0.58);
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.home-artist-cards > a:hover {
  background: var(--white);
  box-shadow: 0 16px 38px rgba(9, 42, 32, 0.08);
  transform: translateX(6px);
}

.artist-feature-visual {
  border-radius: 22px 22px 80px 22px;
  box-shadow: var(--shadow-soft);
}

.writing-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 15%, rgba(199, 154, 50, 0.12), transparent 22%),
    var(--brown);
}

.writing-sheet {
  border-radius: 5px 5px 38px 5px;
  box-shadow: 24px 24px 0 rgba(9, 42, 32, 0.35), 0 35px 65px rgba(9, 42, 32, 0.22);
  transform: rotate(-0.75deg);
}

.contact-section {
  background:
    radial-gradient(circle at 95% 12%, rgba(199, 154, 50, 0.11), transparent 25%),
    var(--paper);
}

.contact-form {
  border: 1px solid rgba(23, 32, 27, 0.12);
  border-radius: 22px;
  padding: 30px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: var(--shadow-soft);
}

.contact-form-heading {
  border-top: 0;
  border-bottom: 1px solid var(--line);
  padding: 0 0 19px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border-radius: 10px;
  background: var(--paper);
}

.contact-details {
  overflow: hidden;
  border: 0;
  border-radius: 18px 18px 55px 18px;
  padding: 10px 24px 20px;
  background: var(--green-900);
  box-shadow: 0 20px 50px rgba(9, 42, 32, 0.16);
}

.contact-details div {
  border-color: rgba(244, 239, 229, 0.16);
  padding-block: 19px;
}

.contact-details div:last-child {
  border-bottom: 0;
}

.contact-details span {
  color: var(--gold);
}

.contact-details p,
.contact-details a {
  color: var(--cream);
}

@media (max-width: 1120px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(365px, 0.82fr);
  }

  .hero-composition {
    min-height: 590px;
  }

  .axis-card,
  .axis-card:last-child {
    min-height: 590px;
  }

  .contact-form {
    grid-row: span 2;
  }
}

@media (max-width: 900px) {
  .site-header {
    min-height: 86px;
  }

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

  .hero-copy {
    max-width: 810px;
  }

  .hero-composition {
    min-height: 640px;
  }

  .axis-grid {
    grid-template-columns: 1fr;
  }

  .axis-card,
  .axis-card:last-child {
    display: grid;
    min-height: 0;
    align-items: start;
    padding: 18px 18px 28px;
    column-gap: 30px;
    grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1fr);
  }

  .axis-card-top {
    grid-column: 1 / -1;
  }

  .axis-visual {
    align-self: stretch;
    grid-column: 1;
    grid-row: 2 / 5;
  }

  .axis-status,
  .axis-card h3,
  .axis-card > p:last-child {
    grid-column: 2;
  }

  .axis-status {
    align-self: end;
    margin-top: 18px;
  }

  .axis-card h3 {
    font-size: clamp(3.1rem, 8vw, 4.6rem);
  }

  .artist-feature-visual {
    border-radius: 20px 20px 70px 20px;
  }

  .contact-form {
    grid-row: auto;
  }
}

@media (max-width: 700px) {
  .site-header {
    min-height: 76px;
    padding-block: 6px;
  }

  .header-inner {
    min-height: 64px;
    border-radius: 18px;
    padding-inline: 14px;
  }

  .brand {
    width: 120px;
    height: 56px;
  }

  .brand img {
    width: 104px;
    height: 52px;
  }

  .hero-grid {
    padding-top: 58px;
  }

  .hero-copy h1 {
    font-size: clamp(3.25rem, 15.5vw, 5.35rem);
  }

  .hero-composition {
    min-height: 570px;
    border-radius: 20px 20px 72px 20px;
  }

  .hero-media figcaption {
    top: 16px;
    left: 16px;
    max-width: 205px;
    padding: 11px 13px;
  }

  .hero-composition-label {
    display: none;
  }

  .hero-axis-list {
    margin: 0 13px 13px;
    border-radius: 14px 14px 48px 14px;
    padding-inline: 14px;
  }

  .hero-axis-list li {
    padding-block: 11px 9px;
  }

  .hero-axis-list strong {
    font-size: 1.2rem;
  }

  .hero-axis-list small {
    font-size: 0.59rem;
  }

  .vision-note {
    padding: 24px 22px 26px;
  }

  .axis-grid {
    gap: 16px;
  }

  .axis-card,
  .axis-card:last-child {
    display: block;
    min-height: 0;
    border: 1px solid var(--line);
    padding: 16px 16px 30px;
  }

  .axis-visual {
    aspect-ratio: 1.28;
  }

  .axis-status {
    margin: 22px 7px 0;
  }

  .axis-card h3 {
    margin-inline: 7px;
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .axis-card > p:last-child {
    margin-inline: 7px;
  }

  .axis-writing-sheet {
    width: 66%;
  }

  .coffee-image,
  .coffee-offers {
    border-radius: 14px;
  }

  .artist-feature-visual {
    border-radius: 18px 18px 60px 18px;
  }

  .writing-sheet {
    border-radius: 4px 4px 27px 4px;
    box-shadow: 12px 12px 0 rgba(9, 42, 32, 0.35), 0 28px 55px rgba(9, 42, 32, 0.2);
    transform: none;
  }

  .contact-form {
    border-radius: 18px;
    padding: 24px 19px;
  }

  .contact-details {
    border-radius: 16px 16px 48px 16px;
  }
}

@media (max-width: 1050px) {
  .food-architecture {
    grid-template-columns: 1fr;
  }

  .food-architecture-heading h3 {
    max-width: 540px;
  }

  .food-current-line {
    grid-template-columns: 105px minmax(210px, 0.75fr) minmax(240px, 1fr);
  }

  .food-current-line .text-link {
    justify-self: end;
    grid-column: 3;
  }

  .food-publication-method {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .food-futures-heading,
  .future-lines-heading {
    grid-template-columns: 1fr;
  }

  .food-futures-intro,
  .future-lines-heading > p {
    max-width: 680px;
  }

  .food-current-line {
    grid-template-columns: 115px minmax(0, 1fr);
  }

  .food-current-line > p,
  .food-current-line .text-link {
    justify-self: start;
    grid-column: 2;
  }

  .future-family-grid {
    grid-template-columns: 1fr;
  }

  .future-family-card {
    display: grid;
    grid-template-columns: minmax(270px, 0.82fr) minmax(0, 1.18fr);
  }

  .future-family-card figure {
    min-height: 350px;
    aspect-ratio: auto;
  }

  .future-family-card:nth-child(even) figure {
    grid-column: 2;
    grid-row: 1;
  }

  .future-family-card:nth-child(even) .future-family-content {
    grid-column: 1;
    grid-row: 1;
  }
}

@media (max-width: 700px) {
  .food-futures-section {
    padding: 92px 0;
  }

  .food-futures-accuracy {
    grid-template-columns: auto 1fr;
  }

  .food-futures-accuracy strong {
    grid-column: 2;
  }

  .food-futures-message {
    grid-column: 2;
  }

  .food-architecture {
    border-radius: 18px 18px 55px 18px;
    padding: 27px 23px;
  }

  .food-architecture ol {
    grid-template-columns: 1fr;
  }

  .food-architecture li {
    min-height: 0;
    border-top: 1px solid rgba(244, 239, 229, 0.18);
    border-left: 0;
    padding: 24px 2px 25px;
  }

  .food-architecture li:not(:last-child)::after {
    top: auto;
    right: 0;
    bottom: -11px;
    content: "↓";
  }

  .food-architecture h4 {
    margin-top: 15px;
  }

  .food-current-line {
    padding: 24px 22px;
    grid-template-columns: 1fr;
  }

  .food-current-line > p,
  .food-current-line .text-link {
    grid-column: 1;
  }

  .future-lines-heading > p {
    border-top: 1px solid var(--gold);
    border-left: 0;
    padding-top: 18px;
    padding-left: 0;
  }

  .future-family-card,
  .future-family-card:nth-child(even) {
    display: flex;
  }

  .future-family-card:nth-child(even) figure,
  .future-family-card:nth-child(even) .future-family-content {
    grid-column: auto;
    grid-row: auto;
  }

  .future-family-card figure {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .food-publication-method {
    border-radius: 18px 18px 50px 18px;
    padding: 28px 23px;
  }

  .food-publication-method ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .food-publication-method li {
    min-height: 145px;
    border-top: 1px solid rgba(244, 239, 229, 0.18);
  }
}

@media (max-width: 430px) {
  .future-family-content {
    padding: 24px 21px 22px;
  }

  .future-family-content h3 {
    font-size: 3.25rem;
  }

  .food-publication-method ol {
    grid-template-columns: 1fr;
  }

  .food-publication-method li {
    min-height: 112px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
