@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Montserrat:wght@400;500;600;700&display=swap");

/* Concept A: an elegant arts-journal / conservatory aesthetic. */
.concept--editorial {
  --ink: #181715;
  --ink-soft: #5d5951;
  --paper: #f5f1e8;
  --cream: #ebe5d8;
  --cream-deep: #ded5c4;
  --wine: #8a1f2d;
  --wine-dark: #57121d;
  --wine-light: #a94651;
  --gold: #9a793d;
  --gold-light: #d7c49e;
  --line: rgba(24, 23, 21, 0.22);
  --radius: 0;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", "Segoe UI", sans-serif;
  color: var(--ink);
  background-color: var(--paper);
  background-image: repeating-linear-gradient(0deg, rgba(20, 18, 14, 0.018) 0, rgba(20, 18, 14, 0.018) 1px, transparent 1px, transparent 5px);
}

.concept--editorial .container {
  width: min(1280px, calc(100% - 5rem));
}

.concept--editorial .topbar {
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  background: var(--paper);
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.concept--editorial .topbar a {
  color: var(--ink);
}

.concept--editorial .site-header {
  border-bottom: 1px solid var(--ink);
  background: rgba(245, 241, 232, 0.96);
  box-shadow: none;
}

.concept--editorial .header__inner {
  min-height: 6.8rem;
}

.concept--editorial .brand img {
  width: clamp(210px, 21vw, 300px);
  filter: saturate(0.7) contrast(1.25);
}

.concept--editorial .site-nav {
  gap: 1.9rem;
}

.concept--editorial .site-nav a:not(.button) {
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.concept--editorial .button {
  min-height: 3.35rem;
  padding-inline: 1.45rem;
  border-radius: 0;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: none;
}

.concept--editorial .button:hover {
  box-shadow: none;
  transform: translate(3px, -3px);
}

.concept--editorial h1,
.concept--editorial h2,
.concept--editorial h3 {
  font-weight: 500;
}

.concept--editorial h1 {
  max-width: 760px;
  margin-bottom: 1.6rem;
  font-size: clamp(4.6rem, 8.6vw, 9rem);
  letter-spacing: -0.06em;
  line-height: 0.82;
}

.concept--editorial h2 {
  font-size: clamp(3.6rem, 6vw, 6.7rem);
  line-height: 0.92;
}

.concept--editorial .eyebrow {
  gap: 1rem;
  color: var(--wine);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.concept--editorial .eyebrow::before {
  width: 4rem;
  background: currentColor;
}

.concept--editorial .hero {
  min-height: 760px;
  padding: clamp(5rem, 9vw, 9rem) 0;
  background: transparent;
}

.concept--editorial .hero::before {
  top: auto;
  right: auto;
  bottom: -0.12em;
  left: -0.045em;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  color: rgba(138, 31, 45, 0.055);
  content: "VBC";
  font-family: var(--serif);
  font-size: clamp(16rem, 35vw, 38rem);
  line-height: 0.7;
}

.concept--editorial .hero__grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(380px, 0.8fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: end;
}

.concept--editorial .hero__copy {
  padding-bottom: 3.8rem;
}

.concept--editorial .hero__copy .lede {
  max-width: 590px;
  padding-left: 6rem;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.concept--editorial .hero__copy .button-row,
.concept--editorial .hero__note {
  margin-left: 6rem;
}

.concept--editorial .hero__visual::before {
  inset: -1.1rem 1.1rem 1.1rem -1.1rem;
  width: auto;
  height: auto;
  border: 1px solid var(--ink);
  border-radius: 0;
}

.concept--editorial .hero__visual img {
  aspect-ratio: 0.74;
  border-radius: 0;
  object-position: 59% center;
  box-shadow: none;
  filter: saturate(0.78) contrast(1.05);
}

.concept--editorial .hero__card {
  right: -2rem;
  bottom: -2rem;
  width: 265px;
  padding: 1.25rem;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--paper);
  box-shadow: none;
}

.concept--editorial .hero__card strong {
  font-size: 1.5rem;
}

.concept--editorial .trust-strip {
  margin: 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.concept--editorial .trust-strip__inner {
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  box-shadow: none;
}

.concept--editorial .stat {
  padding: 2.5rem 1.5rem;
}

.concept--editorial .stat + .stat {
  border-color: var(--ink);
}

.concept--editorial .stat strong {
  color: var(--wine);
  font-size: clamp(3rem, 5vw, 5rem);
}

.concept--editorial .stat span {
  color: var(--ink-soft);
}

.concept--editorial .section {
  padding-block: clamp(6rem, 11vw, 11rem);
}

.concept--editorial .split {
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
}

.concept--editorial .portrait-frame {
  margin-left: 2rem;
}

.concept--editorial .portrait-frame::before {
  inset: 2rem auto auto -2rem;
  width: 100%;
  height: 100%;
  border-color: var(--ink);
  border-radius: 0;
}

.concept--editorial .portrait-frame img {
  border-radius: 0;
  box-shadow: none;
  filter: saturate(0.7) contrast(1.06);
}

.concept--editorial .signature-quote {
  border-top-color: var(--ink);
  border-left: 0;
  color: var(--wine-dark);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.concept--editorial .section--cream {
  border-top: 1px solid var(--ink);
  background: var(--cream);
}

.concept--editorial .service-feature {
  grid-template-columns: 0.86fr 1.14fr;
  margin-top: 4rem;
  border-color: var(--ink);
  border-radius: 0;
  background: var(--paper);
  box-shadow: none;
}

.concept--editorial .service-feature img {
  min-height: 580px;
  order: -1;
  filter: saturate(0.66) contrast(1.05);
}

.concept--editorial .services-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 4rem;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.concept--editorial .service-card {
  min-height: 230px;
  padding: 2rem 2.3rem;
  border: 0;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
}

.concept--editorial .service-card:hover {
  color: var(--paper);
  background: var(--wine-dark);
  box-shadow: none;
  transform: none;
}

.concept--editorial .service-card:hover p {
  color: rgba(255,255,255,0.72);
}

.concept--editorial .service-card__number {
  width: auto;
  height: auto;
  margin: 0 0 1.6rem;
  border: 0;
  border-radius: 0;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
}

.concept--editorial .event-gallery {
  gap: 0;
  margin-top: 4rem;
}

.concept--editorial .event-gallery figure,
.concept--editorial .event-gallery img,
.concept--editorial .event-gallery figcaption {
  border-radius: 0;
}

.concept--editorial .section--dark {
  color: rgba(255,255,255,0.76);
  background: #171715;
}

.concept--editorial .reviews-layout {
  grid-template-columns: 0.55fr 1.45fr;
}

.concept--editorial .rating-card,
.concept--editorial .player {
  border-radius: 0;
  box-shadow: none;
}

.concept--editorial .rating-card__score {
  font-size: clamp(6rem, 12vw, 11rem);
}

.concept--editorial .review-quote {
  font-size: clamp(3rem, 5vw, 5rem);
}

.concept--editorial .music-intro__photo,
.concept--editorial .music-intro__photo img,
.concept--editorial .now-playing,
.concept--editorial .track-search input,
.concept--editorial .icon-button {
  border-radius: 0;
}

.concept--editorial .faq-preview {
  grid-template-columns: 0.78fr 1.22fr;
}

.concept--editorial .accordion {
  border-top-color: var(--ink);
}

.concept--editorial .accordion details {
  border-bottom-color: var(--ink);
}

.concept--editorial .accordion summary {
  font-size: clamp(1.45rem, 2.3vw, 2rem);
}

.concept--editorial .contact-card,
.concept--editorial .contact-method,
.concept--editorial .field input,
.concept--editorial .field select,
.concept--editorial .field textarea,
.concept--editorial .form-status,
.concept--editorial .cta-band,
.concept--editorial .footer__logo,
.concept--editorial .back-to-top {
  border-radius: 0;
}

.concept--editorial .contact-card,
.concept--editorial .cta-band {
  border: 1px solid var(--ink);
  box-shadow: none;
}

.concept--editorial .cta-band {
  background: var(--wine-dark);
}

.concept--editorial .footer {
  border-top: 1px solid #3b3934;
  background: #0f0f0e;
}

@media (max-width: 1000px) {
  .concept--editorial .container {
    width: min(100% - 3rem, 900px);
  }

  .concept--editorial .hero__grid {
    grid-template-columns: 1fr 0.78fr;
    gap: 3rem;
  }

  .concept--editorial .hero__copy .lede,
  .concept--editorial .hero__copy .button-row,
  .concept--editorial .hero__note {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 780px) {
  .concept--editorial .container {
    width: min(100% - 2rem, 620px);
  }

  .concept--editorial .site-nav {
    background: var(--paper);
  }

  .concept--editorial .hero {
    min-height: 0;
    padding-top: 4.5rem;
  }

  .concept--editorial .hero__grid,
  .concept--editorial .split,
  .concept--editorial .service-feature,
  .concept--editorial .reviews-layout,
  .concept--editorial .music-layout,
  .concept--editorial .faq-preview,
  .concept--editorial .contact-layout {
    grid-template-columns: 1fr;
  }

  .concept--editorial h1 {
    font-size: clamp(4rem, 20vw, 6.4rem);
  }

  .concept--editorial .hero__copy {
    padding-bottom: 1.5rem;
  }

  .concept--editorial .hero__visual {
    width: 86%;
    margin-left: auto;
  }

  .concept--editorial .portrait-frame {
    margin-inline: auto;
  }

  .concept--editorial .service-feature img {
    min-height: 360px;
  }
}

@media (max-width: 560px) {
  .concept--editorial .topbar__inner {
    justify-content: center;
  }

  .concept--editorial .topbar p {
    display: none;
  }

  .concept--editorial .services-grid,
  .concept--editorial .event-gallery {
    grid-template-columns: 1fr;
  }

  .concept--editorial .service-card {
    min-height: 0;
  }
}
