:root {
    --pore2-paper: #fcfbfb;
    --pore2-ink: #342d3a;
    --pore2-text: #675f6b;
    --pore2-violet: #6b4c9a;
    --pore2-gold: #c8b586;
    --pore2-care: #587d68;
    --pore2-care-soft: #edf5ef;
    --pore2-housekeeping: #66819b;
    --pore2-housekeeping-soft: #eef4f8;
    --pore2-childcare: #b17683;
    --pore2-childcare-soft: #fdf0f2;
}

html {
    scroll-behavior: smooth;
}

body.pore2-service-page {
    margin: 0;
    overflow-x: hidden;
    background: var(--pore2-paper);
    color: var(--pore2-ink);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.pore2-service-page * {
    box-sizing: border-box;
}

.pore2-service-page a {
    color: inherit;
    text-decoration: none;
}

.pore2-service-page img {
    max-width: 100%;
}

.pore2-service-main {
    display: block;
}

.pore2-service-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: min(700px, 86svh);
    padding: clamp(142px, 15vw, 184px) 0 clamp(72px, 10vw, 116px);
    background: linear-gradient(125deg, #fff 0%, #fcfbfb 48%, #f4eff9 100%);
}

.pore2-service-hero::after {
    position: absolute;
    top: -15%;
    right: -18%;
    z-index: -1;
    width: min(740px, 72vw);
    aspect-ratio: 1;
    border: 1px solid rgba(107, 76, 154, 0.12);
    border-radius: 50%;
    content: "";
}

.pore2-service-hero-inner,
.pore2-service-container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.pore2-service-hero-inner {
    position: relative;
}

.pore2-service-hero-decor {
    position: absolute;
    top: clamp(-74px, -5vw, -36px);
    right: clamp(-130px, -7vw, -48px);
    z-index: -1;
    width: clamp(360px, 46vw, 670px);
    opacity: 0.13;
    pointer-events: none;
}

.pore2-service-heart {
    position: absolute;
    top: clamp(104px, 10vw, 146px);
    left: clamp(540px, 52vw, 710px);
    z-index: 0;
    width: clamp(210px, 24vw, 340px);
    height: auto;
    opacity: 0.94;
    pointer-events: none;
}

.pore2-service-hero-inner > :not(.pore2-service-hero-decor, .pore2-service-heart) {
    position: relative;
    z-index: 1;
}

.pore2-service-breadcrumb {
    margin: 0 0 26px;
    color: #8b8290;
    font-size: 11px;
    letter-spacing: 0.1em;
}

.pore2-service-breadcrumb a:hover,
.pore2-service-breadcrumb a:focus-visible {
    color: var(--pore2-violet);
    outline: none;
}

.pore2-service-eyebrow,
.pore2-service-number,
.pore2-service-label,
.pore2-service-compare-kicker {
    margin: 0;
    color: var(--pore2-violet);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.16em;
}

.pore2-service-hero h1 {
    max-width: 760px;
    margin: 10px 0 22px;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(36px, 5.1vw, 66px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.45;
}

.pore2-service-hero-copy {
    max-width: 620px;
    margin: 0;
    color: var(--pore2-text);
    font-size: clamp(13px, 1.35vw, 16px);
    line-height: 2;
}

.pore2-service-jump-nav {
    max-width: 970px;
    margin-top: clamp(38px, 5vw, 64px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.pore2-service-jump-link {
    position: relative;
    min-height: 140px;
    padding: 22px 22px 20px;
    overflow: hidden;
    border: 1px solid var(--service-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 14px 30px rgba(52, 45, 58, 0.04);
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.pore2-service-jump-link:hover,
.pore2-service-jump-link:focus-visible {
    transform: translateY(-5px);
    background: #fff;
    box-shadow: 0 18px 36px rgba(52, 45, 58, 0.11);
    outline: none;
}

.pore2-service-jump-link::after {
    position: absolute;
    right: 16px;
    bottom: 14px;
    color: var(--service-color);
    content: "↓";
    font-size: 18px;
}

.pore2-service-jump-link--care {
    --service-color: var(--pore2-care);
    --service-line: rgba(88, 125, 104, 0.25);
}

.pore2-service-jump-link--housekeeping {
    --service-color: var(--pore2-housekeeping);
    --service-line: rgba(102, 129, 155, 0.25);
}

.pore2-service-jump-link--childcare {
    --service-color: var(--pore2-childcare);
    --service-line: rgba(177, 118, 131, 0.25);
}

.pore2-service-jump-link small,
.pore2-service-jump-link strong,
.pore2-service-jump-link span {
    display: block;
}

.pore2-service-jump-link small {
    color: var(--service-color);
    font-size: 10px;
    letter-spacing: 0.12em;
}

.pore2-service-jump-link strong {
    margin-top: 8px;
    font-family: "Shippori Mincho", serif;
    font-size: 22px;
    font-weight: 500;
}

.pore2-service-jump-link span {
    margin-top: 4px;
    color: #7a727d;
    font-size: 11px;
}

.pore2-service-intro {
    padding: clamp(68px, 9vw, 108px) 0;
    background: #fff;
}

.pore2-service-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(36px, 7vw, 88px);
    align-items: start;
}

.pore2-service-intro h2,
.pore2-service-compare h2,
.pore2-service-consult h2 {
    margin: 9px 0 0;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.55;
}

.pore2-service-intro-copy {
    margin: 0;
    color: var(--pore2-text);
    font-size: 14px;
    line-height: 2.1;
}

.pore2-service-intro-points {
    margin: 28px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    list-style: none;
}

.pore2-service-intro-points li {
    padding: 14px 12px;
    border: 1px solid rgba(107, 76, 154, 0.1);
    border-radius: 12px;
    background: var(--pore2-paper);
    color: #59515c;
    font-size: 12px;
    text-align: center;
}

.pore2-service-area-note {
    margin: 20px 0 0;
    padding: 13px 16px;
    border-left: 2px solid rgba(107, 76, 154, 0.48);
    background: rgba(248, 245, 251, 0.8);
    color: #706774;
    font-size: 11px;
    line-height: 1.9;
}

.pore2-service-area-note strong {
    margin-right: 12px;
    color: #5d447c;
    font-weight: 600;
}

.pore2-service-area-note a {
    display: inline-block;
    margin-left: 12px;
    color: var(--pore2-violet);
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pore2-service-area-note a:hover,
.pore2-service-area-note a:focus-visible {
    color: #50346f;
    outline: none;
}

.pore2-visit-service {
    scroll-margin-top: 88px;
    padding: clamp(80px, 10vw, 126px) 0;
    background: var(--service-soft);
}

.pore2-visit-service--care {
    --service-color: var(--pore2-care);
    --service-soft: var(--pore2-care-soft);
    --service-line: rgba(88, 125, 104, 0.22);
}

.pore2-visit-service--housekeeping {
    --service-color: var(--pore2-housekeeping);
    --service-soft: var(--pore2-housekeeping-soft);
    --service-line: rgba(102, 129, 155, 0.22);
}

.pore2-visit-service--childcare {
    --service-color: var(--pore2-childcare);
    --service-soft: var(--pore2-childcare-soft);
    --service-line: rgba(177, 118, 131, 0.22);
}

.pore2-service-heading {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin-bottom: 42px;
}

.pore2-service-number {
    color: var(--service-color);
    font-family: "Shippori Mincho", serif;
    font-size: 28px;
    font-style: italic;
    line-height: 1.2;
}

.pore2-service-label {
    color: var(--service-color);
}

.pore2-service-heading h2 {
    margin: 5px 0 0;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(31px, 4vw, 48px);
    font-weight: 500;
    line-height: 1.35;
}

.pore2-service-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.83fr) minmax(0, 1.17fr);
    gap: clamp(30px, 5vw, 68px);
    align-items: start;
}

.pore2-service-visual {
    position: sticky;
    top: 104px;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 20px 42px rgba(52, 45, 58, 0.09);
}

.pore2-service-visual::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 36%, color-mix(in srgb, var(--service-color) 18%, transparent));
    content: "";
    pointer-events: none;
}

.pore2-service-visual img {
    width: 100%;
    aspect-ratio: 4 / 5;
    display: block;
    object-fit: cover;
}

.pore2-service-visual figcaption {
    position: absolute;
    right: 18px;
    bottom: 14px;
    left: 18px;
    z-index: 1;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    text-shadow: 0 1px 13px rgba(52, 45, 58, 0.45);
}

.pore2-service-detail-lead {
    margin: 0;
    color: var(--pore2-text);
    font-size: 15px;
    line-height: 2.05;
}

.pore2-service-childcare-copy {
    margin: 0;
    color: var(--pore2-text);
    font-size: 15px;
    line-height: 2.05;
}

.pore2-service-childcare-copy p {
    margin: 0;
}

.pore2-service-childcare-copy p + p {
    margin-top: 10px;
}

.pore2-service-detail-subtitle {
    margin: 34px 0 14px;
    color: var(--service-color);
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-weight: 500;
}

.pore2-service-tags {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
}

.pore2-service-tags li {
    padding: 7px 11px;
    border: 1px solid var(--service-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.54);
    color: #625b65;
    font-size: 11px;
}

.pore2-service-trust {
    margin: 26px 0 0;
    padding: clamp(18px, 2.2vw, 24px);
    border: 1px solid color-mix(in srgb, var(--service-color) 28%, transparent);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), color-mix(in srgb, var(--service-soft) 72%, #fff));
    box-shadow: 0 12px 30px rgba(52, 45, 58, 0.04);
}

.pore2-service-trust-kicker,
.pore2-service-nursery-link-kicker {
    margin: 0;
    color: var(--service-color);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
}

.pore2-service-trust h3 {
    margin: 7px 0 8px;
    color: var(--pore2-ink);
    font-family: "Shippori Mincho", serif;
    font-size: clamp(19px, 2vw, 24px);
    font-weight: 500;
    line-height: 1.55;
}

.pore2-service-trust-head > p:last-child {
    margin: 0;
    color: #6d6570;
    font-size: 12px;
    line-height: 1.85;
}

.pore2-service-trust-logos {
    margin: 18px 0 0;
    padding: clamp(14px, 2vw, 20px);
    border: 1px solid rgba(107, 76, 154, 0.1);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 5px 14px rgba(52, 45, 58, 0.04);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.pore2-service-trust-logo-lockup {
    min-height: 54px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pore2-service-trust-logo-lockup img {
    width: 44px;
    height: auto;
    flex: 0 0 auto;
}

.pore2-service-trust-logo-lockup span {
    color: #74727a;
    font-size: clamp(11px, 1.1vw, 13px);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.55;
    white-space: nowrap;
}

.pore2-service-rate-note {
    margin: 38px 0 13px;
    color: #7a727d;
    font-size: 11px;
}

.pore2-service-plan-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.pore2-service-plan {
    min-height: 192px;
    padding: 20px;
    border: 1px solid var(--service-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
}

.pore2-service-plan h3 {
    margin: 0;
    color: var(--pore2-ink);
    font-family: "Shippori Mincho", serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
}

.pore2-service-plan-price {
    margin: 11px 0 12px;
    color: var(--service-color);
    font-family: "Shippori Mincho", serif;
    font-size: 19px;
    letter-spacing: 0;
}

.pore2-service-plan-price small {
    margin-left: 3px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
}

.pore2-service-plan p {
    margin: 0;
    color: #716a74;
    font-size: 11px;
    line-height: 1.9;
}

.pore2-service-coupon {
    margin-top: 22px;
    padding: 18px 20px;
    border-left: 3px solid var(--service-color);
    background: rgba(255, 255, 255, 0.56);
    color: #6d6570;
    font-size: 12px;
    line-height: 1.9;
}

.pore2-service-coupon strong {
    display: block;
    margin-bottom: 4px;
    color: var(--pore2-ink);
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    font-weight: 500;
}

.pore2-service-coupon p {
    margin: 6px 0 0;
}

.pore2-service-nursery-link {
    margin-top: 22px;
    padding: clamp(20px, 2.6vw, 28px);
    border: 1px solid rgba(107, 76, 154, 0.18);
    border-radius: 18px;
    background: linear-gradient(135deg, #f7f2fb 0%, #fff9fa 100%);
}

.pore2-service-nursery-link h3 {
    margin: 8px 0 10px;
    color: var(--pore2-ink);
    font-family: "Shippori Mincho", serif;
    font-size: clamp(20px, 2.1vw, 26px);
    font-weight: 500;
    line-height: 1.55;
}

.pore2-service-nursery-link > p:not(.pore2-service-nursery-link-kicker) {
    margin: 0;
    color: #6d6570;
    font-size: 12px;
    line-height: 1.9;
}

.pore2-service-nursery-link a {
    min-height: 44px;
    margin-top: 17px;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    border-radius: 999px;
    background: var(--pore2-violet);
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(107, 76, 154, 0.18);
    transition: background-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.pore2-service-nursery-link a:hover,
.pore2-service-nursery-link a:focus-visible {
    transform: translateY(-2px);
    background: #5d3d89;
    box-shadow: 0 14px 24px rgba(107, 76, 154, 0.24);
    outline: none;
}

.pore2-service-nursery-link a span {
    font-size: 16px;
    line-height: 1;
}

.pore2-service-conditions {
    margin-top: 22px;
    padding: 20px;
    border: 1px solid var(--service-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.52);
}

.pore2-service-conditions h3 {
    margin: 0 0 10px;
    color: var(--service-color);
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

.pore2-service-conditions ul {
    margin: 0;
    padding-left: 1.35em;
    color: #6d6570;
    font-size: 12px;
    line-height: 1.9;
}

.pore2-service-conditions li + li {
    margin-top: 5px;
}

.pore2-service-pricing-notes {
    padding: clamp(70px, 9vw, 108px) 0;
    background: #fffaf9;
}

.pore2-service-pricing-notes-head {
    max-width: 740px;
}

.pore2-service-pricing-notes h2 {
    margin: 9px 0 12px;
    color: var(--pore2-ink);
    font-family: "Shippori Mincho", serif;
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.45;
}

.pore2-service-pricing-notes-head > p:last-child,
.pore2-service-pricing-notes-footer {
    color: var(--pore2-text);
    font-size: 13px;
    line-height: 1.95;
}

.pore2-service-pricing-note-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.pore2-service-pricing-note-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-content: start;
    gap: 12px;
    min-height: 122px;
    padding: 20px;
    border: 1px solid rgba(107, 76, 154, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.8);
}

.pore2-service-pricing-note-list span {
    color: var(--pore2-violet);
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    font-style: italic;
}

.pore2-service-pricing-note-list p {
    margin: 0;
    color: #6d6570;
    font-size: 12px;
    line-height: 1.9;
}

.pore2-service-pricing-notes-footer {
    margin: 18px 0 0;
}

.pore2-service-compare {
    padding: clamp(70px, 9vw, 108px) 0;
    background: #fff;
}

.pore2-service-compare-head {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: end;
}

.pore2-service-compare-head p:last-child {
    max-width: 400px;
    margin: 0;
    color: var(--pore2-text);
    font-size: 13px;
    line-height: 1.95;
}

.pore2-service-compare-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(14px, 2vw, 24px);
    margin-top: 38px;
}

.pore2-service-compare-item strong,
.pore2-service-compare-copy {
    display: block;
}

.pore2-service-compare-item strong {
    color: var(--item-color);
    font-family: "Shippori Mincho", serif;
    font-size: 21px;
    font-weight: 500;
}

.pore2-service-compare-copy {
    margin-top: 13px;
    color: #6e6670;
    font-size: 12px;
    line-height: 1.9;
}

.pore2-service-compare-need-label {
    display: block;
    margin-top: 18px;
    color: var(--item-color);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.11em;
}

.pore2-service-compare-needs {
    margin: 9px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
}

.pore2-service-compare-needs li {
    max-width: 100%;
    padding: 5px 8px;
    border: 1px solid color-mix(in srgb, var(--item-color) 25%, transparent);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.65);
    color: var(--item-color);
    font-size: 10px;
    line-height: 1.35;
}

.pore2-service-compare-item:hover .pore2-service-compare-needs li,
.pore2-service-compare-item:focus-visible .pore2-service-compare-needs li {
    background: rgba(255, 255, 255, 0.9);
}

.pore2-service-compare-item--care { --item-color: var(--pore2-care); }
.pore2-service-compare-item--housekeeping { --item-color: var(--pore2-housekeeping); }
.pore2-service-compare-item--childcare { --item-color: var(--pore2-childcare); }

.pore2-service-consult {
    padding: clamp(72px, 10vw, 122px) 0;
    background: linear-gradient(135deg, #f4eff9 0%, #fffaf9 100%);
}

.pore2-service-consult-inner {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.pore2-service-consult h2 {
    margin-inline: auto;
}

.pore2-service-consult p {
    margin: 22px auto 30px;
    color: var(--pore2-text);
    font-size: 13px;
    line-height: 2;
}

.pore2-service-consult-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.pore2-service-phone-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 22px;
    border: 1px solid rgba(107, 76, 154, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    color: var(--pore2-violet);
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    letter-spacing: 0.06em;
    transition: background-color 0.22s ease, transform 0.22s ease;
}

.pore2-service-phone-button:hover,
.pore2-service-phone-button:focus-visible {
    transform: translateY(-2px);
    background: #fff;
    outline: none;
}

.pore2-service-page .service-consult-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border-radius: 999px;
    background: var(--pore2-violet);
    color: #fff;
    box-shadow: 0 8px 18px rgba(107, 76, 154, 0.16);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    white-space: nowrap;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.service-consult-button:hover,
.service-consult-button:focus-visible {
    transform: translateY(-2px);
    background: #5b3d87;
    box-shadow: 0 12px 26px rgba(107, 76, 154, 0.24);
    outline: none;
}

@media (max-width: 1100px) {
    .pore2-service-trust-logos {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

@media (max-width: 960px) {
    .pore2-service-layout {
        grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
        gap: 32px;
    }

    .pore2-service-visual {
        top: 94px;
    }
}

@media (max-width: 760px) {
    .pore2-service-hero-inner,
    .pore2-service-container {
        width: min(100% - 28px, 560px);
    }

    .pore2-service-hero {
        min-height: auto;
        padding-top: 116px;
    }

    .pore2-service-hero-decor {
        top: -34px;
        right: -170px;
        width: 520px;
        opacity: 0.09;
    }

    .pore2-service-heart {
        top: -54px;
        right: clamp(-12px, -1vw, -4px);
        left: auto;
        display: block;
        width: clamp(106px, 31vw, 154px);
        opacity: 0.62;
    }

    .pore2-service-breadcrumb {
        margin-bottom: 20px;
    }

    .pore2-service-hero h1 {
        font-size: clamp(31px, 9.4vw, 42px);
        letter-spacing: 0.07em;
    }

    .pore2-service-hero-copy {
        font-size: 13px;
        line-height: 1.95;
    }

    .pore2-service-jump-nav,
    .pore2-service-intro-points,
    .pore2-service-compare-grid {
        grid-template-columns: 1fr;
    }

    .pore2-service-jump-nav {
        gap: 10px;
    }

    .pore2-service-jump-link {
        min-height: 116px;
        padding: 18px;
    }

    .pore2-service-intro-grid,
    .pore2-service-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .pore2-service-intro h2,
    .pore2-service-compare h2,
    .pore2-service-consult h2 {
        font-size: 29px;
    }

    .pore2-service-intro-points li {
        padding: 12px;
    }

    .pore2-service-heading {
        gap: 13px;
        margin-bottom: 28px;
    }

    .pore2-service-heading h2 {
        font-size: 32px;
    }

    .pore2-service-visual {
        position: relative;
        top: auto;
        max-width: 500px;
        margin: 0 auto;
    }

    .pore2-service-visual img {
        aspect-ratio: 1.45 / 1;
    }

    .pore2-service-detail-lead {
        font-size: 13px;
    }

    .pore2-service-childcare-copy {
        font-size: 13px;
    }

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

    .pore2-service-trust-logos {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .pore2-service-plan {
        min-height: 0;
    }

    .pore2-service-conditions {
        padding: 17px;
    }

    .pore2-service-nursery-link {
        padding: 20px;
    }

    .pore2-service-pricing-note-list {
        grid-template-columns: 1fr;
    }

    .pore2-service-pricing-note-list li {
        min-height: 0;
        padding: 18px;
    }

    .pore2-service-compare-head {
        display: block;
    }

    .pore2-service-compare-head p:last-child {
        margin-top: 18px;
    }

    .pore2-service-consult-actions {
        flex-direction: column;
        align-items: stretch;
    }

}

@media (max-width: 480px) {
    .pore2-service-trust-logos {
        padding: 12px;
    }

    .pore2-service-trust-logo-lockup {
        min-height: 48px;
        padding: 6px 4px;
        gap: 8px;
    }

    .pore2-service-trust-logo-lockup img {
        width: 36px;
    }

    .pore2-service-trust-logo-lockup span {
        font-size: 11px;
        letter-spacing: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .pore2-service-page *,
    .pore2-service-page *::before,
    .pore2-service-page *::after {
        transition-duration: 1ms !important;
    }

    .pore2-service-heart {
        transform: none;
    }
}
