:root {
  --ink: #07111f;
  --ink-2: #0d1a2a;
  --ivory: #f5f2ea;
  --paper: #fbfaf6;
  --blue: #273dd0;
  --aqua: #9fdcd8;
  --red: #d91f26;
  --line: #c7c6c1;
  --muted: #60666e;
  --font-sans: "Hiragino Sans", "Yu Gothic", system-ui, sans-serif;
  --font-serif: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; scroll-padding-top: 92px; }
body { max-width: 100%; margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
body.petair-v3-page { margin: 0 !important; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary { font: inherit; }
::selection { color: #fff; background: var(--blue); }
.section-shell { width: min(1280px, 88vw); margin-inline: auto; }
.petair-v3-page { width: 100%; max-width: 100%; min-width: 320px; }
.petair-v3-page #main { width: 100%; margin: 0; padding: 0; }
.petair-v3-page p, .petair-v3-page li, .petair-v3-page dt, .petair-v3-page dd { letter-spacing: 0; }
.petair-v3-page ul, .petair-v3-page ol { box-sizing: border-box; }
.petair-v3-page .skip-link { position: fixed; z-index: 99999; left: 12px; top: -100px; padding: 10px 16px; color: #fff; background: var(--ink); }
.petair-v3-page .skip-link:focus { top: 12px; }
.content-section { padding-block: 145px; }
.soft-section { padding-block: 130px; background: #ebe9e2; }
.dark-section { padding-block: 140px; color: #fff; background: var(--ink); }
.image-cover { overflow: hidden; }
.image-cover img { width: 100%; height: 100%; object-fit: cover; }

.site-header {
  position: absolute; z-index: 50; inset: 0 0 auto; height: 92px;
  display: flex; align-items: center; gap: 28px; padding: 0 4.2vw;
  color: #fff; background: linear-gradient(180deg, #07111fb8, #07111f1f); border-bottom: 1px solid #ffffff30; transition: background .35s, height .35s, box-shadow .35s;
}
.site-header.is-scrolled { position: fixed; inset: 0 0 auto; width: 100%; height: 72px; background: #07111ff0; box-shadow: 0 10px 35px #03071130; backdrop-filter: blur(18px); }
.petair-v3-page .site-header .brand,
.petair-v3-page .site-header .desktop-nav a,
.petair-v3-page .site-header .header-cta,
.petair-v3-page .site-header .mobile-menu > summary,
.petair-v3-page .site-header .mobile-menu nav a { color: #fff !important; }
.petair-v3-page .site-header .brand-mark { color: #fff !important; border-color: #ffffffd6; }
.brand { display: flex; align-items: center; flex: none; padding: 5px 9px; background: #fff; border-radius: 4px; box-shadow: 0 8px 24px #0207111f; }
.brand-logo { display: block; width: 118px; height: auto; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid; border-radius: 50%; font-family: var(--font-serif); font-size: 18px; }
.desktop-nav { display: flex; gap: clamp(12px, 1.35vw, 22px); margin-left: auto; font-size: 12px; letter-spacing: .025em; white-space: nowrap; }
.desktop-nav a { opacity: .76; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.header-cta { margin-left: 6px; padding: 12px 20px; border: 1px solid #ffffffbb; border-radius: 99px; font-size: 11px; font-weight: 700; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 780px; height: 100svh; max-height: 980px; overflow: hidden; color: #fff; background: var(--ink); }
.hero-image, .page-hero-image { position: absolute; inset: -3%; width: 106%; height: 106%; object-fit: cover; transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.01); will-change: transform; }
.hero-image { object-position: center 56%; animation: slowZoom 18s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #030b17f2 0%, #030b17c0 38%, #030b1733 74%, #030b176c), linear-gradient(0deg, #030b17a8, transparent 42%); }
.hero-content { position: relative; z-index: 2; max-width: 770px; padding: clamp(170px, 19vh, 220px) 0 82px 7.2vw; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 16px; margin: 0 0 34px; font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before, .section-label::before { content: ""; width: 44px; height: 1px; background: var(--aqua); }
.section-label { color: var(--blue); }
.section-label::before { background: var(--red); }
.section-label.light { color: var(--aqua); }
.section-label.light::before { background: var(--aqua); }
.hero h1, .page-hero h1 { max-width: 100%; margin: 0; overflow-wrap: anywhere; white-space: normal; font-family: var(--font-serif); font-size: clamp(62px, 6.7vw, 108px); font-weight: 500; line-height: 1.13; letter-spacing: -.045em; }
.hero h1 em { color: #fbf5e9; font-style: normal; }
.hero-copy { max-width: 100%; margin: 38px 0 0; overflow-wrap: anywhere; white-space: normal; color: #ffffffbf; font-family: var(--font-serif); font-size: 16px; line-height: 2; letter-spacing: .035em; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.primary-button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 320px; padding: 10px 11px 10px 27px; border-radius: 99px; background: var(--ivory); color: var(--ink); font-size: 13px; font-weight: 700; }
.primary-button > span { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 17px; transition: transform .25s; }
.primary-button:hover > span { transform: rotate(45deg); }
.text-link { padding-bottom: 6px; border-bottom: 1px solid #ffffff66; font-size: 12px; }
.petair-v3-page .hero .text-link,
.petair-v3-page .final-cta .text-link,
.petair-v3-page .contact-reassurance .text-link,
.petair-v3-page .voice-content > a { color: #fff !important; }
.proof { margin-top: 30px; color: #ffffffb0; font-size: 12px; letter-spacing: .06em; }
.hero-side { position: absolute; z-index: 2; right: 25px; top: 43%; writing-mode: vertical-rl; color: #ffffff8c; font-size: 9px; letter-spacing: .28em; }

.page-hero { position: relative; min-height: 650px; overflow: hidden; color: #fff; background: var(--ink); }
.page-hero-image { object-position: center; filter: saturate(.82); }
.page-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #040d19ec 0%, #040d19bd 46%, #040d1945 80%), linear-gradient(0deg, #040d197a, transparent 48%); }
.page-hero-content { position: relative; z-index: 2; width: min(1120px, 84vw); margin-inline: auto; padding: 190px 0 105px; }
.page-hero h1 { max-width: 930px; font-size: clamp(49px, 5.6vw, 82px); line-height: 1.28; }
.page-hero-content > p:last-child { max-width: 670px; margin: 34px 0 0; overflow-wrap: anywhere; white-space: normal; color: #ffffffb8; font-family: var(--font-serif); font-size: 15px; line-height: 2; }
.petair-v3-page .page-hero,
.petair-v3-page .page-hero .eyebrow,
.petair-v3-page .page-hero h1 { color: #fff !important; }
.breadcrumb { display: flex; gap: 10px; width: min(1280px, 88vw); margin: 0 auto; padding: 20px 0; color: #666b72; font-size: 12px; letter-spacing: .04em; }

.promise { display: grid; grid-template-columns: 25% 1fr; gap: 55px; padding-block: 145px; }
.promise > div { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; }
.promise h2, .section-heading h2, .page-intro h2, .editorial-split h2, .image-story h2, .dark-section h2, .role-note h2, .discount-layout h2, .company-layout h2, .contact-intro h2, .before-contact h2 {
  margin: 0; font-family: var(--font-serif); font-size: clamp(40px, 4.7vw, 70px); font-weight: 500; line-height: 1.32; letter-spacing: -.04em;
}
.promise > div p, .long-copy p, .page-intro > p:last-child, .image-story > div > p, .role-note > p:last-child, .company-layout > div > p, .contact-intro > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 2.05; }

.trust { padding: 140px 0; color: #fff; background: var(--ink-2); }
.trust-intro { display: grid; grid-template-columns: 25% 1fr .75fr; gap: 50px; align-items: end; }
.trust-intro .section-label { align-self: start; }
.trust-intro h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(40px, 4.7vw, 68px); font-weight: 500; line-height: 1.32; letter-spacing: -.04em; }
.trust-intro > p:last-child { margin: 0; color: #ffffffb0; font-size: 15px; line-height: 2; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 82px; border-top: 1px solid #ffffff2b; }
.trust-card { min-height: 285px; padding: 32px 40px 35px 0; border-right: 1px solid #ffffff2b; }
.trust-card + .trust-card { padding-left: 40px; }
.trust-card:last-child { border-right: 0; }
.trust-card > span, .number-grid article > span, .responsibility-list article > span, .boundary-grid article > span { color: var(--aqua); font-size: 10px; letter-spacing: .2em; }
.trust-card h3 { margin: 62px 0 18px; font-family: var(--font-serif); font-size: 23px; font-weight: 500; }
.trust-card p, .number-grid p, .boundary-grid p { margin: 0; color: #ffffffad; font-size: 14px; line-height: 1.95; }
.trust-note { margin-top: 32px; color: #ffffffa0; font-size: 13px; line-height: 1.85; }

.flow { padding: 140px 0; color: #fff; background: var(--ink); }
.flow-inner { display: grid; grid-template-columns: 35% 1fr; gap: 10%; }
.section-heading h2 { font-size: clamp(39px, 4.2vw, 64px); }
.section-heading > p:last-child { max-width: 430px; margin-top: 27px; color: #ffffffa8; font-size: 14px; line-height: 1.9; }
.steps { border-top: 1px solid #ffffff2d; }
.step { display: grid; grid-template-columns: 65px 1fr 1.35fr; gap: 26px; align-items: start; padding: 32px 0; border-bottom: 1px solid #ffffff2d; }
.step > span { color: var(--aqua); font-size: 10px; letter-spacing: .18em; }
.step h3 { margin: 0; font-family: var(--font-serif); font-size: 19px; font-weight: 500; }
.step p { margin: 0; color: #ffffffaa; font-size: 14px; line-height: 1.9; }

.support { padding-block: 145px; }
.section-heading.dark { display: flex; align-items: end; justify-content: space-between; margin-bottom: 72px; }
.service-list { border-top: 1px solid var(--line); }
.service { display: grid; grid-template-columns: 65px 145px 1fr 1fr 105px; gap: 30px; align-items: center; min-height: 155px; border-bottom: 1px solid var(--line); }
.service-index, .service-tag { font-size: 9px; letter-spacing: .15em; }
.service-tag { color: var(--blue); font-weight: 700; }
.service h3 { margin: 0; font-family: var(--font-serif); font-size: 25px; font-weight: 500; }
.service > p:not(.service-tag) { color: var(--muted); font-size: 14px; line-height: 1.85; }
.service a { font-size: 13px; font-weight: 700; }

.voice { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 680px; color: #fff; background: var(--ink-2); }
.voice-image { min-height: 520px; }
.voice-content { display: flex; flex-direction: column; justify-content: center; padding: 8vw; }
.voice-content blockquote { margin: 0 0 34px; font-family: var(--font-serif); font-size: clamp(30px, 3vw, 45px); line-height: 1.55; }
.voice-meta { color: var(--aqua) !important; font-size: 10px !important; letter-spacing: .08em; }
.voice-content > p { color: #ffffffaa; font-size: 14px; line-height: 1.9; }
.voice-content > a, .under-link { align-self: flex-start; margin-top: 23px; padding-bottom: 7px; border-bottom: 1px solid #ffffff52; font-size: 13px; }
.under-link { color: var(--ink); border-color: #07111f55; }

.faq { display: grid; grid-template-columns: 39% 1fr; gap: 10%; padding-block: 145px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 26px 0; cursor: pointer; list-style: none; font-family: var(--font-serif); font-size: 16px; line-height: 1.6; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-family: var(--font-sans); font-size: 21px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: 0; padding: 0 42px 28px 0; color: var(--muted); font-size: 14px; line-height: 1.95; }

.final-cta { padding: 125px 20px; text-align: center; color: #fff; background: var(--blue); }
.final-cta .section-label { justify-content: center; color: #fff; }
.final-cta .section-label::before { background: #fff; }
.final-cta h2, .contact-reassurance h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(41px, 5.2vw, 75px); font-weight: 500; line-height: 1.3; }
.final-cta > p:not(.section-label) { margin: 27px 0 0; color: #ffffffc0; font-size: 14px; }
.petair-v3-page .final-cta,
.petair-v3-page .final-cta h2,
.petair-v3-page .final-cta .section-label,
.petair-v3-page .contact-reassurance,
.petair-v3-page .contact-reassurance h2 { color: #fff !important; }
.hero-actions.centered { justify-content: center; }
.primary-button.inverse { background: #fff; }
.light-link { color: #fff; }

.site-footer { display: grid; grid-template-columns: 1.15fr .72fr .72fr 1fr; gap: clamp(32px, 4vw, 72px); padding: 75px 6vw 95px; color: #fff; background: #060d17; }
.footer-brand { display: block; }
.footer-logo-link { display: inline-flex; padding: 7px 10px; background: #fff; border-radius: 4px; }
.footer-logo { display: block; width: 148px; height: auto; }
.footer-brand p { margin: 18px 0 0; color: #ffffffd1; font-family: var(--font-serif); }
.footer-nav, .footer-info, .footer-links { color: #d9dee6; font-size: 12px; line-height: 1.95; }
.footer-nav, .footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.footer-heading { margin: 0 0 14px; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.footer-info > p { margin: 0; }
.footer-info .footer-links { margin-top: 18px; }
.footer-copyright { display: block; margin-top: 18px; color: #9da7b5; }
.petair-v3-page .site-footer,
.petair-v3-page .site-footer .brand-mark,
.petair-v3-page .site-footer strong,
.petair-v3-page .site-footer a { color: #fff !important; }
.petair-v3-page .site-footer .footer-info,
.petair-v3-page .site-footer .footer-info p,
.petair-v3-page .site-footer .footer-nav,
.petair-v3-page .site-footer .footer-links,
.petair-v3-page .site-footer .footer-links span,
.petair-v3-page .site-footer .footer-copyright { color: #d9dee6 !important; }
.petair-v3-page .site-footer p { color: #d9dee6 !important; }
.petair-v3-page .site-footer .footer-brand p { color: #ffffffd1 !important; }
.petair-v3-page .site-footer .footer-heading { color: #fff !important; }
.mobile-cta-bar { display: none; }

/* Shared inner-page layouts */
.editorial-split { display: grid; grid-template-columns: 1fr .8fr; gap: 10%; align-items: start; }
.editorial-split h2 { font-size: clamp(39px, 4.1vw, 62px); }
.long-copy { padding-top: 58px; }
.long-copy p + p { margin-top: 25px; }
.number-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px; border-top: 1px solid #ffffff2c; }
.number-grid article { min-height: 270px; padding: 30px 38px 30px 0; border-right: 1px solid #ffffff2c; }
.number-grid article + article { padding-left: 38px; }
.number-grid article:last-child { border-right: 0; }
.number-grid h3 { margin: 58px 0 18px; font-family: var(--font-serif); font-size: 22px; font-weight: 500; line-height: 1.55; }
.image-story { display: grid; grid-template-columns: 1fr .85fr; gap: 9%; align-items: center; }
.image-story.reverse { grid-template-columns: .85fr 1fr; }
.image-story.reverse .image-cover { order: 2; }
.image-story .image-cover { height: 620px; }
.image-story h2 { margin-bottom: 30px; font-size: clamp(38px, 4vw, 61px); }
.image-story > div > p { margin-bottom: 24px; }

.page-intro { display: grid; grid-template-columns: 24% 1fr .75fr; gap: 50px; align-items: end; margin-bottom: 85px; }
.page-intro .section-label { align-self: start; }
.page-intro h2 { font-size: clamp(40px, 4.4vw, 66px); }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 85px 5vw; }
.team-photo { height: 560px; margin-bottom: 25px; overflow: hidden; background: #d9d7cf; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .7s; }
.team-card:hover .team-photo img { transform: scale(1.025); }
.team-role { color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.team-card h2 { margin: 16px 0 4px; font-family: var(--font-serif); font-size: 30px; font-weight: 500; }
.team-en, .team-lang { color: var(--muted); font-size: 10px; letter-spacing: .06em; }
.team-lang { margin: 20px 0 12px; color: var(--ink); font-weight: 700; }
.team-card > p:last-child { max-width: 520px; color: var(--muted); font-size: 14px; line-height: 1.95; }
.role-note { display: grid; grid-template-columns: 24% 1fr .75fr; gap: 50px; align-items: end; }
.role-note .section-label { align-self: start; }
.role-note h2 { font-size: clamp(34px, 3.5vw, 52px); }

.responsibility-list { border-top: 1px solid var(--line); }
.responsibility-list article { display: grid; grid-template-columns: 70px 1fr 1.1fr; gap: 35px; align-items: center; min-height: 140px; border-bottom: 1px solid var(--line); }
.responsibility-list article > span { color: var(--blue); }
.responsibility-list h3 { margin: 0; font-family: var(--font-serif); font-size: 25px; font-weight: 500; }
.responsibility-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.process-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.process-wrap > div > p:last-child { max-width: 400px; color: #ffffffa8; font-size: 14px; line-height: 1.95; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #ffffff2c; }
.process-list li { display: grid; grid-template-columns: 70px 1fr; padding: 24px 0; border-bottom: 1px solid #ffffff2c; }
.process-list span { color: var(--aqua); font-size: 9px; letter-spacing: .18em; }
.process-list strong { font-family: var(--font-serif); font-size: 18px; font-weight: 500; }

.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-card { display: flex; flex-direction: column; min-height: 440px; padding: 34px; border-right: 1px solid var(--line); }
.price-card:last-child { border-right: 0; }
.plan-mark { color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.price-card h2 { margin: 54px 0 7px; font-family: var(--font-serif); font-size: 26px; font-weight: 500; }
.price-card > p { margin: 0; min-height: 45px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.price { display: flex; align-items: baseline; gap: 9px; margin-top: 42px; }
.price strong { font-family: var(--font-serif); font-size: clamp(42px, 4.5vw, 65px); font-weight: 500; letter-spacing: -.04em; }
.price span { font-size: 10px; }
.price-card > a { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.discount-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.discount-layout h2 { font-size: clamp(38px, 4vw, 58px); }
.plain-list { border-top: 1px solid var(--line); }
.plain-list article { display: flex; justify-content: space-between; gap: 25px; padding: 25px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.plain-list article span { color: var(--muted); }
.plain-list > p { color: var(--muted); font-size: 10px; line-height: 1.8; }
.option-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 60px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.option-grid article { min-height: 180px; padding: 32px; border-right: 1px solid var(--line); }
.option-grid article:last-child { border-right: 0; }
.option-grid h3 { min-height: 52px; margin: 0 0 30px; font-family: var(--font-serif); font-size: 19px; font-weight: 500; }
.option-grid strong { color: var(--blue); font-size: 14px; }
.notice-box { display: grid; grid-template-columns: 180px 1fr; gap: 40px; padding: 35px; color: #fff; background: var(--ink); }
.notice-box strong { font-family: var(--font-serif); font-size: 18px; }
.notice-box p { margin: 0; color: #ffffffad; font-size: 13px; line-height: 1.9; }

.voice-grid { display: grid; gap: 95px; }
.voice-card { display: grid; grid-template-columns: 1.05fr .95fr; gap: 7%; align-items: center; }
.voice-card:nth-child(even) .voice-card-image { order: 2; }
.voice-card-image { height: 550px; overflow: hidden; }
.voice-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.voice-card:hover .voice-card-image img { transform: scale(1.025); }
.voice-card span { color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.voice-card h2 { margin: 22px 0 30px; font-family: var(--font-serif); font-size: clamp(28px, 3vw, 43px); font-weight: 500; line-height: 1.5; }
.voice-card blockquote { margin: 0 0 34px; color: var(--muted); font-family: var(--font-serif); font-size: 17px; line-height: 1.8; }
.voice-card a { padding-bottom: 7px; border-bottom: 1px solid var(--line); font-size: 11px; }
.center-link { margin-top: 80px; text-align: center; }
.outline-button { display: inline-block; padding: 17px 32px; border: 1px solid #8f9294; border-radius: 99px; font-size: 11px; font-weight: 700; }

.faq-page { display: grid; grid-template-columns: 260px 1fr; gap: 9%; }
.faq-page aside { position: sticky; top: 110px; align-self: start; display: flex; flex-direction: column; }
.faq-page aside a { padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.faq-group { margin-bottom: 95px; scroll-margin-top: 100px; }
.faq-group-title { display: flex; align-items: baseline; gap: 24px; margin-bottom: 30px; }
.faq-group-title span { color: var(--blue); font-size: 9px; letter-spacing: .18em; }
.faq-group-title h2 { margin: 0; font-family: var(--font-serif); font-size: 32px; font-weight: 500; }

.category-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 80px; }
.category-chips a { padding: 12px 18px; border: 1px solid var(--line); border-radius: 99px; font-size: 10px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 65px 28px; }
.article-image { height: 250px; margin-bottom: 20px; overflow: hidden; background: #ddd; }
.article-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .65s; }
.article-card:hover .article-image img { transform: scale(1.035); }
.article-card span { color: var(--blue); font-size: 9px; font-weight: 700; }
.article-card h2 { min-height: 88px; margin: 13px 0 22px; font-family: var(--font-serif); font-size: 18px; font-weight: 500; line-height: 1.65; }
.article-card p { margin: 0; font-size: 10px; font-weight: 700; }

.company-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10%; align-items: start; }
.company-layout h2 { margin-bottom: 28px; font-size: clamp(40px, 4.4vw, 64px); }
.company-table { margin: 0; border-top: 1px solid var(--line); }
.company-table > div { display: grid; grid-template-columns: 160px 1fr; padding: 23px 0; border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.8; }
.company-table dt { color: var(--muted); }
.company-table dd { margin: 0; }
.role-boundaries { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9%; }
.boundary-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #ffffff2c; }
.boundary-grid article { min-height: 240px; padding: 28px 30px 28px 0; border-right: 1px solid #ffffff2c; border-bottom: 1px solid #ffffff2c; }
.boundary-grid article:nth-child(even) { padding-left: 30px; border-right: 0; }
.boundary-grid h3 { margin: 44px 0 16px; font-family: var(--font-serif); font-size: 21px; font-weight: 500; }

.contact-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 9%; align-items: start; }
.contact-intro { position: sticky; top: 110px; }
.contact-intro h2 { margin-bottom: 28px; font-size: clamp(38px, 4vw, 58px); }
.contact-grid { border-top: 1px solid var(--line); }
.contact-grid article { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 35px 0; border-bottom: 1px solid var(--line); }
.contact-grid article > span { color: var(--blue); font-size: 9px; letter-spacing: .18em; }
.contact-sub { margin: 0 0 9px !important; color: var(--blue) !important; font-size: 9px !important; font-weight: 700; }
.contact-grid h2 { margin: 0 0 16px; font-family: var(--font-serif); font-size: 27px; font-weight: 500; }
.contact-grid p { margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.contact-grid a { display: flex; justify-content: space-between; align-items: center; max-width: 330px; padding: 14px 18px; color: #fff; background: var(--ink); font-size: 13px; font-weight: 700; }
.contact-grid a i { font-style: normal; }
.before-contact { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9%; }
.before-contact ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.before-contact li { display: grid; grid-template-columns: 65px 1fr; padding: 21px 0; border-bottom: 1px solid var(--line); }
.before-contact li span { color: var(--blue); font-size: 9px; }
.before-contact li p { margin: 0; font-family: var(--font-serif); font-size: 17px; }
.contact-note { grid-column: 2; margin: 24px 0 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.contact-reassurance { padding: 120px 20px; text-align: center; color: #fff; background: var(--blue); }
.contact-reassurance .section-label { justify-content: center; }
.contact-reassurance > p:not(.section-label) { margin: 25px 0 35px; color: #ffffffbf; font-size: 14px; }
.contact-reassurance .primary-button { margin-inline: auto; }

/* WordPress editable and legal pages */
.editable-content { width: min(920px, 88vw); }
.editable-content > *:first-child { margin-top: 0; }
.editable-content h2 { margin: 76px 0 24px; padding-top: 26px; border-top: 1px solid var(--line); font-family: var(--font-serif); font-size: clamp(28px, 3vw, 42px); font-weight: 500; line-height: 1.45; letter-spacing: -.025em; }
.editable-content h3 { margin: 46px 0 18px; font-family: var(--font-serif); font-size: clamp(21px, 2vw, 28px); font-weight: 500; line-height: 1.5; }
.editable-content p, .editable-content li { color: var(--muted); font-size: 15px; line-height: 2; }
.editable-content p + p { margin-top: 20px; }
.editable-content ul, .editable-content ol { margin: 20px 0 34px; padding-left: 1.5em; }
.editable-content li + li { margin-top: 10px; }
.editable-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }
.editable-content table { width: 100%; margin: 35px 0; border-collapse: collapse; font-size: 14px; }
.editable-content th, .editable-content td { padding: 18px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.8; }
.editable-content th { width: 29%; font-weight: 700; }
.content-intro, .editable-content .legal-doc__updated { color: var(--blue) !important; font-size: 12px !important; font-weight: 700; letter-spacing: .06em !important; }
.legal-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0 0 75px; background: var(--line); border: 1px solid var(--line); }
.legal-summary article { padding: 28px; background: var(--paper); }
.legal-summary span { color: var(--blue); font-size: 9px; letter-spacing: .16em; }
.legal-summary h2 { margin: 30px 0 12px; padding: 0; border: 0; font-size: 20px; }
.legal-summary p { margin: 0; font-size: 13px; line-height: 1.85; }
.editable-content .content-block, .editable-content .corp-section { padding: 0; }
.editable-content .container, .editable-content .container-narrow { width: 100%; max-width: none; margin-inline: auto; padding: 0; }
.editable-content .legal-intro { margin-bottom: 55px; }
.editable-content .legal-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.editable-content .info-box { margin-top: 50px; padding: 30px; color: #fff; background: var(--ink); }
.editable-content .info-box p, .editable-content .info-box li { color: #ffffffb5; }
.editable-content .info-box a { color: #fff; }
.editable-content .info-box__title { color: var(--aqua) !important; font-weight: 700; }
.editable-content .page-cta { margin: 90px calc(50% - 50vw) -145px; padding: 95px max(6vw, calc((100vw - 920px) / 2)); text-align: center; color: #fff; background: var(--blue); }
.editable-content .page-cta h2 { margin: 0; padding: 0; border: 0; color: #fff; font-size: clamp(34px, 4vw, 57px); }
.editable-content .page-cta p { color: #ffffffbd; }
.editable-content .page-cta__buttons { display: flex; justify-content: center; gap: 14px; margin-top: 30px; }
.editable-content .page-cta__buttons a { display: inline-flex; justify-content: center; min-width: 220px; padding: 15px 22px; color: var(--ink); background: #fff; text-decoration: none; }
.corporate-content { width: min(1100px, 88vw); }
.corporate-content .corp-lead__grid, .corporate-content .corp-cases__grid, .corporate-content .corp-jet__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8%; align-items: start; }
.corporate-content .corp-features { display: grid; grid-template-columns: repeat(2, 1fr); margin: 70px 0; border-top: 1px solid var(--line); }
.corporate-content .corp-feature { min-height: 280px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.corporate-content .corp-feature:nth-child(even) { border-right: 0; }
.corporate-content .corp-feature__num, .corporate-content .case-list__label { color: var(--blue); font-size: 9px; letter-spacing: .15em; }
.corporate-content .corp-feature h3 { margin-top: 45px; }
.corporate-content .media-band { position: relative; height: 470px; margin: 95px calc(50% - 50vw); overflow: hidden; color: #fff; }
.corporate-content .media-band__img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.56) saturate(.85); }
.corporate-content .media-band::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, #07111f0d 25%, #07111fc7 100%); pointer-events: none; }
.corporate-content .media-band__cap { position: absolute; z-index: 1; inset: 0; display: grid; align-items: end; padding: 55px 7vw; }
.corporate-content .media-band__title { color: #fff; font-family: var(--font-serif); font-size: clamp(30px, 4vw, 55px); line-height: 1.45; text-shadow: 0 2px 18px #020711b8; }
.corporate-content .case-list, .corporate-content .corp-jet__list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.corporate-content .case-list li, .corporate-content .corp-jet__list li { padding: 25px 0; border-bottom: 1px solid var(--line); }
.corporate-content figure { margin: 35px 0; }
.corporate-content figure img { width: 100%; max-height: 620px; object-fit: cover; }
.corporate-content figcaption { margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.jotform-shell { min-height: 480px; margin-top: 65px; padding: clamp(24px, 4vw, 54px); background: #fff; border: 1px solid var(--line); }
.jotform-shell h2 { margin: 0 0 16px; font-family: var(--font-serif); font-size: clamp(27px, 3vw, 40px); font-weight: 500; }
.jotform-shell > p { max-width: 680px; margin: 0 0 28px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.jotform-shell > .consultation-form-note { max-width: none; padding: 15px 18px; color: var(--ink); background: #eef5f4; border-left: 3px solid var(--blue); font-size: 13px; }
.jotform-fallback a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.consultation-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 34px 0 24px; padding: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.consultation-steps li { min-height: 190px; padding: 25px 28px 25px 0; border-right: 1px solid var(--line); }
.consultation-steps li + li { padding-left: 28px; }
.consultation-steps li:last-child { border-right: 0; }
.consultation-steps span { display: block; margin-bottom: 33px; color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.consultation-steps strong { display: block; margin-bottom: 10px; font-family: var(--font-serif); font-size: 18px; font-weight: 500; line-height: 1.55; }
.consultation-steps small { display: block; color: var(--muted); font-size: 12px; line-height: 1.75; }
.consultation-assurance { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.consultation-assurance span { padding: 8px 12px; color: var(--blue); background: #eaf4f5; border-radius: 999px; font-size: 11px; font-weight: 700; }
body.petair-v3 .flowbnr,
body.petair-v3 #bfb_content_pc,
body.petair-v3 #bfb_content_sp { display: none !important; }
.archive-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 70px; }
.archive-pagination .page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; border: 1px solid var(--line); font-size: 12px; }
.archive-pagination .current { color: #fff; background: var(--ink); border-color: var(--ink); }
.empty-state { padding: 45px; text-align: center; color: var(--muted); background: var(--paper); border: 1px solid var(--line); }

/* Existing customer stories and journal articles inherit the new visual system. */
.petair-single .page-hero h1 { max-width: 1040px; font-size: clamp(42px, 4.3vw, 68px); }
.story-content { overflow-wrap: anywhere; }
.story-content > h1:first-of-type { display: none; }
.story-content .single-back-link { margin: 0 0 58px; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.story-content figure { margin: 42px 0; }
.story-content figure img, .story-content > p img { width: 100%; height: auto; }
.story-content figcaption { margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.story-content blockquote { margin: 42px 0; padding: 32px 36px; border-left: 3px solid var(--blue); background: var(--paper); }
.story-content blockquote p { margin: 0; color: var(--ink); font-family: var(--font-serif); font-size: 18px; }
.story-content .wp-block-button__link { display: inline-flex; justify-content: center; min-width: 220px; padding: 15px 24px; color: #fff; background: var(--ink); border-radius: 999px; text-decoration: none; }
.petair-v3-page .story-content .btn-line { color: #fff !important; background: #08742c !important; }
.petair-v3-page .story-content .btn-wa { color: #fff !important; background: #0b6a3a !important; }
.petair-v3-page .story-content .btn-contact { color: #8a2f00 !important; }
.petair-v3-page .story-content .pa-notice strong { color: #8a2f00 !important; }
.petair-v3-page .story-content thead tr[style*="background:#1E40AF" i] th,
.petair-v3-page .story-content thead tr[style*="background: #1E40AF" i] th,
.petair-v3-page .story-content thead tr[style*="background-color:#1E40AF" i] th,
.petair-v3-page .story-content thead tr[style*="background-color: #1E40AF" i] th { color: #fff !important; }
.petair-v3-page .story-content td[style*="color:#059669" i],
.petair-v3-page .story-content td[style*="color: #059669" i],
.petair-v3-page .story-content a[style*="color:#059669" i],
.petair-v3-page .story-content a[style*="color: #059669" i] { color: #04734f !important; }
.petair-v3-page .story-content td[style*="color:#DC2626" i],
.petair-v3-page .story-content td[style*="color: #DC2626" i],
.petair-v3-page .story-content h3[style*="color:#DC2626" i],
.petair-v3-page .story-content h3[style*="color: #DC2626" i] { color: #951a16 !important; }
.article-author { padding-block: 0 105px; }
.article-author-card { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 34px; align-items: start; padding: 38px; border: 1px solid var(--line); background: var(--paper); }
.article-author-photo { width: 112px; aspect-ratio: 1; overflow: hidden; border-radius: 50%; background: #dce4ed; }
.article-author-avatar { display: block; width: 100%; height: 100%; object-fit: cover; }
.article-author-label { margin: 0 0 8px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.article-author-copy h2 { margin: 0; font-family: var(--font-serif); font-size: 27px; font-weight: 500; line-height: 1.4; }
.article-author-role { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.article-author-bio { max-width: 760px; margin: 18px 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.article-related { padding-block: 0 125px; }
.article-related-heading { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin-bottom: 42px; }
.article-related-heading .section-label { margin-bottom: 18px; }
.article-related-heading h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(32px, 3.6vw, 50px); font-weight: 500; }
.article-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.article-related-card a { display: block; height: 100%; }
.article-related-image { aspect-ratio: 3 / 2; overflow: hidden; background: #dde3e8; }
.article-related-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .65s cubic-bezier(.22,1,.36,1); }
.article-related-card a:hover .article-related-image img { transform: scale(1.035); }
.article-related-meta { margin: 18px 0 10px; color: var(--blue); font-size: 11px; font-weight: 700; }
.article-related-card h3 { margin: 0; font-family: var(--font-serif); font-size: 18px; font-weight: 500; line-height: 1.65; }
.article-related-link { display: inline-block; margin-top: 18px; font-size: 10px; font-weight: 700; }
.petair-v3-page .recruit-ai-section h2 { color: #14569e !important; }
.petair-v3-page .editable-content a.btn { color: #fff !important; background-color: var(--blue) !important; }

/* Motion: content remains visible without JavaScript. */
.motion-ready [data-reveal] { opacity: 0; transform: translate3d(0, 28px, 0); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); }
.motion-ready [data-reveal="image"] { clip-path: inset(8% 0 0 0); transform: translate3d(0, 24px, 0); transition: opacity 1s, transform 1s cubic-bezier(.22,1,.36,1), clip-path 1.1s cubic-bezier(.22,1,.36,1); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translate3d(0, 0, 0); clip-path: inset(0 0 0 0); }
.motion-ready .editable-content[data-reveal] { opacity: 1; transform: none; clip-path: none; }
.motion-ready .trust-grid [data-reveal]:nth-child(2), .motion-ready .number-grid [data-reveal]:nth-child(2), .motion-ready .price-grid [data-reveal]:nth-child(2) { transition-delay: .08s; }
.motion-ready .trust-grid [data-reveal]:nth-child(3), .motion-ready .number-grid [data-reveal]:nth-child(3), .motion-ready .price-grid [data-reveal]:nth-child(3) { transition-delay: .16s; }
@keyframes slowZoom { from { transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.01); } to { transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.055); } }

@media (max-width: 1100px) {
  .site-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { position: relative; display: block; margin-left: auto; }
  .mobile-menu summary { display: flex; align-items: center; gap: 12px; cursor: pointer; list-style: none; font-size: 10px; letter-spacing: .15em; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary i, .mobile-menu summary i::after { display: block; width: 22px; height: 1px; background: #fff; content: ""; transition: transform .2s; }
  .mobile-menu summary i::after { transform: translateY(6px); }
  .mobile-menu[open] summary i { transform: rotate(45deg); }
  .mobile-menu[open] summary i::after { transform: rotate(-90deg); }
  .mobile-menu nav { position: absolute; right: -15px; top: 36px; width: min(320px, 82vw); padding: 16px 20px; background: #07111ff7; border: 1px solid #ffffff2e; box-shadow: 0 18px 50px #0005; }
  .mobile-menu nav a { display: block; padding: 11px 2px; border-bottom: 1px solid #ffffff1f; font-size: 11px; }
}

@media (max-width: 860px) {
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  html { scroll-padding-top: 72px; }
  .site-header { height: 72px; padding: 0 20px; }
  .brand { padding: 4px 8px; }
  .brand-logo { width: 104px; }
  .brand-mark { width: 31px; height: 31px; }
  .section-shell, .breadcrumb { width: min(100% - 40px, 680px); }
  .content-section, .soft-section, .dark-section { padding-block: 85px; }
  .hero { display: flex; flex-direction: column; justify-content: flex-end; min-height: 100svh; height: auto; max-height: none; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, #030b17fa 0%, #030b17d8 47%, #030b1740 82%); }
  .hero-content { position: relative; inset: auto; width: 100%; max-width: none; margin-top: auto; padding: clamp(150px, 24vh, 220px) 21px 42px; }
  .eyebrow, .section-label { margin-bottom: 23px; font-size: 10px; }
  .hero h1 { font-size: clamp(48px, 15vw, 66px); line-height: 1.18; }
  .hero-copy { margin-top: 23px; font-size: 15px; line-height: 1.85; }
  .hero-copy br { display: none; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 18px; margin-top: 27px; }
  .primary-button { width: 100%; max-width: 365px; min-width: 0; }
  .proof { font-size: 11px; line-height: 1.7; }
  .hero-side { display: none; }
  .page-hero { display: flex; flex-direction: column; justify-content: flex-end; min-height: 570px; height: auto; }
  .page-hero-image { object-position: center; }
  .page-hero-shade { background: linear-gradient(0deg, #040d19f4 5%, #040d19ba 56%, #040d1940); }
  .page-hero-content { position: relative; inset: auto; width: min(100% - 40px, 680px); margin: auto auto 0; padding: clamp(145px, 23vh, 190px) 0 60px; }
  .page-hero h1 { font-size: clamp(38px, 11vw, 54px); line-height: 1.35; }
  .page-hero-content > p:last-child { margin-top: 23px; font-size: 14px; line-height: 1.9; }
  .promise, .trust-intro, .flow-inner, .faq, .faq-page, .editorial-split, .image-story, .image-story.reverse, .page-intro, .role-note, .process-wrap, .discount-layout, .company-layout, .role-boundaries, .contact-layout, .before-contact { display: block; }
  .promise { padding-block: 85px; }
  .promise > div { display: block; }
  .promise > div p { margin-top: 28px; }
  .trust, .flow, .support { padding-block: 85px; }
  .trust-intro h2 { margin-top: 35px; }
  .trust-intro > p:last-child { margin-top: 27px; }
  .trust-grid, .number-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .trust-card, .trust-card + .trust-card, .number-grid article, .number-grid article + article { min-height: 0; padding: 27px 0; border-right: 0; border-bottom: 1px solid #ffffff2b; }
  .trust-card h3, .number-grid h3 { margin: 32px 0 14px; }
  .steps { margin-top: 48px; }
  .step { grid-template-columns: 40px 1fr; gap: 14px; }
  .step p { grid-column: 2; }
  .section-heading.dark { display: block; margin-bottom: 45px; }
  .service { grid-template-columns: 36px 1fr; gap: 10px; padding: 22px 0; }
  .service-tag, .service h3, .service > p:not(.service-tag), .service a { grid-column: 2; }
  .service-tag, .service > p:not(.service-tag) { margin: 0; }
  .service h3 { font-size: 22px; }
  .voice { display: flex; flex-direction: column; min-height: 0; }
  .voice-image { min-height: 410px; }
  .voice-content { padding: 70px 21px; }
  .faq { padding-block: 85px; }
  .faq-list { margin-top: 45px; }
  .faq-list summary { font-size: 16px; }
  .final-cta { padding: 85px 21px; }
  .final-cta .hero-actions { align-items: center; }
  .site-footer { grid-template-columns: 1fr; gap: 36px; padding: 60px 21px 90px; }
  .mobile-cta-bar { position: fixed; z-index: 80; inset: auto 0 0; display: grid; grid-template-columns: 1fr .72fr; min-height: 64px; padding: 7px 7px calc(7px + env(safe-area-inset-bottom)); background: #fff; box-shadow: 0 -5px 25px #07111f24; }
  .mobile-cta-bar a { display: grid; place-items: center; color: #fff; background: var(--blue); font-size: 12px; font-weight: 700; }
  .mobile-cta-bar a:last-child { background: var(--ink); }
  .petair-v3 #trp-floater-ls { bottom: calc(76px + env(safe-area-inset-bottom)) !important; }
  .long-copy { padding-top: 30px; }
  .image-story .image-cover, .image-story.reverse .image-cover { height: 430px; margin-bottom: 45px; order: initial; }
  .page-intro { margin-bottom: 55px; }
  .page-intro h2, .role-note h2 { margin: 32px 0 25px; }
  .team-grid { grid-template-columns: 1fr; gap: 65px; }
  .team-photo { height: min(120vw, 540px); }
  .role-note > p:last-child { margin-top: 25px; }
  .responsibility-list article { grid-template-columns: 40px 1fr; gap: 12px; padding: 24px 0; }
  .responsibility-list p { grid-column: 2; }
  .process-list { margin-top: 48px; }
  .price-grid, .option-grid, .article-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 390px; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .plain-list, .option-grid { margin-top: 45px; }
  .plain-list article { flex-direction: column; gap: 8px; }
  .option-grid article { min-height: 0; padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .option-grid h3 { min-height: 0; margin-bottom: 18px; }
  .notice-box { grid-template-columns: 1fr; gap: 16px; padding: 28px; }
  .voice-grid { gap: 75px; }
  .voice-card { display: flex; flex-direction: column; align-items: stretch; }
  .voice-card:nth-child(even) .voice-card-image { order: 0; }
  .voice-card-image { height: 430px; margin-bottom: 30px; }
  .faq-page aside { position: static; margin-bottom: 70px; }
  .faq-group { margin-bottom: 75px; }
  .category-chips { margin-bottom: 55px; }
  .article-grid { gap: 55px; }
  .article-image { height: 240px; }
  .article-card h2 { min-height: 0; }
  .company-table { margin-top: 50px; }
  .company-table > div { grid-template-columns: 105px 1fr; gap: 18px; }
  .boundary-grid { margin-top: 50px; }
  .contact-intro { position: static; margin-bottom: 55px; }
  .before-contact ol { margin-top: 45px; }
  .contact-note { grid-column: auto; }
  .contact-reassurance { padding: 85px 21px; }
  .editable-content { width: min(100% - 40px, 680px); }
  .editable-content h2 { margin-top: 55px; }
  .editable-content p, .editable-content li { font-size: 14px; line-height: 1.95; }
  .editable-content th, .editable-content td { display: block; width: 100%; padding: 12px 0; }
  .editable-content th { padding-top: 22px; border-bottom: 0; color: var(--blue); }
  .legal-summary { grid-template-columns: 1fr; margin-bottom: 50px; }
  .editable-content .page-cta { margin-top: 65px; margin-bottom: -85px; padding: 75px 20px; }
  .editable-content .page-cta__buttons { flex-direction: column; }
  .corporate-content { width: min(100% - 40px, 680px); }
  .corporate-content .corp-lead__grid, .corporate-content .corp-cases__grid, .corporate-content .corp-jet__grid, .corporate-content .corp-features { grid-template-columns: 1fr; }
  .corporate-content .corp-feature { min-height: 0; padding: 28px 0; border-right: 0; }
  .corporate-content .media-band { height: 420px; margin-top: 65px; margin-bottom: 65px; }
  .jotform-shell { margin-top: 45px; padding: 25px 15px; }
  .consultation-steps { grid-template-columns: 1fr; }
  .consultation-steps li, .consultation-steps li + li { min-height: 0; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .consultation-steps li:last-child { border-bottom: 0; }
  .consultation-steps span { margin-bottom: 14px; }
  .petair-single .page-hero h1 { font-size: clamp(33px, 8.8vw, 45px); }
  .story-content .single-back-link { margin-bottom: 42px; }
  .story-content blockquote { padding: 25px 22px; }
  .article-author, .article-related { padding-bottom: 85px; }
  .article-author-card { grid-template-columns: 82px minmax(0, 1fr); gap: 20px; padding: 25px 20px; }
  .article-author-photo { width: 82px; }
  .article-author-copy h2 { font-size: 23px; }
  .article-author-bio { grid-column: 1 / -1; }
  .article-related-heading { display: block; margin-bottom: 32px; }
  .article-related-heading > .text-link { display: inline-block; margin-top: 20px; }
  .article-related-grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: clamp(34px, 12vw, 43px); }
  .hero-content { padding-bottom: 35px; }
  .hero-actions { margin-top: 22px; }
  .primary-button { font-size: 12px; padding-left: 20px; }
  .primary-button > span { width: 44px; height: 44px; }
  .page-hero h1 { font-size: 34px; }
  .petair-contact .page-hero h1 { font-size: 30px; }
  .page-hero-content > p:last-child { font-size: 12px; }
  .boundary-grid { grid-template-columns: 1fr; }
  .boundary-grid article, .boundary-grid article:nth-child(even) { min-height: 0; padding: 25px 0; border-right: 0; }
  .article-author-card { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  [data-parallax] { transform: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; clip-path: none !important; }
}
