:root {
  --burgundy: #8c3f4d;
  --burgundy-dark: #6d2f3a;
  --petrol: #4c6873;
  --petrol-dark: #394f59;
  --beige: #f2dfd8;
  --beige-soft: #f8efea;
  --white: #ffffff;
  --gray-soft: #f7f6f4;
  --text: #2f2f2f;
  --line: #e8d8d2;
  --shadow: 0 22px 60px rgba(73, 48, 43, 0.14);
  --font-body: "Dm Sans", Arial, sans-serif;
  --font-display: "Diamond Grotesk", "Cormorant Garamond", Georgia, serif;
}

@font-face {
  font-family: "Diamond Grotesk";
  src: url("assets/DiamondGrotesk-VF.ttf") format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: var(--font-body);
  line-height: 1.65;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  border-radius: 999px;
  background: var(--burgundy);
  color: var(--white);
  padding: 10px 16px;
}

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

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(830px, calc(100% - 40px));
}

.centered {
  text-align: center;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 22px max(24px, calc((100vw - 1160px) / 2));
  color: var(--white);
  transition: background 220ms ease, box-shadow 220ms ease, padding 220ms ease, color 220ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  padding-top: 14px;
  padding-bottom: 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 36px rgba(69, 55, 50, 0.11);
  backdrop-filter: blur(12px);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: clamp(150px, 15vw, 224px);
}

.brand img {
  width: 100%;
  height: auto;
  transition: opacity 180ms ease;
}

.brand .logo-color {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.site-header.is-scrolled .brand .logo-white,
.site-header.is-open .brand .logo-white {
  opacity: 0;
}

.site-header.is-scrolled .brand .logo-color,
.site-header.is-open .brand .logo-color {
  opacity: 1;
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  font-size: 0.84rem;
  font-weight: 600;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transition: width 180ms ease;
}

.site-nav a:hover::after {
  width: 100%;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 0.82rem;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.header-cta,
.btn-primary {
  background: var(--burgundy);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(140, 63, 77, 0.22);
}

.btn-light {
  background: var(--white);
  color: var(--burgundy-dark);
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.54);
  color: var(--white);
}

.btn:hover,
.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(74, 42, 38, 0.22);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 180ms ease;
}

.site-header.is-open .nav-toggle span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.site-header.is-open .nav-toggle span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  padding-bottom: clamp(72px, 9vh, 120px);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(109, 47, 58, 0.82), rgba(76, 104, 115, 0.34) 48%, rgba(47, 47, 47, 0.1)),
    linear-gradient(0deg, rgba(47, 47, 47, 0.18), rgba(47, 47, 47, 0.05));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 360px);
  gap: 48px;
  align-items: end;
  padding-top: clamp(150px, 18vh, 210px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--burgundy);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow,
.eyebrow.light {
  color: var(--beige);
}

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

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  margin-bottom: 0;
  font-size: clamp(4rem, 9vw, 7.6rem);
}

h2 {
  color: var(--burgundy-dark);
  font-size: clamp(2.7rem, 5.8vw, 5.2rem);
}

h3 {
  color: var(--burgundy-dark);
  font-size: 1.15rem;
  line-height: 1.25;
}

.hero-aside {
  align-self: end;
  display: grid;
  gap: 22px;
  justify-items: start;
  margin-bottom: 22px;
}

.hero-aside p {
  max-width: 350px;
  margin: 0;
  color: var(--white);
  font-size: 1.03rem;
  line-height: 1.55;
}

.hero-stamp {
  display: grid;
  width: 172px;
  height: 172px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  font-weight: 700;
  background: rgba(140, 63, 77, 0.52);
  backdrop-filter: blur(12px);
  transition: box-shadow 240ms ease;
}

.hero-stamp:hover,
.hero-stamp:focus-within {
  animation: stampPulse 2.8s ease-in-out infinite;
}

.stamp-text {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform-origin: 50% 50%;
  animation: stampRotate 24s linear infinite;
}

.hero-stamp:hover .stamp-text,
.hero-stamp:focus-within .stamp-text {
  animation-play-state: paused;
}

.stamp-text text {
  fill: var(--white);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hero-stamp img {
  grid-area: 1 / 1;
  width: 62px;
  height: auto;
  object-fit: contain;
}

.hero-stamp span,
.hero-stamp strong {
  display: none;
}

@keyframes stampRotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes stampPulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }

  50% {
    transform: scale(1.035);
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.08);
  }
}

section {
  padding: 104px 0;
}

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

.section-burgundy h2,
.section-burgundy p {
  color: var(--white);
}

.impact {
  min-height: 760px;
  display: grid;
  align-items: center;
  padding: clamp(104px, 10vw, 142px) 0;
  overflow: hidden;
}

.impact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

.impact h2 {
  width: min(1060px, 100%);
  margin: 0;
  color: var(--white);
  font-size: clamp(4rem, 6.1vw, 5.9rem);
  font-weight: 500;
  line-height: 1.04;
  text-align: center;
}

.impact h2 span {
  display: block;
}

.impact h2 span:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
}

.impact h2 img {
  width: clamp(250px, 25vw, 360px);
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
}

.impact-content {
  display: grid;
  grid-template-columns: minmax(220px, 360px);
  gap: 30px;
  width: min(360px, 100%);
  margin-top: clamp(48px, 6vw, 72px);
  margin-left: min(32vw, 420px);
}

.impact-content p {
  margin: 0;
  color: var(--white);
  font-size: 1.24rem;
  line-height: 1.28;
}

.impact-phone {
  position: relative;
  display: grid;
  gap: 3px;
  padding-left: 150px;
  color: var(--white);
  font-size: 1.18rem;
  line-height: 1.25;
}

.impact-phone::before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 116px;
  height: 2px;
  background: var(--petrol);
  content: "";
}

.impact-phone span {
  display: block;
}

.impact-phone strong {
  display: inline;
  width: fit-content;
  border-bottom: 2px solid currentColor;
  font-size: 1.35rem;
  font-weight: 500;
}

.organic-top {
  position: relative;
  background: var(--beige);
}

.organic-bottom {
  position: relative;
  z-index: 2;
}

.organic-bottom::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -185px;
  z-index: 2;
  height: 260px;
  border-radius: 0 0 50% 50%;
  background: var(--gray-soft);
  content: "";
}

.two-columns {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 64px;
  align-items: center;
}

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

.text-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--burgundy-dark);
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}

.image-card {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.image-card img {
  width: 100%;
  aspect-ratio: 1.15;
  object-fit: cover;
}

.differentials {
  background: linear-gradient(180deg, var(--beige), var(--beige-soft));
}

.section-heading {
  margin-bottom: 42px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card,
.professional-card,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(67, 45, 39, 0.08);
}

.feature-card {
  padding: 30px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--beige-soft);
  color: var(--burgundy);
  font-size: 1.35rem;
}

.treatments {
  background: var(--gray-soft);
  overflow: visible;
}

.treatment-list {
  display: grid;
  gap: 12px;
}

.treatment-item {
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.treatment-item:last-child {
  border-bottom: 1px solid var(--line);
}

.treatment-item h3 {
  margin-bottom: 0;
  font: 700 clamp(1.8rem, 4vw, 3rem)/1 var(--font-display);
}

.treatment-content {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr) 130px;
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
}

.treatment-content p {
  margin: 0;
}

.mini-link {
  min-width: max-content;
  color: var(--burgundy);
  font-weight: 700;
  justify-self: end;
}

.professionals {
  position: relative;
  padding-top: clamp(230px, 18vw, 290px);
  background: var(--petrol);
  color: var(--white);
}

.professionals h2,
.professionals h3,
.professionals p {
  color: var(--white);
}

.professional-intro {
  max-width: 820px;
  margin-bottom: 42px;
}

.professional-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.professional-card {
  display: grid;
  grid-template-columns: 142px 1fr;
  gap: 24px;
  align-items: start;
  padding: 26px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: none;
}

.professional-card img {
  width: 142px;
  height: 142px;
  border: 4px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  object-fit: cover;
}

.professional-card h3 {
  margin-bottom: 4px;
}

.cro,
.specialties {
  font-weight: 700;
}

.cro {
  margin-bottom: 12px;
}

.specialties {
  margin-bottom: 18px;
  color: var(--beige) !important;
}

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

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

.contact {
  background: var(--gray-soft);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 46px;
}

.contact-info ul {
  padding: 0;
  margin: 28px 0;
  list-style: none;
}

.contact-info li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.map {
  min-height: 220px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--beige-soft);
}

.map iframe {
  display: block;
  width: 100%;
  min-height: 220px;
  border: 0;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--petrol-dark);
  font-size: 0.82rem;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  color: var(--text);
  padding: 13px 14px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(140, 63, 77, 0.25);
  border-color: var(--burgundy);
}

.site-footer {
  padding: 64px 0 28px;
  background: var(--petrol-dark);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 34px;
}

.footer-brand {
  width: 190px;
  margin-bottom: 18px;
}

.footer-brand .logo-color {
  display: none;
}

.site-footer h2 {
  margin-bottom: 12px;
  color: var(--beige);
  font: 700 1rem/1.2 var(--font-body);
}

.site-footer a,
.site-footer span {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.82);
}

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

.copyright {
  width: min(1160px, calc(100% - 40px));
  margin: 40px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.78rem;
}

.copyright span {
  display: inline-block;
  margin-left: 14px;
}

.copyright a {
  display: inline;
  margin: 0;
  color: var(--white);
  font-weight: 700;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: var(--burgundy);
  color: var(--white);
  padding: 10px 12px 10px 16px;
  box-shadow: 0 18px 36px rgba(109, 47, 58, 0.32);
}

.floating-whatsapp span {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  transition: max-width 200ms ease, opacity 200ms ease;
}

.floating-whatsapp:hover span,
.floating-whatsapp:focus span {
  max-width: 150px;
  opacity: 1;
}

.floating-whatsapp strong {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--burgundy);
}

.floating-whatsapp svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.reveal {
  transform: none;
  opacity: 1;
}

.js .reveal {
  transform: translateY(24px);
  opacity: 0;
  transition: transform 680ms ease, opacity 680ms ease;
}

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

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-header.is-open .site-nav,
  .site-header.is-open .header-cta {
    display: flex;
  }

  .site-header.is-open {
    grid-template-columns: auto auto;
  }

  .site-header.is-open .site-nav {
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding-top: 16px;
  }

  .site-header.is-open .header-cta {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
    padding-bottom: 72px;
  }

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

  .hero-stamp {
    justify-self: start;
    width: 136px;
    height: 136px;
  }

  .hero-aside {
    margin-bottom: 0;
  }

  .impact {
    min-height: 720px;
  }

  .impact h2 {
    font-size: clamp(3.4rem, 8.2vw, 5rem);
  }

  .impact-content {
    margin-left: 0;
  }

  .organic-bottom::after {
    bottom: -150px;
    height: 220px;
  }

  .professionals {
    padding-top: 220px;
  }

  .feature-grid,
  .professional-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .treatment-content {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
  }

  .mini-link {
    justify-self: start;
  }
}

@media (max-width: 680px) {

  .container,
  .narrow,
  .copyright {
    width: min(100% - 28px, 1160px);
  }

  .site-header {
    padding: 14px;
  }

  .brand {
    width: 154px;
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
    padding-bottom: 54px;
  }

  .hero-grid {
    gap: 26px;
    padding-top: 118px;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(109, 47, 58, 0.9), rgba(76, 104, 115, 0.48));
  }

  h1 {
    font-size: clamp(3.3rem, 17vw, 4.8rem);
  }

  h2 {
    font-size: clamp(2.25rem, 12vw, 3.4rem);
  }

  section {
    padding: 74px 0;
  }

  .impact {
    min-height: 760px;
    padding: 94px 0;
  }

  .impact h2 {
    width: 100%;
    font-size: clamp(3.15rem, 13vw, 3.8rem);
    text-align: left;
  }

  .impact h2 span:last-child {
    display: grid;
    justify-content: start;
    gap: 20px;
  }

  .impact h2 img {
    width: min(100%, 300px);
  }

  .impact-grid {
    justify-items: start;
  }

  .impact-content {
    width: 100%;
    margin-top: 42px;
  }

  .impact-phone {
    padding-left: 96px;
  }

  .impact-phone::before {
    width: 72px;
  }

  .organic-bottom::after {
    left: 0;
    right: 0;
    bottom: -118px;
    height: 176px;
  }

  .professionals {
    padding-top: 180px;
  }

  .feature-grid,
  .professional-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .professional-card {
    grid-template-columns: 1fr;
  }

  .professional-card img {
    width: 132px;
    height: 132px;
  }

  .treatment-item {
    padding: 24px 0;
  }

  .btn,
  .header-cta {
    width: 100%;
  }

  .floating-whatsapp span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .reveal {
    transform: none;
    opacity: 1;
  }
}
