:root {
  --black: #090909;
  --ink: #14110f;
  --bone: #f3ead8;
  --muted: #b8aa93;
  --gold: #bd8f45;
  --red: #8f1f1a;
  --smoke: #201b18;
  --line: rgba(243, 234, 216, 0.16);
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--bone);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(16px, 4vw, 56px);
  background: rgba(9, 9, 9, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  font-family: Cinzel, Georgia, serif;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: var(--gold);
}

nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2.8vw, 38px);
  color: rgba(243, 234, 216, 0.72);
  font-size: 0.92rem;
  font-weight: 700;
}

.lang-switch {
  display: flex;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.lang {
  width: 38px;
  height: 31px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(243, 234, 216, 0.72);
  font-weight: 900;
  cursor: pointer;
}

.lang.active {
  background: var(--gold);
  color: var(--black);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(340px, 1.07fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  min-height: calc(100vh - 69px);
  padding: clamp(48px, 7vw, 96px) clamp(16px, 5vw, 72px) 54px;
  background:
    radial-gradient(circle at 76% 24%, rgba(143, 31, 26, 0.3), transparent 30%),
    linear-gradient(135deg, #090909 0%, #17110f 58%, #2b1411 100%);
}

.hero-copy,
.hero-media,
.artist > *,
.section-head > *,
.contact > * {
  min-width: 0;
}

.kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Cinzel, Georgia, serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 850px;
  font-size: clamp(3.2rem, 7.8vw, 8.5rem);
}

h2 {
  font-size: clamp(2.25rem, 5.2vw, 5.4rem);
}

.lead {
  max-width: 730px;
  margin: 24px 0 0;
  color: rgba(243, 234, 216, 0.74);
  font-size: clamp(1.03rem, 1.42vw, 1.28rem);
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 170ms ease, box-shadow 170ms ease;
}

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

.primary {
  background: var(--gold);
  color: var(--black);
  box-shadow: 0 16px 40px rgba(189, 143, 69, 0.22);
}

.secondary {
  border: 1px solid var(--line);
  color: var(--bone);
  background: rgba(243, 234, 216, 0.07);
}

.proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 660px;
  margin-top: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.proof div {
  padding: 18px;
  background: rgba(243, 234, 216, 0.06);
  min-width: 0;
}

.proof strong {
  display: block;
  color: var(--gold);
  font-size: 1.36rem;
  overflow-wrap: anywhere;
}

.proof span {
  color: rgba(243, 234, 216, 0.64);
  font-size: 0.84rem;
  overflow-wrap: anywhere;
}

.hero-media {
  position: relative;
}

.hero-media img {
  width: 100%;
  height: min(690px, 75vh);
  min-height: 450px;
  object-fit: cover;
  border: 1px solid rgba(243, 234, 216, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.media-card {
  position: absolute;
  left: 22px;
  bottom: 22px;
  width: min(300px, calc(100% - 44px));
  padding: 18px;
  border-radius: 8px;
  background: rgba(9, 9, 9, 0.82);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.media-card span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.media-card strong {
  display: block;
  margin-top: 6px;
}

.section {
  padding: clamp(72px, 9vw, 122px) clamp(16px, 5vw, 72px);
}

.artist {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
  gap: clamp(30px, 6vw, 92px);
  align-items: end;
  background: var(--bone);
  color: var(--black);
}

.artist .kicker,
.process .kicker,
.contact .kicker {
  color: var(--red);
}

.artist p:last-child {
  margin: 0;
  color: #5c5144;
  font-size: 1.08rem;
  line-height: 1.78;
}

.styles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.style-card {
  min-height: 560px;
  padding: clamp(28px, 5vw, 52px);
  background: var(--smoke);
}

.style-card:nth-child(2) {
  background: #120f0d;
}

.style-card:nth-child(3) {
  background: #24120f;
}

.style-card span,
.process-grid span {
  color: var(--gold);
  font-weight: 900;
}

.style-card h2 {
  margin-top: 190px;
  font-size: clamp(2rem, 4vw, 4.2rem);
}

.style-card p {
  color: rgba(243, 234, 216, 0.72);
  line-height: 1.72;
}

.process {
  background: var(--bone);
  color: var(--black);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 1fr);
  gap: 42px;
  align-items: end;
}

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

.process-grid div {
  min-height: 255px;
  padding: 28px;
  border: 1px solid rgba(9, 9, 9, 0.14);
  border-radius: 8px;
  background: #fff8ea;
}

.process-grid strong {
  display: block;
  margin-top: 70px;
  font-size: 1.18rem;
}

.process-grid p {
  color: #5c5144;
  line-height: 1.65;
}

.art {
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: clamp(72px, 9vw, 126px) clamp(16px, 5vw, 72px);
  background:
    linear-gradient(rgba(9, 9, 9, 0.76), rgba(9, 9, 9, 0.86)),
    url("assets/inkconnection-hero.png") center / cover;
}

.art-copy {
  max-width: 820px;
}

.art-copy p:not(.kicker) {
  color: rgba(243, 234, 216, 0.76);
  font-size: 1.08rem;
  line-height: 1.78;
}

.reviews {
  background: #120f0d;
}

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

blockquote {
  margin: 0;
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(243, 234, 216, 0.06);
  color: rgba(243, 234, 216, 0.9);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 1.9rem);
  font-weight: 800;
  line-height: 1.18;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  padding: clamp(72px, 9vw, 122px) clamp(16px, 5vw, 72px);
  background: var(--bone);
  color: var(--black);
}

.contact-main,
.hours {
  border: 1px solid rgba(9, 9, 9, 0.14);
  border-radius: 8px;
  background: #fff8ea;
}

.contact-main {
  padding: clamp(30px, 5vw, 58px);
}

.contact-main p:not(.kicker) {
  max-width: 760px;
  color: #5c5144;
  line-height: 1.75;
}

.contact .secondary {
  color: var(--black);
  border-color: rgba(9, 9, 9, 0.15);
  background: #fff;
}

.hours {
  padding: 30px;
}

.hours h3 {
  margin: 0 0 20px;
}

.hours p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid rgba(9, 9, 9, 0.12);
  color: #5c5144;
}

.hours strong {
  color: var(--black);
}

.hours a {
  display: inline-flex;
  margin-top: 24px;
  color: var(--red);
  font-weight: 900;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 24px clamp(16px, 5vw, 72px);
  background: var(--black);
  color: rgba(243, 234, 216, 0.66);
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  nav {
    display: none;
  }

  .hero,
  .artist,
  .section-head,
  .contact {
    grid-template-columns: 1fr;
  }

  .styles,
  .process-grid,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 10px 13px;
  }

  .brand {
    font-size: 0.98rem;
  }

  h1 {
    font-size: clamp(2.85rem, 13vw, 4.6rem);
  }

  .hero {
    min-height: auto;
    padding-top: 36px;
  }

  .proof,
  .styles,
  .process-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .kicker {
    max-width: 100%;
    overflow-wrap: anywhere;
    line-height: 1.35;
  }

  .btn {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .hero-media img {
    min-height: 360px;
    height: 430px;
  }

  .style-card,
  .process-grid div,
  blockquote {
    min-height: auto;
  }

  .style-card h2,
  .process-grid strong {
    margin-top: 46px;
  }

  .hours p {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}
