@layer theme {

    :root,
    :host {
        --font-sans:
            ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
            "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono:
            ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
            "Liberation Mono", "Courier New", monospace;
        --spacing: 0.25rem;
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
    }
}

@layer base {

    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }

    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family,
                ui-sans-serif,
                system-ui,
                sans-serif,
                "Apple Color Emoji",
                "Segoe UI Emoji",
                "Segoe UI Symbol",
                "Noto Color Emoji"
            );
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings,
                normal);
        -webkit-tap-highlight-color: transparent;
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px;
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit;
    }

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

    b,
    strong {
        font-weight: bolder;
    }

    code,
    kbd,
    samp,
    pre {
        font-family: var(--default-mono-font-family,
                ui-monospace,
                SFMono-Regular,
                Menlo,
                Monaco,
                Consolas,
                "Liberation Mono",
                "Courier New",
                monospace);
        font-feature-settings: var(--default-mono-font-feature-settings,
                normal);
        font-variation-settings: var(--default-mono-font-variation-settings,
                normal);
        font-size: 1em;
    }

    small {
        font-size: 80%;
    }

    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative;
    }

    sub {
        bottom: -0.25em;
    }

    sup {
        top: -0.5em;
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse;
    }

    :-moz-focusring {
        outline: auto;
    }

    progress {
        vertical-align: baseline;
    }

    summary {
        display: list-item;
    }

    ol,
    ul,
    menu {
        list-style: none;
    }

    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        vertical-align: middle;
        display: block;
    }

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

    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder;
    }

    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px;
    }

    ::file-selector-button {
        margin-inline-end: 4px;
    }

    ::placeholder {
        opacity: 1;
    }

    @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
        ::placeholder {
            color: currentColor;
        }

        @supports (color: color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent);
            }
        }
    }

    textarea {
        resize: vertical;
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none;
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit;
    }

    ::-webkit-datetime-edit {
        display: inline-flex;
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0;
    }

    ::-webkit-datetime-edit {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0;
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1;
    }

    :-moz-ui-invalid {
        box-shadow: none;
    }

    button,
    input:where([type="button"], [type="reset"], [type="submit"]) {
        appearance: button;
    }

    ::file-selector-button {
        appearance: button;
    }

    ::-webkit-inner-spin-button {
        height: auto;
    }

    ::-webkit-outer-spin-button {
        height: auto;
    }

    [hidden]:where(:not([hidden="until-found"])) {
        display: none !important;
    }
}

@layer utilities {
    .relative {
        position: relative;
    }

    .start {
        inset-inline-start: var(--spacing);
    }

    .container {
        width: 100%;
    }

    /* @media (width>=40rem) {
        .container {
            max-width: 40rem;
        }
    }

    @media (width>=48rem) {
        .container {
            max-width: 48rem;
        }
    }

    @media (width>=64rem) {
        .container {
            max-width: 64rem;
        }
    }

    @media (width>=80rem) {
        .container {
            max-width: 80rem;
        }
    }

    @media (width>=96rem) {
        .container {
            max-width: 96rem;
        }
    } */

    .table {
        display: table;
    }
}

/* ==========================
   全体共通
========================== */

:root {
    --color-primary:#0a0a0a;
    --ink: #26231f;
    --muted: #706a62;
    --paper: #faf7f1;
    --cream: #f4eee5;
    --white: #fff;
    --coral: #d9684b;
    --coral-dark: #a94431;
    --coral-soft: #f2d5c9;
    --sage: #8f9a83;
    --lavender: #b6accb;
    --line: #ded7cd;
    --dark: #24211e;
    --max: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--ink);
    background: var(--paper);
    letter-spacing: 0.02em;
    margin: 0;
    font-family:
        Noto Sans JP,
        Hiragino Kaku Gothic ProN,
        Yu Gothic,
        Meiryo,
        sans-serif;
    font-size: 16px;
    line-height: 1.8;
}

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

img {
    max-width: 100%;
}

.container {
    width: min(calc(100% - 48px), var(--max));
    margin-inline: auto;
}

.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}

@media(max-width:600px){
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
}


.logo {
    width: 300px;
    height: auto;
}

.button {
    letter-spacing: 0.03em;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    gap: 22px;
    min-height: 58px;
    padding: 13px 26px;
    font-weight: 800;
    transition:transform 0.2s,box-shadow 0.2s,background 0.2s;
    display: inline-flex;
}

.button:hover {
    transform: translateY(-2px);
}

.button span {
    font-size: 20px;
}

.text-link {
    border-bottom: 1px solid #938a80;
    align-items: center;
    gap: 12px;
    font-weight: 750;
    display: inline-flex;
}

.text-link span {
    color: var(--coral-dark);
}

@media(max-width:720px){
    body {
        padding-bottom: 64px;
        font-size: 14px;
    }

    .container {
        width: min(calc(100% - 34px), var(--max));
    }

    .text-link {
        align-self: flex-start;
    }
}

/* ==========================
   ヘッダー
========================== */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    backdrop-filter: blur(16px);
    background: #faf7f1e0;
    border-bottom: 1px solid #362f2a24;
    grid-template-columns: 1fr auto auto;
    height: 82px;
    padding: 0 3.4vw;
    display: grid;
}

.header-container{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 1.0rem 0.5rem 1.0rem 0.5rem;
}

.desktop-nav {
    gap: 28px;
    font-size: 13px;
    font-weight: 650;
    display: flex;
}

.desktop-nav a {
    display: flex;
    align-items: center;
    position: relative;
}

.desktop-nav a:after {
    content: "";
    background: var(--coral);
    height: 2px;
    transition: right 0.25s;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 100%;
}

.desktop-nav a:hover:after {
    right: 0;
}

.header-cta {
    color: #fff;
    background: var(--ink);
    border-radius: 999px;
    padding: 12px 23px;
    font-size: 13px;
    font-weight: 700;
}

#menuBtn {
    display: none;
}

#hamburgerMenu {
    display: none;
}

@media (max-width: 1000px) {
    .desktop-nav {
        display: none;
    }

    .hamburger {
        background-color: var(--paper);
    }

    .hamburger .items{
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        margin-top: 4rem;
    }

    .items > * + * {
        border-top: 1px solid #d1d5db;
    }

    .hamburger .items a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #hamburgerMenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        transform: translateY(-100%);
        transition: transform 300ms ease;
        display: block;
    }

    #hamburgerMenu.open {
        transform: translateY(0);
    }
    #menuBtn {
        display: block;
        position: relative;
        width: 2rem;
        height: 2rem;
    }

    #menuBtn span {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: black;
        left: 0;
        transition: all 0.3s ease;
        transform-origin: center;
    }

    #menuBtn span.top {
        top: 0.5rem; 
    }

    #menuBtn span.center {
        top: 1rem;
    }

    #menuBtn span.bottom {
        top: 1.5rem;
    }

    #menuBtn.menu-open .top {
    top: 1rem;
    transform: rotate(45deg);
    }

    #menuBtn.menu-open .center {
        opacity: 0;
    }

    #menuBtn.menu-open .bottom {
        top: 1rem;
        transform: rotate(-45deg);
    }
}


/* ==========================
   hero
========================== */

.hero {
    background: #eee6da;
    min-height: 790px;
    position: relative;
    overflow: hidden;
}

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

.hero-shade {
    background: linear-gradient(90deg,
            #faf7f1fa 0%,
            #faf7f1f0 27%,
            #faf7f185 48%,
            #faf7f100 68%);
    position: absolute;
    inset: 0;
}

.hero-content {
    z-index: 2;
    padding-top: 190px;
    padding-bottom: 100px;
    position: relative;
}

.eyebrow {
    color: var(--coral-dark);
    letter-spacing: 0.14em;
    align-items: center;
    gap: 12px;
    margin: 0 0 26px;
    font-size: 14px;
    font-weight: 800;
    display: flex;
}

.eyebrow span {
    background: var(--coral);
    width: 34px;
    height: 2px;
}

.hero h1 {
    letter-spacing: -0.04em;
    margin: 0;
    font-size: clamp(48px, 5vw, 76px);
    font-weight: 650;
    line-height: 1.25;
}

.hero h1 em {
    color: var(--coral-dark);
    background: linear-gradient(#0000 68%, #d9684b2b 68%);
    font-style: normal;
}

.hero-copy {
    color: #4e4943;
    margin: 30px 0 0;
    font-size: 17px;
    font-weight: 520;
    line-height: 2;
}

.hero-actions {
    align-items: center;
    gap: 32px;
    margin-top: 36px;
    display: flex;
}

.button-primary {
    color: #fff;
    background: var(--coral-dark);
    box-shadow: 0 12px 30px #8d3d2b33;
}

.button-primary:hover {
    background: #933a28;
    box-shadow: 0 15px 34px #8d3d2b47;
}

.consultation-meta {
    color: #645e57;
    gap: 26px;
    margin-top: 26px;
    font-size: 12px;
    font-weight: 650;
    display: flex;
}
@media (width<=1000px) {
    .hero-shade {
        background: linear-gradient(90deg,
                #faf7f1fa,
                #faf7f1d4 54%,
                #faf7f126);
    }
}

@media (width<=720px) {
    .hero {
        min-height: 760px;
    }

    .hero-image {
        opacity: 0.58;
        background-position: 64%;
    }

    .hero-shade {
        background: linear-gradient(#faf7f1f7 0%,
                #faf7f1d4 58%,
                #faf7f17a 100%);
    }

    .hero-content {
        padding-top: 140px;
    }

    .eyebrow {
        margin-bottom: 22px;
        font-size: 11px;
    }

    .hero h1 {
        font-size: 43px;
        line-height: 1.34;
    }

    .hero-copy {
        margin-top: 24px;
        font-size: 15px;
        line-height: 1.9;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 17px;
        margin-top: 30px;
    }
    .button-primary {
        width: 100%;
    }
    .consultation-meta {
        flex-wrap: wrap;
        gap: 8px 16px;
        font-size: 10px;
    }
}

/* ==========================
   intro
========================== */

.intro-strip {
    background: var(--ink);
    color: #fff;
}

.intro-grid {
    grid-template-columns: 180px 1fr 120px;
    align-items: center;
    gap: 10px;
    min-height: 150px;
    display: grid;
}

.intro-kicker {
    color: #e3a08b;
    letter-spacing: 0.22em;
    font-size: 11px;
    font-weight: 800;
}

.intro-grid>p:nth-child(2) {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.9;
    display: flex;
    justify-content: center;
}

.intro-line {
    background: linear-gradient(90deg, var(--coral), transparent);
    height: 1px;
}

@media(max-width:1000px){
    .intro-grid {
        grid-template-columns: 1fr;
        gap: 8px;
        min-height: 175px;
        padding: 30px 0;
    }

    .intro-grid>p:nth-child(2) {
        font-size: 19px;
        display: block;
    }

    .intro-line {
        display: none;
    }
}
@media(max-width:450px){
    .intro-brak{
        display:none;
    }
}

/* ==========================
   section共通
========================== */

.section {
    padding: 120px 0;
}

.section-heading {
    margin-bottom: 54px;
}

.section-label {
    color: var(--coral-dark);
    letter-spacing: 0.22em;
    margin: 0 0 16px;
    font-size: 11px;
    font-weight: 850;
}

.section-heading h2{
    letter-spacing: -0.035em;
    margin: 0;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 650;
    line-height: 1.45;
}

.section-heading>p:last-child {
    color: var(--muted);
    margin: 20px 0 0;
}


@media(max-width:720px){
    .section-heading {
        margin-bottom: 38px;
    }
    .section-heading h2{
        font-size: 32px;
    }
    .section-heading>p:last-child {
        font-size: 12px;
    }
}

/* ==========================
   challenges
========================== */
.section-heading.centered {
    text-align: center;
}

.challenges {
    background: var(--paper);
}

.challenge-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    display: grid;
}

.challenge-card {
    background: #fff;
    border: 1px solid #e3dcd2;
    border-radius: 7px;
    min-height: 420px;
    padding: 30px 24px 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 13px 35px #332c240d;
    display: flex;
    flex-direction: column;
}

.card-number {
    color: #b8afa5;
    font-family: Georgia, serif;
    font-size: 13px;
    position: absolute;
    top: 23px;
    right: 23px;
}

.challenge-icon {
    background: var(--cream);
    border-radius: 50%;
    width: 86px;
    height: 86px;
    margin: 28px auto 33px;
    position: relative;
}

.challenge-icon i {
    background: var(--coral);
    border-radius: 999px;
    display: block;
    position: absolute;
}

.challenge-icon i:first-child {
    width: 42px;
    height: 10px;
    top: 24px;
    left: 22px;
    transform: rotate(-10deg);
}

.challenge-icon i:nth-child(2) {
    background: var(--sage);
    width: 30px;
    height: 10px;
    top: 42px;
    left: 22px;
    transform: rotate(14deg);
}

.challenge-icon i:nth-child(3) {
    background: var(--lavender);
    width: 13px;
    height: 13px;
    top: 54px;
    left: 51px;
}

.challenge-card:nth-child(2) .challenge-icon i:first-child {
    transform: rotate(30deg);
}

.challenge-card:nth-child(3) .challenge-icon i:nth-child(2) {
    width: 45px;
}

.challenge-card:nth-child(4) .challenge-icon i:nth-child(3) {
    top: 17px;
    left: 51px;
}

.challenge-card h3 {
    letter-spacing: -0.02em;
    margin: 0 0 14px;
    font-size: 19px;
    line-height: 1.55;
}

.challenge-card>p {
    color: var(--muted);
    margin: 0;
    font-size: 13px;
    line-height: 1.9;
}

.answer {
    color: var(--coral-dark);
    border-top: 1px solid #e7e0d7;
    padding-top: 15px;
    font-size: 13px;
    font-weight: 750;
    position: static;
    margin-top: auto;
    min-height: 3rem;
    display: flex;
    gap: 9px;
    align-items: flex-start;
}

.answer span {
    color: #fff;
    background: var(--coral);
    border-radius: 3px;
    padding: 3px 7px;
    font-size: 9px;
    display: block;
    flex-shrink: 0;
    height: fit-content;
}
.answer p {
    min-height: 2em; 
}

.micro-cta {
    background: #ede5da;
    border-radius: 7px;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    margin-top: 24px;
    padding: 26px 32px;
    display: flex;
}

.micro-cta p {
    margin: 0;
    font-size: 14px;
}

.button-ghost {
    border: 1px solid #8b8177;
    min-height: 50px;
    padding: 10px 20px;
    font-size: 13px;
}

@media (width<=1000px) {
    .challenge-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .challenge-card {
        min-height: 365px;
    }
}
@media (width<=720px) {
    .challenge-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .challenge-card {
        min-height: 335px;
    }

    .micro-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 23px;
    }
}

/* ==========================
   services
========================== */

.services {
    background: #f0e9df;
}

.split-heading {
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 1%;
    display: grid;
}

.split-heading>p {
    font-size: 14px;
}

.service-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    display: grid;
}

.service-card {
    background: #fff;
    border-radius: 8px;
    padding: 28px 30px 30px;
    position: relative;
    box-shadow: 0 18px 50px #3a312812;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-top {
    color: #a8a098;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.service-top span {
    color: var(--coral-dark);
    font:
        italic 30px/1 Georgia,
        serif;
}

.service-top small {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 9px;
    font-weight: 800;
}

.service-symbol {
    background: var(--coral-soft);
    border-radius: 26% 74% 64% 36%/41% 35% 65% 59%;
    place-items: center;
    width: 76px;
    height: 76px;
    margin: 30px 0 24px;
    display: grid;
}

.service-card:nth-child(2) .service-symbol {
    background: #dce3d7;
}

.service-card:nth-child(3) .service-symbol {
    background: #ded9e8;
}

.service-symbol b {
    font-size: 26px;
    font-weight: 600;
}

.service-card h3 {
    letter-spacing: -0.03em;
    margin: 0;
    font-size: 27px;
}

.service-lead {
    min-height: 58px;
    color: var(--muted);
    margin: 9px 0 22px;
    font-size: 13px;
}
.service-bottom {
    margin-top: auto;
}

.service-card ul {
    border-top: 1px solid #e7e0d7;
    margin: 0;
    padding: 18px 0;
    list-style: none;
}

.service-card li {
    padding: 7px 0 7px 20px;
    font-size: 13px;
    position: relative;
}

.service-card li:before {
    content: "";
    background: var(--coral);
    width: 8px;
    height: 2px;
    position: absolute;
    top: 17px;
    left: 0;
}

.estimate {
    color: var(--coral-dark);
    margin: 8px 0 0;
    font-size: 11px;
    font-weight: 700;
}

.service-note {
    border: 1px solid #d6ccc0;
    border-radius: 7px;
    align-items: center;
    gap: 22px;
    margin-top: 32px;
    padding: 20px 26px;
    display: flex;
}

.service-note span {
    color: var(--coral-dark);
    letter-spacing: 0.18em;
    flex: none;
    font-size: 10px;
    font-weight: 850;
}

.service-note p {
    color: var(--muted);
    margin: 0;
    font-size: 13px;
}

.service-break{
    display: none;
}

@media (width<=1000px) {
    .service-grid {
        gap: 12px;
    }

    .service-card {
        padding: 24px 22px;
    }
}
@media (width<=850px) {
    .split-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .service-card:nth-child(2) {
        transform: none;
    }

    .service-lead {
        min-height: auto;
    }

    .service-note {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

@media (min-width: 600px) and (max-width: 850px) {
    .service-break {
        display: block;
    }
}

/* ==========================
   usecase
========================== */
.usecases {
    background: var(--paper);
}

.usecase-layout {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: start;
    gap: 5%;
    display: grid;
}

.usecase-intro {
    padding-top: 20px;
    position: sticky;
    top: 110px;
}

.usecase-intro h2{
    letter-spacing: -0.035em;
    margin: 0;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 650;
    line-height: 1.45;
}

.usecase-intro>p:not(.section-label) {
    color: var(--muted);
    margin: 22px 0 28px;
    font-size: 14px;
}

.text-link.dark {
    color: var(--ink);
    font-size: 13px;
}

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

.usecase-card {
    background: #fff;
    border: 1px solid #e3dcd2;
    border-radius: 7px;
    overflow: hidden;
}

.usecase-visual {
    background: #ead4c8;
    height: 190px;
    position: relative;
    overflow: hidden;
}

.usecase-visual>span {
    z-index: 3;
    color: #332d28a6;
    letter-spacing: 0.18em;
    font-size: 8px;
    font-weight: 850;
    position: absolute;
    top: 15px;
    left: 18px;
}

.usecase-visual i {
    background: #f8f3ec;
    border-radius: 8px;
    width: 145px;
    height: 105px;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-7deg);
    box-shadow: 0 15px 30px #3c302826;
}

.usecase-visual i:before,
.usecase-visual i:after {
    content: "";
    background: #d9684b;
    border-radius: 99px;
    height: 8px;
    position: absolute;
    left: 20px;
    right: 20px;
}

.usecase-visual i:before {
    top: 28px;
    box-shadow: 0 22px #aeb8a5;
}

.usecase-visual i:after {
    background: #b6accb;
    top: 72px;
    right: 55px;
}

.usecase-visual b {
    border: 10px solid #ffffffb3;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    position: absolute;
    bottom: 16px;
    right: 23px;
}

.visual-2 {
    background: #dce3d7;
}

.visual-2 i {
    transform: translate(-50%, -50%) rotate(5deg);
}

.visual-3 {
    background: #ded9e8;
}

.visual-3 i {
    border-radius: 50%;
    width: 124px;
    height: 124px;
}

.visual-4 {
    background: #e7decf;
}

.visual-4 b {
    border-radius: 10px;
    width: 88px;
    height: 88px;
    transform: rotate(13deg);
}

.usecase-copy {
    padding: 22px 22px 25px;
}

.usecase-copy small {
    color: var(--coral-dark);
    letter-spacing: 0.17em;
    font-size: 8px;
    font-weight: 850;
}

.usecase-copy h3 {
    margin: 2px 0 6px;
    font-size: 20px;
}

.usecase-copy p {
    color: var(--muted);
    margin: 0;
    font-size: 12px;
}

@media (width<=1000px) {
    .usecase-layout {
        grid-template-columns: 1fr;
    }

    .usecase-intro {
        margin-bottom: 40px;
        position: static;
    }
}
@media (width<=720px) {
    .usecase-intro h2{
        font-size: 32px;
    }
    .usecase-grid {
        grid-template-columns: 1fr;
    }

    .usecase-intro {
        margin-bottom: 30px;
    }
}

/* ==========================
   strengths
========================== */
.strengths {
    color: #fff;
    background: var(--dark);
    position: relative;
    overflow: hidden;
}

.strengths:before {
    content: "";
    border: 1px solid #da6b4f59;
    border-radius: 50%;
    width: 540px;
    height: 540px;
    position: absolute;
    top: -220px;
    right: -170px;
    box-shadow:
        0 0 0 65px #da6b4f0a,
        0 0 0 130px #da6b4f06;
}

.light-heading .section-label {
    color: #e6a48f;
}

.strength-grid {
    border-top: 1px solid #ffffff29;
    border-bottom: 1px solid #ffffff29;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    position: relative;
}

.strength-grid article {
    border-right: 1px solid #ffffff29;
    min-height: 310px;
    padding: 36px 34px;
}

.strength-grid article:last-child {
    border-right: 0;
}

.strength-grid span {
    color: #e6a48f;
    font:
        italic 27px Georgia,
        serif;
}

.strength-grid h3 {
    margin: 38px 0 14px;
    font-size: 22px;
}

.strength-grid p {
    color: #c5c0bb;
    margin: 0;
    font-size: 13px;
}

.group-note {
    color: #8f8983;
    text-align: center;
    margin: 22px 0 0;
    font-size: 10px;
}

.strengths-break{
    display: block;
}

@media (width<=720px) {
    .strength-grid {
        grid-template-columns: 1fr;
    }

    .strength-grid article {
        border-bottom: 1px solid #ffffff29;
        border-right: 0;
        min-height: 0;
        padding: 32px 24px;
    }

    .strength-grid article:last-child {
        border-bottom: 0;
    }

    .strength-grid h3 {
        margin-top: 20px;
    }
}

@media(max-width:400px){
    .strengths-break{
        display: none;
    }
}

/* ==========================
   flow
========================== */

.flow {
    background: #f6f1e9;
}

.step-list {
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.step-list li {
    grid-template-columns: 70px 32px 1fr;
    gap: 22px;
    min-height: 132px;
    display: grid;
    position: relative;
}

.step-list li:not(:last-child):after {
    content: "";
    background: #c9bfb3;
    width: 1px;
    position: absolute;
    top: 31px;
    bottom: -3px;
    left: 85px;
}

.step-number {
    color: var(--coral-dark);
    text-align: right;
    font:
        italic 21px Georgia,
        serif;
}

.step-dot {
    z-index: 1;
    background: var(--paper);
    border: 3px solid var(--coral);
    border-radius: 50%;
    width: 13px;
    height: 13px;
    margin: 7px auto 0;
}

.step-list h3 {
    margin: 0 0 8px;
    font-size: 20px;
}

.step-list p {
    color: var(--muted);
    margin: 0;
    font-size: 13px;
}

.strengths-break{
    display: block;
}

@media (width<=720px) {
    .step-list li {
        grid-template-columns: 48px 22px 1fr;
        gap: 12px;
        min-height: 145px;
    }

    .step-list li:not(:last-child):after {
        left: 58px;
    }

    .step-list h3 {
        font-size: 17px;
    }
}

/* ==========================
   faq
========================== */

.faq {
    background: #fff;
}

.faq-layout {
    grid-template-columns: 0.7fr 1.3fr;
    align-items: start;
    gap: 1%;
    display: grid;
    height: 100%;
}

.faq-heading {
    position: sticky;
    top: 110px;
}

.faq-heading h2 {
    letter-spacing: -0.035em;
    margin: 0;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 650;
    line-height: 1.45;
}

.faq-heading>p:last-child {
    color: var(--muted);
    font-size: 13px;
}

.faq-list {
    border-top: 1px solid var(--line);
}

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

.faq-list summary {
    cursor: pointer;
    grid-template-columns: 32px 1fr 24px;
    align-items: center;
    gap: 13px;
    padding: 23px 0;
    font-size: 15px;
    font-weight: 700;
    list-style: none;
    display: grid;
    position: relative;
}

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

.faq-list summary>span,
.faq-answer>span {
    color: var(--coral-dark);
    font:
        700 20px Georgia,
        serif;
}

.faq-list summary i:before,
.faq-list summary i:after {
    content: "";
    background: var(--ink);
    width: 14px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 4px;
}

.faq-list summary i:after {
    transition: transform 0.2s;
    transform: rotate(90deg);
}

.faq-list details[open] summary i:after {
    transform: rotate(0);
}

.faq-answer {
    grid-template-columns: 32px 1fr;
    gap: 13px;
    padding: 0 50px 25px 0;
    display: grid;
}

.faq-answer p {
    color: var(--muted);
    margin: 0;
    font-size: 13px;
}

.faq-answer a {
    color: var(--coral-dark);
    text-underline-offset: 3px;
    margin: 0 4px;
    text-decoration: underline;
}

@media (width<=1000px) {
    .faq-layout {
        grid-template-columns: 1fr;
    }

    .faq-heading {
        text-align: center;
        margin-bottom: 40px;
        position: static;
    }
}
@media (width<=720px) {
    .faq-heading h2 {
        font-size: 32px;
    }

    .faq-list summary {
        grid-template-columns: 26px 1fr 20px;
        padding: 20px 0;
        font-size: 13px;
    }

    .faq-answer {
        grid-template-columns: 26px 1fr;
        padding-right: 10px;
    }
}

/* ==========================
   cta
========================== */

.contact {
    color: #fff;
    background: #c45a40;
    padding: 90px 0;
}

.contact-card {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 5%;
    display: grid;
}

.contact .section-label {
    color: #ffd4c8;
}

.contact-label-break {
    display: block;
}

.contact h2 {
    letter-spacing: -0.035em;
    margin: 0;
    font-size: clamp(34px, 4vw, 43px);
    line-height: 1.45;
}

.contact-copy>p:not(.section-label) {
    color: #ffe9e2;
    font-size: 14px;
}

.contact-tags {
    gap: 9px;
    margin-top: 24px;
    display: flex;
}

.contact-tags span {
    border: 1px solid #ffffff8c;
    border-radius: 999px;
    padding: 5px 13px;
    font-size: 10px;
}

.contact-action {
    color: var(--ink);
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 18px 50px #53201433;
}

.contact-action>p {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 800;
}

.contact-action ul {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.contact-action li {
    color: var(--muted);
    padding: 4px 0 4px 22px;
    font-size: 12px;
    position: relative;
}

.contact-action li:before {
    content: "✓";
    color: var(--coral-dark);
    font-weight: 900;
    position: absolute;
    left: 0;
}

.button-light {
    color: #fff;
    background: var(--ink);
    width: 100%;
}

.contact-action small {
    color: #948a80;
    text-align: center;
    margin-top: 10px;
    font-size: 9px;
    display: block;
}

@media (max-width:1230px) {
    .contact-label-break {
        display: none;
    }
}

@media (max-width:990px) {
    .contact {
        padding: 70px 0;
    }
    .contact-label-break {
        display: block;
    }

    .contact-card {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .contact h2 {
        font-size: 33px;
    }
}

/* =========================================
Footer
========================================= */
.footer {
    background-color: #3d3d40;
    color: #89898b;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer .footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 1.25rem;
    padding-top: 10px;
}

.footer a:hover {
    color: white;
}

.footer-copyright {
    font-size: 12px;
    margin-top: 20px;
    justify-content: center;
    text-align: center;
}

.footer-nav{
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.mobile-cta {
    display: none;
}

@media (width<=720px) {
    .mobile-cta {
        z-index: 40;
        color: #fff;
        background: var(--coral-dark);
        justify-content: center;
        align-items: center;
        gap: 18px;
        height: 64px;
        font-weight: 800;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow: 0 -10px 30px #4623192e;
    }
}

@media (min-width: 640px) {
    .footer-nav {
        flex-direction: row;
    }
}


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

    *,
    :before,
    :after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }
}