:root {
  --ink: #111314;
  --graphite: #6f6f6d;
  --graphite-dark: #5f5c59;
  --aqua: #9bdedb;
  --aqua-strong: #79cfcb;
  --aqua-dark: #2d8e89;
  --stone: #ececeb;
  --stone-2: #f7f7f4;
  --white: #ffffff;
  --clay: #c87563;
  --line: rgba(17, 19, 20, 0.13);
  --shadow: 0 28px 70px rgba(17, 19, 20, 0.14);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 150px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--stone-2);
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 22px;
  width: min(100% - 32px, var(--max));
  min-height: 78px;
  margin: 50px auto 0;
  padding: 12px 14px 12px 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: 0 12px 44px rgba(17, 19, 20, 0.08);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-color: var(--line);
  box-shadow: 0 16px 46px rgba(17, 19, 20, 0.12);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 52px;
  font-weight: 800;
}

.brand-mark,
.footer-brand img {
  width: 58px;
  height: 58px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}

.footer-brand span {
  font-size: 1.05rem;
  line-height: 1;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 22px;
  font-size: 0.9rem;
  font-weight: 600;
}

.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--graphite-dark);
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--aqua-strong);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
}

.header-action,
.menu-toggle,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  border-radius: 8px;
  font-weight: 700;
}

.header-action {
  padding: 0 16px;
  color: var(--ink);
  background: var(--aqua);
}

.header-action svg,
.button svg,
.menu-toggle svg,
.commitment-grid svg,
.contact-links svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.menu-toggle {
  display: none;
  width: 46px;
  color: var(--ink);
  cursor: pointer;
  background: transparent;
  border: 1px solid currentColor;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.74) 47%, rgba(155, 222, 219, 0.24) 100%),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2400&q=86");
  background-position: center;
  background-size: cover;
}

.hero::before,
.method-visual::before {
  position: absolute;
  content: "KALA";
  color: rgba(95, 92, 89, 0.06);
  font-size: clamp(8rem, 20vw, 20rem);
  font-weight: 800;
  line-height: 0.82;
  transform: rotate(-18deg);
  pointer-events: none;
}

.hero::before {
  right: -9vw;
  bottom: 7vh;
}

.marquee {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 18px;
  min-height: 40px;
  align-items: center;
  padding: 8px 20px;
  color: var(--graphite);
  background: rgba(255, 255, 255, 0.68);
  border-bottom: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.marquee span:not(:last-child)::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 18px;
  content: "";
  vertical-align: -1px;
  background: var(--aqua-strong);
  border-radius: 50%;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(250px, 0.78fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(34px, 7vw, 92px);
  width: min(100% - 40px, var(--max));
  min-height: calc(100vh - 132px);
  margin: 0 auto;
  padding: 168px 0 142px;
}

.hero-brand-block {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.hero-mark {
  width: min(300px, 66vw);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0 16px 26px rgba(17, 19, 20, 0.1));
}

.hero-mark-people {
  width: min(360px, 72vw);
  height: auto;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  box-shadow: none;
  transform: translateX(clamp(-30px, -2.4vw, -18px));
  filter: drop-shadow(0 18px 30px rgba(17, 19, 20, 0.12));
}

.hero-brand-block p {
  margin: 0;
  color: var(--graphite);
  font-size: 1.08rem;
  font-weight: 500;
  text-transform: uppercase;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--aqua-dark);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 800px;
  margin: 0;
  color: var(--graphite-dark);
  font-size: clamp(3rem, 6vw, 5.7rem);
  font-weight: 500;
  line-height: 1.05;
}

.intro-layout h2,
.section-heading h2,
.method-layout h2,
.commitment-layout h2,
.contact-copy h2 {
  max-width: 780px;
  margin: 0;
  color: var(--graphite-dark);
  font-size: clamp(2.15rem, 3.25vw, 3.25rem);
  font-weight: 500;
  line-height: 1.08;
}

.method-layout h2,
.contact-copy h2 {
  max-width: 680px;
}

.hero h1::after {
  display: inline-block;
  width: 0.48em;
  height: 0.48em;
  margin-left: 0.16em;
  content: "";
  background: var(--aqua-strong);
  border-radius: 50%;
}

.hero-copy {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--graphite-dark);
  font-size: 1.16rem;
}

.hero-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  min-width: 172px;
  padding: 0 18px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  color: var(--ink);
  background: var(--aqua);
  box-shadow: 0 16px 40px rgba(45, 142, 137, 0.18);
}

.button-secondary,
.button-outline {
  color: var(--graphite-dark);
  background: rgba(255, 255, 255, 0.54);
  border-color: rgba(95, 92, 89, 0.24);
}

.button-outline {
  width: 100%;
  margin-top: 0;
}

.dark-secondary {
  color: var(--white);
  background: var(--graphite-dark);
  border-color: var(--graphite-dark);
}

.hero-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--white);
  background: rgba(95, 92, 89, 0.88);
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.hero-bottom div {
  display: grid;
  gap: 5px;
  min-height: 96px;
  padding: 20px clamp(16px, 4vw, 44px);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-bottom div:last-child {
  border-right: 0;
}

.hero-bottom strong {
  color: var(--aqua);
  font-size: 1.12rem;
}

.hero-bottom span {
  font-weight: 600;
}

.section {
  position: relative;
  padding: 112px 0;
}

.service-page-main {
  padding-top: 138px;
}

.section-inner {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 46px;
}

.intro-layout,
.method-layout,
.commitment-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 70px;
  align-items: center;
}

.intro-copy,
.section-heading p,
.method-list p,
.commitment-layout > div > p,
.contact-copy > p {
  color: var(--graphite-dark);
  font-size: 1.05rem;
}

.intro-copy {
  display: grid;
  gap: 18px;
}

.intro-copy p {
  margin: 0;
}

.services-section,
.method-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 247, 244, 0.9)),
    url("assets/marble-texture.svg");
  background-size: cover;
}

.centered-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-mark,
.contact-mark {
  width: 112px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 18px;
}

.kalando-loader {
  display: inline-grid;
  justify-items: center;
  gap: 18px;
  margin: 0 auto 22px;
}

.kalando-wordmark-shell {
  display: inline-grid;
  justify-items: center;
  gap: 14px;
  width: 430px;
  max-width: min(100%, calc(100vw - 64px));
}

.kalando-wordmark-image-wrap {
  position: relative;
  display: none;
  width: 100%;
  overflow: visible;
}

.kalando-wordmark-image-wrap::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.55) 48%, transparent 100%);
  mix-blend-mode: screen;
  animation: kalando-image-sheen 1.35s ease-in-out infinite;
  pointer-events: none;
}

.kalando-wordmark-image {
  display: block;
  width: 100%;
  height: auto;
}

.kalando-loader-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 132px;
  aspect-ratio: 1;
}

.kalando-wordmark-shell.has-wordmark-image .kalando-wordmark-image-wrap {
  display: block;
}

.kalando-wordmark-shell.has-wordmark-image .kalando-wordmark {
  display: none;
}

.kalando-wordmark {
  position: relative;
  width: 100%;
}

.kalando-wordmark-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  fill: currentColor;
}

.kalando-wordmark-base {
  color: rgba(95, 92, 89, 0.18);
}

.kalando-wordmark-scan {
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.92) 22%, rgba(0, 0, 0, 0.92) 78%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.92) 22%, rgba(0, 0, 0, 0.92) 78%, transparent 100%);
  -webkit-mask-size: 28% 100%;
  mask-size: 28% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  animation: kalando-wordmark-scan 1.45s ease-in-out infinite;
}

.kalando-wordmark-highlight {
  color: var(--graphite-dark);
  filter: drop-shadow(0 2px 5px rgba(95, 92, 89, 0.08));
}

.kalando-loader-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 132px;
  aspect-ratio: 1;
}

.kalando-loader-mark::before {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(247, 247, 244, 0) 57%, rgba(247, 247, 244, 0.92) 58%),
    conic-gradient(from 0deg, rgba(155, 222, 219, 0.08), rgba(155, 222, 219, 0.92), rgba(95, 92, 89, 0.2), rgba(155, 222, 219, 0.08));
  animation: kalando-spin 2.8s linear infinite;
}

.kalando-loader-mark::after {
  position: absolute;
  inset: 13px;
  content: "";
  background: rgba(247, 247, 244, 0.95);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(17, 19, 20, 0.06);
}

.kalando-loader-logo {
  position: relative;
  z-index: 1;
  width: 86px;
  height: 86px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(17, 19, 20, 0.08);
}

.kalando-loading-track {
  position: relative;
  width: min(100%, 240px);
  height: 6px;
  overflow: hidden;
  background: rgba(95, 92, 89, 0.12);
  border-radius: 999px;
}

.kalando-loading-bar {
  position: absolute;
  inset: 0 auto 0 -38%;
  width: 38%;
  background: linear-gradient(90deg, rgba(155, 222, 219, 0.08), rgba(155, 222, 219, 0.94), rgba(95, 92, 89, 0.22));
  border-radius: inherit;
  animation: kalando-progress 1.35s ease-in-out infinite;
}

@keyframes kalando-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes kalando-wordmark-scan {
  0% {
    -webkit-mask-position: -32% 0;
    mask-position: -32% 0;
  }

  100% {
    -webkit-mask-position: 132% 0;
    mask-position: 132% 0;
  }
}

@keyframes kalando-progress {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(365%);
  }
}

@keyframes kalando-image-sheen {
  0% {
    transform: translateX(-135%);
  }

  100% {
    transform: translateX(135%);
  }
}

.services-board {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.18fr);
  gap: 18px;
  align-items: stretch;
}

.service-feature,
.service-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(17, 19, 20, 0.08);
}

.service-feature {
  position: relative;
  display: grid;
  grid-template-rows: minmax(250px, 310px) 1fr;
  height: 100%;
  min-height: 430px;
  overflow: hidden;
  color: var(--white);
  background: var(--graphite-dark);
}

.service-feature::before {
  display: none;
}

.service-feature::after {
  display: none;
}

.service-feature-media {
  position: relative;
  min-height: 0;
}

.service-feature-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(17, 19, 20, 0.08) 0%, rgba(17, 19, 20, 0.62) 100%);
}

.service-feature-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-feature-note {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.service-feature-note span {
  color: var(--aqua);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-feature-note strong {
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.2;
}

.service-feature-body {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 30px 34px 34px;
  background: linear-gradient(180deg, rgba(17, 19, 20, 0.92), var(--graphite-dark));
}

.service-number {
  width: fit-content;
  margin-bottom: 0;
  color: var(--aqua);
  font-size: 0.9rem;
  font-weight: 800;
}

.service-feature h3,
.service-item h3,
.pack-card h3,
.method-list h3,
.commitment-grid h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
  font-weight: 500;
}

.service-feature p,
.service-item p,
.pack-card p,
.pack-card li,
.commitment-grid p {
  margin: 0;
  color: inherit;
}

.service-feature h3 {
  max-width: 420px;
  color: var(--aqua);
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.06;
}

.service-feature p {
  max-width: 440px;
  color: rgba(255, 255, 255, 0.8);
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.service-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: var(--graphite-dark);
  background: var(--aqua);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 16px;
  min-height: 220px;
  padding: 24px;
  color: var(--graphite-dark);
  background: rgba(255, 255, 255, 0.74);
}

.service-item:nth-child(3n + 1) {
  background: rgba(155, 218, 215, 0.82);
}

.service-item svg {
  width: 24px;
  height: 24px;
  color: var(--aqua-dark);
}

.service-item span {
  justify-self: end;
  color: var(--aqua-dark);
  font-size: 0.86rem;
  font-weight: 800;
}

.service-item h3,
.service-item p {
  grid-column: 1 / -1;
}

.service-item h3 {
  margin-top: 12px;
}

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

.packs-heading h2 {
  font-size: clamp(2.2rem, 3.4vw, 3.4rem);
}

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

.pack-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  gap: 18px;
  padding: 30px;
  color: var(--graphite-dark);
  background: var(--stone-2);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.featured-pack {
  color: var(--white);
  background: var(--graphite-dark);
  border-color: var(--graphite-dark);
}

.featured-pack .pack-label,
.featured-pack h3 {
  color: var(--aqua);
}

.pack-label {
  width: fit-content;
  margin: 0;
  padding: 7px 12px;
  color: var(--aqua-dark);
  background: rgba(155, 222, 219, 0.42);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pack-subtitle {
  margin: -6px 0 0;
  color: var(--aqua-dark);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-pack .pack-subtitle {
  color: rgba(255, 255, 255, 0.72);
}

.pack-body,
.pack-footer {
  display: grid;
  gap: 18px;
}

.pack-body {
  flex: 1;
  align-content: start;
}

.pack-footer {
  margin-top: auto;
}

.pack-copy {
  margin-top: 0;
  color: inherit;
}

.pack-price {
  margin-top: 0;
  color: var(--aqua-dark);
  font-size: 1.8rem;
  font-weight: 700;
}

.pack-price span {
  display: block;
  margin-top: 4px;
  color: var(--graphite-dark);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
}

.featured-pack .pack-price {
  color: var(--white);
}

.featured-pack .pack-price span {
  color: rgba(255, 255, 255, 0.72);
}

.pack-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 8px;
  list-style: none;
}

.pack-card li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
}

.pack-card li::before {
  width: 9px;
  height: 9px;
  margin-top: 8px;
  content: "";
  background: var(--aqua-strong);
  border-radius: 50%;
}

.packs-support {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 18px;
  margin-top: 18px;
}

.packs-includes,
.other-kaladas,
.custom-pack-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
}

.packs-includes,
.other-kaladas {
  padding: 30px;
}

.packs-includes {
  background: rgba(247, 247, 244, 0.92);
}

.packs-includes h3,
.other-kaladas h3,
.custom-pack-copy h3 {
  margin: 0;
  font-size: clamp(1.6rem, 2.5vw, 2.25rem);
  line-height: 1.06;
}

.packs-includes > p:last-of-type,
.other-kaladas p,
.custom-pack-copy p {
  color: rgba(95, 92, 89, 0.84);
}

.packs-extra-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.packs-extra-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
}

.packs-extra-list li::before {
  width: 9px;
  height: 9px;
  margin-top: 8px;
  content: "";
  background: var(--aqua-strong);
  border-radius: 50%;
}

.other-kaladas {
  color: var(--white);
  background: var(--graphite-dark);
}

.other-kaladas .pack-label,
.custom-pack-panel .pack-label {
  color: var(--aqua);
  background: rgba(155, 222, 219, 0.14);
}

.other-kaladas h3,
.other-kaladas p,
.other-kaladas .packs-extra-list li {
  color: rgba(255, 255, 255, 0.84);
}

.other-kaladas .button {
  margin-top: 26px;
}

.other-kaladas .dark-secondary {
  color: var(--ink);
  background: var(--aqua);
  border-color: transparent;
  box-shadow: 0 16px 40px rgba(45, 142, 137, 0.18);
}

.custom-pack-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  gap: 26px;
  margin-top: 18px;
  padding: 30px;
  background: linear-gradient(135deg, rgba(155, 222, 219, 0.2), rgba(255, 255, 255, 0.82) 58%);
}

.custom-pack-copy {
  display: grid;
  align-content: center;
  gap: 16px;
}

.custom-pack-copy p {
  margin: 0;
}

.custom-pack-note {
  color: var(--aqua-dark) !important;
  font-weight: 700;
}

.custom-pack-image {
  min-height: 320px;
  overflow: hidden;
  border-radius: 8px;
}

.custom-pack-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.method-layout {
  grid-template-columns: minmax(260px, 0.86fr) minmax(0, 1.14fr);
}

.method-visual {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 540px;
  overflow: hidden;
  border-radius: 8px;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06)),
    url("assets/hormigonera.JPG") 42% center / cover no-repeat;
}

.method-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.2));
  opacity: 1;
  pointer-events: none;
}

.method-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.method-visual span {
  display: none;
}

.method-visual span:nth-child(2) {
  margin-left: 0;
}

.method-visual span:nth-child(3) {
  margin-left: 0;
}

.method-list {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.method-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.method-list span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--graphite-dark);
  font-weight: 800;
  background: var(--aqua);
  border-radius: 50%;
}

.commitment-section {
  color: var(--white);
  background: var(--graphite-dark);
}

.commitment-section .section-kicker,
.commitment-section h2 {
  color: var(--aqua);
}

.commitment-layout > div > p {
  color: rgba(255, 255, 255, 0.78);
}

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

.commitment-grid article {
  min-height: 220px;
  padding: 24px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.commitment-grid svg {
  width: 28px;
  height: 28px;
  margin-bottom: 24px;
  color: var(--aqua);
}

.commitment-grid h3 {
  color: var(--white);
}

.contact-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 18%, rgba(155, 222, 219, 0.5), transparent 26%),
    url("assets/marble-texture.svg");
  background-size: cover;
}

.contact-copy {
  position: relative;
  display: grid;
  gap: 0;
  padding: 34px 32px 36px;
  overflow: hidden;
  border-radius: 8px;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.16);
}

.contact-copy::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0.2) 48%, rgba(255, 255, 255, 0.34) 100%),
    url("assets/chanclas.JPG") 68% 52% / cover no-repeat;
  opacity: 0.56;
  filter: blur(4px) saturate(0.96);
  transform: scale(1.04);
  pointer-events: none;
}

.contact-copy::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 82% 54%, rgba(164, 227, 226, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.58));
  pointer-events: none;
}

.contact-copy > * {
  position: relative;
  z-index: 1;
}

.contact-section::before {
  position: absolute;
  right: -8vw;
  bottom: -24vw;
  width: min(840px, 95vw);
  aspect-ratio: 1;
  content: "";
  background: var(--aqua);
  border-radius: 50%;
  opacity: 0.9;
}

.contact-layout {
  position: relative;
  z-index: 1;
  align-items: start;
}

.contact-mark {
  margin-left: 0;
}

.contact-links {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.contact-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 44px;
  color: var(--graphite-dark);
  font-weight: 600;
}

.contact-links svg {
  color: var(--aqua-dark);
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.field-pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--graphite-dark);
  font-size: 0.92rem;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--ink);
  background: rgba(247, 247, 244, 0.94);
  border: 1px solid rgba(95, 92, 89, 0.24);
  border-radius: 8px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  background: var(--white);
  border-color: rgba(95, 92, 89, 0.42);
  box-shadow: 0 0 0 3px rgba(164, 227, 226, 0.18);
}

.form-actions {
  margin-top: 4px;
}

.form-button {
  border: 0;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--aqua-dark);
  font-weight: 700;
}

.service-page-links,
.detail-grid,
.service-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-page-links {
  margin-top: 26px;
}

.service-page-link,
.detail-card,
.service-link-card,
.page-aside-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(17, 19, 20, 0.08);
}

.service-page-link,
.service-link-card {
  display: grid;
  gap: 10px;
  padding: 26px;
  color: var(--graphite-dark);
  background: rgba(255, 255, 255, 0.78);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-page-link:hover,
.service-page-link:focus-visible,
.service-link-card:hover,
.service-link-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(45, 142, 137, 0.32);
  box-shadow: 0 22px 52px rgba(17, 19, 20, 0.12);
}

.service-page-link span,
.service-link-card span {
  width: fit-content;
  padding: 6px 10px;
  color: var(--aqua-dark);
  background: rgba(155, 222, 219, 0.28);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.service-page-link strong,
.service-link-card strong {
  color: var(--graphite-dark);
  font-size: 1.14rem;
  font-weight: 600;
  line-height: 1.22;
}

.service-page-link p,
.service-link-card p,
.page-hero-copy .page-intro,
.page-aside-card p,
.detail-card p,
.detail-card li {
  margin: 0;
  color: var(--graphite-dark);
  font-size: 1rem;
}

.page-hero {
  padding-top: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(247, 247, 244, 0.94)),
    url("assets/marble-texture.svg");
  background-size: cover;
}

.page-hero-grid,
.page-section-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: center;
}

.page-section-split {
  align-items: start;
}

.page-hero-copy {
  display: grid;
  gap: 18px;
}

.page-hero-copy h1 {
  margin: 0;
  color: var(--graphite-dark);
  font-size: clamp(2.8rem, 5vw, 4.7rem);
  line-height: 1.04;
  font-weight: 500;
}

.page-hero-copy h1::after {
  display: inline-block;
  width: 0.42em;
  height: 0.42em;
  margin-left: 0.16em;
  content: "";
  background: var(--aqua-strong);
  border-radius: 50%;
}

.page-hero-media {
  overflow: hidden;
  min-height: 360px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

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

.page-hero-media-logo {
  display: grid;
  place-items: center;
  overflow: visible;
  min-height: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.page-hero-media-logo .page-hero-logo {
  width: min(100%, 420px);
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0 18px 32px rgba(17, 19, 20, 0.12));
}

.detail-card,
.page-aside-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.82);
}

.detail-card h3,
.page-aside-card h3 {
  margin: 0 0 12px;
  color: var(--graphite-dark);
  font-size: 1.3rem;
  font-weight: 500;
}

.detail-card ul,
.page-aside-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.detail-card li,
.page-aside-card li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
}

.detail-card li::before,
.page-aside-card li::before {
  width: 9px;
  height: 9px;
  margin-top: 8px;
  content: "";
  background: var(--aqua-strong);
  border-radius: 50%;
}

.page-slab {
  background: var(--white);
}

.page-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.page-inline-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  color: var(--graphite-dark);
  background: rgba(155, 222, 219, 0.24);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
}

.site-footer {
  position: relative;
  overflow: hidden;
  min-height: clamp(150px, 18vw, 220px);
  padding: clamp(72px, 9vw, 110px) 0 28px;
  color: var(--graphite-dark);
  background:
    linear-gradient(180deg, rgba(236, 235, 233, 0.08), rgba(236, 235, 233, 0.04)),
    url("assets/piepagina.jpg") center bottom / cover no-repeat;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  justify-items: start;
  gap: 4px;
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.site-footer .footer-brand {
  color: rgba(60, 58, 56, 0.92);
}

.site-footer .footer-brand img {
  display: none;
}

.site-footer .footer-brand span {
  font-size: 1rem;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.32);
}

.footer-inner p {
  margin: 0;
  width: fit-content;
  max-width: min(100%, 560px);
  color: rgba(72, 68, 65, 0.78);
  text-align: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .nav-links {
    position: fixed;
    inset: 88px 16px auto;
    display: none;
    grid-column: 1 / -1;
    padding: 18px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: grid;
  }

  .header-action {
    justify-self: end;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero-inner,
  .intro-layout,
  .method-layout,
  .commitment-layout,
  .contact-layout,
  .page-hero-grid,
  .page-section-split {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .service-page-links,
  .detail-grid,
  .service-link-grid {
    grid-template-columns: 1fr;
  }

  .page-hero-media {
    min-height: 300px;
  }

  .hero-brand-block {
    justify-items: start;
  }

  .hero-mark {
    width: 180px;
  }

  .hero-mark-people {
    width: min(320px, 78vw);
    transform: translateX(-18px);
  }

  .kalando-wordmark {
    width: 100%;
  }

  .kalando-wordmark-shell {
    width: 388px;
    max-width: 100%;
  }

  .services-board {
    grid-template-columns: 1fr;
  }

  .service-feature {
    grid-template-rows: minmax(220px, 280px) auto;
    min-height: 0;
  }

  .packs-grid {
    grid-template-columns: 1fr;
  }

  .packs-support,
  .custom-pack-panel {
    grid-template-columns: 1fr;
  }

  .method-visual {
    min-height: 280px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 4px;
    justify-items: start;
  }
}

@media (max-width: 720px) {
  .site-header {
    width: min(100% - 20px, var(--max));
    min-height: 66px;
    margin-top: 46px;
    gap: 12px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
  }

  .header-action {
    min-width: 46px;
    width: 46px;
    padding: 0;
  }

  .header-action span {
    display: none;
  }

  .marquee {
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
  }

  .hero {
    min-height: 920px;
  }

  .service-page-main {
    padding-top: 116px;
  }

  .hero-inner {
    width: min(100% - 28px, var(--max));
    min-height: 0;
    padding: 148px 0 330px;
  }

  .page-hero {
    padding-top: 12px;
  }

  .page-hero-media {
    min-height: 220px;
  }

  .hero-wordmark {
    width: min(330px, 88vw);
  }

  .hero-mark-people {
    width: min(280px, 82vw);
    transform: translateX(-12px);
  }

  .kalando-loader-mark {
    width: 112px;
  }

  .kalando-loader-logo {
    width: 74px;
    height: 74px;
  }

  .kalando-wordmark {
    width: 100%;
  }

  .kalando-wordmark-shell {
    width: 340px;
    max-width: 100%;
  }

  .kalando-loading-track {
    width: min(100%, 180px);
  }

  .hero h1,
  .intro-layout h2,
  .section-heading h2,
  .method-layout h2,
  .commitment-layout h2,
  .contact-copy h2 {
    font-size: 2.32rem;
  }

  .hero-copy,
  .intro-copy,
  .section-heading p,
  .method-list p,
  .commitment-layout > div > p,
  .contact-copy > p {
    font-size: 1rem;
  }

  .hero-actions,
  .form-actions,
  .button {
    width: 100%;
  }

  .hero-bottom {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-bottom div {
    min-height: 104px;
    padding: 18px;
  }

  .section {
    padding: 76px 0;
  }

  .section-inner {
    width: min(100% - 28px, var(--max));
  }

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

  .service-feature,
  .service-item {
    min-height: 0;
  }

  .service-feature-note {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .service-feature-body,
  .service-item {
    padding: 24px;
  }

  .pack-card {
    min-height: 0;
    padding: 24px;
  }

  .packs-includes,
  .other-kaladas,
  .custom-pack-panel {
    padding: 24px;
  }

  .custom-pack-image {
    min-height: 240px;
  }

  .commitment-grid,
  .field-pair {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}