:root {
  --bg: oklch(98.2% 0.012 87);
  --paper: oklch(99% 0.01 95);
  --ink: oklch(23% 0.025 168);
  --muted: oklch(50% 0.025 166);
  --line: oklch(88.5% 0.022 78);
  --green: oklch(48% 0.075 159);
  --green-dark: oklch(35% 0.07 160);
  --clay: oklch(57% 0.105 42);
  --clay-soft: oklch(91% 0.04 47);
  --sage: oklch(90.5% 0.035 154);
  --sage-strong: oklch(80% 0.07 153);
  --shadow: 0 26px 72px oklch(35% 0.03 70 / 14%);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: inherit;
}

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

.icon,
.icon-card {
  background: currentColor;
  display: inline-block;
  flex: 0 0 auto;
  height: 1.1em;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 1.1em;
}

.icon-card {
  color: var(--clay);
  height: 28px;
  margin-bottom: 18px;
  width: 28px;
}

.icon-whatsapp {
  -webkit-mask-image: url("/assets/icons/whatsapp.svg");
  mask-image: url("/assets/icons/whatsapp.svg");
}

.icon-mail {
  -webkit-mask-image: url("/assets/icons/mail.svg");
  mask-image: url("/assets/icons/mail.svg");
}

.icon-instagram {
  -webkit-mask-image: url("/assets/icons/instagram.svg");
  mask-image: url("/assets/icons/instagram.svg");
}

.icon-facebook {
  -webkit-mask-image: url("/assets/icons/facebook.svg");
  mask-image: url("/assets/icons/facebook.svg");
}

.icon-video {
  -webkit-mask-image: url("/assets/icons/video.svg");
  mask-image: url("/assets/icons/video.svg");
}

.icon-house {
  -webkit-mask-image: url("/assets/icons/house.svg");
  mask-image: url("/assets/icons/house.svg");
}

.icon-heart {
  -webkit-mask-image: url("/assets/icons/heart-handshake.svg");
  mask-image: url("/assets/icons/heart-handshake.svg");
}

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

picture {
  display: block;
}

.site-header {
  align-items: center;
  background: oklch(98.2% 0.012 87 / 92%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  padding: 18px clamp(20px, 5vw, 72px);
  position: sticky;
  top: 0;
  z-index: 5;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: max-content;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  background: var(--sage);
  border-radius: 50%;
  display: inline-flex;
  font-size: 22px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  width: 44px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 16px;
  line-height: 1.2;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: flex-end;
}

.nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--green-dark);
}

.nav a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-color: var(--clay);
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

main {
  overflow: hidden;
}

.hero {
  align-items: center;
  background:
    radial-gradient(circle at 88% 14%, oklch(91% 0.04 52 / 72%), transparent 32%),
    linear-gradient(180deg, var(--paper), var(--bg));
  display: grid;
  gap: clamp(32px, 6vw, 72px);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  min-height: min(760px, calc(100svh - 82px));
  padding: clamp(40px, 7vw, 96px) clamp(20px, 5vw, 72px);
}

.hero-copy {
  max-width: 680px;
  min-width: 0;
  width: 100%;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.05;
}

h1 {
  font-size: clamp(44px, 6.4vw, 84px);
  margin-bottom: 24px;
  overflow-wrap: break-word;
}

h2 {
  font-size: clamp(32px, 4vw, 56px);
  margin-bottom: 18px;
}

h3 {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.hero p,
.intro p,
.about-copy p {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  gap: 8px;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  text-decoration: none;
  transition: background-color 180ms ease-out, box-shadow 180ms ease-out, transform 180ms ease-out;
}

.primary {
  background: var(--green-dark);
  color: white;
  box-shadow: 0 12px 26px oklch(35% 0.07 160 / 20%);
}

.secondary {
  border: 1px solid var(--line);
  color: var(--green-dark);
}

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

.primary:hover {
  background: oklch(30% 0.075 160);
}

.secondary:hover {
  background: var(--paper);
  border-color: var(--sage-strong);
}

.hero-image {
  aspect-ratio: 4 / 5;
  border: 10px solid var(--paper);
  border-radius: 28px;
  box-shadow: var(--shadow);
  height: min(62svh, 640px);
  object-fit: cover;
  object-position: 54% 50%;
  width: 100%;
}

.split,
.services-preview,
blockquote,
.page,
.site-footer {
  padding-left: clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
}

.split {
  align-items: center;
  display: grid;
  gap: clamp(32px, 6vw, 92px);
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  padding-bottom: clamp(56px, 8vw, 112px);
  padding-top: clamp(56px, 8vw, 112px);
}

.note {
  background: var(--sage);
  border: 1px solid oklch(83% 0.045 153);
  border-radius: var(--radius);
  padding: clamp(28px, 4vw, 48px);
}

.note p {
  color: var(--green-dark);
  margin: 0;
}

.services-preview {
  background:
    linear-gradient(180deg, var(--paper), oklch(96.5% 0.018 91));
  border-top: 1px solid var(--line);
  padding-bottom: clamp(56px, 8vw, 104px);
  padding-top: clamp(56px, 8vw, 104px);
}

.section-head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.section-head a {
  color: var(--clay);
  font-weight: 800;
  text-decoration: none;
}

.cards {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}

.cards article,
.contact-options article {
  background: transparent;
  border: 1px solid var(--line);
  padding: clamp(24px, 3vw, 34px);
}

.cards article {
  border-left-width: 0;
}

.cards article:first-child {
  border-left-width: 1px;
  border-radius: var(--radius) 0 0 var(--radius);
}

.cards article:last-child {
  border-radius: 0 var(--radius) var(--radius) 0;
}

.contact-options article {
  background: var(--paper);
  border-radius: var(--radius);
}

.cards article h3,
.contact-options article h2 {
  margin-top: 0;
}

.cards p,
.service p,
.service li,
.contact-options p {
  color: var(--muted);
}

.cards strong {
  color: var(--clay);
}

blockquote {
  background: var(--green-dark);
  color: oklch(97% 0.01 95);
  margin: 0;
  padding-bottom: clamp(64px, 9vw, 128px);
  padding-top: clamp(64px, 9vw, 128px);
  position: relative;
}

blockquote::before {
  color: oklch(85% 0.04 154 / 12%);
  content: "“";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(150px, 22vw, 360px);
  line-height: 0.75;
  pointer-events: none;
  position: absolute;
  right: clamp(20px, 6vw, 88px);
  top: clamp(48px, 7vw, 96px);
}

blockquote p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 4vw, 48px);
  line-height: 1.22;
  max-width: 1040px;
  position: relative;
}

blockquote cite {
  color: oklch(84% 0.03 150);
  display: block;
  font-style: normal;
  margin-top: 32px;
  position: relative;
}

.page {
  padding-bottom: clamp(56px, 8vw, 112px);
}

.page-hero {
  padding: clamp(56px, 9vw, 120px) 0 clamp(32px, 5vw, 72px);
}

.page-hero p {
  color: var(--clay);
  font-weight: 900;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 980px;
}

.service-list {
  display: grid;
  gap: 20px;
}

.service {
  background:
    linear-gradient(135deg, var(--paper), oklch(97% 0.014 83));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 280px;
  padding: clamp(24px, 4vw, 44px);
}

.service dl {
  margin: 0;
}

.service dl div {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.service dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.service dd {
  color: var(--green-dark);
  font-size: 22px;
  font-weight: 900;
  margin: 2px 0 0;
}

.service ul {
  margin-bottom: 0;
  padding-left: 20px;
}

.about-copy {
  display: grid;
  gap: 40px;
  grid-template-columns: 0.75fr 1.25fr;
}

.about-aside {
  display: grid;
  gap: 18px;
}

.about-aside img {
  aspect-ratio: 3 / 4;
  border: 10px solid var(--paper);
  border-radius: 28px;
  box-shadow: var(--shadow);
  object-fit: cover;
  width: 100%;
}

.credentials {
  background: var(--sage);
  border-radius: var(--radius);
  height: fit-content;
  padding: 30px;
}

.credentials p {
  color: var(--green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.2;
  margin: 0;
}

.contact-options {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
}

.cta-band {
  align-items: center;
  background: linear-gradient(135deg, var(--sage), oklch(88% 0.045 153));
  border-radius: var(--radius);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 48px;
  padding: 28px;
}

.cta-band h2 {
  font-size: clamp(26px, 3vw, 40px);
  margin: 0;
}

.site-footer {
  align-items: start;
  background: oklch(31% 0.065 160);
  color: oklch(97% 0.01 95);
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto auto;
  padding-bottom: 34px;
  padding-top: 34px;
}

.site-footer span,
.site-footer a {
  color: rgb(255 255 255 / 78%);
}

.site-footer strong,
.site-footer span,
.site-footer a {
  display: block;
}

.site-footer a {
  text-decoration: none;
}

address {
  font-style: normal;
}

.site-footer address a {
  align-items: center;
  display: flex;
  gap: 8px;
  width: max-content;
}

.site-footer .icon {
  display: inline-block;
}

.social {
  display: flex;
  gap: 10px;
}

.site-footer .social-link {
  align-items: center;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 50%;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.site-footer .social-link:hover {
  background: rgb(255 255 255 / 10%);
}

.site-footer .social-link .icon {
  height: 18px;
  width: 18px;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    justify-content: flex-start;
  }

  .hero,
  .split,
  .cards,
  .service,
  .about-copy,
  .contact-options,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    display: block;
    min-height: 0;
  }

  .hero-copy,
  .hero-image {
    max-width: calc(100vw - 40px);
  }

  .hero-image {
    height: auto;
    margin-top: 32px;
  }

  .section-head,
  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    gap: 20px;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 30px;
    line-height: 1.12;
  }

  .button {
    width: 100%;
  }

  .actions {
    width: 100%;
  }
}
