:root {
  --ink: #1a1a1a;
  --muted: #3c3c3c;
  --sand: #e4dbd0;
  --paper: #f6f3ee;
  --tone-a: #f6f3ee;
  --tone-b: #e4dbd0;
  --line: #cfc6ba;
  --forest: #10241c;
  --wa: #1b7a46;
  --tg: #1d6f9a;
  --safe-b: env(safe-area-inset-bottom, 0px);
  --safe-t: env(safe-area-inset-top, 0px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #08140f;
  color: var(--ink);
  font-family: Manrope, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.45;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; }

.phone {
  width: min(440px, 100%);
  margin: 0 auto;
  background: var(--paper);
  min-height: 100svh;
}

.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  color: #f7f3ea;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #0c1c16 url("media/poster.jpg") center / cover no-repeat;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 18, 14, 0.15) 0%, rgba(8, 18, 14, 0.05) 38%, rgba(8, 18, 14, 0.82) 100%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  padding: calc(18px + var(--safe-t)) 20px calc(22px + var(--safe-b));
  width: 100%;
}
.plaque {
  display: inline-block;
  margin: 0 0 14px;
  padding: 7px 10px 6px;
  border: 1px solid rgba(247, 243, 234, 0.62);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1, h2 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 560;
  letter-spacing: -0.03em;
  margin: 0;
}
h1 {
  font-size: clamp(22px, 6.9vw, 31px);
  line-height: 1.08;
}
h1 span {
  display: block;
  white-space: nowrap;
}
.hero-place {
  margin: 14px 0 18px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.cta-stack {
  display: grid;
  gap: 8px;
}
.cta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font: inherit;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.btn-wa { background: var(--wa); }
.btn-tg { background: var(--tg); }
.btn-price {
  min-height: 54px;
  background: #f3e2b8;
  color: #10241c;
  font-size: 17px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
}
.btn:active { transform: translateY(1px); }

.tone-a { background: var(--tone-a); color: var(--ink); }
.tone-b { background: var(--tone-b); color: var(--ink); }
.tone-a,
.tone-b {
  border-top: 3px solid #3f3832;
}
.sheet { padding: 8px 20px 4px; }
.tasks {
  list-style: none;
  margin: 0;
  padding: 8px 0 4px;
}
.tasks li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 8px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.tasks span {
  font-family: Fraunces, Georgia, serif;
  color: #8a7352;
  font-size: 15px;
}
.tasks p { margin: 0; font-weight: 560; font-size: 17px; }

.slider { position: relative; }
.slider-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.slider-track::-webkit-scrollbar { display: none; }
.slider-track img {
  flex: 0 0 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.slider-nav {
  position: absolute;
  top: 42%;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(26, 26, 26, 0.72);
  color: #fff;
  cursor: pointer;
}
.slider-nav.prev { left: 10px; }
.slider-nav.next { right: 10px; }
.slider-nav::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.slider-nav.prev::before { transform: rotate(-135deg); margin-left: 14px; }
.slider-nav.next::before { transform: rotate(45deg); margin-right: 14px; }
.slider-nav:disabled { opacity: 0.28; }
.slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 12px 16px 14px;
}
.slider-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: #b7aa98;
  cursor: pointer;
}
.slider-dots button.is-on {
  width: 18px;
  background: #1a1a1a;
}

.beat figure {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.beat img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.beat-copy, .gym, .turn, .close, footer {
  padding: 22px 20px 26px;
}
.kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b5438;
}
.kicker-eq {
  margin: 0 0 10px;
  font-family: Fraunces, Georgia, serif;
  font-size: 30px;
  font-weight: 560;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: none;
  color: var(--ink);
}
h2 {
  font-size: 30px;
  line-height: 1.05;
  margin-bottom: 10px;
  color: var(--ink);
}
.beat-copy p, .gym p, .close p, .turn p {
  margin: 0;
  color: var(--muted);
}
.fine {
  margin-top: 12px !important;
  font-size: 12px;
  line-height: 1.4;
}
.gym h2 { margin-bottom: 8px; }

.turn {
  color: var(--ink);
}
.turn h2 { font-size: 32px; }
.turn ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.turn li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  font-size: 16px;
}
.turn b {
  font-family: Fraunces, Georgia, serif;
  font-weight: 560;
  font-size: 22px;
  margin-right: 6px;
}
.close { text-align: center; }
.close h2 { font-size: 34px; }
.close p { margin-bottom: 16px; }
.agent-photo {
  width: 168px;
  height: 168px;
  margin: 4px auto 16px;
  border-radius: 50%;
  overflow: hidden;
  background: #f7f4ef;
}
.agent-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
}
.agent-name,
.close .agent-name {
  margin: -4px 0 6px;
  font-family: Fraunces, Georgia, serif;
  font-size: 22px;
  font-weight: 560;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.agent-role,
.close .agent-role {
  margin: 0 0 14px;
  font-family: Fraunces, Georgia, serif;
  font-style: italic;
  font-weight: 480;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: #3c3c3c;
}
.socials {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
}
.social svg { width: 20px; height: 20px; fill: currentColor; }

footer {
  padding-top: 0;
  padding-bottom: calc(28px + var(--safe-b));
  color: #2a2a2a;
  font-size: 12px;
}
footer p { margin: 0 0 8px; }
footer a { color: #1a1a1a; }
.legal-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
  line-height: 1.35;
}
.legal-links a { text-decoration: underline; text-underline-offset: 3px; }

.legal {
  padding: 22px 20px calc(36px + var(--safe-b));
  color: var(--ink);
}
.legal h1 {
  font-size: 32px;
  line-height: 1.08;
  margin: 18px 0 8px;
  white-space: normal;
}
.legal h2 {
  font-size: 20px;
  margin: 22px 0 8px;
}
.legal p, .legal li {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #2a2a2a;
}
.legal ul { margin: 0 0 10px; padding-left: 18px; }
.legal .back a {
  color: #1a1a1a;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bar {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(440px, 100%);
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 10px 12px calc(10px + var(--safe-b));
  background: rgba(246, 243, 238, 0.96);
  border-top: 1px solid var(--line);
  z-index: 5;
}
.bar.is-on { display: grid; }
.bar .btn-price { grid-column: 1 / -1; color: #10241c; }
body.has-bar footer { padding-bottom: calc(148px + var(--safe-b)); }

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 20;
  place-items: end center;
  padding: 16px 12px calc(16px + var(--safe-b));
  background: rgba(8, 18, 14, 0.62);
}
.modal.is-open { display: grid; }
.modal-card {
  position: relative;
  width: min(440px, 100%);
  padding: 22px 18px 18px;
  border-radius: 22px;
  background: #f6f3ee;
  color: #1a1a1a;
}
.modal-card h2 {
  font-size: 28px;
  margin-bottom: 6px;
}
.modal-card p { margin: 0 0 14px; color: #3c3c3c; }
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #1a1a1a;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.lead-form { display: grid; gap: 10px; }
.lead-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}
.lead-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #cfc6ba;
  border-radius: 12px;
  background: #fff;
  color: #1a1a1a;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
}
html.modal-open,
body.modal-open {
  overflow: hidden;
  overscroll-behavior: none;
}
.scroll-shield {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 30;
  background: transparent;
  touch-action: none;
}
.scroll-shield.is-on { display: block; }
.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.form-note { margin: 0 !important; font-size: 14px; }
.inbox-tools { text-align: right; }
.inbox-tools button {
  border: 0;
  background: none;
  color: #1a1a1a;
  text-decoration: underline;
  font: inherit;
  cursor: pointer;
}
.lead-card {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  text-align: left;
}
.lead-card b { display: block; font-size: 17px; }
.lead-card span { display: block; margin-top: 2px; }
.lead-card small { display: block; margin-top: 4px; color: #3c3c3c; }

@media (prefers-reduced-motion: reduce) {
  .hero-video { display: none; }
}
