/* mobile.css - consolidated responsive overrides */

@media (max-width: 1280px) {
  nav {
    padding-inline: 2rem;
  }

  .nav-links {
    gap: 1.15rem;
  }

  .nav-links a {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  .hero-text-side {
    padding: 8.5rem 3.25rem 4.5rem;
  }

  .angebote-layout,
  .bio-layout,
  .pferde-layout,
  .aufstellung-layout,
  .event-layout,
  .kontakt-layout {
    gap: 3rem;
  }
}

@media (max-width: 1100px) {
  .container {
    padding-inline: 2rem;
  }

  .section-pad {
    padding-block: 5rem;
  }

  .section-pad-lg {
    padding-block: 6rem;
  }

  #hero {
    min-height: auto;
  }

  .hero-text-side {
    padding: 7rem 2.5rem 4rem;
  }

  .hero-h1 {
    font-size: clamp(2.4rem, 4.8vw, 3.6rem);
  }

  .hero-sub,
  .event-desc,
  .kontakt-text,
  .bio-text,
  .aufstellung-text,
  .pferde-text {
    font-size: 1rem;
    line-height: 1.75;
  }

  .intro-promises,
  .faq-grid,
  .quali-grid,
  .werte-grid,
  .testimonials-grid,
  .testimonials2-more,
  .paket-cards,
  .blog-grid {
    gap: 1.5rem;
  }
}

@media (max-width: 900px) {
  :root {
    --mobile-shell: 1.25rem;
  }

  body {
    overflow-x: hidden;
  }

  nav,
  .site-nav,
  .site-nav.scrolled {
    padding: 0.9rem var(--mobile-shell);
  }

  .site-nav,
  .site-nav.scrolled {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: rgba(249, 253, 252, 0.94);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(122, 176, 170, 0.14);
  }

  .nav-top {
    flex: 1;
    min-width: 0;
    padding-bottom: 0;
  }

  .nav-brand {
    gap: 0.75rem;
    max-width: calc(100vw - 5.5rem);
    min-width: 0;
  }

  .nav-logo-img,
  .site-nav.scrolled .nav-logo-img {
    width: 6.4rem;
    height: auto !important;
    min-width: 6.4rem;
    border-radius: 0;
    object-fit: contain;
  }

  .nav-brand-text {
    min-width: 0;
    overflow: visible;
  }

  .nav-brand-name {
    font-size: 1.25rem !important;
    line-height: 1.1;
    white-space: nowrap;
    overflow: visible;
    display: block;
    padding-bottom: 0.15em;
  }

  .nav-brand-desc,
  .nav-brand-dot {
    display: none;
  }

  .nav-burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-left: 0.75rem;
    border-radius: 999px;
    background: rgba(52, 88, 88, 0.08);
    z-index: 10001;
  }

  .nav-burger span {
    width: 1.3rem;
    height: 2px;
    border-radius: 999px;
  }

  .nav-burger.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-burger.is-active span:nth-child(2) {
    opacity: 0;
  }

  .nav-burger.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav-bottom {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 6.3rem var(--mobile-shell) 2rem;
    background:
      radial-gradient(circle at top right, rgba(212, 168, 130, 0.2), transparent 28%),
      linear-gradient(180deg, rgba(249, 253, 252, 0.98), rgba(230, 239, 238, 0.98));
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease;
    overflow-y: auto;
    z-index: 10000;
    will-change: transform, opacity;
  }

  .nav-bottom.nav-open,
  .nav-bottom .nav-links.nav-open {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav.scrolled .nav-bottom {
    padding: 6.3rem var(--mobile-shell) 2rem !important;
    width: 100% !important;
  }

  body.nav-is-open .site-nav,
  body.nav-is-open .site-nav.scrolled {
    backdrop-filter: none !important;
  }


  .nav-links {
    position: static;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
    padding: 0;
    background: transparent;
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links li {
    width: 100%;
    list-style: none;
  }

  .nav-links a,
  .nav-dropdown-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0.5rem;
    color: var(--text-dark);
    font-size: 0.86rem;
    letter-spacing: 0.12em;
  }

  .nav-cta {
    width: 100%;
    margin-top: 0.7rem !important;
    justify-content: center !important;
    background: var(--forest) !important;
    color: var(--cream) !important;
    border: 0 !important;
  }

  .nav-mobile-meta {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.4rem;
    padding: 1.1rem 0.5rem;
  }

  .nav-mobile-meta p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--text-mid);
  }

  .nav-mobile-link {
    color: var(--forest);
    text-decoration: none;
    font-size: 0.76rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .container {
    padding-inline: var(--mobile-shell);
  }

  .section-pad {
    padding-block: 4.25rem;
  }

  .section-pad-lg {
    padding-block: 5rem;
  }

  .section-label {
    font-size: 0.64rem;
    letter-spacing: 0.22em;
    margin-bottom: 0.85rem;
  }

  .section-h2,
  .kontakt-h2,
  .trust-h2,
  .event-title {
    font-size: clamp(2rem, 8vw, 2.8rem);
    line-height: 1.08;
  }

  .section-h2 em,
  .bridge-h2 em,
  .hero-h1 em {
    font-style: italic;
    color: var(--sage);
  }

  .tagline-section {
    padding: 7.2rem var(--mobile-shell) 2.8rem !important;
  }

  .tagline-inner {
    padding: 1.75rem 0 0;
  }

  .tagline-title {
    font-size: clamp(2.15rem, 10vw, 3rem) !important;
    line-height: 1.06 !important;
  }

  .tagline-copy {
    font-size: 0.78rem !important;
    line-height: 1.85 !important;
    letter-spacing: 0.14em !important;
  }

  #hero {
    display: grid;
    grid-template-columns: 1fr;
    background: linear-gradient(180deg, var(--cream-dark) 0%, var(--white) 100%);
  }

  .hero-visual {
    order: -1;
    min-height: auto;
    background: var(--cream-dark);
  }

  .hero-img-wrap {
    margin: 1rem var(--mobile-shell) 0;
    border-radius: 0;
    overflow: hidden;
  }

  .hero-img-wrap img {
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 4 / 4.8;
    object-fit: cover;
    object-position: center top;
  }

  .hero-quote-below {
    position: static !important;
    padding: 1.5rem var(--mobile-shell) 1.75rem !important;
    margin-bottom: 0 !important;
    background: var(--cream-dark);
  }

  .hero-quote-below p {
    display: block !important;
    font-size: 1.1rem;
    line-height: 1.55;
    padding: 0 0 0 1.25rem !important;
    border-left: 2px solid var(--gold) !important;
    margin: 0.5rem 0 0.75rem !important;
  }

  .hero-quote-below cite {
    padding-left: 1.25rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--sage);
    font-style: normal;
  }

  .hero-text-side {
    padding: 2rem var(--mobile-shell) 4rem;
    background: var(--white);
    position: relative;
  }

  .hero-text-side::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--sage), var(--gold), var(--sage));
    display: block;
  }

  .hero-text-side::after,
  .hero-visual::after,
  .hero-ornament,
  .hero-bg-pattern {
    display: none;
  }

  .hero-eyebrow {
    font-size: 0.66rem;
    margin-bottom: 1rem;
  }

  .hero-h1 {
    font-size: clamp(2.4rem, 11vw, 3.2rem);
    line-height: 1.05;
    margin-bottom: 1rem;
  }

  .hero-sub {
    max-width: none;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.8rem;
  }

  .hero-list {
    gap: 0.85rem;
    margin: 1.5rem 0;
  }

  .hero-list li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
  }

  .hero-list li::before {
    content: '•';
    left: 0;
    top: 0.5rem;
    font-size: 1.1rem;
    line-height: 1;
  }

  .hero-cta-group {
    flex-direction: column;
    gap: 0.85rem;
    width: 100%;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    min-height: 3.4rem;
    justify-content: center;
    border-radius: 2px;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-align: center;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
  }

  .hero-stats > div {
    padding: 0;
  }

  .hero-stat-num {
    font-size: 1.75rem;
  }

  .angebote-layout,
  .prozess-steps,
  .intro-promises,
  .target-grid,
  .belastungen-grid,
  .testimonials-grid,
  .testimonials2-more,
  .faq-grid,
  .quali-grid,
  .werte-grid,
  .paket-cards,
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .pain-grid {
    grid-template-columns: 1fr;
    gap: 1.5px;
    background: rgba(212, 168, 130, 0.15);
    padding: 0;
  }

  .pain-item {
    padding: 2rem 1.5rem;
    background: var(--forest);
    border-radius: 0;
  }

  .pain-num {
    font-size: 3rem;
  }

  .pain-text {
    font-size: 1.25rem;
  }

  .intro-layout,
  .bio-layout,
  .pferde-layout,
  .aufstellung-layout,
  .event-layout,
  .kontakt-layout,
  .transform-cols {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .bio-content,
  .pferde-content,
  .aufstellung-content,
  .event-content,
  .kontakt-info {
    max-width: none;
  }

  .bio-image-wrap,
  .aufstellung-visual,
  .pferde-visual {
    order: -1;
  }

  .pferde-frame,
  .aufstellung-frame,
  .kontakt-image-card,
  .event-visual-card {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(35, 68, 68, 0.12);
  }

  .bio-image-frame {
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(35, 68, 68, 0.12);
    padding-top: 118%;
  }

  .testimonial,
  .testimonial-card,
  .testimonial-feature,
  .faq-item,
  .quali-item,
  .wert-item,
  .event-card,
  .form-wrap {
    border-radius: 4px !important;
    box-shadow: 0 18px 40px rgba(35, 68, 68, 0.08);
  }

  .event-card,
  .form-wrap {
    padding: 1.6rem;
  }

  /* Angebote carousel */
  .angebote-layout {
    display: flex !important;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    padding: 0 var(--mobile-shell) 1.25rem;
    scrollbar-width: none;
  }

  .angebote-layout::-webkit-scrollbar {
    display: none;
  }

  .angebot-card {
    flex: 0 0 85vw;
    max-width: 360px;
    scroll-snap-align: start;
    border-radius: 4px !important;
    box-shadow: 0 18px 40px rgba(35, 68, 68, 0.08);
    padding: 2rem 1.6rem;
    border-top: 2px solid rgba(212, 168, 130, 0.55) !important;
    border-left: 1px solid rgba(212, 168, 130, 0.2);
    border-right: 1px solid rgba(212, 168, 130, 0.2);
    border-bottom: 1px solid rgba(212, 168, 130, 0.2);
  }

  #angebote .container {
    position: relative;
    padding-inline: 0;
  }

  #angebote .container::after {
    content: '›';
    position: absolute;
    right: var(--mobile-shell);
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: var(--gold);
    opacity: 0.55;
    pointer-events: none;
    animation: swipeHint 1.6s ease-in-out infinite;
  }

  @keyframes swipeHint {
    0%, 100% { opacity: 0.55; transform: translateY(-50%) translateX(0); }
    50% { opacity: 0.9; transform: translateY(-50%) translateX(4px); }
  }

  .angebote-header {
    padding-inline: var(--mobile-shell);
  }

  .angebot-title,
  .bio-name {
    font-size: 2rem;
  }

  .angebot-list,
  .aufstellung-list,
  .pferde-list,
  .trust-bullets {
    gap: 0.8rem;
  }

  .prozess-steps::before,
  .transform-arrow,
  .transform-desktop {
    display: none;
  }

  /* Prozess accordion */
  .prozess-steps {
    gap: 0;
    margin-top: 2rem;
  }

  #prozess .step {
    border-bottom: 1px solid rgba(52, 88, 88, 0.12);
    padding: 1.25rem 0;
    cursor: pointer;
    transition: background 0.2s;
  }

  #prozess .step:first-child {
    border-top: 1px solid rgba(52, 88, 88, 0.12);
  }

  .step-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    border: 1px solid rgba(122, 176, 170, 0.5);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    color: var(--forest);
    margin-bottom: 0;
    margin-right: 0.75rem;
    flex-shrink: 0;
    transition: background 0.2s, border-color 0.2s;
  }

  #prozess .step[data-collapsed="false"] .step-circle {
    background: var(--sage-light);
    border-color: var(--sage);
  }

  .step-title {
    font-size: 1.2rem;
    display: inline;
    line-height: 1.3;
  }

  .step-title::after {
    content: ' ›';
    color: var(--sage);
    font-style: normal;
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    transition: transform 0.2s;
    display: inline-block;
    margin-left: 0.3rem;
    vertical-align: middle;
  }

  #prozess .step[data-collapsed="false"] .step-title::after {
    transform: rotate(90deg);
  }

  .step-text {
    margin-top: 0.75rem;
    padding-left: 0;
    font-size: 0.97rem;
    color: var(--text-mid);
    line-height: 1.75;
    text-align: center;
  }

  .transform-mobile {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 2rem;
  }

  .transform-pair {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    border: none;
    background: rgba(255,255,255,0.04);
    border-radius: 4px;
    overflow: hidden;
  }

  .transform-pair:last-child {
    border-bottom: none;
  }

  .transform-pair-before {
    padding: 0.9rem 1.1rem;
    font-size: 0.97rem;
    color: rgba(212,228,220,0.95);
    font-weight: 300;
    text-align: left;
    border-bottom: 1px solid rgba(122,176,170,0.15);
    position: relative;
    padding-left: 2.25rem;
  }

  .transform-pair-before::before {
    content: '×';
    position: absolute;
    left: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.85rem;
    color: rgba(212,168,130,0.5);
    font-weight: 400;
  }

  .transform-pair-arrow {
    display: none;
  }

  .transform-pair-after {
    padding: 0.9rem 1.1rem;
    font-size: 0.97rem;
    color: rgba(220,240,220,0.97);
    font-weight: 400;
    text-align: left;
    background: rgba(122,176,170,0.12);
    position: relative;
    padding-left: 2.25rem;
  }

  .transform-pair-after::before {
    content: '✓';
    position: absolute;
    left: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.85rem;
    color: var(--sage-light);
  }

  /* Section header */
  #transformation .transform-header {
    text-align: center;
    margin-bottom: 0.5rem;
  }

  #transformation .transform-header .section-h2 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .event-badge {
    margin-bottom: 1rem;
  }

  .event-detail {
    align-items: flex-start;
  }

  .event-detail-icon,
  .kontakt-detail-icon {
    flex: 0 0 auto;
  }

  .event-card-sub,
  .event-note,
  .event-price-label {
    line-height: 1.65;
  }

  .trust-inner {
    max-width: none;
  }

  .trust-text {
    font-size: 1rem;
    line-height: 1.8;
  }

  .trust-bullets {
    flex-direction: column;
    align-items: flex-start;
  }

  .kontakt-form-grid {
    grid-template-columns: 1fr;
  }

  .kontakt-form input,
  .kontakt-form textarea,
  .kontakt-inline-form input,
  .kontakt-inline-form select,
  .kontakt-inline-form textarea {
    font-size: 16px;
  }

  .form-title {
    font-size: 1.5rem;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: left;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .footer-bottom {
    text-align: left;
    border-top: 1px solid rgba(168,196,184,0.12);
  }

  body:not(.page-template-page-home) .section-pad,
  body:not(.page-template-page-home) .section-pad-lg {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  body:not(.page-template-page-home) .bio-layout,
  body:not(.page-template-page-home) .pferde-layout,
  body:not(.page-template-page-home) .aufstellung-layout,
  body:not(.page-template-page-home) .kontakt-layout,
  body:not(.page-template-page-home) .event-layout {
    gap: 2rem;
  }

  /* ── Testimonials carousel ── */
  .testimonials-carousel-section .container {
    padding-bottom: 0;
  }

  .testimonials-carousel-section .section-h2 {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
    margin-bottom: 0;
  }

  .tcarousel-outer {
    padding: 1.5rem 0 1.5rem;
  }

  .tcarousel-track {
    padding: 0 var(--mobile-shell);
    gap: 1rem;
    animation: none !important;
    transform: none !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    display: flex;
    width: auto;
  }

  .tcarousel-track::-webkit-scrollbar {
    display: none;
  }

  .tcarousel-card {
    flex: 0 0 82vw;
    scroll-snap-align: start;
    padding: 1.5rem 1.25rem;
  }

  .tcarousel-text {
    font-size: 1.05rem;
    line-height: 1.7;
  }

  .tcarousel-nav {
    padding-bottom: 2rem;
    gap: 1rem;
  }

  .tcarousel-btn {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 0.9rem;
  }

  /* ── Transformation page ── */
  #transformation .section-pad {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .transform-header {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  /* ── Über mich: bio ── */
  .bio-layout {
    gap: 0;
  }

  .bio-image-wrap {
    margin-bottom: 2rem;
  }

  .bio-content {
    padding-top: 0;
  }

  .bio-name {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }

  .bio-text {
    font-size: 1rem;
    line-height: 1.85;
  }

  /* ── Qualifikationen ── */
  .quali-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .quali-item {
    border-bottom: 1px solid rgba(122,176,170,0.15);
    padding: 1.25rem 0;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .quali-item:last-child {
    border-bottom: none;
  }

  .quali-year {
    font-size: 0.72rem;
    margin-bottom: 0.25rem;
  }

  .quali-name {
    font-size: 1.15rem;
  }

  /* ── Diploma ── */
  .diplom-wrap {
    margin-top: 2.5rem;
  }

  .diplom-frame {
    max-width: 100%;
    border-radius: 4px;
  }
}

@media (max-width: 640px) {
  .tagline-copy {
    letter-spacing: 0.1em !important;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-quote-below p,
  .event-quote {
    font-size: 1.05rem;
    line-height: 1.6;
  }

  .intro-quote {
    font-size: clamp(1.45rem, 6.5vw, 1.85rem);
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding-left: 0;
    padding: 2rem 0.5rem 0;
  }

  .intro-quote::before {
    font-size: 6rem;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.25;
  }

  .intro-quote cite {
    margin-top: 1.25rem;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
  }

  .intro-quote-wrap {
    padding: 1.5rem 0 !important;
    margin-bottom: 2.5rem !important;
  }

  .event-card-date {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  :root {
    --mobile-shell: 1rem;
  }

  .tagline-section {
    padding-top: 6.8rem !important;
  }

  .tagline-title,
  .hero-h1,
  .section-h2,
  .kontakt-h2,
  .trust-h2,
  .event-title {
    font-size: clamp(1.9rem, 10vw, 2.45rem) !important;
  }

  .hero-img-wrap {
    margin-top: 0.75rem;
  }

  .hero-quote-below,
  .hero-text-side {
    padding-inline: var(--mobile-shell) !important;
  }

  .hero-list li,
  .pain-item,
  .event-card,
  .form-wrap {
    padding: 1.25rem;
  }

  .nav-links a,
  .nav-dropdown-toggle {
    padding: 0.92rem 1rem;
  }
}

/* ── Desktop: hide mobile-only elements ──────────────────────────────── */
@media (min-width: 901px) {
  .mobile-cta-bar,
  .mobile-cta-sheet,
  .hero-video-trigger,
  .hero-video-skip,
  .hero-video-unmute {
    display: none !important;
  }
}

/* ── Mobile: hide hero CTA buttons (sticky bar covers this) ─────────── */
@media (max-width: 900px) {
  .page-template-page-home .hero-cta-group {
    display: none !important;
  }
}

/* ── Mobile sticky CTA bar ──────────────────────────────────────────────── */
@media (max-width: 900px) {
  /* Push page footer up so sticky bar doesn't cover content */
  footer {
    padding-bottom: calc(4.5rem + env(safe-area-inset-bottom));
  }

  /* Sticky bar */
  .mobile-cta-bar {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 98;
    padding: 0.75rem var(--mobile-shell) calc(0.75rem + env(safe-area-inset-bottom));
    background: var(--forest);
    box-shadow: 0 -4px 24px rgba(22, 40, 40, 0.22);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }

  body.cta-sheet-open .mobile-cta-bar,
  body.nav-is-open .mobile-cta-bar {
    transform: translateY(110%);
  }

  .mobile-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    min-height: 3.2rem;
    background: linear-gradient(90deg, var(--sage-dark), var(--forest));
    color: var(--cream);
    border: 1px solid rgba(212, 168, 130, 0.4);
    border-radius: 2px;
    font-family: 'Jost', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s;
  }

  .mobile-cta-btn:active {
    background: var(--sage-dark);
  }

  /* Action sheet overlay */
  .mobile-cta-sheet {
    position: fixed;
    inset: 0;
    z-index: 10002;
    pointer-events: none;
    visibility: hidden;
  }

  .mobile-cta-sheet::before {
    content: '';
    position: absolute; inset: 0;
    background: rgba(22, 40, 40, 0.6);
    opacity: 0;
    transition: opacity 0.35s ease;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  body.cta-sheet-open .mobile-cta-sheet {
    pointer-events: auto;
    visibility: visible;
  }

  body.cta-sheet-open .mobile-cta-sheet::before {
    opacity: 1;
  }

  /* Sliding panel */
  .mobile-cta-sheet-inner {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    max-height: 92vh;
    background: var(--white);
    border-radius: 16px 16px 0 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 var(--mobile-shell) calc(2rem + env(safe-area-inset-bottom));
    transform: translateY(100%);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  }

  body.cta-sheet-open .mobile-cta-sheet-inner {
    transform: translateY(0);
  }

  /* Drag handle pill */
  .sheet-handle {
    width: 36px; height: 4px;
    background: rgba(122, 176, 170, 0.35);
    border-radius: 2px;
    margin: 0.9rem auto 1.5rem;
  }

  /* Sheet header */
  .sheet-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .sheet-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem, 7vw, 2.2rem);
    font-weight: 300;
    color: var(--forest);
    line-height: 1.15;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sheet-title em {
    font-style: italic;
    color: var(--sage);
  }

  .sheet-intro {
    font-size: 0.9rem;
    color: var(--text-mid);
    line-height: 1.7;
    font-weight: 300;
  }

  /* Close button */
  .sheet-close {
    flex-shrink: 0;
    width: 2.4rem; height: 2.4rem;
    margin-top: 0.35rem;
    background: rgba(52, 88, 88, 0.08);
    border: none;
    border-radius: 50%;
    color: var(--forest);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Contact details strip */
  .sheet-details {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(122, 176, 170, 0.18);
  }

  /* Sheet form overrides */
  .sheet-form .form-title {
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
  }

  .sheet-name-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
  }

  .sheet-form .form-note {
    font-size: 0.78rem;
    color: var(--text-light);
    line-height: 1.6;
    margin-top: 0.75rem;
  }

  .sheet-form .form-terms {
    margin-top: 1.25rem;
    font-size: 0.82rem;
    color: var(--text-mid);
    line-height: 1.55;
    padding: 1rem;
    background: rgba(122, 176, 170, 0.05);
    border-radius: 6px;
    border: 1px solid rgba(122, 176, 170, 0.15);
  }

  .sheet-form .form-terms strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--forest);
    font-size: 0.85rem;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}

/* ── Hero video intro ────────────────────────────────────────────────────── */
@media (max-width: 900px) {

  /* .hero-img-wrap needs position:relative so the video can be absolute inside */
  .hero-img-wrap {
    position: relative;
  }

  /* Trigger button */
  .hero-video-trigger {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 1rem var(--mobile-shell) 0.5rem;
    padding: 0.65rem 1.25rem;
    background: transparent;
    border: 1px solid rgba(52, 88, 88, 0.25);
    border-radius: 2px;
    color: var(--forest);
    font-family: 'Jost', sans-serif;
    font-size: 0.74rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
  }

  .hero-video-trigger:active {
    border-color: var(--sage);
    color: var(--sage-dark);
  }

  /* Hide trigger while video is playing */
  body.hero-video-active .hero-video-trigger {
    display: none;
  }

  /* Video hidden by default */
  .hero-intro-video {
    display: none;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }

  /* Skip + unmute buttons — shared base style, hidden by default */
  .hero-video-skip,
  .hero-video-unmute {
    display: none;
    position: fixed;
    bottom: calc(4.5rem + env(safe-area-inset-bottom) + 0.75rem);
    z-index: 10003;
    background: rgba(22, 40, 40, 0.72);
    color: var(--cream);
    border: 1px solid rgba(212, 168, 130, 0.4);
    border-radius: 2px;
    font-family: 'Jost', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }

  .hero-video-skip {
    right: var(--mobile-shell);
    padding: 0.55rem 1.1rem;
  }

  /* Unmute button — bottom-left, icon + label */
  .hero-video-unmute {
    left: var(--mobile-shell);
    padding: 0.5rem 0.85rem;
    display: none;
    align-items: center;
    gap: 0.4rem;
  }

  /* ── Active state when video is playing ── */

  body.hero-video-active {
    overflow: hidden;
  }

  body.hero-video-active .hero-img-wrap {
    position: fixed;
    inset: 0;
    z-index: 10001;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }

  body.hero-video-active .hero-img-wrap img {
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  body.hero-video-active .hero-intro-video {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  body.hero-video-active .hero-video-skip {
    display: block;
  }

  body.hero-video-active .hero-video-unmute {
    display: flex;
  }

  /* Once user unmutes, swap icon to show sound-on state */
  body.hero-video-active.video-unmuted .hero-video-unmute {
    opacity: 0.5;
    pointer-events: none;
  }

  /* Hide sticky CTA bar while video plays */
  body.hero-video-active .mobile-cta-bar {
    transform: translateY(110%);
  }
}
