*, *::before, *::after { box-sizing: border-box; }

:root {
  --bg: #f4f0ea;
  --paper: #fbf8f2;
  --ink: #12202f;
  --muted: #5f6975;
  --line: rgba(18, 32, 47, 0.12);
  --gold: #9a7d56;
  --dark: #0f1a27;
  --dark-soft: #162435;
  --white: #ffffff;
  --max: 1200px;
  --shadow: 0 20px 60px rgba(15, 26, 39, 0.10);
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", sans-serif;
  line-height: 1.7;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(251, 248, 242, 0.82);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  height: 38px;
  width: auto;
}

.brand-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: var(--ink);
  letter-spacing: 0.01em;
}

.nowrap {
  white-space: nowrap;
}
.brand-kicker,
.section-label,
.card-kicker,
.contact-meta,
.footer-sub,
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
}

.section-label,
.contact-meta,
.footer-sub { color: var(--gold); }

.eyebrow {
  color: rgba(255,255,255,0.82);
  max-width: 100ch;
}

h1, h2, h3, .footer-brand {
  font-family: "Cormorant Garamond", serif;
}

.footer-brand {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.site-nav a {
  font-size: 14px;
  color: var(--muted);
}

.site-nav a:hover,
.site-nav a.nav-cta { color: var(--ink); }

.nav-cta {
  padding: 11px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,0.55);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 999px;
  padding: 0;
  place-items: center;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  background: var(--ink);
  margin: 4px auto;
}
.hero-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  line-height: 1.2;
}

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(15, 26, 39, 0.72) 0%, rgba(15, 26, 39, 0.42) 42%, rgba(15, 26, 39, 0.20) 100%),
    url("assets/hero.png") center center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 62% 34%, rgba(255, 225, 180, 0.16), transparent 15%),
    linear-gradient(to top, rgba(15, 26, 39, 0.36), rgba(15, 26, 39, 0.06));
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: 1.05fr 0.85fr;
  gap: 36px;
  align-items: end;
  padding: 96px 0 64px;
}

.hero-copy { max-width: 1000px; }
.hero-copy h1, h2, h3 {
  line-height: 0.98;
  letter-spacing: -0.01em;
  margin: 0 0 14px;
}

.hero-copy h1 {
  font-size: clamp(56px, 8vw, 98px);
  max-width: 11ch;
  margin-top: 14px;
  margin-bottom: 20px;
}

.lead {
  font-size: 18px;
  max-width: 640px;
  color: rgba(255,255,255,0.88);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.28);
  transition: transform .25s ease, background .25s ease;
  font-size: 14px;
}

.btn:hover { transform: translateY(-1px); }
.btn-light { background: var(--white); color: var(--dark); }
.btn-outline { color: var(--white); background: rgba(255,255,255,0.06); }

.hero-card,
.panel,
.card-panel,
.feature-panel,
.contact-card,
.list-panel,
.value-grid article {
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 34px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(10px);
  align-self: end;
}

.hero-card h2 { font-size: clamp(30px, 3vw, 42px); margin-top: 12px; }
.hero-card p:last-child { margin-bottom: 0; color: rgba(255,255,255,0.86); }

.section { padding: 96px 0; }
.section-soft { background: linear-gradient(to bottom, rgba(255,255,255,0.52), rgba(255,255,255,0.18)); }
.section-dark { background: var(--dark); color: var(--white); }

.section-heading {
  max-width: 860px;
  margin: 0 auto 36px;
}

.section-heading.centered { text-align: center; }

h2 { font-size: clamp(40px, 5vw, 64px); }
h3 { font-size: 32px; }

.rich-text p,
.panel p,
.card-panel p,
.feature-copy p,
.contact-card p,
.value-grid p,
.light-text p,
.list-item p,
.site-footer p { margin-top: 0; color: var(--muted); }

.section-dark p,
.section-dark .list-item p,
.section-dark .light-text p,
.section-dark .value-grid p { color: rgba(255,255,255,0.78); }

.intro-grid,
.split-grid,
.approach-grid,
.contact-grid { display: grid; gap: 30px; align-items: start; }
.intro-grid { grid-template-columns: 0.9fr 1.1fr; }
.split-grid,
.contact-grid,
.approach-grid { grid-template-columns: 1fr 1fr; }

.panel,
.card-panel,
.contact-card,
.list-panel,
.value-grid article {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 32px;
}

.section-dark .list-panel,
.section-dark .value-grid article {
  background: var(--dark-soft);
  border-color: rgba(255,255,255,0.10);
}

.image-panel {
  min-height: 560px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.tall-art {
  background-image: linear-gradient(rgba(18,32,47,0.10), rgba(18,32,47,0.10)), url("assets/exhibtion.jpg");
}

.salon-art {
  background-image: linear-gradient(rgba(18,32,47,0.12), rgba(18,32,47,0.12)), url("assets/mondejar_gallery_exhibition.jpg");
}

.cards { display: grid; gap: 24px; }
.three-up { grid-template-columns: repeat(3, 1fr); }
.two-up { grid-template-columns: repeat(2, 1fr); }

.feature-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease;
}

.feature-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(15, 26, 39, 0.14);
}

.card-link-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.feature-image {
  min-height: 310px;
  background-size: cover;
  background-position: center;
}

.feature-copy { padding: 28px; }
.feature-copy h3,
.card-panel h3,
.contact-card h3,
.value-grid h3 { margin: 0 0 12px; }

.card-link {
  color: var(--gold);
  font-weight: 500;
}

.list-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.list-item:last-child { border-bottom: 0; padding-bottom: 0; }
.list-item span {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  line-height: 1;
  color: var(--gold);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.contact-card h3 {
  font-size: clamp(30px, 3vw, 42px);
  word-break: break-word;
}

.site-footer {
  padding: 42px 0 50px;
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,0.50);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}

.footer-note {
  max-width: 420px;
  text-align: right;
}

@media (max-width: 1100px) {
  .hero-grid,
  .intro-grid,
  .split-grid,
  .approach-grid,
  .contact-grid,
  .three-up,
  .value-grid,
  .two-up {
    grid-template-columns: 1fr 1fr;
  }

  .value-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-grid { align-items: center; }
}

@media (max-width: 820px) {
  .menu-toggle { display: grid; }

  .site-nav {
    position: fixed;
    inset: 82px 20px auto 20px;
    background: rgba(251, 248, 242, 0.98);
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow);
    padding: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    transform: scale(0.98);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease;
  }

  .site-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }

  .hero-grid,
  .intro-grid,
  .split-grid,
  .approach-grid,
  .contact-grid,
  .three-up,
  .two-up,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .section { padding: 78px 0; }
  .hero-grid { padding: 82px 0 48px; }
  .brand-logo { height: 30px; }
  .brand-text { font-size: 23px; }
  .hero-copy h1 { max-width: 12ch; }
  .feature-image { min-height: 260px; }
  .image-panel { min-height: 420px; }
  .footer-grid {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-note { text-align: left; }
}
