/* PawWings V3 foundation. Independently loaded; no V2 stylesheet or override chain. */
html[data-experience="v3"] { color-scheme: light; background: #f5f6f9; scroll-padding-top: 6rem; }
html[data-experience="v3"] body { margin: 0; font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.v3-experience {
  --ink: #202944; --muted: #5f6b80; --paper: #fff; --canvas: #f5f6f9; --line: #dde2eb;
  --navy: #202944; --brand: #2c416f; --orange: #ed762d; --orange-ink: #b4440e;
  --surface: #fff; --surface-blue: #edf1f7; --text: #202944;
  --pw-control-height: 2.5rem; --pw-control-padding: .5rem .7rem; --pw-control-radius: .45rem;
  --pw-action-height: 2.75rem; --pw-action-padding: .65rem 1rem; --pw-action-space: 1rem;
  --pw-action-gap: .75rem; --pw-stack-space: 1rem; --pw-section-space: 1.5rem;
  color: var(--ink); background: var(--canvas); min-height: 100vh; font-size: .875rem; line-height: 1.55;
}
.v3-experience *, .v3-experience *::before, .v3-experience *::after { box-sizing: border-box; }
.v3-experience [hidden] { display: none !important; }
.v3-experience a { color: inherit; text-underline-offset: .2em; }
.v3-experience button, .v3-experience input, .v3-experience textarea, .v3-experience select { font: inherit; }
.v3-experience button, .v3-experience summary, .v3-experience select { cursor: pointer; }
.v3-experience button { color: inherit; }
.v3-experience button:disabled { cursor: not-allowed; opacity: .52; }
.v3-experience img { max-width: 100%; }
.v3-experience h1, .v3-experience h2, .v3-experience h3, .v3-experience p { margin: 0; }
.v3-experience h1 { font-size: clamp(1.7rem, 2.6vw, 2.6rem); font-weight: 750; line-height: 1.15; letter-spacing: -.045em; overflow-wrap: anywhere; }
.v3-experience h2 { font-size: 1.25rem; line-height: 1.3; letter-spacing: -.025em; }
.v3-experience h3 { font-size: 1rem; line-height: 1.4; }
.v3-experience p { color: var(--muted); }
.v3-experience small { font-size: .75rem; }
.v3-experience :focus-visible { outline: 3px solid #516fe0; outline-offset: 3px; }
.v3-experience .v3-icon { flex: 0 0 auto; width: 22px; height: 22px; }
.v3-experience .sr-only, .v3-experience .visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.v3-skip { position: fixed; top: -5rem; left: 1rem; z-index: 3000; padding: .8rem 1.2rem; background: white; }
.v3-skip:focus { top: .5rem; }
.v3-experience .v3-overline, .v3-experience .eyebrow { color: var(--orange-ink); font-size: .65rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .75rem; }
/* Two genuinely different shells: a public story and an operational workspace. */
.v3-stage { min-width: 0; display: flex; flex-direction: column; min-height: 100vh; }
.v3-workspace { display: grid; grid-template-columns: 226px minmax(0,1fr); }
.v3-rail { background: #202944; color: #fff; position: sticky; top: 0; height: 100dvh; overflow-y: auto; padding: 1.5rem 1rem; display: flex; flex-direction: column; gap: 1.5rem; }
.v3-brand { display: inline-flex; align-items: center; color: var(--brand); text-decoration: none; flex-shrink: 0; }
.v3-experience .pw-brand-identity { display: inline-flex; align-items: center; gap: .75rem; color: var(--brand); white-space: nowrap; }
.v3-experience .pw-brand-mark { display: block; flex: 0 0 auto; width: 66px; height: auto; object-fit: contain; opacity: 1; filter: none; }
.v3-experience .pw-brand-name { font-size: 1.5rem; font-weight: 800; line-height: 1.2; letter-spacing: -.04em; }
.v3-public .v3-topbar .pw-brand-mark { width: 82px; }
.v3-public .v3-topbar .pw-brand-name { font-size: 1.75rem; }
.v3-rail .v3-brand { justify-content: center; padding: 1rem .5rem; background: #fbfaf7; border-radius: .65rem; }
.v3-rail .pw-brand-identity { flex-direction: column; gap: .35rem; }
.v3-rail .pw-brand-mark { width: 82px; }
.v3-workspace-mobile-brand { display: none; }
.v3-navigation { display: flex; flex-direction: column; gap: .2rem; }
.v3-nav-label { font-size: .58rem; font-weight: 750; letter-spacing: .14em; padding: 1.1rem .75rem .4rem; color: #b8c2d8 !important; }
.v3-navigation a { display: flex; align-items: center; gap: .7rem; min-height: 44px; padding: .65rem .75rem; border-radius: .5rem; font-size: .78rem; font-weight: 570; text-decoration: none; }
.v3-navigation a .v3-icon { width: 19px; height: 19px; }
.v3-navigation a:hover { background: #ffffff0e; }
.v3-navigation a.active { color: #fff; background: #ffffff14; box-shadow: inset 3px 0 #ff9d60; }
.v3-rail-bottom { margin-top: auto; padding-top: 1.5rem; border-top: 1px solid #ffffff24; }
.v3-account-tools { display: grid; gap: 1rem; }
.v3-account-tools > a, .v3-account-tools button { display: flex; align-items: center; gap: .65rem; text-decoration: none; min-height: 44px; }
.v3-account-tools a span { min-width: 0; }
.v3-account-tools strong, .v3-account-tools small { display: block; overflow-wrap: anywhere; }
.v3-account-tools small { opacity: .75; font-size: .65rem; }
.v3-account-tools form { margin: 0; }
.v3-account-tools button { border: 0; background: transparent; padding: .5rem; font-size: .75rem; }
.v3-topbar { min-height: 78px; display: flex; align-items: center; gap: 1.5rem; padding: 1rem 2.25rem; background: white; border-bottom: 1px solid var(--line); position: relative; z-index: 100; }
.v3-public .v3-topbar { padding-inline: max(2rem,calc((100vw - 1280px)/2)); min-height: 86px; }
.v3-public-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 1.25rem; margin: auto; }
.v3-public-links a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 650; font-size: .8rem; text-decoration: none; }
.v3-public-links a:hover { color: var(--orange-ink); }
.v3-context-home { display: inline-flex; gap: .6rem; font-size: .7rem; text-decoration: none; color: var(--muted) !important; }
.v3-context-home span { color: #a0aabd; }
.v3-topbar-tools { display: flex; align-items: center; gap: .75rem; margin-left: auto; }
.v3-language { display: flex; align-items: center; gap: .1rem; }
.v3-language a { display: grid; place-items: center; min-width: 32px; min-height: 44px; font-size: .65rem; font-weight: 750; text-decoration: none; border-radius: .35rem; color: var(--muted); }
.v3-language a[aria-current="true"] { color: var(--ink); background: #edf0f5; }
.v3-account-link { display: flex; align-items: center; justify-content: center; gap: .5rem; min-height: 44px; padding: .5rem .8rem; border: 1px solid var(--line); border-radius: .5rem; text-decoration: none; font-weight: 650; font-size: .72rem; }
.v3-workspace .v3-main { width: 100%; max-width: 1470px; margin-inline: auto; padding: 2.5rem 2.25rem 4rem; flex: 1; min-width: 0; }
.v3-public .v3-main { width: 100%; }
.v3-footer { padding: 1.75rem 2.25rem; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem 2.5rem; font-size: .72rem; background: white; }
.v3-footer strong { font-size: 1rem; }
.v3-footer p { margin-top: .3rem; font-size: .7rem; }
.v3-footer nav { display: flex; flex-wrap: wrap; gap: .7rem 1.25rem; margin-left: auto; }
.v3-footer a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.v3-footer a:hover { text-decoration: underline; }
.v3-drawer, .v3-mobile-tabs { display: none; }
/* Editorial home: warm photography, useful paths and a scroll-led journey. */
.v3-public { --canvas: #fbf9f5; }
.v3-departure { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 3rem; background: #fbf5ec; padding: 3.5rem max(2rem,calc((100vw - 1280px)/2)); }
.v3-departure-heading { min-width: 0; }
.v3-departure .v3-overline { color: #92451f; }
.v3-departure h1 { font-size: clamp(2.75rem,5vw,5rem); font-weight: 760; letter-spacing: -.055em; line-height: 1.07; }
.v3-departure h1 span { color: #a7471c; }
.v3-experience .v3-hero-copy { max-width: 34rem; margin-top: 1.5rem; color: #566075; line-height: 1.85; font-size: .95rem; }
.v3-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .75rem 1.25rem; margin-top: 1.75rem; }
.v3-story-link { display: inline-flex; align-items: center; gap: .65rem; min-height: 44px; font-size: .78rem; font-weight: 650; }
.v3-experience .v3-hero-note { display: flex; align-items: center; gap: .6rem; margin-top: 1.5rem; font-size: .75rem; color: #6b5b4e; }
.v3-hero-note .v3-icon { flex-shrink: 0; width: 19px; color: #a7471c; }
.v3-hero-photo { margin: 0; min-width: 0; position: relative; }
.v3-hero-photo > img { display: block; width: 100%; height: clamp(390px,38vw,535px); object-fit: cover; object-position: 48% center; border-radius: 1.5rem 1.5rem 5rem 1.5rem; }
.v3-hero-photo figcaption { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .4rem 1rem; padding: 1rem .3rem 0; font-weight: 650; font-size: .8rem; }
.v3-hero-photo small { color: #766756; font-size: .6rem; font-weight: 400; }
.v3-homeward { --journey-progress: 1; --journey-lift: 0px; max-width: 1200px; margin: 4.5rem auto; padding: 0 2rem; display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; align-items: start; }
.v3-journey-sticky { position: sticky; top: 2rem; padding-block: 1rem; min-width: 0; }
.v3-journey-sticky h2 { font-size: clamp(1.65rem,2.8vw,2.6rem); line-height: 1.2; }
.v3-experience .v3-journey-intro { margin-top: 1.25rem; font-size: .85rem; line-height: 1.85; }
.v3-journey { display: grid; grid-template-columns: 68px minmax(0,1fr) 68px; align-items: center; gap: .5rem; margin-top: 2.5rem; }
.v3-journey-dog, .v3-journey-destination { width: 68px; height: 68px; border-radius: 50%; }
.v3-journey-dog { object-fit: cover; border: 3px solid #fff; box-shadow: 0 0 0 1px #e4d7c6; }
.v3-journey-track { position: relative; height: 2px; border-top: 1px dashed #b6a58e; margin-inline: .5rem; }
.v3-journey-trail { position: absolute; inset: -1px 0 auto; height: 2px; background: #b84913; transform: scaleX(var(--journey-progress)); transform-origin: left; }
.v3-journey-aircraft { position: absolute; top: 0; left: calc(var(--journey-progress)*100%); transform: translate(-50%,calc(-50% + var(--journey-lift))); width: 42px; height: 42px; display: grid; place-items: center; color: #a7471c; background: #fbf9f5; border-radius: 50%; }
.v3-journey-aircraft .v3-icon { width: 32px; height: 32px; fill: #fff0df; }
.v3-journey-destination { border: 1px solid #dcc9b2; display: grid; place-items: center; position: relative; background: #fff7ec; }
.v3-journey-destination > .v3-icon { width: 34px; height: 34px; color: #936244; }
.v3-journey-destination > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 37% center; border-radius: inherit; border: 3px solid white; opacity: 1; }
.v3-arrival-heart { position: absolute; top: -10px; right: -6px; width: 27px; height: 27px; display: grid; place-items: center; background: #fbf9f5; border-radius: 50%; color: #b84913; }
.v3-arrival-heart .v3-icon { width: 21px; height: 21px; fill: #ffc7a1; }
.v3-homeward[data-motion="true"]:not([data-arrived="true"]) .v3-journey-destination > img, .v3-homeward[data-motion="true"]:not([data-arrived="true"]) .v3-arrival-heart { opacity: 0; }
.v3-journey-labels { display: flex; justify-content: space-between; gap: 1rem; margin-top: .8rem; font-size: .68rem; font-weight: 650; }
.v3-experience .v3-scroll-note { margin-top: 1.5rem; font-size: .72rem; color: #766756; }
.v3-journey-scenes { display: grid; gap: 3rem; min-width: 0; }
.v3-journey-scene > img { display: block; width: 100%; aspect-ratio: 3/2; height: auto; object-fit: cover; border-radius: 1rem; }
.v3-journey-scene > div { display: flex; gap: 1rem; padding-top: 1rem; }
.v3-scene-number { color: #a7471c; font-weight: 750; font-size: .72rem; padding-top: .2rem; }
.v3-experience .v3-journey-scene p { margin-top: .5rem; font-size: .82rem; line-height: 1.75; }
.v3-experience .v3-image-note { font-size: .68rem; line-height: 1.7; }
.v3-real-stories { background: #f5eee3; padding: 3.5rem max(2rem,calc((100vw - 1160px)/2)); }
.v3-stories-heading { max-width: 680px; }
.v3-stories-heading h2 { font-size: clamp(1.7rem,3vw,2.5rem); }
.v3-experience .v3-stories-heading > p:last-child { margin-top: 1rem; line-height: 1.8; font-size: .85rem; }
.v3-story-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.5rem; }
.v3-story-toolbar[hidden] { display: none; }
.v3-story-position { font-size: .75rem; font-variant-numeric: tabular-nums; color: #68482c; }
.v3-story-controls { display: flex; gap: .5rem; }
.v3-story-controls button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid #bca68c; border-radius: 50%; background: #fffdfa; color: #303348; font: inherit; font-size: 1.25rem; cursor: pointer; }
.v3-story-controls button:hover:not(:disabled) { background: #f7dfbd; border-color: #80532f; }
.v3-story-controls button:disabled { opacity: .4; cursor: default; }
.v3-story-cards { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 1.5rem)/2); gap: 1.5rem; margin-top: 1rem; padding-block: .25rem .75rem; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #a97649 #e6daca; }
.v3-story-cards article { display: flex; min-width: 0; flex-direction: column; gap: 1rem; padding: 1.5rem; background: #fffdfa; border: 1px solid #e6daca; border-radius: .8rem; scroll-snap-align: start; }
.v3-story-cards:focus-visible, .v3-story-controls button:focus-visible { outline: 3px solid #a7471c; outline-offset: 3px; }
.v3-story-source { margin-top: auto; color: #68482c; font-size: .7rem; }
.v3-story-route { display: flex; align-items: center; gap: .65rem; font-size: .7rem; color: #80532f; }
.v3-story-route .v3-icon { width: 20px; height: 20px; flex-shrink: 0; }
.v3-story-cards p { font-size: .85rem; line-height: 1.8; }
.v3-story-cards a { display: inline-flex; align-items: center; gap: .5rem; min-height: 44px; padding-top: .5rem; font-size: .75rem; font-weight: 650; }
.v3-pathways { display: grid; grid-template-columns: 1fr 1fr; background: white; border-bottom: 1px solid var(--line); padding-inline: max(1rem,calc((100vw - 1280px)/2)); }
.v3-pathways > a { display: flex; align-items: flex-start; gap: 1.2rem; padding: 2.5rem 2rem; text-decoration: none; }
.v3-pathways > a + a { border-left: 1px solid var(--line); }
.v3-pathways a:hover { background: #fcf7f2; }
.v3-path-number { color: var(--orange-ink); font-size: .75rem; font-weight: 750; padding-top: .2rem; }
.v3-pathways small { font-size: .6rem; color: var(--muted); letter-spacing: .1em; font-weight: 700; }
.v3-pathways h2 { margin-block: .6rem; font-size: 1.3rem; max-width: 20rem; }
.v3-pathways p { font-size: .8rem; max-width: 24rem; line-height: 1.75; }
.v3-path-arrow { width: 40px; height: 40px; flex-shrink: 0; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; margin: auto 0 auto auto; }
.v3-method { max-width: 1200px; margin: 5rem auto; padding: 0 2rem; display: grid; grid-template-columns: 1fr 1.15fr; gap: 6rem; }
.v3-method-intro h2 { font-size: clamp(1.8rem,3vw,2.7rem); letter-spacing: -.04em; line-height: 1.2; }
.v3-method-intro > p:not(.v3-overline) { margin-block: 1.5rem; line-height: 1.9; }
.v3-process { list-style: none; padding: 0; margin: 0; }
.v3-process li { display: flex; gap: 1.5rem; padding: 1.75rem 0; border-bottom: 1px solid var(--line); }
.v3-process li:first-child { padding-top: 0; }
.v3-process li > span { color: var(--orange-ink); font-size: .7rem; font-weight: 750; padding-top: .15rem; }
.v3-process p { margin-top: .65rem; line-height: 1.8; font-size: .83rem; }
.v3-promise { display: flex; align-items: flex-start; gap: 2rem; padding: 3.5rem max(2rem,calc((100vw - 1160px)/2)); background: #e8edf5; }
.v3-promise > .v3-icon { width: 44px; height: 44px; color: #374f7e; }
.v3-promise > div { max-width: 680px; }
.v3-promise h2 { font-size: 1.75rem; }
.v3-promise p:last-child { margin-top: 1rem; line-height: 1.8; }
.v3-promise > a { flex-shrink: 0; margin-left: auto; align-self: center; }
/* Buttons are actions; fields remain compact. No blanket input width/padding selector. */
.v3-experience :is(.primary-button,.secondary-button,.text-button,.header-action,.filter-clear-button) { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .65rem 1rem; border: 1px solid transparent; border-radius: .5rem; font-size: .8rem; font-weight: 680; line-height: 1.4; text-decoration: none; max-width: 100%; white-space: normal; text-align: center; }
.v3-experience .primary-button { background: #b84913; border-color: #b84913; color: white; }
.v3-experience .primary-button:hover { background: #983b0e; }
.v3-experience :is(.secondary-button,.text-button,.header-action,.filter-clear-button) { color: var(--ink); background: white; border-color: #cbd3e1; }
.v3-experience :is(.secondary-button,.text-button):hover { background: #edf1f7; }
.v3-experience .full-width-button { width: 100%; }
.v3-experience form { margin: 0; }
.v3-experience :is(.form-grid,.profile-details-grid) { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.25rem; }
.v3-experience :is(.form-grid,.profile-details-grid) > * { min-width: 0; }
.v3-experience :is(.form-wide,.profile-detail-wide) { grid-column: 1/-1; }
.v3-experience label { font-size: .8rem; font-weight: 620; }
.v3-experience label:not(:has(input[type="checkbox"])):not(:has(input[type="radio"])) { display: grid; gap: .45rem; align-content: start; }
.v3-experience label small { font-weight: 400; color: var(--muted); }
.v3-experience :where(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),select,textarea) { min-height: 40px; width: 100%; max-width: 100%; min-width: 0; border: 1px solid #b9c3d3; border-radius: .45rem; background: white; color: var(--ink); padding: .5rem .7rem; font-size: .875rem; line-height: 1.4; }
.v3-experience textarea { min-height: 100px; resize: vertical; }
.v3-experience input:is([type="checkbox"],[type="radio"]) { width: 16px; height: 16px; min-width: 16px; min-height: 16px; padding: 0; margin: .2rem 0 0; flex: 0 0 16px; accent-color: #344d7e; }
.v3-experience :is(.consent-row,.checkbox-row,.notification-preference,.decision-consent) { display: flex; align-items: flex-start; gap: .75rem; min-height: 44px; padding-block: .7rem; font-size: .8rem; line-height: 1.6; }
.v3-experience .consent-row { margin-block: 1rem; }
.v3-experience fieldset { min-width: 0; margin: 1.5rem 0 0; padding: 1.25rem 0 0; border: 0; border-top: 1px solid var(--line); }
.v3-experience legend { font-size: .85rem; font-weight: 700; padding: 0 .5rem 0 0; margin-bottom: .8rem; }
.v3-experience :is(.form-action-row,.form-modal-actions,.hero-actions,.personal-page-actions,.ticket-actions,.flight-actions,.notification-settings-actions,.operation-actions,.modal-actions) { display: flex; align-items: center; flex-wrap: wrap; gap: .75rem; margin-top: 1.25rem; }
.v3-experience form > button, .v3-experience form > a.primary-button { margin-top: 1.25rem; }
.v3-experience .pw-stack { display: grid; gap: 1.25rem; }
.v3-experience .pw-stack > * { margin-block: 0; }
.v3-experience .field-help-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .4rem 1rem; color: var(--muted); font-size: .72rem; font-weight: 400; }
.v3-experience .validation-message, .v3-experience .validation-errors { color: #a32a37; font-size: .8rem; margin: .5rem 0; }
.v3-experience .validation-summary:empty { display: none; }
.v3-experience .invalid { border-color: #b92c40 !important; }
.v3-experience .notice, .v3-experience .form-message { padding: 1rem 1.15rem; border-radius: .5rem; background: #edf2fa; border-left: 3px solid #58739d; margin-block: 1rem; font-size: .83rem; }
.v3-experience .notice strong { display: block; margin-bottom: .4rem; }
.v3-experience .error-message { background: #fff0f1; color: #9a2434; border-color: #bc3648; }
.v3-experience .success-message { background: #edf8f0; color: #25633d; border-color: #4d9466; }
.v3-experience .empty-state { min-width: 0; display: grid; justify-items: start; align-content: center; gap: .75rem; min-height: 160px; margin-block: 1rem; padding: 2rem; background: #fff; border: 1px dashed #c8d1df; border-radius: .75rem; color: var(--muted); }
.v3-experience .empty-state strong { color: var(--ink); font-size: 1rem; }
.v3-experience .empty-state > span[aria-hidden] { display: none; }
/* Accessible notification popover, anchored to the always-visible top bar. */
.v3-experience .notification-bell { position: relative; }
.v3-experience .notification-bell-trigger { display: grid; place-items: center; position: relative; width: 44px; height: 44px; list-style: none; border: 1px solid var(--line); border-radius: .5rem; background: white; }
.v3-experience summary::-webkit-details-marker { display: none; }
.v3-experience .notification-bell-count { position: absolute; top: -4px; right: -4px; min-width: 18px; height: 18px; line-height: 18px; border-radius: 9px; text-align: center; color: white; background: #a8361a; font-size: 10px; font-weight: 750; }
.v3-experience .notification-bell-panel { position: absolute; top: calc(100% + 12px); right: 0; width: 360px; max-height: min(520px,75dvh); overflow: auto; padding: 1.25rem; background: white; border: 1px solid var(--line); border-radius: .75rem; box-shadow: 0 16px 50px #15244224; z-index: 220; }
.v3-experience .notification-bell-heading { display: flex; gap: .75rem; align-items: center; margin-bottom: 1rem; }
.v3-experience .notification-bell-heading .eyebrow { margin: 0; }
.v3-experience .notification-dismiss { margin-left: auto; border: 0; background: transparent; min-width: 44px; min-height: 44px; font-size: 1.4rem; }
.v3-experience .notification-mark-all { border: 0; background: transparent; min-height: 44px; font-size: .7rem; color: #344d7e; }
.v3-experience .notification-empty { padding-block: 1rem 2rem; font-size: .85rem; }
.v3-experience .notification-panel-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .65rem; padding-top: 1rem; margin-top: 1rem; border-top: 1px solid var(--line); }
.v3-experience .notification-panel-actions a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: .55rem .7rem; font-size: .75rem; font-weight: 650; }
.v3-experience .notification-settings-link { border: 1px solid var(--line); border-radius: .45rem; text-decoration: none; }
.v3-experience .notification-preview-item { width: 100%; border: 0; border-bottom: 1px solid var(--line); background: white; display: flex; gap: .65rem; padding: .9rem .25rem; text-align: left; }
.v3-experience .notification-preview-item strong, .v3-experience .notification-preview-item small { display: block; }
.v3-experience .notification-preview-item small, .v3-experience .notification-preview-item time { font-size: .7rem; color: var(--muted); }
.v3-experience .notification-preview-marker { flex: 0 0 6px; width: 6px; height: 6px; border-radius: 50%; margin-top: .5rem; background: transparent; }
.v3-experience .is-unread .notification-preview-marker { background: #b84913; }
/* Modal geometry belongs to V3; existing handlers still own opening and closing. */
.v3-experience :is(.form-modal-backdrop,.calendar-modal-backdrop,.ticket-modal-backdrop,.rescue-lightbox-backdrop,.operation-modal-backdrop,.admin-contact-modal-backdrop) { position: fixed; inset: 0; z-index: 1100; background: #111b34aa; display: grid; place-items: center; padding: 1rem; }
.v3-experience :is(.form-modal,.calendar-day-modal,.flight-ticket-modal,.operation-modal,.admin-contact-modal) { width: min(680px,100%); min-width: 0; max-height: calc(100dvh - 2rem); overflow: auto; position: relative; background: white; border: 1px solid #ccd4e1; border-radius: .9rem; padding: 1.75rem; box-shadow: 0 24px 70px #0c132d45; }
.v3-experience :is(.ticket-close,.rescue-lightbox-close,.operation-modal-close,.admin-contact-modal-close) { position: absolute; top: .6rem; right: .6rem; z-index: 3; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 1.2rem; display: grid; place-items: center; }
.v3-experience [role="dialog"] > .section-heading { padding-right: 2.5rem; margin-bottom: 1.5rem; }
.v3-experience .quick-volunteer-intro { margin-block: 1.25rem; }
.v3-experience .quick-volunteer-route { padding: .85rem 1rem; margin-block: 1.25rem; display: grid; gap: .3rem; background: #edf2fa; border-radius: .5rem; }
.v3-experience .quick-volunteer-route > span:not(.quick-volunteer-route-codes) { font-size: .78rem; color: var(--muted); }
.v3-experience .quick-volunteer-route-codes { font-size: 1rem; color: var(--ink); }
.v3-experience .local-time-hint { display: inline-block; margin-left: .25rem; font-size: .7rem; color: var(--muted); white-space: nowrap; cursor: help; }
/* Connection feedback is outside the routed layout. */
html[data-experience="v3"] .reconnect-modal { display: none; }
html[data-experience="v3"] .reconnect-modal:is(.components-reconnect-show,.components-reconnect-failed,.components-reconnect-rejected) { display: grid; position: fixed; inset: 0; z-index: 4000; place-items: center; background: #111b3499; }
html[data-experience="v3"] .reconnect-panel { background: white; color: #202944; border-radius: 12px; padding: 2rem; max-width: min(400px,90vw); display: grid; justify-items: center; gap: 1rem; text-align: center; }
html[data-experience="v3"] .reconnect-panel > img { display: block; justify-self: center; width: 82px; max-width: 100%; height: auto; object-fit: contain; }

.v3-experience .flight-route-connector { --route-plane-color: #b84913; --route-arrow-color: #b84913; --route-arrow-min: .9em; display: inline-grid; grid-template-columns: minmax(var(--route-arrow-min),1fr) auto minmax(var(--route-arrow-min),1fr); align-items: center; column-gap: .18em; max-width: 100%; color: var(--route-plane-color); font-size: 1rem; line-height: 1; white-space: nowrap; }
.v3-experience .flight-route-connector > .v3-icon { display: block; width: 1.45em; height: 1.45em; color: var(--route-plane-color); }
.v3-experience .flight-route-arrow { position: relative; display: block; min-width: var(--route-arrow-min); height: 1em; color: var(--route-arrow-color); }
.v3-experience .flight-route-arrow::before { content: ""; position: absolute; top: 50%; right: .12em; left: 0; border-top: max(1.5px,.085em) solid currentColor; transform: translateY(-50%); }
.v3-experience .flight-route-arrow::after { content: ""; position: absolute; top: 50%; right: .06em; width: .34em; height: .34em; border-top: max(1.5px,.085em) solid currentColor; border-right: max(1.5px,.085em) solid currentColor; transform: translateY(-50%) rotate(45deg); }
.v3-experience :is(.inline-flight-route,.flight-choice-route,.quick-volunteer-route-codes) { display: inline-flex; align-items: center; gap: .55rem; }
html[data-experience="v3"] .reconnect-failed, html[data-experience="v3"] .reconnect-rejected { display: none; }
html[data-experience="v3"] .components-reconnect-failed .reconnect-failed, html[data-experience="v3"] .components-reconnect-rejected .reconnect-rejected { display: block; }
html[data-experience="v3"] :is(.components-reconnect-failed,.components-reconnect-rejected) .reconnect-trying { display: none; }
@media (max-width:1100px) {
  .v3-workspace { grid-template-columns: 206px minmax(0,1fr); }
  .v3-workspace .v3-main, .v3-topbar, .v3-footer { padding-inline: 1.5rem; }
  .v3-public-links { gap: 1rem; }
  .v3-account-link > span { display: none; }
  .v3-method { gap: 3rem; }
}
@media (max-width:1023px) {
  .v3-workspace { display: block; }
  .v3-rail, .v3-public-links, .v3-context-home { display: none; }
  .v3-workspace-mobile-brand { display: block; }
  .v3-topbar { padding: .7rem 1rem; min-height: 68px; gap: .65rem; }
  .v3-public .v3-topbar { padding: .7rem 1rem; min-height: 68px; }
  .v3-drawer { display: block; order: -1; }
  .v3-public .v3-drawer { order: 2; }
  .mobile-navigation-toggle { display: grid; place-items: center; width: 44px; height: 44px; list-style: none; border: 1px solid var(--line); border-radius: .5rem; background: white; }
  .mobile-navigation-panel { position: fixed; top: 78px; left: .75rem; right: .75rem; max-height: calc(100dvh - 160px); overflow-y: auto; border: 1px solid #43516c; border-radius: .65rem; padding: 1rem; background: #202944; color: white; box-shadow: 0 16px 40px #18233f35; z-index: 150; }
  .mobile-navigation-panel .v3-account-tools { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid #ffffff24; }
  .v3-mobile-tabs { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); position: fixed; inset: auto 0 0; padding-bottom: env(safe-area-inset-bottom); background: white; border-top: 1px solid var(--line); z-index: 180; }
  .v3-mobile-tabs a { display: grid; justify-items: center; gap: .2rem; padding: .65rem .25rem; text-decoration: none; min-height: 62px; font-size: .62rem; color: #5b6780; }
  .v3-mobile-tabs a.active { color: #a93f0d; background: #fff7f1; box-shadow: inset 0 2px #cc5e25; }
  .v3-footer { padding-bottom: calc(90px + env(safe-area-inset-bottom)); }
  .v3-experience .notification-bell-panel { position: fixed; top: 78px; right: .75rem; width: min(380px,calc(100vw - 1.5rem)); max-height: calc(100dvh - 165px); }
}
@media (max-width:700px) {
  .v3-workspace .v3-main { padding: 1.75rem 1rem 3rem; }
  .v3-topbar-tools { gap: .4rem; }
  .v3-experience .v3-topbar { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .35rem .75rem; padding: .65rem 1rem; }
  .v3-topbar > .v3-brand, .v3-workspace-mobile-brand { grid-column: 1; grid-row: 1; }
  .v3-topbar-tools { grid-column: 1 / -1; grid-row: 2; }
  .v3-experience .v3-drawer { grid-column: 2; grid-row: 1; }
  .v3-experience .v3-topbar .pw-brand-mark { width: 66px; }
  .v3-experience .v3-topbar .pw-brand-name { font-size: 1.35rem; }
  .mobile-navigation-panel, .v3-experience .notification-bell-panel { top: 132px; max-height: calc(100dvh - 215px); }
  .v3-public .v3-account-link { display: none; }

  .v3-language a { min-width: 28px; font-size: .6rem; }
  .v3-pathways { grid-template-columns: 1fr; padding-inline: .5rem; }
  .v3-pathways > a { padding: 1.75rem .8rem; gap: .8rem; }
  .v3-pathways > a + a { border-left: 0; border-top: 1px solid var(--line); }
  .v3-pathways h2 { font-size: 1.15rem; }
  .v3-path-arrow { width: 34px; height: 34px; }
  .v3-method { grid-template-columns: 1fr; gap: 2.5rem; padding: 0 1.25rem; margin-block: 3.5rem; }
  .v3-promise { flex-wrap: wrap; padding: 2.5rem 1.25rem; gap: 1rem; }
  .v3-promise h2 { font-size: 1.5rem; }
  .v3-promise > a { margin: .75rem 0 0; }
  .v3-footer { gap: 1rem; padding-inline: 1.25rem; }
  .v3-footer nav { margin-left: 0; }
  .v3-experience :is(.form-grid,.profile-details-grid) { grid-template-columns: 1fr; }
  .v3-experience :where(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),select,textarea) { font-size: 16px; }
  .v3-experience :is(.form-modal,.calendar-day-modal,.flight-ticket-modal,.operation-modal,.admin-contact-modal) { padding: 1.25rem; }
}
@media (prefers-reduced-motion:no-preference) {
  .v3-experience button, .v3-experience a { transition: background-color .16s ease, border-color .16s ease; }
  .v3-route-seal { animation: v3-arrive .8s ease-out both; }
  .v3-revealed { animation: v3-enter .4s ease-out both; }
}
@keyframes v3-arrive { from { opacity: 0; transform: translateX(-24px) rotate(15deg); } to { opacity: 1; transform: translateX(0) rotate(15deg); } }
@keyframes v3-enter { from { opacity: .5; translate: 0 10px; } to { opacity: 1; translate: 0 0; } }
@media (prefers-reduced-motion:reduce) {
  .v3-experience *, .v3-experience *::before, .v3-experience *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}


/* Route focus is announced without drawing a frame around noninteractive headings. */
.v3-experience :is(h1,h2,h3)[tabindex="-1"]:focus-visible { outline: none; }
.v3-experience input:is([type="date"],[type="datetime-local"]) { display: block; appearance: none; -webkit-appearance: none; min-inline-size: 0; }
.v3-experience input::-webkit-date-and-time-value { text-align: left; min-width: 0; }
.v3-experience input::-webkit-datetime-edit { min-width: 0; padding: 0; }
.v3-experience .notification-push-unavailable { margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--line); line-height: 1.75; }
.v3-experience .registration-consents { gap: .5rem; }
.v3-experience .registration-consents .consent-row { margin: 0; }
@media (max-width:700px) { .v3-experience .v3-split-context .form-grid { grid-template-columns: 1fr; } }

/* Native WebKit select text can overflow its declared width; retain the native menu with a contained control face. */
.v3-experience select { appearance: none; -webkit-appearance: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-right: 2.25rem; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%23344d7e' stroke-width='1.6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .75rem center; background-size: 12px 8px; }
.v3-experience .v3-drawer:not([open]) > .mobile-navigation-panel, .v3-experience .notification-bell:not([open]) > .notification-bell-panel { display: none; }

/* The router's not-found view uses the canonical V3 shell as well. */
.v3-experience .not-found-page {
  display: grid;
  align-content: center;
  width: min(100%, 56rem);
  min-height: min(62vh, 42rem);
  margin: 0 auto;
  padding-block: clamp(3rem, 9vw, 7rem);
}

.v3-experience .not-found-page h1 {
  max-width: 13ch;
  font-size: clamp(2.6rem, 6vw, 4.75rem);
}

.v3-experience .not-found-page .lead {
  max-width: 42rem;
  margin-top: 1.25rem;
  font-size: .95rem;
  line-height: 1.8;
}

.v3-experience .not-found-page .hero-actions {
  margin-top: 1.75rem;
}

@media (max-width:1000px) {
  .v3-departure { gap: 2rem; padding: 2.5rem 1.5rem; }
  .v3-homeward { gap: 2.5rem; }
}
@media (max-width:800px) {
  .v3-departure { grid-template-columns: 1fr; gap: 2rem; }
  .v3-departure h1 { font-size: clamp(2.75rem,8vw,4.5rem); }
  .v3-hero-photo > img { height: auto; aspect-ratio: 3/2; border-bottom-right-radius: 3rem; }
  .v3-hero-copy { max-width: 40rem; }
  .v3-homeward { display: block; padding-inline: 1.25rem; margin-block: 3rem; }
  .v3-journey-sticky { position: sticky; top: 0; z-index: 3; background: #fbf9f5; padding: 1rem 0; border-bottom: 1px solid #e5dacd; margin-bottom: 1.5rem; }
  .v3-journey-sticky .v3-overline, .v3-journey-intro, .v3-scroll-note { display: none; }
  .v3-journey-sticky h2 { font-size: 1.2rem; max-width: 32rem; }
  .v3-journey { grid-template-columns: 48px minmax(0,1fr) 48px; margin: 1rem 0 0; }
  .v3-journey-dog, .v3-journey-destination { width: 48px; height: 48px; }
  .v3-journey-destination > .v3-icon { width: 26px; height: 26px; }
  .v3-journey-labels { margin-top: .5rem; }
  .v3-journey-scenes { gap: 2.5rem; }
  .v3-story-cards { grid-auto-columns: 100%; gap: 1rem; }
  .v3-real-stories { padding: 2.5rem 1.25rem; }
}
@media (prefers-reduced-motion: no-preference) {
  html[data-experience="v3"] { scroll-behavior: smooth; }
  .v3-journey-destination > img, .v3-arrival-heart { transition: opacity .4s ease-out; }
  .v3-homeward[data-arrived="true"] .v3-arrival-heart { animation: v3-arrival .65s ease-out both; }
  .v3-path-arrow { transition: transform .2s ease; }
  .v3-pathways > a:hover .v3-path-arrow { transform: translateX(4px); }
  @keyframes v3-arrival { from { transform: scale(.7); } 60% { transform: scale(1.2); } to { transform: scale(1); } }
}
@media (prefers-reduced-motion: reduce) {
  .v3-journey-sticky { position: static; }
}

@media (max-width:700px) {
  .v3-experience .not-found-page {
    min-height: 58vh;
    padding-block: 3rem 4rem;
  }
}
