:root {
    --ink: #151718;
    --muted: #667078;
    --line: #dfe5e8;
    --paper: #ffffff;
    --soft: #f5f8f8;
    --blue: #2667ff;
    --green: #1fc77e;
    --orange: #ff8a34;
    --coral: #ff4f6d;
    --yellow: #f8d65a;
    --accent-deep: #27343d;
    --accent-line: #8ea0ad;
    --accent-soft: #edf4f6;
    --shadow: 0 24px 80px rgba(22, 37, 55, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "Noto Sans JP", Inter, system-ui, sans-serif;
    line-height: 1.75;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

:focus-visible {
    outline: 3px solid var(--blue);
    outline-offset: 4px;
}

.modal-open {
    overflow: hidden;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 72px;
    padding: 0 28px;
    background: rgba(255, 255, 255, 0.86);
    border-bottom: 1px solid rgba(223, 229, 232, 0.72);
    backdrop-filter: blur(18px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 900;
    letter-spacing: 0;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 2px solid var(--ink);
    border-radius: 50%;
    background: linear-gradient(135deg, var(--paper), #eef8ff);
    font-family: Futura, "Futura PT", "Futura Std", Inter, sans-serif;
    font-size: 13px;
}

.brand-text {
    font-family: Inter, sans-serif;
    font-size: 14px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 22px;
    color: var(--muted);
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 800;
}

.nav-links a:hover {
    color: var(--ink);
}

.button,
.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-weight: 800;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover,
.header-cta:hover,
.video-card:hover {
    transform: translateY(-2px);
}

.button svg,
.header-cta svg,
.work-card svg,
.social-links svg {
    width: 18px;
    height: 18px;
}

.primary,
.header-cta {
    background:
        linear-gradient(135deg, #2667ff, #4c8df7 58%, #55b9e8),
        var(--blue);
    color: var(--paper);
    border-color: rgba(38, 103, 255, 0.74);
    box-shadow: 0 16px 34px rgba(38, 103, 255, 0.24);
}

.top-strip {
    position: relative;
    padding: 18px 28px 20px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.94), rgba(247,250,250,0.92));
    border-bottom: 1px solid var(--line);
    overflow: hidden;
    pointer-events: none;
}

.top-strip::before,
.top-strip::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    height: 6px;
    background-image: radial-gradient(circle, rgba(21, 23, 24, 0.16) 1.4px, transparent 1.7px);
    background-size: 15px 6px;
    opacity: 0.42;
}

.top-strip::before {
    top: 7px;
}

.top-strip::after {
    bottom: 7px;
}

.strip-row {
    display: grid;
    grid-template-columns: repeat(20, minmax(0, 1fr));
    gap: 4px;
    width: min(2360px, calc((100vw - 56px) * 2));
    max-width: none;
    margin: 0 auto;
    padding: 6px 8px;
    background: rgba(21, 23, 24, 0.045);
    border: 1px solid rgba(21, 23, 24, 0.075);
    border-radius: 6px;
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    animation: stripMoveRight 86s linear infinite;
}

.strip-row + .strip-row {
    margin-top: 7px;
    animation-name: stripMoveLeft;
    animation-duration: 92s;
}

.strip-row img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    opacity: 0.76;
    filter: saturate(0.9) contrast(1) brightness(1.02);
    transform: scale(0.98);
    box-shadow: 0 1px 0 rgba(255,255,255,0.72);
}

.strip-row img:nth-child(even) {
    transform: scale(0.98) translateY(2px);
}

.secondary {
    background: rgba(246, 250, 255, 0.94);
    color: #174ad8;
    border: 2px solid rgba(38, 103, 255, 0.72);
    box-shadow: 0 10px 26px rgba(38, 103, 255, 0.14);
}

.secondary:hover {
    background: #eef5ff;
    border-color: var(--blue);
    box-shadow: 0 14px 32px rgba(38, 103, 255, 0.2);
}

.large {
    min-height: 54px;
    padding: 0 24px;
}

.hero {
    position: relative;
    min-height: calc(100svh - 120px);
    overflow: hidden;
    display: grid;
    align-items: center;
    padding: 82px 28px 104px;
    border-bottom: 1px solid var(--line);
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 82% 28%, rgba(255, 79, 109, 0.18), transparent 24%),
        radial-gradient(circle at 72% 78%, rgba(31, 199, 126, 0.16), transparent 28%),
        linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.88) 42%, rgba(255,255,255,0.12) 100%),
        url("assets/mlo-hero.webp?v=20260620-opt1") center right / cover no-repeat;
}

.hero-motion-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.46;
    mix-blend-mode: multiply;
}

.hero-edit-frame {
    position: absolute;
    inset: 72px max(28px, calc((100vw - 1180px) / 2)) 86px auto;
    width: min(44vw, 560px);
    min-width: 360px;
    pointer-events: none;
    opacity: 0.72;
}

.hero-edit-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(21, 23, 24, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(21, 23, 24, 0.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(21, 23, 24, 0.06) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 100%);
}

.edit-corner {
    position: absolute;
    width: 42px;
    height: 42px;
    border-color: var(--blue);
    border-style: solid;
    filter: drop-shadow(0 8px 18px rgba(38, 103, 255, 0.16));
}

.corner-tl {
    top: -1px;
    left: -1px;
    border-width: 3px 0 0 3px;
    border-top-left-radius: 8px;
}

.corner-tr {
    top: -1px;
    right: -1px;
    border-width: 3px 3px 0 0;
    border-top-right-radius: 8px;
}

.corner-bl {
    bottom: -1px;
    left: -1px;
    border-width: 0 0 3px 3px;
    border-bottom-left-radius: 8px;
}

.corner-br {
    right: -1px;
    bottom: -1px;
    border-width: 0 3px 3px 0;
    border-bottom-right-radius: 8px;
}

.edit-rec,
.edit-timecode {
    position: absolute;
    top: 18px;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(223, 229, 232, 0.82);
    color: var(--ink);
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 900;
    box-shadow: 0 10px 26px rgba(22, 37, 55, 0.08);
}

.edit-rec {
    right: 18px;
    gap: 7px;
}

.edit-rec::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--coral);
    box-shadow: 0 0 0 6px rgba(255, 79, 109, 0.12);
}

.edit-timecode {
    left: 18px;
    color: #174ad8;
}

.edit-track {
    position: absolute;
    right: 22px;
    left: 22px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(223, 229, 232, 0.82);
    overflow: hidden;
}

.edit-track::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 58%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(39, 52, 61, 0.72), rgba(142, 160, 173, 0.46));
}

.track-one {
    bottom: 48px;
}

.track-two {
    bottom: 28px;
}

.track-two::before {
    width: 36%;
    background: linear-gradient(90deg, rgba(38, 103, 255, 0.44), rgba(142, 160, 173, 0.36));
}

.edit-playhead {
    position: absolute;
    bottom: 18px;
    left: 56%;
    width: 2px;
    height: 54px;
    border-radius: 999px;
    background: var(--ink);
    opacity: 0.72;
}

.edit-playhead::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--coral);
    transform: translateX(-50%);
}

.hero-content {
    position: relative;
    width: min(760px, 100%);
    margin: 0 auto 0 max(0px, calc((100vw - 1180px) / 2));
}

.hero-content::before {
    content: "";
    display: block;
    width: 180px;
    height: 49px;
    margin-bottom: 18px;
    background: url("assets/mlo-heading-accent.svg") center / contain no-repeat;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: #174ad8;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.13em;
}

.eyebrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--coral);
    box-shadow: 0 0 0 6px rgba(255, 79, 109, 0.12);
}

h1,
h2,
h3,
p {
    letter-spacing: 0;
}

h1 {
    margin: 0;
    max-width: 760px;
    font-size: clamp(48px, 8vw, 104px);
    line-height: 1.04;
    font-weight: 900;
}

.hero h1 {
    font-size: clamp(24px, 8vw, 68px);
    letter-spacing: -0.02em;
}

.hero-title-line {
    display: block;
    white-space: nowrap;
}

.hero-highlight {
    position: relative;
    display: inline-block;
    color: var(--blue);
    background: linear-gradient(100deg, var(--blue), #1fc77e, var(--coral), var(--blue));
    background-size: 260% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: heroGradientFlow 14s ease-in-out infinite;
}

.hero-highlight::after {
    content: "";
    position: absolute;
    left: 0.04em;
    right: 0.04em;
    bottom: -0.08em;
    height: 0.08em;
    border-radius: 999px;
    background:
        linear-gradient(90deg, transparent 0%, rgba(38, 103, 255, 0.18) 18%, rgba(31, 199, 126, 0.82) 48%, rgba(255, 79, 109, 0.86) 64%, transparent 100%);
    background-size: 220% 100%;
    opacity: 0.72;
    animation: heroUnderlineSweep 12s ease-in-out infinite;
}

h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 58px);
    line-height: 1.14;
    font-weight: 900;
}

h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.45;
}

.hero-lead {
    width: min(620px, 100%);
    margin: 26px 0 0;
    color: #263139;
    font-size: clamp(17px, 2vw, 22px);
    font-weight: 700;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.hero-meter {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    max-width: 1180px;
    margin: 0 auto;
    border-top: 2px solid rgba(21, 23, 24, 0.2);
}

.hero-meter span {
    position: relative;
    min-height: 46px;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    padding-top: 14px;
    color: #4e5a61;
    font-size: 12px;
    font-weight: 800;
}

.hero-meter span::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--blue), var(--coral));
}

.hero-meter b {
    color: var(--blue);
    font-family: Inter, sans-serif;
    font-size: 11px;
    letter-spacing: 0.08em;
}

section:not(.hero):not(.top-strip) {
    position: relative;
    padding: 92px 28px;
}

.section-head,
.intro-grid,
.work-grid,
.process-list,
.gallery-grid,
.note-grid,
.target-copy,
.contact,
.site-footer {
    width: min(1180px, 100%);
    margin-inline: auto;
}

.section-head {
    display: grid;
    grid-template-columns: 0.84fr 1.16fr;
    gap: 42px;
    align-items: end;
    margin-bottom: 42px;
}

.section-head.compact {
    display: block;
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
}

.section-head p:not(.eyebrow) {
    margin: 18px auto 0;
    color: var(--muted);
}

.section-head h2 {
    position: relative;
}

.section-head h2::before {
    content: "";
    display: block;
    width: 180px;
    height: 49px;
    margin-bottom: 14px;
    background: url("assets/mlo-heading-accent.svg") center / contain no-repeat;
}

.section-head h2::after {
    content: "";
    display: block;
    width: 82px;
    height: 3px;
    margin-top: 22px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(38, 103, 255, 0.58), rgba(31, 199, 126, 0.34), rgba(255, 79, 109, 0.18));
    box-shadow: none;
}

.section-head.compact h2::before {
    margin-inline: auto;
}

.section-head.compact h2::after {
    margin-inline: auto;
}

.intro-band {
    background: var(--soft);
    overflow: hidden;
}

.capabilities,
.process,
.target {
    overflow: hidden;
}

.accent-frame {
    display: none;
}

.accent-frame-one {
    right: max(18px, calc((100vw - 1180px) / 2));
    top: 28px;
    transform: rotate(2deg);
}

.accent-frame-two {
    left: max(18px, calc((100vw - 1180px) / 2));
    top: 74px;
    width: clamp(92px, 11vw, 146px);
    opacity: 0.34;
    transform: rotate(-3deg);
}

.accent-frame-three {
    right: max(18px, calc((100vw - 1180px) / 2));
    bottom: 28px;
    width: clamp(96px, 12vw, 154px);
    opacity: 0.36;
    transform: rotate(-2deg);
}

.accent-frame-four {
    left: max(18px, calc((100vw - 1180px) / 2));
    bottom: 26px;
    width: clamp(92px, 11vw, 148px);
    opacity: 0.28;
    transform: rotate(-2deg);
}

.accent-frame-five {
    right: max(18px, calc((100vw - 1180px) / 2));
    bottom: 70px;
    width: clamp(98px, 12vw, 160px);
    opacity: 0.3;
    transform: rotate(2deg);
}

.accent-frame-six {
    left: max(18px, calc((100vw - 1180px) / 2));
    bottom: 30px;
    width: clamp(96px, 12vw, 156px);
    opacity: 0.28;
    transform: rotate(2deg);
}

.section-head,
.intro-grid,
.work-grid,
.process-list,
.target-copy {
    position: relative;
    z-index: 1;
}

.intro-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.intro-grid p,
.target-copy p {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 28px;
    border: 1px solid rgba(223, 229, 232, 0.92);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(38, 103, 255, 0.055), rgba(31, 199, 126, 0.035) 48%, rgba(255, 79, 109, 0.06)),
        var(--paper);
    color: #364047;
    font-size: 18px;
    font-weight: 700;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85) inset,
        0 24px 62px rgba(22, 37, 55, 0.095);
}

.intro-grid p::before,
.target-copy p::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, rgba(39, 52, 61, 0.78), rgba(142, 160, 173, 0.28));
}

.about-section {
    background:
        linear-gradient(90deg, rgba(21, 23, 24, 0.028) 1px, transparent 1px),
        linear-gradient(180deg, rgba(21, 23, 24, 0.024) 1px, transparent 1px),
        #fbfcfd;
    background-size: 46px 46px;
    overflow: hidden;
}

.about-shell {
    width: min(980px, 100%);
    margin-inline: auto;
}

.about-copy h2 {
    position: relative;
}

.about-copy h2::before {
    content: "";
    display: block;
    width: 180px;
    height: 49px;
    margin-bottom: 14px;
    background: url("assets/mlo-heading-accent.svg") center / contain no-repeat;
}

.about-copy h2::after {
    content: "";
    display: block;
    width: 82px;
    height: 3px;
    margin-top: 22px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(38, 103, 255, 0.58), rgba(31, 199, 126, 0.34), rgba(255, 79, 109, 0.18));
}

.about-copy p {
    margin: 22px 0 0;
    color: #3e484f;
    font-size: 16px;
    line-height: 1.95;
}

.about-lead {
    color: #263139;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 800;
}

.about-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
}

.about-points span {
    position: relative;
    min-height: 120px;
    padding: 20px;
    border: 1px solid rgba(223, 229, 232, 0.92);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 252, 0.96)),
        var(--paper);
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 16px 40px rgba(22, 37, 55, 0.08);
    overflow: hidden;
}

.about-points span::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, rgba(39, 52, 61, 0.78), rgba(142, 160, 173, 0.22));
}

.about-points b {
    display: block;
    margin-bottom: 8px;
    color: var(--blue);
    font-size: 18px;
    line-height: 1.35;
}

.member-card {
    margin-top: 30px;
    padding: 22px;
    border: 1px solid rgba(223, 229, 232, 0.92);
    border-radius: 8px;
    background:
        radial-gradient(circle at 100% 0%, rgba(38, 103, 255, 0.08), transparent 32%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 252, 0.96)),
        var(--paper);
    box-shadow: 0 16px 40px rgba(22, 37, 55, 0.08);
}

.member-card-head {
    display: block;
}

.member-card-head .eyebrow {
    margin-bottom: 0;
}

.member-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.member-item {
    display: grid;
    justify-items: center;
    gap: 14px;
    align-items: start;
    min-width: 0;
    padding: 16px;
    border: 2px solid rgba(190, 201, 207, 0.98);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    text-align: center;
}

.member-item img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: var(--soft);
    box-shadow: 0 14px 30px rgba(22, 37, 55, 0.14);
}

.member-item img.member-credential {
    display: block;
    width: clamp(118px, 42%, 174px);
    height: auto;
    max-height: none;
    margin: 10px 0 0 auto;
    object-fit: contain;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
}

.member-placeholder {
    display: block;
    width: 92px;
    height: 92px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 26%, rgba(255, 255, 255, 0.46), transparent 28%),
        linear-gradient(135deg, #2667ff, #55b9e8);
    box-shadow: 0 14px 30px rgba(22, 37, 55, 0.14);
}

.member-colorbar {
    display: block;
    width: 92px;
    height: 92px;
    overflow: hidden;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background:
        linear-gradient(90deg,
            #ffffff 0 12.5%,
            #f2e85c 12.5% 25%,
            #54d8dc 25% 37.5%,
            #4fd26d 37.5% 50%,
            #dc55cb 50% 62.5%,
            #e34948 62.5% 75%,
            #4269df 75% 87.5%,
            #171a21 87.5% 100%);
    box-shadow: 0 14px 30px rgba(22, 37, 55, 0.14);
}

.member-name {
    display: block;
    color: var(--ink);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
}

.member-name-ja {
    display: block;
    margin-top: 2px;
    color: #3e484f;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
}

.member-item b {
    display: block;
    margin-top: 3px;
    color: var(--blue);
    font-family: Inter, "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.45;
}

.member-item p {
    margin: 9px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75;
}

.member-modal {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: none;
    place-items: center;
    padding: 22px;
    background: rgba(21, 23, 24, 0.46);
    backdrop-filter: blur(10px);
}

.member-modal.is-open {
    display: grid;
}

.member-modal-panel {
    position: relative;
    width: min(1180px, 100%);
    max-height: min(88vh, 860px);
    overflow: auto;
    border-radius: 8px;
    background: var(--paper);
    box-shadow: 0 36px 100px rgba(12, 20, 28, 0.32);
}

.member-modal-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(22px, 4vw, 42px);
    align-items: center;
    padding: 26px;
}

.member-modal-photo {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border: 1px solid rgba(223, 229, 232, 0.92);
    border-radius: 8px;
    background: var(--soft);
    box-shadow: 0 20px 54px rgba(22, 37, 55, 0.12);
}

.company-profile {
    display: grid;
    gap: 0;
    margin: 16px 0 0;
    padding: 18px;
    border: 1px solid rgba(223, 229, 232, 0.92);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 34px rgba(22, 37, 55, 0.07);
}

.company-profile div {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
    padding: 12px 0;
    border-top: 1px solid rgba(223, 229, 232, 0.86);
}

.company-profile div:first-child {
    padding-top: 0;
    border-top: 0;
}

.company-profile div:last-child {
    padding-bottom: 0;
}

.company-profile dt,
.company-profile dd {
    margin: 0;
    font-size: 13px;
    line-height: 1.75;
}

.company-profile dt {
    color: var(--blue);
    font-weight: 900;
}

.company-profile dd {
    color: #3e484f;
    font-weight: 700;
}

.member-modal-copy h2 {
    margin: 0;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.32;
}

.member-modal-copy > p:not(.eyebrow) {
    margin: 14px 0 0;
    color: #3e484f;
    font-size: 15px;
    line-height: 1.9;
}

.member-modal-copy .member-list {
    grid-template-columns: 1fr;
    margin-top: 22px;
}

.member-modal-copy .member-item {
    grid-template-columns: 76px minmax(0, 1fr);
    justify-items: start;
    gap: 16px;
    text-align: left;
}

.member-modal-copy .member-item.has-credential {
    grid-template-columns: 76px minmax(0, 1fr) clamp(92px, 16%, 118px);
    align-items: start;
    min-height: 132px;
}

.member-modal-copy .member-item img {
    width: 76px;
    height: 76px;
}

.member-modal-copy .member-item img.member-credential {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    width: clamp(92px, 9vw, 118px);
    height: auto;
    max-height: none;
    margin: 2px 0 0;
    object-fit: contain;
}

.member-modal-copy .member-placeholder {
    width: 76px;
    height: 76px;
}

.member-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(223, 229, 232, 0.96);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--ink);
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(22, 37, 55, 0.16);
}

.member-modal-close svg {
    width: 20px;
    height: 20px;
}

.work-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 44px;
    counter-reset: workCard;
}

.work-card {
    position: relative;
    overflow: hidden;
    min-height: 280px;
    padding: 28px clamp(168px, 42%, 210px) 28px 28px;
    border: 1px solid rgba(223, 229, 232, 0.92);
    border-radius: 8px;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 79, 109, 0.13), transparent 34%),
        radial-gradient(circle at 78% 108%, rgba(31, 199, 126, 0.12), transparent 34%),
        linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 253, 0.98)),
        var(--paper);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85) inset,
        0 26px 76px rgba(22, 37, 55, 0.125);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.work-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, rgba(39, 52, 61, 0.78), rgba(142, 160, 173, 0.22));
    opacity: 0.88;
}

.work-card::after {
    counter-increment: workCard;
    content: "KF." counter(workCard, decimal-leading-zero);
    position: absolute;
    right: 18px;
    bottom: 14px;
    color: rgba(21, 23, 24, 0.075);
    font-family: Inter, sans-serif;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.work-card:hover {
    transform: translateY(-3px);
    border-color: rgba(38, 103, 255, 0.24);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.86) inset,
        0 30px 78px rgba(22, 37, 55, 0.14);
}

.work-card svg {
    position: relative;
    z-index: 1;
    width: 72px;
    height: 72px;
    padding: 18px;
    color: var(--blue);
    margin-bottom: 30px;
    border: 1px solid rgba(38, 103, 255, 0.16);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(38, 103, 255, 0.12), rgba(255, 255, 255, 0.86));
    box-shadow: 0 16px 36px rgba(38, 103, 255, 0.12);
    stroke-width: 1.9;
    animation: pictogramDrift 6.8s ease-in-out infinite;
}

.work-card:nth-child(2n) svg {
    color: var(--green);
    border-color: rgba(31, 199, 126, 0.18);
    background: linear-gradient(135deg, rgba(31, 199, 126, 0.13), rgba(255, 255, 255, 0.88));
    box-shadow: 0 16px 36px rgba(31, 199, 126, 0.11);
    animation-delay: -1.8s;
}

.work-card:nth-child(3n) svg {
    color: var(--coral);
    border-color: rgba(255, 79, 109, 0.22);
    background: linear-gradient(135deg, rgba(255, 79, 109, 0.14), rgba(255, 255, 255, 0.9));
    box-shadow: 0 16px 36px rgba(255, 79, 109, 0.14);
    animation-delay: -3.2s;
}

.work-illustration {
    z-index: 1;
    position: absolute;
    top: 30px;
    right: 24px;
    width: clamp(132px, 32%, 168px);
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid rgba(223, 229, 232, 0.86);
    border-radius: 8px;
    background: #fbfcfd;
    box-shadow: 0 20px 44px rgba(22, 37, 55, 0.13);
    opacity: 0.9;
    transform: rotate(1.5deg);
    animation: illustrationFloat 8.5s ease-in-out infinite;
}

.work-card:nth-child(2n) .work-illustration {
    transform: rotate(-1.2deg);
    animation-delay: -2.2s;
}

.work-card:nth-child(3n) .work-illustration {
    animation-delay: -4.4s;
}

.work-card p,
.process-list p,
.contact p {
    color: var(--muted);
}

.work-card h3,
.work-card p {
    position: relative;
    z-index: 1;
}

.process {
    background: #fbfcfd;
    border-block: 1px solid var(--line);
}

.process-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0;
    list-style: none;
    counter-reset: processStep;
}

.process-list li {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    gap: 0;
    padding: 18px 18px 26px;
    border: 1px solid rgba(223, 229, 232, 0.92);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(38, 103, 255, 0.055), rgba(255, 255, 255, 0.96) 38%, rgba(255, 79, 109, 0.055)),
        var(--paper);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85) inset,
        0 28px 78px rgba(22, 37, 55, 0.12);
}

.process-list li::before {
    content: "";
    position: absolute;
    inset: 18px auto 18px 18px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(39, 52, 61, 0.78), rgba(142, 160, 173, 0.28));
    opacity: 0.82;
}

.process-list li::after {
    counter-increment: processStep;
    content: "STEP." counter(processStep, decimal-leading-zero);
    position: absolute;
    right: 18px;
    bottom: 12px;
    color: rgba(21, 23, 24, 0.065);
    font-family: Inter, sans-serif;
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.process-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: 100%;
    min-height: 270px;
    object-fit: cover;
    margin-bottom: 0;
    border: 1px solid rgba(223, 229, 232, 0.9);
    border-radius: 6px;
    background: var(--soft);
}

.process-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 18px 10px 18px 28px;
}

.process-list span {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin: 0 0 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #eef4ff, #fff0f4);
    color: var(--blue);
    font-family: Inter, sans-serif;
    font-weight: 900;
}

.process-list h3,
.process-list p {
    padding-inline: 0;
}

.process-list p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.85;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 44px;
    counter-reset: sampleCard;
}

.video-card {
    position: relative;
    text-align: left;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: var(--paper);
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
    transition: transform 180ms ease;
}

.video-card:disabled {
    color: inherit;
    cursor: default;
}

.video-card:disabled:hover {
    transform: none;
}

.video-card:disabled .thumb {
    box-shadow: 0 18px 52px rgba(22, 37, 55, 0.11);
    filter: saturate(0.72);
}

.video-card:disabled .thumb svg {
    opacity: 0.48;
}

.video-card::after {
    counter-increment: sampleCard;
    content: "CLIP." counter(sampleCard, decimal-leading-zero);
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: rgba(21, 23, 24, 0.72);
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(22, 37, 55, 0.1);
    backdrop-filter: blur(10px);
    pointer-events: none;
}

.video-card::after {
    display: none;
}

.thumb {
    position: relative;
    aspect-ratio: 1 / 1;
    min-height: auto;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(223, 229, 232, 0.92);
    border-radius: 8px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.84) inset,
        0 26px 76px rgba(22, 37, 55, 0.16);
    transition: box-shadow 180ms ease, filter 180ms ease;
}

.video-card:hover .thumb {
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.86) inset,
        0 30px 78px rgba(22, 37, 55, 0.17);
    filter: saturate(1.08);
}

.thumb::before,
.thumb::after {
    content: "";
    position: absolute;
    border-radius: 999px;
}

.thumb::before {
    width: 72%;
    height: 18px;
    background: rgba(255,255,255,0.72);
    transform: rotate(-16deg);
}

.thumb::after {
    width: 42%;
    height: 42%;
    border: 18px solid rgba(255,255,255,0.48);
}

.thumb.has-image::before,
.thumb.has-image::after {
    display: none;
}

.thumb-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-card:disabled .thumb.has-image {
    filter: none;
}

.thumb.has-image::selection {
    background: transparent;
}

.thumb-blue {
    background: linear-gradient(135deg, #e8f0ff, #4f7dff);
}

.thumb-green {
    background: linear-gradient(135deg, #e8fff4, #23d08a);
}

.thumb-orange {
    background: linear-gradient(135deg, #fff0f3, var(--coral));
}

.thumb-yellow {
    background: linear-gradient(135deg, #fffbe3, #f6d850);
}

.thumb-cyan {
    background: linear-gradient(135deg, #e6fbff, #28bdd6);
}

.thumb-ink {
    background: linear-gradient(135deg, #eef2f4, #2b333a);
}

.thumb svg {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    width: 46px;
    height: 46px;
    padding: 12px;
    border-radius: 50%;
    background: var(--paper);
    color: var(--ink);
    box-shadow: 0 10px 24px rgba(21, 23, 24, 0.14);
    opacity: 0.92;
}

@media (max-width: 720px) {
    .thumb svg {
        top: 12px;
        right: 12px;
        width: 42px;
        height: 42px;
        padding: 11px;
    }
}

.video-card .video-meta,
.video-card strong {
    display: block;
    padding-inline: 2px;
}

.video-meta {
    margin-top: 14px;
    color: var(--blue);
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 900;
}

.video-card strong {
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
}

.target {
    background: var(--soft);
}

.target-copy {
    max-width: 940px;
}

.target-copy p {
    font-size: 20px;
}

.notes {
    background: #fbfcfd;
}

.note-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 44px;
    counter-reset: noteCard;
}

.note-card a {
    position: relative;
    display: block;
    height: 100%;
    border: 1px solid rgba(223, 229, 232, 0.92);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 253, 0.98)),
        var(--paper);
    overflow: hidden;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85) inset,
        0 26px 76px rgba(22, 37, 55, 0.13);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.note-card a::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 1;
    height: 3px;
    background: linear-gradient(90deg, rgba(39, 52, 61, 0.78), rgba(142, 160, 173, 0.22));
    opacity: 0.9;
}

.note-card a::after {
    counter-increment: noteCard;
    content: "NOTE." counter(noteCard, decimal-leading-zero);
    position: absolute;
    right: 18px;
    bottom: 16px;
    color: rgba(21, 23, 24, 0.06);
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.note-card a:hover {
    transform: translateY(-3px);
    border-color: rgba(38, 103, 255, 0.22);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.86) inset,
        0 32px 84px rgba(22, 37, 55, 0.15);
}

.note-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-bottom: 1px solid var(--line);
}

.note-card span {
    display: inline-flex;
    margin: 22px 22px 10px;
    color: var(--blue);
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 900;
}

.note-card h3 {
    padding: 0 22px;
}

.note-card p {
    margin: 12px 0 0;
    padding: 0 22px;
    color: var(--muted);
    font-size: 14px;
}

.note-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 22px 22px 24px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 79, 109, 0.22);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(38, 103, 255, 0.07), rgba(255, 79, 109, 0.08));
    color: #174ad8;
    font-size: 13px;
    line-height: 1;
}

.note-link::after {
    content: "→";
    font-family: Inter, sans-serif;
}

.article-page {
    background:
        linear-gradient(90deg, rgba(21, 23, 24, 0.032) 1px, transparent 1px),
        linear-gradient(180deg, rgba(21, 23, 24, 0.026) 1px, transparent 1px),
        #fbfcfd;
    background-size: 44px 44px;
}

.article-main {
    padding: 76px 28px 96px;
}

.article-shell {
    width: min(980px, 100%);
    margin-inline: auto;
}

.article-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
    color: var(--blue);
    font-weight: 900;
}

.article-hero {
    position: relative;
    margin-bottom: 44px;
}

.article-hero::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 14px;
    width: 5px;
    height: 92px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(39, 52, 61, 0.78), rgba(142, 160, 173, 0.28));
}

.article-hero h1 {
    max-width: 880px;
    font-size: clamp(38px, 5vw, 68px);
}

.article-meta {
    margin: 0 0 16px;
    color: var(--blue);
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 900;
}

.article-lead {
    max-width: 760px;
    margin: 22px 0 0;
    color: #384148;
    font-size: clamp(17px, 2vw, 21px);
    font-weight: 700;
}

.article-cover {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin-top: 34px;
    border: 1px solid rgba(223, 229, 232, 0.92);
    border-radius: 8px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.82) inset,
        0 28px 80px rgba(22, 37, 55, 0.14);
}

.article-body {
    position: relative;
    display: grid;
    gap: 34px;
    padding: 42px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 252, 253, 0.98)),
        var(--paper);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 18px 54px rgba(22, 37, 55, 0.08);
    overflow: hidden;
}

.article-body::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, rgba(39, 52, 61, 0.78), rgba(142, 160, 173, 0.22));
}

body.article-page .article-body section {
    position: static;
    padding: 0;
}

.article-body h2 {
    position: relative;
    padding-left: 18px;
    font-size: clamp(26px, 3vw, 38px);
}

.article-body h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.24em;
    bottom: 0.24em;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(39, 52, 61, 0.78), rgba(142, 160, 173, 0.28));
}

.article-body p {
    margin: 14px 0 0;
    color: #3e484f;
}

.article-body ul {
    margin: 18px 0 0;
    padding-left: 1.2em;
    color: #3e484f;
}

.article-body li + li {
    margin-top: 8px;
}

.article-cta {
    margin-top: 42px;
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(38,103,255,0.08), rgba(31,199,126,0.08) 52%, rgba(255,138,52,0.12)),
        var(--paper);
}

.article-cta p {
    margin: 10px 0 22px;
    color: var(--muted);
}

.article-faq,
.article-related {
    margin-top: 42px;
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(38, 103, 255, 0.045), rgba(31, 199, 126, 0.035) 48%, rgba(255, 79, 109, 0.055)),
        var(--paper);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 18px 54px rgba(22, 37, 55, 0.08);
}

.article-faq h2 {
    margin-bottom: 20px;
    font-size: clamp(24px, 3vw, 34px);
}

.article-faq details {
    border-top: 1px solid var(--line);
    padding: 18px 0;
}

.article-faq details:last-child {
    border-bottom: 1px solid var(--line);
}

.article-faq summary {
    cursor: pointer;
    color: var(--ink);
    font-weight: 900;
    transition: color 180ms ease;
}

.article-faq summary:hover {
    color: var(--blue);
}

.article-faq p {
    margin: 12px 0 0;
    color: var(--muted);
}

.article-related {
    display: grid;
    gap: 12px;
}

.article-related .article-meta {
    margin-bottom: 4px;
}

.article-related a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    font-weight: 900;
    box-shadow: 0 10px 28px rgba(22, 37, 55, 0.045);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.article-related a:hover {
    transform: translateY(-2px);
    border-color: rgba(38, 103, 255, 0.26);
    box-shadow: 0 16px 36px rgba(22, 37, 55, 0.08);
}

.article-related a::after {
    content: "→";
    color: var(--blue);
    font-family: Inter, sans-serif;
}

.contact {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 42px;
    align-items: center;
    padding: 44px;
    border: 1px solid rgba(223, 229, 232, 0.92);
    border-radius: 8px;
    background:
        radial-gradient(circle at 88% 18%, rgba(255, 79, 109, 0.18), transparent 28%),
        linear-gradient(135deg, rgba(38,103,255,0.1), rgba(31,199,126,0.09) 48%, rgba(255,79,109,0.12)),
        var(--paper);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85) inset,
        0 34px 100px rgba(22, 37, 55, 0.18);
    overflow: hidden;
}

.contact::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, rgba(39, 52, 61, 0.78), rgba(142, 160, 173, 0.22));
}

.contact h2 {
    font-size: clamp(25px, 2.7vw, 36px);
    line-height: 1.4;
    text-wrap: balance;
}

.contact h2 span {
    display: block;
}

.contact-note span {
    display: block;
}

.contact-note {
    max-width: 36em;
    font-weight: 700;
    line-height: 1.85;
}

.contact-cta {
    width: fit-content;
    margin-top: 26px;
}

/* Review update: softer reassurance area, limited to FAQ and Contact. */
.faq-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 22%, rgba(85, 185, 232, 0.14), transparent 20%),
        radial-gradient(circle at 92% 80%, rgba(255, 79, 109, 0.11), transparent 22%),
        linear-gradient(145deg, #f5fbff, #ffffff 48%, #fff7f3);
}

.faq-head,
.faq-list {
    position: relative;
    z-index: 2;
}

.faq-list {
    width: min(860px, 100%);
    margin-inline: auto;
    counter-reset: faqItem;
}

.faq-list details {
    counter-increment: faqItem;
    margin-top: 13px;
    padding: 0 24px;
    border: 1px solid rgba(210, 226, 235, 0.92);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 40px rgba(22, 37, 55, 0.08);
}

.faq-list summary {
    position: relative;
    cursor: pointer;
    list-style: none;
    padding: 23px 46px 23px 40px;
    font-size: 17px;
    font-weight: 900;
}

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

.faq-list summary::before {
    content: "Q" counter(faqItem);
    position: absolute;
    left: 0;
    top: 29px;
    color: var(--blue);
    font: 900 11px Inter, sans-serif;
}

.faq-list summary::after {
    content: "+";
    position: absolute;
    right: 2px;
    top: 16px;
    color: var(--blue);
    font: 500 30px/1 Inter, sans-serif;
}

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

.faq-list details p {
    margin: -2px 46px 25px 40px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.9;
}

.faq-orbit {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    border: 1px solid rgba(38, 103, 255, 0.17);
    border-radius: 50%;
}

.faq-orbit-one {
    width: 420px;
    height: 210px;
    left: -170px;
    top: 80px;
    transform: rotate(-18deg);
}

.faq-orbit-two {
    width: 340px;
    height: 170px;
    right: -120px;
    bottom: 50px;
    border-color: rgba(255, 79, 109, 0.18);
    transform: rotate(16deg);
}

.contact > * {
    position: relative;
    z-index: 2;
}

.contact::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 360px;
    height: 180px;
    right: -120px;
    bottom: -80px;
    border: 1px solid rgba(38, 103, 255, 0.18);
    border-radius: 50%;
    transform: rotate(-12deg);
}

.hero-content {
    container-type: inline-size;
}

@supports (font-size: 1cqi) {
    .hero h1 {
        font-size: clamp(24px, 8.5cqi, 68px);
    }
}

@media (max-width: 560px) {
    .hero {
        padding-bottom: 150px;
    }
}

@media (max-width: 360px) {
    .social-links {
        justify-content: center;
        gap: 6px;
    }

    .social-links a {
        width: 54px;
        height: 54px;
    }
}

@media (max-width: 560px) {
    .nav-links a:last-child {
        display: none;
    }

    .hero {
        padding-bottom: 150px;
    }
}

@media (max-width: 360px) {
    .social-links {
        justify-content: center;
        gap: 6px;
    }

    .social-links a {
        width: 54px;
        height: 54px;
    }
}

@media (max-width: 560px) {
    .faq-list details {
        padding-inline: 20px;
    }

    .faq-list summary {
        padding: 21px 38px 21px 34px;
        font-size: 15px;
        line-height: 1.65;
    }

    .faq-list summary::before {
        top: 26px;
    }

    .faq-list summary::after {
        top: 17px;
        font-size: 26px;
    }

    .faq-list details p {
        margin: 0 8px 23px 34px;
        font-size: 14px;
    }

    .faq-orbit {
        opacity: 0.65;
    }
}

.contact-actions {
    display: grid;
    align-self: center;
    justify-items: end;
    gap: 0;
}

.social-links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 12px;
}

.social-links a {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    border: 0;
    border-radius: 24%;
    font-weight: 900;
    box-shadow: 0 16px 30px rgba(22, 37, 55, 0.14);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.social-links a:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px rgba(22, 37, 55, 0.18);
}

.social-x,
.social-tiktok {
    background: #050505;
    color: #ffffff;
}

.social-instagram {
    background:
        radial-gradient(circle at 28% 105%, #feda75 0 18%, #fa7e1e 30%, transparent 52%),
        radial-gradient(circle at 88% 12%, #4f5bd5 0 18%, #962fbf 34%, transparent 54%),
        linear-gradient(145deg, #405de6 0%, #5851db 18%, #833ab4 38%, #c13584 58%, #e1306c 74%, #fd1d1d 88%, #f77737 100%);
    color: #ffffff;
}

.social-facebook {
    background: #1877f2;
    color: #ffffff;
}

.social-youtube {
    background: #ff0033;
    color: #ffffff;
}

.youtube-icon {
    width: 42px;
    height: 30px;
    border-radius: 8px;
    background: #ffffff;
    position: relative;
}

.youtube-icon::after {
    content: "";
    position: absolute;
    left: 17px;
    top: 8px;
    border-left: 13px solid #ff0033;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.x-icon {
    font-family: Inter, sans-serif;
    font-size: 38px;
    line-height: 1;
}

.instagram-icon {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border: 4px solid #ffffff;
    border-radius: 13px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.instagram-icon::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 4px solid #ffffff;
    border-radius: 50%;
}

.instagram-icon::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
}

.tiktok-icon {
    position: relative;
    color: #ffffff;
    font-family: Inter, "Noto Sans JP", sans-serif;
    font-size: 40px;
    line-height: 1;
    text-shadow:
        -3px -2px 0 rgba(37, 244, 238, 0.72),
        3px 2px 0 rgba(254, 44, 85, 0.72);
}

.facebook-icon {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 0.9;
    transform: translateY(5px);
}

.social-links svg {
    width: 40px;
    height: 40px;
    color: #ffffff;
    stroke-width: 2.1;
}

.site-footer {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 28px;
    color: var(--muted);
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 800;
}

.site-footer p {
    margin: 0;
}

.modal {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: none;
    place-items: center;
    padding: 22px;
    background: rgba(21, 23, 24, 0.44);
}

.modal.is-open {
    display: grid;
}

.modal-panel {
    container-type: inline-size;
    width: min(900px, 100%);
    padding: 22px;
    border-radius: 8px;
    background: var(--paper);
    box-shadow: var(--shadow);
}

#modalTitle {
    margin: 0 0 18px;
    padding-right: 58px;
    font-size: clamp(28px, 4cqi, 40px);
    line-height: 1.12;
    letter-spacing: 0;
    white-space: nowrap;
}

.modal-panel.is-portrait {
    width: min(480px, 100%);
}

.modal-close {
    float: right;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--paper);
    cursor: pointer;
}

.video-frame {
    clear: both;
    aspect-ratio: 16 / 9;
    width: 100%;
    max-height: min(70vh, 1080px);
    display: grid;
    place-items: center;
    border: 1px dashed #b8c5cc;
    border-radius: 8px;
    background: var(--soft);
    color: var(--muted);
    overflow: hidden;
}

.video-frame iframe,
.video-frame video {
    width: 100%;
    height: 100%;
    border: 0;
}

.video-frame video {
    object-fit: contain;
    background: #000;
}

.video-frame > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-frame.is-portrait {
    aspect-ratio: 9 / 16;
    width: min(100%, calc(70vh * 9 / 16));
    margin-inline: auto;
}

.video-frame.is-placeholder {
    border-color: #000;
    background: #000;
}

@keyframes pictogramDrift {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    45% {
        transform: translateY(-7px) rotate(-1.5deg);
    }

    70% {
        transform: translateY(-3px) rotate(1deg);
    }
}

@keyframes illustrationFloat {
    0%,
    100% {
        translate: 0 0;
    }

    46% {
        translate: 0 -6px;
    }

    72% {
        translate: 0 -2px;
    }
}

@keyframes stripMoveRight {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes stripMoveLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes heroGradientFlow {
    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

@keyframes heroUnderlineSweep {
    0%,
    100% {
        background-position: 180% 50%;
        opacity: 0.42;
    }

    44%,
    62% {
        opacity: 0.82;
    }

    50% {
        background-position: 0% 50%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .strip-row,
    .hero-highlight,
    .hero-highlight::after,
    .work-card svg,
    .work-illustration {
        animation: none;
    }
}

@media (max-width: 920px) {
    .site-header {
        min-height: auto;
        padding: 14px 18px;
        flex-wrap: wrap;
    }

    .nav-links {
        order: 3;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .top-strip {
        overflow-x: auto;
        padding: 12px 18px;
        scrollbar-width: none;
    }

    .top-strip::before,
    .top-strip::after {
        left: 18px;
        right: 18px;
    }

    .strip-row {
        grid-template-columns: repeat(20, 92px);
        width: max-content;
        max-width: none;
    }

    .strip-row + .strip-row {
        animation-name: stripMoveLeft;
    }

    .top-strip::-webkit-scrollbar {
        display: none;
    }

    .hero {
        min-height: 78svh;
        padding: 74px 20px 108px;
    }

    .hero-bg {
        background:
            linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.86) 58%, rgba(255,255,255,0.3) 100%),
            url("assets/mlo-hero.webp?v=20260620-opt1") center bottom / cover no-repeat;
    }

    .hero-motion-canvas {
        opacity: 0.32;
    }

    .hero-edit-frame {
        inset: 96px 20px 104px auto;
        width: min(50vw, 360px);
        min-width: 0;
        opacity: 0.38;
    }

    .edit-track {
        right: 16px;
        left: 16px;
    }

    .section-head,
    .intro-grid,
    .about-shell,
    .work-grid,
    .process-list,
    .note-grid,
    .contact {
        grid-template-columns: 1fr;
    }

    .accent-frame {
        width: 112px;
        opacity: 0.28;
    }

    .accent-frame-one {
        top: 20px;
        right: 18px;
    }

    .accent-frame-three {
        right: 18px;
        bottom: 18px;
    }

    .accent-frame-four,
    .accent-frame-five,
    .accent-frame-six {
        width: 100px;
        opacity: 0.2;
    }

    .accent-frame-five {
        bottom: 30px;
    }

    section:not(.hero):not(.top-strip) {
        padding: 66px 20px;
    }

    .article-main {
        padding: 60px 20px 84px;
    }

    .article-hero::before {
        left: 0;
        top: -24px;
        width: 72px;
        height: 6px;
    }

    .article-cover {
        margin-top: 28px;
        box-shadow: 0 20px 54px rgba(22, 37, 55, 0.12);
    }

    .contact {
        padding: 28px;
    }

    .contact-actions {
        justify-items: start;
    }

    .social-links {
        justify-content: flex-start;
    }
}

@media (max-width: 700px) {
    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .brand-text {
        display: none;
    }

    .site-header {
        gap: 12px;
    }

    .header-cta {
        padding-inline: 13px;
    }

    h1 {
        font-size: 44px;
    }

    .hero-meter {
        grid-template-columns: repeat(2, 1fr);
        left: 20px;
        right: 20px;
    }

    .section-head {
        gap: 18px;
        margin-bottom: 30px;
    }

    .section-head.compact {
        text-align: left;
    }

    .section-head h2::before {
        width: 145px;
        height: 42px;
        margin-bottom: 12px;
        background: url("assets/mlo-heading-accent.svg") center / contain no-repeat;
    }

    .about-copy h2::before {
        width: 145px;
        height: 42px;
    }

    .section-head.compact h2::before,
    .section-head.compact h2::after {
        margin-inline: 0;
    }

    .hero-edit-frame {
        display: none;
    }

    .intro-grid p,
    .target-copy p,
    .work-card,
    .process-list li {
        padding: 22px;
    }

    .about-points {
        grid-template-columns: 1fr;
    }

    .about-points span {
        min-height: 0;
    }

    .member-card {
        padding: 18px;
    }

    .member-card-head {
        display: block;
    }

    .member-modal-layout {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .member-modal-close {
        top: 12px;
        right: 12px;
    }

    .member-list {
        grid-template-columns: 1fr;
    }

    .member-item {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 14px;
    }

    .member-modal-copy .member-item.has-credential {
        grid-template-columns: 76px minmax(0, 1fr) 82px;
        gap: 12px;
    }

    .member-modal-copy .member-item img.member-credential {
        width: 82px;
        margin-top: 0;
    }

    .member-item img {
        width: 76px;
        height: 76px;
    }

    .work-card {
        min-height: 0;
        padding: 22px 132px 22px 22px;
    }

    .work-card::after {
        right: 14px;
        bottom: 12px;
        font-size: 26px;
    }

    .work-card svg {
        width: 58px;
        height: 58px;
        padding: 14px;
        margin-bottom: 22px;
        border-radius: 18px;
    }

    .process-list li {
        grid-template-columns: 1fr;
    }

    .process-list li::after {
        right: 14px;
        bottom: 12px;
        font-size: 28px;
    }

    .work-illustration {
        top: 22px;
        right: 22px;
        width: 92px;
    }

    .process-image {
        height: auto;
        min-height: auto;
        margin-bottom: 20px;
    }

    .process-copy {
        padding: 0;
    }

    .accent-frame {
        width: 96px;
        opacity: 0.22;
    }

    .accent-frame-two,
    .accent-frame-four,
    .accent-frame-five {
        display: none;
    }

    .site-footer {
        display: block;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .article-main {
        padding: 48px 18px 68px;
    }

    .article-back {
        margin-bottom: 26px;
    }

    .article-hero {
        margin-bottom: 34px;
    }

    .article-hero h1 {
        font-size: 34px;
        line-height: 1.16;
    }

    .article-lead {
        font-size: 16px;
        line-height: 1.85;
    }

    .article-cover {
        border-radius: 7px;
    }

    .article-body,
    .article-faq,
    .article-related,
    .article-cta {
        padding: 22px;
    }

    .article-body {
        gap: 28px;
    }

    .article-body h2,
    .article-faq h2,
    .article-cta h2 {
        font-size: 25px;
        line-height: 1.28;
    }

    .article-body h2 {
        padding-left: 14px;
    }

    .article-body h2::before {
        width: 4px;
    }

    .article-related a {
        align-items: flex-start;
        padding: 14px;
        font-size: 14px;
    }

    .note-grid {
        gap: 18px;
    }

    .note-card span,
    .note-card h3,
    .note-card p {
        margin-left: 18px;
        margin-right: 18px;
        padding-left: 0;
        padding-right: 0;
    }

    .note-link {
        margin: 20px 18px 22px;
    }

    .note-card a::after {
        right: 14px;
        bottom: 14px;
        font-size: 22px;
    }

    .social-links {
        gap: 8px;
    }

    .social-links a {
        width: 64px;
        height: 64px;
    }

    .x-icon {
        font-size: 32px;
    }

    .instagram-icon {
        width: 34px;
        height: 34px;
        border-width: 4px;
        border-radius: 11px;
    }

    .instagram-icon::before {
        inset: 7px;
        border-width: 4px;
    }

    .instagram-icon::after {
        top: 6px;
        right: 6px;
        width: 5px;
        height: 5px;
    }

    .tiktok-icon {
        font-size: 36px;
    }

    .facebook-icon {
        font-size: 44px;
        transform: translateY(4px);
    }

    .social-links a {
        width: 56px;
        height: 56px;
    }

    .youtube-icon {
        width: 36px;
        height: 25px;
        border-radius: 7px;
    }

    .youtube-icon::after {
        left: 15px;
        top: 7px;
        border-left-width: 10px;
        border-top-width: 6px;
        border-bottom-width: 6px;
    }
}

@media (max-width: 360px) {
    .site-header {
        padding-inline: 14px;
    }

    .nav-links {
        gap: 14px;
        font-size: 12px;
    }

    h1 {
        font-size: 39px;
    }

    .hero {
        padding-inline: 18px;
    }

    section:not(.hero):not(.top-strip) {
        padding-inline: 18px;
    }

    .work-card {
        padding-right: 116px;
    }

    .work-illustration {
        right: 18px;
        width: 82px;
    }

    .article-hero h1 {
        font-size: 31px;
    }

    .article-body,
    .article-faq,
    .article-related,
    .article-cta {
        padding: 20px;
    }

    .social-links a {
        width: 58px;
        height: 58px;
    }

    .x-icon {
        font-size: 29px;
    }

    .instagram-icon {
        width: 31px;
        height: 31px;
    }

    .tiktok-icon {
        font-size: 33px;
    }

    .facebook-icon {
        font-size: 40px;
    }
}

/* Keep the revised hero copy proportional after all responsive overrides. */
@supports (font-size: 1cqi) {
    .hero h1 {
        font-size: clamp(24px, 8.5cqi, 68px);
    }
}

/* Final mobile spacing overrides. */
@media (max-width: 560px) {
    #modalTitle {
        padding-right: 54px;
        font-size: clamp(22px, 7cqi, 26px);
        line-height: 1.24;
        white-space: normal;
    }

    .hero {
        padding-bottom: 150px;
    }
}

@media (max-width: 360px) {
    .social-links {
        justify-content: center;
        gap: 6px;
    }

    .social-links a {
        width: 54px;
        height: 54px;
    }
}
