:root {
  --cream: #f6f2ec;
  --soft-cream: #fdf8f5;
  --teal: #0e4f52;
  --deep-teal: #0a3a3c;
  --coral: #ee7b5b;
  --mint: #cfe3d8;
  --ink: #1b2021;
  --body-grey: #4a4f4c;
  --muted-grey: #717470;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  transform: translateY(-160%);
  border-radius: 999px;
  background: var(--coral);
  color: var(--ink);
  padding: 10px 16px;
  font-weight: 700;
}
.skip-link:focus { transform: none; }
.pbr-shell { width: min(100% - 40px, 1320px); margin-inline: auto; }
.pbr-header {
  position: sticky;
  top: 0;
  z-index: 70;
  border-bottom: 1px solid rgba(27, 32, 33, .07);
  background: rgba(253, 248, 245, .88);
  backdrop-filter: blur(16px);
}
.pbr-header__row {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.pbr-brand { display: inline-flex; align-items: center; text-decoration: none; }
.pbr-brand__image { width: clamp(176px, 17vw, 238px); height: auto; }
.pbr-header__actions { display: flex; align-items: center; gap: 10px; }
.pbr-icon-btn {
  width: 44px;
  height: 44px;
  border: 1.5px solid rgba(14, 79, 82, .22);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--teal);
  cursor: pointer;
}
.pbr-menu-btn { border: 0; background: var(--teal); color: var(--cream); }
.pbr-book-btn {
  border-radius: 999px;
  background: var(--coral);
  color: var(--ink);
  padding: 12px 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(238, 123, 91, .24);
}
.pbr-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 100;
  width: 100%;
  height: 3px;
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: left;
}
.pbr-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px);
  background: var(--teal);
  color: var(--soft-cream);
  transition: opacity .45s cubic-bezier(.22, 1, .36, 1), transform .45s cubic-bezier(.22, 1, .36, 1), visibility .45s;
}
.pbr-menu[data-open="true"] { visibility: visible; opacity: 1; transform: none; }
.pbr-menu .pbr-brand,
.pbr-footer .pbr-brand {
  border-radius: 10px;
  background: var(--soft-cream);
  padding: 7px 10px;
}
.pbr-menu .pbr-brand__image { width: clamp(176px, 19vw, 250px); }
.pbr-menu .pbr-icon-btn { color: var(--soft-cream); border-color: rgba(246, 242, 236, .32); }
.pbr-menu__inner { min-height: 100%; padding-block: 30px 44px; display: flex; flex-direction: column; }
.pbr-menu__top { display: flex; align-items: center; justify-content: space-between; }
.pbr-menu__grid { margin-block: auto; padding-block: 42px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 64px; align-items: center; }
.pbr-menu__links { display: flex; flex-direction: column; }
.pbr-menu__link {
  display: flex;
  align-items: baseline;
  gap: 16px;
  border-bottom: 1px solid rgba(246, 242, 236, .11);
  padding: 9px 0;
  text-decoration: none;
  font: 500 clamp(28px, 4.8vw, 52px)/1 var(--font-display);
  text-transform: uppercase;
  transition: padding-left .25s ease, color .25s ease;
}
.pbr-menu__link:hover { padding-left: 12px; color: var(--mint); }
.pbr-menu__link span { color: var(--coral); font: 700 12px/1 var(--font-body); letter-spacing: .1em; }
.pbr-menu__card {
  border: 1px solid rgba(246, 242, 236, .14);
  border-radius: 24px;
  padding: 30px;
  background: rgba(253, 248, 245, .06);
}
.pbr-menu__card p { margin: 12px 0 22px; font: 400 24px/1.3 var(--font-display); }
.pbr-menu__cta { display: block; border-radius: 999px; padding: 14px 18px; text-align: center; text-decoration: none; font-weight: 700; }
.pbr-menu__cta--book { background: var(--coral); color: var(--ink); }
.pbr-menu__cta--wa { margin-top: 10px; border: 1px solid rgba(246, 242, 236, .28); }
.pbr-footer { position: relative; overflow: hidden; background: var(--deep-teal); color: var(--cream); }
.pbr-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 110px;
  opacity: .55;
  background: no-repeat center/100% 100% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' fill='none'%3E%3Cpath d='M0 90C360 20 1080 20 1440 90' stroke='%23EE7B5B' stroke-width='2'/%3E%3Cpath d='M0 104C400 44 1040 44 1440 104' stroke='%23CFE3D8' stroke-width='1.5'/%3E%3C/svg%3E");
}
.pbr-footer__inner { position: relative; padding-block: 72px 32px; }
.pbr-footer__grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 48px; }
.pbr-footer h2 { margin: 20px 0 14px; color: var(--cream); font: 400 clamp(28px, 3.2vw, 38px)/1.12 var(--font-display); }
.pbr-footer h2 em { color: var(--coral); }
.pbr-footer p, .pbr-footer li, .pbr-footer a { color: rgba(246, 242, 236, .72); font-size: 14px; line-height: 1.75; }
.pbr-footer a { text-decoration: none; }
.pbr-footer a:hover { color: var(--coral); }
.pbr-footer__title { margin-bottom: 16px; color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.pbr-footer ul { list-style: none; margin: 0; padding: 0; }
.pbr-footer__buttons { display: grid; gap: 10px; }
.pbr-footer__button { border-radius: 999px; padding: 12px 16px; text-align: center; font-weight: 700; }
.pbr-footer__button--wa { background: #25d366; color: white !important; }
.pbr-footer__button--book { border: 1px solid var(--mint); color: var(--mint) !important; }
.pbr-footer__trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 42px; }
.pbr-footer__chip { border: 1px solid rgba(207, 227, 216, .2); border-radius: 999px; background: rgba(207, 227, 216, .1); color: var(--mint); padding: 8px 13px; font-size: 12px; font-weight: 600; }
.pbr-footer__legal { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(246, 242, 236, .12); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; color: rgba(246, 242, 236, .5); font-size: 12px; }
.pbr-mobile-cta { display: none; }
.motion-ready [data-reveal] { opacity: 0; transform: translateY(28px); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: none; transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1); }

/* About page: editorial rhythm instead of repeated card grids. */
.about-page { background: var(--soft-cream); }
.about-shell { width: min(100% - 40px, 1180px); margin-inline: auto; }
.about-section { position: relative; overflow: hidden; }
.about-eyebrow { margin: 0 0 16px; color: var(--teal); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.about-eyebrow--light { color: var(--coral); }
.about-page h1, .about-page h2, .about-page h3, .about-page blockquote { font-family: var(--font-display); }
.about-page h2 { margin: 0; color: var(--ink); font-size: clamp(35px, 5.2vw, 66px); font-weight: 600; letter-spacing: -.025em; line-height: .98; text-transform: uppercase; }
.about-hero { padding: clamp(42px, 6vw, 84px) 0 clamp(64px, 8vw, 112px); }
.about-hero__grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(360px, .76fr); gap: clamp(36px, 6vw, 88px); align-items: center; }
.about-breadcrumb { display: inline-flex; gap: 10px; margin-bottom: clamp(42px, 7vw, 76px); color: var(--muted-grey); font-size: 12px; text-decoration: none; }
.about-breadcrumb span { color: var(--coral); }
.about-hero h1 { margin: 0; max-width: 10.5ch; color: var(--ink); font-size: clamp(47px, 6.8vw, 88px); font-weight: 600; letter-spacing: -.04em; line-height: .9; text-transform: uppercase; }
.about-hero h1 em { color: var(--teal); font-weight: 500; }
.about-hero__name { margin: 24px 0 0; color: var(--teal); font: 600 clamp(20px, 2.2vw, 27px)/1.22 var(--font-display); }
.about-hero__name span { color: var(--coral); font: 700 12px/1.3 var(--font-body); letter-spacing: .14em; text-transform: uppercase; }
.about-lede { max-width: 54ch; margin: 20px 0 0; color: var(--body-grey); font-size: clamp(16px, 1.7vw, 19px); line-height: 1.65; }
.about-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 30px; }
.about-button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 15px 22px; color: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.about-button:hover { transform: translateY(-2px); }
.about-button--primary { background: var(--coral); box-shadow: 0 12px 28px rgba(238,123,91,.26); }
.about-button--text { color: var(--teal); padding-inline: 4px; }
.about-button--coral { margin-top: 30px; background: var(--coral); }
.about-button--whatsapp { background: #25d366; color: #fff; }
.about-hero__visual { position: relative; min-height: clamp(500px, 55vw, 680px); margin: 0; border-radius: 32px 32px 140px 32px; overflow: hidden; background: var(--cream); box-shadow: 0 32px 72px rgba(14,79,82,.12); }
.about-hero__portrait { position: absolute; z-index: 2; inset: auto 50% 0 auto; width: auto; max-width: none; height: 96%; transform: translateX(50%); object-fit: contain; }
.about-hero__mark { position: absolute; z-index: 1; top: 7%; right: -5%; width: 52%; opacity: .075; mix-blend-mode: multiply; }
.about-hero figcaption { position: absolute; z-index: 3; left: 22px; bottom: 22px; border-radius: 999px; background: rgba(10,58,60,.92); color: var(--mint); padding: 10px 15px; font-size: 12px; font-weight: 700; backdrop-filter: blur(8px); }

.about-credentials { border-top: 1px solid rgba(27,32,33,.08); padding: clamp(72px, 9vw, 124px) 0; background: var(--cream); }
.about-credentials__grid { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: clamp(44px, 8vw, 116px); }
.about-credentials h2 { max-width: 8ch; }
.about-credential-list { margin: 0; }
.about-credential-list > div { display: grid; grid-template-columns: 110px 1fr; gap: 24px; border-top: 1px solid rgba(14,79,82,.18); padding: 22px 0; }
.about-credential-list > div:last-child { border-bottom: 1px solid rgba(14,79,82,.18); }
.about-credential-list dt { color: var(--coral); font: 600 22px/1 var(--font-display); }
.about-credential-list dd { margin: 0; color: var(--ink); font: 500 17px/1.45 var(--font-display); }
.about-credential-list dd span { color: var(--muted-grey); font: 400 13px/1.6 var(--font-body); }

.about-philosophy { padding: clamp(84px, 11vw, 148px) 0; background: var(--teal); color: var(--cream); }
.about-philosophy__inner { max-width: 970px; text-align: center; }
.about-philosophy blockquote { margin: 0; color: var(--cream); font-size: clamp(34px, 5.4vw, 70px); font-weight: 400; letter-spacing: -.025em; line-height: 1.07; }
.about-philosophy blockquote em { color: var(--coral); }
.about-philosophy p:last-child { max-width: 66ch; margin: 28px auto 0; color: rgba(246,242,236,.8); font-size: clamp(15px, 1.7vw, 18px); line-height: 1.7; }

.about-standards { padding: clamp(78px, 10vw, 132px) 0; }
.about-standards__grid { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: clamp(48px, 8vw, 120px); }
.about-standards__intro { position: sticky; top: 120px; align-self: start; }
.about-standards h2 { max-width: 8ch; }
.about-standard-list { list-style: none; margin: 0; padding: 0; }
.about-standard-list li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; border-top: 1px solid rgba(27,32,33,.12); padding: 26px 0 32px; }
.about-standard-list li:last-child { border-bottom: 1px solid rgba(27,32,33,.12); }
.about-standard-list > li > span { color: var(--coral); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.about-standard-list h3 { margin: 0 0 9px; color: var(--teal); font-size: clamp(23px, 2.4vw, 31px); font-weight: 600; }
.about-standard-list p { max-width: 56ch; margin: 0; color: var(--body-grey); font-size: 15px; line-height: 1.7; }

.about-founder { padding: clamp(68px, 9vw, 120px) 0; background: var(--cream); }
.about-founder__grid { display: grid; grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr); gap: clamp(42px, 8vw, 116px); align-items: center; }
.about-founder__image { min-height: clamp(430px, 52vw, 650px); margin: 0; border-radius: 220px 220px 28px 28px; overflow: hidden; background: var(--mint); }
.about-founder__image img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: center top; }
.about-founder h2 { max-width: 10ch; }
.about-founder__copy > p:not(.about-eyebrow) { max-width: 58ch; margin: 22px 0 0; color: var(--body-grey); font-size: clamp(15px, 1.7vw, 18px); line-height: 1.72; }
.about-founder__signature { display: grid; gap: 4px; border-left: 3px solid var(--coral); margin-top: 28px; padding-left: 16px; }
.about-founder__signature strong { color: var(--teal); font: 600 19px/1.3 var(--font-display); }
.about-founder__signature span { color: var(--muted-grey); font-size: 12px; }

.about-training { padding: clamp(78px, 10vw, 136px) 0; }
.about-training__head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .6fr); gap: clamp(32px, 7vw, 96px); align-items: end; }
.about-training__head h2 { max-width: 11ch; }
.about-training__head > p { margin: 0 0 6px; color: var(--body-grey); font-size: 15px; line-height: 1.7; }
.about-training__body { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: clamp(34px, 6vw, 86px); margin-top: clamp(48px, 7vw, 84px); }
.about-training figure { min-height: 510px; margin: 0; overflow: hidden; border-radius: 28px; }
.about-training figure img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: center; }
.about-skill-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 0 38px; }
.about-skill-columns > div { border-top: 1px solid rgba(14,79,82,.2); padding: 24px 0 30px; }
.about-skill-columns > div:last-child { grid-column: 1 / -1; }
.about-skill-columns h3 { margin: 0 0 14px; color: var(--teal); font-size: 23px; font-weight: 600; }
.about-skill-columns ul { list-style: none; margin: 0; padding: 0; }
.about-skill-columns li { position: relative; margin: 8px 0; padding-left: 16px; color: var(--body-grey); font-size: 14px; line-height: 1.5; }
.about-skill-columns li::before { position: absolute; left: 0; top: .62em; width: 5px; height: 5px; border-radius: 50%; background: var(--coral); content: ""; }
.about-safety { border-left: 3px solid var(--coral); margin: 48px 0 0; background: var(--cream); padding: 20px 24px; color: var(--body-grey); font-size: 13px; line-height: 1.7; }
.about-safety strong { color: var(--teal); }

.about-scope { padding: clamp(82px, 10vw, 138px) 0; background: var(--deep-teal); color: var(--cream); }
.about-scope__grid { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(46px, 8vw, 116px); }
.about-scope h2 { max-width: 9ch; color: var(--cream); }
.about-scope__grid > div:first-child > p:not(.about-eyebrow) { max-width: 44ch; color: rgba(246,242,236,.72); font-size: 15px; line-height: 1.7; }
.about-scope__list { border-top: 1px solid rgba(246,242,236,.16); }
.about-scope__list a { display: grid; grid-template-columns: 48px 1fr 24px; gap: 18px; align-items: center; border-bottom: 1px solid rgba(246,242,236,.16); padding: 24px 0; color: var(--cream); text-decoration: none; transition: color .25s ease, padding-left .25s ease; }
.about-scope__list a:hover { padding-left: 8px; color: var(--mint); }
.about-scope__list a > span { color: var(--coral); font-size: 11px; font-weight: 700; }
.about-scope__list strong { display: block; font: 600 clamp(20px, 2.2vw, 28px)/1.2 var(--font-display); }
.about-scope__list small { display: block; margin-top: 5px; color: rgba(246,242,236,.58); font-size: 12px; line-height: 1.5; }
.about-scope__list b { color: var(--coral); font-size: 20px; }

.about-cta { padding: clamp(82px, 11vw, 146px) 0; text-align: center; }
.about-cta__inner { max-width: 850px; }
.about-cta h2 { font-size: clamp(44px, 7vw, 86px); }
.about-cta__inner > p:not(.about-eyebrow) { max-width: 60ch; margin: 22px auto 0; color: var(--body-grey); font-size: 16px; line-height: 1.7; }
.about-cta .about-actions { justify-content: center; }

@media (max-width: 900px) {
  body { padding-bottom: 78px; }
  .pbr-shell { width: min(100% - 30px, 1320px); }
  .pbr-book-btn { display: none; }
  .pbr-menu__grid { grid-template-columns: 1fr; gap: 30px; }
  .pbr-menu__card { padding: 22px; }
  .pbr-footer__grid { grid-template-columns: 1fr 1fr; }
  .pbr-footer__brand { grid-column: 1 / -1; max-width: 520px; }
  .pbr-mobile-cta {
    position: fixed;
    z-index: 80;
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    border: 1px solid rgba(14,79,82,.12);
    border-radius: 999px;
    padding: 7px;
    background: rgba(253,248,245,.94);
    box-shadow: 0 18px 44px rgba(10,58,60,.2);
    backdrop-filter: blur(14px);
  }
  .pbr-mobile-cta a { border-radius: 999px; padding: 12px 10px; text-align: center; text-decoration: none; font-size: 13px; font-weight: 700; }
  .pbr-mobile-cta__wa { background: #25d366; color: white; }
  .pbr-mobile-cta__book { background: var(--coral); color: var(--ink); }
  .about-hero__grid,
  .about-credentials__grid,
  .about-standards__grid,
  .about-founder__grid,
  .about-training__head,
  .about-training__body,
  .about-scope__grid { grid-template-columns: 1fr; }
  .about-hero__visual { min-height: min(720px, 105vw); }
  .about-credentials h2,
  .about-standards h2,
  .about-founder h2,
  .about-training__head h2,
  .about-scope h2 { max-width: 12ch; }
  .about-standards__intro { position: static; }
  .about-founder__image { min-height: min(650px, 94vw); }
  .about-training__body { margin-top: 38px; }
  .about-training figure { min-height: min(620px, 86vw); }
}

@media (max-width: 620px) {
  .pbr-icon-btn--call { display: none; }
  .pbr-footer__grid { grid-template-columns: 1fr; }
  .pbr-footer__brand { grid-column: auto; }
  .pbr-footer__legal { flex-direction: column; }
  .pbr-brand__image { width: 168px; }
  .about-shell { width: min(100% - 30px, 1180px); }
  .about-hero { padding-top: 28px; }
  .about-breadcrumb { margin-bottom: 34px; }
  .about-hero h1 { font-size: clamp(43px, 13vw, 62px); }
  .about-hero__visual { min-height: 116vw; border-radius: 24px 24px 92px 24px; }
  .about-hero__portrait { height: 94%; }
  .about-hero figcaption { left: 14px; bottom: 14px; }
  .about-credential-list > div { grid-template-columns: 78px 1fr; gap: 16px; padding: 19px 0; }
  .about-credential-list dt { font-size: 19px; }
  .about-credential-list dd { font-size: 15px; }
  .about-standard-list li { grid-template-columns: 42px 1fr; gap: 12px; }
  .about-founder__image { min-height: 112vw; border-radius: 140px 140px 22px 22px; }
  .about-skill-columns { grid-template-columns: 1fr; }
  .about-skill-columns > div:last-child { grid-column: auto; }
  .about-training figure { min-height: 112vw; }
  .about-scope__list a { grid-template-columns: 36px 1fr 18px; gap: 11px; padding: 20px 0; }
  .about-scope__list small { font-size: 11px; }
  .about-actions { align-items: stretch; flex-direction: column; }
  .about-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .motion-ready [data-reveal] { opacity: 1; transform: none; }
}
