:root {
  color-scheme: dark;
  --bg: #070707;
  --panel: #101010;
  --panel-2: #161616;
  --text: #f5f1eb;
  --muted: #c9c1b7;
  --line: rgba(255, 255, 255, 0.12);
  --accent: #ffffff;
  --soft: #e6ded4;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --radius: 18px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  background: radial-gradient(circle at top, #191919 0, var(--bg) 40%);
  color: var(--text);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
img.is-broken { opacity: 0; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
a, button, summary, .button, .nav-cta, .filter, .portfolio-card, .lightbox-close { cursor: pointer; }
h1, h2, h3, p { overflow-wrap: break-word; }

.container { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.skip-link {
  position: absolute; left: -999px; top: 12px; z-index: 999;
  background: #fff; color: #000; padding: 10px 14px; border-radius: 999px;
}
.skip-link:focus { left: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(7, 7, 7, 0.68);
  border-bottom: 1px solid var(--line);
}
.header-bar, .footer-bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.section-heading, .intro-grid, .contact-grid, .about-grid, .artist-grid, .local-grid {
  display: grid;
  gap: 48px;
}
.section-heading > *, .intro-grid > *, .contact-grid > *, .about-grid > *, .artist-grid > *, .local-grid > *, .feature-grid > * {
  min-width: 0;
}
.header-bar { min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand-mark {
  width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%;
  display: grid; place-items: center; overflow: hidden; background: #050505;
}
.brand-mark img {
  width: 76%;
  height: 76%;
  object-fit: contain;
}
.brand strong { display: block; font-size: 0.95rem; line-height: 1.1; }
.brand small, .eyebrow, .section-label { color: var(--muted); letter-spacing: 0.16em; text-transform: uppercase; font-size: 0.72rem; }
.main-nav { display: flex; align-items: center; gap: 22px; }
.main-nav a { color: var(--muted); white-space: nowrap; }
.nav-cta, .button {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 18px; border-radius: 999px; border: 1px solid var(--line);
}
.nav-cta, .button-dark { background: var(--accent); color: #000; }
.main-nav .nav-cta { color: #000; }
.button-light { background: transparent; color: var(--text); }
.button:hover, .nav-cta:hover, .filter:hover { border-color: rgba(255, 255, 255, 0.38); }
.menu-toggle { display: none; background: transparent; color: var(--text); border: 1px solid var(--line); border-radius: 999px; padding: 12px 14px; }

.hero {
  position: relative; min-height: calc(100vh - 78px); display: grid; align-items: end;
  overflow: hidden; border-bottom: 1px solid var(--line);
}
.hero-media, .full-bleed-story > img, .feature-media > img { width: 100%; height: 100%; object-fit: cover; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { height: 100%; object-fit: cover; filter: contrast(1.05) saturate(0.9); }
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(7,7,7,0.15), rgba(7,7,7,0.68) 66%, rgba(7,7,7,0.92)),
    radial-gradient(circle at 70% 20%, rgba(255,255,255,0.08), transparent 30%);
}
.hero-content { position: relative; padding: 44px 0 86px; max-width: 760px; }
.hero h1, h2, h3 { font-family: var(--serif); font-weight: 600; margin: 0; line-height: 0.95; }
.hero h1 { font-size: 7.2rem; max-width: 10.5ch; }
.hero-copy { max-width: 46ch; font-size: 1.05rem; color: var(--soft); margin: 18px 0 0; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.section { padding: 104px 0; }
.intro-grid, .local-grid { grid-template-columns: 0.85fr 1.15fr; align-items: start; }
.section-heading { grid-template-columns: minmax(0, 1fr) auto; align-items: end; margin-bottom: 36px; }
.intro-grid h2, .section-heading h2, .feature-copy h2, .artist-copy h2, .about-copy h2, .contact-copy h2, .story-copy h2 {
  font-size: 4.35rem;
  max-width: 12ch;
  text-wrap: balance;
}
.intro-grid p, .feature-copy p, .artist-copy p, .artist-panel p, .about-copy p, .contact-copy p, .story-copy p, .local-grid p {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.8;
  max-width: 58ch;
}
.portfolio-section, .services-section, .testimonials-section, .contact-section, .about-section, .featured-block, .local-section, .section-intro, .faq-section { border-top: 1px solid var(--line); }
.filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.filter {
  border: 1px solid var(--line); background: transparent; color: var(--muted); border-radius: 999px; padding: 10px 14px; cursor: pointer;
}
.filter.active { background: var(--text); color: #000; }
.masonry {
  columns: 3 280px; column-gap: 18px;
}
.portfolio-card {
  position: relative; break-inside: avoid; margin: 0 0 18px; overflow: hidden; border-radius: var(--radius);
  background: var(--panel); box-shadow: var(--shadow); cursor: zoom-in;
}
.portfolio-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #161616, #090909);
}
.portfolio-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  color: transparent;
  transition: transform .6s ease, opacity .3s ease;
}
.portfolio-card img.is-broken { opacity: 0; }
.portfolio-card:hover img { transform: scale(1.03); }
.portfolio-card.tall { aspect-ratio: 4 / 5; }
.portfolio-card.wide { aspect-ratio: 16 / 10; }
.portfolio-card:not(.tall):not(.wide) { aspect-ratio: 4 / 5; }

.full-bleed-story, .featured-block { position: relative; padding: 0; }
.full-bleed-story { min-height: 72vh; overflow: hidden; display: grid; align-items: end; }
.full-bleed-story > img { position: absolute; inset: 0; }
.story-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,7,7,0.1), rgba(7,7,7,0.85)); }
.story-copy { position: relative; padding: 96px 0; max-width: 720px; }
.service-grid, .testimonial-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card, .testimonial-card, .process article, .contact-form {
  background: rgba(255,255,255,0.03); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px;
}
.service-card h3, .process h3 { font-size: 1.65rem; margin-bottom: 12px; }
.service-card p, .process p, .testimonial-card p { color: var(--muted); line-height: 1.7; }
.featured-block .feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
}
.feature-media { aspect-ratio: 5 / 6; overflow: hidden; border-radius: var(--radius); }
.feature-media img { border-radius: var(--radius); box-shadow: var(--shadow); }
.reverse .feature-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); }
.local-grid { align-items: center; }
.city-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}
.city-links a {
  display: grid;
  gap: 12px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}
.city-links a:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.055);
}
.city-links span {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.city-links strong {
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
}
.city-links small {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}
.faq-list {
  display: grid;
  gap: 14px;
  max-width: 920px;
}
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  padding: 22px 24px;
}
.faq-list summary {
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1.1;
}
.faq-list p {
  color: var(--muted);
  line-height: 1.75;
  margin: 14px 0 0;
  max-width: 68ch;
}
.artist-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.55fr);
  align-items: end;
  margin-bottom: 76px;
}
.artist-copy h2 { max-width: 13ch; }
.artist-copy p + p { margin-top: 18px; }
.artist-copy .button { margin-top: 18px; }
.artist-panel {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 560px;
  padding: 34px;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  background: #0f0f0f;
  box-shadow: var(--shadow);
}
.artist-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 7, 7, 0.02) 18%, rgba(7, 7, 7, 0.46) 56%, rgba(7, 7, 7, 0.96) 100%),
    linear-gradient(90deg, rgba(7, 7, 7, 0.7), rgba(7, 7, 7, 0.08) 52%);
}
.artist-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.88) contrast(1.04);
}
.artist-panel span,
.artist-panel p {
  position: relative;
  z-index: 1;
}
.artist-panel span {
  color: var(--text);
  font-family: var(--serif);
  font-size: 2.25rem;
  line-height: 1;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.75);
}
.artist-panel p {
  color: rgba(245, 241, 235, 0.92);
  max-width: 34ch;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.82);
}
.about-grid { grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr); align-items: start; }
.about-copy h2 { font-size: 3.65rem; max-width: 12ch; }
.process { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.process span { color: var(--muted); font-size: .8rem; letter-spacing: .18em; }
.testimonial-card.placeholder { opacity: .88; }
.contact-grid { grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr); align-items: start; }
.contact-links { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0; }
.contact-links a { border-bottom: 1px solid var(--line); padding-bottom: 4px; }
.contact-direct p { margin: 0 0 10px; color: var(--muted); }
.contact-form { display: grid; gap: 14px; }
.contact-form label { display: grid; gap: 8px; color: var(--muted); font-size: .95rem; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; padding: 14px 16px; border-radius: 16px; border: 1px solid var(--line); background: #0d0d0d; color: var(--text);
}
.site-footer { border-top: 1px solid var(--line); padding: 24px 0 80px; color: var(--muted); }
.floating-whatsapp {
  position: fixed; right: 18px; bottom: 18px; z-index: 40;
  background: #fff; color: #000; padding: 14px 18px; border-radius: 999px; box-shadow: var(--shadow);
}
.lightbox {
  position: fixed; inset: 0; background: rgba(0,0,0,.92); display: none; place-items: center; padding: 20px; z-index: 80;
}
.lightbox.open { display: grid; }
.lightbox img { max-width: min(100%, 1100px); max-height: 88vh; border-radius: 18px; }
.lightbox-close {
  position: absolute; top: 20px; right: 20px; border: 1px solid var(--line); background: transparent; color: #fff;
  border-radius: 999px; padding: 10px 14px;
}
.reveal { animation: rise .8s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
  .section-heading, .intro-grid, .local-grid, .contact-grid, .artist-grid, .about-grid, .featured-block .feature-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .service-grid, .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .featured-block .feature-grid { display: grid; }
  .reverse .feature-grid { grid-template-columns: 1fr; }
  .hero { min-height: 88vh; }
  .hero h1 { font-size: 5.2rem; }
  .intro-grid h2, .section-heading h2, .feature-copy h2, .artist-copy h2, .about-copy h2, .contact-copy h2, .story-copy h2 {
    font-size: 3.4rem;
    max-width: 14ch;
  }
  .filters { justify-content: flex-start; }
}

@media (max-width: 760px) {
  .header-bar { position: relative; }
  .menu-toggle { display: inline-flex; }
  .main-nav {
    position: absolute; top: 78px; left: 16px; right: 16px; flex-direction: column; align-items: stretch;
    background: rgba(7,7,7,.96); border: 1px solid var(--line); border-radius: 20px; padding: 16px;
    display: none;
  }
  .main-nav.open { display: flex; }
  .container { width: min(100% - 28px, 1200px); }
  .section { padding: 72px 0; }
  .hero-content { padding-top: 40px; padding-bottom: 64px; }
  .hero h1 { font-size: 3.75rem; max-width: 9ch; }
  .intro-grid h2, .section-heading h2, .feature-copy h2, .artist-copy h2, .about-copy h2, .contact-copy h2, .story-copy h2 {
    font-size: 2.8rem;
    max-width: 100%;
    line-height: 1;
  }
  .artist-grid { margin-bottom: 48px; }
  .artist-panel { min-height: 520px; }
  .section-heading { gap: 22px; }
  .service-grid, .testimonial-grid, .process { grid-template-columns: 1fr; }
  .city-links { grid-template-columns: 1fr; }
  .filters { overflow-x: auto; flex-wrap: nowrap; justify-content: flex-start; padding-bottom: 4px; }
  .filter { flex: 0 0 auto; }
  .floating-whatsapp { bottom: 78px; }
  .brand small { font-size: 0.62rem; letter-spacing: 0.12em; }
  .brand-mark { width: 40px; height: 40px; }
}

@media (max-width: 420px) {
  .brand strong { font-size: 0.86rem; }
  .brand small { display: none; }
  .hero h1 { font-size: 3.25rem; }
  .hero-actions .button { width: 100%; }
}
