/*
  Auto Padrão Spa Automotivo
  Direção: editorial automotiva, paleta oficial do MIV, grafismo do isotipo
  em recortes de borda e cantos assimétricos. Sem framework ou dependências.
*/

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-latin-400-800.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --bk-navy: #131d32;
  --bk-navy-deep: #091423;
  --bk-navy-soft: #1a2942;
  --bk-teal: #226c79;
  --bk-teal-bright: #2c8795;
  --bk-teal-pale: #cce1e2;
  --bk-paper: #ededed;
  --bk-white: #ffffff;
  --bk-ink: #142039;
  --bk-muted: #6b7482;
  --bk-line-dark: rgba(19, 29, 50, 0.15);
  --bk-line-light: rgba(237, 237, 237, 0.16);
  --bk-shadow: 0 28px 80px rgba(9, 20, 35, 0.18);
  --bk-shell: 1320px;
  --bk-header: 84px;
  --bk-radius: 18px;
  --bk-radius-brand: 56px 16px 16px 16px;
  --bk-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --bk-type-hero: clamp(3.2rem, 4.2vw, 5rem);
  --bk-type-section: clamp(2.4rem, 3.45vw, 3.5rem);
  --bk-type-narrative: clamp(2.7rem, 4.1vw, 4rem);
  --bk-type-card: clamp(1.85rem, 2.65vw, 2.65rem);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--bk-header) + 24px);
  background: var(--bk-navy);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--bk-paper);
  color: var(--bk-ink);
  font-family: "Montserrat", "Avenir Next", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.bk-nav-open {
  overflow: hidden;
}

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

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

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

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

button {
  color: inherit;
}

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

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

::selection {
  background: var(--bk-teal-bright);
  color: var(--bk-white);
}

.bk-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.bk-icon,
.bk-kicker__icon,
.bk-fact-icon {
  display: inline-block;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.bk-icon {
  width: 20px;
  height: 20px;
}

:focus-visible {
  outline: 3px solid var(--bk-teal-bright);
  outline-offset: 4px;
}

.bk-shell {
  width: min(calc(100% - clamp(32px, 7vw, 112px)), var(--bk-shell));
  margin-inline: auto;
}

.bk-skip {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--bk-paper);
  color: var(--bk-navy);
  font-size: 0.84rem;
  font-weight: 750;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

.bk-kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
  color: var(--bk-teal-pale);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bk-kicker::before {
  width: 38px;
  height: 1px;
  background: currentColor;
  content: "";
}

.bk-kicker__icon {
  width: 17px;
  height: 17px;
  margin-right: -4px;
  opacity: 0.9;
}

.bk-kicker--dark {
  color: var(--bk-teal);
}

.bk-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 15px 7px 15px 15px;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.2;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms var(--bk-ease);
}

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

.bk-button svg,
.bk-text-link svg,
.bk-package a svg,
.bk-unit__actions svg,
.bk-header__cta svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 220ms var(--bk-ease);
}

.bk-button:hover svg,
.bk-text-link:hover svg,
.bk-package a:hover svg,
.bk-unit__actions a:hover svg,
.bk-header__cta:hover svg {
  transform: none;
}

.bk-button:hover svg:last-child,
.bk-text-link:hover svg:last-child,
.bk-package a:hover svg:last-child,
.bk-unit__actions a:hover svg:last-child,
.bk-header__cta:hover svg:last-child {
  transform: translateX(4px);
}

.bk-button--primary {
  background: var(--bk-teal);
  color: var(--bk-white);
}

.bk-button--primary:hover {
  background: var(--bk-teal-bright);
}

.bk-button--ghost {
  border-color: var(--bk-line-light);
  color: var(--bk-paper);
}

.bk-button--ghost:hover {
  border-color: rgba(237, 237, 237, 0.36);
  background: rgba(255, 255, 255, 0.06);
}

.bk-button--light {
  background: var(--bk-paper);
  color: var(--bk-navy);
}

.bk-button--light:hover {
  background: var(--bk-white);
}

.bk-button--large {
  min-height: 58px;
  padding-inline: 28px;
  font-size: 0.9rem;
}

/* Header */
.bk-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  color: var(--bk-paper);
  transition: background 250ms ease, border-color 250ms ease, box-shadow 250ms ease;
}

.bk-header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(237, 237, 237, 0.1);
  content: "";
}

.bk-header.is-scrolled,
.bk-header.is-open {
  background: rgba(9, 20, 35, 0.94);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.bk-header__inner {
  width: min(calc(100% - clamp(28px, 6vw, 96px)), 1420px);
  min-height: var(--bk-header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-inline: auto;
}

.bk-brand {
  position: relative;
  z-index: 2;
  display: flex;
  width: 176px;
  flex: 0 0 auto;
  align-items: center;
}

.bk-brand img {
  width: 100%;
  height: auto;
}

.bk-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 40px);
}

.bk-nav a {
  position: relative;
  padding: 14px 0;
  color: rgba(237, 237, 237, 0.76);
  font-size: 0.77rem;
  font-weight: 600;
}

.bk-nav a::after {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 1px;
  background: var(--bk-teal-bright);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms var(--bk-ease);
}

.bk-nav a:hover,
.bk-nav a[aria-current="true"] {
  color: var(--bk-white);
}

.bk-nav a:hover::after,
.bk-nav a[aria-current="true"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.bk-header__cta {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid var(--bk-line-light);
  border-radius: 14px 6px 14px 14px;
  font-size: 0.75rem;
  font-weight: 700;
  transition: background 220ms ease, border-color 220ms ease;
}

.bk-header__cta:hover {
  border-color: rgba(237, 237, 237, 0.36);
  background: rgba(255, 255, 255, 0.06);
}

.bk-menu {
  position: relative;
  z-index: 2;
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--bk-line-light);
  border-radius: 14px 6px 14px 14px;
  background: transparent;
  cursor: pointer;
}

.bk-menu span {
  position: absolute;
  left: 13px;
  width: 21px;
  height: 1px;
  background: var(--bk-paper);
  transition: transform 220ms ease, top 220ms ease;
}

.bk-menu span:first-child {
  top: 19px;
}

.bk-menu span:last-child {
  top: 27px;
}

.bk-menu[aria-expanded="true"] span:first-child {
  top: 23px;
  transform: rotate(45deg);
}

.bk-menu[aria-expanded="true"] span:last-child {
  top: 23px;
  transform: rotate(-45deg);
}

/* Hero */
.bk-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: calc(var(--bk-header) + clamp(50px, 8vw, 110px)) 0 0;
  background:
    radial-gradient(circle at 78% 34%, rgba(34, 108, 121, 0.2), transparent 32%),
    linear-gradient(135deg, var(--bk-navy-deep), var(--bk-navy) 58%);
  color: var(--bk-paper);
}

.bk-hero::before {
  position: absolute;
  top: 21%;
  right: 0;
  width: min(34vw, 500px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(237, 237, 237, 0.22));
  content: "";
}

.bk-hero__mark {
  position: absolute;
  right: -7vw;
  bottom: 2%;
  width: min(42vw, 640px);
  color: var(--bk-paper);
  opacity: 0.035;
  pointer-events: none;
}

.bk-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.82fr);
  align-items: center;
  gap: clamp(46px, 7vw, 116px);
}

.bk-hero__copy {
  padding-bottom: clamp(36px, 7vw, 94px);
}

.bk-hero h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: var(--bk-type-hero);
  font-weight: 760;
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.bk-hero h1 span {
  display: block;
  color: var(--bk-teal-pale);
  font-weight: 500;
}

.bk-hero__lead {
  max-width: 600px;
  margin-bottom: 36px;
  color: rgba(237, 237, 237, 0.72);
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  line-height: 1.65;
}

.bk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bk-hero__note {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: clamp(44px, 7vw, 78px);
  color: rgba(237, 237, 237, 0.54);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bk-hero__line {
  width: clamp(34px, 4vw, 74px);
  height: 1px;
  background: var(--bk-teal-bright);
}

.bk-hero__media {
  position: relative;
  height: min(74vh, 790px);
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(237, 237, 237, 0.14);
  border-radius: 120px 20px 20px 20px;
  background: var(--bk-navy-soft);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.3);
  isolation: isolate;
}

.bk-hero__media::before {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 38%;
  height: 10px;
  background: var(--bk-teal-bright);
  content: "";
}

.bk-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.08);
}

.bk-hero__shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 20, 35, 0.04) 45%, rgba(9, 20, 35, 0.82)),
    linear-gradient(90deg, rgba(19, 29, 50, 0.24), transparent 44%);
  pointer-events: none;
}

.bk-hero__media-label {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.bk-hero__media-label span {
  color: rgba(237, 237, 237, 0.68);
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.bk-hero__media-label strong {
  font-size: 0.82rem;
  font-weight: 700;
}

.bk-video-control {
  position: absolute;
  z-index: 4;
  top: 22px;
  left: 22px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(237, 237, 237, 0.24);
  border-radius: 50%;
  background: rgba(9, 20, 35, 0.5);
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.bk-video-control svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: var(--bk-white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.bk-video-control .bk-icon-play {
  display: none;
  fill: none;
}

.bk-video-control.is-paused .bk-icon-pause {
  display: none;
}

.bk-video-control.is-paused .bk-icon-play {
  display: block;
}

.bk-hero__facts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--bk-line-light);
}

.bk-hero__facts > div {
  display: grid;
  min-height: 122px;
  grid-template-columns: 34px auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 24px clamp(18px, 3vw, 38px);
  border-right: 1px solid var(--bk-line-light);
}

.bk-fact-icon {
  width: 27px;
  height: 27px;
  color: var(--bk-teal-bright);
}

.bk-hero__facts > div:last-child {
  border-right: 0;
}

.bk-hero__facts strong {
  color: var(--bk-teal-pale);
  font-size: clamp(1.65rem, 2.2vw, 2.35rem);
  font-weight: 550;
  letter-spacing: -0.05em;
  line-height: 1;
}

.bk-hero__facts span {
  max-width: 20ch;
  color: rgba(237, 237, 237, 0.58);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.45;
}

/* Intro */
.bk-intro {
  padding: clamp(90px, 12vw, 180px) 0;
  background: var(--bk-paper);
}

.bk-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.68fr);
  gap: clamp(60px, 10vw, 160px);
}

.bk-intro__content {
  padding-top: 40px;
}

.bk-intro h2,
.bk-services h2,
.bk-packages h2,
.bk-club h2,
.bk-units h2,
.bk-contact h2 {
  margin-bottom: 0;
  font-size: var(--bk-type-section);
  font-weight: 680;
  letter-spacing: -0.055em;
  line-height: 1.01;
}

.bk-intro h2 {
  max-width: 15ch;
}

.bk-intro__lead {
  margin-bottom: 48px;
  color: #3e4859;
  font-size: clamp(1.06rem, 1.65vw, 1.36rem);
  line-height: 1.65;
}

.bk-principles {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bk-principles li {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid var(--bk-line-dark);
}

.bk-principles li:last-child {
  border-bottom: 1px solid var(--bk-line-dark);
}

.bk-principle-marker {
  width: 46px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border: 1px solid rgba(34, 108, 121, 0.2);
  border-radius: 16px 6px 16px 16px;
  color: var(--bk-teal);
}

.bk-principle-marker .bk-icon {
  width: 19px;
  height: 19px;
}

.bk-principle-marker small {
  font-size: 0.51rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1;
}

.bk-principles strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}

.bk-principles p {
  margin-bottom: 0;
  color: var(--bk-muted);
  font-size: 0.88rem;
}

/* Section header */
.bk-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.48fr);
  align-items: start;
  gap: clamp(40px, 8vw, 120px);
  margin-bottom: clamp(48px, 7vw, 86px);
}

.bk-section-head > p {
  max-width: 46ch;
  margin: 40px 0 0;
  color: rgba(237, 237, 237, 0.62);
}

.bk-section-head--dark > p {
  color: var(--bk-muted);
}

/* Services */
.bk-services {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 11vw, 160px) 0;
  background: var(--bk-navy);
  color: var(--bk-paper);
}

.bk-services::before {
  position: absolute;
  top: 0;
  left: 7vw;
  width: 1px;
  height: 100%;
  background: linear-gradient(rgba(237, 237, 237, 0.11), transparent 80%);
  content: "";
}

.bk-services__mark {
  position: absolute;
  top: 60px;
  right: -5vw;
  width: min(34vw, 480px);
  color: var(--bk-paper);
  opacity: 0.035;
  pointer-events: none;
}

.bk-services h2 {
  max-width: 15ch;
}

.bk-service-list {
  border-top: 1px solid var(--bk-line-light);
}

.bk-service-group {
  border-bottom: 1px solid var(--bk-line-light);
}

.bk-service-group summary {
  display: grid;
  min-height: 116px;
  grid-template-columns: 60px minmax(0, 1fr) 50px;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
}

.bk-service-group summary::-webkit-details-marker {
  display: none;
}

.bk-service-group__number {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--bk-teal-bright);
}

.bk-service-group__number .bk-icon {
  width: 25px;
  height: 25px;
}

.bk-service-group__number small {
  color: var(--bk-teal-pale);
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  opacity: 0.7;
}

.bk-service-group summary strong {
  display: block;
  margin-bottom: 4px;
  font-size: clamp(1.2rem, 1.65vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.bk-service-group__copy > small {
  color: rgba(237, 237, 237, 0.5);
  font-size: 0.77rem;
}

.bk-service-group__toggle {
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid var(--bk-line-light);
  border-radius: 50%;
}

.bk-service-group__toggle::before,
.bk-service-group__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1px;
  background: var(--bk-paper);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 220ms ease;
}

.bk-service-group__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.bk-service-group[open] .bk-service-group__toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}

.bk-service-group__body {
  padding: 0 0 30px 102px;
}

.bk-service-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(160px, 0.65fr) auto;
  align-items: baseline;
  gap: 28px;
  padding: 18px 0;
  border-top: 1px solid rgba(237, 237, 237, 0.08);
}

.bk-service-row > span {
  font-size: 0.96rem;
  font-weight: 620;
}

.bk-service-row small {
  color: rgba(237, 237, 237, 0.5);
  font-size: 0.74rem;
}

.bk-service-row strong {
  color: var(--bk-teal-pale);
  font-size: 0.86rem;
  font-weight: 650;
  text-align: right;
  white-space: nowrap;
}

.bk-services__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 36px;
}

.bk-services__footer p {
  margin-bottom: 0;
  color: rgba(237, 237, 237, 0.58);
  font-size: 0.88rem;
}

.bk-text-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  color: var(--bk-paper);
  font-size: 0.78rem;
  font-weight: 750;
}

/* Packages */
.bk-packages {
  padding: clamp(90px, 11vw, 160px) 0;
  background: #e4e7e6;
}

.bk-packages h2 {
  max-width: 18ch;
}

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

.bk-package {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--bk-line-dark);
  border-radius: 48px 15px 15px 15px;
  background: var(--bk-paper);
  color: var(--bk-navy);
}

.bk-package--featured {
  grid-column: 1 / -1;
  min-height: 470px;
  background: var(--bk-navy);
  color: var(--bk-paper);
}

.bk-package--teal {
  background: var(--bk-teal);
  color: var(--bk-white);
}

.bk-package__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: currentColor;
  font-size: 0.67rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.72;
}

.bk-package__vehicle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.bk-package__vehicle .bk-icon {
  width: 19px;
  height: 19px;
}

.bk-package__main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: end;
  gap: clamp(24px, 5vw, 74px);
  padding-block: 34px;
}

.bk-package__number {
  font-size: clamp(4.8rem, 9vw, 8.5rem);
  font-weight: 450;
  letter-spacing: -0.09em;
  line-height: 0.72;
}

.bk-package h3 {
  max-width: 15ch;
  margin-bottom: 10px;
  font-size: clamp(1.45rem, 2.1vw, 2.3rem);
  font-weight: 620;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.bk-package__main p {
  margin-bottom: 0;
  font-size: 0.88rem;
  opacity: 0.66;
}

.bk-package__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid currentColor;
  border-color: color-mix(in srgb, currentColor 18%, transparent);
}

.bk-package__bottom small {
  display: block;
  margin-bottom: 4px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.58;
}

.bk-package__bottom strong {
  display: block;
  font-size: clamp(1.65rem, 2.2vw, 2.3rem);
  font-weight: 570;
  letter-spacing: -0.055em;
  line-height: 1;
}

.bk-package__bottom a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  font-size: 0.76rem;
  font-weight: 750;
}

.bk-price-note {
  margin: 26px 0 0;
  color: var(--bk-muted);
  font-size: 0.7rem;
  text-align: right;
}

/* Process */
.bk-process {
  position: relative;
  min-height: min(82vh, 860px);
  display: grid;
  overflow: hidden;
  place-items: center;
  background: var(--bk-navy-deep);
  color: var(--bk-paper);
  isolation: isolate;
}

.bk-process__image,
.bk-process__overlay {
  position: absolute;
  inset: -5%;
}

.bk-process__image {
  z-index: -2;
  background: url("../img/cuidado-auto-padrao-poster.jpg") center 38% / cover no-repeat;
  transform: scale(1.08);
}

.bk-process__overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 20, 35, 0.94) 0%, rgba(9, 20, 35, 0.7) 48%, rgba(9, 20, 35, 0.2) 100%),
    linear-gradient(0deg, rgba(9, 20, 35, 0.3), rgba(9, 20, 35, 0.08));
}

.bk-process__content {
  padding-block: 110px;
}

.bk-process h2 {
  max-width: 13ch;
  margin-bottom: 26px;
  font-size: var(--bk-type-narrative);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.bk-process__content > p:not(.bk-kicker) {
  max-width: 48ch;
  margin-bottom: 36px;
  color: rgba(237, 237, 237, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

/* Club */
.bk-club {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 11vw, 160px) 0;
  background: var(--bk-teal);
  color: var(--bk-white);
}

.bk-club__mark {
  position: absolute;
  right: -5vw;
  bottom: -18%;
  width: min(44vw, 650px);
  color: var(--bk-white);
  opacity: 0.065;
  pointer-events: none;
}

.bk-club__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.58fr);
  gap: clamp(56px, 10vw, 170px);
}

.bk-club__content {
  padding-top: 40px;
}

.bk-club h2 {
  max-width: 13ch;
}

.bk-club__content > p {
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.04rem, 1.55vw, 1.28rem);
}

.bk-club__content ul {
  margin: 0 0 42px;
  padding: 0;
  list-style: none;
}

.bk-club__content li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
}

.bk-club__content li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bk-club__content li span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 11px 4px 11px 11px;
  opacity: 0.82;
}

.bk-club__content li span .bk-icon {
  width: 17px;
  height: 17px;
}

/* Units */
.bk-units {
  padding: clamp(90px, 11vw, 160px) 0;
  background: var(--bk-paper);
}

.bk-units h2 {
  max-width: 17ch;
}

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

.bk-unit {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid var(--bk-line-dark);
  border-radius: 54px 16px 16px 16px;
  background: var(--bk-white);
}

.bk-unit--inverse {
  background: var(--bk-navy);
  color: var(--bk-paper);
}

.bk-unit__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: auto;
}

.bk-unit__top > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bk-teal);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.bk-unit__top > span .bk-icon {
  width: 17px;
  height: 17px;
}

.bk-unit__top img {
  width: 74px;
  color: var(--bk-teal);
  opacity: 0.42;
}

.bk-unit--inverse .bk-unit__top img {
  color: var(--bk-paper);
}

.bk-unit h3 {
  max-width: 15ch;
  margin-bottom: 16px;
  font-size: var(--bk-type-card);
  font-weight: 590;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.bk-unit__address {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  margin-bottom: 34px;
  color: var(--bk-muted);
}

.bk-unit__address > .bk-icon {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: var(--bk-teal);
}

.bk-unit address {
  margin: 0;
  color: inherit;
  font-size: 0.88rem;
  font-style: normal;
}

.bk-unit--inverse .bk-unit__address {
  color: rgba(237, 237, 237, 0.62);
}

.bk-unit__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  padding-top: 24px;
  border-top: 1px solid var(--bk-line-dark);
}

.bk-unit--inverse .bk-unit__actions {
  border-color: var(--bk-line-light);
}

.bk-unit__actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  font-size: 0.73rem;
  font-weight: 750;
}

.bk-unit__actions .bk-icon {
  width: 18px;
  height: 18px;
}

.bk-unit__actions a:last-child {
  color: var(--bk-teal);
}

.bk-unit--inverse .bk-unit__actions a:last-child {
  color: var(--bk-teal-pale);
}

/* Contact */
.bk-contact {
  position: relative;
  overflow: hidden;
  padding: clamp(100px, 14vw, 210px) 0;
  background: var(--bk-navy-deep);
  color: var(--bk-paper);
  text-align: center;
}

.bk-contact__word {
  position: absolute;
  right: 0;
  bottom: -0.22em;
  left: 0;
  color: transparent;
  font-size: clamp(8rem, 24vw, 26rem);
  font-weight: 750;
  letter-spacing: -0.08em;
  line-height: 0.8;
  text-align: center;
  -webkit-text-stroke: 1px rgba(237, 237, 237, 0.08);
  pointer-events: none;
}

.bk-contact__content {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 940px;
  flex-direction: column;
  align-items: center;
}

.bk-contact__content > img {
  width: 88px;
  margin-bottom: 28px;
  color: var(--bk-teal-bright);
}

.bk-contact .bk-kicker::before {
  display: none;
}

.bk-contact h2 {
  max-width: 14ch;
  margin-bottom: 28px;
}

.bk-contact__content > p:not(.bk-kicker) {
  max-width: 48ch;
  margin-bottom: 36px;
  color: rgba(237, 237, 237, 0.66);
}

.bk-contact__phone {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  color: rgba(237, 237, 237, 0.52);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.bk-contact__phone .bk-icon {
  width: 17px;
  height: 17px;
  color: var(--bk-teal-pale);
}

/* Footer */
.bk-footer {
  padding: 70px 0 24px;
  background: var(--bk-navy);
  color: var(--bk-paper);
}

.bk-footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) repeat(2, minmax(170px, 0.45fr));
  gap: 54px;
  padding-bottom: 64px;
}

.bk-footer__brand img {
  width: 190px;
  margin-bottom: 18px;
}

.bk-footer__brand p {
  margin-bottom: 0;
  color: rgba(237, 237, 237, 0.5);
  font-size: 0.78rem;
}

.bk-footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.bk-footer__links strong {
  margin-bottom: 8px;
  color: var(--bk-teal-pale);
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bk-footer__links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: rgba(237, 237, 237, 0.62);
  font-size: 0.76rem;
  transition: color 180ms ease;
}

.bk-footer__links a .bk-icon {
  width: 17px;
  height: 17px;
  margin-right: 9px;
  color: var(--bk-teal-pale);
}

.bk-footer__links a:hover {
  color: var(--bk-white);
}

.bk-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--bk-line-light);
  color: rgba(237, 237, 237, 0.42);
  font-size: 0.66rem;
}

.bk-footer__bottom a:hover {
  color: var(--bk-paper);
}

.bk-footer__bottom a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.bk-mobile-bar {
  display: none;
}

/* Motion */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 800ms var(--bk-ease), transform 800ms var(--bk-ease);
}

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

@supports (animation-timeline: view()) {
  .bk-process__image {
    animation: bk-process-pan linear both;
    animation-range: entry -15% exit 115%;
    animation-timeline: view();
  }

  @keyframes bk-process-pan {
    from { transform: scale(1.1) translateY(-2%); }
    to { transform: scale(1.1) translateY(3%); }
  }
}

/* Tablet */
@media (max-width: 1080px) {
  .bk-header__cta {
    display: none;
  }

  .bk-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
    gap: 44px;
  }

  .bk-hero__media {
    height: 68vh;
    min-height: 510px;
    border-radius: 86px 18px 18px 18px;
  }

  .bk-hero h1 {
    font-size: clamp(3rem, 5.7vw, 4.7rem);
  }

  .bk-intro__grid,
  .bk-club__grid {
    gap: 70px;
  }
}

@media (max-width: 840px) {
  :root {
    --bk-header: 74px;
    --bk-type-section: clamp(2.25rem, 6.5vw, 3.25rem);
    --bk-type-narrative: clamp(2.45rem, 7vw, 3.55rem);
    --bk-type-card: clamp(1.9rem, 5.2vw, 2.65rem);
  }

  .bk-brand {
    width: 146px;
  }

  .bk-menu {
    display: block;
  }

  .bk-nav {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    height: calc(100svh - var(--bk-header));
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 36px clamp(24px, 8vw, 60px);
    background: rgba(9, 20, 35, 0.98);
    opacity: 0;
    transform: translateY(-14px);
    transition: visibility 0s linear 260ms, opacity 260ms ease, transform 260ms var(--bk-ease);
  }

  .bk-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .bk-nav a {
    min-height: 68px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--bk-line-light);
    color: var(--bk-paper);
    font-size: clamp(1.3rem, 5vw, 2.1rem);
    font-weight: 550;
    letter-spacing: -0.03em;
  }

  .bk-nav a::after {
    display: none;
  }

  .bk-hero {
    padding-top: calc(var(--bk-header) + 54px);
  }

  .bk-hero__grid {
    grid-template-columns: 1fr;
  }

  .bk-hero__copy {
    padding-bottom: 0;
  }

  .bk-hero h1 {
    max-width: 15ch;
    font-size: clamp(2.9rem, 8.9vw, 4.25rem);
  }

  .bk-hero__media {
    height: 66svh;
    min-height: 510px;
    border-radius: 82px 16px 16px 16px;
  }

  .bk-hero__facts {
    margin-top: 60px;
  }

  .bk-hero__facts > div {
    min-height: 104px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 6px 14px;
    padding: 22px 16px;
  }

  .bk-fact-icon {
    grid-row: 1 / 3;
  }

  .bk-intro__grid,
  .bk-club__grid,
  .bk-section-head {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .bk-intro__grid,
  .bk-club__grid {
    gap: 56px;
  }

  .bk-intro__content,
  .bk-club__content {
    padding-top: 0;
  }

  .bk-section-head > p {
    max-width: 56ch;
    margin-top: 0;
  }

  .bk-service-group__body {
    padding-left: 0;
  }

  .bk-package__main {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .bk-package--featured .bk-package__main {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: end;
  }

  .bk-process__overlay {
    background: linear-gradient(90deg, rgba(9, 20, 35, 0.9), rgba(9, 20, 35, 0.5));
  }
}

/* Mobile */
@media (max-width: 680px) {
  :root {
    --bk-type-section: clamp(2.1rem, 9.1vw, 2.8rem);
    --bk-type-narrative: clamp(2.3rem, 9.7vw, 3rem);
    --bk-type-card: clamp(1.8rem, 7.8vw, 2.35rem);
  }

  .bk-shell,
  .bk-header__inner {
    width: min(calc(100% - 32px), var(--bk-shell));
  }

  .bk-hero {
    padding-bottom: 0;
  }

  .bk-hero__lead {
    font-size: 1rem;
  }

  .bk-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bk-button {
    width: 100%;
  }

  .bk-hero__note {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 8px 12px;
  }

  .bk-hero__line {
    grid-row: 1 / 3;
  }

  .bk-hero__media {
    height: 62svh;
    min-height: 480px;
    border-radius: 66px 14px 14px 14px;
  }

  .bk-hero__facts {
    grid-template-columns: 1fr;
  }

  .bk-hero__facts > div {
    min-height: auto;
    grid-template-columns: 34px 76px minmax(0, 1fr);
    border-right: 0;
    border-bottom: 1px solid var(--bk-line-light);
  }

  .bk-hero__facts > div:last-child {
    border-bottom: 0;
  }

  .bk-intro h2,
  .bk-services h2,
  .bk-packages h2,
  .bk-club h2,
  .bk-units h2,
  .bk-contact h2 {
    font-size: var(--bk-type-section);
  }

  .bk-service-group summary {
    min-height: 98px;
    grid-template-columns: 48px minmax(0, 1fr) 42px;
    gap: 12px;
  }

  .bk-service-group__toggle {
    width: 40px;
    height: 40px;
  }

  .bk-service-group summary strong {
    font-size: 1.12rem;
  }

  .bk-service-group__copy > small {
    display: none;
  }

  .bk-service-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 16px;
    padding: 17px 0;
  }

  .bk-service-row small {
    grid-column: 1;
    grid-row: 2;
  }

  .bk-service-row strong {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    font-size: 0.76rem;
  }

  .bk-services__footer,
  .bk-package__bottom,
  .bk-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .bk-package-grid,
  .bk-unit-grid {
    grid-template-columns: 1fr;
  }

  .bk-package--featured {
    grid-column: auto;
  }

  .bk-package,
  .bk-package--featured {
    min-height: 390px;
    border-radius: 40px 14px 14px 14px;
  }

  .bk-package--featured .bk-package__main,
  .bk-package__main {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .bk-package__number {
    font-size: clamp(4.8rem, 22vw, 6.5rem);
  }

  .bk-package__bottom {
    gap: 20px;
  }

  .bk-package__bottom a {
    min-height: 48px;
  }

  .bk-price-note {
    text-align: left;
  }

  .bk-process {
    min-height: 720px;
  }

  .bk-process__image {
    background-position: 57% center;
  }

  .bk-process__overlay {
    background: linear-gradient(0deg, rgba(9, 20, 35, 0.94) 5%, rgba(9, 20, 35, 0.56) 78%);
  }

  .bk-process__content {
    align-self: end;
    padding-block: 90px;
  }

  .bk-unit {
    min-height: 420px;
    border-radius: 44px 14px 14px 14px;
  }

  .bk-unit__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .bk-footer {
    padding-bottom: 96px;
  }

  .bk-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .bk-footer__brand {
    grid-column: 1 / -1;
  }

  .bk-mobile-bar {
    position: fixed;
    z-index: 90;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(237, 237, 237, 0.15);
    border-radius: 17px 8px 17px 17px;
    background: rgba(9, 20, 35, 0.92);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .bk-mobile-bar a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bk-line-light);
    border-radius: 12px 6px 12px 12px;
    color: var(--bk-paper);
    font-size: 0.72rem;
    font-weight: 750;
    gap: 8px;
  }

  .bk-mobile-bar .bk-icon {
    width: 17px;
    height: 17px;
  }

  .bk-mobile-bar a:last-child {
    border-color: var(--bk-teal);
    background: var(--bk-teal);
    color: var(--bk-white);
  }
}

@media (max-width: 430px) {
  .bk-hero h1 {
    font-size: clamp(2.65rem, 10.8vw, 3.05rem);
  }

  .bk-hero__media {
    height: 58svh;
    min-height: 450px;
  }

  .bk-service-row > span {
    font-size: 0.85rem;
  }

  .bk-service-row small {
    font-size: 0.66rem;
  }

  .bk-footer__grid {
    grid-template-columns: 1fr;
  }

  .bk-footer__brand {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (forced-colors: active) {
  .bk-hero__shade,
  .bk-process__overlay,
  .bk-contact__word {
    display: none;
  }

  .bk-button,
  .bk-menu,
  .bk-mobile-bar {
    border: 1px solid ButtonText;
  }
}

@media print {
  .bk-header,
  .bk-mobile-bar,
  .bk-video-control,
  .bk-actions,
  .bk-contact,
  .bk-footer {
    display: none !important;
  }

  body,
  .bk-hero,
  .bk-services,
  .bk-club {
    background: #fff !important;
    color: #000 !important;
  }

  .bk-hero {
    min-height: auto;
    padding-top: 30px;
  }

  .bk-hero__media,
  .bk-process {
    display: none;
  }
}

/* Página de erro */
.bk-error-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 40px 24px;
  background:
    radial-gradient(circle at 85% 12%, rgba(44, 135, 149, 0.22), transparent 30%),
    var(--bk-navy-deep);
  color: var(--bk-paper);
}

.bk-error {
  width: min(100%, 720px);
  text-align: center;
}

.bk-error > img {
  width: min(250px, 60vw);
  margin: 0 auto 64px;
}

.bk-error .bk-kicker {
  justify-content: center;
}

.bk-error h1 {
  margin-bottom: 18px;
  font-size: clamp(2.3rem, 7vw, 5.2rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.bk-error > p:not(.bk-kicker) {
  max-width: 570px;
  margin: 0 auto 34px;
  color: rgba(237, 237, 237, 0.72);
}
