:root {
  --sage: #9CAF88;
  --beige: #F4EFEA;
  --terracotta: #C38E70;
  --warm-gray: #6E6E6E;
  --sage-dark: #4F5F47;
  --terracotta-dark: #8F5F49;
  --text-dark: #2F332C;
  --muted-text: #5F615C;
  --white: #FFFFFF;
  --line: rgba(47, 51, 44, 0.14);
  --soft-sage: rgba(156, 175, 136, 0.22);
  --soft-terracotta: rgba(195, 142, 112, 0.16);
  --font-title: "Playfair Display", Georgia, serif;
  --font-body: "Montserrat", Lato, Arial, sans-serif;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4rem;
  --radius-card: 8px;
  --radius-image: 28px;
  --shadow-soft: 0 18px 50px rgba(47, 51, 44, 0.12);
  --shadow-small: 0 10px 28px rgba(47, 51, 44, 0.08);
  --header-height: 76px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1rem);
}

body {
  margin: 0;
  background: var(--beige);
  color: var(--text-dark);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-color: rgba(143, 95, 73, 0.45);
  text-underline-offset: 0.24em;
}

a:hover {
  color: var(--terracotta-dark);
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--terracotta-dark);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  transform: translateY(-150%);
  border-radius: 999px;
  background: var(--text-dark);
  color: var(--white);
  padding: 0.7rem 1rem;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(100% - 2rem, 1180px);
  margin-inline: auto;
}

.section {
  padding: var(--space-7) 0;
  position: relative;
}

.section-heading,
.section-copy {
  max-width: 760px;
}

.section-heading {
  margin-bottom: var(--space-5);
}

.section-heading.compact {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 var(--space-2);
  color: var(--terracotta-dark);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 1.75rem;
  height: 2px;
  background: var(--terracotta);
}

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

h1,
h2,
h3 {
  color: var(--text-dark);
  font-family: var(--font-title);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  margin-bottom: var(--space-4);
  font-size: 2.32rem;
}

h2 {
  margin-bottom: var(--space-3);
  font-size: 2rem;
}

h3 {
  margin-bottom: var(--space-2);
  font-size: 1.22rem;
}

p {
  color: var(--muted-text);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header-height);
  border-bottom: 1px solid rgba(47, 51, 44, 0.08);
  background: rgba(244, 239, 234, 0.94);
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(47, 51, 44, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
  gap: var(--space-3);
}

.brand {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
  text-decoration: none;
}

.brand-name {
  color: var(--sage-dark);
  font-family: var(--font-title);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.brand-subtitle {
  color: var(--muted-text);
  font-size: 0.73rem;
  font-weight: 600;
  line-height: 1.35;
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 88px;
  height: 42px;
  padding: 0 0.72rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--white);
  color: var(--sage-dark);
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(47, 51, 44, 0.08);
}

.nav-toggle-text {
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.nav-toggle-icon {
  display: grid;
  align-content: center;
  gap: 5px;
  width: 18px;
  height: 18px;
}

.nav-toggle-line {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-open .nav-toggle-line:nth-child(1) {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-open .nav-toggle-line:nth-child(2) {
  transform: translateY(-3.5px) rotate(-45deg);
}

.primary-nav {
  position: fixed;
  inset: var(--header-height) 1rem auto 1rem;
  display: grid;
  gap: 0.25rem;
  max-height: calc(100svh - var(--header-height) - 2rem);
  padding: var(--space-3);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.6rem);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.nav-open .primary-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.primary-nav a {
  border-radius: 999px;
  padding: 0.75rem 0.9rem;
  color: var(--text-dark);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.primary-nav a:hover {
  background: var(--soft-sage);
  color: var(--sage-dark);
}

.primary-nav .nav-cta {
  margin-top: var(--space-1);
  background: var(--terracotta-dark);
  color: var(--white);
  text-align: center;
}

.primary-nav .nav-cta:hover {
  background: var(--sage-dark);
  color: var(--white);
}

.hero {
  --hero-shape-height: 274px;
  min-height: auto;
  overflow: hidden;
  padding-top: var(--space-6);
}

.hero-shape {
  position: absolute;
  inset: 0 auto auto 0;
  width: min(100%, 1040px);
  height: var(--hero-shape-height);
  border-bottom-right-radius: 72px;
  background: rgba(156, 175, 136, 0.18);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: var(--space-5);
}

.hero-copy {
  max-width: 780px;
}

.hero-subtitle {
  max-width: 650px;
  margin-bottom: var(--space-4);
  font-size: 1.05rem;
}

.hero-actions,
.contact-actions,
.link-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-3);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.8rem 1.18rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--terracotta-dark);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(143, 95, 73, 0.24);
}

.button-primary svg {
  fill: currentColor;
}

.button-primary:hover {
  background: var(--sage-dark);
  color: var(--white);
}

.button-secondary {
  border-color: rgba(79, 95, 71, 0.35);
  background: rgba(255, 255, 255, 0.58);
  color: var(--sage-dark);
}

.button-secondary:hover {
  border-color: var(--sage-dark);
  background: var(--white);
  color: var(--sage-dark);
}

.credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  margin: var(--space-4) 0 0;
  padding: 0;
  color: var(--sage-dark);
  font-size: 0.92rem;
  font-weight: 700;
  list-style: none;
}

.credentials li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.credentials li::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--terracotta);
}

.hero-media {
  margin: 0;
  justify-self: center;
  width: min(78vw, 360px);
}

.hero-media img {
  width: 100%;
  border-radius: 50% 50% 18px 18px / 30% 30% 18px 18px;
  box-shadow: var(--shadow-soft);
  backface-visibility: hidden;
}

.intro-section {
  background: var(--white);
}

.intro-grid,
.about-grid,
.therapy-grid,
.faq-grid {
  display: grid;
  gap: var(--space-5);
}

.soft-image,
.portrait-card,
.faq-image {
  margin: 0;
}

.soft-image img,
.portrait-card img,
.faq-image img {
  width: 100%;
  border-radius: var(--radius-image);
  box-shadow: var(--shadow-small);
}

.help-section {
  background: rgba(156, 175, 136, 0.16);
}

.help-grid {
  display: grid;
  gap: var(--space-3);
}

.help-card,
.step,
.therapy-panel {
  border: 1px solid rgba(47, 51, 44, 0.1);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-small);
}

.help-card {
  padding: var(--space-4);
}

.card-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: var(--space-3);
  border-radius: 999px;
  background: var(--soft-terracotta);
  color: var(--terracotta-dark);
}

.card-icon svg {
  fill: currentColor;
}

.card-icon .line-icon {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  overflow: visible;
}

.card-icon .line-icon * {
  vector-effect: non-scaling-stroke;
}

.help-card p {
  margin-bottom: 0;
}

.about-section {
  background: var(--beige);
}

#about-title span {
  display: block;
}

.about-highlight {
  max-width: 640px;
  margin-bottom: var(--space-3);
  color: var(--sage-dark);
  font-weight: 800;
}

.portrait-card {
  align-self: start;
  width: min(100%, 430px);
}

.info-list {
  display: grid;
  gap: 0.8rem;
  margin: var(--space-4) 0;
}

.info-list div {
  display: grid;
  gap: 0.1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line);
}

.info-list dt {
  color: var(--terracotta-dark);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.info-list dd {
  margin: 0;
  color: var(--text-dark);
  font-weight: 700;
}

.text-link,
.inline-academic-link {
  color: var(--sage-dark);
  font-weight: 800;
}

.inline-academic-link {
  display: flex;
  width: fit-content;
  margin-top: 0.35rem;
  font-size: 0.94rem;
  text-decoration-color: rgba(79, 95, 71, 0.38);
  text-underline-offset: 0.18em;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.inline-academic-link:hover {
  color: var(--terracotta-dark);
  text-decoration-color: rgba(143, 95, 73, 0.45);
}

.therapy-section {
  background: var(--white);
}

.therapy-panel {
  display: grid;
  gap: 0;
  align-self: start;
  overflow: hidden;
  padding: 0;
  background: var(--white);
}

.therapy-visual {
  position: relative;
  margin: 0;
  padding: 0.65rem 0.65rem 0;
}

.therapy-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius-card);
}

.therapy-visual figcaption {
  position: absolute;
  right: 1.2rem;
  bottom: 0.75rem;
  left: 1.2rem;
  width: fit-content;
  max-width: calc(100% - 2.4rem);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(244, 239, 234, 0.92);
  color: var(--sage-dark);
  padding: 0.45rem 0.72rem;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 10px 22px rgba(47, 51, 44, 0.12);
}

.therapy-details {
  padding: var(--space-4);
}

.therapy-details-title {
  margin: 0 0 0.75rem;
  color: var(--terracotta-dark);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.feature-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 0.82rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--text-dark);
  font-weight: 700;
}

.feature-list li:last-child {
  border-bottom: 0;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--soft-sage);
  color: var(--sage-dark);
}

.feature-icon svg {
  fill: currentColor;
}

.feature-list strong,
.feature-list small {
  display: block;
}

.feature-list strong {
  font-size: 0.96rem;
  line-height: 1.3;
}

.feature-list small {
  margin-top: 0.12rem;
  color: var(--muted-text);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.35;
}

.scheduling-section {
  background: var(--sage);
}

.scheduling-section .eyebrow,
.scheduling-section h2,
.scheduling-section h3,
.scheduling-section p {
  color: var(--text-dark);
}

.scheduling-section .eyebrow::before {
  background: var(--text-dark);
}

.steps {
  display: grid;
  gap: var(--space-3);
}

.step {
  padding: var(--space-4);
  background: rgba(255, 255, 255, 0.76);
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: var(--space-3);
  border-radius: 999px;
  background: var(--terracotta-dark);
  color: var(--white);
  font-weight: 800;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: var(--space-5);
}

.faq-section {
  background: var(--beige);
}

.faq-image {
  display: none;
  margin-top: var(--space-4);
}

.faq-list {
  display: grid;
  gap: var(--space-2);
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--white);
  box-shadow: var(--shadow-small);
  overflow: hidden;
}

.faq-item h3 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--text-dark);
  cursor: pointer;
  padding: 1rem;
  font: inherit;
  font-weight: 800;
  text-align: left;
}

.faq-question span {
  position: relative;
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
}

.faq-question span::before,
.faq-question span::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 0;
  width: 1rem;
  height: 2px;
  background: var(--terracotta-dark);
  transform: translateY(-50%);
}

.faq-question span::after {
  transform: translateY(-50%) rotate(90deg);
  transition: opacity 160ms ease;
}

.faq-question[aria-expanded="true"] span::after {
  opacity: 0;
}

.faq-answer {
  padding: 0 1rem 1rem;
}

.faq-answer p {
  margin: 0;
}

.final-cta {
  background: var(--sage-dark);
  color: var(--white);
}

.final-cta .eyebrow,
.final-cta h2,
.final-cta p,
.final-cta a,
.final-cta span {
  color: var(--white);
}

.final-cta .eyebrow::before {
  background: var(--terracotta);
}

.final-cta-inner {
  display: grid;
  gap: var(--space-4);
}

.contact-actions {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  align-items: center;
  gap: 0.75rem;
  width: min(100%, 320px);
}

.contact-actions .button,
.contact-link,
.crp-badge {
  min-width: 0;
}

.contact-link,
.crp-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  padding: 0.78rem 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.contact-link {
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.contact-link::after {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: -1;
  border-radius: inherit;
  background: rgba(195, 142, 112, 0.18);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 180ms ease, transform 180ms ease;
}

.contact-link:hover {
  border-color: rgba(195, 142, 112, 0.82);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 28px rgba(47, 51, 44, 0.18);
  transform: translateY(-2px);
}

.contact-link:hover::after {
  opacity: 1;
  transform: scale(1);
}

.contact-whatsapp svg,
.contact-instagram svg,
.crp-badge svg {
  flex: 0 0 auto;
  fill: currentColor;
  transition: transform 180ms ease;
}

.contact-whatsapp:hover svg,
.contact-instagram:hover svg {
  transform: rotate(-4deg) scale(1.06);
}

.crp-badge {
  justify-content: center;
  width: 100%;
  border-color: rgba(195, 142, 112, 0.42);
  background: rgba(255, 255, 255, 0.06);
}

.crp-badge svg {
  animation: badgePulse 2.8s ease-in-out infinite;
}

.site-footer {
  padding: var(--space-6) 0;
  background: var(--text-dark);
  color: rgba(255, 255, 255, 0.76);
}

.site-footer a,
.site-footer p {
  color: rgba(255, 255, 255, 0.78);
}

.footer-brand {
  margin-bottom: 0.4rem;
  color: var(--white);
  font-family: var(--font-title);
  font-size: 1.45rem;
  font-weight: 700;
}

.footer-note {
  max-width: 520px;
  margin-bottom: 0;
  font-size: 0.92rem;
}

.footer-grid {
  display: grid;
  gap: var(--space-4);
}

.footer-nav,
.footer-contact {
  display: grid;
  gap: 0.55rem;
}

.footer-nav a,
.footer-contact a {
  width: fit-content;
  font-weight: 700;
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 90;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: var(--terracotta-dark);
  color: var(--white);
  box-shadow: 0 16px 38px rgba(47, 51, 44, 0.24);
  text-decoration: none;
  animation: floatPulse 3.4s ease-in-out infinite;
}

.floating-whatsapp svg {
  fill: currentColor;
}

.floating-whatsapp:hover {
  background: var(--sage-dark);
  color: var(--white);
}

@keyframes floatPulse {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes badgePulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

@media (min-width: 390px) {
  h1 {
    font-size: 2.38rem;
  }

  h2 {
    font-size: 2.18rem;
  }
}

@media (min-width: 768px) {
  :root {
    --header-height: 82px;
  }

  .container {
    width: min(100% - 3rem, 1180px);
  }

  .section {
    padding: 5.25rem 0;
  }

  h1 {
    font-size: 2.9rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  .hero {
    padding: 4rem 0;
  }

  .hero-copy {
    max-width: 650px;
  }

  .hero-subtitle {
    font-size: 1.12rem;
  }

  .intro-grid,
  .about-grid,
  .therapy-grid,
  .faq-grid,
  .final-cta-inner,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .help-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .faq-image {
    display: block;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 0.9fr 0.6fr;
    align-items: start;
  }

  .therapy-details {
    padding-top: var(--space-3);
  }

  .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: var(--space-4);
  }

  .feature-list li {
    min-height: 72px;
  }

  .feature-list li:last-child {
    grid-column: 1 / -1;
  }

}

@media (min-width: 1024px) {
  h1 {
    font-size: 3.15rem;
  }

  .hero-copy {
    max-width: 710px;
  }

  .help-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .help-card:nth-child(7) {
    grid-column: 2 / 3;
  }
}

@media (min-width: 1180px) {
  .nav-toggle {
    display: none;
  }

  body.nav-open {
    overflow: auto;
  }

  .primary-nav {
    position: static;
    display: flex;
    align-items: center;
    gap: 0.05rem;
    max-height: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
  }

  .primary-nav a {
    padding: 0.62rem 0.78rem;
    font-size: 0.84rem;
  }

  .primary-nav .nav-cta {
    margin-top: 0;
    margin-left: 0.25rem;
    padding-inline: 1rem;
  }

  .hero {
    --hero-shape-height: 330px;
    padding: 3rem 0 2.5rem;
  }

  .hero h1 {
    margin-bottom: 5rem;
  }

  .hero-inner {
    min-height: 510px;
    align-items: center;
  }

  .hero-media {
    position: absolute;
    top: calc(50% + 1.65rem);
    right: 0;
    z-index: -1;
    width: min(31vw, 430px);
    opacity: 0.96;
    transform: translateY(-48%);
  }

  .hero-media::before {
    content: "";
    position: absolute;
    inset: 8% -10% 8% 16%;
    z-index: -1;
    border-radius: 44px;
    background: var(--soft-sage);
  }
}

@media (min-width: 1440px) {
  h1 {
    font-size: 3.35rem;
  }

  h2 {
    font-size: 3rem;
  }

  .container {
    width: min(100% - 4rem, 1240px);
  }

  .hero-inner {
    min-height: 560px;
  }

  .hero-media {
    width: min(30vw, 460px);
  }
}

@media (max-width: 360px) {
  .hero {
    --hero-shape-height: 252px;
  }

  .container {
    width: min(100% - 1.25rem, 1180px);
  }

  h1 {
    font-size: 2.06rem;
  }

  h2 {
    font-size: 1.82rem;
  }

  .button {
    width: 100%;
    padding-inline: 1rem;
  }

  .hero-media {
    width: min(86vw, 320px);
  }
}

@media (min-width: 361px) and (max-width: 767px) {
  .hero {
    --hero-shape-height: clamp(300px, 79vw, 390px);
  }
}

@media (max-width: 767px) {
  .hero-media img {
    border-radius: 50% 50% 16px 16px / 29% 29% 16px 16px;
  }

  .credentials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.72rem 0.9rem;
    max-width: 390px;
  }

  .credentials li {
    align-items: flex-start;
    min-width: 0;
  }

  .credentials li::before {
    flex: 0 0 0.45rem;
    margin-top: 0.5rem;
  }

  .contact-actions {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-inline: auto;
  }

  .contact-actions .button,
  .contact-link,
  .crp-badge {
    width: 100%;
    justify-content: center;
    padding-inline: 0.82rem;
  }

  .crp-badge {
    justify-self: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
