/* ============================================================
   Self-hosted fonts — latin subset only (no Google Fonts request)
   ============================================================ */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''), url('assets/fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('assets/fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''), url('assets/fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''), url('assets/fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('assets/fonts/playfair-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local(''), url('assets/fonts/playfair-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('assets/fonts/playfair-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''), url('assets/fonts/playfair-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('assets/fonts/playfair-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================================
   CSS Variables & Reset
   ============================================================ */
:root {
  --mint:        #6DBFB0;
  --mint-dark:   #4DA898;
  --mint-light:  #EBF7F5;
  --navy:        #1C3454;
  --navy-light:  #2A4A70;
  --bg:          #FAF9F7;
  --bg-light:    #F3F2EE;
  --white:       #FFFFFF;
  --text:        #1A1A2E;
  --text-med:    #4C4C60;
  --text-muted:  #6B6B80;
  --border:      #E4E4EC;
  --shadow:      0 2px 16px rgba(28,52,84,.07);
  --shadow-md:   0 6px 32px rgba(28,52,84,.10);
  --shadow-lg:   0 16px 56px rgba(28,52,84,.14);
  --r:           12px;
  --r-sm:        8px;
  --r-lg:        20px;
  --r-xl:        28px;
  --serif:       'Playfair Display', Georgia, serif;
  --sans:        'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --max:         1100px;
  --py:          96px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ============================================================
   Helpers
   ============================================================ */
.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
}

section { padding: var(--py) 0; }

.bg-mint  { background: var(--mint-light); }
.bg-light { background: var(--bg-light); }
.bg-navy  { background: var(--navy); }

h1, h2, h3, h4 { font-family: var(--serif); line-height: 1.2; }
h1  { font-size: clamp(38px, 5vw, 64px); }
h2  { font-size: clamp(28px, 3.5vw, 46px); }
h3  { font-size: 20px; font-weight: 600; }
h4  { font-size: 15px; font-weight: 600; }

h2 em, h1 em { font-style: italic; color: var(--mint-dark); }
h2.light em.mint { color: var(--mint); }
h2.light { color: var(--white); }

p { color: var(--text-med); }
p.lead { font-size: 18px; }

.section-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mint-dark);
  margin-bottom: 14px;
}
.section-label-light {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mint);
  margin-bottom: 14px;
}

.section-header { margin-bottom: 52px; }
.section-header.center { text-align: center; }

.section-sub {
  font-size: 17px;
  color: var(--text-med);
  max-width: 560px;
  margin-top: 18px;
  line-height: 1.75;
}
.section-sub.center, .section-header.center .section-sub {
  margin-left: auto;
  margin-right: auto;
}
.section-sub.light { color: rgba(255,255,255,.7); }

/* Buttons */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--navy);
  color: var(--white);
  padding: 14px 28px;
  border-radius: var(--r);
  font-weight: 600;
  font-size: 15px;
  border: 2px solid var(--navy);
  cursor: pointer;
  transition: background .18s, transform .18s, box-shadow .18s;
  font-family: var(--sans);
}
.btn-primary:hover {
  background: var(--navy-light);
  border-color: var(--navy-light);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: var(--navy);
  padding: 14px 28px;
  border-radius: var(--r);
  font-weight: 600;
  font-size: 15px;
  border: 2px solid var(--border);
  transition: border-color .18s, transform .18s;
}
.btn-secondary:hover { border-color: var(--navy); transform: translateY(-2px); }

.btn-outline-light {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: var(--white);
  padding: 14px 32px;
  border-radius: var(--r);
  font-weight: 600;
  font-size: 15px;
  border: 2px solid rgba(255,255,255,.35);
  transition: border-color .18s, background .18s;
}
.btn-outline-light:hover { border-color: var(--white); background: rgba(255,255,255,.08); }

.link-arrow {
  font-weight: 600;
  font-size: 15px;
  color: var(--navy);
  transition: color .18s;
  display: inline-block;
}
.link-arrow:hover { color: var(--mint-dark); }
.link-arrow.muted { color: var(--text-muted); }
.link-arrow.muted:hover { color: var(--navy); }

/* ============================================================
   Navigation
   ============================================================ */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  background: rgba(250,249,247,.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .2s;
}
#navbar.scrolled { box-shadow: var(--shadow-md); }

.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
  height: 66px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-logo {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  white-space: nowrap;
  flex-shrink: 0;
}

.nav-links {
  display: flex;
  gap: 2px;
  flex: 1;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-med);
  padding: 7px 12px;
  border-radius: var(--r-sm);
  transition: color .18s, background .18s;
  white-space: nowrap;
}
.nav-links a:hover { color: var(--navy); background: var(--mint-light); }
.nav-links a.active { color: var(--navy); background: var(--mint-light); }

.nav-follow {
  font-size: 14px;
  font-weight: 600;
  color: var(--mint-dark);
  white-space: nowrap;
  flex-shrink: 0;
  transition: color .18s;
}
.nav-follow:hover { color: var(--navy); }

.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  margin-left: auto;
  flex-shrink: 0;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: transform .2s, opacity .2s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   Hero
   ============================================================ */
#hero {
  padding-top: 130px;
  padding-bottom: 0;
}

.hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding-bottom: 72px;
}

.hero-text h1 { color: var(--navy); margin-bottom: 24px; }

.hero-sub {
  font-size: 17px;
  color: var(--text-med);
  max-width: 480px;
  margin-bottom: 36px;
  line-height: 1.75;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.hero-quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  color: var(--text-med);
  border-left: 3px solid var(--mint);
  padding: 10px 16px;
  background: var(--mint-light);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  line-height: 1.65;
}
.hero-quote cite {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  color: var(--mint-dark);
  margin-top: 6px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-img-wrap { position: relative; }

.hero-img-circle {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
}

.hero-img-inner {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(110,191,176,.6) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 80%, rgba(28,52,84,.4) 0%, transparent 60%),
    linear-gradient(160deg, var(--mint-light) 0%, #C8E8E2 40%, #A0C8C0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-badge {
  position: absolute;
  bottom: 16px;
  right: -16px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  box-shadow: var(--shadow-md);
  white-space: nowrap;
}
.badge-icon { font-size: 16px; }

.hero-stats-wrap {
  background: var(--white);
  border-top: 1px solid var(--border);
}

.hero-stats {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: stretch;
}

.stat {
  flex: 1;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: background .18s;
}
.stat:hover { background: var(--mint-light); }

.stat-divider {
  width: 1px;
  background: var(--border);
  align-self: stretch;
  margin: 20px 0;
}

.stat-num {
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}

.stat-label {
  font-size: 14px;
  color: var(--text-muted);
}

/* ============================================================
   About
   ============================================================ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.about-text h2 { margin-bottom: 24px; }
.about-text p { margin-bottom: 18px; }

.inline-quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  color: var(--navy);
  background: var(--mint-light);
  border-left: 3px solid var(--mint);
  padding: 16px 20px;
  border-radius: 0 var(--r) var(--r) 0;
  margin: 20px 0;
  display: block;
  line-height: 1.6;
}

/* Timeline */
.about-timeline {
  display: flex;
  flex-direction: column;
  padding-left: 8px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 0 20px;
  position: relative;
  padding-bottom: 32px;
  align-items: start;
}

.timeline-dot {
  grid-column: 1;
  grid-row: 1 / 3;
  position: absolute;
  left: 68px;
  top: 5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--mint);
  border: 2.5px solid var(--bg);
  box-shadow: 0 0 0 2px var(--mint);
  z-index: 1;
}
.timeline-dot.active {
  background: var(--navy);
  box-shadow: 0 0 0 2px var(--navy);
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: 72px;
  top: 16px;
  bottom: 0;
  width: 2px;
  background: var(--border);
}
.timeline-item:last-child::before { display: none; }

.timeline-year {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 12px;
  color: var(--mint-dark);
  text-align: right;
  padding-top: 2px;
  line-height: 1.4;
}

.timeline-content {
  padding-left: 18px;
}
.timeline-content h4 { color: var(--navy); margin-bottom: 4px; font-size: 15px; }
.timeline-content p  { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* ============================================================
   Azul i Menta
   ============================================================ */
.brand-heading {
  margin-top: 8px;
  margin-bottom: 40px;
}

.brand-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.brand-text p { margin-bottom: 24px; }

.arrow-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 28px;
}
.arrow-list li {
  padding-left: 22px;
  position: relative;
  font-size: 15px;
  color: var(--text-med);
}
.arrow-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--mint-dark);
  font-weight: 600;
}

.img-quad {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.img-block {
  border-radius: var(--r);
  aspect-ratio: 1;
  display: flex;
  align-items: flex-end;
  padding: 12px;
  overflow: hidden;
  position: relative;
  transition: transform .2s;
}
.img-block:hover { transform: scale(1.02); }

.img-label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,.9);
  background: rgba(28,52,84,.3);
  backdrop-filter: blur(4px);
  padding: 4px 10px;
  border-radius: 100px;
}

/* ============================================================
   Two-column sections
   ============================================================ */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.two-col.reverse { }
.two-col.reverse .col-visual { order: -1; }

.col-text h2 { margin-bottom: 20px; }
.col-text p  { margin-bottom: 24px; }

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag {
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  background: var(--white);
  border: 1.5px solid var(--border);
  padding: 6px 14px;
  border-radius: 100px;
  transition: border-color .18s, background .18s;
}
.tag:hover { border-color: var(--mint); background: var(--mint-light); }

.visual-block {
  border-radius: var(--r-xl);
  height: 340px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sewing-block {
  background: linear-gradient(135deg, #EAF5F2 0%, #A8D8CF 100%);
}
.teaching-block {
  background: linear-gradient(135deg, #EAEcF5 0%, #9AAAD8 100%);
}

.visual-decoration {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle at 60% 40%, rgba(255,255,255,.5) 0%, transparent 65%);
}

.visual-content {
  position: relative;
  text-align: center;
  padding: 28px;
}
.visual-icon { font-size: 48px; margin-bottom: 16px; display: block; }
.visual-content p { color: var(--navy); font-size: 15px; }
.visual-content strong { font-weight: 700; display: block; margin-top: 2px; font-size: 16px; }

.check-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.check-list li {
  padding-left: 28px;
  position: relative;
  font-size: 15px;
  color: var(--text-med);
}
.check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--mint-dark);
  font-weight: 700;
}

/* ============================================================
   Portfolio
   ============================================================ */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.portfolio-card {
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
  transition: transform .25s, box-shadow .25s;
  cursor: pointer;
}
.portfolio-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.portfolio-img {
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: rgba(28,52,84,.55);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 600;
  font-size: 15px;
  opacity: 0;
  transition: opacity .2s;
}
.portfolio-card:hover .portfolio-overlay { opacity: 1; }

.portfolio-info { padding: 18px 20px; }
.portfolio-cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mint-dark);
  display: block;
  margin-bottom: 6px;
}
.portfolio-info h3 { font-size: 16px; color: var(--navy); }

/* ============================================================
   Crear i Charlar (navy)
   ============================================================ */
.charlar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.charlar-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-lg);
  padding: 36px 28px;
  transition: background .18s, transform .18s;
}
.charlar-card:hover { background: rgba(255,255,255,.12); transform: translateY(-3px); }

.charlar-icon { font-size: 30px; margin-bottom: 16px; }
.charlar-card h3 { color: var(--white); font-size: 20px; margin-bottom: 10px; }
.charlar-card p  { color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.6; }

.center-cta { text-align: center; }

/* ============================================================
   Testimonials
   ============================================================ */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.quote-mark {
  font-family: var(--serif);
  font-size: 64px;
  line-height: .8;
  color: var(--mint-light);
  margin-bottom: -12px;
}

.testimonial-body {
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  color: var(--text);
  line-height: 1.7;
  flex: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.author-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--mint-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 18px;
  color: var(--mint-dark);
  flex-shrink: 0;
}

.author-info strong { display: block; font-size: 14px; color: var(--navy); }
.author-info span   { font-size: 13px; color: var(--text-muted); }

/* ============================================================
   Blog
   ============================================================ */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.blog-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform .2s, box-shadow .2s;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

.blog-cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mint-dark);
}

.blog-soon {
  display: inline-block;
  align-self: flex-start;
  font-size: 11px;
  font-weight: 600;
  background: var(--mint-light);
  color: var(--mint-dark);
  padding: 3px 10px;
  border-radius: 100px;
}

.blog-card h3 {
  font-size: 17px;
  color: var(--navy);
  line-height: 1.4;
  flex: 1;
}

/* ============================================================
   Sígueme / Social
   ============================================================ */
.social-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.social-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: box-shadow .2s, transform .2s;
}
.social-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }

.social-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--r-sm);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-text { flex: 1; min-width: 0; }
.social-text strong { display: block; font-size: 14px; color: var(--navy); margin-bottom: 3px; }
.social-text p { font-size: 13px; color: var(--text-muted); line-height: 1.5; }

.social-follow {
  font-weight: 600;
  font-size: 14px;
  color: var(--navy);
  white-space: nowrap;
  transition: color .18s;
  flex-shrink: 0;
}
.social-follow:hover { color: var(--mint-dark); }

/* ============================================================
   Contact
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: start;
}

.contact-info h2 { margin-bottom: 20px; }
.contact-info p  { margin-bottom: 32px; }

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--text-med);
}
.contact-icon { font-size: 17px; }
.contact-item a {
  color: var(--navy);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color .18s;
}
.contact-item a:hover { text-decoration-color: var(--navy); }

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 18px;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  font-family: var(--sans);
  font-size: 15px;
  color: var(--text);
  background: var(--white);
  transition: border-color .18s;
  resize: none;
}
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--mint); outline: none; }
.contact-form input:focus-visible,
.contact-form textarea:focus-visible { outline: 2px solid var(--mint-dark); outline-offset: 0; }

.contact-form input::placeholder,
.contact-form textarea::placeholder { color: var(--text-muted); }

.form-success {
  display: none;
  color: var(--mint-dark);
  font-size: 14px;
  font-weight: 600;
  padding: 12px 18px;
  background: var(--white);
  border: 1.5px solid var(--mint);
  border-radius: var(--r);
}
.form-success.visible { display: block; }

/* ============================================================
   Footer
   ============================================================ */
#footer {
  background: var(--navy);
  padding: 64px 0 0;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.footer-logo {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}

.footer-brand p {
  font-size: 14px;
  color: rgba(255,255,255,.55);
  line-height: 1.75;
}

.footer-col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mint);
  margin-bottom: 16px !important;
}

.footer-nav,
.footer-social-col {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-nav a,
.footer-social-col a {
  font-size: 14px;
  color: rgba(255,255,255,.6);
  transition: color .18s;
}
.footer-nav a:hover,
.footer-social-col a:hover { color: var(--white); }

.footer-bottom {
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(255,255,255,.35);
  gap: 16px;
  flex-wrap: wrap;
}

.footer-tagline {
  font-style: italic;
  font-family: var(--serif);
}

/* ============================================================
   Responsive — tablet
   ============================================================ */
@media (max-width: 1024px) {
  :root { --py: 72px; }

  .hero-inner { gap: 40px; }
  .about-grid { grid-template-columns: 1fr; gap: 56px; }
  .brand-grid { grid-template-columns: 1fr; gap: 48px; }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

/* ============================================================
   Responsive — mobile
   ============================================================ */
@media (max-width: 768px) {
  :root { --py: 56px; }

  /* Nav */
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 66px; left: 0; right: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    padding: 12px 28px 20px;
    gap: 0;
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid var(--border);
    border-radius: 0;
  }
  .nav-links li:last-child a { border-bottom: none; }
  .nav-follow { display: none; }
  .nav-hamburger { display: flex; }

  /* Hero */
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 56px;
  }
  .hero-image { order: -1; }
  .hero-img-circle { width: 220px; height: 220px; }
  .hero-stats { flex-direction: column; }
  .stat-divider { width: auto; height: 1px; margin: 0; }

  /* Sections */
  .two-col { grid-template-columns: 1fr; gap: 40px; }
  .two-col.reverse .col-visual { order: 0; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .charlar-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .social-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .form-row { grid-template-columns: 1fr; }

  /* Footer */
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ============================================================
   Real-content-ready components
   (same visual language — mint/cream/navy, rounded, soft shadow)
   ============================================================ */

/* --- Media frame: tasteful placeholder until a real image loads --- */
.media {
  position: relative;
  overflow: hidden;
  border-radius: var(--r);
  background: linear-gradient(135deg, var(--mint-light), #DCEFEA);
}
.media::before {
  content: attr(data-label);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  text-align: center;
  color: var(--mint-dark);
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .04em;
  opacity: .8;
}
.media picture { display: contents; }
.media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1; /* sits above the label once the real image loads */
}
.media img.media-img--missing { display: none; } /* reveals placeholder, no broken icon */

.media--round { width: 100%; height: 100%; border-radius: 50%; }
.media--tall  { width: 100%; aspect-ratio: 4 / 5; }
.img-quad .media { aspect-ratio: 1; }

/* --- Reflective quote pause --- */
.quote-section { text-align: center; }
.big-quote { max-width: 760px; margin: 0 auto; }
.big-quote p {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.45;
  color: var(--navy);
}
.big-quote cite {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--mint-dark);
}

/* --- Light link (on navy Crear i Charlar cards) --- */
.charlar-card .link-arrow { display: inline-block; margin-top: 14px; }
.link-arrow.light-link { color: var(--mint); }
.link-arrow.light-link:hover { color: var(--white); }

/* --- Section subhead --- */
.section-subhead { margin: 8px 0 24px; }
.section-subhead h3 { font-size: 20px; color: var(--navy); }

/* --- Podcast: Spotify embed-ready slot --- */
.embed-slot {
  max-width: 760px;
  margin: 0 auto 48px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.embed-slot iframe { display: block; width: 100%; border: 0; }
.embed-placeholder {
  padding: 48px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.embed-icon { font-size: 40px; }
.embed-placeholder p { color: var(--text-muted); font-size: 15px; }

/* --- Podcast episode cards --- */
.episode-list { display: flex; flex-direction: column; gap: 16px; }
.episode-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 16px;
  box-shadow: var(--shadow);
}
.episode-cover { width: 84px; height: 84px; flex-shrink: 0; border-radius: var(--r); }
.episode-cover::before { font-size: 11px; }
.episode-body { flex: 1; min-width: 0; }
.episode-meta {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mint-dark);
}
.episode-body h4 { color: var(--navy); font-size: 17px; margin: 4px 0; }
.episode-body p  { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
.episode-play {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--mint-light);
  color: var(--mint-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 15px;
  transition: background .18s, color .18s, transform .18s;
}
.episode-play:hover { background: var(--mint); color: var(--white); transform: scale(1.05); }

/* --- YouTube: channels + video grid --- */
.channel-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.channel-pill {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 20px 28px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 240px;
  box-shadow: var(--shadow);
}
.channel-name { font-family: var(--serif); font-weight: 700; color: var(--navy); font-size: 18px; }
.channel-desc { font-size: 13px; color: var(--text-muted); margin-bottom: 6px; }

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.video-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .25s, box-shadow .25s;
}
.video-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.video-thumb { aspect-ratio: 16 / 9; }
.video-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 2;
  pointer-events: none;
  box-shadow: var(--shadow);
}
.video-info { padding: 16px 18px; }
.video-channel {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mint-dark);
  display: block;
  margin-bottom: 4px;
}
.video-info h4 { font-size: 16px; color: var(--navy); }

/* --- Honest empty-state (testimonials, blog) --- */
.empty-state {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 56px 40px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.empty-icon { font-family: var(--serif); font-size: 48px; color: var(--mint); line-height: 1; }
.empty-title { font-family: var(--serif); font-size: 22px; color: var(--navy); }
.empty-text { font-size: 15px; color: var(--text-med); max-width: 460px; }

/* --- Responsive additions --- */
@media (max-width: 1024px) {
  .video-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .video-grid { grid-template-columns: 1fr; }
  .channel-row { flex-direction: column; }
  .channel-pill { min-width: 0; }
  .episode-card { flex-wrap: wrap; }
  .episode-cover { width: 64px; height: 64px; }
}

/* ============================================================
   Focus & Skip Link
   ============================================================ */
:focus-visible { outline: 2px solid var(--mint-dark); outline-offset: 3px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only:focus-visible {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  width: auto;
  height: auto;
  padding: 8px 16px;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background: var(--navy);
  color: var(--white);
  border-radius: var(--r-sm);
  font-size: 14px;
  font-weight: 600;
}
