@import url("style.css");
:root {
    --ink:#0d0d0d;
    --muted:#191918;
    --paper:#f6f3e8;
    --white:#fffefa;
    --pink:#eb0029;
    --pink2:#ff5169;
    --red:#ff00e9;
    --aqua:#dfeeea;
    --blue:#e7edf4;
    --lime:#daff00;
    --line:#191922;
    --shadow:0 15px 40px rgba(31,23,22,.09);
    --r:20px
}

body {
    background:var(--paper);
    font-family:"Arial","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
    line-height:1.72;
    letter-spacing:.015em
}

h1,h2,h3 {
    font-family:"Arial Black","Hiragino Sans","Yu Gothic",sans-serif;
    font-weight:900;
    letter-spacing:-.055em
}

h1 {
    font-size:clamp(2.55rem,7vw,5.6rem)
}

h2 {
    font-size:clamp(1.95rem,4.8vw,3.45rem)
}

.topbar {
    background:var(--red);
    font-size:.72rem;
    letter-spacing:.09em
}

.site-header {
    background:rgba(246,243,232,.96);
    border-color:rgba(23,23,31,.13)
}

.logo-mark {
    background:var(--red);
    border:0;
    transform:none;
    width:34px;
    height:34px
}

.nav a {
    font-size:.78rem;
    letter-spacing:.02em
}

.nav .button {
    min-height:42px;
    padding:8px 16px
}

.eyebrow {
    font-size:.7rem;
    letter-spacing:.16em
}

.eyebrow:before {
    height:2px;
    background:var(--red)
}

.highlight {
    background:linear-gradient(transparent 68%,var(--lime) 68%)
}

.button {
    border-width:1.5px;
    background:var(--red);
    box-shadow:none;
    min-height:48px;
    transition:transform .25s,background .25s
}

.button:hover {
    transform:translateY(-2px);
    box-shadow:none;
    background:#b6001d
}

.button.secondary {
    background:var(--white)
}

.hero {
    padding:48px 0 102px;
    min-height:690px
}

.hero:before {
    content:"";
    position:absolute;
    top:-90px;
    right:-12vw;
    width:40vw;
    height:40vw;
    border:1px dashed rgba(235,0,41,.35);
    border-radius:50%;
    z-index:-2
}

.hero:after {
    height:25px;
    background:var(--red);
    border-radius:52% 48% 0 0/42% 38% 0 0;
    transform:rotate(-1deg);
    bottom:-16px
}

.hero-grid {
    grid-template-columns:.94fr 1.06fr;
    gap:68px
}

.hero-copy {
    position:relative;
    z-index:3
}

.hero-copy:after {
    content:"MY PACE / MY MONEY";
    display:block;
    margin-top:28px;
    font-family:Georgia,serif;
    font-style:italic;
    font-size:.82rem;
    transform:rotate(-3deg);
    color:var(--red)
}

.hero-pills .pill {
    border:0;
    background:transparent;
    padding:0 12px 0 0;
    font-size:.72rem
}

.hero-mini {
    grid-template-columns: repeat(3,1fr);
    gap: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    margin: 30px 0 18px;
    text-align: center;
    font-weight: 600;
}

.hero-mini div {
    border:0;
    border-right:1px solid var(--line);
    border-radius:0;
    background:transparent;
    padding:13px 13px 13px 0
}

.hero-mini div+div {
    padding-left:13px
}

.hero-mini div:last-child {
    border-right:0
}

.hero-visual {
    min-height:590px
}

.hero-photo {
    inset:0 8% 0 4%;
    border:0;
    border-radius:48% 48% 28px 28px/26% 26% 28px 28px;
    box-shadow:none;
    background:var(--red);
    padding:13px 13px 0
}

.hero-photo:before,.hero-photo:after {
    content:"";
    position:absolute;
    background:var(--red);
    width:55%;
    aspect-ratio:1;
    border-radius:50%;
    top:-2%;
    z-index:-1
}

.hero-photo:before {
    left:0
}

.hero-photo:after {
    right:0
}

.hero-photo img {
    border-radius:46% 46% 20px 20px/25% 25% 20px 20px;
    filter:saturate(.92) contrast(.98);
    object-position:center 30%
}

.float-note {
    border:0;
    border-radius:2px;
    padding:11px 14px;
    box-shadow:none;
    font-size:.74rem;
    transform:rotate(-3deg);
    font-family:"Arial Black","Yu Gothic",sans-serif
}

.note-time {
    right:0;
    top:76px;
    background:var(--lime);
    transform:rotate(4deg)
}

.note-pay {
    left:-10px;
    bottom:64px;
    background:var(--white);
    border:1px solid var(--line)
}

.marquee {
    background:var(--red);
    border:0;
    font-size:.72rem;
    letter-spacing:.12em
}

.quick-nav {
    margin-top:18px;
    grid-template-columns:repeat(6,1fr);
    gap:6px
}

.quick-nav a {
    border:1px solid var(--line);
    border-radius:9px;
    padding:14px 7px;
    box-shadow:none;
    background:var(--white);
    font-size:.72rem;
    transition:.2s
}

.quick-nav a:hover {
    background:var(--lime);
    transform:translateY(-4px)
}

.quick-nav .icon {
    font-size:1.1rem
}

.section {
    padding:92px 0
}

.section-tight {
    padding:54px 0
}

.section-dark {
    background:var(--ink)
}

.section-pink {
    background:#f7e4e4
}

.section-aqua {
    background:var(--aqua)
}

.section-blue {
    background:var(--blue)
}

.section-head {
    margin-bottom:42px
}

.section-head.center {
    margin-inline:auto
}

.card {
    border: 1px solid rgba(23,23,31,.22);
    border-radius: 16px;
    padding: 24px;
    box-shadow: none;
    box-shadow: 2px 2px 2px;
    background: rgb(255 255 255 / 100%);
    color: #000000;
    font-weight: 600;
}

.card.soft {
    border:0;
    box-shadow:var(--shadow)
}

.card.pink {
    background:#f8e3e7
}

.card.aqua {
    background:#dceeea
}

.card.lime {
    background:var(--lime)
}

.tag {
    border:0;
    border-radius:2px;
    background:var(--white);
    padding:4px 8px;
    color:var(--red);
    font-size:.68rem;
    letter-spacing:.08em
}

.reason-card {
    min-height:220px
}

.reason-card .big {
    font-family:Georgia,serif;
    font-weight:400;
    font-style:italic;
    font-size:6rem;
    color:var(--red);
    opacity:.12
}

.salary {
    grid-template-columns:1fr 1fr
}

.income-calc {
    border-radius:18px
}

.income-calc select {
    border:1px solid var(--line);
    border-radius:4px
}

.calc-result {
    border-radius:6px
}

.trust-band {
    gap:70px
}

.trust-image {
    border:0;
    border-radius:50% 50% 18px 18px/18% 18% 18px 18px;
    box-shadow:none
}

.trust-image img {
    filter:saturate(.84) contrast(.96)
}

.area-card a {
    color:var(--red)
}

.faq details {
    border:1px solid var(--line);
    border-radius:4px;
    background:transparent
}

.faq summary {
    font-size:.9rem
}

.cta-panel {
    border:1px solid var(--line);
    border-radius:18px;
    background:var(--red);
    box-shadow:8px 8px 0 var(--ink)
}

.site-footer {
    background:var(--ink)
}

.editorial-kit {
    position:relative;
    background:var(--paper);
    overflow:hidden
}

.editorial-kit:before {
    content:"";
    position:absolute;
    left:-12%;
    right:-12%;
    top:-44px;
    height:115px;
    background:var(--red);
    border-radius:0 0 50% 50%/0 0 100% 100%
}

.kit-grid {
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:70px;
    align-items:center;
    padding-top:44px
}

.kit-photo {
    position:relative
}

.kit-photo img {
    width:100%;
    aspect-ratio:4/5;
    object-fit:cover;
    border-radius:52% 52% 20px 20px/14% 14% 20px 20px;
    filter:saturate(.84)
}

.kit-photo:after {
    content:"WHAT'S IN MY BAG?";
    position:absolute;
    right:-18px;
    top:20%;
    background:var(--red);
    color:#fff;
    padding:8px 13px;
    font-size:.72rem;
    font-weight:900;
    transform:rotate(6deg)
}

.kit-list {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin-top:24px
}

.kit-list div {
    border-bottom:1px dashed var(--red);
    padding:10px 0
}

.kit-list strong {
    display:block;
    font-size:.86rem
}

.kit-list span {
    font-size:.75rem;
    color:var(--muted)
}

.story-section {
    overflow:hidden
}

.story-title {
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:24px
}

.story-title .scribble {
    font-family:Georgia,serif;
    font-style:italic;
    color:var(--red);
    transform:rotate(-4deg);
    font-size:1.1rem
}

.story-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    margin-top:36px
}

.story-card {
    position:relative
}

.story-card:nth-child(2) {
    margin-top:70px
}

.story-card:nth-child(3) {
    margin-top:18px
}

.story-card img {
    width:100%;
    aspect-ratio:3/4;
    object-fit:cover;
    border-radius:18px;
    filter:saturate(.86) contrast(.97)
}

.story-no {
    position:absolute;
    right:-8px;
    top:-20px;
    width:54px;
    height:54px;
    border:2px solid var(--red);
    border-radius:50%;
    display:grid;
    place-items:center;
    color:var(--red);
    background:var(--paper);
    font-family:Georgia,serif;
    font-size:1.35rem;
    font-style:italic
}

.story-card h3 {
    font-size:1.05rem;
    margin:14px 0 5px
}

.story-card p {
    font-size:.84rem;
    color:var(--muted)
}

.photo-break {
    background:#fff;
    overflow:hidden
}

.photo-break-grid {
    display:grid;
    grid-template-columns:.85fr 1.15fr;
    align-items:center;
    gap:64px
}

.photo-break figure {
    margin:0;
    position:relative
}

.photo-break figure:before {
    content:"";
    position:absolute;
    inset:-18px 24% -18px -18px;
    background:var(--red);
    border-radius:50% 50% 16px 16px/15% 15% 16px 16px
}

.photo-break img {
    position:relative;
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
    border-radius:15px;
    filter:saturate(.82) contrast(.97)
}

.photo-quote {
    font-family:Georgia,"Yu Mincho",serif;
    font-size:clamp(1.35rem,3vw,2.25rem);
    font-weight:700;
    line-height:1.55
}

.photo-quote em {
    color:var(--red);
    font-style:normal
}

.tiny-note {
    font-family:Georgia,serif;
    font-style:italic;
    color:var(--red);
    font-size:.82rem;
    transform:rotate(-2deg);
    display:inline-block
}

.page-hero .wrap {
    display:grid;
    grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);
    align-items:center;
    gap:54px
}

.page-hero .breadcrumb,.page-hero .page-note {
    grid-column:1
}

.page-hero h1,.page-hero> .wrap > p:not(.breadcrumb):not(.page-note) {
    grid-column:1
}

.page-visual {
    grid-column:2;
    grid-row:1/7;
    margin:8px 0 0;
    position:relative;
    padding:11px 11px 0;
    background:var(--red);
    border-radius:50% 50% 18px 18px/16% 16% 18px 18px;
    overflow:visible
}

.page-visual:after {
    content:"J.E.T. / TOKYO";
    position:absolute;
    right:-16px;
    bottom:34px;
    background:var(--lime);
    color:var(--ink);
    padding:7px 11px;
    font-size:.68rem;
    font-weight:900;
    letter-spacing:.08em;
    transform:rotate(-5deg)
}

.page-visual img {
    display:block;
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
    border-radius:48% 48% 11px 11px/15% 15% 11px 11px;
    filter:saturate(.84) contrast(.96)
}

.desktop-rail {
    display:none
}

@media(max-width:900px) {
    .hero-grid,.kit-grid,.photo-break-grid,.page-hero .wrap {
        grid-template-columns:1fr
    }
    .hero {
        min-height:auto
    }
    .hero-copy {
        max-width:640px
    }
    .hero-visual {
        min-height:630px;
        max-width:640px;
        width:100%;
        margin:auto
    }
    .kit-grid {
        gap:35px
    }
    .story-grid {
        gap:14px
    }
    .story-card:nth-child(2) {
        margin-top:40px
    }
    .trust-band {
        gap:35px
    }
    .page-hero .breadcrumb,.page-hero h1,.page-hero> .wrap > p:not(.breadcrumb):not(.page-note),.page-hero .page-note,.page-visual {
        grid-column:1
    }
    .page-visual {
        grid-row:auto;
        margin-top:10px
    }
}

@media(max-width:600px) {
    body {
        font-size:16px
    }
    .topbar {
        letter-spacing:.04em
    }
    .site-header .header-inner {
        height:58px
    }
    .hero {
        padding:24px 0 40px
    }
    .hero h1 {
        font-size:2.35rem;
        line-height:1.2
    }
    .hero-grid {
        gap:24px
    }
    .hero-visual {
        min-height:500px
    }
    .hero-photo {
        inset:0 4% 0 4%;
        padding:9px 9px 0
    }
    .note-time {
        top:42px
    }
    .note-pay {
        bottom:38px
    }
    .hero-mini {
        font-size:.75rem
    }
    .hero-mini strong {
        font-size:.95rem
    }
    .quick-nav {
        grid-template-columns:repeat(3,1fr);
        gap:5px;
        margin-top:18px
    }
    .quick-nav a {
        border-radius:6px;
        min-height:66px;
        font-size:.82rem
    }
    .section {
        padding:30px 0
    }
    .section-tight {
        padding:42px 0
    }
    .section-head {
        margin-bottom:30px
    }
    .story-title {
        display:block
    }
    .story-grid {
        display:grid;
        grid-template-columns:1fr;
        overflow:visible;
        gap:28px;
        margin:28px 0 0;
        padding:0
    }
    .story-card {
        min-width:0
    }
    .story-card:nth-child(2),.story-card:nth-child(3) {
        margin-top:0
    }
    .story-title .scribble {
        display:none
    }
    .kit-grid {
        padding-top:28px
    }
    .kit-photo img {
        aspect-ratio:4/5
    }
    .kit-list {
        grid-template-columns:1fr 1fr
    }
    .photo-break-grid {
        gap:36px
    }
    .photo-break figure:before {
        inset:-12px 18% -12px -12px
    }
    .trust-image {
        border-radius:50% 50% 14px 14px/12% 12% 14px 14px
    }
    .trust-image img {
        width:100%;
        height:auto;
        aspect-ratio:auto;
        object-fit:contain
    }
    .cta-panel {
        box-shadow:5px 5px 0 var(--ink)
    }
    .page-hero {
        padding-top:34px
    }
    .page-hero .page-note {
        border-radius:10px
    }
    .page-visual {
        margin-top:4px;
        padding:8px 8px 0
    }
    .page-visual img {
        height:auto;
        aspect-ratio:auto;
        object-fit:contain
    }
    .sticky-cta {
        background:rgba(246,243,232,.97)
    }
}

@media(min-width:1000px) {
    html {
        background:var(--ink)
    }
    body {
        background:linear-gradient(90deg,#dceeea 0 50%,#f4e1e4 50% 100%);
        font-size:19px
    }
    body>.topbar,body>.site-header,body>main,body>.site-footer {
        position:relative;
        z-index:5;
        width:430px;
        margin-inline:auto;
        box-shadow:0 0 0 1px rgba(23,23,31,.12),0 0 46px rgba(23,23,31,.18)
    }
    body>.topbar {
        font-size:.7rem;
        padding-inline:10px
    }
    body>.site-header {
        position:sticky
    }
    .site-header .header-inner {
        height:58px;
        width:calc(100% - 24px)
    }
    .logo {
        font-size:.84rem
    }
    .logo-mark {
        width:34px;
        height:34px
    }
    .menu-btn {
        display:block
    }
    .nav {
        position:absolute;
        inset:58px 12px auto;
        display:none;
        margin:0;
        background:var(--white);
        border:1px solid var(--line);
        border-radius:14px;
        padding:14px;
        box-shadow:var(--shadow);
        flex-direction:column;
        align-items:stretch
    }
    .nav.open {
        display:flex
    }
    .nav .button {
        width:100%
    }
    body>main {
        background:var(--paper);
        overflow:hidden
    }
    .wrap {
        width:calc(100% - 24px)
    }
    .hero {
        padding:24px 0 86px;
        min-height:auto
    }
    .hero-grid,.salary,.trust-band,.kit-grid,.photo-break-grid,.page-hero .wrap,.footer-grid {
        grid-template-columns:1fr
    }
    .hero-grid {
        gap:24px
    }
    .hero-copy {
        padding:10px 0
    }
    .hero h1 {
        font-size:2.75rem;
        line-height:1.12
    }
    .hero-visual {
        min-height:500px
    }
    .hero-photo {
        inset:0 4% 0 4%;
        padding:9px 9px 0
    }
    .note-time {
        top:42px
    }
    .note-pay {
        bottom:38px
    }
    .hero-mini {
        font-size:.68rem
    }
    .hero-mini strong {
        font-size:.9rem
    }
    .quick-nav {
        grid-template-columns:repeat(3,1fr);
        gap:5px
    }
    .quick-nav a {
        border-radius:6px;
        min-height:66px
    }
    .section {
        padding:40px 0
    }
    .section-tight {
        padding:42px 0
    }
    .section-head {
        margin-bottom:30px
    }
    .grid-2,.grid-3,.grid-4,.data-strip,.route-list,.service-grid {
        grid-template-columns:1fr
    }
    .button-row {
        display:grid;
        grid-template-columns:1fr
    }
    .button {
        width:100%
    }
    .story-title {
        display:block
    }
    .story-title .scribble {
        display:none
    }
    .story-grid {
        display:grid;
        grid-template-columns:1fr;
        overflow:visible;
        gap:28px;
        margin:28px 0 0;
        padding:0
    }
    .story-card {
        min-width:0
    }
    .story-card:nth-child(2),.story-card:nth-child(3) {
        margin-top:0
    }
    .kit-grid {
        gap:35px;
        padding-top:28px
    }
    .kit-photo img {
        aspect-ratio:4/5
    }
    .kit-list {
        grid-template-columns:1fr 1fr
    }
    .photo-break-grid {
        gap:36px
    }
    .photo-break figure:before {
        inset:-12px 18% -12px -12px
    }
    .trust-image {
        border-radius:50% 50% 14px 14px/12% 12% 14px 14px
    }
    .trust-image img {
        width:100%;
        height:auto;
        aspect-ratio:auto;
        object-fit:contain
    }
    .page-hero {
        padding:34px 0 45px
    }
    .page-hero .breadcrumb,.page-hero h1,.page-hero>.wrap>p:not(.breadcrumb):not(.page-note),.page-hero .page-note,.page-visual {
        grid-column:1
    }
    .page-visual {
        grid-row:auto;
        margin-top:4px;
        padding:8px 8px 0
    }
    .page-visual img {
        height:auto;
        aspect-ratio:auto;
        object-fit:contain
    }
    .page-note {
        transform:none
    }
    .footer-links {
        grid-template-columns:1fr 1fr;
        gap:12px
    }
    body>.sticky-cta {
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:8px;
        position:fixed;
        left:50%;
        right:auto;
        bottom:0;
        z-index:60;
        width:430px;
        transform:translateX(-50%);
        background:rgba(246,243,232,.97);
        padding:9px 12px calc(9px + env(safe-area-inset-bottom));
        border-top:1px solid var(--line)
    }
    body>.sticky-cta .button {
        min-height:46px;
        padding:8px 11px;
        font-size:.82rem;
        box-shadow:none
    }
    .site-footer {
        padding-bottom:110px
    }
    .desktop-rail {
        display:block;
        position:fixed;
        top:0;
        bottom:0;
        z-index:2;
        width:calc((100vw - 430px)/2);
        overflow:hidden;
        color:var(--ink)
    }
    .rail-left {
        left:0;
        background:#dceeea
    }
    .rail-right {
        right:0;
        background:#f4e1e4
    }
    .rail-inner {
        height:100%;
        max-width:340px;
        margin:auto;
        padding:44px clamp(26px,3vw,54px);
        display:flex;
        flex-direction:column;
        align-items:flex-start
    }
    .rail-brand {
        display:flex;
        align-items:center;
        gap:10px;
        color:var(--ink);
        text-decoration:none;
        font-weight:950
    }
    .rail-brand span {
        display:grid;
        place-items:center;
        width:46px;
        height:46px;
        border-radius:50%;
        background:var(--red);
        color:#fff;
        font-size:.73rem
    }
    .rail-brand small {
        font-size:.68rem;
        line-height:1.25;
        letter-spacing:.08em
    }
    .rail-kicker,.rail-label {
        margin-top:auto;
        font-size:.7rem;
        font-weight:900;
        letter-spacing:.18em;
        color:var(--red)
    }
    .rail-copy {
        font-family:"Arial Black","Hiragino Sans","Yu Gothic",sans-serif;
        font-size:clamp(1.45rem,2.3vw,2.35rem);
        font-weight:900;
        line-height:1.35;
        letter-spacing:-.06em
    }
    .rail-photo {
        width:100%;
        object-fit:cover;
        filter:saturate(.82) contrast(.96)
    }
    .rail-photo-left {
        aspect-ratio:4/3;
        border-radius:50% 50% 12px 12px/18% 18% 12px 12px
    }
    .rail-photo-right {
        aspect-ratio:5/3;
        border-radius:12px;
        margin:22px 0
    }
    .rail-links {
        display:flex;
        flex-wrap:wrap;
        gap:8px;
        margin-top:18px
    }
    .rail-links a {
        padding:6px 10px;
        border:1px solid var(--line);
        border-radius:999px;
        text-decoration:none;
        font-size:.72rem;
        font-weight:900;
        background:rgba(255,255,255,.55)
    }
    .rail-right .rail-inner {
        justify-content:center
    }
    .rail-label {
        margin-top:0
    }
    .rail-pay {
        margin:8px 0 16px
    }
    .rail-pay strong {
        display:block;
        font-family:Georgia,serif;
        font-size:clamp(3.5rem,5.2vw,5.6rem);
        line-height:.9;
        letter-spacing:-.08em
    }
    .rail-pay span {
        font-size:.8rem;
        font-weight:900
    }
    .rail-facts {
        display:flex;
        flex-wrap:wrap;
        gap:7px
    }
    .rail-facts span {
        background:var(--white);
        border:1px solid var(--line);
        border-radius:3px;
        padding:6px 8px;
        font-size:.7rem;
        font-weight:900
    }
    .rail-talk {
        font-family:Georgia,"Yu Mincho",serif;
        font-size:1.05rem;
        font-weight:700;
        line-height:1.6
    }
    .rail-cta {
        font-size:.8rem;
        min-height:46px;
        width:auto
    }
    .modal {
        z-index:100
    }
}

@media(min-width:1000px) {
    body>main h1,body>main h2,body>main h3 {
        max-width:100%;
        overflow-wrap:break-word;
        text-wrap:balance
    }
    body>main h2 {
        font-size:1.95rem;
        line-height:1.34;
        letter-spacing:-.045em
    }
    body>main h3 {
        font-size:1.08rem;
        line-height:1.45;
        letter-spacing:-.025em
    }
    .hero h1 {
        font-size:2.25rem;
        line-height:1.22;
        letter-spacing:-.05em
    }
    .hero .lead {
        font-size:1rem;
        line-height:1.7
    }
    .hero-mini {
        font-size:.75rem
    }
    .hero-mini strong {
        font-size:.95rem
    }
    .quick-nav a {
        font-size:.84rem;
        line-height:1.35
    }
    .salary {
        gap:20px
    }
    .salary-number {
        font-size:3.9rem;
        white-space:nowrap;
        letter-spacing:-.06em
    }
    .salary-number small {
        font-size:.78rem;
        letter-spacing:0
    }
    .income-calc {
        padding:22px
    }
    .reason-card {
        min-height:0
    }
    .reason-card .big {
        font-size:5rem
    }
    .story-card {
        min-width:0
    }
    .story-card h3 {
        font-size:1rem
    }
    .story-card p {
        font-size:.9rem
    }
    .photo-quote,body>main .photo-quote {
        font-size:1.55rem;
        line-height:1.65
    }
    .page-hero h1 {
        font-size:2.12rem;
        line-height:1.3
    }
    .page-hero .lead {
        font-size:1rem
    }
    .cta-panel {
        padding:30px 22px
    }
    .cta-panel h2 {
        font-size:1.9rem;
        line-height:1.38
    }
    body>main .button {
        font-size:.9rem;
        line-height:1.35
    }
}

html,body {
    max-width:100%;
    overflow-x:clip
}

body,main {
    overflow-wrap:anywhere
}

main,section,.wrap,.grid,.card,.salary,.income-calc,.story-card,.photo-break-grid,.table-wrap,.modal-card {
    min-width:0;
    max-width:100%
}

img,svg,video,canvas,iframe {
    max-width:100%;
    height:auto
}

@media(max-width:999px) {
    .hero {
        overflow:hidden
    }
    .salary,.trust-band,.kit-grid,.photo-break-grid,.page-hero .wrap {
        grid-template-columns:minmax(0,1fr)
    }
    .salary {
        gap:26px;
        overflow:hidden
    }
    .salary>*,.income-calc {
        width:100%;
        max-width:100%
    }
    .income-calc {
        padding:22px 18px;
        border-radius:16px
    }
    .salary-number {
        font-size:clamp(3.25rem,16vw,4.1rem);
        line-height:.96;
        white-space:nowrap
    }
    .salary-number small {
        display:block;
        margin-top:10px;
        font-size:.88rem;
        letter-spacing:0
    }
    .calc-result {
        padding:18px 14px
    }
    .calc-result strong {
        display:block;
        font-size:clamp(2rem,9vw,2.45rem);
        line-height:1.18;
        white-space:nowrap;
        word-break:keep-all
    }
    .calc-result p {
        margin-bottom:8px
    }
    .hero-mini span {
        font-size:.76rem
    }
    .hero-mini strong {
        font-size:1.12rem;
        line-height:1.25;
        color:var(--ink)
    }
    .hero-pills .pill {
        font-size:.82rem;
        line-height:1.4
    }
    .float-note {
        font-size:.82rem
    }
    .tag {
        font-size:.76rem
    }
    .card h3,.reason-card h3,.area-card h3 {
        font-size:1.18rem;
        line-height:1.4
    }
    .data-item strong {
        font-size:2rem
    }
    .faq summary {
        font-size:.98rem
    }
    .area-card a {
        font-size:.96rem
    }
    .hero-visual {
        min-height:320px
    }
    .hero-photo img {
        object-fit:contain;
        object-position:center;
        background:#eaded5
    }
    .kit-photo img {
        height:300px;
        aspect-ratio:auto;
        object-fit:contain;
        object-position:center;
        background:#eee6df;
        border-radius:18px
    }
    .kit-photo:after {
        right:8px;
        top:18px
    }
    .story-grid {
        display:grid;
        grid-template-columns:minmax(0,1fr);
        gap:30px;
        overflow:visible;
        margin:28px 0 0;
        padding:0
    }
    .story-card {
        width:100%;
        min-width:0
    }
    .story-card img {
        width:100%;
        height:290px;
        aspect-ratio:auto;
        object-fit:contain;
        object-position:center;
        background:#eee8e2;
        border:1px solid rgba(23,23,31,.12)
    }
    .story-card h3 {
        margin-top:14px;
        font-size:1.18rem
    }
    .story-card p {
        font-size:1rem;
        line-height:1.7
    }
    .photo-break img {
        width:100%;
        height:auto;
        max-height:260px;
        aspect-ratio:auto;
        object-fit:contain;
        object-position:center;
        background:#f0e9e2
    }
    .trust-image img {
        width:100%;
        height:auto;
        max-height:280px;
        aspect-ratio:auto;
        object-fit:contain;
        object-position:center;
        background:#f0e9e2
    }
    .page-hero {
        overflow:hidden
    }
    .page-visual {
        overflow:hidden
    }
    .page-visual:after {
        right:8px
    }
    .page-visual img {
        width:100%;
        height:auto;
        max-height:300px;
        aspect-ratio:auto;
        object-fit:contain;
        object-position:center;
        background:#f0e9e2
    }
    .quick-nav,.hero-mini,.data-strip {
        max-width:100%
    }
}

/* 2026-09-14: first-view trust portrait and clearer information hierarchy */
.hero-intro {
    display: inherit;
    grid-template-columns: minmax(0,1fr) 220px;
    gap: 14px;
    align-items: end;
    margin-top: 8px;
    margin-bottom: 10px;
}

.hero-intro h1 {
    margin:0;
    min-width:0
}

.hero-face {
    position:relative;
    margin:0;
    min-width:0;
    align-self:stretch;
    border:1.5px solid var(--ink);
    border-radius:6px;
    overflow:hidden;
    background:#fff;
    box-shadow:5px 5px 0 var(--red)
}

.hero-face img {
    display:block;
    width:100%;
    height:100%;
    min-height:190px;
    object-fit:cover;
    object-position:52% center
}

.hero-face figcaption {
    position:absolute;
    right:7px;
    bottom:7px;
    left:7px;
    padding:7px 5px;
    border-radius:10px;
    background:rgba(255,255,255,.94);
    color:var(--ink);
    text-align:center;
    line-height:1.25;
    box-shadow:0 2px 10px rgba(15,16,25,.1)
}

.hero-face figcaption strong,.hero-face figcaption span {
    display:block
}

.hero-face figcaption strong {
    font-size:.68rem;
    font-weight:900
}

.hero-face figcaption span {
    margin-top:2px;
    font-size:.56rem;
    color:var(--muted)
}

/* quick links: consistent editorial index instead of mixed pictograms */
.quick-nav {
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px
}

.quick-nav a {
    position:relative;
    display:grid;
    grid-template-columns:1fr auto;
    grid-template-areas:"no arrow" "title title" "sub sub";
    align-content:start;
    min-width:0;
    min-height:112px;
    padding:13px 12px 12px;
    border:1.5px solid var(--ink);
    border-radius:13px;
    text-align:left;
    overflow:hidden;
    background:var(--white);
    box-shadow:3px 3px 0 var(--ink)
}

.quick-nav a:nth-child(2),.quick-nav a:nth-child(5) {
    background:#eefafa
}

.quick-nav a:nth-child(3),.quick-nav a:nth-child(6) {
    background:#fceff2
}

.quick-nav a:hover {
    background:var(--lime);
    transform:translateY(-3px)
}

.quick-nav .nav-no {
    grid-area:no;
    color:var(--red);
    font-size:.68rem;
    font-weight:900;
    letter-spacing:.12em
}

.quick-nav .nav-arrow {
    grid-area:arrow;
    width:24px;
    height:24px;
    border-radius:50%;
    background:var(--ink);
    color:#fff;
    font-size:.82rem;
    line-height:24px;
    text-align:center
}

.quick-nav strong {
    grid-area:title;
    display:block;
    margin-top:11px;
    font-size:1rem;
    line-height:1.2
}

.quick-nav small {
    grid-area:sub;
    display:block;
    margin-top:5px;
    color:var(--muted);
    font-size:.68rem;
    line-height:1.35
}

/* preparation list: scannable cards and a visible reassurance statement */
.kit-list {
    gap:10px
}

.kit-list div {
    position:relative;
    display:grid;
    grid-template-columns:28px 1fr;
    grid-template-areas:"check title" "check sub";
    column-gap:9px;
    align-items:center;
    min-width:0;
    padding:13px 12px;
    border:1px solid rgba(15,16,25,.16);
    border-radius:12px;
    background:#fff;
    box-shadow:0 7px 20px rgba(15,16,25,.06)
}

.kit-list div:nth-child(2),.kit-list div:nth-child(3) {
    background:#eefafa
}

.kit-list .kit-check {
    grid-area:check;
    display:grid;
    width:28px;
    height:28px;
    border-radius:50%;
    background:var(--lime);
    color:var(--ink);
    font-size:.88rem;
    font-weight:900;
    place-items:center
}

.kit-list strong {
    grid-area:title;
    font-size:.9rem;
    line-height:1.2
}

.kit-list div>span:last-child {
    grid-area:sub;
    margin-top:3px;
    font-size:.7rem;
    line-height:1.4
}

.tiny-note {
    display:grid;
    gap:4px;
    width:100%;
    margin-top:14px;
    padding:13px 15px;
    border:1.5px solid var(--ink);
    border-radius:12px;
    background:#e1ff00;
    color:var(--ink);
    font-family:inherit;
    font-size:inherit;
    font-style:normal;
    transform:none;
    box-shadow:3px 3px 0 var(--ink)
}

.tiny-note span {
    font-size: .98rem;
    font-weight: 800;
    letter-spacing: .04em;
}

.tiny-note strong {
    font-size:.95rem;
    line-height:1.45
}

@media(max-width:999px) {
    .hero-intro {
        grid-template-columns:minmax(0,1fr) 122px;
        gap:12px
    }
    .quick-nav {
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:9px
    }
    .quick-nav a {
        min-height:108px
    }
}

@media(max-width:600px) {
    .hero {
        padding-top:18px
    }
    .hero-intro {
        grid-template-columns:minmax(0,1fr) 116px;
        align-items:stretch
    }
    .hero-intro h1 {
        font-size:clamp(2.05rem,10vw,2.55rem);
        line-height:1.18;
        align-self:center
    }
    .hero-face img {
        min-height:176px
    }
    .hero-face figcaption {
        right:6px;
        bottom:6px;
        left:6px;
        padding:6px 3px
    }
    .hero-face figcaption strong {
        font-size:.64rem
    }
    .hero-face figcaption span {
        font-size:.52rem
    }
    .quick-nav {
        /* grid-template-columns: revert-rule; */
        gap: 9px;
        /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .quick-nav a {
        min-height:106px;
        padding:12px 11px
        width: 98%;
    }
    .quick-nav strong {
        font-size:.94rem
    }
    .quick-nav small {
        font-size:.66rem
    }
    .kit-list {
        grid-template-columns:1fr;
        gap:9px
    }
    .kit-list div {
        min-height:64px;
        padding:12px
    }
    .tiny-note strong {
        font-size:.9rem
    }
}

@media(max-width:360px) {
    .hero-intro {
        grid-template-columns:minmax(0,1fr) 104px;
        gap:9px
    }
    .hero-intro h1 {
        font-size:1.9rem
    }
    .hero-face img {
        min-height:164px
    }
    .quick-nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Editorial trust system: respect, evidence and source transparency */
.promise-grid {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin-top:28px
}

.promise-card {
    position:relative;
    min-width:0;
    padding:22px 18px;
    border:1.5px solid var(--ink);
    border-radius:18px;
    background:#fff;
    box-shadow:4px 4px 0 var(--ink)
}

.promise-card:nth-child(2) {
    background:#eefafa
}

.promise-card:nth-child(3) {
    background:#fceff2
}

.promise-card:nth-child(4) {
    background:var(--lime)
}

.promise-card h3 {
    margin:14px 0 7px;
    font-size:1.05rem
}

.promise-card p {
    margin:0;
    font-size:.9rem;
    line-height:1.7
}

.emoji-icon {
    display:grid;
    width:42px;
    height:42px;
    border:1.5px solid var(--ink);
    border-radius:50%;
    background:#fff;
    font-size:1.3rem;
    place-items:center;
    box-shadow:2px 2px 0 var(--ink)
}

.respect-statement {
    padding:32px;
    border:2px solid var(--ink);
    border-radius:24px;
    background:#e8f7f3;
    color:var(--ink);
    box-shadow:8px 8px 0 var(--red)
}

.respect-statement h2 {
    font-size:clamp(1.7rem,4vw,2.6rem)
}

.respect-statement p {
    max-width:760px;
    margin-bottom:0;
    font-size:1.05rem
}

.evidence-link {
    display:inline-flex;
    align-items:center;
    gap:7px;
    margin-top:12px;
    color:var(--red);
    font-weight:900;
    text-underline-offset:4px
}

.method-note {
    padding:17px 18px;
    border-left:6px solid var(--red);
    border-radius:0 14px 14px 0;
    background:#fff;
    font-size:.9rem
}

.metric-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    margin:25px 0
}

.metric-card {
    min-width:0;
    padding:20px;
    border:1.5px solid var(--ink);
    border-radius:18px;
    background:#fff;
    box-shadow:4px 4px 0 var(--ink)
}

.metric-card strong {
    display:block;
    color:var(--red);
    font-size:clamp(1.8rem,5vw,3rem);
    line-height:1.1
}

.metric-card span {
    display:block;
    margin-top:7px;
    font-weight:900
}

.metric-card small {
    display:block;
    margin-top:5px;
    color:var(--muted);
    font-size:.75rem;
    line-height:1.55
}

.source-list {
    display:grid;
    gap:10px;
    padding:0;
    list-style:none
}

.source-list li {
    padding:14px 16px;
    border:1px solid rgba(15,16,25,.2);
    border-radius:12px;
    background:#fff
}

.source-list a {
    font-weight:900;
    text-underline-offset:4px
}

.updated {
    font-size:.75rem;
    color:var(--muted)
}

.decision-list {
    display:grid;
    gap:10px
}

.decision-row {
    display:grid;
    grid-template-columns:116px 1fr;
    gap:14px;
    align-items:start;
    padding:15px 0;
    border-bottom:1px solid rgba(15,16,25,.16)
}

.decision-row strong {
    color:var(--red)
}

.support-flow {
    display:grid;
    grid-template-columns:repeat(1,minmax(0,1fr));
    gap:14px
}

.support-flow .card {
    box-shadow:2px 2px 2px;
}

.kaomoji {
    white-space:nowrap;
    font-weight:900
}

.swipe-hint {
    display:none;
    margin:0 0 8px;
    color:var(--red);
    font-size:.78rem;
    font-weight:900;
    text-align:center
}

.table-wrap {
    overscroll-behavior-inline:contain
}

@media(max-width:999px) {
    .promise-grid {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
    .metric-grid,.support-flow {
        grid-template-columns:1fr
    }
}

@media(max-width:600px) {
    .promise-grid {
        grid-template-columns:1fr
    }
    .promise-card {
        padding:18px
    }
    .respect-statement {
        padding:25px 20px
    }
    .decision-row {
        grid-template-columns:1fr;
        gap:2px
    }
    .metric-card strong {
        font-size:2.2rem
    }
    .swipe-hint {
        display:block
    }
}

@media(min-width:1000px) {
    .hero-visual {
        min-height:360px
    }
    .hero-photo img {
        object-fit:contain;
        object-position:center;
        background:#eaded5
    }
    .promise-grid {
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:14px
    }
}

/* 2026-09-14: readability and conversion refinements */
.seo-intro {
    max-width:760px;
    margin-inline:auto;
    color:var(--ink);
    font-size:1rem;
    font-weight:650;
    text-align: left;
    line-height:1.85;
}

.tag {
    padding:6px 11px;
    font-size:.86rem;
    line-height:1.35;
    font-weight:900
}

.salary-benefits {
    display:grid;
    gap:9px
}

.salary-benefits li {
    display:grid;
    grid-template-columns:28px minmax(0,1fr);
    gap:8px;
    align-items:start;
    margin:0;
    padding-left:0
}

.salary-benefits li:before {
    content:none
}

.salary-benefits li>span:first-child {
    font-size:1.08rem;
    line-height:1.55
}

.story-card h3 {
    margin:0 0 7px
}

.story-card p {
    margin:0 0 14px
}

.story-card img {
    margin-top:4px
}

.work-card-image {
    width:100%;
    height:170px;
    margin:16px 0 14px;
    border-radius:12px;
    object-fit:cover;
    object-position:center 28%;
    background:#eee8e2
}

.grid-4 .card:nth-child(3) .work-card-image {
    object-position:center 42%
}

.grid-4 .card:nth-child(4) .work-card-image {
    object-position:center
}

.cta-panel {
    background:#e8f7f3;
    color:var(--ink);
    box-shadow:8px 8px 0 var(--red)
}

.cta-panel:after {
    color:var(--red);
    opacity:.08
}

.cta-panel .button {
    background:var(--red);
    color:#fff
}

.cta-panel .button.secondary {
    background:#fff;
    color:var(--ink)
}

.cta-panel .button.dark {
    background:var(--ink);
    color:#fff
}

.note-time {
    top:auto;
    right:12px;
    bottom:14px
}

.note-pay {
    left:0;
    bottom:78px
}

@media(max-width:600px) {
    .tag {
        font-size:.84rem
    }
    .work-card-image {
        height:220px;
        object-fit:contain;
        background:#f0e9e2
    }
    .note-time {
        right:8px;
        bottom:12px
    }
    .note-pay {
        left:8px;
        bottom:74px
    }
}

/* Desktop side rails: useful editorial panels with uncropped portraits and clear links */
@media(min-width:1000px) {
    .desktop-rail {
        overflow-x:hidden;
        overflow-y:auto
    }
    .rail-left {
        background:linear-gradient(160deg,#dff4ef 0%,#c8e8df 100%)
    }
    .rail-right {
        background:linear-gradient(200deg,#faedf0 0%,#f3dce2 100%)
    }
    .rail-inner {
        min-height:100%;
        height:auto;
        max-width:390px;
        padding:34px clamp(22px,2.5vw,44px);
        gap:18px;
        justify-content:center;
        align-items:stretch
    }
    .rail-brand {
        align-self:flex-start
    }
    .rail-message {
        width:100%
    }
    .rail-kicker,.rail-label {
        margin:0 0 8px;
        font-size:.72rem;
        letter-spacing:.14em
    }
    .rail-title {
        margin:0;
        font-family:"Arial Black","Hiragino Sans","Yu Gothic",sans-serif;
        font-size:clamp(1.45rem,2.05vw,2.05rem);
        font-weight:900;
        line-height:1.35;
        letter-spacing:-.045em
    }
    .rail-summary {
        margin:12px 0 0;
        font-size:.88rem;
        font-weight:650;
        line-height:1.75
    }
    .rail-figure {
        margin:0;
        padding:7px;
        border:1.5px solid var(--ink);
        border-radius:18px;
        background:#fff;
        box-shadow:5px 5px 0 var(--red)
    }
    .rail-photo-left {
        width:100%;
        height:auto;
        max-height:220px;
        aspect-ratio:auto;
        border-radius:12px;
        object-fit:contain;
        object-position:center;
        background:#f2eee8
    }
    .rail-figure figcaption {
        padding:9px 5px 3px;
        font-size:.75rem;
        font-weight:850;
        line-height:1.5
    }
    .rail-links {
        display:grid;
        width:100%;
        gap:9px;
        margin:0
    }
    .rail-links a {
        display:flex;
        align-items:center;
        justify-content:space-between;
        min-height:44px;
        width:100%;
        padding:9px 12px;
        border:1.5px solid var(--ink);
        border-radius:10px;
        background:#fff;
        box-shadow:3px 3px 0 var(--ink);
        font-size:.8rem;
        line-height:1.4
    }
    .rail-links a:hover {
        transform:translate(2px,2px);
        box-shadow:1px 1px 0 var(--ink);
        background:var(--lime)
    }
    .rail-links b {
        font-size:1rem;
        color:var(--red)
    }
    .rail-right .rail-inner {
        justify-content:center
    }
    .rail-pay-card {
        padding:20px;
        border:1.5px solid var(--ink);
        border-radius:18px;
        background:#fff;
        box-shadow:5px 5px 0 var(--red)
    }
    .rail-pay {
        margin:0 0 14px
    }
    .rail-pay strong {
        font-size:clamp(3.6rem,4.5vw,5rem)
    }
    .rail-talk {
        margin:0;
        font-family:inherit;
        font-size:.92rem;
        font-weight:850;
        line-height:1.7
    }
    .rail-facts {
        margin-top:15px
    }
    .rail-facts span {
        font-size:.75rem;
        background:var(--lime)
    }
    .rail-photo-right {
        width:100%;
        height:190px;
        aspect-ratio:auto;
        margin:0;
        border:1.5px solid var(--ink);
        border-radius:18px;
        object-fit:contain;
        object-position:center;
        background:#fff
    }
    .rail-cta {
        width:100%;
        min-height:50px;
        border-radius:12px;
        box-shadow:3px 3px 0 var(--ink);
        font-size:.86rem
    }
    .rail-note {
        margin:0;
        font-size:.7rem;
        line-height:1.5;
        color:#4f4d49
    }
}

@supports not (overflow:clip) {
    html,body {
        overflow-x:hidden
    }
}

/* Application form */
.application-hero {
    padding:48px 0 58px;
    background:linear-gradient(150deg,#f8e8ec 0%,var(--paper) 52%,#e5f5f1 100%);
    overflow:hidden
}

.application-hero-grid {
    display:grid;
    grid-template-columns:minmax(0,1fr) 250px;
    gap:36px;
    align-items:center
}

.application-hero h1 {
    margin:8px 0 18px;
    font-size:clamp(2.3rem,5.8vw,4.4rem);
    line-height:1.18
}

.form-trust-list {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:22px
}

.form-trust-list span {
    padding:7px 10px;
    border:1px solid var(--ink);
    border-radius:999px;
    background:#fff;
    font-size:.8rem;
    font-weight:900
}

.application-photo {
    position:relative;
    margin:0;
    padding:8px;
    border:1.5px solid var(--ink);
    border-radius:110px 110px 18px 18px;
    background:#fff;
    box-shadow:7px 7px 0 var(--red);
    overflow:hidden
}

.application-photo img {
    display:block;
    width:100%;
    height:310px;
    border-radius:102px 102px 12px 12px;
    object-fit:cover;
    object-position:center 35%
}

.application-photo figcaption {
    position:absolute;
    right:14px;
    bottom:14px;
    left:14px;
    padding:10px;
    border-radius:10px;
    background:rgba(255,255,255,.94);
    font-size:.74rem;
    font-weight:900;
    line-height:1.45;
    text-align:center
}

.application-section {
    padding-top:64px
}

.application-card {
    max-width:820px;
    margin:auto;
    border:1.5px solid var(--ink);
    border-radius:24px;
    background:#fff;
    box-shadow:8px 8px 0 var(--ink);
    overflow:hidden
}

.form-heading {
    padding:30px;
    background:#e5f5f1;
    border-bottom:1.5px solid var(--ink)
}

.form-heading>span {
    display:inline-block;
    padding:5px 9px;
    background:var(--lime);
    font-size:.76rem;
    font-weight:900
}

.form-heading h2 {
    margin:12px 0 8px;
    font-size:clamp(1.65rem,4vw,2.5rem)
}

.form-heading p {
    margin:0
}

.application-form {
    padding:30px
}

.form-step {
    min-width:0;
    margin:0 0 28px;
    padding:0;
    border:0
}

.form-step legend {
    display:flex;
    align-items:center;
    gap:10px;
    width:100%;
    margin-bottom:18px;
    padding-bottom:10px;
    border-bottom:2px solid var(--ink);
    font-size:1.18rem;
    font-weight:950
}

.form-step legend span {
    display:grid;
    width:34px;
    height:34px;
    border-radius:50%;
    background:var(--red);
    color:#fff;
    font-size:.75rem;
    place-items:center
}

.step-copy {
    margin:-6px 0 16px;
    color:#4d4b47;
    font-size:.9rem
}

.field-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px
}

.field-wide {
    grid-column:1/-1
}

.form-field {
    min-width:0;
    margin-bottom:20px
}

.form-field label,.field-label {
    display:block;
    margin-bottom:8px;
    font-size:.95rem;
    font-weight:900
}

.form-field strong,.consent-row strong {
    display:inline-block;
    margin-left:5px;
    padding:2px 6px;
    border-radius:3px;
    background:var(--red);
    color:#fff;
    font-size:.68rem;
    vertical-align:middle
}

.form-field small,.field-label small {
    display:block;
    margin-top:6px;
    color:#53514c;
    font-size:.78rem;
    font-weight:650;
    line-height:1.55
}

.field-label small {
    display:inline;
    margin-left:7px
}

.application-form input[type="text"],.application-form input[type="email"],.application-form input[type="number"],.application-form textarea {
    width:100%;
    min-height:54px;
    padding:13px 14px;
    border:1.5px solid #77736c;
    border-radius:9px;
    background:#fff;
    color:var(--ink);
    font:inherit;
    line-height:1.5;
    box-shadow:inset 0 2px 5px rgba(23,23,31,.06)
}

.application-form textarea {
    min-height:170px;
    resize:vertical
}

.application-form input:focus,.application-form textarea:focus {
    outline:3px solid rgba(216,238,86,.75);
    border-color:var(--ink)
}

.choice-grid {
    display:grid;
    gap:10px
}

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

.choice-grid-3 {
    grid-template-columns:repeat(3,minmax(0,1fr))
}

.choice-card {
    position:relative;
    display:block;
    min-width:0;
    margin:0
}

.choice-card input {
    position:absolute;
    opacity:0;
    pointer-events:none
}

.choice-card span {
    display:flex;
    align-items:center;
    min-height:50px;
    padding:10px 12px;
    border:1.5px solid #77736c;
    border-radius:10px;
    background:#fff;
    font-size:.88rem;
    font-weight:850;
    line-height:1.35;
    cursor:pointer;
    transition:.18s
}

.choice-card span:before {
    content:"";
    flex:0 0 auto;
    width:18px;
    height:18px;
    margin-right:9px;
    border:1.5px solid var(--ink);
    border-radius:4px;
    background:#fff
}

.choice-card input[type="radio"]+span:before {
    border-radius:50%
}

.choice-card input:focus-visible+span {
    outline:3px solid rgba(216,238,86,.75)
}

.choice-card input:checked+span {
    border-color:var(--ink);
    background:var(--lime);
    box-shadow:3px 3px 0 var(--ink)
}

.choice-card input:checked+span:before {
    background:var(--red);
    box-shadow:inset 0 0 0 4px #fff
}

.form-note {
    margin:12px 0 0;
    padding:10px 12px;
    border-radius:8px;
    background:#f5f2ea;
    color:#4e4b46;
    font-size:.78rem;
    line-height:1.55
}

.field-error {
    margin:8px 0 0;
    color:#b00020;
    font-size:.82rem;
    font-weight:900
}

.character-count {
    text-align:right
}

.consent-box {
    display:grid;
    gap:12px;
    padding:20px;
    border:1.5px solid var(--ink);
    border-radius:14px;
    background:#f8f6ef
}

.consent-row {
    display:grid;
    grid-template-columns:22px minmax(0,1fr);
    gap:8px;
    align-items:start;
    margin:0;
    font-size:.88rem;
    font-weight:800;
    line-height:1.65
}

.consent-row input {
    width:20px;
    height:20px;
    margin-top:3px;
    accent-color:var(--red)
}

.consent-box details {
    padding-top:10px;
    border-top:1px dashed #77736c
}

.consent-box summary {
    cursor:pointer;
    font-size:.82rem;
    font-weight:900
}

.consent-box details p {
    margin:10px 0 0;
    color:#4e4b46;
    font-size:.78rem;
    line-height:1.7
}

.submit-area {
    display:grid;
    gap:12px;
    margin-top:26px;
    text-align:center
}

.submit-area>p {
    margin:0;
    font-weight:850
}

.application-submit {
    width:100%;
    min-height:62px;
    font-size:1.05rem
}

.application-submit:disabled {
    cursor:wait;
    opacity:.7
}

.submit-note {
    color:#53514c;
    font-size:.76rem;
    font-weight:700
}

.form-status {
    max-width:820px;
    margin:0 auto 20px;
    padding:18px 20px;
    border:1.5px solid var(--ink);
    border-radius:14px;
    background:#fff;
    box-shadow:4px 4px 0 var(--ink)
}

.form-status strong,.form-status span {
    display:block
}

.form-status strong {
    font-size:1.05rem
}

.form-status span {
    margin-top:5px;
    font-size:.88rem
}

.form-status.success {
    background:#dff4ea
}

.form-status.error {
    background:#ffe4e8
}

.form-status.preview {
    background:#fff5cc
}

.form-honeypot {
    position:absolute!important;
    left:-10000px!important;
    width:1px!important;
    height:1px!important;
    overflow:hidden!important
}

.application-sticky {
    display:none
}

@media(min-width:1000px) {
    body>main .application-hero h1 {
        font-size:2.15rem
    }
    .application-hero {
        padding:38px 0 46px
    }
    .application-hero-grid {
        grid-template-columns:minmax(0,1fr) 116px;
        gap:14px
    }
    .application-photo {
        padding:5px;
        border-radius:62px 62px 12px 12px;
        box-shadow:4px 4px 0 var(--red)
    }
    .application-photo img {
        height:180px;
        border-radius:57px 57px 8px 8px
    }
    .application-photo figcaption {
        right:7px;
        bottom:7px;
        left:7px;
        padding:6px;
        font-size:.58rem
    }
    .form-trust-list {
        gap:5px
    }
    .form-trust-list span {
        padding:5px 7px;
        font-size:.68rem
    }
    .application-card {
        border-radius:18px;
        box-shadow:5px 5px 0 var(--ink)
    }
    .form-heading,.application-form {
        padding:22px 18px
    }
    .field-grid,.choice-grid-2,.choice-grid-3 {
        grid-template-columns:1fr
    }
    .field-wide {
        grid-column:auto
    }
    .application-section {
        padding-top:46px
    }
    .application-form input[type="text"],.application-form input[type="email"],.application-form input[type="number"],.application-form textarea {
        font-size:1rem
    }
    .choice-card span {
        font-size:.92rem
    }
    .application-sticky {
        display:none!important
    }
}

@media(max-width:600px) {
    .application-hero {
        padding:28px 0 38px
    }
    .application-hero-grid {
        grid-template-columns:minmax(0,1fr) 116px;
        gap:13px
    }
    .application-hero h1 {
        font-size:2rem
    }
    .application-hero .lead {
        font-size:.92rem
    }
    .application-photo {
        padding:5px;
        border-radius:62px 62px 12px 12px;
        box-shadow:4px 4px 0 var(--red)
    }
    .application-photo img {
        height:186px;
        border-radius:57px 57px 8px 8px
    }
    .application-photo figcaption {
        right:7px;
        bottom:7px;
        left:7px;
        padding:6px 3px;
        font-size:.58rem
    }
    .form-trust-list {
        grid-column:1/-1;
        gap:5px
    }
    .form-trust-list span {
        padding:5px 7px;
        font-size:.68rem
    }
    .application-section {
        padding:40px 0 92px
    }
    .application-card {
        border-radius:16px;
        box-shadow:4px 4px 0 var(--ink)
    }
    .form-heading {
        padding:22px 17px
    }
    .application-form {
        padding:22px 17px
    }
    .field-grid,.choice-grid-2,.choice-grid-3 {
        grid-template-columns:1fr
    }
    .field-wide {
        grid-column:auto
    }
    .form-step {
        margin-bottom:24px
    }
    .form-step legend {
        font-size:1.08rem
    }
    .choice-card span {
        min-height:52px;
        font-size:.94rem
    }
    .consent-box {
        padding:16px
    }
    .application-submit {
        min-height:58px
    }
    .application-sticky {
        display:grid
    }
}


/* 2026-09-14: SEO / local landing page expansion */
.seo-decision-section .section-head,
.fit-section .section-head,
.local-summary-section .section-head {
    max-width:760px
}

.decision-list-strong {
    border-top:1px solid rgba(23,23,31,.18)
}

.summary-actions {
    margin-top:24px
}

.fit-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px
}

.fit-card {
    min-width:0;
    padding:24px;
    border:1.5px solid var(--line);
    border-radius:18px;
    background:var(--white);
    box-shadow:4px 4px 0 var(--ink)
}

.fit-card-good {
    background:#e7f5ef
}

.fit-card-check {
    background:#fff4d6
}

.fit-card h3 {
    margin:12px 0 14px
}

.check-list {
    display:grid;
    gap:10px;
    margin:0;
    padding:0;
    list-style:none
}

.check-list li {
    position:relative;
    padding-left:25px;
    line-height:1.65
}

.check-list li:before {
    content:"✓";
    position:absolute;
    left:0;
    top:.02em;
    color:var(--red);
    font-weight:950
}

.area-extra-link {
    margin:22px 0 0;
    padding:14px 16px;
    border-left:5px solid var(--red);
    background:rgba(255,255,255,.62);
    font-size:.9rem
}

.area-extra-link a {
    color:var(--red);
    font-weight:900;
    text-underline-offset:4px
}

.local-page-hero .lead {
    max-width:680px
}

.local-hero-facts {
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    margin-top:18px
}

.local-hero-facts span,
.route-chip-list span {
    display:inline-flex;
    align-items:center;
    min-height:32px;
    padding:6px 9px;
    border:1px solid var(--line);
    border-radius:999px;
    background:var(--white);
    font-size:.76rem;
    font-weight:900;
    line-height:1.3
}

.local-summary-section {
    padding-top:58px
}

.condition-list {
    display:grid;
    border-top:1.5px solid var(--line)
}

.condition-row {
    display:grid;
    grid-template-columns:150px minmax(0,1fr);
    gap:18px;
    align-items:start;
    padding:16px 0;
    border-bottom:1px solid rgba(23,23,31,.18)
}

.condition-row strong {
    color:var(--red)
}

.local-reason-grid {
    align-items:stretch
}

.local-reason-card {
    position:relative;
    overflow:hidden
}

.local-reason-no {
    display:inline-flex;
    margin-bottom:12px;
    color:var(--red);
    font-family:Georgia,serif;
    font-size:2.2rem;
    font-style:italic;
    line-height:1
}

.route-chip-list {
    display:flex;
    flex-wrap:wrap;
    gap:8px
}

.area-fit-panel {
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);
    gap:28px;
    align-items:start
}

.area-fit-note {
    padding:20px;
    border:1.5px solid var(--line);
    border-radius:16px;
    background:#fff;
    box-shadow:4px 4px 0 var(--red)
}

.area-fit-note strong {
    display:block;
    margin-bottom:8px;
    font-size:1.05rem
}

.area-fit-note a,
.area-switch-card a,
.area-switch-all a {
    color:var(--red);
    font-weight:900;
    text-underline-offset:4px
}

.area-switch-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px
}

.area-switch-card {
    min-width:0;
    padding:18px;
    border:1px solid var(--line);
    border-radius:14px;
    background:var(--white)
}

.area-switch-card h3 {
    margin:0 0 8px
}

.area-switch-card p {
    margin:0 0 12px;
    color:var(--muted);
    font-size:.88rem
}

.area-switch-all {
    margin:18px 0 0
}

.local-faq {
    max-width:840px
}

.area-bottom-visual {
    max-width:820px;
    margin:0 auto 56px
}

.nearby-choice-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px
}

.nearby-choice-card {
    min-width:0;
    padding:24px;
    border:1.5px solid var(--line);
    border-radius:18px;
    background:var(--white);
    box-shadow:5px 5px 0 var(--ink)
}

.nearby-choice-card h2 {
    margin-top:12px
}

.mini-facts {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    margin:18px 0;
    padding:0;
    list-style:none
}

.mini-facts li {
    padding:9px 10px;
    border:1px solid rgba(23,23,31,.2);
    border-radius:9px;
    background:#fff;
    font-size:.8rem;
    font-weight:900
}

.notice-strong {
    padding:18px;
    border:1.5px solid var(--line);
    border-left:7px solid var(--red);
    border-radius:8px;
    background:#fff8d8
}

.sh-select-head {
    margin-top:46px
}

@media(max-width:999px) {
    .area-fit-panel {
        grid-template-columns:1fr
    }
    .area-switch-grid {
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
}

@media(max-width:700px) {
    .fit-grid,
    .nearby-choice-grid,
    .area-switch-grid {
        grid-template-columns:1fr
    }
    .condition-row {
        grid-template-columns:1fr;
        gap:4px
    }
    .mini-facts {
        grid-template-columns:1fr 1fr
    }
}

/* Desktop uses the intentional 430px mobile-first center column. Keep new content readable there. */
@media(min-width:1000px) {
    .fit-grid,
    .nearby-choice-grid,
    .area-switch-grid,
    .area-fit-panel {
        grid-template-columns:1fr
    }
    .condition-row {
        grid-template-columns:100px minmax(0,1fr);
        gap:12px
    }
    .local-hero-facts span {
        font-size:.7rem
    }
    .area-bottom-visual {
        width:calc(100% - 24px)
    }
}




/* =========================================
   30-SECOND MATCH QUIZ
========================================= */

.match-quiz-section {
    overflow: hidden;
}

.match-quiz-image {
    display: block;
    width: min(100%, 520px);
    height: auto;
    margin: 28px auto 24px;
    border-radius: 22px;
    object-fit: cover;
}

.match-quiz {
    max-width: 720px;
    margin: 36px auto 0;
}

.match-progress {
    margin-bottom: 22px;
}

.match-progress-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
    font-size: .78rem;
    font-weight: 900;
}

.match-progress-bar {
    height: 8px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 99px;
    background: var(--white);
}

.match-progress-bar span {
    display: block;
    width: 17%;
    height: 100%;
    background: var(--red);
    border-radius: inherit;
    transition: width .35s ease;
}

.match-question-area {
    position: relative;
}

.match-question-card {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #f9ffcc;
    box-shadow: 5px 5px 0 var(--ink);
    animation: matchQuestionIn .3s ease;
}

@keyframes matchQuestionIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.match-question-no {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--red);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.match-question-card h3 {
    margin: 0 0 22px;
    font-size: clamp(1.25rem, 4vw, 1.7rem);
    line-height: 1.45;
}

.match-answer-grid {
    display: grid;
    gap: 10px;
}

.match-answer {
    width: 100%;
    padding: 15px 18px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #ffffff;
    color: var(--ink);
    font: inherit;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
    transition: transform .18s ease,
        background .18s ease;
    box-shadow: 1px 2px 5px #828282;
}

.match-answer:hover,
.match-answer:focus-visible {
    background: var(--lime);
    transform: translateY(-2px);
}

.match-result {
    padding: 34px 28px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--white);
    box-shadow: 7px 7px 0 var(--ink);
    text-align: center;
    animation: matchResultIn .45s ease;
}

@keyframes matchResultIn {
    from {
        opacity: 0;
        transform: scale(.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.match-score-circle {
    display: flex;
    width: 150px;
    height: 150px;
    margin: 20px auto 24px;
    align-items: center;
    justify-content: center;
    border: 8px solid var(--red);
    border-radius: 50%;
    background: var(--lime);
    transform: rotate(-3deg);
}

.match-score-circle span {
    font-family: "Arial Black", "Yu Gothic", sans-serif;
    font-size: 3.3rem;
    font-weight: 900;
    letter-spacing: -.06em;
}

.match-score-circle small {
    margin: 18px 0 0 3px;
    font-size: 1rem;
    font-weight: 900;
}

.match-result h3 {
    margin-bottom: 12px;
    font-size: clamp(1.45rem, 5vw, 2rem);
}

.match-result-points {
    display: grid;
    gap: 8px;
    margin: 25px 0;
    text-align: left;
}

.match-result-point {
    padding: 11px 14px;
    border-bottom: 1px dashed rgba(23, 23, 31, .3);
    font-size: .88rem;
}

.match-result-point::before {
    content: "✓";
    margin-right: 9px;
    color: var(--red);
    font-weight: 900;
}

.match-result-actions {
    justify-content: center;
    margin-top: 24px;
}

.match-retry {
    margin-top: 24px;
    padding: 5px 0;
    border: 0;
    border-bottom: 1px solid currentColor;
    background: transparent;
    color: var(--muted);
    font: inherit;
    font-size: .78rem;
    cursor: pointer;
}

@media (max-width: 640px) {

    .match-question-card {
        padding: 23px 18px;
    }

    .match-answer {
        min-height: 54px;
    }

    .match-score-circle {
        width: 130px;
        height: 130px;
    }

    .match-score-circle span {
        font-size: 2.8rem;
    }

    .match-result {
        padding: 28px 18px;
    }
}
