﻿
  .coyote-index {
    --ink: #080604;
    --coal: #12100d;
    --iron: #1e1a16;
    --bone: #f7f1e7;
    --muted: #c2b7a8;
    --line: rgba(247, 241, 231, 0.16);
    --orange: #f3a313;
    --shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
    --font-display: "Bebas Neue", Impact, sans-serif;
    --font-body: "DM Sans", "Segoe UI", sans-serif;
    color: var(--bone);
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 72px 72px,
      radial-gradient(circle at 15% 8%, rgba(243, 163, 19, 0.12), transparent 28rem),
      var(--ink);
    font-family: var(--font-body);
    line-height: 1.5;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    margin: 0;
    background: #080604;
  }

  .coyote-skip-link {
    position: fixed;
    left: 1rem;
    top: -100px;
    z-index: 99999;
    padding: 0.75rem 1rem;
    background: #f7f1e7;
    color: #080604;
  }

  .coyote-skip-link:focus {
    top: 1rem;
  }

  .coyote-index,
  .coyote-index * {
    box-sizing: border-box;
  }

  .coyote-index::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.18;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  }

  .coyote-index img,
  .coyote-index svg {
    display: block;
  }

  .coyote-index img {
    max-width: 100%;
  }

  .coyote-index a {
    color: inherit;
    text-decoration: none;
  }

  .coyote-wrap {
    position: relative;
    z-index: 1;
  }

  .coyote-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem clamp(1rem, 4vw, 3.5rem);
    border-bottom: 1px solid var(--line);
    background: rgba(8, 6, 4, 0.86);
    backdrop-filter: blur(18px);
  }

  .coyote-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
  }

  .coyote-brand img {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border: 1px solid var(--line);
  }

  .coyote-brand span {
    display: grid;
    line-height: 1;
  }

  .coyote-brand strong {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
  }

  .coyote-brand small {
    color: var(--muted);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .coyote-nav {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.35rem;
    border: 1px solid var(--line);
    background: rgba(8, 6, 4, 0.38);
  }

  .coyote-nav-toggle {
    display: none;
  }

  .coyote-nav a {
    padding: 0.65rem 0.9rem;
    color: var(--muted);
    font-size: 0.84rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }

  .coyote-nav a:hover {
    color: var(--bone);
    background: rgba(255, 255, 255, 0.08);
  }

  .coyote-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
    align-items: end;
    gap: clamp(1rem, 4vw, 3rem);
    min-height: 100svh;
    padding: 6.4rem clamp(1rem, 5vw, 4rem) clamp(2.4rem, 5vw, 4rem);
    overflow: hidden;
  }

  .coyote-hero__media,
  .coyote-hero__media picture,
  .coyote-hero__media img,
  .coyote-hero__shade {
    position: absolute;
    inset: 0;
  }

  .coyote-hero__media {
    z-index: -3;
  }

  .coyote-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.96) contrast(1.08);
    transform: scale(1.03);
  }

  .coyote-hero__shade {
    z-index: -2;
    background:
      linear-gradient(90deg, rgba(8, 6, 4, 0.93), rgba(8, 6, 4, 0.48) 55%, rgba(8, 6, 4, 0.88)),
      linear-gradient(0deg, var(--ink), transparent 34%, rgba(8, 6, 4, 0.74));
  }

  .coyote-hero__content {
    max-width: 780px;
    padding-bottom: clamp(1rem, 4vw, 4rem);
  }

  .coyote-hero__mark {
    position: absolute;
    top: 18%;
    right: clamp(3rem, 8vw, 9rem);
    z-index: -1;
    width: clamp(180px, 18vw, 330px);
    opacity: 0.9;
    pointer-events: none;
    filter: drop-shadow(0 24px 60px rgba(0, 0, 0, 0.55));
  }

  .coyote-hero__mark img {
    width: 100%;
    height: auto;
  }

  .coyote-eyebrow {
    margin: 0 0 1rem;
    color: var(--orange);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

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

  .coyote-index h1,
  .coyote-index h2 {
    font-family: var(--font-display);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .coyote-index h1 {
    max-width: 10ch;
    margin-bottom: 1.2rem;
    font-size: clamp(4rem, 10vw, 8.7rem);
  }

  .coyote-index h2 {
    max-width: 14ch;
    margin-bottom: 1rem;
    font-size: clamp(2.65rem, 5.4vw, 5.1rem);
  }

  .coyote-index h3 {
    margin-bottom: 0.45rem;
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    overflow-wrap: anywhere;
  }

  .coyote-hero__lead,
  .coyote-section__intro p,
  .coyote-split__copy > p,
  .coyote-location__content p {
    max-width: 58ch;
    color: var(--muted);
    font-size: 1.06rem;
  }

  .coyote-actions,
  .coyote-location__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.6rem;
  }

  .coyote-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 48px;
    padding: 0.85rem 1.1rem;
    border: 1px solid var(--line);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    text-align: center;
  }

  .coyote-button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

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

  .coyote-button--primary {
    border-color: var(--orange);
    color: #171007;
    background: var(--orange);
    box-shadow: 0 16px 45px rgba(243, 163, 19, 0.22);
  }

  .coyote-button--ghost {
    color: var(--bone);
    background: rgba(255, 255, 255, 0.06);
  }

  .coyote-hero__panel {
    align-self: end;
    display: grid;
    gap: 1.1rem;
    padding: 1.1rem;
    border: 1px solid var(--line);
    background: rgba(8, 6, 4, 0.72);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
  }

  .coyote-hero__panel img {
    width: 86px;
    height: 86px;
    object-fit: cover;
    border: 1px solid var(--line);
  }

  .coyote-hero__panel span,
  .coyote-service span {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--orange);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .coyote-hero__panel strong {
    display: block;
    font-size: 1.1rem;
  }

  .coyote-hero__panel p {
    margin: 0.2rem 0 0;
    color: var(--muted);
  }

  .coyote-ticker {
    overflow: hidden;
    border-block: 1px solid var(--line);
    background: var(--orange);
    color: #120c04;
  }

  .coyote-ticker div {
    display: flex;
    width: max-content;
    animation: coyoteTicker 22s linear infinite;
  }

  .coyote-ticker span {
    padding: 0.75rem 1.6rem;
    font-family: var(--font-display);
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }

  .coyote-section {
    padding: clamp(3.5rem, 8vw, 7rem) clamp(1rem, 5vw, 4rem);
  }

  .coyote-section__intro {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
    gap: clamp(1.2rem, 5vw, 4rem);
    align-items: end;
    margin-bottom: clamp(1.5rem, 4vw, 3rem);
  }

  .coyote-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
    border: 0;
  }

  .coyote-service {
    position: relative;
    min-height: 220px;
    display: grid;
    align-content: space-between;
    gap: 1.25rem;
    padding: clamp(1rem, 2vw, 1.45rem);
    border: 1px solid var(--line);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
      rgba(255, 255, 255, 0.025);
    overflow: hidden;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  }

  .coyote-service::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--orange);
    opacity: 0.85;
  }

  .coyote-service::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -42px;
    width: 130px;
    height: 130px;
    border: 1px solid rgba(243, 163, 19, 0.18);
    border-radius: 50%;
  }

  .coyote-service:hover {
    transform: translateY(-4px);
    border-color: rgba(243, 163, 19, 0.45);
    background:
      radial-gradient(circle at 100% 100%, rgba(243, 163, 19, 0.14), transparent 44%),
      rgba(255, 255, 255, 0.045);
  }

  .coyote-service p {
    color: var(--muted);
    margin-bottom: 0;
  }

  .coyote-service h3 {
    max-width: 8ch;
    font-size: clamp(2.35rem, 3vw, 3.25rem);
  }

  .coyote-service .coyote-service__meta {
    display: inline-flex;
    width: fit-content;
    margin-top: 0.8rem;
    padding: 0.35rem 0.55rem;
    border: 1px solid rgba(243, 163, 19, 0.38);
    color: var(--orange);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .coyote-prices {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 72px 72px,
      linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(0, 0, 0, 0));
  }

  .coyote-price-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }

  .coyote-price-card {
    position: relative;
    min-height: 190px;
    display: grid;
    align-content: space-between;
    gap: 1.2rem;
    padding: clamp(1rem, 2vw, 1.35rem);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background:
      radial-gradient(circle at 18% 0%, rgba(243, 163, 19, 0.14), transparent 34%),
      rgba(255, 255, 255, 0.035);
    overflow: hidden;
  }

  .coyote-price-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 3px solid rgba(243, 163, 19, 0.82);
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .coyote-price-card:hover::before {
    opacity: 1;
  }

  .coyote-price-card small {
    color: var(--orange);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .coyote-price-card h3 {
    max-width: 8ch;
    margin: 0;
    font-size: clamp(2rem, 3vw, 3rem);
  }

  .coyote-price-card strong {
    display: block;
    color: var(--bone);
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0;
  }

  .coyote-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
    gap: clamp(1.2rem, 3vw, 2.5rem);
    align-items: start;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 72px 72px,
      linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent);
  }

  .coyote-booking-stack {
    display: grid;
    gap: clamp(1rem, 2.4vw, 1.6rem);
    min-width: 0;
  }

  .coyote-split__copy {
    max-width: none;
    position: relative;
    padding-bottom: 0.35rem;
  }

  .coyote-split h2 {
    max-width: none;
    font-size: clamp(2.8rem, 4.3vw, 5.4rem);
    line-height: 0.92;
  }

  .coyote-split__copy::after {
    content: "";
    display: block;
    width: min(100%, 1240px);
    height: 4px;
    margin-top: clamp(0.9rem, 2vw, 1.4rem);
    background: linear-gradient(90deg, var(--orange), rgba(243, 163, 19, 0.15));
  }

  .coyote-inline-booking {
    align-self: stretch;
    min-height: 500px;
    border: 1px solid var(--line);
    background: rgba(8, 6, 4, 0.78);
    box-shadow: var(--shadow);
    overflow: hidden;
  }

  .coyote-inline-booking .coyote-amelia {
    min-height: 100%;
    padding: clamp(0.65rem, 2vw, 1rem);
    background: transparent;
    color: #101828;
  }

  .coyote-callout {
    margin: 1.4rem 0;
    padding: 1rem;
    border-left: 4px solid var(--orange);
    background: rgba(255, 255, 255, 0.045);
  }

  .coyote-callout p {
    margin-bottom: 0;
    color: var(--muted);
  }

  .coyote-phone-frame {
    position: relative;
    width: min(100%, 300px);
    margin-inline: auto;
    padding: 0.75rem;
    border: 1px solid var(--line);
    background: #050403;
    box-shadow: var(--shadow);
  }

  .coyote-phone-frame img {
    aspect-ratio: 9 / 16;
    width: 100%;
    object-fit: cover;
  }

  .coyote-gallery-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr 0.85fr;
    gap: 1rem;
  }

  .coyote-gallery-item {
    position: relative;
    display: block;
    min-height: 390px;
    padding: 0;
    border: 1px solid var(--line);
    overflow: hidden;
    cursor: zoom-in;
    background: var(--coal);
  }

  .coyote-gallery-item img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
  }

  .coyote-gallery-item:hover img {
    transform: scale(1.04);
    filter: saturate(1.12) contrast(1.08);
  }

  .coyote-location {
    min-height: 64svh;
    display: grid;
    place-items: end start;
    padding: clamp(4rem, 9vw, 8rem) clamp(1rem, 5vw, 4rem);
    background:
      linear-gradient(90deg, rgba(8, 6, 4, 0.9), rgba(8, 6, 4, 0.34)),
      var(--coyote-location-image) center / cover;
    border-top: 1px solid var(--line);
  }

  .coyote-location__content {
    max-width: 720px;
  }

  .coyote-map-section {
    padding: 0 clamp(1rem, 5vw, 4rem) clamp(4rem, 8vw, 7rem);
    background: var(--ink);
  }

  .coyote-map-shell {
    display: grid;
    grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
    gap: clamp(1rem, 4vw, 3rem);
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.035);
    overflow: hidden;
  }

  .coyote-map-copy {
    padding: clamp(1.2rem, 4vw, 2rem);
  }

  .coyote-map-copy h2 {
    max-width: 10ch;
  }

  .coyote-map-copy p {
    color: var(--muted);
  }

  .coyote-map-frame {
    min-height: 420px;
    background: #050403;
  }

  .coyote-map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
    filter: grayscale(0.15) contrast(1.05);
  }

  .coyote-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem clamp(1rem, 5vw, 4rem) 5.8rem;
    border-top: 1px solid var(--line);
    color: var(--muted);
  }

  .coyote-footer div,
  .coyote-footer nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .coyote-footer img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border: 1px solid var(--line);
  }

  .coyote-footer p {
    margin: 0;
  }

  .coyote-footer a {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }

  .coyote-float-whatsapp {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 50%;
    color: #140e05 !important;
    background: #25d366;
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.36);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }

  .coyote-float-whatsapp svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
  }

  .coyote-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.88);
  }

  .coyote-lightbox[hidden] {
    display: none;
  }

  .coyote-lightbox button {
    position: fixed;
    top: 1rem;
    right: 1rem;
    min-height: 44px;
    padding: 0.7rem 1rem;
    border: 1px solid var(--line);
    color: var(--bone);
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
  }

  .coyote-lightbox img {
    max-height: 90svh;
    max-width: 92vw;
    object-fit: contain;
  }

  .coyote-reveal {
    opacity: 1;
    transform: none;
    transition: opacity 0.7s ease, transform 0.7s ease;
  }

  .coyote-index.is-js .coyote-reveal {
    opacity: 0;
    transform: translateY(26px);
  }

  .coyote-index.is-js .coyote-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  @keyframes coyoteTicker {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  @media (prefers-reduced-motion: reduce) {
    .coyote-index *,
    .coyote-index *::before,
    .coyote-index *::after {
      scroll-behavior: auto !important;
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }

    .coyote-index.is-js .coyote-reveal {
      opacity: 1;
      transform: none;
    }
  }

  @media (max-width: 980px) {
    .coyote-hero,
    .coyote-split,
    .coyote-section__intro {
      grid-template-columns: 1fr;
    }

    .coyote-hero__panel {
      max-width: 440px;
    }

    .coyote-hero__content {
      padding-bottom: 0;
    }

    .coyote-service-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .coyote-gallery-grid {
      grid-template-columns: 1fr 1fr;
    }

    .coyote-price-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .coyote-map-shell {
      grid-template-columns: 1fr;
    }

    .coyote-gallery-item--wide {
      grid-column: 1 / -1;
    }

    .coyote-hero__mark {
      display: none;
    }
  }

  @media (min-width: 981px) {
    .coyote-split h2 {
      white-space: nowrap;
    }
  }

  @media (max-width: 720px) {
    .coyote-header {
      position: relative;
      align-items: stretch;
      flex-direction: column;
      gap: 0.75rem;
      padding: 0.85rem 1rem;
    }

    .coyote-nav-toggle {
      position: absolute;
      right: 1rem;
      top: 1rem;
      display: grid;
      width: 42px;
      height: 42px;
      place-content: center;
      gap: 6px;
      border: 1px solid var(--line);
      background: transparent;
      color: var(--bone);
    }

    .coyote-nav-toggle > span:not(.screen-reader-text) {
      display: block;
      width: 20px;
      height: 2px;
      background: currentColor;
    }

    .coyote-nav {
      display: none;
    }

    .coyote-nav.is-open {
      display: flex;
    }

    .coyote-nav {
      width: 100%;
      overflow-x: auto;
      padding: 0.3rem;
      scrollbar-width: none;
    }

    .coyote-nav::-webkit-scrollbar {
      display: none;
    }

    .coyote-nav a {
      flex: 1 0 auto;
      min-width: max-content;
      padding: 0.72rem 0.8rem;
      text-align: center;
      font-size: 0.76rem;
    }

    .coyote-brand small {
      display: none;
    }

    .coyote-hero {
      min-height: auto;
      padding: 3.75rem 1rem 1.5rem;
    }

    .coyote-hero__shade {
      background:
        linear-gradient(180deg, rgba(8, 6, 4, 0.35), rgba(8, 6, 4, 0.92) 70%, var(--ink)),
        linear-gradient(90deg, rgba(8, 6, 4, 0.55), transparent);
    }

    .coyote-index h1 {
      max-width: 9.5ch;
      font-size: clamp(3.2rem, 15vw, 4.7rem);
      line-height: 0.94;
    }

    .coyote-index h2 {
      max-width: 12ch;
      font-size: clamp(2.25rem, 10.8vw, 3.25rem);
      line-height: 0.96;
    }

    .coyote-split h2 {
      max-width: none;
      font-size: clamp(2.25rem, 10vw, 3.15rem);
    }

    .coyote-hero__lead,
    .coyote-section__intro p,
    .coyote-split__copy > p,
    .coyote-location__content p {
      font-size: 1rem;
    }

    .coyote-section {
      padding: 2.65rem 1rem;
    }

    .coyote-section__intro {
      gap: 0.8rem;
      margin-bottom: 1.6rem;
    }

    .coyote-hero__panel {
      gap: 0.85rem;
      max-width: none;
      padding: 0.9rem;
    }

    .coyote-hero__panel img {
      width: 70px;
      height: 70px;
    }

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

    .coyote-price-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .coyote-price-card {
      min-height: 132px;
      gap: 0.7rem;
      padding: 0.9rem;
    }

    .coyote-price-card h3 {
      max-width: none;
      font-size: clamp(1.45rem, 7vw, 2rem);
      line-height: 0.95;
    }

    .coyote-price-card strong {
      font-size: clamp(2.35rem, 11vw, 3.25rem);
    }

    .coyote-inline-booking {
      min-height: 0;
    }

    .coyote-service {
      min-height: auto;
      padding: 1.1rem;
    }

    .coyote-service h3 {
      max-width: none;
    }

    .coyote-gallery-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.7rem;
    }

    .coyote-gallery-item {
      min-height: 190px;
    }

    .coyote-gallery-item--wide {
      min-height: 250px;
    }

    .coyote-phone-frame {
      display: none;
    }

    .coyote-callout {
      padding: 0.9rem;
    }

    .coyote-location {
      min-height: auto;
      padding: 4rem 1rem;
      background-position: 62% center;
    }

    .coyote-map-section {
      padding: 0 1rem 3.5rem;
    }

    .coyote-map-frame,
    .coyote-map-frame iframe {
      min-height: 280px;
    }

    .coyote-footer {
      align-items: flex-start;
      flex-direction: column;
      padding-bottom: 5.25rem;
    }

    .coyote-float-whatsapp {
      width: 54px;
      height: 54px;
      right: 0.85rem;
      bottom: 0.85rem;
    }
  }

@media (max-width: 420px) {
    .coyote-hero {
      padding-top: 3rem;
}

/* Keep the manager shortcuts clear of the WhatsApp action on the public site. */
body:not(.wp-admin) .coyote-global-launcher {
  right: 1rem !important;
  bottom: 5rem !important;
  left: auto !important;
  width: auto !important;
  align-items: flex-end !important;
}

body:not(.wp-admin) .coyote-global-toggle {
  width: 48px !important;
  min-width: 48px !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  justify-content: center !important;
  border-radius: 50% !important;
}

body:not(.wp-admin) .coyote-global-toggle > span:last-child {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

@media (max-width: 520px) {
  body:not(.wp-admin) .coyote-global-launcher {
    right: 4.75rem !important;
    bottom: 0.875rem !important;
  }

  body:not(.wp-admin) .coyote-global-menu {
    width: calc(100vw - 1.5rem) !important;
    max-height: 58vh !important;
  }
}

    .coyote-index h1 {
      max-width: 8.8ch;
      font-size: clamp(2.95rem, 15.5vw, 3.85rem);
    }

    .coyote-index h2 {
      font-size: clamp(2rem, 10.4vw, 2.75rem);
    }

    .coyote-button {
      width: 100%;
      min-height: 46px;
      padding: 0.8rem 0.95rem;
    }

    .coyote-hero__panel {
      padding: 0.9rem;
    }

    .coyote-brand strong {
      font-size: 1.35rem;
    }

    .coyote-brand img {
      width: 40px;
      height: 40px;
    }

    .coyote-ticker span {
      padding: 0.65rem 1.2rem;
      font-size: 1.45rem;
    }

    .coyote-gallery-item {
      min-height: 170px;
    }

    .coyote-gallery-item--wide {
      min-height: 225px;
    }

    .coyote-inline-booking {
      min-height: 0;
      margin-inline: -0.35rem;
    }

    .coyote-inline-booking .coyote-amelia {
      padding: 0.35rem;
    }
  }

