/**
 * Hug a Bear landing — standalone PDF-inspired layout (no Bootstrap / site chrome).
 */

:root {
  --hab-bg-page: #e6dfcf;
  --hab-bg-card: #efe8d8;
  --hab-bg-print-note: rgba(139, 114, 79, 0.18);
  --hab-brown: #8b724f;
  --hab-brown-mid: #6d5a42;
  --hab-text: #3d3428;
  --hab-text-soft: rgba(61, 52, 40, 0.68);
  --hab-heart-blue: #5d8cc9;
  --hab-heart-brown: #8b5c3d;
  --hab-border-dash: var(--hab-brown);
  --hab-max-text: min(42rem, 92vw);
  --hab-max-img: min(54rem, 94vw);
  --hab-max-doc: min(72rem, 94vw);
  --hab-space-section: clamp(2.75rem, 6vw, 4.25rem);
  --hab-space-block: clamp(1.35rem, 3.2vw, 2rem);
  --hab-shadow-soft: 0 2px 0 rgba(255, 255, 255, 0.45);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.hug-a-bear-page {
  margin: 0;
  min-height: 100vh;
  font-family: "Nunito", system-ui, sans-serif;
  font-size: clamp(1rem, 0.32vw + 0.94rem, 1.0625rem);
  line-height: 1.65;
  color: var(--hab-text);
  background-color: var(--hab-bg-page);
  -webkit-font-smoothing: antialiased;
}

.hab-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hab-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(1.25rem, 4vw, 2.5rem) clamp(1rem, 3vw, 1.75rem)
    clamp(2.75rem, 6vw, 4rem);
}

.hab-doc {
  width: 100%;
  max-width: var(--hab-max-doc);
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Typography */
.hug-a-bear-page .hab-head {
  font-family: "Baloo 2", system-ui, sans-serif;
  font-weight: 700;
  color: var(--hab-brown-mid);
  line-height: 1.25;
}

.hab-intro p,
.hab-body-block p {
  margin: 0 0 var(--hab-space-block);
  text-align: center;
  max-width: var(--hab-max-text);
  margin-left: auto;
  margin-right: auto;
}

.hab-intro p:last-child,
.hab-body-block p:last-child {
  margin-bottom: 0;
}

.hab-intro strong,
.hab-body-block strong {
  color: var(--hab-brown);
  font-weight: 700;
}

/* Hero */
.hab-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.hab-logo {
  display: block;
  width: min(28rem, 88vw);
  margin: 0 auto;
}

.hab-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.hab-tagline {
  font-family: "Baloo 2", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.65rem, 4.5vw, 2.35rem);
  letter-spacing: 0.02em;
  color: var(--hab-brown-mid);
  margin: clamp(1.25rem, 3.5vw, 1.75rem) 0 0;
  line-height: 1.2;
  text-shadow: var(--hab-shadow-soft);
}

.hab-figure {
  margin: clamp(1.5rem, 4vw, 2.25rem) 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hab-figure img {
  display: block;
  width: 100%;
  max-width: var(--hab-max-img);
  height: auto;
}

/* Intro under hero image */
.hab-intro {
  margin-top: clamp(2rem, 5vw, 3rem);
  width: 100%;
}

/* Partnership strip */
.hab-partnership {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem 0.85rem;
  margin-top: clamp(2rem, 4vw, 2.75rem);
  font-family: "Baloo 2", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.3rem, 3.8vw, 1.95rem);
  color: var(--hab-brown-mid);
  text-align: center;
  max-width: var(--hab-max-text);
  margin-left: auto;
  margin-right: auto;
}

.hab-partnership__shake {
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji", sans-serif;
  font-weight: normal;
  line-height: 1;
  font-size: clamp(1.45rem, 4vw, 1.95rem);
}

/* Second image + prose */
.hab-body-block {
  margin-top: var(--hab-space-section);
  width: 100%;
}

.hab-body-block .hab-figure {
  margin-top: 0;
}

.hab-gap-after-img {
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
}

/* Pricing card */
.hab-pricing {
  margin-top: var(--hab-space-section);
  width: 100%;
  max-width: min(36rem, 94vw);
  padding: clamp(1.65rem, 4.5vw, 2.5rem) clamp(1.35rem, 4vw, 2rem);
  background-color: var(--hab-bg-card);
  border: 2px dashed var(--hab-border-dash);
  border-radius: clamp(12px, 2.5vw, 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: var(--hab-shadow-soft);
}

.hab-pricing__price {
  font-family: "Baloo 2", system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(1.55rem, 4.2vw, 2.1rem);
  color: var(--hab-brown-mid);
  margin: 0 0 clamp(1.1rem, 3vw, 1.5rem);
  line-height: 1.2;
}

.hab-pricing__sub {
  font-family: "Baloo 2", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.1rem, 2.8vw, 1.35rem);
  color: var(--hab-brown);
  margin: 0 0 clamp(1.1rem, 3vw, 1.45rem);
}

.hab-pricing__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: var(--hab-max-text);
  text-align: left;
}

.hab-pricing__list li {
  position: relative;
  padding-left: 2.35rem;
  margin-bottom: clamp(0.85rem, 2vw, 1.1rem);
  font-size: clamp(0.98rem, 1.1vw + 0.9rem, 1.08rem);
  line-height: 1.6;
}

.hab-pricing__list li:last-child {
  margin-bottom: 0;
}

.hab-heart {
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 1.125rem;
  height: 1.02rem;
  flex-shrink: 0;
}

.hab-heart--blue {
  color: var(--hab-heart-blue);
}

.hab-heart--brown {
  color: var(--hab-heart-brown);
}

/* FAQ */
.hab-faq {
  margin-top: var(--hab-space-section);
  width: 100%;
  max-width: var(--hab-max-text);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.hab-faq__title {
  font-family: "Baloo 2", system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(1.45rem, 3.8vw, 1.95rem);
  color: var(--hab-brown-mid);
  text-align: center;
  margin: 0 0 clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.25;
}

.hab-faq__item {
  margin-bottom: clamp(1.35rem, 3.2vw, 1.85rem);
}

.hab-faq__item:last-child {
  margin-bottom: 0;
}

.hab-faq__q {
  font-weight: 700;
  color: var(--hab-brown);
  margin: 0 0 0.45rem;
  font-size: clamp(1.02rem, 1.1vw + 0.92rem, 1.08rem);
  line-height: 1.45;
}

.hab-faq__a {
  margin: 0;
  color: var(--hab-text);
  font-size: clamp(0.98rem, 0.9vw + 0.9rem, 1.05rem);
  line-height: 1.65;
}

.hab-faq__note {
  margin: 0.5rem 0 0;
  font-size: 0.92rem;
  font-style: italic;
  color: var(--hab-text-soft);
}

/* Print / form */
.hab-form {
  margin-top: var(--hab-space-section);
  width: 100%;
  max-width: min(40rem, 94vw);
  padding: clamp(1.5rem, 4vw, 2.25rem) clamp(1.25rem, 3.5vw, 1.85rem);
  background-color: var(--hab-bg-card);
  border: 2px dashed var(--hab-border-dash);
  border-radius: clamp(12px, 2.5vw, 18px);
}

.hab-form__banner {
  font-family: "Baloo 2", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(0.78rem, 1.5vw + 0.65rem, 0.92rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: var(--hab-brown-mid);
  background: var(--hab-bg-print-note);
  padding: 0.65rem 0.85rem;
  border-radius: 8px;
  margin: 0 0 clamp(1.35rem, 3.5vw, 1.85rem);
  line-height: 1.4;
}

.hab-field {
  margin-bottom: clamp(1.1rem, 2.8vw, 1.45rem);
}

.hab-field:last-of-type {
  margin-bottom: clamp(0.85rem, 2vw, 1.1rem);
}

.hab-field__label {
  display: block;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--hab-brown);
  margin-bottom: 0.35rem;
}

.hab-field__hint {
  display: block;
  font-size: 0.82rem;
  color: var(--hab-text-soft);
  margin-bottom: 0.35rem;
  line-height: 1.4;
}

.hab-field__line {
  min-height: 1.6rem;
  border-bottom: 1px solid rgba(61, 52, 40, 0.45);
}

.hab-field__line--tall {
  min-height: 3.25rem;
}

.hab-form__note {
  margin: 0 0 clamp(1.1rem, 2.5vw, 1.35rem);
  font-size: 0.9rem;
  color: var(--hab-text);
  line-height: 1.55;
}

.hab-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-top: 0.25rem;
}

.hab-check {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 1rem;
}

.hab-check__box {
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid var(--hab-brown);
  border-radius: 3px;
  flex-shrink: 0;
}

.hab-disclaimer {
  margin-top: clamp(1.35rem, 3.2vw, 1.85rem);
  font-size: clamp(0.75rem, 1.5vw + 0.68rem, 0.84rem);
  line-height: 1.55;
  text-align: center;
  color: var(--hab-text-soft);
  max-width: var(--hab-max-text);
}

.hab-faq__a strong {
  color: var(--hab-brown);
  font-weight: 700;
}

.hab-disclaimer strong {
  color: var(--hab-text-soft);
  font-weight: 700;
}

.hab-download-wrap {
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
  display: flex;
  justify-content: center;
  width: 100%;
}

.hab-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.85rem;
  font-family: "Baloo 2", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.05rem, 2.5vw, 1.2rem);
  text-decoration: none;
  color: var(--hab-bg-card);
  background-color: var(--hab-brown-mid);
  border: 2px solid var(--hab-brown-mid);
  border-radius: 999px;
  box-shadow: var(--hab-shadow-soft);
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.15s ease;
}

.hab-download:hover {
  background-color: var(--hab-brown);
  border-color: var(--hab-brown);
  color: #fff;
}

.hab-download:focus-visible {
  outline: 3px solid var(--hab-brown);
  outline-offset: 3px;
}

.hab-download:active {
  transform: scale(0.98);
}

@media print {
  .hab-shell {
    padding: 0.5rem;
  }

  .hug-a-bear-page {
    background: #fff !important;
  }

  .hab-pricing,
  .hab-form {
    box-shadow: none;
    border-style: solid;
  }

  .hab-download-wrap {
    display: none;
  }
}
