/* IASO About Us | Tablet 768px-1180px */

:root {
    --about-navy: #183247;
    --about-blue: #6e9db8;
    --about-blue-light: #dceaf1;
    --about-ivory: #f8f7f3;
    --about-text: #334652;
    --about-muted: #6f808a;
    --about-line: #dbe4e9;
    --about-white: #ffffff;
}

.AboutUsMain {
    background: var(--about-white);
    color: var(--about-text);
    overflow: hidden;
}

.AboutUsMain *,
.AboutUsMain *::before,
.AboutUsMain *::after {
    box-sizing: border-box;
}

/* HERO */
.AboutUsHero {
    position: relative;
    isolation: isolate;
    width: 100%;
    height: 590px;
    min-height: 590px;
    max-height: 590px;
    margin: 0;
    padding: 0;
    display: flex;
    flex: 0 0 590px;
    align-items: center;
    overflow: hidden;
    background: var(--about-ivory);
}

.AboutUsHero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 590px;
    min-height: 590px;
    max-height: 590px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.AboutUsHero__media picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 590px;
    min-height: 590px;
    max-height: 590px;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.AboutUsHero__media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 590px;
    min-height: 590px;
    max-height: 590px;
    max-width: none;
    margin: 0;
    padding: 0;
    object-fit: cover;
    object-position: center center;
}

.AboutUsHero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 590px;
    min-height: 590px;
    max-height: 590px;
    margin: 0;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(250, 249, 246, 0.98) 0%,
        rgba(250, 249, 246, 0.94) 28%,
        rgba(250, 249, 246, 0.78) 47%,
        rgba(250, 249, 246, 0.34) 65%,
        rgba(250, 249, 246, 0.04) 82%,
        rgba(250, 249, 246, 0) 100%
    );
}

.AboutUsHero__inner,
.AboutUsInner,
.AboutUsPromise__inner {
    width: calc(100% - 72px);
    max-width: 1040px;
    margin: 0 auto;
}

.AboutUsHero__inner {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 0;
    max-height: none;
    padding: 0;
    display: flex;
    align-items: flex-start;

    width: calc(100% - 72px);
    max-width: 1040px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;}

.AboutUsHero__content {
    width: 60%;
    max-width: 650px;
}

.AboutUsEyebrow {
    margin: 0 0 18px;
    color: var(--about-blue);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.4;
}

.AboutUsHero .AboutUsEyebrow {
    margin-bottom: 24px;
}

.AboutUsHero__title {
    margin: 0;
    color: var(--about-navy);
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 1.5;
}

.AboutUsHero__lead {
    margin: 28px 0 0;
    color: var(--about-navy);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.9;
}

.AboutUsHero__text {
    max-width: 520px;
    margin: 22px 0 0;
    color: #536873;
    font-size: 13px;
    line-height: 2.05;
}

/* COMMON */
.AboutUsSection {
    padding: 96px 0;
}

.AboutUsOrigin,
.AboutUsServices,
.AboutUsMitaka {
    background: var(--about-ivory);
}

.AboutUsSectionHead {
    max-width: 700px;
    margin: 0 0 48px;
}

.AboutUsSectionHead--center {
    margin: 0 auto 48px;
    text-align: center;
}

.AboutUsSectionTitle {
    margin: 0;
    color: var(--about-navy);
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(30px, 3.6vw, 36px);
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.65;
}

.AboutUsSectionLead {
    margin: 22px 0 0;
    color: var(--about-muted);
    font-size: 14px;
    line-height: 2;
}

.AboutUsLead {
    margin: 0 0 22px;
    color: var(--about-navy);
    font-size: 17px;
    line-height: 2;
}

.AboutUsText {
    margin: 0 0 20px;
    color: var(--about-text);
    font-size: 14px;
    line-height: 2.1;
}

/* ORIGIN */
.AboutUsOrigin__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
    gap: 52px;
    align-items: center;
}

.AboutUsOrigin__visual {
    margin: 0;
    overflow: hidden;
}

.AboutUsOrigin__visual img {
    display: block;
    width: 100%;
    height: auto;
}

/* PHILOSOPHY */
.AboutUsPhilosophy {
    background: var(--about-navy);
}

.AboutUsPhilosophy .AboutUsEyebrow,
.AboutUsPromise .AboutUsEyebrow {
    color: #9bc1d4;
}

.AboutUsStatement {
    max-width: 800px;
    margin: 0 auto 62px;
    text-align: center;
}

.AboutUsStatement__title {
    margin: 0;
    color: var(--about-white);
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(36px, 4.2vw, 42px);
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.55;
}

.AboutUsStatement__lead {
    margin: 26px 0 0;
    color: #e8f0f4;
    font-size: 16px;
    line-height: 2;
}

.AboutUsStatement__text {
    max-width: 760px;
    margin: 20px auto 0;
    color: #c9d6dd;
    font-size: 14px;
    line-height: 2.1;
}

.AboutUsPrinciples {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    padding: 1px;
    background: rgba(255, 255, 255, 0.16);
    list-style: none;
}

.AboutUsPrinciples__item {
    min-height: 270px;
    padding: 34px 32px;
    background: rgba(24, 50, 71, 0.97);
}

.AboutUsPrinciples__number {
    display: block;
    margin-bottom: 24px;
    color: #91b8cc;
    font-family: Georgia, serif;
    font-size: 28px;
}

.AboutUsPrinciples__item h3 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.8;
}

.AboutUsPrinciples__item p {
    margin: 0;
    color: #cbd8df;
    font-size: 13px;
    line-height: 2;
}

/* WHY SUIFEEL */
.AboutUsChoice__feature {
    display: grid;
    grid-template-columns: minmax(330px, 0.95fr) minmax(0, 1.05fr);
    gap: 48px;
    align-items: center;
}

.AboutUsChoice__visual {
    margin: 0;
    overflow: hidden;
    background: #eef3f5;
}

.AboutUsChoice__visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.AboutUsChoice__content {
    min-width: 0;
}

.AboutUsChoice__content .AboutUsText:last-child {
    margin-bottom: 0;
}

.AboutUsChoice__statement {
    max-width: 820px;
    margin: 58px auto 0;
    padding-top: 32px;
    border-top: 1px solid var(--about-line);
    color: var(--about-navy);
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 2;
    text-align: center;
}

.AboutUsFacts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 48px 0 32px;
    border-top: 1px solid var(--about-line);
    border-bottom: 1px solid var(--about-line);
}

.AboutUsFacts__item {
    margin: 0;
    padding: 28px 16px 26px;
    text-align: center;
}

.AboutUsFacts__item + .AboutUsFacts__item {
    border-left: 1px solid var(--about-line);
}

.AboutUsFacts__item dt {
    margin-bottom: 12px;
    color: var(--about-blue);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.AboutUsFacts__item dd {
    margin: 0;
    color: var(--about-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(22px, 2.6vw, 27px);
    line-height: 1.45;
}

.AboutUsFacts__item p {
    margin: 8px 0 0;
    color: var(--about-muted);
    font-size: 11px;
    line-height: 1.75;
}

.AboutUsNote {
    margin-top: 28px;
    padding: 22px 24px;
    border: 1px solid var(--about-line);
    background: #fbfcfd;
}

.AboutUsNote p {
    margin: 0;
    color: #667781;
    font-size: 11px;
    line-height: 1.9;
}

/* SERVICES */
.AboutUsServices__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.AboutUsService {
    overflow: hidden;
    background: var(--about-white);
    border-top: 2px solid #FFF;
}

.AboutUsService__visual {
    margin: 0;
    overflow: hidden;
    background: #edf2f4;
}

.AboutUsService__visual img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.AboutUsService__body {
    padding: 32px 30px 36px;
}

.AboutUsService__number {
    margin: 0 0 20px;
    color: #b7cbd7;
    font-family: Georgia, serif;
    font-size: 28px;
}

.AboutUsService__title {
    margin: 0 0 16px;
    color: var(--about-navy);
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6;
}

.AboutUsService__text {
    margin: 0 0 24px;
    color: var(--about-text);
    font-size: 13px;
    line-height: 2;
}

.AboutUsTextLink {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--about-navy);
    font-size: 12px;
    text-decoration: none;
    line-height: 1.8;
    border-bottom: 1px solid #9eb5c2;
    padding-bottom: 5px;
}

.AboutUsTextLink::after {
    content: "→";
    color: var(--about-blue);
}

/* EXPERIENCE */
.AboutUsExperience {
    background: #f5f9fb;
}

.AboutUsExperience__inner {
    display: block;
}

.AboutUsExperience__inner .AboutUsSectionHead {
    max-width: 760px;
    margin: 0 0 34px;
}

.AboutUsExperience__body {
    max-width: 760px;
    margin: 0 0 46px;
}

.AboutUsExperience__body .AboutUsLead {
    max-width: 720px;
}

.AboutUsExperience__body .AboutUsText {
    max-width: 720px;
}

.AboutUsExperience__visual {
    margin: 0;
    overflow: hidden;
    background: #eaf0f3;
}

.AboutUsExperience__visual img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 7;
    object-fit: cover;
    object-position: center center;
}

.AboutUsExperience__values {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px 22px;
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid var(--about-line);
}

.AboutUsExperience__values span {
    color: #7892a0;
    font-family: Georgia, serif;
    font-size: 12px;
    letter-spacing: 0.07em;
}

/* MITAKA */
.AboutUsMitaka__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
    gap: 54px;
    align-items: center;
}

.AboutUsMitaka__visual {
    margin: 0;
    overflow: hidden;
    background: #eef2f4;
}

.AboutUsMitaka__visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.AboutUsMitaka__content {
    min-width: 0;
}

.AboutUsMitaka__content .AboutUsSectionTitle {
    margin-bottom: 24px;
}

.AboutUsShopInfo {
    margin: 34px 0 0;
    padding: 24px 0 0 24px;
    border-left: 1px solid #b9cbd5;
    color: var(--about-text);
    font-style: normal;
}

.AboutUsShopInfo p {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.9;
}

.AboutUsShopInfo p:last-child {
    margin-bottom: 0;
}

.AboutUsShopInfo__name {
    color: var(--about-navy);
    font-size: 16px;
    font-weight: 600;
}

.AboutUsShopInfo a {
    color: var(--about-navy);
    text-decoration: none;
}

/* PROMISE */
.AboutUsPromise {
    padding: 108px 0 116px;
    background: var(--about-navy);
    text-align: center;
}

.AboutUsPromise__inner {
    max-width: 820px;
}

.AboutUsPromise__title {
    margin: 0;
    color: #fff;
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(30px, 3.8vw, 36px);
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.7;
}

.AboutUsPromise__text {
    max-width: 740px;
    margin: 28px auto 0;
    color: #cbd8df;
    font-size: 14px;
    line-height: 2.1;
}

.AboutUsPromise__closing {
    margin: 40px 0 0;
    color: #fff;
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 22px;
    letter-spacing: 0.08em;
    line-height: 2;
}

/* TABLET NARROW OPTIMIZATION | 768px-900px */
@media screen and (max-width: 900px) {
    .AboutUsHero,
    .AboutUsHero__media,
    .AboutUsHero__media picture,
    .AboutUsHero__media img,
    .AboutUsHero__overlay,
    .AboutUsHero__inner {
        height: 590px;
        min-height: 590px;
        max-height: 590px;
    }


    .AboutUsHero__inner,
    .AboutUsInner,
    .AboutUsPromise__inner {
        width: calc(100% - 56px);
    }

    .AboutUsSection {
        padding: 88px 0;
    }

    .AboutUsSectionHead {
        margin-bottom: 40px;
    }

    /* ORIGIN: text first, visual second for better reading width */
    .AboutUsOrigin__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .AboutUsOrigin__content {
        max-width: 720px;
    }

    .AboutUsOrigin__visual {
        width: min(100%, 680px);
        margin: 0 auto;
    }

    .AboutUsOrigin__visual img {
        width: 100%;
        object-position: center center;
    }

    /* WHY SUIFEEL: avoid cramped split layout */
    .AboutUsChoice__feature {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .AboutUsChoice__visual {
        width: min(86%, 680px);
        margin: 0 auto;
    }

    .AboutUsChoice__content {
        max-width: 720px;
        margin: 0 auto;
    }

    .AboutUsChoice__statement {
        margin-top: 50px;
    }

    /* SERVICES: one editorial card per row on narrow tablets */
    .AboutUsServices__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .AboutUsService {
        display: grid;
        grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
        align-items: stretch;
    }

    .AboutUsService__visual {
        height: 100%;
    }

    .AboutUsService__visual img {
        height: 100%;
        min-height: 300px;
        aspect-ratio: auto;
        object-fit: cover;
    }

    .AboutUsService__body {
        padding: 32px 30px 34px;
    }

    /* MITAKA: give store image and text enough room */
    .AboutUsMitaka__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .AboutUsMitaka__visual {
        width: min(86%, 680px);
        margin: 0 auto;
    }

    .AboutUsMitaka__content {
        max-width: 720px;
        margin: 0 auto;
    }

    .AboutUsShopInfo {
        max-width: 560px;
    }
}

