@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Montserrat:wght@400;500;600;700&display=swap");

:root {
  color-scheme: light;
  --font-body: "Montserrat", Arial, sans-serif;
  --font-display: "DM Serif Display", Georgia, serif;
  --paper: #fdf9f7;
  --ink: #5c5661;
  --muted: #aca6aa;
  --coral: #f0653f;
  --rose: #fde7df;
  --wine: #5c5661;
  --ink-rgb: 92, 86, 97;
  --paper-rgb: 253, 249, 247;
  --coral-rgb: 240, 101, 63;
  --line: rgba(var(--ink-rgb), 0.2);
  --problem-light: #e7beb1;
  --problem-dark: #5c5661;
  --problem-lower: #d88f83;
  --bubble-gray: #aca6aa;
  --bubble-coral: #f0653f;
  --bubble-dark: #5c5661;
  --karin-light: #aca6aa;
  --karin-coral: #f0653f;
  --karin-green: #5c5661;
  --karin-green-bg: #fde7df;
  --strali-radius: 6px;
  --strali-shadow: 0 24px 60px rgba(var(--ink-rgb), 0.12);
}

body {
  background: var(--paper);
}

.section-shell,
.site-header {
  width: min(1240px, calc(100% - 72px));
}

.site-header {
  position: sticky;
  top: 0;
  min-height: 104px;
  grid-template-columns: auto 1fr auto;
  background: rgba(var(--paper-rgb), 0.96);
  border-bottom-color: rgba(var(--ink-rgb), 0.14);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(var(--ink-rgb), 0.05);
}

.brand {
  width: 156px;
  height: 92px;
}

.brand img {
  width: 460px;
}

.main-nav {
  gap: clamp(20px, 2.3vw, 34px);
}

.nav-link {
  padding-block: 13px;
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.nav-link::after {
  bottom: 5px;
  height: 3px;
  transform-origin: left;
}

.header-cta,
.button {
  border-radius: var(--strali-radius);
}

.header-cta {
  padding: 14px 20px;
  border-color: var(--coral);
  background: var(--coral);
  color: var(--paper);
}

.header-cta:hover,
.header-cta:focus-visible {
  background: var(--ink);
  border-color: var(--ink);
}

.button {
  min-height: 50px;
  padding-inline: 26px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.button-primary:hover,
.button-primary:focus-visible,
.button-niche-secondary:hover,
.button-niche-secondary:focus-visible {
  background: var(--ink);
}

.hero {
  min-height: 640px;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: clamp(54px, 7vw, 108px);
  padding-block: 84px 104px;
}

.hero-copy {
  position: relative;
}

.hero-copy::before,
.business-hero-copy::before,
.page-hero::before,
.value-hero::before,
.contact-copy::before {
  content: "";
  display: block;
  width: 54px;
  height: 5px;
  margin-bottom: 28px;
  background: var(--coral);
}

.hero h1,
.business-hero h1 {
  max-width: 790px;
  margin-bottom: 30px;
  font-size: clamp(54px, 6.4vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.hero-lead {
  max-width: 650px;
  color: var(--ink);
  line-height: 1.7;
}

.actions {
  gap: 18px;
  margin-top: 42px;
}

.hero-niche-option {
  gap: 14px;
}

.hero-niche-option p {
  min-height: 46px;
  color: var(--muted);
}

.hero-niche-button {
  height: 56px;
  min-height: 56px;
}

.hero-art {
  min-height: 500px;
  padding: 0;
  background: var(--ink);
  border-radius: var(--strali-radius);
  overflow: hidden;
  box-shadow: 18px 18px 0 var(--coral);
}

.hero-art::before {
  display: none;
}

.hero-graphic-lmv {
  display: none;
}

.hero-client-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.home-closing {
  width: min(1240px, calc(100% - 72px));
  margin-block: 0 100px;
  padding: 72px clamp(38px, 6vw, 80px);
  grid-template-columns: 1.15fr 0.85fr;
  background: var(--ink);
  border: 0;
  color: var(--paper);
}

.home-closing h2,
.home-closing-copy p,
.home-closing-copy p:last-child {
  color: var(--paper);
}

.home-closing-copy p {
  opacity: 0.78;
}

.home-closing-copy p:last-child {
  opacity: 1;
}

.home-closing-quote {
  padding: 8px 0 8px 34px;
  background: transparent;
  border-left: 5px solid var(--coral);
  border-radius: 0;
}

.home-closing-quote figcaption {
  border-top-color: rgba(var(--paper-rgb), 0.25);
}

.problem-section,
.burnout-stats,
.karin-section,
.learning-section,
.profile-section,
.business-section,
.about-method {
  padding-block: 92px 104px;
}

.problem-heading,
.karin-heading,
.learning-heading {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(46px, 8vw, 110px);
  align-items: end;
  margin-bottom: 58px;
}

.problem-heading h2,
.karin-heading h2,
.learning-heading h2 {
  font-size: clamp(48px, 5.8vw, 74px);
  line-height: 0.98;
}

.problem-heading p,
.karin-heading p,
.learning-heading p {
  margin: 0 0 5px;
  font-family: var(--font-body);
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.55;
}

.problem-grid,
.about-method-grid,
.business-benefits-grid {
  gap: 20px;
}

.problem-card,
.karin-card,
.about-method-grid article,
.business-benefits-grid article,
.school-law-grid article {
  border-radius: var(--strali-radius);
}

.problem-card {
  min-height: 220px;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
}

.problem-conclusion {
  max-width: 980px;
  margin-inline: auto;
}

.problem-conclusion p {
  font-size: clamp(36px, 4.5vw, 58px);
}

.stats-grid {
  gap: 20px;
}

.stat-bubble {
  width: 100%;
  min-height: 260px;
  padding: 42px;
  align-items: flex-start;
  border-radius: var(--strali-radius);
  text-align: left;
}

.stat-bubble::after {
  display: none;
}

.stat-bubble-gray {
  justify-self: stretch;
}

.stat-bubble-coral {
  justify-self: stretch;
}

.stat-bubble-wide {
  margin-top: 0;
  padding: 50px;
  align-items: flex-start;
}

.stat-wide-copy {
  text-align: left;
}

.stat-bubble-wide cite {
  padding: 0;
  align-self: flex-start;
}

.karin-grid {
  gap: 20px;
}

.karin-info {
  border-left: 6px solid var(--coral);
}

.karin-conclusion {
  border-radius: var(--strali-radius);
}

.profile-section {
  grid-template-columns: minmax(320px, 0.82fr) 1.18fr;
}

.profile-portrait::before {
  border-radius: var(--strali-radius);
  transform: none;
}

.profile-portrait img {
  border-radius: var(--strali-radius);
  box-shadow: 20px 20px 0 var(--rose);
  transform: none;
}

.profile-content::before {
  content: "";
  display: block;
  width: 54px;
  height: 5px;
  margin-bottom: 18px;
  background: var(--coral);
}

.profile-role {
  font-family: var(--font-body);
  font-size: clamp(18px, 2vw, 24px);
}

.page-hero,
.value-hero,
.contact-layout,
.about-intro {
  padding-block: 86px 96px;
}

.page-hero {
  position: relative;
}

.page-hero::before,
.value-hero::before {
  grid-column: 1 / -1;
  margin-bottom: -14px;
}

.page-hero h1,
.value-hero h1,
.contact-copy h1,
.about-intro h1 {
  font-size: clamp(52px, 6.4vw, 86px);
  line-height: 0.98;
}

.service-card {
  min-height: 470px;
  padding: 38px 32px;
  border-color: var(--line);
}

.service-card:nth-child(2) {
  background: var(--rose);
}

.service-card h2 {
  margin-top: auto;
}

.closing-callout {
  margin-bottom: 96px;
  padding: 64px;
  background: var(--ink);
  color: var(--paper);
  border: 0;
}

.manifesto,
.value-banner,
.business-cta {
  border-radius: var(--strali-radius);
}

.values article {
  min-height: 250px;
  padding: 32px;
  background: var(--rose);
  border: 0;
}

.about-intro {
  grid-template-columns: 0.78fr 1.22fr;
}

.about-method-grid article,
.business-benefits-grid article {
  border: 1px solid var(--line);
}

.about-method-grid article:nth-child(2),
.about-method-grid article:nth-child(3),
.business-benefits-grid article:nth-child(2),
.business-benefits-grid article:nth-child(3) {
  background: var(--paper);
}

.value-promise,
.contact-form {
  border-radius: var(--strali-radius);
  box-shadow: var(--strali-shadow);
}

.value-flow {
  gap: 20px;
  border: 0;
}

.value-flow article {
  min-height: 250px;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--line);
}

.contact-layout {
  grid-template-columns: 0.95fr 0.75fr;
  gap: clamp(60px, 9vw, 130px);
}

.contact-copy::before {
  margin-bottom: 28px;
}

.contact-form {
  padding: 46px;
}

.business-hero {
  position: relative;
  grid-template-columns: 1.1fr 0.72fr;
  padding-block: 86px 102px;
}

.business-hero-lead,
.business-section-conclusion,
.business-data-conclusion {
  font-family: var(--font-body);
}

.business-hero-aside {
  padding: 38px;
  background: var(--rose);
  border: 0;
  border-radius: var(--strali-radius);
}

.business-section-heading {
  grid-template-columns: 1fr 0.62fr;
}

.business-cost .business-section-heading > p {
  color: var(--coral);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.45;
}

.business-section-heading h2,
.business-law h2,
.business-cta h2 {
  font-size: clamp(42px, 5vw, 64px);
}

.business-cost-list {
  gap: 1px;
  background: var(--line);
  border: 0;
}

.business-cost-list li {
  padding-left: 34px;
  background: var(--paper);
  border: 0;
  color: var(--ink);
  font-size: clamp(17px, 1.35vw, 19px);
  font-weight: 500;
  line-height: 1.6;
}

.business-cost-list li:nth-child(5) {
  background: var(--rose);
}

.business-cost-list li:nth-child(2),
.business-cost-list li:nth-child(3) {
  background: var(--wine);
  color: var(--paper);
}

.business-cost-list li::before {
  content: none;
}

.business-data {
  width: min(1240px, calc(100% - 72px));
  margin-inline: auto;
  padding-inline: clamp(38px, 6vw, 78px);
  border-radius: var(--strali-radius);
}

.business-data-grid {
  gap: 20px;
  background: transparent;
}

.business-data-grid article {
  min-height: 280px;
  border: 1px solid rgba(var(--paper-rgb), 0.22);
  border-radius: var(--strali-radius);
}

.school-law-grid,
.business-benefits-grid {
  gap: 20px;
}

.business-method-strip {
  gap: 16px;
  border: 0;
}

.business-method-strip li {
  min-height: 150px;
  padding: 28px;
  background: var(--rose);
  border: 0;
  border-radius: var(--strali-radius);
}

.business-law {
  width: min(1240px, calc(100% - 72px));
  margin-inline: auto;
  border-radius: var(--strali-radius);
}

.business-cta {
  box-shadow: 16px 16px 0 var(--ink);
}

.site-footer {
  min-height: 310px;
  padding-top: 70px;
  border-top: 8px solid var(--coral);
}

.footer-nav {
  flex-direction: column;
  align-items: flex-start;
}

.footer-contact {
  line-height: 1.9;
}

@media (max-width: 980px) {
  .section-shell,
  .site-header,
  .home-closing,
  .business-data,
  .business-law {
    width: min(100% - 48px, 1240px);
  }

  .site-header {
    min-height: 100px;
  }

  .main-nav {
    background: var(--paper);
  }

  .nav-link {
    font-size: clamp(28px, 7vw, 42px);
    letter-spacing: -0.02em;
    text-transform: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 460px;
  }

  .problem-heading,
  .karin-heading,
  .learning-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-closing {
    grid-template-columns: 1fr;
  }

  .business-hero,
  .business-law,
  .about-intro,
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .section-shell,
  .site-header,
  .home-closing,
  .business-data,
  .business-law {
    width: min(100% - 36px, 1240px);
  }

  .site-header {
    min-height: 94px;
  }

  .brand {
    width: 138px;
    height: 84px;
  }

  .brand img {
    width: 430px;
  }

  .hero,
  .business-hero,
  .page-hero,
  .value-hero,
  .contact-layout,
  .about-intro {
    padding-block: 64px 76px;
  }

  .hero h1,
  .business-hero h1,
  .page-hero h1,
  .value-hero h1,
  .contact-copy h1,
  .about-intro h1 {
    font-size: clamp(44px, 13vw, 64px);
  }

  .actions {
    gap: 22px;
  }

  .hero-art {
    min-height: 420px;
    box-shadow: 10px 10px 0 var(--coral);
  }

  .home-closing {
    margin-bottom: 70px;
    padding: 46px 28px;
  }

  .problem-section,
  .burnout-stats,
  .karin-section,
  .learning-section,
  .profile-section,
  .business-section,
  .about-method {
    padding-block: 70px 80px;
  }

  .problem-card,
  .stat-bubble,
  .karin-card,
  .about-method-grid article,
  .business-benefits-grid article,
  .school-law-grid article {
    border-radius: var(--strali-radius);
  }

  .stat-bubble,
  .stat-bubble-wide {
    min-height: 230px;
    padding: 34px 28px;
  }

  .profile-portrait img {
    box-shadow: 12px 12px 0 var(--rose);
  }

  .closing-callout,
  .contact-form {
    padding: 38px 28px;
  }

  .business-data {
    padding-inline: 24px;
  }

  .business-cta {
    box-shadow: 10px 10px 0 var(--ink);
  }
}

:root {
  --fullscreen-gutter: clamp(28px, 5.5vw, 88px);
  --fullscreen-header-height: 104px;
  --fullscreen-header-offset: -104px;
}

.section-shell,
.site-header,
.home-closing,
.business-data,
.business-law {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: var(--fullscreen-gutter);
}

.site-header {
  min-height: var(--fullscreen-header-height);
  background: rgba(var(--paper-rgb), 0.76);
  border-bottom-color: rgba(var(--paper-rgb), 0.48);
  backdrop-filter: blur(20px) saturate(135%);
  box-shadow: 0 12px 36px rgba(var(--ink-rgb), 0.08);
}

.brand {
  width: 132px;
  height: 70px;
  overflow: hidden;
  background-image: url("../assets/images/logo-pulso-recortado.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mix-blend-mode: multiply;
}

.brand img {
  display: none;
}

.home-page .hero {
  position: relative;
  min-height: 100svh;
  margin-top: var(--fullscreen-header-offset);
  padding: calc(var(--fullscreen-header-height) + 72px) var(--fullscreen-gutter) 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
  overflow: hidden;
  isolation: isolate;
}

.home-page .hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(var(--ink-rgb), 0.28), transparent 62%),
    linear-gradient(180deg, rgba(var(--paper-rgb), 0.13), rgba(var(--ink-rgb), 0.12));
  pointer-events: none;
}

.home-page .hero-copy {
  z-index: 1;
  width: min(820px, 100%);
  padding: clamp(16px, 1.6vw, 20px) clamp(24px, 3vw, 36px);
  background: rgba(var(--paper-rgb), 0.8);
  border: 1px solid rgba(var(--paper-rgb), 0.64);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(var(--ink-rgb), 0.18);
  backdrop-filter: blur(18px) saturate(120%);
}

.home-page .hero h1 {
  max-width: 700px;
  margin-bottom: 20px;
  font-size: clamp(46px, 5.4vw, 72px);
}

.home-page .hero-lead {
  max-width: 600px;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.45;
}

.home-page .hero-lead:last-child {
  margin-bottom: 0;
}

.home-page .actions {
  z-index: 1;
  width: min(720px, 100%);
  gap: 24px;
  margin-top: 0;
}

.home-page .hero-niche-option p {
  min-height: 56px;
  max-width: 320px;
  color: var(--paper);
  font-size: clamp(16px, 1.3vw, 19px);
  font-weight: 600;
  line-height: 1.45;
  text-shadow: 0 2px 12px rgba(var(--ink-rgb), 0.9);
}

.home-page .hero-niche-button {
  background: rgba(var(--ink-rgb), 0.9);
  border: 1px solid rgba(var(--paper-rgb), 0.55);
  color: var(--paper);
}

.home-page .hero-niche-button:hover,
.home-page .hero-niche-button:focus-visible {
  background: var(--coral);
}

.home-page .profile-section {
  grid-template-columns: minmax(0, 210px) minmax(0, 650px);
  justify-content: center;
  gap: clamp(44px, 6vw, 80px);
}

.home-page .profile-portrait {
  width: 100%;
  max-width: 210px;
  justify-self: start;
}

.home-page .hero-art {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.home-page .hero-client-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.business-page .business-hero,
.school-page .business-hero {
  min-height: 100svh;
  margin-top: var(--fullscreen-header-offset);
  padding-top: calc(var(--fullscreen-header-height) + 72px);
  padding-bottom: 92px;
  overflow: hidden;
  isolation: isolate;
}

.business-page .business-hero::after,
.school-page .business-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(var(--ink-rgb), 0.3), transparent 68%),
    linear-gradient(180deg, rgba(var(--paper-rgb), 0.08), rgba(var(--ink-rgb), 0.18));
  pointer-events: none;
}

.business-page .business-hero-media,
.school-page .business-hero-media {
  position: absolute;
  z-index: -2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.business-page .business-hero-media img,
.school-page .business-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.business-page .business-hero-copy,
.business-page .business-hero-aside,
.school-page .business-hero-copy,
.school-page .business-hero-aside {
  background: rgba(var(--paper-rgb), 0.88);
  border: 1px solid rgba(var(--paper-rgb), 0.68);
  border-radius: var(--strali-radius);
  box-shadow: 0 30px 80px rgba(var(--ink-rgb), 0.18);
  backdrop-filter: blur(18px) saturate(120%);
}

.business-page .business-hero-copy,
.school-page .business-hero-copy {
  padding: clamp(34px, 5vw, 64px);
}

.business-page .business-hero-aside,
.school-page .business-hero-aside {
  border-top: 1px solid rgba(var(--paper-rgb), 0.68);
}

.business-page .business-hero-aside p {
  color: var(--ink);
  font-size: clamp(18px, 1.35vw, 21px);
  font-weight: 500;
  line-height: 1.55;
}

.page-hero,
.value-hero,
.contact-layout,
.about-intro {
  min-height: calc(100svh - var(--fullscreen-header-height));
  align-content: center;
  align-items: center;
}

.about-intro h1 {
  position: static;
}

@media (max-width: 980px) {
  :root {
    --fullscreen-gutter: clamp(24px, 5vw, 48px);
  }
}

@media (max-width: 720px) {
  :root {
    --fullscreen-gutter: 22px;
    --fullscreen-header-height: 94px;
    --fullscreen-header-offset: -94px;
  }

  .site-header {
    min-height: var(--fullscreen-header-height);
  }

  .brand {
    width: 112px;
    height: 64px;
    background-size: contain;
  }

  .home-page .hero {
    min-height: 100svh;
    padding-top: calc(var(--fullscreen-header-height) + 48px);
    padding-bottom: 64px;
  }

  .home-page .hero-copy {
    padding: 18px;
    background: rgba(var(--paper-rgb), 0.86);
    backdrop-filter: blur(16px) saturate(115%);
  }

  .home-page .actions {
    gap: 20px;
  }

  .home-page .profile-section {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .home-page .profile-portrait {
    width: min(170px, 100%);
    justify-self: start;
  }

  .business-page .business-hero,
  .school-page .business-hero {
    min-height: 100svh;
    padding-top: calc(var(--fullscreen-header-height) + 48px);
    padding-bottom: 64px;
  }

  .business-page .business-hero-copy,
  .business-page .business-hero-aside,
  .school-page .business-hero-copy,
  .school-page .business-hero-aside {
    padding: 30px 24px;
    background: rgba(var(--paper-rgb), 0.9);
    backdrop-filter: blur(16px) saturate(115%);
  }

  .page-hero,
  .value-hero,
  .contact-layout,
  .about-intro {
    min-height: calc(100svh - var(--fullscreen-header-height));
  }
}
