body {
    margin: 0;
    /*background: var(--pt-bg);*/
}

/* --- Nav --- */
.m-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(247, 244, 239, 0.9);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--pt-border);
}

.m-nav__bar {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    height: 68px;
}

.m-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    min-height: 44px;
    text-decoration: none;
    flex: none;
}

.m-brand img {
    width: 30px;
    height: 30px;
    display: block;
}

.m-brand__word {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--pt-ink);
}

.m-brand__word span {
    color: var(--petparent);
}

.m-nav__links {
    display: flex;
    gap: 14px;
    margin-left: var(--space-2, 0.5rem);
}

.m-nav__links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 44px;
    color: var(--pt-ink-soft);
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
}

.m-nav__links a i {
    width: 15px;
    height: 15px;
    flex: none;
}

.m-nav__links a:hover {
    color: var(--pt-ink);
}

.m-nav__links a[aria-current="page"] {
    color: var(--pt-ink);
}

.m-nav__cta {
    margin-left: auto;
    display: flex;
    gap: 10px;
    align-items: center;
}

.m-nav__links-auth {
    display: none;
}

.m-nav__toggle {
    display: none;
    width: 44px;
    height: 44px;
    flex: none;
    border: 1px solid var(--pt-border-strong);
    border-radius: var(--radius-md);
    background: var(--pt-surface);
    color: var(--pt-ink);
    cursor: pointer;
    place-items: center;
}

.m-nav__toggle i {
    width: 22px;
    height: 22px;
}

/* --- Layout helpers --- */
.m-section {
    padding-block: 56px;
}

.m-band {
    background: var(--pt-bg-soft);
    border-top: 1px solid var(--pt-border);
    border-bottom: 1px solid var(--pt-border);
}

.m-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: var(--text-xs);
    font-weight: var(--weight-heavy);
    letter-spacing: var(--tracking-eyebrow);
    text-transform: uppercase;
    color: var(--pt-muted);
}

.m-eyebrow::before {
    content: "";
    width: 26px;
    height: 1px;
    background: var(--pt-border-strong);
    flex: none;
}

.m-h2 {
    font-size: var(--text-2xl);
    margin: 12px 0 28px;
}

.m-lede {
    color: var(--pt-ink-soft);
    font-size: var(--text-lg);
    max-width: 46ch;
}

.pt-button--ink {
    background: var(--pt-ink);
    color: #fff;
    border: 0;
}

.pt-button--ink:hover {
    background: #0f2329;
}

.pt-button i {
    width: 18px;
    height: 18px;
}

.pt-button--lg i {
    width: 20px;
    height: 20px;
}

/* --- Hero --- */
.m-hero {
    padding-top: 56px;
    padding-bottom: 40px;
}

.m-hero__grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
    align-items: center;
}

.m-hero h1 {
    font-size: var(--text-4xl);
    margin: 14px 0 16px;
    line-height: 1.05;
}

.m-pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--pt-border-strong);
    border-radius: var(--radius-pill);
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 700;
    color: var(--pt-ink-soft);
    background: var(--pt-surface);
}

.m-pill__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex: none;
}

.m-pill__dot--warm {
    background: var(--petparent);
}

.m-pill__dot--cool {
    background: var(--petprofessional);
    margin-left: -13px;
}

.m-follow {
    color: var(--petparent);
    font-style: normal;
}

.m-pawtrail {
    display: inline-flex;
    align-items: flex-end;
    gap: 6px;
    margin-left: 12px;
}

.m-pawtrail > * {
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 1;
}

.m-pawtrail > *:nth-child(1) {
    width: 26px;
    height: 26px;
    color: var(--petparent);
    transform: rotate(18deg) translateY(-2px);
}

.m-pawtrail > *:nth-child(2) {
    width: 22px;
    height: 22px;
    color: var(--petparent);
    opacity: 0.72;
    transform: rotate(30deg) translateY(-10px);
}

.m-pawtrail > *:nth-child(3) {
    width: 18px;
    height: 18px;
    color: var(--petprofessional);
    opacity: 0.5;
    transform: rotate(42deg) translateY(-20px);
}

.m-hero__actions {
    display: flex;
    gap: 12px;
    margin-top: 26px;
    flex-wrap: wrap;
}

.m-trust {
    display: flex;
    gap: 22px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.m-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--pt-ink-soft);
    font-weight: 600;
    font-size: 14px;
}

.m-trust i {
    width: 18px;
    height: 18px;
    color: var(--petprofessional-deep);
}

/* --- Audience cards --- */
.m-aud {
    display: grid;
    gap: 14px;
}

.m-card {
    background: var(--pt-surface);
    border: 1px solid var(--pt-border);
    border-radius: var(--radius-xl);
    padding: 20px;
}

.m-card--parent {
    background: var(--pt-warm-soft);
    border-color: rgba(203, 80, 58, 0.22);
}

.m-card--pro {
    background: var(--pt-cool-soft);
    border-color: rgba(21, 128, 140, 0.22);
}

.m-card__row {
    display: flex;
    gap: 14px;
    align-items: center;
}

.m-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    flex: none;
    color: #fff;
}

.m-card--parent .m-card__icon {
    background: var(--petparent);
}

.m-card--pro .m-card__icon {
    background: var(--petprofessional);
}

.m-card h3 {
    margin: 2px 0 4px;
    font-size: var(--text-lg);
}

.m-card p {
    margin: 0;
    color: var(--pt-ink-soft);
    font-size: 14px;
}

.m-card__arrow {
    margin-left: auto;
    flex: none;
    align-self: center;
}

.m-card--parent .m-card__arrow {
    color: var(--petparent-deep);
}

.m-card--pro .m-card__arrow {
    color: var(--petprofessional-deep);
}

/* --- Visit ticket (hero artifact) --- */
.m-ticket {
    position: relative;
    justify-self: end;
    width: min(400px, 100%);
}

.m-ticket__back {
    position: absolute;
    inset: 0;
    transform: rotate(3deg) translate(10px, 8px);
    background: var(--pt-cool-soft);
    border: 1px solid var(--pt-border);
    border-radius: var(--radius-xl);
}

.m-ticket__card {
    position: relative;
    background: var(--pt-surface);
    border: 1px solid var(--pt-border-strong);
    border-radius: var(--radius-xl);
    overflow: hidden;
    transform: rotate(-1.2deg);
    box-shadow: 0 24px 48px -20px rgba(22, 50, 58, 0.28);
}

.m-seam {
    height: 5px;
    background: linear-gradient(90deg, var(--petparent) 0 50%, var(--petprofessional) 50% 100%);
}

.m-ticket__body {
    padding: 18px 22px 20px;
}

.m-ticket__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.m-ticket__label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--pt-muted);
}

.m-ticket__pet {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 15px;
}

.m-ticket__photo {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--pt-warm-soft);
    border: 1px solid rgba(203, 80, 58, 0.25);
    display: grid;
    place-items: center;
    flex: none;
    color: var(--petparent-deep);
}

.m-ticket__photo i,
.m-ticket__photo svg {
    width: 24px;
    height: 24px;
}

.m-ticket__name {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 17px;
    color: var(--pt-ink);
}

.m-ticket__svc {
    font-size: 13.5px;
    color: var(--pt-ink-soft);
}

.m-ticket__codeblock {
    margin-top: 17px;
    padding-top: 15px;
    border-top: 1px dashed var(--pt-border-strong);
    display: grid;
    gap: 8px;
}

.m-code {
    display: flex;
    gap: 6px;
}

.m-code span {
    flex: 1;
    height: 44px;
    display: grid;
    place-items: center;
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 20px;
    color: var(--pt-ink);
    background: var(--pt-warm-soft);
    border: 1px solid var(--pt-border);
    border-radius: 8px;
}

.m-code span:nth-child(n+4) {
    background: var(--pt-cool-soft);
}

.m-ticket__meta {
    display: flex;
    gap: 16px;
    margin-top: 15px;
    font-size: 13px;
    color: var(--pt-muted);
    font-weight: 600;
    flex-wrap: wrap;
}

.m-ticket__meta span {
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.m-ticket__meta i,
.m-ticket__meta svg {
    width: 14px;
    height: 14px;
}

.m-ticket__chip {
    position: absolute;
    left: -14px;
    bottom: -14px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--pt-ink);
    color: #fff;
    border-radius: var(--radius-pill);
    padding: 9px 15px 9px 11px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 10px 24px -8px rgba(22, 50, 58, 0.5);
    transform: rotate(-2deg);
    top: 255px;
}

.m-ticket__chip-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--pt-success);
    display: grid;
    place-items: center;
    flex: none;
}

.m-ticket__chip-dot i,
.m-ticket__chip-dot svg {
    width: 12px;
    height: 12px;
}

/* --- Audience split band --- */
.m-splitband {
    position: relative;
    border-top: 1px solid var(--pt-border);
    border-bottom: 1px solid var(--pt-border);
}

.m-splitband__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.m-splitband__half {
    padding: 52px min(52px, 6vw) 48px;
    display: grid;
    gap: 14px;
    align-content: start;
    justify-items: center;
}

.m-splitband__half--parent {
    background: var(--pt-warm-soft);
}

.m-splitband__half--pro {
    background: var(--pt-cool-soft);
}

.m-splitband__kicker {
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.m-splitband__kicker i,
.m-splitband__kicker svg {
    width: 15px;
    height: 15px;
}

.m-splitband__kicker--parent {
    color: var(--petparent-deep);
}

.m-splitband__kicker--pro {
    color: var(--petprofessional-deep);
}

.m-splitband__half h3 {
    margin: 0;
    font-size: 27px;
    line-height: 1.12;
    max-width: 18ch;
    text-align: center;
}

.m-splitband__half p {
    margin: 0;
    color: var(--pt-ink-soft);
    font-size: 15.5px;
    line-height: 1.55;
    max-width: 40ch;
}

.m-splitband__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none;
}

.m-splitband__link i,
.m-splitband__link svg {
    width: 17px;
    height: 17px;
}

.m-splitband__link--parent {
    color: var(--petparent-deep);
}

.m-splitband__link--pro {
    color: var(--petprofessional-deep);
}

.m-splitband__seal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--pt-surface);
    border: 1px solid var(--pt-border-strong);
    display: grid;
    place-items: center;
    box-shadow: 0 6px 18px -6px rgba(22, 50, 58, 0.25);
}

.m-splitband__seal img {
    width: 38px;
    height: 38px;
}

/* --- Steps --- */
.m-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.m-step {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    position: relative;
    text-align: center;
}

/* 66×66 bounding box: badge (24px) at top-left, icon tile (56px) at bottom-right - no bleed */
.m-step__icon-wrap {
    position: relative;
    width: 66px;
    height: 66px;
    flex: none;
}

.m-step__num {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--pt-ink);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 11px;
    font-weight: 800;
}

.m-step__icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    border: 1px solid;
    background: var(--pt-cool-soft);
    color: var(--petprofessional-deep);
    display: grid;
    place-items: center;
}

.m-step__icon i {
    width: 26px;
    height: 26px;
}

.m-step h3 {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: var(--text-lg);
}

.m-step__head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.m-step__head i,
.m-step__head svg {
    width: 22px;
    height: 22px;
    color: var(--petprofessional-deep);
}

.m-step__pad {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 42% 58% 55% 45% / 50% 44% 56% 50%;
    background: var(--petparent);
    color: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 4px 10px -3px rgba(22, 50, 58, 0.35);
    margin: 0 auto;
}

.m-step__pad i,
.m-step__pad svg {
    width: 20px;
    height: 20px;
}

.m-step:nth-child(odd) .m-step__pad {
    transform: rotate(-8deg);
}

.m-step:nth-child(even) .m-step__pad {
    background: var(--petprofessional);
    transform: rotate(8deg);
}

.m-step__idx {
    display: inline-grid;
    place-items: center;
    flex: none;
    min-width: 28px;
    height: 24px;
    padding: 0 6px;
    border: 1px solid rgba(203, 80, 58, 0.24);
    border-radius: 999px;
    background: var(--pt-warm-soft);
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    color: var(--petparent);
}

.m-step__title {
    min-width: 0;
}

.m-step:nth-child(even) .m-step__idx {
    color: var(--petprofessional);
    background: var(--pt-cool-soft);
    border-color: rgba(21, 128, 140, 0.24);
}

.m-steps--4 {
    grid-template-columns: repeat(4, 1fr);
}

.m-step p {
    margin: 0;
    color: var(--pt-ink-soft);
    font-size: 15px;
}

/* --- Two-column generic --- */
.m-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 36px;
    align-items: center;
}

.m-split > * {
    min-width: 0;
}

.m-checklist {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: grid;
    gap: 12px;
}

.m-checklist li {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--pt-ink);
    font-weight: 600;
}

.m-checklist i {
    width: 18px;
    height: 18px;
    color: var(--pt-success);
    flex: none;
}

/* --- Pricing example card --- */
.m-quote {
    box-shadow: var(--shadow-soft);
}

.m-quote__head {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
}

.m-quote__head img {
    width: 22px;
    height: 22px;
}

.m-quote__head span {
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--pt-muted);
}

.m-quote__rows {
    display: grid;
    gap: 10px;
    font-size: 15px;
}

.m-quote__row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--pt-ink-soft);
}

.m-quote__row > :first-child,
.m-quote__total > :first-child {
    min-width: 0;
    overflow-wrap: anywhere;
}

.m-quote__row strong,
.m-quote__total > :last-child {
    flex: none;
    color: var(--pt-ink);
}

.m-quote__total {
    border-top: 1px solid var(--pt-border);
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-weight: 800;
    color: var(--pt-ink);
}

.m-quote__pay {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.m-quote__pay i {
    width: 16px;
    height: 16px;
    color: var(--pt-muted);
}

.m-quote__pay span {
    font-size: 13px;
    color: var(--pt-muted);
}

/* --- Feature grid (subpages) --- */
.m-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.m-feature {
    background: var(--pt-surface);
    border: 1px solid var(--pt-border);
    border-radius: var(--radius-xl);
    padding: 22px;
    display: grid;
    gap: 10px;
    align-content: start;
}

.m-feature__icon {
    width: 42px;
    height: 42px;
    border-radius: 42% 58% 55% 45% / 50% 44% 56% 50%;
    background: var(--pt-cool-soft);
    color: var(--petprofessional-deep);
    display: grid;
    place-items: center;
}

.m-feature:nth-child(odd) .m-feature__icon {
    transform: rotate(-8deg);
}

.m-feature:nth-child(even) .m-feature__icon {
    transform: rotate(8deg);
}

.m-page--parent .m-feature__icon {
    background: var(--pt-warm-soft);
    color: var(--petparent-deep);
}

.m-feature__icon i {
    width: 20px;
    height: 20px;
}

.m-feature h3 {
    margin: 0;
    font-size: var(--text-lg);
}

.m-feature p {
    margin: 0;
    color: var(--pt-ink-soft);
    font-size: 15px;
}

.m-features--editorial {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 48px;
    row-gap: 0;
}

.m-features--editorial .m-feature {
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 6px;
    padding: 28px 0;
    background: transparent;
    border: 0;
    border-top: 1px solid var(--pt-border);
    border-radius: 0;
}

.m-features--editorial .m-feature__icon {
    width: 36px;
    height: 36px;
    grid-row: 1 / span 2;
    align-self: start;
    background: transparent;
    border-radius: 0;
}

.m-features--editorial .m-feature:nth-child(odd) .m-feature__icon,
.m-features--editorial .m-feature:nth-child(even) .m-feature__icon {
    transform: none;
}

.m-features--editorial .m-feature__icon i,
.m-features--editorial .m-feature__icon svg {
    width: 24px;
    height: 24px;
}

.m-features--editorial .m-feature h3,
.m-features--editorial .m-feature p {
    grid-column: 2;
}

.m-features--editorial .m-feature h3 {
    letter-spacing: -0.01em;
}

.m-features--editorial .m-feature p {
    max-width: 52ch;
    line-height: 1.65;
}

/* --- Page header (subpages) --- */
.m-pagehead {
    padding-top: 52px;
    padding-bottom: 8px;
}

.m-pagehead h1 {
    font-size: var(--text-4xl);
    margin: 14px 0 14px;
    line-height: 1.05;
    max-width: 18ch;
}

.m-pagehead--balanced {
    text-align: center;
}

.m-pagehead--balanced h1,
.m-pagehead--balanced .m-lede {
    margin-left: auto;
    margin-right: auto;
}

.m-pagehead--balanced .m-hero__actions {
    justify-content: center;
}

/* --- CTA band --- */
.m-cta {
    text-align: center;
}

.m-cta h2 {
    font-size: var(--text-2xl);
    margin: 0 0 10px;
}

.m-cta p {
    color: var(--pt-ink-soft);
    margin: 0 auto 22px;
    max-width: 48ch;
}

.m-cta__actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* --- FAQ / disclosure --- */
.m-faq {
    display: grid;
    gap: 12px;
}

.m-faq details {
    background: var(--pt-surface);
    border: 1px solid var(--pt-border);
    border-radius: var(--radius-lg);
    padding: 16px 18px;
}

.m-faq summary {
    min-height: 44px;
    cursor: pointer;
    font-weight: 700;
    color: var(--pt-ink);
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.m-faq summary::-webkit-details-marker {
    display: none;
}

.m-faq summary::after {
    content: "+";
    font-size: 22px;
    color: var(--pt-muted);
    line-height: 1;
}

.m-faq details[open] summary::after {
    content: "-";
}

.m-faq p {
    margin: 12px 0 0;
    color: var(--pt-ink-soft);
}

/* --- Footer --- */
.m-foot {
    background: var(--pt-ink);
    color: #cdd7d7;
}

.m-foot__grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 28px;
    padding-block: 44px;
}

.m-foot__word {
    font-family: var(--font-heading), sans-serif;
    font-weight: 800;
    font-size: 22px !important;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
}

.m-foot__word img {
    width: 30px;
    height: 30px;
}

.m-foot__word span {
    color: var(--petparent);
}

.m-foot__tag {
    margin-top: 12px;
    font-size: 14px;
    color: #9fb0b0;
    max-width: 30ch;
}

.m-foot h4 {
    color: #fff;
    margin: 0 0 12px;
    font-size: 14px;
    font-family: var(--font-body);
    font-weight: 700;
}

.m-foot ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 9px;
}

.m-foot a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: #cdd7d7;
    text-decoration: none;
    font-size: 16px;
}

.m-foot a:hover {
    color: #fff;
}

.m-foot__legal {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-block: 18px;
    font-size: 13px;
    color: #8aa0a0;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

[data-lucide] {
    stroke-width: 2;
}

@media (max-width: 390px) {
    .m-ticket__chip {
        top: 270px !important;
    }
}

/* --- Responsive --- */
@media (max-width: 920px) {
    .m-hero__grid, .m-splitband__grid {
        grid-template-columns: 1fr;
    }

    .m-split {
        grid-template-columns: minmax(0, 1fr);
    }

    .m-steps, .m-steps--4 {
        grid-template-columns: 1fr;
    }

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

    .m-step:not(:last-child)::after {
        display: none;
    }

    .m-splitband__seal {
        display: none;
    }

    .m-ticket {
        justify-self: start;
        margin-top: 10px;
    }

    .m-ticket__chip {
        left: 10px;
    }

    .m-foot__grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* Collapse the nav links into a dropdown before the row can overflow. */
@media (max-width: 1160px) {
    .m-nav__toggle {
        display: grid;
        order: 3;
    }

    .m-nav__cta {
        margin-left: auto;
    }

    .m-nav__links {
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        flex-direction: column;
        gap: 0;
        margin-left: 0;
        background: var(--pt-bg);
        border-bottom: 1px solid var(--pt-border);
        box-shadow: var(--shadow-soft);
        padding: 6px 0;
        display: none;
    }

    .m-nav.is-open .m-nav__links {
        display: flex;
    }

    .m-nav__links-auth {
        display: flex;
        flex-direction: column;
        border-top: 1px solid var(--pt-border);
        margin-top: 6px;
        padding-top: 6px;
    }

    .m-nav__links-auth a {
        padding: 12px 20px;
        font-size: 16px;
    }

    .m-nav__links-auth a:hover {
        background: var(--pt-bg-soft);
    }

    .m-nav__links-auth-cta {
        font-weight: 600;
        color: var(--pt-ink);
    }

    .m-nav__links a {
        padding: 12px 20px;
        font-size: 16px;
    }

    .m-nav__links a:hover {
        background: var(--pt-bg-soft);
    }

    .m-nav__bar {
        gap: var(--space-4);
        justify-content: space-between;
    }
    
    .m-nav__cta {
        display: none;
    }
}

@media (max-width: 700px) {
    .m-hero h1, .m-pagehead h1 {
        font-size: var(--text-3xl);
    }

    .m-ticket__card {
        transform: none;
    }

    .m-ticket__back {
        transform: rotate(1.5deg) translate(6px, 6px);
    }

    .m-ticket__chip {
        margin-top: 5px;
        top: 250px;
    }

    .m-splitband__half {
        padding: 36px 22px 34px;
    }

    .m-features {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .m-features--editorial {
        gap: 0;
    }

    .m-feature {
        grid-template-columns: 42px minmax(0, 1fr);
        column-gap: 14px;
        row-gap: 6px;
        padding: 18px;
    }

    .m-feature__icon {
        grid-row: 1 / span 2;
        align-self: start;
    }

    .m-feature h3,
    .m-feature p {
        grid-column: 2;
    }

    .m-features--editorial .m-feature {
        grid-template-columns: 36px minmax(0, 1fr);
        column-gap: 14px;
        row-gap: 5px;
        padding: 22px 0;
    }

    .m-foot__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 460px) {
    .m-pawtrail {
        margin-left: 8px;
        gap: 4px;
    }

    .m-pawtrail > *:nth-child(3) {
        display: none;
    }

    .m-nav__cta {
        display: none;
    }
}


/* --- Views/ policy pages --- */
.m-policy {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 40px;
    align-items: start;
    padding-block: 40px;
}

.m-policy__nav {
    position: sticky;
    top: 88px;
    display: grid;
    gap: 2px;
}

.m-policy__nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 9px 12px;
    border-radius: var(--radius-md);
    text-decoration: none;
    color: var(--pt-ink-soft);
    font-weight: 600;
    font-size: 15px;
}

.m-policy__nav a:hover {
    background: var(--pt-bg-soft);
}

.m-policy__nav a[aria-current="page"] {
    background: var(--pt-warm-soft);
    color: var(--petparent-deep);
}

.m-prose {
    max-width: 680px;
}

.m-prose > h1 {
    font-size: var(--text-3xl);
    margin: 0 0 6px;
}

.m-prose__updated {
    color: var(--pt-muted);
    font-size: 14px;
    margin-bottom: 24px;
}

.m-prose h2 {
    font-size: var(--text-xl);
    margin: 28px 0 10px;
}

.m-prose p, .m-prose li {
    color: var(--pt-ink-soft);
}

.m-prose ul {
    padding-left: 20px;
    display: grid;
    gap: 6px;
}

@media (max-width: 860px) {
    .m-policy {
        grid-template-columns: 1fr;
    }

    .m-policy__nav {
        position: static;
    }
}
