body {
  background: #0d0d0d;
  color: #f2ede5;
}

body .wp-site-blocks {
  padding-top: 0;
  padding-bottom: 0;
}

html,
body.isv-cinematic {
  overflow-x: hidden;
}

body.isv-cinematic header.wp-block-template-part,
body.isv-cinematic footer.wp-block-template-part,
body.isv-cinematic .wp-block-post-title {
  display: none;
}

body.isv-cinematic main.wp-block-group.has-global-padding,
body.isv-cinematic .entry-content.has-global-padding {
  margin-top: 0 !important;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

body.isv-cinematic .wp-block-post-content-is-layout-constrained > .isv-site {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: none !important;
  width: 100vw !important;
}

.isv-site {
  --isv-bg: #0d0d0d;
  --isv-surface: #121212;
  --isv-surface-soft: #181715;
  --isv-text: #f2ede5;
  --isv-muted: #b8aa96;
  --isv-line: rgba(242, 237, 229, 0.1);
  --isv-accent: #c98a53;
  --isv-accent-soft: #6d7a60;
  background:
    radial-gradient(circle at top left, rgba(109, 122, 96, 0.14), transparent 28%),
    radial-gradient(circle at top right, rgba(201, 138, 83, 0.08), transparent 26%),
    linear-gradient(180deg, #0f0f0f 0%, #111111 42%, #0d0d0d 100%);
  color: var(--isv-text);
  font-family: "Inter", "Segoe UI", sans-serif;
  margin: 0;
  padding: 0 0 96px;
}

.isv-site * {
  box-sizing: border-box;
}

.isv-shell {
  margin: 0 auto;
  width: min(1280px, calc(100% - 64px));
}

.isv-header {
  align-items: center;
  border-bottom: 1px solid var(--isv-line);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto;
  padding: 28px 0 18px;
}

.isv-brand {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.isv-kicker {
  color: var(--isv-muted);
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.isv-brand strong {
  display: block;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 0.95;
}

.isv-brand span:last-child {
  color: var(--isv-accent);
  display: block;
  font-size: 13px;
  margin-top: 10px;
  text-transform: uppercase;
}

.isv-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  justify-content: flex-end;
}

.isv-menu a,
.isv-link,
.isv-social a,
.isv-chip-link {
  color: var(--isv-text);
  text-decoration: none;
}

.isv-menu a {
  border-bottom: 1px solid transparent;
  font-size: 17px;
  line-height: 1;
  padding-bottom: 8px;
}

.isv-menu a:hover,
.isv-link:hover,
.isv-social a:hover,
.isv-chip-link:hover {
  border-bottom-color: var(--isv-accent);
  color: var(--isv-accent);
}

.isv-hero {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  min-height: min(920px, calc(100vh - 70px));
  padding: 34px 0 80px;
}

.isv-overline {
  color: var(--isv-accent);
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.isv-title {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(84px, 10vw, 150px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.88;
  margin: 0;
  max-width: 7ch;
}

.isv-lead {
  color: #f4f0e8;
  font-size: clamp(24px, 2.2vw, 38px);
  line-height: 1.28;
  margin: 24px 0 0;
  max-width: 700px;
}

.isv-sublead {
  color: var(--isv-muted);
  font-size: 18px;
  line-height: 1.7;
  margin: 20px 0 0;
  max-width: 680px;
}

.isv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 28px;
}

.isv-button {
  align-items: center;
  border: 1px solid var(--isv-line);
  display: inline-flex;
  font-size: 15px;
  justify-content: center;
  min-height: 54px;
  min-width: 170px;
  padding: 12px 20px;
  text-decoration: none;
}

.isv-button.primary {
  background: var(--isv-accent);
  border-color: var(--isv-accent);
  color: #111111;
}

.isv-button.secondary {
  background: transparent;
  color: var(--isv-text);
}

.isv-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.isv-chip {
  border: 1px solid var(--isv-line);
  color: var(--isv-text);
  display: inline-flex;
  font-size: 15px;
  min-height: 42px;
  padding: 10px 14px;
}

.isv-facts {
  border-top: 1px solid var(--isv-line);
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  padding-top: 22px;
}

.isv-facts strong {
  color: var(--isv-muted);
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.isv-facts span,
.isv-text p,
.isv-band-intro,
.isv-feature p,
.isv-video-note,
.isv-cv-card p,
.isv-contact-text p {
  color: var(--isv-muted);
  font-size: 18px;
  line-height: 1.72;
}

.isv-portrait {
  background:
    linear-gradient(180deg, rgba(13, 13, 13, 0.06), rgba(13, 13, 13, 0.48)),
    var(--portrait) center center / cover no-repeat;
  border: 1px solid var(--isv-line);
  min-height: 780px;
  position: relative;
}

.isv-portrait::after {
  background: linear-gradient(180deg, transparent 22%, rgba(13, 13, 13, 0.82) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.isv-portrait-note {
  bottom: 28px;
  left: 28px;
  max-width: 320px;
  position: absolute;
  z-index: 1;
}

.isv-portrait-note strong {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}

.isv-portrait-note span {
  color: var(--isv-muted);
  font-size: 17px;
  line-height: 1.65;
}

.isv-band {
  padding-top: 96px;
}

.isv-band-head {
  align-items: end;
  border-top: 1px solid var(--isv-line);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  padding-top: 26px;
}

.isv-band-head h2,
.isv-band h1,
.isv-band h2 {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(40px, 4.6vw, 72px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.isv-band-intro {
  margin: 0;
  max-width: 680px;
}

.isv-bio {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(340px, 0.88fr) minmax(0, 1.12fr);
  padding-top: 34px;
}

.isv-image {
  border: 1px solid var(--isv-line);
  display: block;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
  width: 100%;
}

.isv-text p {
  margin: 0 0 18px;
}

.isv-feature-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 34px;
}

.isv-feature {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  border: 1px solid var(--isv-line);
  min-height: 260px;
  padding: 24px;
}

.isv-feature h3,
.isv-video-card h3,
.isv-cv-card h3,
.isv-contact-text h3 {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
  margin: 0 0 16px;
}

.isv-feature p {
  margin: 0 0 18px;
}

.isv-link {
  border-bottom: 1px solid var(--isv-line);
  display: inline-block;
  font-size: 15px;
  padding-bottom: 6px;
}

.isv-video-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 34px;
}

.isv-video-card {
  border: 1px solid var(--isv-line);
  padding: 18px;
}

.isv-video-card video {
  aspect-ratio: 16 / 9;
  background: #000;
  display: block;
  width: 100%;
}

.isv-video-note {
  margin-top: 14px;
}

.isv-double {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 34px;
}

.isv-panel {
  border: 1px solid var(--isv-line);
  min-height: 360px;
  padding: 24px;
  position: relative;
}

.isv-panel--photo {
  background:
    linear-gradient(180deg, rgba(13, 13, 13, 0.04), rgba(13, 13, 13, 0.42)),
    var(--panel-photo) center center / cover no-repeat;
}

.isv-panel--photo .isv-panel-copy {
  bottom: 24px;
  left: 24px;
  max-width: 420px;
  position: absolute;
}

.isv-panel--plain {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.isv-panel h3 {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
  margin: 0 0 16px;
}

.isv-panel p {
  color: var(--isv-muted);
  font-size: 18px;
  line-height: 1.72;
  margin: 0 0 16px;
}

.isv-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.isv-list li {
  border-top: 1px solid var(--isv-line);
  color: var(--isv-muted);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 12px 0;
}

.isv-list strong {
  color: var(--isv-text);
  font-size: 15px;
}

.isv-gallery {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding-top: 34px;
}

.isv-cover {
  background:
    linear-gradient(180deg, rgba(13, 13, 13, 0.04), rgba(13, 13, 13, 0.18)),
    var(--photo) center center / cover no-repeat;
  border: 1px solid var(--isv-line);
  display: block;
  min-height: 260px;
  width: 100%;
}

.isv-gallery .isv-cover:nth-child(1),
.isv-gallery .isv-cover:nth-child(6),
.isv-gallery .isv-cover:nth-child(7) {
  grid-column: span 5;
}

.isv-gallery .isv-cover:nth-child(2),
.isv-gallery .isv-cover:nth-child(5),
.isv-gallery .isv-cover:nth-child(8),
.isv-gallery .isv-cover:nth-child(11) {
  grid-column: span 3;
}

.isv-gallery .isv-cover:nth-child(3),
.isv-gallery .isv-cover:nth-child(4),
.isv-gallery .isv-cover:nth-child(9),
.isv-gallery .isv-cover:nth-child(10),
.isv-gallery .isv-cover:nth-child(12) {
  grid-column: span 4;
}

.isv-cv-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 34px;
}

.isv-cv-card {
  border: 1px solid var(--isv-line);
  display: grid;
  gap: 24px;
  grid-template-columns: 220px minmax(0, 1fr);
  padding: 20px;
}

.isv-cv-card img {
  border: 1px solid var(--isv-line);
  display: block;
  height: auto;
  width: 100%;
}

.isv-cv-card p {
  margin: 0 0 18px;
}

.isv-stack {
  display: grid;
  gap: 18px;
}

.isv-contact {
  align-items: start;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  padding-top: 34px;
}

.isv-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.isv-chip-link {
  border: 1px solid var(--isv-line);
  display: inline-flex;
  font-size: 15px;
  min-height: 42px;
  padding: 10px 14px;
}

.isv-footer-note {
  border-top: 1px solid var(--isv-line);
  color: var(--isv-muted);
  font-size: 15px;
  line-height: 1.75;
  margin-top: 34px;
  padding-top: 18px;
}

.isv-simple .isv-hero {
  grid-template-columns: minmax(0, 1fr);
  min-height: auto;
  padding-bottom: 44px;
}

.isv-simple .isv-title {
  font-size: clamp(56px, 7vw, 112px);
  max-width: 10ch;
}

.isv-simple .isv-lead {
  max-width: 860px;
}

@media (max-width: 1100px) {
  .isv-hero,
  .isv-band-head,
  .isv-bio,
  .isv-double,
  .isv-contact {
    grid-template-columns: 1fr;
  }

  .isv-feature-grid,
  .isv-video-grid,
  .isv-cv-grid {
    grid-template-columns: 1fr;
  }

  .isv-hero {
    min-height: auto;
  }

  .isv-portrait {
    min-height: 680px;
  }
}

@media (max-width: 760px) {
  .isv-shell {
    width: min(100% - 28px, 1280px);
  }

  .isv-header,
  .isv-brand {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .isv-brand strong {
    font-size: 28px;
  }

  .isv-menu {
    display: grid;
    gap: 10px 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: flex-start;
    width: 100%;
  }

  .isv-menu a {
    border-bottom-color: var(--isv-line);
    font-size: 15px;
    min-height: 34px;
  }

  .isv-title {
    font-size: clamp(58px, 14vw, 88px);
    max-width: 5ch;
  }

  .isv-lead {
    font-size: 19px;
    line-height: 1.4;
  }

  .isv-sublead,
  .isv-facts span,
  .isv-text p,
  .isv-band-intro,
  .isv-feature p,
  .isv-video-note,
  .isv-cv-card p,
  .isv-contact-text p,
  .isv-panel p {
    font-size: 15px;
    line-height: 1.68;
  }

  .isv-actions,
  .isv-chip-row,
  .isv-social {
    flex-direction: column;
  }

  .isv-button,
  .isv-chip,
  .isv-chip-link {
    width: 100%;
  }

  .isv-facts {
    grid-template-columns: 1fr;
  }

  .isv-portrait {
    min-height: 460px;
  }

  .isv-band {
    padding-top: 72px;
  }

  .isv-band-head {
    gap: 14px;
  }

  .isv-feature h3,
  .isv-video-card h3,
  .isv-cv-card h3,
  .isv-contact-text h3,
  .isv-panel h3 {
    font-size: 26px;
  }

  .isv-image {
    min-height: 420px;
  }

  .isv-gallery .isv-cover,
  .isv-gallery .isv-cover:nth-child(1),
  .isv-gallery .isv-cover:nth-child(2),
  .isv-gallery .isv-cover:nth-child(3),
  .isv-gallery .isv-cover:nth-child(4),
  .isv-gallery .isv-cover:nth-child(5),
  .isv-gallery .isv-cover:nth-child(6),
  .isv-gallery .isv-cover:nth-child(7),
  .isv-gallery .isv-cover:nth-child(8),
  .isv-gallery .isv-cover:nth-child(9),
  .isv-gallery .isv-cover:nth-child(10),
  .isv-gallery .isv-cover:nth-child(11),
  .isv-gallery .isv-cover:nth-child(12) {
    grid-column: span 12;
    min-height: 280px;
  }

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