/* Claudia Varela | Potenciarte */

html { scroll-behavior: smooth; }

:root {
  --fondo: #f5f5f3;
  --pagina: #b6ad7f;
  --filosofia: #5b4a55;
  --artesana: #b88034;
  --claudia: #3f5f66;
  --potenciarte: #f32325;
  --via: #7d953d;
  --vino: #8b383c;
  --tinta: #2f2b2d;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Myriad Pro", Myriad, sans-serif;
}

h1,
h2,
h3,
blockquote,
.font-serif,
.brand-link span,
.intro-kicker {
  font-family: "Times New Roman", Times, serif;
}

#nav {
  color: var(--tinta);
}

#nav.scrolled {
  background-color: rgba(245, 245, 243, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 2px 20px rgba(47, 43, 45, 0.08);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: inherit;
}

.brand-link span {
  font-size: 1.35rem;
  line-height: 1;
}

nav a,
.mobile-link {
  transition: color 0.25s ease;
}

nav a:hover,
.mobile-link:hover {
  color: var(--vino);
}

.mobile-link {
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(47, 43, 45, 0.12);
}

.hero-section {
  display: flex;
  align-items: center;
  padding: 8rem clamp(1.5rem, 7vw, 6rem) 5rem;
  background:
    linear-gradient(90deg, rgba(182, 173, 127, 0.24), transparent 42%),
    var(--fondo);
}

.hero-content {
  width: min(100%, 48rem);
}

.intro-kicker {
  color: var(--vino);
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  margin-bottom: 0.5rem;
}

.hero-content h1 {
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  line-height: 0.95;
  color: var(--tinta);
}

.hero-content p:not(.intro-kicker) {
  margin-top: 1.4rem;
  max-width: 29rem;
  font-size: 1.08rem;
  line-height: 1.7;
  color: rgba(47, 43, 45, 0.76);
}

.floating-actions {
  position: fixed;
  right: clamp(1rem, 4vw, 4rem);
  top: 50%;
  z-index: 60;
  display: grid;
  gap: 5.7rem;
  width: min(25rem, calc(100vw - 2rem));
  transform: translateY(-50%);
  pointer-events: none;
}

.float-btn,
.btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 4.15rem;
  padding: 1rem 2rem;
  border-radius: 999px;
  color: #fff;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  line-height: 1;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.float-btn {
  pointer-events: auto;
  box-shadow: 0 16px 36px rgba(47, 43, 45, 0.16);
}

.float-btn:hover,
.btn-main:hover {
  transform: translateY(-3px);
  filter: brightness(1.05);
}

.float-red,
.btn-red { background: var(--vino); }
.float-plum,
.btn-plum { background: var(--filosofia); }

.section-band {
  padding: clamp(5rem, 10vw, 8rem) clamp(1.5rem, 6vw, 5rem);
}

.section-inner {
  width: min(100%, 74rem);
  margin: 0 auto;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(16rem, 0.9fr) minmax(18rem, 1.1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.eyebrow {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-inner h2 {
  max-width: 48rem;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.section-inner h3 {
  font-size: 2rem;
  line-height: 1;
}

.section-copy {
  display: grid;
  gap: 1.2rem;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.72;
}

blockquote {
  font-size: clamp(2.3rem, 5.5vw, 5.9rem);
  line-height: 1.03;
  max-width: 68rem;
}

.quote-credit {
  margin-top: 2rem;
  font-size: 1.25rem;
  opacity: 0.75;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(3rem, 8vw, 5rem);
  background: rgba(255, 255, 255, 0.24);
}

.pillars-grid article {
  display: grid;
  gap: 0.9rem;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  background: rgba(91, 74, 85, 0.88);
}

.pillars-grid svg {
  width: 2rem;
  height: 2rem;
}

.pillars-grid p {
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.76);
}

.identity-card {
  display: grid;
  justify-items: center;
  gap: 1.4rem;
  width: min(100%, 22rem);
  padding: 3rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.identity-card p {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.35rem;
  text-align: center;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.tag-row span {
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  font-size: 0.95rem;
}

.center-copy {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 1.25rem;
  max-width: 58rem;
}

.center-copy p:not(.eyebrow) {
  max-width: 42rem;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.65;
}

.statement {
  font-family: "Times New Roman", Times, serif;
  color: var(--vino);
  font-size: clamp(1.7rem, 3vw, 2.7rem) !important;
  line-height: 1.18 !important;
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.contact-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3.5rem;
  padding: 0.9rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.contact-row a:hover {
  background: #fff;
  color: var(--filosofia);
  transform: translateY(-2px);
}

.contact-row svg {
  width: 1.2rem;
  height: 1.2rem;
}

.logo-float {
  animation: gentle-float 7s ease-in-out infinite;
  filter: drop-shadow(0 10px 24px rgba(47, 43, 45, 0.2));
}

@keyframes gentle-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(5deg); }
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .floating-actions {
    left: 1rem;
    right: 1rem;
    top: auto;
    bottom: 1rem;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    width: auto;
    transform: none;
  }

  .two-col,
  .pillars-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero-section {
    padding-top: 7rem;
    padding-bottom: 8rem;
  }

  .brand-link span {
    font-size: 1.15rem;
  }

  .hero-content h1 {
    font-size: clamp(3rem, 17vw, 4.7rem);
  }

  .float-btn,
  .btn-main {
    width: 100%;
    min-height: 3.35rem;
    padding: 0.8rem 0.9rem;
    font-size: 0.95rem;
  }

  .section-band {
    padding: 4.2rem 1.25rem;
  }
}
