:root {
  --bg: #f5f2ec;
  --bg-soft: #faf7f2;
  --surface: #ffffff;
  --surface-2: #f0ebe3;
  --ink: #2d3443;
  --ink-soft: #667083;
  --line: rgba(45, 52, 67, 0.12);
  --line-strong: rgba(45, 52, 67, 0.2);
  --accent: #b8945e;
  --dark: #2c3342;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(28, 35, 47, 0.08);
  --radius: 28px;
  --radius-sm: 18px;
  --max: 1220px;
  --section-space: 6.2rem;
  --sans: "Inter", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: linear-gradient(180deg, #f5f2ec 0%, #f8f5f0 38%, #fcfbf8 100%);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.45;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }

.wrap {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

section { padding-top: var(--section-space); }

.section-label,
.service-index {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.section-label::before,
.service-index::before {
  content: "";
  width: 2.1rem;
  height: 1px;
  background: var(--accent);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 0.95rem 0;
}

.site-header--simple .site-header__inner { grid-template-columns: auto 1fr; }

.brand img { width: 190px; }

html { scroll-padding-top: 128px; }

section[id] { scroll-margin-top: 128px; }

.nav {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  color: var(--ink-soft);
  font-size: 0.93rem;
}

.nav a:hover,
.nav a:focus-visible { color: var(--ink); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.header-mobile-actions,
.menu-toggle { display: none; }

.btn,
.btn-ghost,
.icon-circle,
.service-card,
.step,
.faq-item {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.btn,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.95rem 1.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
}

.btn {
  background: var(--ink);
  color: var(--white);
  border: 1px solid var(--ink);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(45, 52, 67, 0.18);
}

.btn-ghost {
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--ink);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(45, 52, 67, 0.34);
}

.hero { padding-top: 3.2rem; }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.84fr);
  gap: 2.8rem;
  align-items: start;
}

.hero-kicker {
  margin: 0 0 0.95rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0 0 1rem;
  max-width: 11.3ch;
  font-size: clamp(3.55rem, 7.6vw, 6.35rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.hero-copy h1 span {
  display: block;
  color: rgba(45, 52, 67, 0.54);
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.hero-copy p {
  margin: 0;
  max-width: 58ch;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.7rem;
}

.hero-proof {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem 0.9rem;
  margin-top: 1.15rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.9);
  box-shadow: var(--shadow);
  font-size: 0.93rem;
}

.hero-proof__stars {
  color: #f28c28;
  letter-spacing: 0.08em;
  font-size: 1rem;
  font-weight: 700;
}

.hero-proof__text {
  color: var(--ink);
  font-weight: 600;
}

.hero-proof__powered {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.hero-proof__powered strong { color: #4285f4; }

.portrait-card,
.portrait-stage,
.portrait-photo {
  background: none;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.portrait-photo { overflow: hidden; }

.portrait-photo img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: 62% 50%;
  display: block;
}

.hero-card-static { transform: none !important; }

.enfoque-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.82fr);
  gap: 2rem;
  align-items: end;
  margin-top: 1.1rem;
}

.enfoque-grid h2 {
  margin: 0;
  max-width: 10ch;
  font-size: clamp(2.8rem, 5.2vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.enfoque-intro {
  color: var(--ink-soft);
  font-size: 1.02rem;
  max-width: 38ch;
  justify-self: end;
}

.enfoque-panels {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 1rem;
  margin-top: 1.8rem;
}

.enfoque-highlight,
.enfoque-list {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: var(--radius-sm);
}

.enfoque-highlight { padding: 2rem; }

.enfoque-highlight p {
  margin: 0;
  font-size: clamp(1.5rem, 2.3vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.enfoque-highlight em {
  font-style: normal;
  color: var(--accent);
  font-family: var(--serif);
}

.enfoque-list {
  padding: 1.4rem;
  display: grid;
  gap: 0.9rem;
}

.enfoque-item {
  padding: 1rem 1rem 1.05rem;
  border-radius: 16px;
  background: var(--bg-soft);
  border: 1px solid rgba(45, 52, 67, 0.08);
}

.enfoque-item strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.enfoque-item span {
  display: block;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.section-head {
  max-width: 62ch;
  margin-bottom: 2rem;
}

.section-head h2 {
  margin: 1rem 0 0;
  font-size: clamp(2.5rem, 4vw, 4.7rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.section-head p {
  margin: 1rem 0 0;
  color: var(--ink-soft);
  font-size: 1.02rem;
  max-width: 60ch;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.service-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  min-height: 100%;
}

.service-card:hover,
.service-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(30, 38, 52, 0.12);
  border-color: rgba(45, 52, 67, 0.22);
}

.service-card__media {
  aspect-ratio: 1.68 / 1;
  overflow: hidden;
  background: #ddd4c8;
}

.service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card__body {
  display: grid;
  gap: 0.85rem;
  padding: 1.2rem 1.25rem 1.35rem;
}

.service-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.service-card h3 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.service-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.service-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
}

.service-card__cta::after {
  content: "↗";
  font-size: 0.95rem;
}

.workflow {
  background: linear-gradient(180deg, var(--surface-2) 0%, #f8f4ed 100%);
  padding-bottom: var(--section-space);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.step {
  background: rgba(255,255,255,0.86);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 1.45rem 1.3rem 1.55rem;
  border-radius: 22px;
}

.step:hover,
.step:focus-within {
  transform: translateY(-5px);
  background: #fff9f0;
  border-color: rgba(184, 148, 94, 0.3);
}

.step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.step strong {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 1.26rem;
  letter-spacing: -0.03em;
}

.step p {
  margin: 0;
  color: var(--ink-soft);
}

.quotes {
  background: linear-gradient(135deg, #2b3241 0%, #353d4d 100%);
  color: var(--white);
  padding-bottom: var(--section-space);
  position: relative;
  overflow: hidden;
}

.quotes::before {
  content: "";
  position: absolute;
  right: -8rem;
  top: -8rem;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184,148,94,0.12), transparent 70%);
}

.quotes .section-label,
.quotes .section-label::before { color: rgba(255,255,255,0.72); }

.quotes-grid {
  position: relative;
  z-index: 1;
  display: block;
}

.quotes-copy h2 {
  margin: 1rem 0 1rem;
  max-width: 100%;
  font-size: clamp(2.8rem, 4.8vw, 4.9rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.quotes-copy p {
  margin: 0;
  max-width: 54ch;
  color: rgba(255,255,255,0.76);
  font-size: 1.03rem;
}

.quotes-note {
  display: block;
  width: 100%;
  margin: 1.1rem 0 0;
  padding: 1.2rem;
  border-radius: 22px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.76);
  font-size: 1.03rem;
}

.google-reviews {
  position: relative;
  z-index: 1;
  margin-top: 1.7rem;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 1rem;
}

.google-summary,
.google-review-card {
  border-radius: 22px;
  background: rgba(255,255,255,0.95);
  color: var(--ink);
  box-shadow: 0 22px 60px rgba(0,0,0,0.12);
  border: 1px solid rgba(255,255,255,0.4);
}

.google-summary { padding: 1.35rem; }

.google-summary strong {
  display: block;
  font-size: 1.15rem;
  line-height: 1.1;
  margin-bottom: 0.85rem;
}

.stars {
  display: block;
  color: #f28c28;
  letter-spacing: 0.04em;
  font-size: 1.2rem;
  margin-bottom: 0.45rem;
}

.google-summary p {
  margin: 0 0 0.8rem;
  color: var(--ink-soft);
}

.powered-google {
  display: block;
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin-bottom: 0.9rem;
}

.powered-google strong {
  display: inline;
  color: #4285f4;
  font-size: inherit;
  margin: 0;
}

.google-button {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  background: #4285f4;
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
}

.google-button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff;
  color: #4285f4;
  font-weight: 800;
  font-size: 0.82rem;
}

.google-summary .google-button::after { content: ""; }

.reviews-carousel {
  position: relative;
  min-width: 0;
}

.reviews-arrow {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.34);
  background: rgba(255,255,255,0.93);
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
  cursor: pointer;
  z-index: 3;
}

.reviews-arrow svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.google-review-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(158px, 1fr));
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scroll-snap-type: x proximity;
}

.google-review-card {
  display: block;
  min-height: 210px;
  padding: 1rem;
  text-decoration: none;
  scroll-snap-align: start;
}

.google-review-card header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.review-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  aspect-ratio: 1 / 1;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
  line-height: 1;
}

.review-author {
  display: block;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.15;
}

.review-time {
  display: block;
  color: var(--ink-soft);
  font-size: 0.82rem;
  margin-top: 0.15rem;
}

.google-review-card .stars {
  font-size: 0.98rem;
  margin-bottom: 0.7rem;
}

.google-review-card p {
  margin: 0;
  color: var(--ink);
  font-size: 0.9rem;
}

.about-top {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 430px);
  gap: 2.8rem;
  align-items: start;
  margin-top: 1.05rem;
}

.about-heading h2 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(2.8rem, 5.2vw, 5.2rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.about-body {
  margin-top: 1.45rem;
  max-width: none;
  padding: 1.3rem 1.45rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.about-body p {
  margin: 0 0 0.95rem;
  color: var(--ink-soft);
  font-size: 1rem;
}

.about-body p:last-child { margin-bottom: 0; }

.about-photo {
  justify-self: end;
  align-self: start;
  width: 100%;
  max-width: 430px;
}

.about-photo img {
  width: 100%;
  display: block;
}

.faq-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 1.8rem;
  align-items: start;
}

.faq-copy h2 {
  margin: 1rem 0 0;
  max-width: 8.8ch;
  font-size: clamp(2.6rem, 4.8vw, 5rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.faq-copy p {
  margin: 1rem 0 0;
  color: var(--ink-soft);
  max-width: 32ch;
  font-size: 1rem;
}

.faq-side {
  display: grid;
  gap: 1rem;
}

.faq-note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  padding: 1.1rem 1.25rem;
  border-radius: 20px;
  background: #efe8dc;
  border: 1px solid rgba(184, 148, 94, 0.2);
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 20px;
  padding: 0.35rem 1.1rem;
}

.faq-item:hover {
  transform: translateY(-3px);
  border-color: rgba(45,52,67,0.22);
}

.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.05rem;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: "+";
  color: var(--accent);
  font-size: 1.35rem;
  line-height: 1;
}

.faq-item[open] summary::after { content: "−"; }

.faq-item p {
  margin: 0;
  color: var(--ink-soft);
  padding: 0 0 1rem;
  font-size: 0.98rem;
}

.contact-band {
  background: linear-gradient(135deg, #2d3443 0%, #353d4d 100%);
  color: var(--white);
  padding-bottom: var(--section-space);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.contact-copy h2 {
  margin: 1rem 0 1rem;
  max-width: 8.9ch;
  font-size: clamp(2.7rem, 4.8vw, 5.1rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.contact-copy p {
  margin: 0;
  max-width: 34ch;
  color: rgba(255,255,255,0.76);
  font-size: 1.02rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.field { display: grid; gap: 0.45rem; }
.field--full { grid-column: 1 / -1; }

.field label {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.78);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.08);
  color: var(--white);
  border-radius: 16px;
  padding: 0.95rem 1rem;
  outline: none;
}

.field input::placeholder,
.field textarea::placeholder { color: rgba(255,255,255,0.42); }

.field select option { color: var(--ink); }

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(255,255,255,0.34);
  background: rgba(255,255,255,0.11);
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  color: rgba(255,255,255,0.72);
  font-size: 0.9rem;
}

.consent input { margin-top: 0.15rem; }

.form-submit-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1rem;
}

.form-submit { justify-self: start; }

.contact-response-time {
  margin: 0;
  color: rgba(255,255,255,0.76);
  font-size: 0.92rem;
}

.site-footer {
  background: #202632;
  color: rgba(255,255,255,0.7);
  padding: 2rem 0 2.2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) repeat(4, minmax(135px, 1fr));
  gap: 2rem;
  align-items: start;
}

.footer-brand img {
  width: 180px;
  margin-bottom: 1rem;
}

.footer-brand p {
  margin: 0;
  color: rgba(255,255,255,0.62);
  font-size: 0.92rem;
  max-width: 30ch;
}

.footer-col h3 {
  margin: 0 0 0.9rem;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  color: var(--white);
}

.footer-links,
.footer-contact,
.footer-social {
  display: grid;
  gap: 0.7rem;
}

.footer-link,
.footer-contact a,
.footer-contact span,
.footer-social a {
  color: rgba(255,255,255,0.72);
  font-size: 0.92rem;
}

.footer-link:hover,
.footer-social a:hover,
.footer-contact a:hover { color: var(--white); }

.contact-row,
.social-row {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.icon {
  width: 18px;
  height: 18px;
  color: rgba(255,255,255,0.74);
  flex: 0 0 auto;
  margin-top: 0.1rem;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem 1.4rem;
  margin-top: 1.6rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.84rem;
  color: rgba(255,255,255,0.56);
}

.footer-bottom a {
  color: rgba(255,255,255,0.78);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.footer-bottom a:hover { color: var(--white); }

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: var(--surface);
  color: var(--ink);
}

.icon-circle svg,
.menu-toggle svg {
  width: 20px;
  height: 20px;
  display: block;
}

.menu-toggle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: var(--surface);
  color: var(--ink);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-panel {
  display: none;
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,0.96);
}

.mobile-panel.is-open { display: block; }

.mobile-nav {
  display: grid;
  gap: 0.4rem;
  padding: 1rem 0 1.2rem;
}

.mobile-nav a {
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 500;
}

.brand img { background: transparent; }
.portrait-photo,
.portrait-photo img,
.about-photo img { border-radius: var(--radius-sm); }

.enfoque-card {
  margin-top: 1.1rem;
  padding: 1.45rem;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.72);
  box-shadow: var(--shadow);
}

.enfoque-card .enfoque-grid {
  grid-template-columns: minmax(0, 0.68fr) minmax(360px, 0.9fr);
  grid-template-areas:
    "title visual"
    "title intro";
  gap: 1.25rem;
  align-items: end;
  margin-top: 0;
}

.enfoque-card .enfoque-grid h2 { grid-area: title; }

.enfoque-visual {
  grid-area: visual;
  align-self: stretch;
  border-radius: 20px;
  overflow: hidden;
  min-height: 280px;
}

.enfoque-visual img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: 50% 50%;
}

.enfoque-card .enfoque-intro {
  grid-area: intro;
  display: flex;
  align-items: flex-end;
  align-self: end;
  justify-self: stretch;
  max-width: none;
  min-height: 0;
  padding: 1.2rem;
  border-radius: 20px;
  background: var(--bg-soft);
  border: 1px solid rgba(45, 52, 67, 0.08);
}

.enfoque-card .enfoque-panels {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 1rem;
  margin-top: 1rem;
}

.enfoque-card .enfoque-highlight {
  display: flex;
  align-items: center;
  padding: 1.55rem;
  background: var(--ink);
  color: var(--white);
  border-radius: 20px;
  box-shadow: none;
}

.enfoque-card .enfoque-highlight p { font-size: clamp(1.35rem, 2vw, 1.9rem); }

.enfoque-highlight em {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  color: var(--accent);
}

.enfoque-card .enfoque-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  box-shadow: none;
  border: 0;
  background: transparent;
}

.enfoque-card .enfoque-item {
  background: var(--surface);
  border: 1px solid var(--line);
}

.enfoque-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  margin-bottom: 0.75rem;
  background: rgba(184,148,94,0.12);
  color: var(--accent);
}

.enfoque-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.18rem;
  height: 1.18rem;
  transform: translate(-50%, -50%);
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.custom-select { position: relative; }

.custom-select__button {
  width: 100%;
  min-height: 3.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.08);
  color: var(--white);
  border-radius: 16px;
  padding: 0.95rem 1rem;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.custom-select__button::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid rgba(255,255,255,0.74);
  border-bottom: 2px solid rgba(255,255,255,0.74);
  transform: rotate(45deg) translateY(-2px);
  flex: 0 0 auto;
}

.custom-select.is-open .custom-select__button,
.custom-select__button:focus-visible {
  border-color: rgba(255,255,255,0.34);
  background: rgba(255,255,255,0.11);
}

.custom-select__list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.45rem);
  z-index: 20;
  display: none;
  padding: 0.35rem;
  border-radius: 16px;
  background: #f8f5ef;
  border: 1px solid rgba(45,52,67,0.14);
  box-shadow: 0 18px 44px rgba(0,0,0,0.22);
  overflow: hidden;
}

.custom-select.is-open .custom-select__list { display: grid; }

.custom-select__list button {
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  padding: 0.85rem 0.9rem;
  border-radius: 12px;
  cursor: pointer;
}

.custom-select__list button:hover,
.custom-select__list button:focus-visible,
.custom-select__list button[aria-selected="true"] {
  background: rgba(184,148,94,0.14);
  outline: none;
}

.thanks-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.thanks-main {
  flex: 1;
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.thanks-card {
  max-width: 760px;
  padding: clamp(1.6rem, 4vw, 2.4rem);
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.88);
  box-shadow: var(--shadow);
}

.thanks-card h1 {
  margin: 1rem 0;
  max-width: 11ch;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.thanks-card p {
  margin: 0;
  max-width: 56ch;
  color: var(--ink-soft);
  font-size: 1.04rem;
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

body { overflow-x: hidden; }

#faq { padding-bottom: var(--section-space); }

@media (min-width: 861px) {
  .faq-side { margin-top: 3.75rem; }
}

@media (max-width: 1120px) {
  .hero-grid,
  .enfoque-grid,
  .enfoque-panels,
  .about-top,
  .faq-shell,
  .contact-grid { grid-template-columns: 1fr; }

  .enfoque-card .enfoque-grid,
  .enfoque-card .enfoque-panels,
  .google-reviews { grid-template-columns: 1fr; }

  .enfoque-card .enfoque-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "visual"
      "intro";
  }

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

  .enfoque-intro,
  .about-photo,
  .footer-brand,
  .contact-copy p { justify-self: start; }

  .services-grid,
  .steps,
  .footer-grid { grid-template-columns: 1fr 1fr; }

  .about-heading h2,
  .faq-copy h2,
  .quotes-copy h2,
  .contact-copy h2,
  .enfoque-grid h2 { max-width: none; }
}

@media (max-width: 860px) {
  :root { --section-space: 5rem; }

  .site-header__inner {
    display: flex;
    align-items: center;
    min-height: 72px;
  }

  .nav,
  .header-actions { display: none; }

  .header-mobile-actions,
  .menu-toggle { display: inline-flex; }

  .header-mobile-actions {
    position: fixed;
    left: 50%;
    top: 1.55rem;
    transform: translateX(-50%);
    gap: 0.42rem;
    z-index: 45;
  }

  .header-mobile-actions .icon-circle {
    width: 38px;
    height: 38px;
  }

  .menu-toggle {
    position: fixed;
    right: 1rem;
    top: 1.55rem;
    width: 38px;
    height: 38px;
    z-index: 45;
  }

  .brand img { width: 96px; }

  .hero-grid,
  .services-grid,
  .steps,
  .form-grid,
  .footer-grid,
  .enfoque-card .enfoque-list,
  .google-review-track { grid-template-columns: 1fr; }

  .hero-copy h1 {
    max-width: 13ch;
    font-size: clamp(3.15rem, 15vw, 5rem);
  }

  .portrait-photo img {
    height: auto;
    max-height: 640px;
  }

  .hero-actions { width: 100%; }
  .hero-actions .btn,
  .hero-actions .btn-ghost { flex: 1 1 100%; }

  .hero-proof {
    width: 100%;
    border-radius: 22px;
  }

  .enfoque-card { padding: 1rem; }
  .google-review-card { min-height: auto; }
}

@media (max-width: 620px) {
  .wrap { width: min(var(--max), calc(100% - 1.15rem)); }
  html { scroll-padding-top: 138px; }
  section[id] { scroll-margin-top: 138px; }

  .hero-copy h1 {
    max-width: none;
    font-size: 4rem;
    letter-spacing: -0.035em;
  }

  .section-head h2,
  .enfoque-grid h2,
  .quotes-copy h2,
  .contact-copy h2,
  .faq-copy h2,
  .about-heading h2 {
    max-width: none;
    font-size: 2.7rem;
    line-height: 0.96;
    letter-spacing: -0.025em;
    overflow-wrap: break-word;
  }

  .hero-copy p,
  .enfoque-intro,
  .contact-copy p,
  .thanks-card p { max-width: none; }

  .hero-proof {
    align-items: flex-start;
    border-radius: 20px;
  }

  .contact-form { padding: 1.15rem; }

  .form-submit-wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .reviews-carousel { padding: 0 2.15rem; }

  .reviews-arrow {
    display: inline-flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .reviews-arrow--prev { left: 0; }
  .reviews-arrow--next { right: 0; }

  .google-review-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 0.75rem) / 2);
    grid-template-columns: none;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .google-review-track::-webkit-scrollbar { display: none; }

  .google-review-card {
    min-height: 265px;
    padding: 0.95rem;
    scroll-snap-align: start;
  }

  .google-review-card header {
    gap: 0.55rem;
    align-items: flex-start;
  }

  .google-review-card p {
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .review-author { font-size: 0.88rem; }
  .review-time { font-size: 0.76rem; }

  .review-avatar {
    width: 34px;
    height: 34px;
    min-width: 34px;
    flex-basis: 34px;
  }

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

  .thanks-actions .btn,
  .thanks-actions .btn-ghost {
    width: 100%;
  }
}
