@charset "utf-8";

/* =========================
   Reset
========================= */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    color: #111;
    background: #eceae6;
    font-family:
        "Helvetica Neue",
        Arial,
        "Hiragino Sans",
        "Yu Gothic",
        Meiryo,
        sans-serif;
    overflow-x: hidden;
}

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

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

button {
    font: inherit;
}

/* =========================
   Header
========================= */
.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 100;
    height: 90px;
    pointer-events: none;
}

.site-header__left,
.site-header__center,
.site-header__right {
    position: absolute;
    top: 28px;
    pointer-events: auto;
}

.site-header__left {
    left: 28px;
}

.site-header__center {
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    color: #222;
    transition: opacity 0.45s ease, transform 0.45s ease;
    white-space: nowrap;
}



.site-header__right {
    right: 28px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.site-logo {
    display: block;
    width: 72px;
}

.site-logo img {
    width: 100%;
    height: auto;
}

.header-link,
.menu-btn {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 0.95rem;
    letter-spacing: 0.06em;
    color: #111;
    cursor: pointer;
}

/* =========================
   FV
========================= */
.fv {
    position: relative;
    min-height: 1450px;
    padding-top: 170px;
    background: #d9d8d4;
    overflow-x: clip;
    overflow-y: visible;
}

.fv__inner {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: flex-start;
    gap: 80px;
    padding-top: 300px;
}

.fv__marquee-wrap {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.fv__marquee {
    display: flex;
    width: max-content;
    animation: marqueeMove 30s linear infinite;
}

.fv__marquee span {
    display: block;
    flex-shrink: 0;
    padding-right: 8vw;
    font-size: clamp(12rem, 26vw, 28rem);
    font-weight: 700;
    line-height: 0.88;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, 0.72);
    white-space: nowrap;
}

@keyframes marqueeMove {
    0% {
        transform: translateX(8%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.fv__top-row {
    flex-shrink: 0;
}

.fv__label {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}

.fv__consultation {
    position: absolute;
    top: 470px;
    right: 40px;
    display: flex;
    align-items: flex-start;
    gap: 28px;
}

.fv__consultation-title {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}

.fv__consultation-link {
    display: inline-block;
    font-size: 1.15rem;
    line-height: 1.45;
    font-weight: 700;
    border-bottom: 1px solid #111;
    padding-bottom: 4px;
}

.fv__title-wrap {
    position: relative;
    z-index: 10;
    width: fit-content;
    margin-left: 0;
    margin-bottom: 0;
    mix-blend-mode: difference;
}

.fv__title {
    margin: 0;
    font-size: clamp(1.8rem, 3.2vw, 3.4rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #fff;
    position: relative;
    z-index: 10;
}

.fv__title span,
.fv__title strong {
    font-weight: 800;
}

.fv__desc {
    margin: 0;
    padding: 232px 40px 32px;
    font-size: 13px;
    line-height: 1.9;
    color: #555;
    text-align: right;
}











.fv__consultation-note {
    font-size: 0.72rem;
    font-weight: 400;
    opacity: 0.7;
    letter-spacing: 0.04em;
}

/* Three.js FV Animation */
#three-container {
    position: relative;
    z-index: 2;
    width: 100%;
    height: min(46vw, 760px);
    overflow: hidden;
}

#three-container canvas {
    display: block;
    background-image: radial-gradient(#666, #333);
}



/* =========================
   Solutions Section
========================= */
.solutions-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 60% at 18% 0%, rgba(63,143,161,0.15), transparent),
        radial-gradient(ellipse 55% 65% at 88% 100%, rgba(219,174,88,0.10), transparent),
        #080e14;
    padding: 96px 60px 110px;
}

.solutions-section::before {
    content: "SOLUTIONS";
    position: absolute;
    right: -0.04em;
    top: 16px;
    pointer-events: none;
    font-size: clamp(3.5rem, 10vw, 8.5rem);
    font-weight: 800;
    line-height: 0.8;
    letter-spacing: 0.06em;
    white-space: nowrap;
    background: linear-gradient(135deg, rgba(63,143,161,0.13) 0%, rgba(219,174,88,0.08) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.solutions-section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 28px 28px;
}

.solutions-section__header {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto 52px;
}

.solutions-section__label {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #3f8fa1;
}

.solutions-section__label::before {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
}

.solutions-section__sublabel {
    margin: 0;
    font-size: 0.82rem;
    color: #7a9aa6;
    letter-spacing: 0.03em;
    line-height: 1.7;
}















/* =========================
   Strength Section
========================= */
.strength-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(63,143,161,0.12), transparent),
        radial-gradient(ellipse 50% 40% at 10% 100%, rgba(219,174,88,0.08), transparent),
        #080e14;
    padding: 96px 60px 110px;
}

.strength-section::before {
    content: "STRENGTH";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    font-size: clamp(5rem, 15vw, 13rem);
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: 0.1em;
    white-space: nowrap;
    background: linear-gradient(135deg, rgba(255,255,255,0.035) 0%, rgba(63,143,161,0.05) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    z-index: 0;
}

.strength-section__header {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto 52px;
}

.strength-section__label {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #3f8fa1;
}

.strength-section__label::before {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
}

.strength-section__sublabel {
    margin: 18px 0 0;
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.1;
    background: linear-gradient(135deg, #f0ede8 20%, #d4b96a 55%, #8fccd6 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.strength-list {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    max-width: 1240px;
}

.strength-list__item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    aspect-ratio: 3 / 4;
    border: 1px solid rgba(255,255,255,0.07);
    transition: box-shadow 0.4s ease, border-color 0.4s ease;
}

.strength-list__item:hover {
    box-shadow:
        0 0 0 1px rgba(63,143,161,0.45),
        0 28px 70px rgba(0,0,0,0.45);
    border-color: rgba(63,143,161,0.25);
}

.strength-list__item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgba(8,12,18,0.12) 0%,
        rgba(8,12,18,0.06) 35%,
        rgba(8,12,18,0.62) 70%,
        rgba(8,12,18,0.94) 100%
    );
    transition: background 0.5s ease;
    pointer-events: none;
}

.strength-list__item:hover::before {
    background: linear-gradient(
        to bottom,
        rgba(8,12,18,0.22) 0%,
        rgba(8,12,18,0.08) 35%,
        rgba(30,80,100,0.42) 66%,
        rgba(8,12,18,0.96) 100%
    );
}

.strength-list__item:nth-child(1)::after { content: "01"; }
.strength-list__item:nth-child(2)::after { content: "02"; }
.strength-list__item:nth-child(3)::after { content: "03"; }
.strength-list__item:nth-child(4)::after { content: "04"; }

.strength-list__item::after {
    position: absolute;
    top: -0.12em;
    right: -0.04em;
    z-index: 2;
    font-size: 7rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    background: linear-gradient(180deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.02) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.strength-list__item:hover::after {
    opacity: 0.5;
}

.strength-list__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    aspect-ratio: unset;
    background: linear-gradient(145deg, rgba(8,14,20,0.18), transparent), url("../img/strategy-planning.jpg") center / cover;
    transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
    z-index: 0;
}

.strength-list__item:nth-child(2) .strength-list__img {
    background-image: linear-gradient(145deg, rgba(8,14,20,0.18), transparent), url("../img/content-production.jpg");
}

.strength-list__item:nth-child(3) .strength-list__img {
    background-image: linear-gradient(145deg, rgba(8,14,20,0.22), transparent), url("../img/about-studio.jpg");
}

.strength-list__item:nth-child(4) .strength-list__img {
    background-image: linear-gradient(145deg, rgba(8,14,20,0.22), transparent), url("../img/operation-flow.jpg");
}

.strength-list__item:hover .strength-list__img {
    transform: scale(1.06);
}





.strength-list__text {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 22px 26px;
    margin: 0;
    font-size: clamp(0.86rem, 1.05vw, 0.98rem);
    line-height: 1.7;
    font-weight: 700;
    color: #f0ede8;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 10px rgba(0,0,0,0.55);
}























/* =========================
   Target Section
========================= */
.target-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 60% 55% at 5% 20%, rgba(63,143,161,0.08), transparent),
        radial-gradient(ellipse 50% 60% at 95% 80%, rgba(219,174,88,0.07), transparent),
        #f4f1ec;
    padding: 96px 60px 110px;
}

.target-section::before {
    content: "FOR";
    position: absolute;
    right: -0.04em;
    top: 16px;
    pointer-events: none;
    font-size: clamp(8rem, 22vw, 18rem);
    font-weight: 800;
    line-height: 0.8;
    letter-spacing: 0.06em;
    background: linear-gradient(135deg, rgba(20,20,18,0.05) 0%, rgba(63,143,161,0.04) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.target-section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(rgba(63,143,161,0.065) 1px, transparent 1px);
    background-size: 28px 28px;
}

.target-section__header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 80px;
    max-width: 1240px;
    margin: 0 auto 56px;
}

.target-section__label {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #3f8fa1;
    flex-shrink: 0;
    padding-top: 6px;
}

.target-section__label::before {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
}

.target-section__intro {
    flex: 1;
}

.target-section__title {
    margin: 0 0 16px;
    font-size: clamp(1.6rem, 3vw, 2.6rem);
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.25;
    background: linear-gradient(135deg, #141412 20%, #9a7630 60%, #2a7080 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.target-section__desc {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.95;
    color: #5a6e75;
}

.target-list {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1240px;
    border-top: 1px solid rgba(63,143,161,0.15);
}

.target-list__item {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(63,143,161,0.12);
    position: relative;
    overflow: hidden;
    cursor: default;
    transition: padding-left 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.target-list__item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(63,143,161,0.10) 0%,
        rgba(63,143,161,0.05) 55%,
        transparent 100%
    );
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    z-index: 0;
}

.target-list__item:hover::before {
    transform: translateX(0);
}

.target-list__item:hover {
    padding-left: 8px;
}

.target-list__num {
    position: relative;
    z-index: 1;
    font-size: 0.65rem;
    letter-spacing: 0.22em;
    color: #DBAE58;
    font-weight: 800;
    min-width: 52px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.target-list__num::after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: rgba(219,174,88,0.45);
    flex-shrink: 0;
}

.target-list__text {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: clamp(1rem, 1.8vw, 1.4rem);
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.65;
    color: #3a4a50;
    flex: 1;
}

.target-list__text strong {
    font-weight: 700;
    color: #141412;
}





/* =========================
   Accessibility
========================= */
a:focus-visible,
button:focus-visible {
    outline: 2px solid #DBAE58;
    outline-offset: 4px;
    border-radius: 2px;
}

/* =========================
   Mobile Navigation
========================= */
.site-nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 190;
    cursor: pointer;
}



.site-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(320px, 88vw);
    background: #0f0d0b;
    padding: 80px 36px 48px;
    z-index: 200;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow-y: auto;
}



.site-nav__close {
    position: absolute;
    top: 24px;
    right: 24px;
    background: transparent;
    border: none;
    color: #888;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 8px;
    line-height: 1;
    transition: color 0.2s ease;
}

.site-nav__close:hover {
    color: #f0ede8;
}

.site-nav a {
    color: #888;
    font-size: 0.88rem;
    letter-spacing: 0.06em;
    padding: 14px 0;
    border-bottom: 1px solid #1e1b18;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: block;
}

.site-nav a:hover {
    color: #f0ede8;
    padding-left: 6px;
}

.site-nav__cta {
    margin-top: 20px !important;
    background: #DBAE58 !important;
    color: #111 !important;
    padding: 16px 24px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    border-bottom: none !important;
    text-align: center;
}

.site-nav__cta:hover {
    background: #C49A3C !important;
    padding-left: 24px !important;
}

/* Service list block link */
.service-list__item-link {
    color: inherit;
    text-decoration: none;
    display: block;
}

.service-list__item-link::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
}

/* =========================
   Solutions Cards (課題別)
========================= */
.solutions-section__title {
    margin: 18px 0 12px;
    font-size: clamp(1.6rem, 3.2vw, 2.8rem);
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.2;
    background: linear-gradient(135deg, #f0ede8 20%, #d4b96a 55%, #8fccd6 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.solutions-cards {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    max-width: 1240px;
    margin: 0 auto;
}

.solutions-card {
    position: relative;
    overflow: hidden;
    padding: 34px 26px 36px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    border: 1px solid transparent;
    border-radius: 20px;
    background:
        linear-gradient(rgba(10, 18, 28, 0.90), rgba(10, 18, 28, 0.90)) padding-box,
        linear-gradient(135deg, rgba(63,143,161,0.48), rgba(219,174,88,0.24)) border-box;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.35s ease;
}

.solutions-card::before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 80px;
    background: radial-gradient(ellipse, rgba(63,143,161,0.22), transparent 70%);
    pointer-events: none;
    opacity: 0.6;
    transition: opacity 0.4s ease;
}

.solutions-card:hover {
    transform: translateY(-4px);
    background:
        linear-gradient(rgba(10, 18, 28, 0.80), rgba(10, 18, 28, 0.80)) padding-box,
        linear-gradient(135deg, rgba(63,143,161,0.72), rgba(219,174,88,0.42)) border-box;
}

.solutions-card:hover::before {
    opacity: 1;
}

.solutions-card__head {
    position: relative;
    padding-bottom: 18px;
}

.solutions-card__head::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(63,143,161,0.42), rgba(219,174,88,0.22), transparent);
}





.solutions-card__title {
    margin: 0;
    font-size: clamp(1rem, 1.3vw, 1.15rem);
    font-weight: 700;
    color: #eae6e0;
    letter-spacing: 0.02em;
    line-height: 1.55;
}

.solutions-card__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex: 1;
}

.solutions-card__list li {
    font-size: 0.78rem;
    color: #7ab8c5;
    letter-spacing: 0.03em;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
}

.solutions-card__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    color: #488A99;
    background: none;
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 800;
}































/* =========================
   About Section
========================= */
.about-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 50% at 15% 100%, rgba(100, 40, 180, 0.12), transparent),
        radial-gradient(ellipse 60% 70% at 85% 0%, rgba(63, 143, 161, 0.15), transparent),
        linear-gradient(150deg, #09151e 0%, #0d1e2b 55%, #0b1a27 100%);
    padding: 96px 60px 110px;
    border-top: 1px solid rgba(63, 143, 161, 0.22);
}

.about-section::before {
    content: "ABOUT";
    position: absolute;
    right: -0.05em;
    top: 30px;
    pointer-events: none;
    font-size: clamp(6rem, 16vw, 14rem);
    font-weight: 800;
    line-height: 0.8;
    letter-spacing: 0.04em;
    background: linear-gradient(135deg, rgba(63,143,161,0.20) 0%, rgba(219,174,88,0.12) 50%, rgba(100,60,200,0.14) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(rgba(63,143,161,0.07) 1px, transparent 1px),
        radial-gradient(ellipse at 5% 50%, rgba(63, 143, 161, 0.18), transparent 40%),
        radial-gradient(ellipse at 95% 20%, rgba(219, 174, 88, 0.12), transparent 36%),
        radial-gradient(ellipse at 55% 95%, rgba(100, 50, 190, 0.11), transparent 40%);
    background-size: 28px 28px, auto, auto, auto;
    animation: aboutOrbs 10s ease-in-out infinite alternate;
}

@keyframes aboutOrbs {
    0% { opacity: 0.6; }
    100% { opacity: 1; }
}

.about-section__header {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto 52px;
}

.about-section__label {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #3f8fa1;
}

.about-section__label::before {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
}

.about-section__title {
    margin: 18px 0 0;
    font-size: clamp(2rem, 4.5vw, 4.2rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0.01em;
    background: linear-gradient(135deg, #f0ede8 25%, #d4b96a 60%, #8fccd6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-section__body {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: clamp(44px, 7vw, 90px);
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
}

.about-section__text {
    min-width: 0;
}

.about-section__lead {
    margin: 0 0 22px;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 700;
    color: #e8e4de;
    line-height: 1.65;
    letter-spacing: 0.02em;
}

.about-section__desc {
    margin: 0 0 28px;
    font-size: 0.9rem;
    line-height: 2;
    color: #8aacb5;
}

.about-section__tags {
    list-style: none;
    margin: 0 0 34px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.about-section__tags li {
    padding: 8px 16px;
    border: 1px solid transparent;
    border-radius: 999px;
    background:
        linear-gradient(rgba(9, 21, 30, 0.70), rgba(9, 21, 30, 0.70)) padding-box,
        linear-gradient(135deg, rgba(63,143,161,0.65), rgba(219,174,88,0.42)) border-box;
    color: #a8d0d9;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    backdrop-filter: blur(8px);
}

.about-section__info {
    margin: 0 0 36px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border-top: 0;
}

.about-section__info-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 22px;
    border: 1px solid transparent;
    border-radius: 16px;
    background:
        linear-gradient(rgba(9, 21, 30, 0.80), rgba(9, 21, 30, 0.80)) padding-box,
        linear-gradient(135deg, rgba(63,143,161,0.42), rgba(219,174,88,0.24), rgba(100,50,180,0.20)) border-box;
    backdrop-filter: blur(20px);
    transition: background 0.35s ease, transform 0.25s ease;
}

.about-section__info-row:last-child {
    grid-column: 1 / -1;
}

.about-section__info-row:hover {
    transform: translateY(-2px);
    background:
        linear-gradient(rgba(9, 21, 30, 0.70), rgba(9, 21, 30, 0.70)) padding-box,
        linear-gradient(135deg, rgba(63,143,161,0.65), rgba(219,174,88,0.40), rgba(100,50,180,0.28)) border-box;
}

.about-section__info-row dt {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
    color: #DBAE58;
    font-weight: 800;
    text-transform: uppercase;
}

.about-section__info-row dd {
    margin: 0;
    font-size: 0.84rem;
    color: #c5dde3;
    line-height: 1.6;
    font-weight: 500;
}

.about-section__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    border-radius: 999px;
    background: linear-gradient(135deg, #DBAE58 0%, #c8a040 100%);
    color: #0c1c24;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    box-shadow:
        0 18px 44px rgba(219, 174, 88, 0.26),
        0 0 0 1px rgba(219, 174, 88, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.about-section__btn::after {
    content: "→";
    font-size: 1em;
    display: inline-block;
    transition: transform 0.25s ease;
}

.about-section__btn:hover {
    background: linear-gradient(135deg, #e8c570 0%, #d4aa52 100%);
    transform: translateY(-3px);
    box-shadow:
        0 26px 58px rgba(219, 174, 88, 0.38),
        0 0 0 1px rgba(219, 174, 88, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.about-section__btn:hover::after {
    transform: translateX(5px);
}

.about-section__img {
    position: relative;
    aspect-ratio: 4 / 3;
    background: linear-gradient(145deg, rgba(17, 19, 20, 0.22), rgba(219,174,88,0.08)), url("../img/about-studio.jpg") center / cover;
    width: 100%;
    border-radius: var(--radius);
    box-shadow:
        0 28px 90px rgba(20,20,18,0.20),
        0 0 0 1px rgba(63,143,161,0.14);
    overflow: hidden;
}

.about-section__img::before {
    content: "ROOK UNIVERSE";
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 9px 14px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 999px;
    background: rgba(9, 17, 24, 0.55);
    color: #f8f6f1;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    backdrop-filter: blur(14px);
    z-index: 1;
}

.about-section__img::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: calc(var(--radius) - 2px);
    pointer-events: none;
    z-index: 1;
}

.about-section__img-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    padding: 14px 18px;
    border: 1px solid transparent;
    border-radius: 16px;
    background:
        linear-gradient(rgba(9, 17, 24, 0.72), rgba(9, 17, 24, 0.72)) padding-box,
        linear-gradient(135deg, rgba(219,174,88,0.55), rgba(63,143,161,0.40)) border-box;
    backdrop-filter: blur(18px);
}



.about-section__img-badge-label {
    font-size: 0.66rem;
    color: #8aacb5;
    letter-spacing: 0.12em;
    font-weight: 600;
    display: block;
}















/* =========================
   FAQ Button Accessibility
========================= */
.faq-list__q {
    width: 100%;
    text-align: left;
    border: none;
}

/* =========================
   Mid CTA
========================= */
.mid-cta {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 65% 90% at 0% 50%, rgba(63,143,161,0.24), transparent),
        radial-gradient(ellipse 55% 80% at 100% 50%, rgba(219,174,88,0.16), transparent),
        linear-gradient(135deg, #0c1820 0%, #101e28 55%, #0d1a22 100%);
    padding: 56px 60px;
}

.mid-cta::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 18px;
    pointer-events: none;
    z-index: 0;
}

.mid-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 24px 24px;
    z-index: 0;
}

.mid-cta__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.mid-cta__text {
    flex: 1;
}

.mid-cta__title {
    margin: 0 0 10px;
    font-size: clamp(1rem, 1.6vw, 1.4rem);
    font-weight: 700;
    color: #f0ede8;
    letter-spacing: 0.02em;
    line-height: 1.55;
}

.mid-cta__sub {
    margin: 0;
    font-size: 0.82rem;
    color: #7fb5c2;
    line-height: 1.75;
    letter-spacing: 0.03em;
}

.mid-cta__action {
    flex-shrink: 0;
    text-align: center;
}

.mid-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    border-radius: 999px;
    background: linear-gradient(135deg, #DBAE58 0%, #c8a040 100%);
    color: #0c1820;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    box-shadow:
        0 14px 36px rgba(219, 174, 88, 0.30),
        inset 0 1px 0 rgba(255,255,255,0.28);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    white-space: nowrap;
}

.mid-cta__btn::after {
    content: "→";
    font-size: 1em;
    display: inline-block;
    transition: transform 0.25s ease;
}

.mid-cta__btn:hover {
    background: linear-gradient(135deg, #e8c570 0%, #d4aa52 100%);
    transform: translateY(-3px);
    box-shadow:
        0 22px 50px rgba(219, 174, 88, 0.42),
        inset 0 1px 0 rgba(255,255,255,0.36);
}

.mid-cta__btn:hover::after {
    transform: translateX(5px);
}

.mid-cta__note {
    margin: 10px 0 0;
    font-size: 0.68rem;
    color: rgba(160,195,210,0.75);
    letter-spacing: 0.08em;
}

.mid-cta__label {
    margin: 0 0 12px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(219, 174, 88, 0.95);
}

.mid-cta--final {
    position: relative;
    overflow: hidden;
    padding: 76px 60px;
    background:
        radial-gradient(circle at 18% 16%, rgba(219, 174, 88, 0.24), transparent 22rem),
        radial-gradient(circle at 86% 28%, rgba(63, 143, 161, 0.32), transparent 25rem),
        linear-gradient(135deg, #101112 0%, #1a1410 100%);
}

.mid-cta--final::before {
    content: "";
    position: absolute;
    inset: 14px;
    pointer-events: none;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: var(--radius);
}

.mid-cta--final::after {
    content: "相談";
    position: absolute;
    right: 7vw;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: clamp(5rem, 14vw, 12rem);
    font-weight: 800;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,0.065);
    opacity: 0.9;
}

.mid-cta--final .mid-cta__inner {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    padding: 36px 0;
}

.mid-cta--final .mid-cta__title {
    margin-bottom: 12px;
    font-size: clamp(1.35rem, 3vw, 2.45rem);
    line-height: 1.35;
}

.mid-cta--final .mid-cta__sub {
    max-width: 560px;
    font-size: 0.9rem;
    color: rgba(240, 237, 232, 0.68);
}

.mid-cta--final .mid-cta__btn {
    position: relative;
    overflow: hidden;
    border-radius: 999px;
    padding: 18px 42px;
    box-shadow: 0 18px 46px rgba(219, 174, 88, 0.22);
}

.mid-cta--final .mid-cta__btn::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.38), transparent);
    transform: translateX(-120%);
    transition: transform 0.5s ease;
}

.mid-cta--final .mid-cta__btn:hover::after {
    transform: translateX(120%);
}

.mid-cta--final .mid-cta__note {
    color: rgba(240, 237, 232, 0.58);
}









































































































/* =========================
   Service Section
========================= */
.service-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 65% 60% at 88% 12%, rgba(63,143,161,0.16), transparent),
        radial-gradient(ellipse 50% 50% at 8% 88%, rgba(219,174,88,0.09), transparent),
        #0c1118;
    padding: 96px 60px 110px;
}

.service-section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 32px 32px;
    z-index: 0;
}

.service-section__header {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    max-width: 1240px;
    margin: 0 auto 72px;
}

.service-section__label {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #3f8fa1;
}

.service-section__label::before {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
}

.service-section__title {
    margin: 18px 0 0;
    font-size: clamp(2rem, 4.5vw, 4rem);
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.1;
    background: linear-gradient(135deg, #f0ede8 20%, #d4b96a 55%, #8fccd6 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.service-list {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1240px;
    border-top: 1px solid rgba(255,255,255,0.07);
}

.service-list__item {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 36px 10px 36px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: padding-left 0.4s ease;
}

.service-list__item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(63,143,161,0.18) 0%,
        rgba(63,143,161,0.08) 55%,
        transparent 100%
    );
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    z-index: 0;
}

.service-list__item:hover::before {
    transform: translateX(0);
}





.service-list__name {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2.8rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #f0ede8;
    flex: 1;
    transition: letter-spacing 0.45s cubic-bezier(0.76, 0, 0.24, 1);
}

.service-list__item:hover .service-list__name {
    letter-spacing: 0.02em;
}

.service-list__arrow {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.12);
    font-size: 1rem;
    color: rgba(255,255,255,0.30);
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.service-list__item:hover .service-list__arrow {
    background: linear-gradient(135deg, #DBAE58, #c8a040);
    border-color: transparent;
    color: #0c1118;
    transform: translateX(4px);
    box-shadow: 0 8px 24px rgba(219,174,88,0.35);
}

/* =========================
   FAQ Section
========================= */
.faq-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 18%, rgba(219, 174, 88, 0.18), transparent 24rem),
        radial-gradient(circle at 88% 8%, rgba(63, 143, 161, 0.16), transparent 26rem),
        linear-gradient(135deg, #f8f6f1 0%, #ece8df 100%);
    padding: 96px 60px 110px;
    border-top: 1px solid rgba(20,20,18,0.10);
}

.faq-section::before {
    content: "FAQ";
    position: absolute;
    right: -0.04em;
    top: 24px;
    pointer-events: none;
    font-size: clamp(7rem, 18vw, 16rem);
    font-weight: 800;
    line-height: 0.8;
    letter-spacing: 0.02em;
    color: transparent;
    -webkit-text-stroke: 1px rgba(20,20,18,0.07);
    opacity: 0.9;
}

.faq-section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(20,20,18,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20,20,18,0.035) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.78), transparent 76%);
}

.faq-section__header {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: clamp(28px, 7vw, 90px);
    align-items: end;
    max-width: 1180px;
    margin: 0 auto 52px;
}

.faq-section__label {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #DBAE58;
}

.faq-section__label::before {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
}



.faq-section__intro {
    min-width: 0;
}

.faq-section__title {
    margin: 0 0 16px;
    font-size: clamp(2rem, 4.8vw, 4.6rem);
    line-height: 1.05;
    letter-spacing: 0.01em;
    color: #111;
}

.faq-section__desc {
    margin: 0;
    max-width: 620px;
    font-size: 0.9rem;
    line-height: 2;
    color: #666;
}

.faq-list {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
    max-width: 1180px;
    margin: 0 auto;
}

.faq-list__item {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    border: 1px solid rgba(20,20,18,0.10);
    background:
        linear-gradient(135deg, rgba(255,255,255,0.86), rgba(255,255,255,0.42)),
        rgba(255, 255, 255, 0.72);
    box-shadow: 0 22px 70px rgba(20, 20, 18, 0.10);
    backdrop-filter: blur(16px);
    transition: border-color 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.faq-list__item::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg, #DBAE58, rgba(63, 143, 161, 0.5));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.faq-list__item:hover {
    border-color: rgba(219, 174, 88, 0.55);
    transform: translateY(-2px);
}



.faq-list__q {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 22px;
    background: transparent;
    border: 0;
    color: #111;
    padding: 26px 30px;
    font-size: clamp(0.98rem, 1.25vw, 1.16rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: left;
    cursor: pointer;
    user-select: none;
    list-style: none;
    position: relative;
    transition: color 0.3s ease;
}

.faq-list__q:hover {
    color: #3f8fa1;
}



.faq-list__q-mark {
    flex-shrink: 0;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(219, 174, 88, 0.42);
    border-radius: 999px;
    background: rgba(219, 174, 88, 0.08);
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    color: #DBAE58;
    font-weight: 800;
}

.faq-list__icon {
    flex-shrink: 0;
    margin-left: auto;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 999px;
    border: 1px solid rgba(20,20,18,0.12);
    background: rgba(255,255,255,0.55);
}

.faq-list__icon::before,
.faq-list__icon::after {
    content: "";
    position: absolute;
    background: #DBAE58;
    border-radius: 1px;
    transition: transform 0.35s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.3s ease;
}

.faq-list__icon::before {
    width: 14px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    margin-left: -7px;
}

.faq-list__icon::after {
    width: 1px;
    height: 14px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    margin-top: -7px;
}



.faq-list__a {
    margin: 0;
    background: transparent;
    color: #555;
    font-size: 0.85rem;
    line-height: 1.9;
    padding: 0 86px 0 92px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.76, 0, 0.24, 1), padding 0.45s cubic-bezier(0.76, 0, 0.24, 1);
}



/* =========================
   Flow Section
========================= */
.flow-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 12%, rgba(219, 174, 88, 0.18), transparent 24rem),
        radial-gradient(circle at 88% 8%, rgba(63, 143, 161, 0.16), transparent 24rem),
        linear-gradient(135deg, #f8f6f1 0%, #ebe7df 100%);
    padding: 96px 60px 110px;
    border-top: 1px solid rgba(20,20,18,0.10);
}

.flow-section::before {
    content: "FLOW";
    position: absolute;
    right: -0.06em;
    top: 34px;
    pointer-events: none;
    font-size: clamp(6rem, 17vw, 15rem);
    font-weight: 800;
    line-height: 0.8;
    letter-spacing: 0.04em;
    color: transparent;
    -webkit-text-stroke: 1px rgba(20,20,18,0.07);
}

.flow-section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(20,20,18,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20,20,18,0.035) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.75), transparent 78%);
}

.flow-section__top {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto 58px;
}

.flow-section__intro {
    min-width: 0;
    text-align: left;
}

.flow-section__title {
    margin: 0 0 18px;
    font-size: clamp(2rem, 4.5vw, 4.2rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0.01em;
    color: #111;
}

.flow-section__desc {
    margin: 0;
    max-width: 620px;
    font-size: 0.9rem;
    line-height: 2;
    color: #666;
}

.flow-steps {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    counter-reset: flow-counter;
    max-width: 1240px;
}

.flow-steps::before {
    content: "";
    position: absolute;
    left: 9%;
    right: 9%;
    top: 52px;
    height: 1px;
    background: linear-gradient(90deg, rgba(219,174,88,0), rgba(219,174,88,0.52), rgba(63,143,161,0.52), rgba(63,143,161,0));
    pointer-events: none;
}

.flow-steps__item {
    position: relative;
    min-width: 0;
    padding: 76px 22px 28px;
    border: 1px solid rgba(20,20,18,0.10);
    border-radius: var(--radius);
    background:
        linear-gradient(145deg, rgba(255,255,255,0.82), rgba(255,255,255,0.44)),
        rgba(255,255,255,0.72);
    box-shadow: 0 22px 70px rgba(20, 20, 18, 0.10);
    overflow: hidden;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.flow-steps__item + .flow-steps__item::before {
    content: "";
    position: absolute;
    top: 43px;
    left: -9px;
    width: 18px;
    height: 18px;
    border-top: 1px solid rgba(219,174,88,0.58);
    border-right: 1px solid rgba(219,174,88,0.58);
    transform: rotate(45deg);
    pointer-events: none;
}

.flow-steps__item:hover {
    transform: translateY(-6px);
    border-color: rgba(219,174,88,0.45);
    box-shadow: 0 30px 90px rgba(20, 20, 18, 0.14);
}

.flow-steps__item::after {
    content: "";
    position: absolute;
    right: -4rem;
    top: -4rem;
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    background: rgba(63,143,161,0.10);
    pointer-events: none;
}

.flow-steps__img {
    position: absolute;
    inset: 0 0 auto;
    height: 96px;
    width: 100%;
    background: linear-gradient(145deg, rgba(17, 19, 20, 0.28), rgba(219,174,88,0.10)), url("../img/consultation-flow.jpg") center / cover;
    margin-bottom: 0;
    opacity: 0.92;
}

.flow-steps__item:nth-child(2) .flow-steps__img {
    background-image: linear-gradient(145deg, rgba(17, 19, 20, 0.28), rgba(63,143,161,0.10)), url("../img/strategy-planning.jpg");
}

.flow-steps__item:nth-child(3) .flow-steps__img {
    background-image: linear-gradient(145deg, rgba(17, 19, 20, 0.28), rgba(219,174,88,0.10)), url("../img/content-production.jpg");
}

.flow-steps__item:nth-child(4) .flow-steps__img {
    background-image: linear-gradient(145deg, rgba(17, 19, 20, 0.28), rgba(63,143,161,0.10)), url("../img/operation-flow.jpg");
}

.flow-steps__num {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 28px;
    margin: 0 0 34px;
    border-radius: 999px;
    background: #111;
    color: #DBAE58;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    font-weight: 800;
}

.flow-steps__name {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    font-size: clamp(1rem, 1.3vw, 1.2rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #111;
    line-height: 1.5;
}

.flow-steps__desc {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.9;
    color: #666;
}



































































































@keyframes estimateOrbs {
    0% { opacity: 0.6; }
    100% { opacity: 1; }
}










































/* =========================
   News / Blog Section
========================= */
.news-section {
    position: relative;
    z-index: 2;
    background:
        radial-gradient(circle at 90% 0%, rgba(219, 174, 88, 0.16), transparent 24rem),
        #eceae6;
    padding: 90px 60px 110px;
    border-top: 1px solid #c8c5c0;
}

.news-section__header {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 52px;
}

.news-section__label {
    margin: 0 0 10px;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #111;
}

.news-section__title {
    margin: 0 0 14px;
    font-size: clamp(1.6rem, 3vw, 2.6rem);
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: #111;
}

.news-section__desc {
    margin: 0;
    max-width: 560px;
    font-size: 0.86rem;
    line-height: 1.95;
    color: #666;
}

.news-section__more {
    position: relative;
    z-index: 4;
    display: inline-flex;
    pointer-events: auto;
    flex-shrink: 0;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    color: #111;
    border: 1px solid rgba(17, 17, 17, 0.16);
    border-radius: 999px;
    padding: 12px 18px;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.news-section__more:hover {
    color: #f0ede8;
    background: #2c2420;
    border-color: #2c2420;
}

.news-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 14px 28px;
}

.news-list__link {
    display: grid;
    min-height: 100%;
    color: inherit;
}

.news-list__item {
    min-width: 0;
}

.news-list__item:first-child {
    grid-row: 1 / span 3;
}

.news-list__item:first-child .news-list__link {
    background: #f5f3ef;
    border: 1px solid rgba(17, 17, 17, 0.1);
}

.news-list__item:not(:first-child) .news-list__link {
    grid-template-columns: 142px minmax(0, 1fr);
    align-items: stretch;
    gap: 18px;
    padding: 16px 0;
    border-top: 1px solid rgba(17, 17, 17, 0.12);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.news-list__img {
    aspect-ratio: 16 / 9;
    width: 100%;
    background: linear-gradient(145deg, rgba(44, 36, 32, 0.18), rgba(26, 25, 23, 0.08)), url("../img/strategy-planning.jpg") center / cover;
    margin-bottom: 0;
    overflow: hidden;
    transition: opacity 0.3s ease;
}

.news-list__item:first-child .news-list__img {
    aspect-ratio: 16 / 8.2;
}

.news-list__item:not(:first-child) .news-list__img {
    aspect-ratio: 1 / 1;
    min-height: 118px;
}

.news-list__item:nth-child(2) .news-list__img {
    background-image: linear-gradient(145deg, rgba(44, 36, 32, 0.18), rgba(26, 25, 23, 0.08)), url("../img/content-production.jpg");
}

.news-list__item:nth-child(3) .news-list__img {
    background-image: linear-gradient(145deg, rgba(44, 36, 32, 0.18), rgba(26, 25, 23, 0.08)), url("../img/hero-strategy.jpg");
}

.news-list__item:nth-child(4) .news-list__img {
    background-image: linear-gradient(145deg, rgba(44, 36, 32, 0.18), rgba(26, 25, 23, 0.08)), url("../img/operation-flow.jpg");
}

.news-list__item:nth-child(5) .news-list__img {
    background-image: linear-gradient(145deg, rgba(44, 36, 32, 0.18), rgba(26, 25, 23, 0.08)), url("../img/consultation-flow.jpg");
}

.home-page .news-list__item:nth-child(5) {
    display: none;
}

.news-list__link:hover .news-list__img {
    opacity: 0.82;
}

.news-list__item:not(:first-child) .news-list__link:hover {
    border-color: rgba(17, 17, 17, 0.32);
    transform: translateX(4px);
}

.news-list__body {
    min-width: 0;
}

.news-list__item:first-child .news-list__body {
    padding: 34px 38px 38px;
}

.news-list__meta {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.news-list__cat {
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    color: #fff;
    background: #2c2420;
    padding: 3px 10px;
    font-weight: 500;
}

.news-list__date {
    font-size: 0.72rem;
    color: #999;
    letter-spacing: 0.04em;
}

.news-list__title {
    margin: 0;
    font-size: clamp(0.92rem, 1.1vw, 1.05rem);
    font-weight: 700;
    line-height: 1.7;
    color: #222;
    letter-spacing: 0.02em;
    transition: color 0.2s ease;
}

.news-list__item:first-child .news-list__title {
    max-width: 680px;
    font-size: clamp(1.35rem, 2.3vw, 2.1rem);
    line-height: 1.45;
}

.news-list__excerpt {
    margin: 14px 0 0;
    font-size: 0.78rem;
    line-height: 1.85;
    color: #666;
}

.news-list__item:not(:first-child) .news-list__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-list__link:hover .news-list__title {
    color: #8B6914;
}

/* =========================
   Contact Section
========================= */
.contact-section {
    position: relative;
    overflow: hidden;
    background: #111;
    padding: 0;
}

.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/contact-wave-bg.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: 0 50%;
    opacity: 0.72;
    animation: contactBgLoop 80s linear infinite;
    pointer-events: none;
}

.contact-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(17, 17, 17, 0.88), rgba(17, 17, 17, 0.42) 45%, rgba(17, 17, 17, 0.88)),
        linear-gradient(180deg, rgba(17, 17, 17, 0.72), rgba(17, 17, 17, 0.36) 48%, rgba(17, 17, 17, 0.78));
    pointer-events: none;
}

@keyframes contactBgLoop {
    0% {
        background-position: 0 50%;
    }
    100% {
        background-position: -1916px 50%;
    }
}

.contact-section__inner {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto;
    padding: 132px 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.contact-section__label {
    margin: 0 0 24px;
    padding: 8px 14px;
    border: 1px solid rgba(219, 174, 88, 0.32);
    border-radius: 999px;
    background: rgba(219, 174, 88, 0.08);
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #DBAE58;
    font-weight: 600;
}

.contact-section__title {
    margin: 0 0 24px;
    max-width: 760px;
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #f0ede8;
    line-height: 1.28;
    overflow-wrap: normal;
    word-break: keep-all;
}

.contact-section__desc {
    margin: 0 0 34px;
    max-width: 680px;
    font-size: 0.9rem;
    line-height: 2;
    color: rgba(240, 237, 232, 0.64);
    letter-spacing: 0.04em;
}

.contact-section__points {
    list-style: none;
    margin: 0 0 44px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.contact-section__points li {
    padding: 9px 14px;
    border: 1px solid rgba(240, 237, 232, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
    color: rgba(240, 237, 232, 0.72);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.contact-section__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.contact-section__btn {
    display: inline-block;
    padding: 18px 52px;
    background: #DBAE58;
    font-size: 0.88rem;
    letter-spacing: 0.1em;
    font-weight: 800;
    color: #111;
    border: 1px solid #DBAE58;
    transition: background 0.35s ease, border-color 0.35s ease, color 0.35s ease, transform 0.2s ease;
}

.contact-section__btn:hover {
    background: #C49A3C;
    border-color: #C49A3C;
    color: #111;
    transform: translateY(-2px);
}

.contact-section__sub-btn {
    display: inline-block;
    padding: 18px 36px;
    border: 1px solid rgba(240, 237, 232, 0.24);
    color: #f0ede8;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    transition: border-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.contact-section__sub-btn:hover {
    border-color: rgba(240, 237, 232, 0.72);
    color: #fff;
    transform: translateY(-2px);
}

/* =========================
   Footer
========================= */
.site-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 12%, rgba(219, 174, 88, 0.18), transparent 22rem),
        radial-gradient(circle at 88% 18%, rgba(72, 138, 153, 0.18), transparent 24rem),
        linear-gradient(135deg, #0f0d0b 0%, #141210 58%, #0b0a09 100%);
    color: #f0ede8;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 72px 72px;
    pointer-events: none;
}

.site-footer__top {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(220px, 0.62fr) minmax(0, 2.2fr);
    gap: clamp(40px, 5vw, 72px);
    max-width: 1360px;
    margin: 0 auto;
    padding: 88px 60px 76px;
    border-bottom: 1px solid rgba(240, 237, 232, 0.1);
}

.site-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 300px;
}

.site-footer__logo {
    display: block;
    width: 62px;
    margin-bottom: 22px;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-footer__logo:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.site-footer__logo img {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}

.site-footer__name {
    margin: 0 0 14px;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #f0ede8;
}

.site-footer__tagline {
    margin: 0 0 16px;
    font-size: clamp(0.8rem, 1.5vw, 1.2rem);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #f0ede8;
}

.site-footer__copy-sm {
    margin: 0;
    max-width: 310px;
    font-size: 0.78rem;
    line-height: 1.9;
    color: rgba(240, 237, 232, 0.56);
    letter-spacing: 0.03em;
}

.site-footer__nav {
    display: grid;
    grid-template-columns: minmax(240px, 1.12fr) minmax(220px, 1fr) minmax(230px, 1fr);
    gap: 34px;
    padding-top: 0;
}

.site-footer__nav-col {
    min-width: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
}

.site-footer__nav-heading {
    margin: 0 0 22px;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #DBAE58;
    font-weight: 700;
}

.site-footer__nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.site-footer__nav-list a {
    display: block;
    padding: 13px 0 13px 18px;
    border-top: 1px solid rgba(240, 237, 232, 0.08);
    font-size: 0.82rem;
    color: rgba(240, 237, 232, 0.62);
    letter-spacing: 0.03em;
    line-height: 1.55;
    overflow-wrap: normal;
    word-break: keep-all;
    transition: color 0.2s ease, padding-left 0.2s ease;
    position: relative;
}

.site-footer__nav-list a::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(219, 174, 88, 0.42);
    transform: translateY(-50%);
    transition: background 0.2s ease, transform 0.2s ease;
}

.site-footer__nav-list a:hover {
    color: #f0ede8;
    padding-left: 22px;
}

.site-footer__nav-list a:hover::before {
    background: #DBAE58;
    transform: translateY(-50%) scale(1.2);
}

.site-footer__bottom {
    position: relative;
    z-index: 1;
    max-width: 1360px;
    margin: 0 auto;
    padding: 24px 60px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer__copyright {
    margin: 0;
    font-size: 0.72rem;
    color: rgba(240, 237, 232, 0.38);
    letter-spacing: 0.06em;
}



/* =========================
   Responsive
========================= */
@media (max-width: 1024px) {
    .site-header__left {
        left: 20px;
    }

    .site-header__right {
        right: 20px;
        gap: 18px;
    }

    .site-header__center {
        font-size: 0.82rem;
    }

    .fv__inner {
        flex-direction: column;
        gap: 24px;
        padding: 220px 24px 0;
    }

    .fv__consultation {
        right: 24px;
        top: 220px;
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 767px) {
    .site-header {
        height: 76px;
    }

    .site-header__left,
    .site-header__center,
    .site-header__right {
        top: 18px;
    }

    .site-logo {
        width: 56px;
    }

    .site-header__center {
        display: none;
    }

    .header-link,
    .menu-btn {
        font-size: 0.82rem;
    }

    .fv {
        min-height: auto;
        padding-top: 110px;
    }

    .fv__marquee-wrap {
        top: 88px;
    }

    .fv__top-row {
        padding-top: 120px;
        margin-bottom: 24px;
    }

    .fv__consultation {
        top: 120px;
        right: 20px;
    }

    .fv__label,
    .fv__consultation-title {
        font-size: 1.2rem;
    }

    .fv__consultation-link {
        font-size: 0.95rem;
    }

    .fv__title {
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .fv__desc {
        display: none;
    }

    #three-container {
        height: 62vw;
    }

    .strength-section {
        padding: 60px 20px 70px;
    }

    .strength-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .strength-list__item {
        aspect-ratio: 4 / 3;
    }

    

    

    

    .solutions-section {
        padding: 60px 20px 70px;
    }

    

    

    

    .mid-cta {
        padding: 44px 24px;
    }

    .mid-cta__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    .mid-cta__action {
        text-align: left;
    }

    .mid-cta--final {
        padding: 54px 20px;
    }

    .mid-cta--final::before {
        inset: 10px;
    }

    .mid-cta--final::after {
        right: -0.1em;
        top: 18px;
        transform: none;
        font-size: 6rem;
        opacity: 0.55;
    }

    .mid-cta--final .mid-cta__inner {
        padding: 22px 0;
    }

    .mid-cta--final .mid-cta__btn {
        width: 100%;
        text-align: center;
        padding-inline: 24px;
    }

    

    

    

    

    

    .target-section {
        padding: 60px 20px 70px;
    }

    .target-section__header {
        flex-direction: column;
        gap: 28px;
        margin-bottom: 36px;
    }

    .target-list__item {
        gap: 20px;
        padding: 24px 0;
    }

    .target-list__text {
        font-size: 0.95rem;
    }

    

    

    

    

    

    .service-section {
        padding: 80px 20px 60px;
    }

    .service-list__name {
        font-size: 1.4rem;
    }

    .service-list__item {
        gap: 20px;
        padding: 28px 0;
    }

    .faq-section {
        padding: 60px 20px 70px;
    }

    .faq-section__header {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 34px;
    }

    .faq-list__q {
        align-items: flex-start;
        padding: 22px 20px;
        gap: 14px;
    }

    .faq-list__q-mark,
    .faq-list__icon {
        width: 34px;
        height: 34px;
    }

    .faq-list__a {
        padding: 0 20px 0 68px;
    }

    

    .flow-section {
        padding: 60px 20px 70px;
    }

    .flow-section__top {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-bottom: 40px;
    }

    .flow-section__intro {
        text-align: left;
    }

    .flow-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .flow-steps::before {
        display: none;
    }

    .flow-steps__item + .flow-steps__item::before {
        display: none;
    }

    

    

    

    

    

    

    

    

    

    

    

    

    .news-section {
        padding: 60px 20px 70px;
    }

    .news-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .contact-section__inner {
        padding: 80px 24px;
    }

    .contact-section__points {
        margin-bottom: 34px;
        justify-content: flex-start;
    }

    .contact-section__actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .contact-section__btn {
        padding: 16px 36px;
        text-align: center;
    }

    .contact-section__sub-btn {
        padding: 16px 28px;
        text-align: center;
    }

    .site-footer__top {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 60px 24px 52px;
    }

    .site-footer__nav {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px;
    }

    .site-footer__bottom {
        padding: 20px 24px;
    }

    .solutions-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    

    

    

    .about-section {
        padding: 60px 20px 70px;
    }

    .about-section__body {
        grid-template-columns: 1fr;
        gap: 40px;
    }

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

    .about-section__info-row:last-child {
        grid-column: auto;
    }

    .about-section__img {
        order: -1;
    }

    

    

    
}

/* Never let the opening loader intercept links after its exit starts. */
.page-loader.is-finished {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.page-loader[hidden] {
    display: none !important;
}

/* =========================
   Sub-page Hero (Page Hero)
========================= */
.page-hero {
    background: #d9d8d4;
    padding: 160px 60px 100px;
    position: relative;
    overflow: hidden;
}

.page-hero__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.page-hero__label {
    margin: 0 0 20px;
    font-size: 0.78rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #888;
    font-weight: 600;
}

.page-hero__title {
    margin: 0 0 28px;
    font-size: clamp(2.2rem, 4.5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.01em;
    color: #111;
    max-width: 800px;
}

.page-hero__desc {
    margin: 0 0 44px;
    font-size: 0.88rem;
    line-height: 2;
    color: #555;
    max-width: 640px;
}

.page-hero__cta {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.page-hero__btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background: #DBAE58;
    color: #111;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    transition: background 0.3s ease, transform 0.2s ease;
}

.page-hero__btn-primary:hover {
    background: #C49A3C;
    transform: translateY(-1px);
}

.page-hero__btn-secondary {
    display: inline-block;
    font-size: 0.82rem;
    color: #555;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #888;
    padding-bottom: 3px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.page-hero__btn-secondary:hover {
    color: #111;
    border-color: #111;
}

/* =========================
   Service Detail Section
========================= */
.service-detail {
    background: #eceae6;
    padding: 0 60px 100px;
    border-top: 1px solid #c8c5c0;
}

.service-detail__header {
    padding: 80px 0 60px;
}

.service-detail__label {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #111;
}

.service-detail__title {
    margin: 6px 0 0;
    font-size: clamp(1.4rem, 2.6vw, 2.2rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #111;
}

.service-detail__item {
    border-top: 1px solid #c8c5c0;
    padding: 80px 0;
}

.service-detail__item:last-child {
    border-bottom: 1px solid #c8c5c0;
}

.service-detail__item-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    align-items: start;
}

.service-detail__item-head {
    position: sticky;
    top: 100px;
}

.service-detail__item-num {
    margin: 0 0 14px;
    font-size: 0.65rem;
    letter-spacing: 0.18em;
    color: #DBAE58;
    font-weight: 700;
}

.service-detail__item-name {
    margin: 0 0 20px;
    font-size: clamp(1.1rem, 1.8vw, 1.5rem);
    font-weight: 700;
    color: #111;
    letter-spacing: 0.01em;
    line-height: 1.4;
}

.service-detail__item-challenges {
    background: #f5f3ef;
    padding: 24px 28px;
}

.service-detail__challenges-label {
    margin: 0 0 12px;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
}

.service-detail__challenges-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.service-detail__challenges-list li {
    font-size: 0.8rem;
    color: #555;
    line-height: 1.7;
    padding-left: 14px;
    position: relative;
}

.service-detail__challenges-list li::before {
    content: "·";
    position: absolute;
    left: 2px;
    color: #DBAE58;
    font-size: 1.2rem;
    line-height: 1;
    top: 1px;
}

.service-detail__item-body {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-detail__block-label {
    margin: 0 0 16px;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    color: #DBAE58;
    font-weight: 700;
    text-transform: uppercase;
}

.service-detail__block-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-detail__block-list li {
    font-size: 0.84rem;
    color: #444;
    line-height: 1.75;
    padding-left: 18px;
    position: relative;
}

.service-detail__block-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #DBAE58;
    font-size: 0.65rem;
    top: 5px;
}

.service-detail__item-btn {
    display: inline-block;
    padding: 14px 36px;
    background: #2c2420;
    color: #f0ede8;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    transition: background 0.3s ease;
}

.service-detail__item-btn:hover {
    background: #3e3028;
}

/* =========================
   Company Profile Table
========================= */
.company-profile {
    background: #f5f3ef;
    padding: 80px 60px 100px;
    border-top: 1px solid #c8c5c0;
}

.company-profile__header {
    margin-bottom: 52px;
}

.company-profile__label {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #111;
}

.company-profile__title {
    margin: 6px 0 0;
    font-size: clamp(1.4rem, 2.6vw, 2.2rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #111;
}

.company-profile__table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #d0ccc6;
}

.company-profile__table tr {
    border-bottom: 1px solid #d0ccc6;
}

.company-profile__table th {
    width: 200px;
    padding: 22px 32px 22px 0;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    color: #999;
    font-weight: 600;
    text-align: left;
    vertical-align: top;
}

.company-profile__table td {
    padding: 22px 0;
    font-size: 0.84rem;
    color: #333;
    line-height: 1.75;
    vertical-align: top;
}

/* =========================
   About Values (大切にしていること)
========================= */
.about-values {
    background: #111;
    padding: 80px 60px 100px;
}

.about-values__header {
    margin-bottom: 52px;
}

.about-values__label {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #DBAE58;
}

.about-values__title {
    margin: 6px 0 0;
    font-size: clamp(1.4rem, 2.6vw, 2.2rem);
    font-weight: 700;
    color: #f0ede8;
    letter-spacing: 0.02em;
}

.about-values-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
}

.about-values-card {
    background: #1a1714;
    padding: 44px 32px;
    transition: background 0.3s ease;
}

.about-values-card:hover {
    background: #221e1b;
}

.about-values-card__num {
    margin: 0 0 20px;
    font-size: 0.65rem;
    letter-spacing: 0.18em;
    color: #DBAE58;
    font-weight: 700;
}

.about-values-card__title {
    margin: 0 0 16px;
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    font-weight: 700;
    color: #f0ede8;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

.about-values-card__desc {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.9;
    color: #777;
}

/* =========================
   About Business (事業内容)
========================= */
.about-business {
    background: #eceae6;
    padding: 80px 60px 100px;
    border-top: 1px solid #c8c5c0;
}

.about-business__header {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    margin-bottom: 60px;
}

.about-business__label {
    flex-shrink: 0;
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #111;
    padding-top: 4px;
}

.about-business__title {
    margin: 0;
    font-size: clamp(1.4rem, 2.6vw, 2.2rem);
    font-weight: 700;
    color: #111;
    letter-spacing: 0.02em;
}

.about-business-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #dedad4;
}

.about-business-list__item {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 28px 0;
    border-bottom: 1px solid #dedad4;
    position: relative;
    overflow: hidden;
    transition: padding-left 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.about-business-list__item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #f5f3ef;
    transform: translateX(-100%);
    transition: transform 0.45s cubic-bezier(0.76, 0, 0.24, 1);
    z-index: 0;
}

.about-business-list__item:hover::before {
    transform: translateX(0);
}

.about-business-list__item:hover {
    padding-left: 12px;
}

.about-business-list__num {
    position: relative;
    z-index: 1;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    color: #DBAE58;
    font-weight: 700;
    min-width: 36px;
    flex-shrink: 0;
}

.about-business-list__text {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: clamp(1rem, 1.8vw, 1.45rem);
    font-weight: 400;
    color: #444;
    flex: 1;
}

/* =========================
   About Clients (対応できるお客様)
========================= */
.about-clients {
    background: #f5f3ef;
    padding: 80px 60px 100px;
    border-top: 1px solid #c8c5c0;
}

.about-clients__header {
    margin-bottom: 48px;
}

.about-clients__label {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #111;
}

.about-clients__title {
    margin: 6px 0 0;
    font-size: clamp(1.4rem, 2.6vw, 2.2rem);
    font-weight: 700;
    color: #111;
    letter-spacing: 0.02em;
}

.about-clients-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.about-clients-list__item {
    background: #488A99;
    color: #f0ede8;
    padding: 40px 32px;
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.02em;
    transition: background 0.3s ease;
}

.about-clients-list__item:hover {
    background: #3A7587;
}

/* =========================
   About Philosophy (制作・運用への考え方)
========================= */
.about-philosophy {
    background: #2c2420;
    padding: 100px 60px;
    border-top: 1px solid #3e3028;
}

.about-philosophy__inner {
    max-width: 800px;
}

.about-philosophy__label {
    margin: 0 0 20px;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #DBAE58;
    font-weight: 600;
}

.about-philosophy__title {
    margin: 0 0 28px;
    font-size: clamp(1.3rem, 2.4vw, 2rem);
    font-weight: 700;
    color: #f0ede8;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.about-philosophy__desc {
    margin: 0;
    font-size: 0.88rem;
    line-height: 2.1;
    color: #999;
}

/* =========================
   Responsive – Sub-page additions
========================= */
@media (max-width: 767px) {
    .page-hero {
        padding: 120px 20px 70px;
    }

    .page-hero__cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .service-detail {
        padding: 0 20px 70px;
    }

    .service-detail__header {
        padding: 60px 0 40px;
    }

    .service-detail__item {
        padding: 48px 0;
    }

    .service-detail__item-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .service-detail__item-head {
        position: static;
    }

    .company-profile {
        padding: 60px 20px 70px;
    }

    .company-profile__table th {
        width: 110px;
        font-size: 0.68rem;
        padding-right: 16px;
    }

    .about-values {
        padding: 60px 20px 70px;
    }

    .about-values-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-values-card {
        padding: 32px 24px;
    }

    .about-business {
        padding: 60px 20px 70px;
    }

    .about-business__header {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 36px;
    }

    .about-business-list__item {
        gap: 20px;
        padding: 22px 0;
    }

    .about-clients {
        padding: 60px 20px 70px;
    }

    .about-clients-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-clients-list__item {
        padding: 28px 20px;
    }

    .about-philosophy {
        padding: 70px 20px;
    }
}

/* =========================
   prefers-reduced-motion
========================= */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .fv__marquee {
        animation: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    #three-container {
        display: block;
    }
}

/* =========================
   Modern polish layer
========================= */
:root {
    --color-ink: #141412;
    --color-muted: #666b6f;
    --color-paper: #f7f4ee;
    --color-line: rgba(20, 20, 18, 0.14);
    --color-night: #101112;
    --color-accent: #dbae58;
    --color-cyan: #3f8fa1;
    --shadow-soft: 0 24px 80px rgba(18, 20, 20, 0.12);
    --radius: 8px;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--color-ink);
    background:
        radial-gradient(circle at 8% 0%, rgba(219, 174, 88, 0.20), transparent 28rem),
        linear-gradient(180deg, #f3efe7 0%, #e9e6dd 100%);
}

.site-header::before {
    content: "";
    position: absolute;
    inset: 12px 18px auto;
    height: 66px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: rgba(247, 244, 238, 0.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 10px 42px rgba(20, 20, 18, 0.08);
    border-radius: var(--radius);
    pointer-events: none;
}

.site-header {
    height: 90px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header__left,
.site-header__center,
.site-header__right {
    position: relative;
    top: auto;
    z-index: 1;
}

.site-header__left {
    grid-column: 1;
    left: auto;
    display: flex;
    align-items: center;
}

.site-header__center {
    grid-column: 2;
    position: absolute;
    left: 50%;
    min-width: 0;
    transform: translateX(-50%);
    color: rgba(20, 20, 18, 0.64);
}



.site-header__right {
    grid-column: 3;
    right: auto;
    margin-left: auto;
    gap: 12px;
}

.site-logo {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.36);
    border: 1px solid rgba(20, 20, 18, 0.08);
    transition: transform 0.2s ease, background 0.2s ease;
}

.site-logo:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.58);
}

.site-logo img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.header-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(20, 20, 18, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.38);
    font-size: 0.86rem;
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(20, 20, 18, 0.18);
    border-radius: 999px;
    background: rgba(20, 20, 18, 0.92);
    color: #f7f4ee;
    font-size: 0.78rem;
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.header-link:hover,
.menu-btn:hover {
    transform: translateY(-1px);
}

.header-link:hover {
    background: rgba(255, 255, 255, 0.62);
    border-color: rgba(20, 20, 18, 0.28);
}

.menu-btn:hover {
    background: #DBAE58;
    border-color: #DBAE58;
    color: #111;
}

.fv {
    background:
        linear-gradient(120deg, rgba(16, 17, 18, 0.08), rgba(255, 255, 255, 0)),
        #d9d8d4;
}

.fv::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 28%, rgba(63, 143, 161, 0.28), transparent 28rem),
        linear-gradient(90deg, rgba(255,255,255,0.22) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,0.18) 1px, transparent 1px);
    background-size: auto, 72px 72px, 72px 72px;
    pointer-events: none;
}

.fv__consultation {
    z-index: 4;
}

.fv__consultation-link {
    background: rgba(247, 244, 238, 0.58);
    border: 1px solid rgba(20, 20, 18, 0.12);
    border-radius: var(--radius);
    padding: 16px 18px;
    box-shadow: var(--shadow-soft);
}

#three-container {
    position: relative;
    z-index: 2;
    height: min(27vw, 380px);
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(10,14,18,0.75), rgba(63,143,161,0.22));
}

#three-container canvas {
    display: block;
    background: linear-gradient(160deg, #0a0e12, #111820);
}









.solutions-card {
    border-radius: 20px;
}


.service-detail__item-challenges,
.about-values-card {
    border-radius: var(--radius);
}

.mid-cta {
    background:
        radial-gradient(ellipse 65% 90% at 0% 50%, rgba(63,143,161,0.24), transparent),
        radial-gradient(ellipse 55% 80% at 100% 50%, rgba(219,174,88,0.16), transparent),
        linear-gradient(135deg, #0c1820 0%, #101e28 55%, #0d1a22 100%);
}

.service-section {
    background:
        radial-gradient(ellipse 65% 60% at 88% 12%, rgba(63,143,161,0.16), transparent),
        radial-gradient(ellipse 50% 50% at 8% 88%, rgba(219,174,88,0.09), transparent),
        #0c1118;
}

.service-list__item:hover .service-list__name {
    letter-spacing: 0.02em;
}

.page-hero {
    background:
        radial-gradient(circle at 82% 18%, rgba(63, 143, 161, 0.28), transparent 26rem),
        linear-gradient(135deg, #f2eee5, #d8d7d2);
}

.page-hero::before {
    content: "";
    position: absolute;
    right: 60px;
    bottom: -90px;
    width: min(38vw, 460px);
    aspect-ratio: 1;
    border: 1px solid rgba(20,20,18,0.12);
    border-radius: 50%;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.44), rgba(255,255,255,0)),
        url("../img/fv.jpg") center / cover;
    opacity: 0.68;
    filter: saturate(0.9);
}

.page-hero__inner {
    position: relative;
    z-index: 1;
}

.page-hero__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 760px;
    margin: 54px 0 0;
    padding: 0;
    border: 1px solid rgba(20,20,18,0.12);
    background: rgba(255,255,255,0.36);
    border-radius: var(--radius);
    overflow: hidden;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.page-hero__facts div {
    padding: 18px 22px;
}

.page-hero__facts div + div {
    border-left: 1px solid rgba(20,20,18,0.12);
}

.page-hero__facts dt {
    margin: 0 0 7px;
    font-size: 0.64rem;
    letter-spacing: 0.16em;
    color: #888;
    text-transform: uppercase;
}

.page-hero__facts dd {
    margin: 0;
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--color-ink);
}


.service-summary,
.about-approach {
    padding: 90px 60px 100px;
    background: var(--color-paper);
    border-top: 1px solid var(--color-line);
}


.service-summary,
.about-approach__inner {
    max-width: 1180px;
    margin: 0 auto;
}


.service-summary__label,
.about-approach__label {
    margin: 0 0 10px;
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-accent);
    font-weight: 800;
}


.service-summary__title,
.about-approach__title {
    margin: 0 0 18px;
    font-size: clamp(1.6rem, 3vw, 2.6rem);
    line-height: 1.25;
    letter-spacing: 0.01em;
}


.service-summary__desc,
.about-approach__desc {
    margin: 0;
    max-width: 720px;
    font-size: 0.92rem;
    line-height: 2;
    color: var(--color-muted);
}













.service-summary {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 60px;
    align-items: start;
}

.service-summary__text {
    min-width: 0;
}

.service-summary__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--color-line);
}

.service-summary__list li {
    display: flex;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid var(--color-line);
    font-size: 0.94rem;
    line-height: 1.7;
}

.service-summary__list span {
    min-width: 82px;
    color: var(--color-accent);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding-top: 4px;
}

.about-approach {
    background:
        radial-gradient(circle at 12% 0%, rgba(219,174,88,0.18), transparent 24rem),
        #f7f4ee;
}





@media (max-width: 767px) {
    

    

    
    .service-summary,
    .about-approach {
        padding: 60px 20px 70px;
    }

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

    

    

    .page-hero__facts {
        grid-template-columns: 1fr;
        margin-top: 36px;
    }

    .page-hero__facts div + div {
        border-left: none;
        border-top: 1px solid rgba(20,20,18,0.12);
    }
}

/* =========================
   Desktop layout fixes
========================= */
body {
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}

.fv__inner,
.target-section__intro,
.flow-section__intro,
.service-summary__text,
.service-list__name,
.service-list__item-link,
.site-footer__nav-list a {
    min-width: 0;
}

.fv__title,
.page-hero__title,
.target-section__title,
.solutions-section__title,
.service-list__name,
.flow-section__title {
    overflow-wrap: anywhere;
    word-break: keep-all;
}

.fv {
    min-height: 1260px;
    padding-bottom: 0;
}

.fv__inner {
    align-items: flex-start;
}

.fv__title-wrap {
    max-width: min(860px, 100%);
    mix-blend-mode: difference;
}

.fv__title {
    color: #fff;
}



.fv__desc {
    position: relative;
    z-index: 6;
    padding: 32px 40px 48px 0;
    margin-top: 100px;
    margin-left: auto;
    max-width: 440px;
    text-align: right;
    border-top: 1px solid rgba(20, 20, 18, 0.13);
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 0.025em;
    color: #444;
}

.service-list__item {
    align-items: flex-start;
}

.service-list__name {
    font-size: clamp(1.45rem, 2.7vw, 2.55rem);
    line-height: 1.24;
    letter-spacing: 0;
}

.service-list__item:hover .service-list__name {
    letter-spacing: 0.01em;
}

.service-list__item-link {
    display: inline;
    position: relative;
    z-index: 3;
}



.solutions-card,
.about-values-card,
.about-clients-list__item {
    min-width: 0;
}

.solutions-card__title,
.solutions-card__list li,
.about-values-card__title,
.about-values-card__desc,
.about-clients-list__item {
    overflow-wrap: anywhere;
    word-break: keep-all;
}

.site-footer__nav {
    min-width: 0;
}

@media (max-width: 1180px) {
    .solutions-cards,
    .about-values-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .strength-list,
    .flow-steps,
    .news-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .flow-steps::before {
        display: none;
    }

    .flow-steps__item + .flow-steps__item::before {
        display: none;
    }

    .site-footer__top {
        grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
        gap: 48px;
    }

    .site-footer__nav {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
        gap: 28px 34px;
    }
}

@media (max-width: 1024px) {
    .fv__inner {
        padding-top: 180px;
    }

    .fv__consultation {
        top: 170px;
        max-width: calc(100vw - 48px);
    }

    .service-detail__item-inner,
    .about-section__body {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .service-detail__item-head {
        position: static;
    }

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

    .site-footer__top,
    .site-footer__nav {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .fv {
        min-height: auto;
        padding-bottom: 0;
    }

    .fv__inner {
        z-index: 5;
    }

    #three-container {
        position: relative;
        inset: auto;
        z-index: 2;
        height: 62vw;
    }

    .fv__desc {
        display: none;
    }

    .strength-list,
    .flow-steps,
    .news-list,
    .solutions-cards,
    .about-values-cards,
    .about-clients-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1180px) {
    .news-list {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .news-list__item:first-child {
        grid-row: auto;
    }

    .news-list__item:not(:first-child) .news-list__link {
        grid-template-columns: 180px minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    

    

    

    

    

    .news-section__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .news-section__more {
        align-self: flex-start;
    }

    .news-list {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .news-list__item:first-child .news-list__link,
    .news-list__item:not(:first-child) .news-list__link {
        display: block;
        padding: 0;
        border: 1px solid rgba(17, 17, 17, 0.1);
        background: #f5f3ef;
        transform: none;
    }

    .news-list__item:first-child .news-list__img,
    .news-list__item:not(:first-child) .news-list__img {
        aspect-ratio: 16 / 9;
        min-height: 0;
    }

    .news-list__item:first-child .news-list__body,
    .news-list__item:not(:first-child) .news-list__body {
        padding: 24px;
    }

    .news-list__item:first-child .news-list__title {
        font-size: clamp(1.05rem, 5vw, 1.45rem);
    }
}

/* ===============================
   Service Page
================================ */

.service-page .page-hero__title {
    font-size: clamp(1.9rem, 3.2vw, 2.8rem);
}

/* Service Summary — refined */
.service-page .service-summary {
    background: #fff;
    border-top: none;
    padding: 100px clamp(40px, 8vw, 120px) 110px;
    position: relative;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.service-page .service-summary::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, #DBAE58 0%, rgba(219,174,88,0.12) 60%, transparent 100%);
}

.service-page .service-summary::after {
    content: "";
    position: absolute;
    top: 0; right: 60px; bottom: 0;
    width: min(34vw, 400px);
    background: radial-gradient(circle at 80% 20%, rgba(219,174,88,0.07), transparent 70%);
    pointer-events: none;
}

.service-page .service-summary__title {
    font-size: clamp(1.6rem, 2.8vw, 2.6rem);
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin-bottom: 24px;
}

.service-page .service-summary__desc {
    font-size: 0.88rem;
    line-height: 2.1;
    color: #666;
    max-width: 480px;
}

.service-page .service-summary__list {
    border-top: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-self: center;
}

.service-page .service-summary__list li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(20, 20, 18, 0.08);
    font-size: 0.92rem;
    color: #333;
    line-height: 1.6;
}

.service-page .service-summary__list li:first-child {
    border-top: 1px solid rgba(20, 20, 18, 0.08);
}

.service-page .service-summary__list span {
    flex-shrink: 0;
    min-width: auto;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #DBAE58;
    background: rgba(219, 174, 88, 0.1);
    border: 1px solid rgba(219, 174, 88, 0.25);
    padding: 4px 10px;
    border-radius: 2px;
    margin-top: 2px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .service-page .service-summary {
        padding: 72px 24px 80px;
    }
}

/* Service Detail — 2026 Editorial */
.service-page .service-detail {
    background: #f9f8f5;
    padding: 0 60px 120px;
    border-top: none;
}

.service-page .service-detail__header {
    padding: 88px 0 36px;
    margin-bottom: 0;
    display: flex;
    align-items: baseline;
    gap: 28px;
    border-bottom: 1px solid rgba(20,20,18,0.1);
}

.service-page .service-detail__label {
    font-size: 0.62rem;
    letter-spacing: 0.22em;
    color: #DBAE58;
    font-weight: 700;
    text-transform: uppercase;
    flex-shrink: 0;
}

.service-page .service-detail__title {
    font-size: clamp(1.3rem, 2.4vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #111;
    margin: 0;
}

.service-page .service-detail__item {
    border-top: 1px solid rgba(20,20,18,0.09);
    padding: 0;
}

.service-page .service-detail__item:last-child {
    border-bottom: 1px solid rgba(20,20,18,0.09);
}

.service-page .service-detail__item-inner {
    gap: 0;
    padding: 72px 0;
}

.service-page .service-detail__item-num {
    font-size: clamp(4rem, 8vw, 7.5rem);
    font-weight: 900;
    letter-spacing: -0.05em;
    color: rgba(20,20,18,0.06);
    line-height: 0.9;
    margin: 0 0 -8px;
}

.service-page .service-detail__item-name {
    font-size: clamp(1.15rem, 1.9vw, 1.6rem);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.3;
    margin: 0 0 28px;
    color: #111;
}

.service-page .service-detail__item-challenges {
    background: #111;
    padding: 26px 28px;
    border-radius: 0;
}

.service-page .service-detail__challenges-label {
    color: rgba(247,244,238,0.36);
    letter-spacing: 0.16em;
}

.service-page .service-detail__challenges-list li {
    color: rgba(247,244,238,0.75);
    font-size: 0.82rem;
}

.service-page .service-detail__challenges-list li::before {
    color: #DBAE58;
}

.service-page .service-detail__item-body {
    gap: 48px;
    padding-left: 64px;
    border-left: 1px solid rgba(20,20,18,0.1);
}

.service-page .service-detail__block-label {
    font-size: 0.6rem;
    letter-spacing: 0.22em;
    color: #DBAE58;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(20,20,18,0.09);
    margin-bottom: 18px;
}

.service-page .service-detail__block-list {
    gap: 12px;
}

.service-page .service-detail__block-list li {
    font-size: 0.88rem;
    color: #333;
    padding-left: 20px;
    line-height: 1.8;
}

.service-page .service-detail__block-list li::before {
    content: "→";
    font-size: 0.65rem;
    top: 4px;
    color: #DBAE58;
}

.service-page .service-detail__item-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 15px 32px;
    background: transparent;
    border: 1px solid rgba(20,20,18,0.7);
    color: #111;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-radius: 0;
    transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.service-page .service-detail__item-btn::after {
    content: "→";
    font-size: 0.8rem;
    transition: transform 0.25s;
}

.service-page .service-detail__item-btn:hover {
    background: #111;
    color: #f7f4ee;
    border-color: #111;
}

.service-page .service-detail__item-btn:hover::after {
    transform: translateX(4px);
}

@media (max-width: 767px) {
    .service-page .service-detail {
        padding: 0 24px 80px;
    }

    .service-page .service-detail__header {
        flex-direction: column;
        gap: 8px;
    }

    .service-page .service-detail__item-body {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgba(20,20,18,0.1);
        padding-top: 36px;
    }
}

/* ===============================
   About — Philosophy enhanced
================================ */

.about-philosophy {
    padding: 130px 60px 150px;
    position: relative;
    overflow: hidden;
}

.about-philosophy::after {
    content: "PHILOSOPHY";
    position: absolute;
    right: -0.05em;
    bottom: -0.16em;
    font-size: clamp(5rem, 14vw, 13rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.03);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.about-philosophy__inner {
    max-width: 860px;
    position: relative;
    z-index: 1;
}

.about-philosophy__label {
    font-size: 0.65rem;
    letter-spacing: 0.24em;
    margin-bottom: 28px;
}

.about-philosophy__title {
    font-size: clamp(2rem, 4vw, 3.8rem);
    font-weight: 800;
    color: #f7f4ee;
    line-height: 1.18;
    letter-spacing: -0.025em;
    margin-bottom: 40px;
}

.about-philosophy__desc {
    font-size: 0.9rem;
    line-height: 2.2;
    color: rgba(247, 244, 238, 0.48);
    padding-left: 24px;
    border-left: 1px solid rgba(219, 174, 88, 0.35);
    max-width: 580px;
}

@media (max-width: 767px) {
    .about-philosophy {
        padding: 90px 24px 110px;
    }
}

/* ===============================
   About Business enhanced
================================ */

.about-business {
    background: #141412;
    padding: 120px 60px 140px;
    border-top: none;
}

.about-business__header {
    display: block;
    margin-bottom: 72px;
}

.about-business__label {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    color: #DBAE58;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-top: 0;
}

.about-business__title {
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #f7f4ee;
    margin: 0;
    line-height: 1.15;
}

.about-business-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-left: 1px solid rgba(255,255,255,0.08);
}

.about-business-list__item {
    display: block;
    padding: 48px 40px 52px;
    border-right: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    position: relative;
    overflow: hidden;
    gap: 0;
    transition: background 0.3s;
}

.about-business-list__item::before {
    display: none;
}

.about-business-list__item:hover {
    background: rgba(255,255,255,0.04);
    padding-left: 40px;
}

.about-business-list__num {
    display: block;
    font-size: clamp(4rem, 8vw, 7rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    color: rgba(255,255,255,0.06);
    line-height: 1;
    margin-bottom: 16px;
    transition: color 0.3s;
    position: static;
    min-width: auto;
    flex-shrink: unset;
    z-index: auto;
}

.about-business-list__item:hover .about-business-list__num {
    color: rgba(219,174,88,0.22);
}

.about-business-list__text {
    position: static;
    z-index: auto;
    margin: 0;
    font-size: clamp(0.9rem, 1.4vw, 1.1rem);
    font-weight: 500;
    color: rgba(247,244,238,0.78);
    line-height: 1.65;
    flex: unset;
}

@media (max-width: 767px) {
    .about-business {
        padding: 72px 24px 88px;
    }

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

    .about-business-list__num {
        font-size: 3.5rem;
    }
}

/* ===============================
   Company Profile enhanced
================================ */

.company-profile {
    background: #fff;
    padding: 120px 60px 140px;
    border-top: none;
    position: relative;
    overflow: hidden;
}

.company-profile::after {
    content: "COMPANY";
    position: absolute;
    right: -0.02em;
    top: -0.12em;
    font-size: clamp(5rem, 15vw, 14rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    color: rgba(20,20,18,0.04);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.company-profile__header {
    margin-bottom: 64px;
    position: relative;
    z-index: 1;
}

.company-profile__label {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    color: #DBAE58;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.company-profile__title {
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #0f0f0e;
    margin: 0;
    line-height: 1.15;
}

.company-profile__table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid rgba(20,20,18,0.1);
    position: relative;
    z-index: 1;
}

.company-profile__table tr {
    border-bottom: 1px solid rgba(20,20,18,0.1);
    transition: background 0.2s;
}

.company-profile__table tr:hover {
    background: rgba(20,20,18,0.025);
}

.company-profile__table th {
    width: 160px;
    padding: 30px 40px 30px 0;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #DBAE58;
    text-align: left;
    vertical-align: top;
    text-transform: uppercase;
}

.company-profile__table td {
    padding: 30px 0;
    font-size: 1rem;
    font-weight: 500;
    color: #111;
    line-height: 1.75;
    vertical-align: top;
}

@media (max-width: 767px) {
    .company-profile {
        padding: 72px 24px 88px;
    }

    .company-profile__table th {
        width: 100px;
        padding-right: 20px;
        font-size: 0.55rem;
    }

    .company-profile__table td {
        font-size: 0.9rem;
    }
}

/* ===============================
   About — Clients enhanced
================================ */

.about-clients {
    background: #0f0f0e;
    padding: 100px 60px 120px;
    border-top: none;
    position: relative;
    overflow: hidden;
}

.about-clients::after {
    content: "FOR";
    position: absolute;
    right: -0.05em;
    bottom: -0.18em;
    font-size: clamp(8rem, 22vw, 20rem);
    font-weight: 900;
    letter-spacing: -0.05em;
    color: rgba(255,255,255,0.03);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.about-clients__header {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.about-clients__label {
    font-size: 0.62rem;
    letter-spacing: 0.24em;
    color: #DBAE58;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.about-clients__title {
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #f7f4ee;
    margin: 0;
    line-height: 1.15;
}

.about-clients-list {
    display: block;
    background: transparent;
    border: none;
    border-top: 1px solid rgba(255,255,255,0.1);
    counter-reset: clients-count;
    position: relative;
    z-index: 1;
}

.about-clients-list__item {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    background: transparent;
    color: rgba(247,244,238,0.72);
    font-size: clamp(1rem, 1.8vw, 1.4rem);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.5;
    transition: color 0.22s, padding-left 0.22s;
    counter-increment: clients-count;
    cursor: default;
}

.about-clients-list__item::before {
    content: counter(clients-count, decimal-leading-zero);
    display: inline;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #DBAE58;
    flex-shrink: 0;
    width: 28px;
    font-feature-settings: "tnum";
    padding-top: 2px;
}

.about-clients-list__item::after {
    content: "→";
    margin-left: auto;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.15);
    flex-shrink: 0;
    transition: color 0.22s, transform 0.22s;
}

.about-clients-list__item:hover {
    background: transparent;
    color: #f7f4ee;
    padding-left: 12px;
}

.about-clients-list__item:hover::after {
    color: #DBAE58;
    transform: translateX(5px);
}

@media (max-width: 767px) {
    .about-clients {
        padding: 72px 24px 88px;
    }

    .about-clients-list__item {
        font-size: 0.96rem;
    }
}

@media (max-width: 767px) {
    .site-header {
        height: 76px;
        padding: 8px 12px 10px;
    }

    .site-header::before {
        inset: 8px 10px auto;
        height: 58px;
    }

    .site-logo {
        width: 44px;
        height: 44px;
    }

    .site-logo img {
        width: 32px;
        height: 32px;
    }

    .site-header__right {
        gap: 8px;
    }

    .header-link {
        min-height: 38px;
        padding: 0 12px;
        font-size: 0.76rem;
        letter-spacing: 0.03em;
    }

    .site-header__right:has(.menu-btn) .header-link {
        display: none;
    }

    .menu-btn {
        min-width: 60px;
        min-height: 38px;
        padding: 0 12px;
        font-size: 0.72rem;
        letter-spacing: 0.04em;
    }
}





























































@media (max-width: 900px) {
    

    

    

    

    

    

    

    

    
}

@media (max-width: 620px) {
    

    

    
}

/* =========================
   Target — visual problem cards
========================= */
.target-list {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
    max-width: 1240px;
    border-top: 0;
}

.target-list__item {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    overflow: hidden;
    background: rgba(255,255,255,0.76);
    border: 1px solid rgba(63,143,161,0.14);
    box-shadow: 0 18px 48px rgba(35,52,57,0.06);
    transition: transform 0.45s cubic-bezier(0.22,1,0.36,1), box-shadow 0.45s ease;
}

.target-list__item:nth-child(4),
.target-list__item:nth-child(5) {
    grid-column: span 6;
}

.target-list__item::before {
    display: none;
}

.target-list__item:hover {
    padding-left: 0;
    transform: translateY(-7px);
    box-shadow: 0 28px 64px rgba(35,52,57,0.12);
}

.target-list__visual {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e8e5df;
}

.target-list__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 62%, rgba(7,21,40,0.14));
    pointer-events: none;
}

.target-list__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.84) contrast(0.98);
    transition: transform 0.7s cubic-bezier(0.22,1,0.36,1), filter 0.5s ease;
}

.target-list__item:hover .target-list__visual img {
    transform: scale(1.035);
    filter: saturate(0.96) contrast(1);
}

.target-list__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: clamp(24px, 2.6vw, 34px);
}

.target-list__num {
    margin-bottom: 24px;
}

.target-list__name {
    margin: 0 0 18px;
    font-size: clamp(1.12rem, 1.55vw, 1.48rem);
    line-height: 1.45;
    letter-spacing: -0.025em;
    color: #141412;
}

.target-list__text {
    margin-top: auto;
    font-size: 0.88rem;
    line-height: 1.9;
    color: #66777c;
}

.target-list__text strong {
    font-weight: 700;
    color: #273a40;
    padding: 0 0.08em 0.06em;
    background-image: linear-gradient(90deg, rgba(219,174,88,0.5), rgba(219,174,88,0.22));
    background-repeat: no-repeat;
    background-position: 0 88%;
    background-size: 0% 0.58em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    transition: background-size 0.85s cubic-bezier(0.22,1,0.36,1);
}

.target-list__item:nth-child(even) .target-list__text strong {
    background-image: linear-gradient(90deg, rgba(63,143,161,0.48), rgba(63,143,161,0.18));
}



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

    .target-list__item,
    .target-list__item:nth-child(4),
    .target-list__item:nth-child(5) {
        grid-column: auto;
    }

    .target-list__item:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .target-list {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .target-list__item,
    .target-list__item:last-child {
        grid-column: auto;
    }

    .target-list__item:hover {
        transform: none;
    }

    .target-list__visual {
        aspect-ratio: 16 / 10;
    }
}















































































@media (min-width: 901px) {
    

    

    

    

    

    

    

    

    

    

    
}

@media (max-width: 767px) {
    

    
}



















































































@media (max-width: 900px) {
    

    

    

    

    

    

    

    

    

    

    

    

    

    

    
}

@media (max-width: 620px) {
    

    

    

    

    
}

























@media (max-width: 1024px) {
    

    
}

@media (max-width: 767px) {
    

    

    

    
}













































@media (max-width: 1024px) {
    

    
}

@media (max-width: 767px) {
    

    

    

    

    
}























































@media (min-width: 1024px) {
    

    

    
}

@media (max-width: 767px) {
    

    

}

/* =========================
   Quiet luxury refinement
========================= */
:root {
    --lux-gold: #dbae58;
    --lux-gold-soft: rgba(219, 174, 88, 0.34);
    --lux-hairline: rgba(20, 20, 18, 0.12);
    --lux-light-line: rgba(255, 255, 255, 0.14);
    --lux-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

::selection {
    color: #fff;
    background: #071579;
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* Header: a finer glass edge and a restrained inner highlight */
.site-header::before {
    border-color: rgba(255, 255, 255, 0.52);
    background:
        linear-gradient(110deg, rgba(255,255,255,0.36), transparent 32%),
        rgba(247, 244, 238, 0.86);
    box-shadow:
        0 14px 40px rgba(12, 15, 20, 0.09),
        inset 0 1px 0 rgba(255,255,255,0.72);
    backdrop-filter: blur(18px) saturate(125%);
    -webkit-backdrop-filter: blur(18px) saturate(125%);
}

.site-logo img,
.site-footer__logo img {
    filter: drop-shadow(0 8px 16px rgba(7, 21, 121, 0.12));
}

.header-link,
.menu-btn,
.page-hero__btn-primary,
.page-hero__btn-secondary,
.mid-cta__btn,
.contact-section__btn,
.contact-section__sub-btn {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.header-link::before,
.menu-btn::before,
.page-hero__btn-primary::before,
.page-hero__btn-secondary::before,
.mid-cta__btn::before,
.contact-section__btn::before,
.contact-section__sub-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(105deg, transparent 20%, rgba(255,255,255,0.28) 48%, transparent 76%);
    transform: translateX(-135%);
    transition: transform 0.8s var(--lux-ease);
    pointer-events: none;
}

.header-link:hover::before,
.menu-btn:hover::before,
.page-hero__btn-primary:hover::before,
.page-hero__btn-secondary:hover::before,
.mid-cta__btn:hover::before,
.contact-section__btn:hover::before,
.contact-section__sub-btn:hover::before {
    transform: translateX(135%);
}

/* Editorial labels */
.page-hero__label,
.contact-section__label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.page-hero__label::before,
.contact-section__label::before {
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid currentColor;
    transform: rotate(45deg);
    box-shadow: 0 0 0 3px rgba(219, 174, 88, 0.08);
}

.page-hero__title {
    text-wrap: balance;
}

.page-hero__desc {
    text-wrap: pretty;
    overflow-wrap: anywhere;
    word-break: normal;
}

/* Paper surfaces: fine edge, inner light, and corner signature */
.solutions-card,
.about-values-card {
    position: relative;
    isolation: isolate;
    transition:
        transform 0.5s var(--lux-ease),
        border-color 0.5s ease,
        background-color 0.5s ease,
        box-shadow 0.5s var(--lux-ease);
}

.solutions-card::after,
.about-values-card::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(128deg, rgba(255,255,255,0.46), transparent 32%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.solutions-card:hover,
.about-values-card:hover {
    border-color: var(--lux-gold-soft);
    box-shadow:
        0 26px 64px rgba(12, 15, 20, 0.11),
        inset 0 1px 0 rgba(255,255,255,0.76);
}

.solutions-card:hover::after,
.about-values-card:hover::after {
    opacity: 1;
}

.about-values-card__num {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.about-values-card__num::after {
    content: "";
    width: 30px;
    height: 1px;
    background: linear-gradient(90deg, var(--lux-gold), transparent);
}



















/* CTA and footer: more depth without changing their existing palette */
.mid-cta__inner,
.contact-section__inner {
    position: relative;
}

.mid-cta__inner::before,
.contact-section__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 1px;
    background: linear-gradient(90deg, var(--lux-gold), transparent);
}

.site-footer__nav-heading {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-footer__nav-heading::before {
    content: "";
    width: 18px;
    height: 1px;
    background: var(--lux-gold);
    opacity: 0.72;
}

.site-footer__bottom {
    position: relative;
}

.site-footer__bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1160px, 88vw);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(219,174,88,0.34), transparent);
    transform: translateX(-50%);
}

:focus-visible {
    outline: 1px solid var(--lux-gold);
    outline-offset: 5px;
}

@media (prefers-reduced-motion: reduce) {
    .header-link::before,
    .menu-btn::before,
    .page-hero__btn-primary::before,
    .page-hero__btn-secondary::before,
    .mid-cta__btn::before,
    .contact-section__btn::before,
    .contact-section__sub-btn::before {
        transition: none;
    }

    .solutions-card,
    .about-values-card {
        transition: none;
    }
}

@media (max-width: 767px) {
    .site-header::before {
        backdrop-filter: blur(14px) saturate(120%);
        -webkit-backdrop-filter: blur(14px) saturate(120%);
    }

    

    .solutions-card:hover,
    .about-values-card:hover {
        transform: none;
    }
}





























































@media (max-width: 900px) {
    

    

    
}

@media (max-width: 620px) {
    

    

    

    

    
}









































































/* Target — scroll-driven horizontal slider */
.target-section {
    --target-lead-space: 280px;
    height: var(--target-scroll-height, auto);
    padding: var(--target-lead-space) 0 0;
    overflow: visible;
}

.site-header {
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}



@media (prefers-reduced-motion: reduce) {
    .site-header {
        transition-duration: 0.01ms;
    }
}

.target-section__sticky {
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    padding: clamp(72px, 8vh, 96px) 0 clamp(42px, 6vh, 68px);
    overflow: hidden;
}

.target-section__header {
    width: calc(100% - 12vw);
    max-width: none;
    margin: 0 auto clamp(28px, 4vh, 48px);
}

.target-section__intro {
    padding-top: 0;
}

.target-list__viewport {
    width: 100%;
    overflow: visible;
}

.target-list {
    display: flex;
    width: max-content;
    max-width: none;
    gap: clamp(22px, 2.4vw, 36px);
    padding: 0 8vw;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.target-list__item,
.target-list__item:nth-child(4),
.target-list__item:nth-child(5),
.target-list__item:last-child {
    grid-column: auto;
    flex: 0 0 clamp(280px, 26vw, 360px);
    border-radius: 0;
    isolation: isolate;
    filter: drop-shadow(0 18px 28px rgba(35,52,57,0.09));
    clip-path: polygon(0 0, calc(100% - 42px) 0, 100% 42px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
}

.target-list__item:nth-child(odd) {
    border-radius: 0;
}

.target-list__item:nth-child(2) {
    border-radius: 0;
    margin: 0;
    clip-path: polygon(42px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 42px);
}

.target-list__item:nth-child(4) {
    border-radius: 0;
    margin: 0;
    clip-path: polygon(42px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 42px);
}

.target-list__item::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, rgba(219,174,88,0.82), rgba(219,174,88,0.2));
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    pointer-events: none;
}

.target-list__item:nth-child(even)::before {
    right: auto;
    left: 0;
    background: linear-gradient(225deg, rgba(63,143,161,0.82), rgba(63,143,161,0.2));
    clip-path: polygon(0 0, 0 100%, 100% 0);
}

.target-list__visual {
    z-index: 0;
    aspect-ratio: 4 / 3;
    margin: 14px 14px 0;
    background: #eeece7;
    border-radius: 0;
    clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%);
}

.target-list__item:nth-child(odd) .target-list__visual {
    border-radius: 0;
}

.target-list__item:nth-child(2) .target-list__visual,
.target-list__item:nth-child(4) .target-list__visual {
    border-radius: 0;
    clip-path: polygon(26px 0, 100% 0, 100% 100%, 0 100%, 0 26px);
}

.target-list__visual::before {
    display: none;
}

.target-list__item:nth-child(even) .target-list__visual::before {
    display: none;
}

.target-list__visual img {
    object-fit: contain;
}

.target-list__item:hover .target-list__visual img {
    transform: none;
}

.target-list__body {
    position: relative;
    z-index: 1;
    min-height: 194px;
    padding: clamp(22px, 2.2vw, 30px);
}

.target-section__progress {
    width: calc(100% - 12vw);
    height: 2px;
    margin: clamp(24px, 3.5vh, 38px) auto 0;
    overflow: hidden;
    background: rgba(63,143,161,0.14);
}

.target-section__progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #3f8fa1, #DBAE58);
    transform: scaleX(0);
    transform-origin: left;
    will-change: transform;
}

@media (max-width: 767px) {
    .target-section {
        --target-lead-space: 200px;
    }

    .target-section__sticky {
        padding-top: 48px;
        padding-bottom: 24px;
    }

    .target-section__header {
        width: calc(100% - 40px);
        gap: 16px;
        margin-bottom: 24px;
    }

    .target-section__intro {
        padding-top: 0;
    }

    .target-section__label {
        padding-top: 0;
    }

    .target-section__desc br {
        display: none;
    }

    .target-list {
        gap: 20px;
        padding-inline: 24px;
    }

    .target-list__item,
    .target-list__item:nth-child(4),
    .target-list__item:nth-child(5),
    .target-list__item:last-child {
        flex-basis: min(78vw, 310px);
    }

    .target-list__item:nth-child(odd) {
        border-radius: 0;
    }

    .target-list__item:nth-child(2),
    .target-list__item:nth-child(4) {
        margin: 0;
    }

    .target-list__item:nth-child(2) {
        border-radius: 0;
    }

    .target-list__item:nth-child(4) {
        border-radius: 0;
    }

    .target-list__body {
        min-height: 190px;
        padding: 20px;
    }

    .target-section__progress {
        width: calc(100% - 40px);
        margin-top: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .target-section {
        height: auto !important;
    }

    .target-section__sticky {
        position: relative;
        height: auto;
    }

    .target-list__viewport {
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .target-list {
        transform: none !important;
    }

    .target-list__text strong {
        background-size: 100% 0.58em;
        transition: none;
    }
}





























@media (max-width: 900px) {
    

    

    

    

    

    
}

@media (max-width: 620px) {
    

    

    

    

    

    

    

    

    
}









@media (max-width: 767px) {
    

    
}

















@media (max-width: 900px) {
    
}

@media (max-width: 620px) {
    

    
}

















@media (max-width: 767px) {
    

    
}





/* =========================
   Home FV mobile menu button
========================= */
@media (max-width: 767px) {
    .home-page .fv__consultation {
        z-index: 6;
        top: 96px;
        right: 0;
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 18px 7px;
        background: var(--color-accent);
        border-radius: 10px 0 0 10px;
        box-shadow: 0 12px 30px rgba(20, 20, 18, 0.22);
    }

    .home-page .fv__consultation-title,
    .home-page .fv__consultation-note {
        display: none;
    }

    .home-page .fv__consultation-link {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-size: 0.94rem;
        letter-spacing: 0.2em;
        font-weight: 800;
        color: #111;
        background: none;
        border: none;
        box-shadow: none;
        padding: 6px 2px;
    }

.home-page .fv__consultation-link br {
        display: none;
    }
}

/* Target — layered editorial collage */
.target-list__item,
.target-list__item:nth-child(2),
.target-list__item:nth-child(4),
.target-list__item:nth-child(odd),
.target-list__item:last-child {
    overflow: visible;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    filter: none;
    clip-path: none;
}

.target-list__item::before,
.target-list__item:nth-child(even)::before {
    display: none;
}

.target-list__item:hover {
    box-shadow: none;
}

.target-list__visual,
.target-list__item:nth-child(odd) .target-list__visual,
.target-list__item:nth-child(2) .target-list__visual,
.target-list__item:nth-child(4) .target-list__visual {
    margin: 18px 12px 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    clip-path: none;
    transform: rotate(-1.8deg);
    transition: transform 0.55s cubic-bezier(0.22,1,0.36,1);
}

.target-list__item:nth-child(even) .target-list__visual {
    transform: rotate(1.8deg);
}

.target-list__visual::before,
.target-list__item:nth-child(even) .target-list__visual::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    inset: 12px -10px -10px 12px;
    background: rgba(219,174,88,0.3);
    box-shadow: 0 20px 44px rgba(35,52,57,0.12);
    pointer-events: none;
}

.target-list__item:nth-child(even) .target-list__visual::before {
    inset: 12px 12px -10px -10px;
    background: rgba(63,143,161,0.28);
}

.target-list__visual::after {
    inset: 0;
    background: linear-gradient(180deg, transparent 72%, rgba(7,21,40,0.12));
}

.target-list__visual img {
    position: relative;
    z-index: 1;
    object-fit: cover;
    background: #ece9e2;
    box-shadow: 0 14px 36px rgba(35,52,57,0.12);
}

.target-list__item:hover .target-list__visual,
.target-list__item:nth-child(even):hover .target-list__visual {
    transform: rotate(0deg) translateY(-4px);
}

.target-list__body {
    overflow: hidden;
    width: calc(100% - 36px);
    min-height: 194px;
    margin: -24px auto 0;
    padding: 30px 28px 28px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.5), rgba(255,255,255,0.26));
    border: 1px solid rgba(255,255,255,0.52);
    box-shadow:
        0 22px 52px rgba(35,52,57,0.12),
        inset 0 1px 0 rgba(255,255,255,0.66);
    backdrop-filter: blur(16px) saturate(120%);
    -webkit-backdrop-filter: blur(16px) saturate(120%);
}

.target-list__num {
    display: none;
}

.target-list__num::after {
    display: none;
}

.target-list__item:nth-child(even) .target-list__num {
    border-color: rgba(63,143,161,0.3);
    background: rgba(63,143,161,0.08);
    color: #317889;
}

.target-list__name {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 18px;
    font-size: clamp(1.12rem, 1.45vw, 1.38rem);
    line-height: 1.48;
    letter-spacing: -0.035em;
}

.target-list__name::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(219,174,88,0.72), rgba(63,143,161,0.34), transparent);
}

.target-list__text {
    position: relative;
    z-index: 1;
    font-size: clamp(0.84rem, 0.95vw, 0.92rem);
    line-height: 1.95;
    letter-spacing: 0.015em;
    color: #5d6e73;
}

.target-list__body::after {
    content: "“";
    position: absolute;
    z-index: 0;
    right: 12px;
    bottom: -34px;
    font-family: Georgia, serif;
    font-size: 8.5rem;
    line-height: 1;
    color: rgba(219,174,88,0.09);
    pointer-events: none;
}

.target-list__item:nth-child(even) .target-list__body::after {
    color: rgba(63,143,161,0.09);
}

@media (max-width: 767px) {
    .target-list__visual,
    .target-list__item:nth-child(even) .target-list__visual {
        margin-inline: 10px;
        transform: rotate(0deg);
    }

    .target-list__body {
        width: calc(100% - 28px);
        min-height: 184px;
        margin-top: -18px;
        padding: 24px 22px 24px;
    }

    .target-list__name {
        margin-bottom: 16px;
        padding-bottom: 15px;
    }
}







































@media (max-width: 620px) {
    

    

    

    

    
}

@media (prefers-reduced-motion: reduce) {
    
}

/* Flow — matched to the Problems visual language */
.flow-section {
    padding: clamp(120px, 12vw, 170px) 6vw clamp(130px, 13vw, 180px);
    border-top: 1px solid rgba(255,255,255,0.14);
    background:
        radial-gradient(circle at 10% 12%, rgba(219,174,88,0.22), transparent 30rem),
        radial-gradient(circle at 92% 88%, rgba(117,190,201,0.2), transparent 34rem),
        linear-gradient(145deg, #526467 0%, #3e5156 56%, #554d43 100%);
}

.flow-section::before {
    right: -0.035em;
    top: -0.03em;
    font-size: clamp(8rem, 20vw, 19rem);
    line-height: 0.82;
    letter-spacing: -0.045em;
    color: rgba(255,255,255,0.045);
    -webkit-text-stroke: 0;
}

.flow-section::after {
    background:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 64px 64px;
}

.flow-section__top {
    max-width: 1320px;
    margin-bottom: clamp(64px, 7vw, 92px);
}

.flow-section__title {
    max-width: 940px;
    margin-bottom: 28px;
    font-size: clamp(3rem, 5.8vw, 6.4rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.05em;
    background: linear-gradient(135deg, #fff 12%, #f0dba9 58%, #c8e5e8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.flow-section__desc {
    max-width: 680px;
    font-size: clamp(0.9rem, 1.1vw, 1.02rem);
    color: rgba(255,255,255,0.7);
}

.flow-steps {
    max-width: 1320px;
    gap: clamp(14px, 1.5vw, 22px);
}

.flow-steps::before {
    top: 58px;
    background: linear-gradient(90deg, transparent, rgba(240,219,169,0.62), rgba(181,223,229,0.62), transparent);
}

.flow-steps__item {
    min-height: 390px;
    padding: 126px clamp(24px, 2.4vw, 34px) 34px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 3px;
    background:
        radial-gradient(circle at 100% 0%, rgba(255,222,154,0.13), transparent 15rem),
        linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.055));
    box-shadow:
        0 22px 54px rgba(25,36,39,0.14),
        inset 0 1px 0 rgba(255,255,255,0.14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.flow-steps__item + .flow-steps__item::before {
    top: 50px;
    border-color: rgba(240,219,169,0.72);
}

.flow-steps__item:hover {
    border-color: rgba(240,219,169,0.4);
    box-shadow:
        0 30px 70px rgba(25,36,39,0.2),
        inset 0 1px 0 rgba(255,255,255,0.18);
}

.flow-steps__item::after {
    background: rgba(181,223,229,0.1);
}

.flow-steps__img {
    height: 108px;
    opacity: 0.82;
    filter: saturate(0.74) contrast(1.02);
}

.flow-steps__num {
    width: auto;
    height: auto;
    margin-bottom: 30px;
    padding: 7px 11px;
    border: 1px solid rgba(240,219,169,0.34);
    border-radius: 0;
    background: rgba(255,255,255,0.08);
    color: #f0dba9;
}

.flow-steps__item:nth-child(even) .flow-steps__num {
    border-color: rgba(181,223,229,0.34);
    color: #c8e5e8;
}

.flow-steps__name {
    color: #fff;
    font-size: clamp(1.08rem, 1.35vw, 1.3rem);
}

.flow-steps__desc {
    color: rgba(255,255,255,0.66);
}

@media (max-width: 767px) {
    .flow-section {
        padding: 104px 20px 118px;
    }

    .flow-section::before {
        top: 24px;
        font-size: 6rem;
    }

    .flow-section__title {
        font-size: clamp(2.5rem, 11.5vw, 3.6rem);
    }

    .flow-section__desc br {
        display: none;
    }

    .flow-steps__item {
        min-height: 350px;
    }
}

@media (max-width: 620px) {
    .flow-steps {
        grid-template-columns: 1fr;
    }

    .flow-steps__item {
        min-height: 330px;
    }
}

/* FAQ — editorial glass accordion */
.faq-list {
    gap: 16px;
    counter-reset: faq-item;
}

.faq-list__item {
    counter-increment: faq-item;
    width: 100%;
    margin: 0;
    border-radius: 18px;
    border-color: rgba(63,143,161,0.13);
    background:
        linear-gradient(130deg, rgba(255,255,255,0.76), rgba(255,255,255,0.36));
    box-shadow:
        0 18px 50px rgba(35,52,57,0.08),
        inset 0 1px 0 rgba(255,255,255,0.8);
    backdrop-filter: blur(18px) saturate(120%);
    -webkit-backdrop-filter: blur(18px) saturate(120%);
    transition:
        border-color 0.35s ease,
        transform 0.45s cubic-bezier(0.22,1,0.36,1),
        box-shadow 0.45s ease;
}

.faq-list__item:nth-child(even) {
    margin: 0;
    border-radius: 18px;
}

.faq-list__item::before {
    inset: 0 0 auto;
    width: 100%;
    height: 2px;
    opacity: 0.72;
    background: linear-gradient(90deg, #DBAE58, #6eb3bf 58%, transparent);
    transform: scaleX(0.12);
    transform-origin: left;
    transition: transform 0.65s cubic-bezier(0.22,1,0.36,1), opacity 0.3s ease;
}

.faq-list__item:nth-child(even)::before {
    background: linear-gradient(90deg, #DBAE58, #6eb3bf 58%, transparent);
    transform-origin: left;
}

.faq-list__item::after {
    display: none;
}

.faq-list__item:hover {
    transform: translateY(-4px);
    border-color: rgba(219,174,88,0.36);
    box-shadow:
        0 28px 68px rgba(35,52,57,0.13),
        inset 0 1px 0 rgba(255,255,255,0.86);
}

.faq-list__item:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

.faq-list__q {
    gap: 24px;
    padding: 30px 32px;
    font-size: clamp(1rem, 1.35vw, 1.2rem);
}

.faq-list__q-mark {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #dbae58, #e8cf96);
    color: #27383d;
    box-shadow:
        0 10px 24px rgba(219,174,88,0.2),
        inset 0 1px 0 rgba(255,255,255,0.52);
}

.faq-list__item:nth-child(even) .faq-list__q-mark {
    border-radius: 50%;
    background: linear-gradient(135deg, #dbae58, #e8cf96);
    color: #27383d;
}

.faq-list__icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border-color: rgba(63,143,161,0.16);
    background: rgba(255,255,255,0.42);
    backdrop-filter: blur(8px);
}



.faq-list__a {
    position: relative;
    color: #53656a;
    font-size: 0.88rem;
    line-height: 2.05;
}



@media (max-width: 767px) {
    .faq-list {
        gap: 12px;
    }

    .faq-list__item,
    .faq-list__item:nth-child(even) {
        width: 100%;
        margin-inline: 0;
        border-radius: 14px;
    }

    .faq-list__item::after {
        right: 60px;
        top: 16px;
        font-size: 3rem;
    }

    .faq-list__q {
        gap: 14px;
        padding: 22px 18px;
    }

    .faq-list__q-mark,
    .faq-list__icon {
        width: 36px;
        height: 36px;
    }

    
}

/* Flow — light variation */
.flow-section {
    border-top-color: rgba(63,143,161,0.12);
    background:
        radial-gradient(circle at 10% 12%, rgba(219,174,88,0.2), transparent 30rem),
        radial-gradient(circle at 92% 88%, rgba(117,190,201,0.18), transparent 34rem),
        linear-gradient(145deg, #faf8f3 0%, #edf1f0 56%, #f1ece3 100%);
}

.flow-section::before {
    color: rgba(63,143,161,0.055);
}

.flow-section::after {
    background:
        linear-gradient(rgba(63,143,161,0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(63,143,161,0.045) 1px, transparent 1px);
    background-size: 64px 64px;
}

.flow-section__title {
    max-width: 820px;
    font-size: clamp(2.2rem, 4.2vw, 4.4rem);
    line-height: 1.12;
    background: linear-gradient(135deg, #182326 12%, #8e6e31 58%, #347b87 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.flow-section__desc {
    color: rgba(28,43,47,0.67);
}

.flow-steps__item {
    min-height: 455px;
    padding-top: 204px;
    border-color: rgba(63,143,161,0.14);
    background:
        radial-gradient(circle at 100% 0%, rgba(219,174,88,0.11), transparent 15rem),
        linear-gradient(145deg, rgba(255,255,255,0.82), rgba(255,255,255,0.46));
    box-shadow:
        0 22px 54px rgba(35,52,57,0.09),
        inset 0 1px 0 rgba(255,255,255,0.88);
}

.flow-steps__item:hover {
    border-color: rgba(219,174,88,0.42);
    box-shadow:
        0 30px 70px rgba(35,52,57,0.14),
        inset 0 1px 0 rgba(255,255,255,0.92);
}

.flow-steps__item::after {
    background: rgba(63,143,161,0.08);
}

.flow-steps__num {
    border-color: rgba(219,174,88,0.34);
    background: rgba(255,255,255,0.48);
    color: #9a7430;
}

.flow-steps__item:nth-child(even) .flow-steps__num {
    border-color: rgba(63,143,161,0.3);
    color: #317889;
}

.flow-steps__name {
    color: #172326;
}

.flow-steps__desc {
    color: rgba(28,43,47,0.65);
}

.flow-steps__img {
    height: 180px;
}

@media (max-width: 767px) {
    .flow-section__title {
        font-size: clamp(2rem, 9vw, 2.8rem);
    }

    .flow-steps__item {
        min-height: 430px;
        padding-top: 192px;
    }

    .flow-steps__img {
        height: 170px;
    }
}

/* About — bright editorial spread */
.about-section {
    padding: clamp(120px, 12vw, 170px) 6vw clamp(130px, 13vw, 190px);
    border-top-color: rgba(63,143,161,0.12);
    background:
        radial-gradient(circle at 8% 90%, rgba(219,174,88,0.18), transparent 30rem),
        radial-gradient(circle at 92% 8%, rgba(117,190,201,0.16), transparent 32rem),
        linear-gradient(145deg, #faf8f3 0%, #edf1f0 58%, #f3eee5 100%);
}

.about-section::before {
    right: -0.035em;
    top: -0.04em;
    font-size: clamp(8rem, 20vw, 19rem);
    line-height: 0.82;
    letter-spacing: -0.055em;
    background: linear-gradient(135deg, rgba(63,143,161,0.07), rgba(219,174,88,0.035));
    -webkit-background-clip: text;
    background-clip: text;
}

.about-section::after {
    background:
        linear-gradient(rgba(63,143,161,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(63,143,161,0.04) 1px, transparent 1px);
    background-size: 64px 64px;
    animation: none;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.72), transparent 80%);
}

.about-section__header {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: clamp(34px, 6vw, 86px);
    align-items: end;
    max-width: 1320px;
    margin-bottom: clamp(60px, 7vw, 92px);
}

.about-section__label {
    padding-bottom: 10px;
    color: #9a7430;
}

.about-section__title {
    margin: 0;
    font-size: clamp(3rem, 5.8vw, 6.2rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.055em;
    background: linear-gradient(135deg, #182326 12%, #8e6e31 58%, #347b87 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.about-section__body {
    grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
    gap: 0;
    align-items: center;
    max-width: 1320px;
}

.about-section__text {
    position: relative;
    z-index: 3;
    margin-right: -72px;
    padding: clamp(38px, 4.6vw, 62px);
    border: 1px solid rgba(255,255,255,0.78);
    background: linear-gradient(135deg, rgba(255,255,255,0.86), rgba(255,255,255,0.6));
    box-shadow: 0 30px 80px rgba(35,52,57,0.13), inset 0 1px 0 rgba(255,255,255,0.9);
    backdrop-filter: blur(20px) saturate(120%);
    -webkit-backdrop-filter: blur(20px) saturate(120%);
}

.about-section__lead {
    margin-bottom: 26px;
    font-size: clamp(1.25rem, 1.8vw, 1.65rem);
    line-height: 1.75;
    letter-spacing: -0.02em;
    color: #182326;
}

.about-section__desc {
    margin-bottom: 30px;
    color: rgba(28,43,47,0.67);
}

.about-section__tags {
    gap: 7px;
    margin-bottom: 34px;
}

.about-section__tags li {
    padding: 7px 13px;
    border: 1px solid rgba(63,143,161,0.18);
    border-radius: 2px;
    background: rgba(255,255,255,0.42);
    color: #397887;
}

.about-section__info {
    display: block;
    margin-bottom: 38px;
    border-top: 1px solid rgba(63,143,161,0.16);
}

.about-section__info-row,
.about-section__info-row:last-child {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 22px;
    padding: 17px 0;
    border: 0;
    border-bottom: 1px solid rgba(63,143,161,0.16);
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
}

.about-section__info-row:hover {
    transform: none;
    background: linear-gradient(90deg, rgba(219,174,88,0.06), transparent);
}

.about-section__info-row dt { color: #9a7430; }
.about-section__info-row dd { color: #34484e; }

.about-section__btn {
    border-radius: 3px;
    background: #26383d;
    color: #fff;
    box-shadow: 0 18px 40px rgba(35,52,57,0.18);
}

.about-section__btn:hover {
    background: #344d53;
    box-shadow: 0 24px 52px rgba(35,52,57,0.24);
}

.about-section__img {
    z-index: 1;
    min-height: 650px;
    aspect-ratio: 4 / 5;
    border: 12px solid rgba(255,255,255,0.5);
    border-radius: 2px;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(26,46,52,0.24)), url("../img/about-studio.jpg");
    box-shadow: 26px 28px 0 rgba(63,143,161,0.1), 0 34px 90px rgba(35,52,57,0.18);
}

.about-section__img::before {
    left: 22px;
    bottom: 22px;
    border-radius: 2px;
    background: rgba(255,255,255,0.68);
    color: #26383d;
    border-color: rgba(255,255,255,0.72);
}

.about-section__img::after {
    inset: 18px;
    border-radius: 0;
    border-color: rgba(255,255,255,0.34);
}

.about-section__img-badge {
    top: 24px;
    right: 24px;
    align-items: flex-start;
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,0.66);
    background: rgba(255,255,255,0.72);
    box-shadow: 0 14px 34px rgba(35,52,57,0.14);
}


.about-section__img-badge-label { color: #45656d; }

@media (max-width: 1024px) {
    .about-section__body {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .about-section__img {
        order: -1;
        width: min(720px, 92%);
        min-height: 520px;
        margin: 0 auto;
        aspect-ratio: 4 / 3;
    }

    .about-section__text {
        width: min(820px, 100%);
        margin: -70px auto 0;
    }
}

@media (max-width: 767px) {
    .about-section {
        padding: 104px 20px 118px;
    }

    .about-section::before {
        top: 24px;
        font-size: 5.8rem;
    }

    .about-section__header {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 48px;
    }

    .about-section__title {
        font-size: clamp(2.5rem, 11vw, 3.5rem);
    }

    .about-section__img {
        width: calc(100% - 16px);
        min-height: 360px;
        border-width: 8px;
        aspect-ratio: 4 / 5;
    }

    .about-section__text {
        margin-top: -42px;
        padding: 28px 22px 30px;
    }

    .about-section__info-row,
    .about-section__info-row:last-child {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .about-section__btn {
        width: 100%;
        justify-content: center;
        padding-inline: 20px;
    }
}

/* =========================
   Home — unified visual system
========================= */
:root {
    --home-paper: #f7f5ef;
    --home-paper-cool: #edf1f0;
    --home-ink: #182326;
    --home-muted: #5e7075;
    --home-slate: #34494e;
    --home-slate-deep: #24363b;
    --home-gold: #d3a951;
    --home-blue: #4a929f;
    --home-line: rgba(63,143,161,0.14);
}

.home-page main {
    background: var(--home-paper);
}

.home-page .solutions-section,
.home-page .service-section,
.home-page .strength-section,
.home-page .about-section,
.home-page .flow-section,
.home-page .faq-section,
.home-page .news-section {
    padding-left: 6vw;
    padding-right: 6vw;
}

.home-page .solutions-section__header,
.home-page .service-section__header,
.home-page .strength-section__header,
.home-page .about-section__header,
.home-page .flow-section__top,
.home-page .faq-section__header,
.home-page .news-section__header,
.home-page .solutions-cards,
.home-page .service-list,
.home-page .strength-list,
.home-page .about-section__body,
.home-page .flow-steps,
.home-page .faq-list,
.home-page .news-list {
    width: min(1320px, 100%);
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

/* Solutions: light paper chapter */
.home-page .solutions-section {
    padding-top: clamp(112px, 11vw, 156px);
    padding-bottom: clamp(120px, 12vw, 172px);
    background:
        radial-gradient(circle at 8% 8%, rgba(74,146,159,0.13), transparent 28rem),
        radial-gradient(circle at 92% 92%, rgba(211,169,81,0.14), transparent 28rem),
        linear-gradient(145deg, #f8f6f0, #edf1f0);
}

.home-page .solutions-section::before {
    top: 26px;
    font-size: clamp(6rem, 16vw, 14rem);
    letter-spacing: -0.045em;
    background: linear-gradient(135deg, rgba(74,146,159,0.07), rgba(211,169,81,0.035));
    -webkit-background-clip: text;
    background-clip: text;
}

.home-page .solutions-section::after {
    background: radial-gradient(rgba(63,143,161,0.055) 1px, transparent 1px);
    background-size: 32px 32px;
}

.home-page .solutions-section__header {
    margin-bottom: clamp(48px, 6vw, 76px);
}

.home-page .solutions-section__label,
.home-page .strength-section__label,
.home-page .faq-section__label,
.home-page .news-section__label {
    color: #98732f;
}

.home-page .solutions-section__title,
.home-page .strength-section__sublabel {
    background: linear-gradient(135deg, var(--home-ink) 14%, #8e6e31 58%, #347b87 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.home-page .solutions-section__title {
    font-size: clamp(2.4rem, 4.6vw, 4.9rem);
    letter-spacing: -0.045em;
}

.home-page .solutions-section__sublabel {
    color: var(--home-muted);
}

.home-page .solutions-cards {
    gap: clamp(12px, 1.5vw, 20px);
}

.home-page .solutions-card {
    border: 1px solid rgba(63,143,161,0.14);
    border-radius: 4px;
    background:
        radial-gradient(circle at 100% 0%, rgba(211,169,81,0.1), transparent 14rem),
        linear-gradient(145deg, rgba(255,255,255,0.86), rgba(255,255,255,0.48));
    box-shadow: 0 20px 54px rgba(35,52,57,0.08), inset 0 1px 0 rgba(255,255,255,0.9);
    backdrop-filter: blur(14px);
}

.home-page .solutions-card:hover {
    border-color: rgba(211,169,81,0.38);
    background:
        radial-gradient(circle at 100% 0%, rgba(211,169,81,0.15), transparent 15rem),
        linear-gradient(145deg, rgba(255,255,255,0.94), rgba(255,255,255,0.62));
}

.home-page .solutions-card__title { color: var(--home-ink); }
.home-page .solutions-card__list li { color: #477983; }
.home-page .solutions-card__head::after { background: linear-gradient(90deg, rgba(211,169,81,0.54), rgba(74,146,159,0.3), transparent); }

/* Service: the single deep chapter */
.home-page .service-section {
    padding-top: clamp(112px, 11vw, 156px);
    padding-bottom: clamp(120px, 12vw, 172px);
    background:
        radial-gradient(circle at 88% 10%, rgba(211,169,81,0.18), transparent 30rem),
        radial-gradient(circle at 8% 90%, rgba(117,190,201,0.17), transparent 34rem),
        linear-gradient(145deg, #3e5156, #2d4248 58%, #4a443c);
}

.home-page .service-section::after {
    background: radial-gradient(rgba(255,255,255,0.045) 1px, transparent 1px);
    background-size: 32px 32px;
}

.home-page .service-section__title {
    font-size: clamp(2.6rem, 5vw, 5.2rem);
    letter-spacing: -0.05em;
    background: linear-gradient(135deg, #fff, #f0dba9 58%, #c8e5e8);
    -webkit-background-clip: text;
    background-clip: text;
}

.home-page .service-section__label { color: #f0dba9; }
.home-page .service-list { border-color: rgba(255,255,255,0.15); }
.home-page .service-list__item { border-color: rgba(255,255,255,0.14); }
.home-page .service-list__name { color: #fff; }
.home-page .service-list__arrow { border-color: rgba(255,255,255,0.22); color: rgba(255,255,255,0.66); }

/* Strength: image-led light chapter */
.home-page .strength-section {
    padding-top: clamp(112px, 11vw, 156px);
    padding-bottom: clamp(120px, 12vw, 172px);
    background:
        radial-gradient(circle at 10% 90%, rgba(211,169,81,0.13), transparent 28rem),
        radial-gradient(circle at 90% 8%, rgba(74,146,159,0.13), transparent 30rem),
        var(--home-paper);
}

.home-page .strength-section::before {
    background: linear-gradient(135deg, rgba(74,146,159,0.055), rgba(211,169,81,0.025));
    -webkit-background-clip: text;
    background-clip: text;
}

.home-page .strength-section__sublabel {
    font-size: clamp(2.5rem, 5vw, 5rem);
    letter-spacing: -0.05em;
}

.home-page .strength-list { gap: clamp(12px, 1.5vw, 20px); }
.home-page .strength-list__item { border-radius: 4px; border-color: rgba(63,143,161,0.14); box-shadow: 0 18px 46px rgba(35,52,57,0.1); }


.home-page .strength-list__item::after {
    display: none;
}

.home-page .solutions-card__head {
    padding-top: 0;
}

/* Light chapters receive subtle separators instead of abrupt color jumps */
.home-page .about-section,
.home-page .flow-section,
.home-page .faq-section,
.home-page .news-section {
    border-top: 1px solid var(--home-line);
}

.home-page .flow-section {
    background:
        radial-gradient(circle at 10% 12%, rgba(211,169,81,0.16), transparent 30rem),
        radial-gradient(circle at 92% 88%, rgba(74,146,159,0.14), transparent 34rem),
        linear-gradient(145deg, #f5f1e9, #edf1f0);
}

.home-page .faq-section {
    padding-top: clamp(112px, 11vw, 156px);
    padding-bottom: clamp(120px, 12vw, 172px);
    background:
        radial-gradient(circle at 90% 8%, rgba(74,146,159,0.12), transparent 28rem),
        linear-gradient(145deg, #fbfaf6, #f0eee8);
}

.home-page .faq-section__title {
    font-size: clamp(2.5rem, 4.8vw, 4.9rem);
    letter-spacing: -0.05em;
    color: var(--home-ink);
}

.home-page .faq-section__desc { color: var(--home-muted); }

.home-page .news-section {
    padding-top: clamp(112px, 11vw, 156px);
    padding-bottom: clamp(120px, 12vw, 172px);
    background:
        radial-gradient(circle at 8% 92%, rgba(211,169,81,0.13), transparent 28rem),
        linear-gradient(145deg, #edf1f0, #f7f5ef);
}

.home-page .news-section__title {
    font-size: clamp(2.4rem, 4.4vw, 4.5rem);
    letter-spacing: -0.045em;
    color: var(--home-ink);
}

.home-page .news-section__desc { color: var(--home-muted); }
.home-page .news-list__item:first-child .news-list__link { background: rgba(255,255,255,0.68); border-color: var(--home-line); box-shadow: 0 20px 54px rgba(35,52,57,0.08); }

/* CTA rhythm */
.home-page .mid-cta {
    padding: 58px 6vw;
    background:
        radial-gradient(circle at 0% 50%, rgba(117,190,201,0.2), transparent 28rem),
        radial-gradient(circle at 100% 50%, rgba(211,169,81,0.18), transparent 26rem),
        linear-gradient(135deg, var(--home-slate-deep), var(--home-slate));
}

.home-page .mid-cta::before {
    inset: 12px;
    border-radius: 4px;
    border-color: rgba(255,255,255,0.12);
}

.home-page .mid-cta__title { color: #fff; }
.home-page .mid-cta__sub,
.home-page .mid-cta__note { color: rgba(210,235,238,0.7); }

.home-page .contact-section {
    background: #111;
}

.home-page .contact-section::after {
    background:
        linear-gradient(90deg, rgba(17,17,17,0.88), rgba(17,17,17,0.42) 45%, rgba(17,17,17,0.88)),
        linear-gradient(180deg, rgba(17,17,17,0.72), rgba(17,17,17,0.36) 48%, rgba(17,17,17,0.78));
}

@media (max-width: 767px) {
    .home-page .solutions-section,
    .home-page .service-section,
    .home-page .strength-section,
    .home-page .about-section,
    .home-page .flow-section,
    .home-page .faq-section,
    .home-page .news-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-page .solutions-cards {
        grid-template-columns: 1fr;
    }

    .home-page .solutions-card {
        min-height: 0;
    }
}

/* Home FV — quiet editorial opening that connects to the chapters below */
.home-page .fv {
    min-height: 1180px;
    background:
        radial-gradient(circle at 82% 18%, rgba(74,146,159,0.2), transparent 30rem),
        radial-gradient(circle at 10% 72%, rgba(211,169,81,0.13), transparent 32rem),
        linear-gradient(145deg, #f4f1e9 0%, #e8eeed 58%, #f7f5ef 100%);
}

.home-page .fv::before {
    background:
        linear-gradient(90deg, rgba(63,143,161,0.065) 1px, transparent 1px),
        linear-gradient(180deg, rgba(63,143,161,0.055) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,0.7) 65%, transparent 100%);
}

.home-page .fv__marquee span {
    color: rgba(255,255,255,0.44);
    text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}

.home-page .fv__label {
    color: #8d6c2e;
}

.home-page .fv__consultation {
    top: 410px;
}

.home-page .fv__consultation-title {
    padding-top: 15px;
    font-size: 0.78rem;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--home-muted);
}

.home-page .fv__title-wrap {
    max-width: min(920px, 100%);
    mix-blend-mode: difference;
}

.home-page .fv__title {
    font-size: clamp(2.35rem, 4.25vw, 4.75rem);
    line-height: 1.12;
    letter-spacing: -0.045em;
    color: #fff;
    text-wrap: balance;
}

.home-page .fv__consultation-link {
    color: var(--home-ink);
    border-color: rgba(63,143,161,0.2);
    background: rgba(255,255,255,0.58);
    box-shadow: 0 16px 42px rgba(35,52,57,0.09);
    backdrop-filter: blur(14px);
}

.home-page #three-container {
    border: 1px solid rgba(255,255,255,0.52);
    box-shadow: 0 30px 80px rgba(35,52,57,0.18);
}

.home-page #three-container canvas {
    position: relative;
    z-index: 1;
    background: transparent;
    filter: brightness(1.22) saturate(1.08);
}

.home-page #three-container::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,0.05), transparent 55%);
}

.home-page .fv__desc {
    color: var(--home-muted);
    border-color: var(--home-line);
}

@media (max-width: 767px) {
    .home-page .fv {
        min-height: 980px;
    }

    .home-page .fv__marquee span {
        color: rgba(255,255,255,0.36);
    }

    .home-page .fv__title {
        font-size: clamp(2rem, 10vw, 3.15rem);
        line-height: 1.16;
    }

    .home-page .fv__title-wrap {
        z-index: 10;
        mix-blend-mode: normal !important;
        isolation: auto;
        transform-style: flat;
    }

    .home-page .fv__title {
        color: #fff !important;
        -webkit-text-fill-color: #fff;
        mix-blend-mode: difference !important;
        isolation: auto;
        transform-origin: left top;
    }

    .home-page .fv__consultation-link {
        color: #111;
        background: none;
        box-shadow: none;
        backdrop-filter: none;
    }

    .home-page .fv__consultation {
        top: 96px;
    }
}

/* Shared visual chapter: Solutions → What We Do → Strength */
.visual-chapter {
    position: relative;
    isolation: isolate;
    background: #f3f4f1;
}

.visual-chapter__background {
    position: absolute;
    z-index: 0;
    inset: 0;
    pointer-events: none;
}

.solutions-webgl {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.78;
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.22) 28%, #000 58%, rgba(0,0,0,0.72) 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.22) 28%, #000 58%, rgba(0,0,0,0.72) 100%);
}

.solutions-webgl canvas {
    display: block;
    width: 100%;
    height: 100%;
    filter: saturate(1.4) contrast(1.22);
}

.solutions-section__header,
.solutions-cards {
    position: relative;
    z-index: 1;
}

.visual-chapter > .solutions-section,
.visual-chapter > .service-section,
.visual-chapter > .strength-section {
    position: relative;
    z-index: 1;
}

.visual-chapter > .solutions-section {
    background:
        radial-gradient(circle at 8% 8%, rgba(72,138,153,0.08), transparent 28rem),
        linear-gradient(145deg, rgba(247,247,245,0.88), rgba(180,180,180,0.08));
}

.visual-chapter > .service-section {
    background:
        radial-gradient(circle at 88% 10%, rgba(219,174,88,0.12), transparent 30rem),
        linear-gradient(145deg, rgba(59,66,61,0.91), rgba(48,54,50,0.88));
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

.visual-chapter > .strength-section {
    background:
        radial-gradient(circle at 10% 90%, rgba(219,174,88,0.08), transparent 28rem),
        linear-gradient(145deg, rgba(247,247,245,0.88), rgba(240,244,244,0.8));
}

@media (max-width: 767px) {
    .solutions-webgl {
        opacity: 0.58;
        mask-image: linear-gradient(180deg, rgba(0,0,0,0.72), #000 18%, #000 84%, rgba(0,0,0,0.68));
        -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.72), #000 18%, #000 84%, rgba(0,0,0,0.68));
    }
}

@media (prefers-reduced-motion: reduce) {
    .solutions-webgl {
        opacity: 0.3;
    }
}

.service-section__header,
.service-list {
    position: relative;
    z-index: 1;
}

.service-webgl {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.92;
    mask-image: linear-gradient(90deg, rgba(0,0,0,0.82), #000 28%, #000 74%, rgba(0,0,0,0.64));
    -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0.82), #000 28%, #000 74%, rgba(0,0,0,0.64));
}

.service-webgl canvas {
    display: block;
    width: 100%;
    height: 100%;
    filter: saturate(1.06);
}

@media (max-width: 767px) {
    .service-webgl {
        opacity: 0.76;
        mask-image: linear-gradient(180deg, #000, rgba(0,0,0,0.72) 78%, transparent);
        -webkit-mask-image: linear-gradient(180deg, #000, rgba(0,0,0,0.72) 78%, transparent);
    }
}

@media (prefers-reduced-motion: reduce) {
    .service-webgl {
        opacity: 0.42;
    }
}



.home-page {
    color: var(--home-ink);
    background: var(--home-paper);
}

.home-page .fv {
    background:
        radial-gradient(circle at 82% 18%, rgba(72,138,153,0.22), transparent 31rem),
        radial-gradient(circle at 10% 72%, rgba(219,174,88,0.15), transparent 32rem),
        linear-gradient(145deg, #f7f7f5, rgba(180,180,180,0.2));
}

.home-page .fv::before {
    background:
        linear-gradient(90deg, rgba(72,138,153,0.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(72,138,153,0.07) 1px, transparent 1px);
    background-size: 72px 72px;
}

.home-page .fv__label,
.home-page .solutions-section__label,
.home-page .strength-section__label,
.home-page .faq-section__label,
.home-page .news-section__label {
    color: var(--home-gold);
}

.home-page .fv__title,
.home-page .faq-section__title,
.home-page .news-section__title {
    color: var(--home-ink);
}

.home-page .fv__title {
    color: #fff;
}

.home-page .solutions-section {
    background:
        radial-gradient(circle at 8% 8%, rgba(72,138,153,0.14), transparent 28rem),
        radial-gradient(circle at 92% 92%, rgba(219,174,88,0.14), transparent 28rem),
        linear-gradient(145deg, #f7f7f5, rgba(180,180,180,0.16));
}

.home-page .solutions-section__title,
.home-page .strength-section__sublabel {
    background: linear-gradient(135deg, var(--home-ink) 14%, var(--home-gold) 58%, var(--home-blue) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.home-page .solutions-card {
    border-color: rgba(72,138,153,0.22);
    background:
        radial-gradient(circle at 100% 0%, rgba(219,174,88,0.12), transparent 14rem),
        linear-gradient(145deg, rgba(255,255,255,0.9), rgba(180,180,180,0.14));
    box-shadow: 0 20px 54px rgba(59,66,61,0.1), inset 0 1px 0 rgba(255,255,255,0.9);
}

.home-page .solutions-card__list li { color: var(--home-blue); }
.home-page .solutions-card__head::after { background: linear-gradient(90deg, var(--home-gold), rgba(72,138,153,0.55), transparent); }

.home-page .service-section {
    background:
        radial-gradient(circle at 88% 10%, rgba(219,174,88,0.2), transparent 30rem),
        radial-gradient(circle at 8% 90%, rgba(72,138,153,0.28), transparent 34rem),
        linear-gradient(145deg, #3B423D, #303632);
}

.home-page .service-section__title {
    background: linear-gradient(135deg, #fff, #DBAE58 58%, #acd1d8);
    -webkit-background-clip: text;
    background-clip: text;
}

.home-page .service-section__label { color: var(--home-gold); }

.home-page .strength-section {
    background:
        radial-gradient(circle at 10% 90%, rgba(219,174,88,0.14), transparent 28rem),
        radial-gradient(circle at 90% 8%, rgba(72,138,153,0.15), transparent 30rem),
        var(--home-paper);
}

.home-page .strength-list__item {
    border-color: rgba(180,180,180,0.52);
    box-shadow: 0 18px 46px rgba(59,66,61,0.12);
}

.home-page .flow-section,
.home-page .faq-section,
.home-page .news-section {
    background:
        radial-gradient(circle at 10% 12%, rgba(219,174,88,0.13), transparent 30rem),
        radial-gradient(circle at 92% 88%, rgba(72,138,153,0.13), transparent 34rem),
        linear-gradient(145deg, #f7f7f5, rgba(180,180,180,0.16));
}

.home-page .mid-cta {
    background:
        radial-gradient(circle at 0% 50%, rgba(72,138,153,0.35), transparent 28rem),
        radial-gradient(circle at 100% 50%, rgba(219,174,88,0.2), transparent 26rem),
        linear-gradient(135deg, #303632, #3B423D);
}

.home-page .contact-section {
    background: #111;
}

.home-page .contact-section::after {
    background:
        linear-gradient(90deg, rgba(17,17,17,0.88), rgba(17,17,17,0.42) 45%, rgba(17,17,17,0.88)),
        linear-gradient(180deg, rgba(17,17,17,0.72), rgba(17,17,17,0.36) 48%, rgba(17,17,17,0.78));
}

.home-page .header-link:hover,
.home-page .menu-btn,
.home-page .about-section__btn {
    border-color: var(--home-gold);
}

.home-page .menu-btn:hover {
    background: var(--home-gold);
}






















@media (prefers-reduced-motion: reduce) {
    
}























































































@media (max-width: 767px) {
    

    

    

    

    

    

    

    

    

    

    
}

/* Voice insight — warm {
    background:
        radial-gradient(circle at 8% 12%, rgba(178,151,96,.13), transparent 30rem),
        linear-gradient(145deg, #f4f0e7, #e8e1d5);
    color: #292d28;
}






















@media (prefers-reduced-motion: reduce) {
    
}

/* Home loading overlay — GSAP SVG shape reveal */
.home-page.is-loading {
    overflow: hidden;
}

.page-loader {
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    pointer-events: auto;
    background: transparent;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}



.page-loader__shapes {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.page-loader__brand {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #3B423D;
    text-align: center;
    will-change: transform, opacity;
}

.page-loader__eyebrow {
    margin-bottom: 12px;
    color: #488A99;
    font-size: 0.67rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.28em;
}

.page-loader__name {
    font-size: clamp(1.65rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.035em;
}

.page-loader__line {
    position: relative;
    width: min(180px, 44vw);
    height: 2px;
    margin-top: 24px;
    overflow: hidden;
    background: rgba(72,138,153,0.16);
}

.page-loader__line::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #488A99, #DBAE58);
    transform: translateX(-100%);
    animation: page-loader-line 1.1s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@keyframes page-loader-line {
    50%, 100% { transform: translateX(100%); }
}

@media (max-width: 767px) {
    .page-loader__eyebrow {
        margin-bottom: 10px;
        font-size: 0.58rem;
    }

    .page-loader__name {
        font-size: clamp(1.55rem, 9vw, 2.25rem);
    }

    .page-loader__line {
        margin-top: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-loader__line::after {
        animation: none;
        transform: none;
    }
}

/* Footer boundary bounce — scroll-velocity driven GSAP shape */
.site-footer--top-style {
    isolation: isolate;
    background: #315f68;
}

.home-page .site-footer__bounce {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.home-page .site-footer__bounce svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.home-page #footerBounceLine {
    opacity: 0.9;
    filter: drop-shadow(0 4px 10px rgba(219,174,88,0.34));
}

.site-footer--top-style::before {
    z-index: 1;
}

.site-footer--top-style .site-footer__top,
.site-footer--top-style .site-footer__bottom {
    position: relative;
    z-index: 2;
}

/* Decorative wave belongs to the home page only. */
.post-type-archive-news .site-footer__bounce,
.single-news .site-footer__bounce,
.service-page .site-footer__bounce {
    display: none !important;
}

.service-page .site-footer {
    margin-top: 0;
}


/* Final chapter surfaces: keep the shared sticky particles visible. */
.home-page .visual-chapter > .solutions-section {
    background:
        radial-gradient(circle at 8% 8%, rgba(72,138,153,0.08), transparent 28rem),
        linear-gradient(145deg, rgba(247,247,245,0.84), rgba(237,242,241,0.72));
}

.home-page .visual-chapter > .service-section {
    background:
        radial-gradient(circle at 88% 10%, rgba(219,174,88,0.12), transparent 30rem),
        linear-gradient(145deg, #3B423D, #303632);
}

.home-page .visual-chapter > .strength-section {
    background:
        radial-gradient(circle at 10% 90%, rgba(219,174,88,0.08), transparent 28rem),
        linear-gradient(145deg, rgba(247,247,245,0.82), rgba(240,244,244,0.72));
}

.home-page .visual-chapter .solutions-webgl {
    opacity: 1;
}

@media (max-width: 767px) {
    .home-page .visual-chapter .solutions-webgl {
        opacity: 1;
    }
}










@media (prefers-reduced-motion: reduce) {
    
}

@media (max-width: 767px) {
    /* News: featured first article, then two cards per row on mobile. */
    .home-page .news-list__item:nth-child(5) {
        display: block;
    }

    .home-page .news-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .home-page .news-list__item:first-child {
        grid-column: 1 / -1;
    }

    .home-page .news-list__item:not(:first-child) .news-list__link {
        display: block;
        min-height: 0;
        overflow: hidden;
        border: 1px solid var(--home-line);
        background: rgba(255,255,255,0.68);
        box-shadow: 0 12px 30px rgba(59,66,61,0.07);
    }

    .home-page .news-list__item:not(:first-child) .news-list__img {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .home-page .news-list__item:not(:first-child) .news-list__body {
        padding: 16px 14px 18px;
    }

    .home-page .news-list__item:not(:first-child) .news-list__meta {
        gap: 7px;
        margin-bottom: 8px;
    }

    .home-page .news-list__item:not(:first-child) .news-list__cat {
        padding: 3px 7px;
        font-size: 0.58rem;
    }

    .home-page .news-list__item:not(:first-child) .news-list__date {
        font-size: 0.62rem;
    }

    .home-page .news-list__item:not(:first-child) .news-list__title {
        font-size: 0.82rem;
        line-height: 1.55;
    }

    .home-page .news-list__item:not(:first-child) .news-list__excerpt {
        display: none;
    }
}

/* Flow: swipeable cards on mobile */
.flow-slider__controls {
    display: none;
}

/* Strength: compact visual tiles on mobile */
@media (max-width: 767px) {
    .home-page .strength-section {
        padding-top: 82px;
        padding-bottom: 88px;
    }

    .home-page .strength-section__header {
        margin-bottom: 30px;
    }

    .home-page .strength-section__sublabel {
        margin-top: 12px;
        font-size: clamp(2.15rem, 10vw, 2.8rem);
    }

    .home-page .strength-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .home-page .strength-list__item {
        min-height: 0;
        aspect-ratio: 1 / 1.05;
        border-radius: 12px;
        box-shadow: 0 12px 28px rgba(59,66,61,0.12);
    }

    .home-page .strength-list__item::before {
        background: linear-gradient(
            to bottom,
            rgba(8,12,18,0.02) 15%,
            rgba(8,12,18,0.15) 48%,
            rgba(59,66,61,0.9) 100%
        );
    }

    .home-page .strength-list__text {
        padding: 14px 13px 15px;
        font-size: clamp(0.72rem, 3.35vw, 0.84rem);
        line-height: 1.55;
        letter-spacing: 0;
        text-shadow: 0 2px 8px rgba(0,0,0,0.45);
    }
}

/* Service list: compact and scannable on mobile */
@media (max-width: 767px) {
    .home-page .service-section {
        padding-top: 88px;
        padding-bottom: 96px;
    }

    .home-page .service-section__header {
        margin-bottom: 34px;
    }

    .home-page .service-section__title {
        font-size: clamp(2.15rem, 10vw, 3rem);
    }

    .home-page .service-list__item {
        gap: 12px;
        padding: 24px 8px 24px 0;
    }

    .home-page .service-list__name {
        font-size: clamp(1.05rem, 5.2vw, 1.35rem);
        line-height: 1.42;
        letter-spacing: -0.025em;
    }

    .home-page .service-list__arrow {
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }

    .home-page .service-list__item:hover .service-list__name {
        letter-spacing: -0.025em;
    }

    .home-page .service-list__item:hover .service-list__arrow {
        transform: translateX(2px);
    }
}

/* FV consultation: refined floating CTA on mobile */
@media (max-width: 767px) {
    .home-page .fv__consultation {
        z-index: 12;
        top: 112px;
        right: 0;
        display: block;
        padding: 0;
        border: 0;
        border-radius: 18px 0 0 18px;
        background: transparent;
        box-shadow: none;
    }

    .home-page .fv__consultation-link {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        padding: 18px 10px 10px;
        border: 1px solid rgba(72,138,153,0.2);
        border-right: 0;
        border-radius: 18px 0 0 18px;
        color: #3B423D;
        background: linear-gradient(145deg, rgba(255,255,255,0.78), rgba(255,255,255,0.5));
        box-shadow: 0 12px 30px rgba(59,66,61,0.12), inset 0 1px 0 rgba(255,255,255,0.9);
        backdrop-filter: blur(14px) saturate(125%);
        -webkit-backdrop-filter: blur(14px) saturate(125%);
        font-size: 0.78rem;
        line-height: 1.1;
        letter-spacing: 0.16em;
        font-weight: 800;
    }

    .home-page .fv__consultation-link::after {
        content: "↓";
        display: grid;
        place-items: center;
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        border-radius: 50%;
        color: #fff;
        background: linear-gradient(135deg, #DBAE58, #488A99);
        box-shadow: 0 6px 14px rgba(72,138,153,0.2);
        font-size: 0.72rem;
        line-height: 1;
        white-space: nowrap;
        writing-mode: horizontal-tb;
        transition: transform 0.25s ease;
    }

    .home-page .fv__consultation-link:active::after {
        transform: translateY(3px);
    }

    .home-page .fv__consultation-link br,
    .home-page .fv__consultation-note,
    .home-page .fv__consultation-title {
        display: none;
    }
}

/* About image: lighter visual weight on mobile */
@media (max-width: 767px) {
    .home-page .about-section__img {
        width: 84%;
        min-height: 290px;
        aspect-ratio: 4 / 3;
        border-width: 6px;
        box-shadow: 16px 18px 0 rgba(72,138,153,0.1), 0 24px 56px rgba(59,66,61,0.16);
    }

    .home-page .about-section__img::after {
        inset: 12px;
    }

    .home-page .about-section__img-badge {
        top: 14px;
        right: 14px;
        padding: 10px 12px;
    }

    

    .home-page .about-section__img-badge-label {
        font-size: 0.58rem;
    }

    .home-page .about-section__text {
        margin-top: -32px;
    }
}

/* iPhone 12 mini / narrow mobile containment */
@media (max-width: 390px) {
    html,
    body,
    .home-page,
    .home-page main {
        width: 100%;
        max-width: 100%;
        overflow-x: clip;
    }

    .home-page section,
    .home-page section > *,
    .home-page .mid-cta__inner,
    .home-page .contact-section__inner {
        min-width: 0;
        max-width: 100%;
    }

    .home-page h1,
    .home-page h2,
    .home-page h3,
    .home-page p,
    .home-page a,
    .home-page dd {
        overflow-wrap: anywhere;
    }

    .home-page .fv__inner {
        width: 100%;
        padding-left: 24px;
        padding-right: 18px;
    }

    .home-page .fv__title-wrap {
        max-width: calc(100vw - 42px);
    }

    .home-page .fv__title {
        font-size: clamp(1.9rem, 9.4vw, 2.2rem);
        letter-spacing: -0.055em;
    }

    .home-page .target-section__header {
        width: calc(100% - 32px);
    }

    .home-page .target-section__title {
        font-size: clamp(1.65rem, 8vw, 2.1rem);
    }

    .home-page .solutions-section,
    .home-page .service-section,
    .home-page .strength-section,
    .home-page .about-section,
    .home-page .faq-section,
    .home-page .news-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .home-page .solutions-card {
        padding-left: 22px;
        padding-right: 22px;
    }

    .home-page .service-list__name {
        font-size: 1rem;
    }

    .home-page .strength-list {
        gap: 8px;
    }

    .home-page .strength-list__text {
        padding: 12px 10px;
        font-size: 0.7rem;
    }

    .home-page .about-section__img {
        width: 82%;
        min-height: 260px;
    }

    .home-page .about-section__text {
        width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .home-page .about-section__info-row dd {
        font-size: 0.76rem;
    }

    .home-page .flow-section__top {
        max-width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
    }

    .home-page .flow-steps {
        padding-left: 16px;
        padding-right: 16px;
        scroll-padding-left: 16px;
    }

    .home-page .flow-steps__item {
        flex-basis: min(82vw, 307px);
    }

    .home-page .flow-slider__controls {
        margin-left: 16px;
        margin-right: 16px;
    }

    .home-page .news-list {
        gap: 10px;
    }

    .home-page .news-list__item:not(:first-child) .news-list__body {
        padding: 13px 10px 15px;
    }

    .home-page .news-list__item:not(:first-child) .news-list__title {
        font-size: 0.76rem;
    }

    .home-page .mid-cta,
    .home-page .contact-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .home-page .mid-cta__btn,
    .home-page .contact-section__btn,
    .home-page .contact-section__sub-btn,
    .home-page .about-section__btn {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        white-space: normal;
        text-align: center;
    }
}

/* ===============================
   About page — AI enablement
================================ */
.about-ai {
    position: relative;
    overflow: hidden;
    padding: clamp(100px, 10vw, 150px) 6vw;
    color: #f7f7f5;
    background:
        radial-gradient(circle at 92% 8%, rgba(219,174,88,0.2), transparent 30rem),
        radial-gradient(circle at 4% 92%, rgba(72,138,153,0.3), transparent 34rem),
        linear-gradient(145deg, #3B423D, #2f3531);
}

.about-ai::before {
    content: "AI";
    position: absolute;
    right: -0.03em;
    top: -0.15em;
    color: rgba(255,255,255,0.035);
    font-size: clamp(10rem, 30vw, 28rem);
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.about-ai__header,
.about-ai__grid,
.about-ai__link {
    position: relative;
    z-index: 1;
    width: min(1240px, 100%);
    margin-left: auto;
    margin-right: auto;
}

.about-ai__header {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 48px;
    align-items: end;
    margin-bottom: 64px;
}

.about-ai__label {
    grid-column: 1 / -1;
    margin: 0 0 -22px;
    color: #DBAE58;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.about-ai__title {
    margin: 0;
    font-size: clamp(1.9rem, 3.5vw, 3.6rem);
    line-height: 1.2;
    letter-spacing: -0.04em;
    background: linear-gradient(135deg, #fff, #DBAE58 58%, #9dd0da);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-ai__lead {
    margin: 0;
    color: rgba(247,247,245,0.68);
    font-size: 0.94rem;
    line-height: 2;
}

.about-ai__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255,255,255,0.13);
    border-left: 1px solid rgba(255,255,255,0.13);
}

.about-ai__card {
    min-height: 280px;
    padding: clamp(30px, 4vw, 48px);
    border-right: 1px solid rgba(255,255,255,0.13);
    border-bottom: 1px solid rgba(255,255,255,0.13);
    background: linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.015));
    transition: background 0.35s ease, transform 0.35s ease;
}

.about-ai__card:hover {
    background: linear-gradient(145deg, rgba(72,138,153,0.2), rgba(219,174,88,0.08));
}

.about-ai__num {
    display: block;
    margin-bottom: 48px;
    color: #DBAE58;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.about-ai__card h3,
.about-business-list__item h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    line-height: 1.4;
    letter-spacing: -0.025em;
}

.about-ai__card p {
    margin: 0;
    max-width: 520px;
    color: rgba(247,247,245,0.65);
    font-size: 0.86rem;
    line-height: 1.95;
}

.about-ai__link {
    display: flex;
    justify-content: flex-end;
    margin-top: 34px;
    color: #DBAE58;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.about-business-list__item h3 {
    color: #f7f4ee;
}

@media (max-width: 767px) {
    .about-ai {
        padding: 82px 20px 92px;
    }

    .about-ai__header {
        display: block;
        margin-bottom: 42px;
    }

    .about-ai__label {
        margin-bottom: 16px;
    }

    .about-ai__title {
        font-size: clamp(1.7rem, 7.5vw, 2.25rem);
    }

    .about-ai__lead {
        margin-top: 24px;
    }

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

    .about-ai__card {
        min-height: 0;
        padding: 30px 24px 34px;
    }

    .about-ai__num {
        margin-bottom: 28px;
    }

    .about-ai__link {
        justify-content: flex-start;
        line-height: 1.7;
    }
}

/* Home FV mobile — tighter copy block and taller Three.js visual */
@media (max-width: 767px) {
    .home-page .fv {
        min-height: auto;
        padding-top: 82px;
    }

    .home-page .fv__inner {
        gap: 14px;
        padding: 205px 20px 14px 24px;
    }

    .home-page .fv__top-row {
        padding-top: 0;
        margin-bottom: 0;
    }

    .home-page .fv__label {
        font-size: 1rem;
        line-height: 1;
    }

    .home-page .fv__title-wrap {
        max-width: calc(100vw - 44px);
    }

    .home-page .fv__title {
        font-size: clamp(1.62rem, 7.4vw, 1.9rem);
        line-height: 1.2;
        letter-spacing: -0.05em;
    }

    .home-page #three-container {
        width: 100%;
        height: min(76svh, 620px);
        min-height: 500px;
    }
}

@media (max-width: 390px) {
    .home-page .fv__inner {
        padding-top: 195px;
    }

    .home-page .fv__consultation {
        right: max(8px, env(safe-area-inset-right));
    }

    .home-page .fv__consultation-link {
        border-right: 1px solid rgba(72,138,153,0.2);
        border-radius: 16px;
        padding: 16px 9px 9px;
        font-size: 0.72rem;
        letter-spacing: 0.12em;
    }

    .home-page .fv__consultation-link::after {
        width: 27px;
        height: 27px;
        flex-basis: 27px;
    }

    .home-page .fv__title {
        font-size: clamp(1.55rem, 7.1vw, 1.72rem);
    }

    .home-page #three-container {
        height: min(74svh, 590px);
        min-height: 480px;
    }
}

@media (max-width: 767px) {
    .home-page .flow-section {
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }

    .home-page .flow-section__top {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }

    .home-page .flow-steps {
        display: flex;
        width: auto;
        max-width: none;
        margin: 0;
        padding: 10px 20px 28px;
        gap: 16px;
        overflow-x: auto;
        overflow-y: visible;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 20px;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
    }

    .home-page .flow-steps::-webkit-scrollbar {
        display: none;
    }

    .home-page .flow-steps::before,
    .home-page .flow-steps__item + .flow-steps__item::before {
        display: none;
    }

    .home-page .flow-steps__item {
        flex: 0 0 min(82vw, 330px);
        min-height: 430px;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .home-page .flow-steps::after {
        content: "";
        flex: 0 0 4px;
    }

    .home-page .flow-slider__controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 4px 20px 0;
        padding-top: 16px;
        border-top: 1px solid rgba(72,138,153,0.18);
    }

    .home-page .flow-slider__hint {
        margin: 0;
        color: rgba(59,66,61,0.54);
        font-size: 0.66rem;
        font-weight: 800;
        letter-spacing: 0.2em;
    }

    .home-page .flow-slider__buttons {
        display: flex;
        gap: 9px;
    }

    .home-page .flow-slider__btn {
        display: grid;
        place-items: center;
        width: 48px;
        height: 48px;
        padding: 0;
        border: 1px solid rgba(72,138,153,0.24);
        border-radius: 50%;
        color: #fff;
        background: linear-gradient(135deg, #488A99, #3B423D);
        box-shadow: 0 12px 28px rgba(59,66,61,0.16), inset 0 1px 0 rgba(255,255,255,0.22);
        font-size: 1.05rem;
        cursor: pointer;
        transition: transform 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
    }

    .home-page .flow-slider__btn:active {
        transform: scale(0.92);
    }

    .home-page .flow-slider__btn:disabled {
        opacity: 0.26;
        box-shadow: none;
        cursor: default;
    }

    .home-page .flow-slider__btn--next:not(:disabled) {
        border-color: rgba(219,174,88,0.48);
        background: linear-gradient(135deg, #DBAE58, #488A99);
    }
}

/* FLOW — looping liquid background */
.home-page .flow-section {
    isolation: isolate;
}

.home-page .flow-section__moving-bg {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.34;
    mix-blend-mode: multiply;
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.22) 10%, #000 28%, #000 72%, rgba(0,0,0,0.22) 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.22) 10%, #000 28%, #000 72%, rgba(0,0,0,0.22) 90%, transparent 100%);
}

.home-page .flow-section__moving-track {
    display: flex;
    width: max-content;
    min-width: 200%;
    height: 100%;
    transform: translateX(-50%);
    animation: flow-background-loop 64s linear infinite;
    animation-delay: -51.2s;
    will-change: transform;
}

.home-page .flow-section__moving-track img {
    display: block;
    flex: 0 0 max(100vw, 1440px);
    width: max(100vw, 1440px);
    height: 100%;
    object-fit: cover;
    filter: contrast(1.05) saturate(0.82);
}

.home-page .flow-section__moving-track img:nth-child(even) {
    transform: scaleX(-1);
}

.home-page .flow-section__top,
.home-page .flow-steps,
.home-page .flow-slider__controls {
    position: relative;
    z-index: 2;
}

@keyframes flow-background-loop {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}

@media (max-width: 767px) {
    .home-page .flow-section__moving-bg {
        opacity: 0.58;
    }

    .home-page .flow-section__moving-track {
        animation-duration: 54s;
        animation-delay: -43.2s;
    }

    .home-page .flow-section__moving-track img {
        flex-basis: 1150px;
        width: 1150px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-page .flow-section__moving-track {
        animation: none;
    }
}

/* Service page reuses the Home Flow component. */
.service-page .flow-section {
    isolation: isolate;
    padding-left: 6vw;
    padding-right: 6vw;
    border-top: 1px solid var(--home-line);
    background:
        radial-gradient(circle at 10% 12%, rgba(219,174,88,0.13), transparent 30rem),
        radial-gradient(circle at 92% 88%, rgba(72,138,153,0.13), transparent 34rem),
        linear-gradient(145deg, #f7f7f5, rgba(180,180,180,0.16));
}

.service-page .flow-section__top,
.service-page .flow-steps {
    width: min(1320px, 100%);
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.service-page .flow-section__moving-bg {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.34;
    mix-blend-mode: multiply;
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.22) 10%, #000 28%, #000 72%, rgba(0,0,0,0.22) 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.22) 10%, #000 28%, #000 72%, rgba(0,0,0,0.22) 90%, transparent 100%);
}

.service-page .flow-section__moving-track {
    display: flex;
    width: max-content;
    min-width: 200%;
    height: 100%;
    transform: translateX(-50%);
    animation: flow-background-loop 64s linear infinite;
    animation-delay: -51.2s;
    will-change: transform;
}

.service-page .flow-section__moving-track img {
    display: block;
    flex: 0 0 max(100vw, 1440px);
    width: max(100vw, 1440px);
    height: 100%;
    object-fit: cover;
    filter: contrast(1.05) saturate(0.82);
}

.service-page .flow-section__moving-track img:nth-child(even) {
    transform: scaleX(-1);
}

.service-page .flow-section__top,
.service-page .flow-steps,
.service-page .flow-slider__controls {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .service-page .flow-section {
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }

    .service-page .flow-section__top {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }

    .service-page .flow-steps {
        display: flex;
        width: auto;
        max-width: none;
        margin: 0;
        padding: 10px 20px 28px;
        gap: 16px;
        overflow-x: auto;
        overflow-y: visible;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 20px;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
    }

    .service-page .flow-steps::-webkit-scrollbar {
        display: none;
    }

    .service-page .flow-steps::before,
    .service-page .flow-steps__item + .flow-steps__item::before {
        display: none;
    }

    .service-page .flow-steps__item {
        flex: 0 0 min(82vw, 330px);
        min-height: 430px;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .service-page .flow-steps::after {
        content: "";
        flex: 0 0 4px;
    }

    .service-page .flow-slider__controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 4px 20px 0;
        padding-top: 16px;
        border-top: 1px solid rgba(72,138,153,0.18);
    }

    .service-page .flow-slider__hint {
        margin: 0;
        color: rgba(59,66,61,0.54);
        font-size: 0.66rem;
        font-weight: 800;
        letter-spacing: 0.2em;
    }

    .service-page .flow-slider__buttons {
        display: flex;
        gap: 9px;
    }

    .service-page .flow-slider__btn {
        display: grid;
        place-items: center;
        width: 48px;
        height: 48px;
        padding: 0;
        border: 1px solid rgba(72,138,153,0.24);
        border-radius: 50%;
        color: #fff;
        background: linear-gradient(135deg, #488A99, #3B423D);
        box-shadow: 0 12px 28px rgba(59,66,61,0.16), inset 0 1px 0 rgba(255,255,255,0.22);
        font-size: 1.05rem;
        cursor: pointer;
        transition: transform 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
    }

    .service-page .flow-slider__btn:active {
        transform: scale(0.92);
    }

    .service-page .flow-slider__btn:disabled {
        opacity: 0.26;
        box-shadow: none;
        cursor: default;
    }

    .service-page .flow-slider__btn--next:not(:disabled) {
        border-color: rgba(219,174,88,0.48);
        background: linear-gradient(135deg, #DBAE58, #488A99);
    }

    .service-page .flow-section__moving-bg {
        opacity: 0.58;
    }

    .service-page .flow-section__moving-track {
        animation-duration: 54s;
        animation-delay: -43.2s;
    }

    .service-page .flow-section__moving-track img {
        flex-basis: 1150px;
        width: 1150px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .service-page .flow-section__moving-track {
        animation: none;
    }
}

/* Desktop FV: align Consultation horizontally with Digital Studio */
@media (min-width: 1025px) {
    .home-page .fv {
        padding-bottom: clamp(96px, 8vw, 128px);
    }

    .home-page .fv__inner {
        padding-bottom: clamp(88px, 7vw, 112px);
    }

    .home-page .fv__consultation {
        top: 470px;
        align-items: flex-start;
    }

    .home-page .fv__marquee-wrap {
        top: 90px;
        height: 380px;
        display: flex;
        align-items: center;
    }

    .home-page .fv__marquee {
        align-items: center;
    }
}










@media (prefers-reduced-motion: reduce) {
    
}
.news-archive .news-section {
    padding-top: 72px;
}

.news-archive .news-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 28px;
}

.news-archive .news-list__item:first-child {
    grid-row: auto;
}

.news-archive .news-list__item:first-child .news-list__link,
.news-archive .news-list__item:not(:first-child) .news-list__link {
    display: block;
    padding: 0;
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: #f5f3ef;
}

.news-archive .news-list__item:first-child .news-list__img,
.news-archive .news-list__item:not(:first-child) .news-list__img {
    aspect-ratio: 16 / 10;
    min-height: 0;
}

.news-archive .news-list__body,
.news-archive .news-list__item:first-child .news-list__body {
    padding: 24px;
}

.news-archive .news-list__item:first-child .news-list__title {
    font-size: clamp(0.92rem, 1.1vw, 1.05rem);
    line-height: 1.7;
}

.news-single {
    background: #eceae6;
    padding: 150px 24px 110px;
}

.news-article {
    width: min(900px, 100%);
    margin: 0 auto;
}

.news-article__header {
    margin-bottom: 42px;
}

.news-article__meta {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #777;
}

.news-article__title {
    margin: 18px 0 0;
    font-size: clamp(2rem, 5vw, 4.4rem);
    line-height: 1.25;
}

.news-article__image img {
    display: block;
    width: 100%;
    height: auto;
}

.news-article__body {
    margin-top: 48px;
    font-size: 1rem;
    line-height: 2;
}

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

.news-article__nav,
.news-article__back {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 64px;
    padding-top: 24px;
    border-top: 1px solid rgba(17,17,17,.15);
}

.voice-single {
    padding: 150px 24px 100px;
    background: #eceae6;
}

@media (max-width: 767px) {
    .news-archive .news-list {
        grid-template-columns: 1fr;
    }

    .news-single {
        padding: 110px 18px 80px;
    }
}
/* Header: separate the left logo and right menu without a connecting panel. */
.site-header::before {
    display: none;
}

.site-header {
    padding-left: 28px;
    padding-right: 28px;
    background: transparent;
}

.site-logo,
.site-logo:hover {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.site-header__right:has(.menu-btn) .header-link {
    display: none;
}

.menu-btn {
    box-shadow: 0 10px 28px rgba(20, 20, 18, 0.14);
}

@media (max-width: 767px) {
    .site-header {
        padding-left: 16px;
        padding-right: 16px;
    }
}
+
/* Final news article layout: image-first, calm reading width. */
.news-single {
    min-height: 70vh;
    padding: 126px 24px 110px;
    background: #fff;
}

.news-article {
    width: min(960px, 100%);
    margin: 0 auto;
}

.news-article__image {
    overflow: hidden;
    width: 100%;
    margin: 0;
    border-radius: 8px;
    background: #f1f1ef;
}

.news-article__image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.news-article__header {
    width: min(640px, calc(100% - 40px));
    margin: 52px auto 0;
    padding: 0;
    border: 0;
}

.news-article__header::before {
    display: none;
    content: none;
}

.news-article__category {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    margin: 0 0 16px;
    padding: 0 10px;
    border-radius: 4px;
    background: #f1f1ef;
    color: #686863;
    font-size: 0.72rem;
    line-height: 1;
}

.news-article__title {
    max-width: none;
    margin: 0;
    color: #222;
    font-size: clamp(1.72rem, 2.35vw, 2.15rem);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.01em;
    text-wrap: pretty;
}

.news-article__author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}

.news-article__author > img {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border: 1px solid #e5e5e2;
    border-radius: 50%;
    object-fit: cover;
}

.news-article__author > div {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.news-article__author-name {
    overflow: hidden;
    color: #333;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-article__author time {
    color: #898985;
    font-size: 0.72rem;
    line-height: 1.35;
}

.news-article__body {
    width: min(640px, calc(100% - 40px));
    margin: 54px auto 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    color: #333;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.015em;
    overflow-wrap: anywhere;
    word-break: normal;
}

.news-article__body p,
.news-article__body h2,
.news-article__body h3,
.news-article__body li {
    overflow-wrap: anywhere;
    word-break: normal;
}
+
/* Voice archive and interview page. */
.voice-page main {
    overflow: hidden;
    background: #f1efeb;
    color: #20201d;
}

.voice-hero {
    position: relative;
    min-height: 680px;
    padding: 174px max(6vw, 32px) 100px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #e7e4de;
}

.voice-hero__inner {
    position: relative;
    z-index: 1;
    width: min(1120px, 100%);
    margin: 0 auto;
    padding-right: min(36vw, 440px);
}

.voice-hero__visual {
    position: absolute;
    z-index: 1;
    right: max(6vw, 32px);
    bottom: 78px;
    width: min(29vw, 370px);
    height: min(39vw, 500px);
    margin: 0;
    isolation: isolate;
}

.voice-hero__visual::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 18px -18px -18px 18px;
    border: 1px solid rgba(177, 132, 54, 0.68);
    border-radius: 52% 52% 20px 20px / 34% 34% 20px 20px;
}

.voice-hero__visual::after {
    content: "";
    position: absolute;
    z-index: -2;
    width: 150px;
    aspect-ratio: 1;
    right: -54px;
    top: 35%;
    border-radius: 50%;
    background: rgba(219, 174, 88, 0.2);
}

.voice-hero__visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 52% 52% 20px 20px / 34% 34% 20px 20px;
    box-shadow: 0 24px 60px rgba(35, 32, 25, 0.16);
}

.voice-hero__label,
.voice-slider__eyebrow,
.voice-cases__label,
.voice-insight__label,
.voice-diagnosis__label {
    margin: 0 0 24px;
    color: #77746d;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.voice-hero__title {
    max-width: 820px;
    margin: 0;
    font-size: clamp(2.6rem, 6.3vw, 6rem);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.voice-hero__desc {
    max-width: 660px;
    margin: 38px 0 0;
    color: #56544f;
    font-size: 0.94rem;
    line-height: 2;
}

.voice-hero__facts {
    display: flex;
    gap: 0;
    margin: 54px 0 0;
}

.voice-hero__facts > div {
    min-width: 170px;
    padding: 0 32px;
    border-left: 1px solid rgba(20, 20, 18, 0.16);
}

.voice-hero__facts > div:first-child { padding-left: 0; border-left: 0; }
.voice-hero__facts dt { color: #8d8a83; font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; }
.voice-hero__facts dd { margin: 7px 0 0; font-size: 0.82rem; }

.voice-hero__ghost {
    position: absolute;
    right: -0.04em;
    bottom: -0.22em;
    margin: 0;
    color: rgba(255,255,255,.42);
    font-size: clamp(8rem, 23vw, 22rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.08em;
    pointer-events: none;
}

.voice-slider {
    padding: 116px max(6vw, 32px) 104px;
    background: #f8f7f4;
}

.voice-slider__header,
.voice-cases__header,
.voice-diagnosis__header {
    width: min(1120px, 100%);
    margin: 0 auto 56px;
}

.voice-slider__heading,
.voice-cases__title,
.voice-insight__title,
.voice-diagnosis__title {
    margin: 0;
    font-size: clamp(2rem, 4.4vw, 4.3rem);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.voice-slider__viewport {
    width: min(1120px, 100%);
    margin: 0 auto;
    overflow: hidden;
}

.voice-slider__track {
    display: flex;
    gap: 24px;
    transition: transform .55s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
}

.voice-pickup {
    flex: 0 0 calc((100% - 24px) / 2);
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(20,20,18,.09);
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease;
}

.voice-pickup:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(24,23,20,.09);
}

.voice-pickup__photo {
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg,#d8d4cc,#b8c5c4);
    background-position: center;
    background-size: cover;
}

.voice-pickup__body { padding: 30px 32px 34px; }
.voice-pickup__label { margin: 0 0 13px; color: #8a877f; font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; }
.voice-pickup__client { margin: 0 0 14px; color: #65625d; font-size: .78rem; }
.voice-pickup__title { margin: 0; font-size: clamp(1.3rem,2vw,1.75rem); line-height: 1.5; }
.voice-pickup__text { margin: 18px 0 0; color: #66635d; font-size: .86rem; line-height: 1.9; }
.voice-pickup__link { display: inline-flex; gap: 12px; margin-top: 24px; padding-bottom: 4px; border-bottom: 1px solid; font-size: .76rem; }

.voice-slider__controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    width: min(1120px,100%);
    margin: 30px auto 0;
}

.voice-slider__btn {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(20,20,18,.18);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.voice-slider__pager { display: flex; gap: 7px; }
.voice-slider__pager span { width: 6px; height: 6px; border-radius: 50%; background: #cbc8c1; }
.voice-slider__pager span.is-active { background: #24231f; }

.voice-cases {
    padding: 118px max(6vw,32px);
    background: #202421;
    color: #f4f2ed;
}

.voice-cases__list {
    min-width: 0;
}

.voice-cases__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: clamp(34px, 4.5vw, 64px);
    align-items: stretch;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.voice-case[hidden] { display: none !important; }

.voice-case {
    padding: clamp(34px,6vw,72px);
    border-radius: 4px;
    background: #f7f5f0;
    color: #292925;
}

.voice-case > :first-child { margin-top: 0; }
.voice-case > :last-child { margin-bottom: 0; }
.voice-case p { line-height: 2; }
.voice-case__header {
    margin: 0;
}
.voice-case__header.has-image {
    display: block;
}
.voice-case__heading {
    min-width: 0;
    padding: 20px 0 0;
}
.voice-case__client {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 12px;
    color: #263e42;
    font-size: clamp(1.05rem, 1.55vw, 1.35rem);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .015em;
}
.voice-case__client::before {
    content: "";
    flex: 0 0 30px;
    width: 30px;
    height: 1px;
    background: #b38431;
}
.voice-case__portrait {
    margin: 0;
    overflow: hidden;
    border-radius: 3px;
    background: #ddd8cf;
}
.voice-case__portrait-image {
    width: 100%;
    aspect-ratio: 16 / 8.5;
    object-fit: cover;
    display: block;
}
.voice-case__label { display: inline-flex; margin: 16px 0; color: #77736c; font-size: .72rem; }
.voice-case__title, .voice-case h2 { margin: 0; font-size: clamp(1.55rem,2.45vw,2.2rem); line-height: 1.46; letter-spacing: -.015em; }
.voice-case__title > span {
    padding: 0 .08em .08em;
    background: linear-gradient(transparent 64%, rgba(208, 170, 98, .42) 64%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.voice-case h3:not(.voice-case__title) { margin: 2.6em 0 1em; font-size: 1.35rem; line-height: 1.6; }
.voice-case__quote, .voice-case blockquote { margin: 48px 0 28px; padding: 28px 32px; border: 0; border-left: 3px solid #9a8260; background: #ebe7df; font-size: 1.1rem; }
.voice-case__question { margin: 38px 0 16px; font-weight: 700; }
.voice-case__answer { color: #4f4d48; font-size: .94rem; line-height: 2.1; }
.voice-case__answer-row { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(220px,.7fr); gap: 36px; align-items: start; }
.voice-case__answer-row--wide { grid-template-columns: 1fr; }
.voice-case__gallery { display: grid; gap: 12px; }
.voice-case__media { overflow: hidden; border-radius: 3px; }
.voice-case__media img, .voice-case img { display: block; max-width: 100%; height: auto; }

.voice-sidebar {
    position: relative;
    align-self: stretch;
    display: grid;
    align-content: start;
    gap: 18px;
}
.voice-sidebar__section {
    padding: 25px 22px;
    border: 1px solid rgba(255,255,255,.1);
    background: #292e2a;
}
.voice-sidebar__title {
    margin: 0 0 19px;
    color: #f4f2ed;
    font-size: .84rem;
    font-weight: 600;
    letter-spacing: .08em;
}
.voice-sidebar__eyebrow {
    margin: 0 0 8px;
    color: #d0aa62;
    font-size: .58rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.voice-sidebar__search { display: grid; grid-template-columns: minmax(0,1fr) auto; }
.voice-sidebar__search input {
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,.15);
    border-right: 0;
    border-radius: 0;
    background: rgba(255,255,255,.06);
    color: #fff;
    font-size: .78rem;
}
.voice-sidebar__search button {
    height: 42px;
    padding: 0 13px;
    border: 1px solid #d0aa62;
    border-radius: 0;
    background: #d0aa62;
    color: #202421;
    font-size: .7rem;
    cursor: pointer;
}
.voice-sidebar__tags,
.voice-sidebar__index { margin: 0; padding: 0; list-style: none; }
.voice-sidebar__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.voice-sidebar__tags a {
    display: block;
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.15);
    color: #d9d7d0;
    font-size: .68rem;
}
.voice-sidebar__index { display: grid; gap: 4px; }
.voice-sidebar__index a {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 12px;
    align-items: center;
    padding: 10px;
    margin: 0 -10px;
    border-left: 2px solid transparent;
    color: #ece9e2;
    font-size: .7rem;
    line-height: 1.55;
}
.voice-sidebar__index a.is-active {
    border-left-color: #d0aa62;
    background: rgba(255,255,255,.055);
}
.voice-sidebar__index img { width: 64px; aspect-ratio: 1; object-fit: cover; }
.voice-sidebar__index small {
    display: block;
    margin-bottom: 4px;
    color: #aaa9a3;
    font-size: .58rem;
    line-height: 1.45;
}
.voice-sidebar__cta {
    position: sticky;
    top: 108px;
    padding: 30px 24px;
    background: #e8e2d6;
    color: #252824;
}
.voice-sidebar__cta h3 { margin: 0; font-size: 1.18rem; line-height: 1.65; }
.voice-sidebar__cta > p:not(.voice-sidebar__eyebrow) { margin: 15px 0 0; color: #5f605b; font-size: .72rem; line-height: 1.8; }
.voice-sidebar__cta a {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
    padding: 13px 0 8px;
    border-bottom: 1px solid #77715f;
    color: #252824;
    font-size: .74rem;
    font-weight: 600;
}
.voice-sidebar a { transition: color .25s ease, opacity .25s ease; }
.voice-sidebar a:hover { color: #d0aa62; }

.voice-insight {
    padding: 118px max(6vw,32px);
    background: #d9ded9;
}

.voice-insight__inner {
    display: grid;
    grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr);
    gap: clamp(52px,8vw,120px);
    width: min(1120px,100%);
    margin: 0 auto;
    align-items: center;
}

.voice-insight__lead { margin: 38px 0 0; font-size: 1.05rem; line-height: 2; }
.voice-insight__text { margin: 24px 0 0; color: #555b56; font-size: .9rem; line-height: 2; }
.voice-insight__panel { padding: 34px; border: 1px solid rgba(20,20,18,.13); background: rgba(255,255,255,.3); }
.voice-insight__panel-label { margin: 0 0 22px; font-size: .68rem; letter-spacing: .17em; }
.voice-insight__list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.voice-insight__list li { display: grid; grid-template-columns: 36px 1fr; gap: 10px; padding: 17px 0; border-top: 1px solid rgba(20,20,18,.12); font-size: .82rem; line-height: 1.7; }
.voice-insight__list span { color: #817e77; font-size: .66rem; }

.voice-diagnosis {
    padding: 118px max(6vw,32px);
    background: #f8f7f4;
}

.voice-diagnosis__desc { max-width: 660px; margin: 28px 0 0; color: #66635d; font-size: .9rem; line-height: 2; }
.voice-diagnosis-grid { display: grid; grid-template-columns: repeat(4,1fr); width: min(1120px,100%); margin: 0 auto; border-top: 1px solid #d6d3cd; border-left: 1px solid #d6d3cd; }
.voice-diagnosis-card { min-height: 270px; padding: 30px 26px; border-right: 1px solid #d6d3cd; border-bottom: 1px solid #d6d3cd; }
.voice-diagnosis-card__num { margin: 0 0 54px; color: #918e87; font-size: .68rem; }
.voice-diagnosis-card__title { margin: 0; font-size: 1.2rem; }
.voice-diagnosis-card__text { margin: 17px 0 0; color: #66635d; font-size: .82rem; line-height: 1.9; }

@media (max-width: 767px) {
    .voice-hero { min-height: 590px; padding: 130px 20px 64px; flex-direction: column; align-items: stretch; }
    .voice-hero__inner { padding-right: 0; }
    .voice-hero__visual {
        position: relative;
        right: auto;
        bottom: auto;
        width: min(78vw, 340px);
        height: min(96vw, 420px);
        margin: 42px auto 0;
    }
    .voice-hero__visual::before { inset: 12px -12px -12px 12px; }
    .voice-hero__visual::after { width: 112px; right: -28px; }
    .voice-case__client { font-size: clamp(1.15rem, 5.4vw, 1.45rem); }
    .voice-case__heading { padding: 18px 0 0; }
    .voice-case__portrait-image { aspect-ratio: 4 / 3; }
    .voice-hero__title { font-size: clamp(2.25rem,11vw,3.4rem); }
    .voice-hero__desc { margin-top: 28px; font-size: .88rem; }
    .voice-hero__facts { gap: 18px; margin-top: 36px; flex-wrap: wrap; }
    .voice-hero__facts > div { min-width: 0; padding: 0 0 0 16px; }
    .voice-hero__facts > div:first-child { padding-left: 0; }
    .voice-hero__ghost { font-size: 9rem; }
    .voice-slider, .voice-cases, .voice-insight, .voice-diagnosis { padding: 78px 20px; }
    .voice-slider__header, .voice-cases__header, .voice-diagnosis__header { margin-bottom: 36px; }
    .voice-slider__heading, .voice-cases__title, .voice-insight__title, .voice-diagnosis__title { font-size: 2rem; }
    .voice-slider__track { gap: 14px; }
    .voice-pickup { flex-basis: 88%; }
    .voice-pickup__body { padding: 24px 22px 28px; }
    .voice-slider__controls { justify-content: center; }
    .voice-case { padding: 30px 22px; }
    .voice-cases__layout { grid-template-columns: 1fr; gap: 42px; }
    .voice-sidebar { position: static; grid-template-columns: 1fr; }
    .voice-sidebar__cta { position: static; }
    .voice-case__title, .voice-case h2 { margin-bottom: 24px; font-size: 1.45rem; }
    .voice-case__quote, .voice-case blockquote { margin: 34px 0 22px; padding: 22px 20px; font-size: .98rem; }
    .voice-case__answer-row { grid-template-columns: 1fr; gap: 22px; }
    .voice-insight__inner { grid-template-columns: 1fr; gap: 42px; }
    .voice-insight__panel { padding: 26px 22px; }
    .voice-diagnosis-grid { grid-template-columns: 1fr 1fr; }
    .voice-diagnosis-card { min-height: 230px; padding: 24px 20px; }
    .voice-diagnosis-card__num { margin-bottom: 38px; }
}

@media (max-width: 430px) {
    .voice-diagnosis-grid { grid-template-columns: 1fr; }
    .voice-diagnosis-card { min-height: 0; }
}


/* Interactive open states for the navigation and FAQ. */
.site-nav-overlay.is-open {
    display: block;
}

.site-nav.is-open {
    transform: translateX(0);
}

.faq-list__q {
    cursor: pointer;
}

.faq-list__item.is-open .faq-list__a {
    max-height: 500px;
    padding-top: 4px;
    padding-bottom: 28px;
}

.faq-list__item.is-open .faq-list__icon::after {
    transform: translateX(-50%) scaleY(0);
}

@media (max-width: 767px) {
    .faq-list__item.is-open .faq-list__a {
        padding: 0 18px 24px 66px;
    }
}
+
/* Refined, minimal navigation drawer. */
.site-nav-overlay {
    background: rgba(20, 20, 18, 0.34);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.site-nav-overlay.is-open {
    animation: nav-overlay-in 0.35s ease both;
}

.site-nav {
    width: min(430px, 92vw);
    padding: 104px 48px 42px;
    gap: 0;
    counter-reset: nav-item;
    background: #f3f1ed;
    box-shadow: -24px 0 70px rgba(20, 20, 18, 0.14);
}

.site-nav::before {
    position: absolute;
    top: 43px;
    left: 48px;
    color: #8a8882;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    content: "NAVIGATION";
}

.site-nav__close {
    top: 27px;
    right: 30px;
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(20, 20, 18, 0.14);
    border-radius: 50%;
    color: #24231f;
    font-size: 0.9rem;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.site-nav__close:hover {
    background: #24231f;
    color: #fff;
    transform: rotate(8deg);
}

.site-nav > a:not(.site-nav__cta) {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 62px;
    padding: 0 38px 0 0;
    border-bottom: 1px solid rgba(20, 20, 18, 0.11);
    color: #24231f;
    font-size: 0.98rem;
    font-weight: 500;
    letter-spacing: 0.035em;
    line-height: 1.5;
    counter-increment: nav-item;
}

.site-nav > a:not(.site-nav__cta)::before {
    width: 36px;
    flex: 0 0 auto;
    color: #99968f;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    content: "0" counter(nav-item);
}

.site-nav > a:not(.site-nav__cta)::after {
    position: absolute;
    right: 2px;
    width: 7px;
    height: 7px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    opacity: 0.45;
    transform: rotate(45deg);
    transition: right 0.25s ease, opacity 0.25s ease;
    content: "";
}

.site-nav > a:not(.site-nav__cta):hover {
    padding-left: 5px;
    color: #111;
}

.site-nav > a:not(.site-nav__cta):hover::after {
    right: -2px;
    opacity: 1;
}

.site-nav .site-nav__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    margin-top: 28px !important;
    padding: 0 22px !important;
    border-radius: 2px;
    background: #24231f !important;
    color: #fff !important;
    font-size: 0.84rem;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
}

.site-nav .site-nav__cta::after {
    font-size: 1rem;
    font-weight: 400;
    content: "→";
    transition: transform 0.25s ease;
}

.site-nav .site-nav__cta:hover {
    padding-left: 22px !important;
    background: #3b3a35 !important;
}

.site-nav .site-nav__cta:hover::after {
    transform: translateX(4px);
}

@keyframes nav-overlay-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media (max-width: 767px) {
    .site-nav {
        width: min(360px, 92vw);
        padding: 92px 28px 32px;
    }

    .site-nav::before {
        top: 36px;
        left: 28px;
    }

    .site-nav__close {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
    }

    .site-nav > a:not(.site-nav__cta) {
        min-height: 57px;
        font-size: 0.9rem;
    }

    .site-nav .site-nav__cta {
        min-height: 56px;
        margin-top: 24px !important;
    }
}


.news-article__body p {
    margin: 0 0 1.8em;
}

.news-article__body p + p {
    margin-top: 0;
}

.news-article__body h2 {
    margin: 3.2em 0 1.15em;
    font-size: 1.48rem;
    font-weight: 700;
    line-height: 1.6;
}

.news-article__body h3 {
    margin: 2.7em 0 1em;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.65;
}

.news-article__body blockquote {
    margin: 2.3em 0;
    padding: 1.3em 1.5em;
    border-left: 3px solid #d9d9d5;
    background: #f7f7f5;
    color: #555;
}

.news-article__body ul,
.news-article__body ol {
    margin: 1.8em 0;
    padding-left: 1.6em;
}

.news-article__body li + li {
    margin-top: 0.7em;
}

.news-article__body img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 2.4em auto;
    border-radius: 4px;
}

.news-article__nav,
.news-article__back {
    width: min(640px, calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
}

.news-article__nav {
    margin-top: 72px;
    padding-top: 26px;
}

.news-article__back {
    margin-top: 30px;
    padding-top: 0;
    border-top: 0;
}

.news-article__back a {
    min-height: 42px;
    padding: 0 18px;
    border-color: #d8d8d4;
    background: #fff;
    font-size: 0.82rem;
}

@media (max-width: 767px) {
    .news-single {
        width: 100%;
        padding: 92px 0 76px;
        overflow: hidden;
    }

    .news-article {
        width: 100%;
        max-width: 100%;
    }

    .news-article__image {
        border-radius: 0;
    }

    .news-article__header {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        box-sizing: border-box;
        margin-top: 34px;
    }

    .news-article__category {
        margin-bottom: 13px;
    }

    .news-article__title {
        font-size: clamp(1.5rem, 6.6vw, 1.75rem);
        line-height: 1.48;
    }

    .news-article__author {
        margin-top: 23px;
    }

    .news-article__author > img {
        width: 36px;
        height: 36px;
    }

    .news-article__body {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        box-sizing: border-box;
        margin-top: 46px;
        font-size: 0.96rem;
        line-height: 2;
    }

    .news-article__body h2 {
        font-size: 1.3rem;
    }

    .news-article__nav,
    .news-article__back {
        width: calc(100% - 40px);
    }
}

.news-article__title,
.news-article__body,
.news-article__body p,
.news-article__body h2,
.news-article__body h3,
.news-article__body li {
    overflow-wrap: anywhere;
    word-break: normal;
}
