:root {
  --paper: #fbfaf6;
  --warm: #f0e7d9;
  --ink: #262b2c;
  --muted: #626b67;
  --line: #ddd4c7;
  --clay: #bd735b;
  --sage: #758b72;
  --blue: #405763;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(38, 43, 44, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 86px;
  padding: 12px clamp(20px, 5vw, 70px);
  background: rgba(251, 250, 246, 0.92);
  border-bottom: 1px solid rgba(38, 43, 44, 0.1);
  backdrop-filter: blur(14px);
}

.brand {
  width: min(470px, 45vw);
}

.brand img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav a {
  white-space: nowrap;
}

.nav-cta {
  padding: 10px 16px;
  color: var(--ink);
  border: 1px solid var(--ink);
}

.hero {
  position: relative;
  min-height: calc(100vh - 86px);
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: clamp(72px, 10vw, 120px) clamp(22px, 7vw, 88px);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/hero-taller-creativo.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(251, 250, 246, 0.94) 0%, rgba(251, 250, 246, 0.78) 33%, rgba(251, 250, 246, 0.16) 70%),
    linear-gradient(0deg, rgba(38, 43, 44, 0.12), rgba(38, 43, 44, 0.02));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.eyebrow,
.section-kicker,
.panel-label,
.date {
  margin: 0 0 12px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(2.6rem, 7vw, 5.7rem);
  line-height: 0.95;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1.02;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.lead {
  max-width: 620px;
  color: #39403e;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

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

.button,
.text-link,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid var(--ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.button.primary,
button {
  background: var(--ink);
  color: var(--white);
}

.button.secondary {
  background: rgba(251, 250, 246, 0.62);
  color: var(--ink);
}

.section {
  padding: clamp(70px, 9vw, 118px) clamp(22px, 7vw, 88px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(280px, 1fr);
  gap: clamp(28px, 8vw, 110px);
  border-bottom: 1px solid var(--line);
}

.intro p:last-child,
.section-heading p,
.feature-copy p,
.gallery-grid p,
.agenda p {
  color: var(--muted);
  font-size: 1.02rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(270px, 0.75fr) minmax(310px, 1.25fr);
  gap: clamp(34px, 7vw, 90px);
}

.section-heading {
  max-width: 560px;
}

.section-heading.compact {
  max-width: 760px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.service-card,
.gallery-grid article,
.agenda-list article,
.feature-panel {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(38, 43, 44, 0.05);
}

.service-card {
  min-height: 220px;
  padding: 26px;
}

.service-card span {
  display: block;
  margin-bottom: 38px;
  color: var(--clay);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.service-card p {
  color: var(--muted);
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(270px, 1fr) minmax(280px, 470px);
  gap: clamp(28px, 6vw, 80px);
  padding: clamp(70px, 9vw, 118px) clamp(22px, 7vw, 88px);
  background: var(--ink);
  color: var(--paper);
}

.feature-copy p {
  max-width: 640px;
  color: rgba(251, 250, 246, 0.74);
}

.text-link {
  margin-top: 16px;
  color: var(--paper);
  border-color: rgba(251, 250, 246, 0.62);
}

.feature-panel {
  align-self: center;
  padding: 32px;
  background: rgba(251, 250, 246, 0.08);
  border-color: rgba(251, 250, 246, 0.2);
}

.feature-panel ol {
  display: grid;
  gap: 16px;
  margin: 0;
  padding-left: 22px;
}

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

.gallery-grid article {
  padding: 24px;
}

.swatch {
  height: 160px;
  margin-bottom: 22px;
  border: 1px solid rgba(38, 43, 44, 0.12);
}

.swatch.ink {
  background:
    radial-gradient(circle at 25% 32%, rgba(255, 255, 255, 0.62), transparent 18%),
    linear-gradient(135deg, #202526, #6f7774);
}

.swatch.clay {
  background:
    radial-gradient(circle at 74% 24%, rgba(255, 255, 255, 0.52), transparent 19%),
    linear-gradient(135deg, #ad634f, #ecd1bd);
}

.swatch.sage {
  background:
    radial-gradient(circle at 36% 68%, rgba(255, 255, 255, 0.56), transparent 17%),
    linear-gradient(135deg, #6f836d, #d9dfd0);
}

.agenda {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(300px, 1fr);
  gap: clamp(28px, 6vw, 80px);
  border-top: 1px solid var(--line);
}

.agenda-list {
  display: grid;
  gap: 14px;
}

.agenda-list article {
  padding: 24px 26px;
}

.date {
  color: var(--blue);
}

.contact {
  display: grid;
  grid-template-columns: minmax(270px, 0.9fr) minmax(300px, 560px);
  gap: clamp(28px, 6vw, 80px);
  padding: clamp(70px, 9vw, 118px) clamp(22px, 7vw, 88px);
  background: var(--warm);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--paper);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
}

textarea {
  resize: vertical;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(22px, 7vw, 88px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .brand {
    width: min(100%, 520px);
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    min-height: 720px;
  }

  .intro,
  .split,
  .feature-band,
  .agenda,
  .contact {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 680px;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(251, 250, 246, 0.96) 0%, rgba(251, 250, 246, 0.82) 52%, rgba(251, 250, 246, 0.3) 100%);
  }

  .nav {
    gap: 16px;
    font-size: 0.9rem;
  }

  .footer {
    flex-direction: column;
  }
}
