:root {
    --ink: #26212f;
    --ink-soft: #625b6c;
    --ink-muted: #8a8394;
    --ivory: #fbf9f5;
    --ivory-deep: #f3efe8;
    --white: #ffffff;
    --lilac-50: #f5f0ff;
    --lilac-100: #e9dcff;
    --lilac-300: #c4a7fa;
    --lilac-500: #8d63e6;
    --lilac-600: #7547d6;
    --lilac-800: #4e2d92;
    --coral-100: #ffe4dd;
    --coral-400: #ff8c7c;
    --coral-500: #f27367;
    --yellow: #fee500;
    --green: #34ba73;
    --line: rgba(63, 50, 75, 0.11);
    --shadow-soft: 0 22px 70px rgba(70, 48, 96, 0.11);
    --shadow-card: 0 12px 38px rgba(70, 48, 96, 0.09);
    --radius-sm: 16px;
    --radius-md: 22px;
    --radius-lg: 30px;
    --radius-xl: 40px;
    --container: 1180px;
    --header-height: 78px;
    --font: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Segoe UI", sans-serif;
}

.page-progress {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    height: 2px;
    pointer-events: none;
    background: rgba(141, 99, 230, 0.08);
}

.page-progress span {
    width: 100%;
    height: 100%;
    display: block;
    transform: scaleX(0);
    transform-origin: left center;
    background: linear-gradient(90deg, var(--lilac-600), var(--coral-400));
    will-change: transform;
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 105px;
}

body {
    margin: 0;
    min-width: 0;
    color: var(--ink);
    background: var(--ivory);
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: -0.025em;
    overflow-x: clip;
    word-break: keep-all;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    color: inherit;
}

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

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

h1,
h2,
h3,
p,
ul,
ol,
dl,
dd {
    margin-top: 0;
}

h1,
h2,
h3 {
    line-height: 1.16;
    letter-spacing: -0.055em;
}

address {
    font-style: normal;
}

::selection {
    color: var(--ink);
    background: var(--lilac-100);
}

:focus-visible {
    outline: 3px solid rgba(141, 99, 230, 0.42);
    outline-offset: 4px;
    border-radius: 8px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 1000;
    padding: 12px 18px;
    color: var(--white);
    background: var(--ink);
    border-radius: 10px;
    transform: translateY(-160%);
    transition: transform 0.2s ease;
}

.skip-link:focus {
    transform: translateY(0);
}

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

.section {
    padding: 130px 0;
}

.eyebrow {
    margin-bottom: 17px;
    color: var(--lilac-600);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.section-heading h2,
.artist-intro h2,
.faq-heading h2,
.visit-copy h2 {
    margin-bottom: 24px;
    font-size: clamp(38px, 5.1vw, 68px);
    font-weight: 760;
}

.section-heading > p:last-child,
.artist-intro > p,
.faq-heading > p {
    color: var(--ink-soft);
    font-size: 18px;
}

.section-heading.centered {
    max-width: 790px;
    margin: 0 auto 54px;
    text-align: center;
}

.section-heading.centered.narrow {
    max-width: 630px;
}

.demo-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 7px 22px;
    color: #5a4a00;
    background: #fff4b8;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    gap: 10px;
}

.demo-bar strong {
    padding: 3px 7px;
    color: var(--white);
    background: var(--ink);
    border-radius: 999px;
    font-size: 10px;
    letter-spacing: 0.08em;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    height: var(--header-height);
    background: rgba(251, 249, 245, 0.82);
    border-bottom: 1px solid transparent;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.site-header.is-scrolled {
    background: rgba(255, 255, 255, 0.9);
    border-color: var(--line);
    box-shadow: 0 8px 28px rgba(48, 37, 60, 0.06);
}

.header-inner {
    display: flex;
    align-items: center;
    min-height: 100%;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 11px;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: var(--white);
    background: linear-gradient(145deg, var(--lilac-500), var(--coral-400));
    border-radius: 13px;
    font-size: 19px;
    font-weight: 800;
    box-shadow: 0 7px 16px rgba(117, 71, 214, 0.2);
}

.brand > span:last-child {
    display: grid;
    line-height: 1;
}

.brand strong {
    font-size: 15px;
    font-weight: 850;
    letter-spacing: 0.04em;
}

.brand small {
    margin-top: 6px;
    color: var(--ink-muted);
    font-size: 8px;
    font-weight: 750;
    letter-spacing: 0.14em;
}

.primary-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: 30px;
}

.primary-nav a {
    color: var(--ink-soft);
    font-size: 14px;
    font-weight: 650;
    transition: color 0.2s ease;
}

.primary-nav a:hover {
    color: var(--lilac-600);
}

.menu-toggle {
    display: none;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 25px;
    border: 0;
    border-radius: 18px;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    gap: 9px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.button-primary {
    color: var(--white);
    background: var(--lilac-600);
    box-shadow: 0 12px 26px rgba(117, 71, 214, 0.24);
}

.button-primary:hover {
    background: var(--lilac-800);
    box-shadow: 0 15px 30px rgba(117, 71, 214, 0.29);
}

.button-soft {
    color: var(--lilac-800);
    background: rgba(141, 99, 230, 0.1);
}

.button-small {
    min-height: 44px;
    padding-inline: 19px;
    border-radius: 14px;
    font-size: 14px;
}

.button-icon {
    font-size: 17px;
}

.hero {
    position: relative;
    min-height: 780px;
    padding: 92px 0 116px;
    overflow: hidden;
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(400px, 0.78fr);
    align-items: center;
    gap: clamp(55px, 8vw, 110px);
}

.hero-copy h1 {
    max-width: 730px;
    margin-bottom: 29px;
    font-size: clamp(48px, 6.15vw, 82px);
    font-weight: 780;
}

.hero-description {
    max-width: 610px;
    margin-bottom: 35px;
    color: var(--ink-soft);
    font-size: clamp(17px, 1.7vw, 21px);
    line-height: 1.72;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 31px;
    gap: 11px;
}

.trust-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    gap: 8px;
}

.trust-list li {
    display: flex;
    align-items: center;
    min-height: 37px;
    padding: 0 13px;
    color: var(--ink-soft);
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 650;
    gap: 7px;
}

.trust-list span {
    color: var(--green);
    font-weight: 900;
}

.hero-visual {
    position: relative;
    max-width: 480px;
    margin-left: auto;
}

.hero-image {
    position: relative;
    aspect-ratio: 0.81;
    overflow: hidden;
    background:
        radial-gradient(circle at 72% 26%, rgba(255, 255, 255, 0.68) 0 11%, transparent 12%),
        linear-gradient(145deg, var(--lilac-100), var(--coral-100));
    border: 9px solid rgba(255, 255, 255, 0.76);
    border-radius: 42% 42% 30px 30px;
    box-shadow: var(--shadow-soft);
}

.image-shell picture,
.image-shell img {
    width: 100%;
    height: 100%;
}

.image-shell img {
    position: relative;
    z-index: 2;
    object-fit: cover;
}

.image-shell.is-fallback picture {
    display: none;
}

.image-fallback {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: grid;
    place-items: center;
    color: rgba(78, 45, 146, 0.42);
    font-size: clamp(34px, 5vw, 64px);
    font-weight: 850;
    line-height: 0.9;
    letter-spacing: -0.08em;
    text-align: center;
}

.floating-card {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.91);
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 20px;
    box-shadow: 0 17px 44px rgba(58, 40, 80, 0.15);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.floating-card-top {
    top: 12%;
    left: -58px;
    color: var(--ink-soft);
    font-size: 13px;
    line-height: 1.45;
    gap: 11px;
}

.floating-card-top strong {
    color: var(--ink);
    font-size: 14px;
}

.status-dot {
    position: relative;
    display: block;
    width: 13px;
    height: 13px;
    background: var(--green);
    border: 4px solid #d9f6e7;
    border-radius: 50%;
    box-sizing: content-box;
}

.floating-card-bottom {
    right: -27px;
    bottom: 6%;
    display: grid;
    min-width: 185px;
    gap: 3px;
}

.mini-kicker {
    color: var(--ink-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.floating-card-bottom strong {
    font-size: 15px;
}

.color-dots {
    display: flex;
    margin-top: 7px;
}

.color-dots i {
    width: 20px;
    height: 20px;
    margin-right: -5px;
    border: 2px solid var(--white);
    border-radius: 50%;
}

.dot-lilac {
    background: var(--lilac-300);
}

.dot-cream {
    background: #f0e7d8;
}

.dot-coral {
    background: var(--coral-400);
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    pointer-events: none;
}

.hero-orb-one {
    top: 1%;
    right: -190px;
    width: 520px;
    height: 520px;
    background: rgba(196, 167, 250, 0.25);
}

.hero-orb-two {
    bottom: 0;
    left: -230px;
    width: 440px;
    height: 440px;
    background: rgba(255, 228, 221, 0.42);
}

.answer-strip {
    position: relative;
    z-index: 3;
    padding: 0 0 38px;
}

.answer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 21px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
}

.answer-grid > div {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    padding: 16px 23px;
    gap: 15px;
}

.answer-grid > div + div {
    border-left: 1px solid var(--line);
}

.answer-grid p {
    margin-bottom: 0;
    color: var(--ink-soft);
    font-size: 13px;
    line-height: 1.65;
}

.answer-grid strong {
    color: var(--ink);
    font-size: 14px;
}

.answer-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    color: var(--lilac-600);
    background: var(--lilac-50);
    border-radius: 11px;
    font-size: 10px;
    font-weight: 850;
}

.recommendation-section {
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 228, 221, 0.62), transparent 27%),
        var(--white);
}

.recommendation-app {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(400px, 1.12fr);
    overflow: hidden;
    background: var(--ivory);
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-soft);
}

.choice-panel {
    padding: clamp(31px, 5vw, 63px);
}

.choice-label,
.result-label {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    color: var(--ink-soft);
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
}

.choice-label span,
.result-label span {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    color: var(--white);
    background: var(--ink);
    border-radius: 8px;
    font-size: 11px;
}

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

.choice-chip {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 62px;
    padding: 12px 17px;
    color: var(--ink-soft);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 18px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    gap: 12px;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.choice-chip:hover {
    color: var(--lilac-600);
    border-color: rgba(141, 99, 230, 0.36);
    transform: translateX(3px);
}

.choice-chip span {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 29px;
    height: 29px;
    color: var(--ink-muted);
    background: var(--ivory-deep);
    border-radius: 9px;
    font-size: 15px;
}

.choice-chip.is-active {
    color: var(--lilac-800);
    background: var(--lilac-50);
    border-color: rgba(141, 99, 230, 0.35);
}

.choice-chip.is-active span {
    color: var(--white);
    background: var(--lilac-500);
}

.recommendation-result {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: clamp(31px, 5vw, 63px);
    color: var(--white);
    background:
        radial-gradient(circle at 100% 0, rgba(255, 170, 157, 0.38), transparent 35%),
        linear-gradient(145deg, #8060c3, #6841b7);
}

.result-label {
    color: rgba(255, 255, 255, 0.76);
}

.result-label span {
    color: var(--lilac-800);
    background: var(--white);
}

.result-content {
    display: flex;
    align-items: flex-end;
    flex: 1;
    min-width: 0;
    gap: 28px;
}

.result-content > div {
    min-width: 0;
}

.result-kicker {
    margin-bottom: 13px;
    color: var(--coral-100);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.16em;
}

.result-content h3 {
    max-width: 480px;
    margin-bottom: 20px;
    font-size: clamp(31px, 4.2vw, 50px);
    letter-spacing: -0.06em;
}

.result-content h3,
.result-content > div > p,
.result-meta {
    animation: content-rise 0.3s ease;
}

@keyframes content-rise {
    from {
        opacity: 0.25;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.result-content > div > p:not(.result-kicker) {
    max-width: 530px;
    margin-bottom: 27px;
    color: rgba(255, 255, 255, 0.79);
    font-size: 15px;
}

.result-meta {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    gap: 7px;
}

.result-meta li {
    padding: 7px 11px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 650;
}

.round-action {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    color: var(--lilac-800);
    background: var(--white);
    border-radius: 18px;
    font-size: 27px;
    box-shadow: 0 14px 28px rgba(43, 24, 85, 0.24);
    transition: transform 0.2s ease;
}

.round-action:hover {
    transform: translate(3px, -3px);
}

.services-section {
    background: var(--ivory);
}

.split-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(270px, 0.55fr);
    align-items: end;
    margin-bottom: 55px;
    gap: 60px;
}

.split-heading h2 {
    margin-bottom: 0;
}

.split-heading > p {
    margin-bottom: 7px;
}

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

.service-card {
    grid-column: span 4;
    min-width: 0;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: 0 8px 28px rgba(58, 40, 80, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow-card);
}

.service-image,
.service-abstract {
    position: relative;
    aspect-ratio: 1.3;
    overflow: hidden;
    background: linear-gradient(135deg, var(--lilac-100), var(--coral-100));
}

.service-image img {
    transition: transform 0.6s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.035);
}

.service-abstract {
    background:
        radial-gradient(circle at 24% 31%, rgba(255, 255, 255, 0.78) 0 9%, transparent 10%),
        linear-gradient(145deg, #efddff, #ffdcd3);
}

.service-abstract i {
    position: absolute;
    display: block;
    border-radius: 50%;
}

.service-abstract i:nth-child(1) {
    top: 30%;
    left: 21%;
    width: 36%;
    aspect-ratio: 1;
    background: rgba(141, 99, 230, 0.58);
    box-shadow: 0 20px 50px rgba(117, 71, 214, 0.2);
}

.service-abstract i:nth-child(2) {
    right: 17%;
    bottom: 16%;
    width: 31%;
    aspect-ratio: 1;
    background: rgba(255, 140, 124, 0.75);
}

.service-abstract i:nth-child(3) {
    top: 19%;
    right: 17%;
    width: 19%;
    aspect-ratio: 1;
    border: 5px solid rgba(255, 255, 255, 0.75);
}

.service-card-content {
    padding: 25px 25px 27px;
}

.service-topline {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    color: var(--lilac-600);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.13em;
}

.service-card h3 {
    margin-bottom: 10px;
    font-size: 25px;
}

.service-card-content > p {
    min-height: 50px;
    margin-bottom: 23px;
    color: var(--ink-soft);
    font-size: 14px;
}

.service-meta {
    padding-top: 17px;
    margin-bottom: 0;
    border-top: 1px solid var(--line);
}

.service-meta div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.service-meta div + div {
    margin-top: 5px;
}

.service-meta dt {
    color: var(--ink-muted);
    font-size: 12px;
}

.service-meta dd {
    margin: 0;
    font-size: 12px;
    font-weight: 750;
    text-align: right;
}

.artist-section {
    color: var(--white);
    background:
        radial-gradient(circle at 14% 16%, rgba(141, 99, 230, 0.24), transparent 24%),
        #27212e;
}

.artist-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
    align-items: start;
    gap: clamp(70px, 10vw, 130px);
}

.artist-intro {
    position: sticky;
    top: 130px;
}

.artist-intro .eyebrow {
    color: var(--coral-400);
}

.artist-intro > p {
    max-width: 480px;
    color: rgba(255, 255, 255, 0.66);
}

.text-link {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    font-size: 14px;
    font-weight: 750;
    gap: 12px;
}

.artist-list {
    display: grid;
    gap: 14px;
}

.artist-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    min-width: 0;
    padding: 25px;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: var(--radius-md);
    gap: 20px;
}

.artist-avatar {
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    color: var(--lilac-800);
    background: linear-gradient(145deg, #f0e4ff, #ffdcd4);
    border-radius: 27px;
    font-size: 28px;
    font-weight: 850;
}

.artist-card p {
    margin-bottom: 4px;
    color: var(--coral-400);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.13em;
}

.artist-card h3 {
    margin-bottom: 8px;
    font-size: 22px;
}

.artist-card div:last-child > span {
    display: block;
    color: rgba(255, 255, 255, 0.61);
    font-size: 13px;
}

.artist-note {
    display: flex;
    align-items: flex-start;
    padding: 24px 26px;
    color: var(--ink);
    background: var(--coral-100);
    border-radius: var(--radius-md);
    gap: 15px;
}

.artist-note > span {
    color: var(--coral-500);
    font-size: 24px;
}

.artist-note p {
    margin-bottom: 0;
    font-size: 13px;
}

.artist-note strong {
    font-size: 14px;
}

.journey-section {
    background:
        radial-gradient(circle at 80% 15%, rgba(196, 167, 250, 0.28), transparent 30%),
        var(--lilac-50);
}

.journey-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0;
    margin: 0 0 45px;
    list-style: none;
    gap: 20px;
}

.journey-list::before {
    position: absolute;
    top: 29px;
    right: 17%;
    left: 17%;
    height: 1px;
    background: rgba(141, 99, 230, 0.24);
    content: "";
}

.journey-list li {
    position: relative;
    z-index: 1;
    padding: 0 22px;
    text-align: center;
}

.journey-list li > span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 24px;
    color: var(--white);
    background: var(--lilac-500);
    border: 7px solid var(--lilac-50);
    border-radius: 18px;
    box-shadow: 0 0 0 1px rgba(141, 99, 230, 0.21);
    font-size: 14px;
    font-weight: 850;
}

.journey-list h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.journey-list p {
    margin-bottom: 0;
    color: var(--ink-soft);
    font-size: 14px;
}

.journey-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.button-kakao {
    color: #191600;
    background: var(--yellow);
    box-shadow: 0 12px 25px rgba(184, 163, 0, 0.18);
}

.button-white {
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: 0 9px 22px rgba(58, 40, 80, 0.07);
}

.faq-section {
    background: var(--white);
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.12fr);
    align-items: start;
    gap: clamp(60px, 9vw, 120px);
}

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

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

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

.faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 92px;
    padding: 20px 2px;
    font-size: 18px;
    font-weight: 740;
    list-style: none;
    cursor: pointer;
    gap: 20px;
}

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

.faq-list summary i {
    position: relative;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    background: var(--lilac-50);
    border-radius: 9px;
}

.faq-list summary i::before,
.faq-list summary i::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 1.5px;
    background: var(--lilac-600);
    border-radius: 2px;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
}

.faq-list summary i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

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

.faq-answer {
    overflow: hidden;
}

.faq-answer p {
    max-width: 650px;
    padding: 0 44px 30px 2px;
    margin-bottom: 0;
    color: var(--ink-soft);
    font-size: 15px;
}

.visit-section {
    background: var(--white);
    padding-top: 10px;
}

.visit-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(410px, 0.9fr);
    min-width: 0;
    overflow: hidden;
    color: var(--white);
    background: #30263b;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-soft);
}

.visit-copy {
    padding: clamp(42px, 7vw, 80px);
}

.visit-copy .eyebrow {
    color: var(--coral-400);
}

.visit-copy h2 {
    margin-bottom: 32px;
}

.visit-area {
    display: inline-flex;
    padding: 7px 11px;
    margin-bottom: 13px;
    color: #e9dcff;
    background: rgba(141, 99, 230, 0.22);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 750;
}

.visit-copy address {
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
}

.visit-info {
    max-width: 500px;
    margin-bottom: 0;
}

.visit-info div {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    gap: 15px;
}

.visit-info dt {
    color: rgba(255, 255, 255, 0.42);
    font-size: 12px;
}

.visit-info dd {
    margin: 0;
    color: rgba(255, 255, 255, 0.77);
    font-size: 13px;
}

.visit-action-panel {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 24px;
    background: rgba(255, 255, 255, 0.065);
}

.map-embed-shell {
    position: relative;
    flex: 1;
    min-height: 410px;
    overflow: hidden;
    background: #ebe3f3;
    border-radius: 28px;
}

.map-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.visit-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 12px;
    gap: 9px;
}

.visit-buttons .button {
    min-width: 0;
    min-height: 52px;
    padding: 10px 15px;
    font-size: 13px;
}

.button-ghost-white {
    color: var(--white);
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.13);
}

.demo-notice {
    position: fixed;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 300;
    transform: translateY(calc(100% + 40px));
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.28s ease, opacity 0.28s ease, visibility 0.28s;
}

.demo-notice.is-visible {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.demo-notice.is-hidden {
    display: none;
}

.demo-notice .container {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    max-width: 780px;
    padding: 17px 20px;
    color: var(--white);
    background: rgba(38, 33, 47, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 20px;
    box-shadow: 0 18px 60px rgba(30, 22, 40, 0.31);
    backdrop-filter: blur(17px);
    gap: 14px;
}

.demo-notice-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: var(--lilac-800);
    background: var(--lilac-100);
    border-radius: 11px;
    font-size: 14px;
    font-weight: 850;
}

.demo-notice strong {
    font-size: 14px;
}

.demo-notice p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

.demo-notice button {
    padding: 8px;
    color: rgba(255, 255, 255, 0.72);
    background: none;
    border: 0;
    font-size: 12px;
    cursor: pointer;
}

.site-footer {
    padding: 75px 0 34px;
    color: rgba(255, 255, 255, 0.63);
    background: #211c26;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.2fr) minmax(260px, 0.8fr) auto;
    gap: 60px;
}

.footer-brand {
    color: var(--white);
}

.footer-grid > div:first-child > p {
    max-width: 460px;
    margin: 23px 0 0;
    font-size: 13px;
}

.footer-info p {
    margin-bottom: 5px;
    font-size: 12px;
}

.footer-info strong {
    color: var(--white);
    font-size: 14px;
}

.footer-info .sample-label {
    margin-top: 13px;
    color: var(--coral-400);
    font-size: 10px;
}

.footer-links {
    display: grid;
    align-content: start;
    justify-items: end;
    gap: 9px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 650;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    margin-top: 55px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 10px;
    letter-spacing: 0.03em;
}

.mobile-action-bar {
    display: none;
}

@media (max-width: 1024px) {
    .primary-nav {
        gap: 17px;
    }

    .primary-nav a {
        font-size: 12px;
    }

    .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(350px, 0.78fr);
        gap: 55px;
    }

    .hero-copy h1 {
        font-size: clamp(48px, 6.6vw, 67px);
    }

    .floating-card-top {
        left: -35px;
    }

    .recommendation-app {
        grid-template-columns: minmax(0, 0.83fr) minmax(360px, 1.17fr);
    }

    .artist-layout {
        gap: 65px;
    }

    .visit-card {
        grid-template-columns: 1fr 0.9fr;
    }
}

@media (max-width: 860px) {
    :root {
        --header-height: 70px;
    }

    .section {
        padding: 95px 0;
    }

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

    .menu-toggle {
        position: relative;
        z-index: 102;
        display: grid;
        align-content: center;
        width: 42px;
        height: 42px;
        padding: 0 10px;
        margin-left: auto;
        background: var(--white);
        border: 1px solid var(--line);
        border-radius: 13px;
        gap: 5px;
        cursor: pointer;
    }

    .menu-toggle i {
        display: block;
        width: 100%;
        height: 2px;
        background: var(--ink);
        border-radius: 2px;
        transition: transform 0.2s ease;
    }

    .menu-toggle[aria-expanded="true"] i:first-of-type {
        transform: translateY(3.5px) rotate(45deg);
    }

    .menu-toggle[aria-expanded="true"] i:last-of-type {
        transform: translateY(-3.5px) rotate(-45deg);
    }

    .primary-nav {
        position: fixed;
        inset: 0;
        z-index: 101;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        padding: 100px 28px 40px;
        background: rgba(251, 249, 245, 0.98);
        visibility: hidden;
        opacity: 0;
        transform: translateY(-12px);
        transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
        gap: 5px;
    }

    .primary-nav.is-open {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .primary-nav a {
        width: 100%;
        padding: 13px 0;
        color: var(--ink);
        border-bottom: 1px solid var(--line);
        font-size: 22px;
        font-weight: 730;
    }

    .header-cta {
        display: none;
    }

    .hero {
        min-height: auto;
        padding: 72px 0 95px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .hero-copy {
        max-width: 680px;
    }

    .hero-visual {
        width: min(82%, 500px);
        margin: 0 auto;
    }

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

    .answer-grid > div + div {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .recommendation-app {
        grid-template-columns: 1fr;
    }

    .result-content {
        min-height: 300px;
    }

    .split-heading {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .split-heading > p {
        max-width: 550px;
    }

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

    .service-card {
        grid-column: span 1;
    }

    .service-card:last-child {
        grid-column: 1 / -1;
    }

    .artist-layout,
    .faq-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .artist-intro,
    .faq-heading {
        position: static;
    }

    .artist-intro > p {
        max-width: 600px;
    }

    .visit-card {
        grid-template-columns: 1fr;
    }

    .map-embed-shell {
        min-height: 360px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 42px;
    }

    .footer-links {
        grid-column: 1 / -1;
        display: flex;
        justify-items: start;
        gap: 22px;
    }
}

@media (max-width: 620px) {
    body {
        padding-bottom: calc(74px + env(safe-area-inset-bottom));
        font-size: 15px;
    }

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

    .section {
        padding: 78px 0;
    }

    .demo-bar {
        display: block;
        min-height: 40px;
        padding: 7px 15px;
        font-size: 10px;
    }

    .demo-bar strong {
        display: inline-block;
        margin-right: 5px;
    }

    .brand strong {
        font-size: 13px;
    }

    .brand small {
        font-size: 7px;
    }

    .brand-mark {
        width: 35px;
        height: 35px;
        border-radius: 12px;
    }

    .hero {
        padding: 55px 0 75px;
    }

    .hero-copy h1 {
        margin-bottom: 22px;
        font-size: clamp(40px, 13.8vw, 57px);
    }

    .hero-description {
        margin-bottom: 28px;
        font-size: 16px;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-actions .button {
        width: 100%;
    }

    .trust-list {
        gap: 6px;
    }

    .trust-list li {
        min-height: 33px;
        padding-inline: 10px;
        font-size: 11px;
    }

    .hero-grid {
        gap: 60px;
    }

    .hero-visual {
        width: 88%;
    }

    .hero-image {
        border-width: 6px;
        border-radius: 40% 40% 25px 25px;
    }

    .floating-card {
        padding: 12px 13px;
        border-radius: 16px;
    }

    .floating-card-top {
        top: 13%;
        left: -7%;
        font-size: 10px;
    }

    .floating-card-top strong {
        font-size: 11px;
    }

    .status-dot {
        width: 9px;
        height: 9px;
        border-width: 3px;
    }

    .floating-card-bottom {
        right: -5%;
        min-width: 145px;
    }

    .floating-card-bottom strong {
        font-size: 12px;
    }

    .answer-strip {
        padding-bottom: 18px;
    }

    .answer-grid {
        padding: 11px;
        border-radius: 24px;
    }

    .answer-grid > div {
        padding: 14px 10px;
    }

    .section-heading.centered {
        margin-bottom: 36px;
        text-align: left;
    }

    .section-heading h2,
    .artist-intro h2,
    .faq-heading h2,
    .visit-copy h2 {
        margin-bottom: 18px;
        font-size: clamp(34px, 10.7vw, 47px);
    }

    .section-heading > p:last-child,
    .artist-intro > p,
    .faq-heading > p {
        font-size: 15px;
    }

    .recommendation-app {
        border-radius: 28px;
    }

    .choice-panel,
    .recommendation-result {
        padding: 27px 20px;
    }

    .choice-label,
    .result-label {
        margin-bottom: 22px;
        font-size: 12px;
    }

    .choice-chip {
        min-height: 57px;
        padding: 10px 13px;
        border-radius: 15px;
        font-size: 12px;
    }

    .result-content {
        align-items: flex-end;
        min-height: 335px;
        gap: 12px;
    }

    .result-content h3 {
        font-size: clamp(29px, 9.4vw, 40px);
    }

    .result-content > div > p:not(.result-kicker) {
        font-size: 13px;
    }

    .round-action {
        width: 47px;
        height: 47px;
        border-radius: 15px;
        font-size: 21px;
    }

    .split-heading {
        margin-bottom: 35px;
    }

    .service-grid {
        display: flex;
        width: calc(100% + 15px);
        padding-right: 15px;
        margin-right: -15px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        gap: 12px;
    }

    .service-grid::-webkit-scrollbar {
        display: none;
    }

    .service-card,
    .service-card:last-child {
        flex: 0 0 min(84%, 310px);
        grid-column: auto;
        scroll-snap-align: start;
        border-radius: 24px;
    }

    .service-card-content {
        padding: 21px;
    }

    .service-card-content > p {
        min-height: auto;
    }

    .artist-layout {
        gap: 42px;
    }

    .artist-card {
        grid-template-columns: 62px minmax(0, 1fr);
        padding: 18px;
        border-radius: 20px;
        gap: 15px;
    }

    .artist-avatar {
        width: 62px;
        height: 62px;
        border-radius: 20px;
        font-size: 21px;
    }

    .artist-card h3 {
        font-size: 19px;
    }

    .artist-card div:last-child > span {
        font-size: 12px;
    }

    .journey-list {
        grid-template-columns: 1fr;
        margin-bottom: 33px;
        gap: 10px;
    }

    .journey-list::before {
        display: none;
    }

    .journey-list li {
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 17px;
        background: rgba(255, 255, 255, 0.66);
        border: 1px solid rgba(141, 99, 230, 0.1);
        border-radius: 19px;
        text-align: left;
        column-gap: 14px;
    }

    .journey-list li > span {
        grid-row: 1 / span 2;
        width: 48px;
        height: 48px;
        margin: 0;
        border-width: 5px;
        border-radius: 15px;
    }

    .journey-list h3 {
        align-self: end;
        margin-bottom: 3px;
        font-size: 17px;
    }

    .journey-list p {
        font-size: 12px;
    }

    .journey-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .journey-actions .button {
        width: 100%;
    }

    .faq-layout {
        gap: 34px;
    }

    .faq-list summary {
        min-height: 78px;
        font-size: 15px;
    }

    .faq-answer p {
        padding-right: 15px;
        font-size: 13px;
    }

    .visit-section {
        padding-bottom: 80px;
    }

    .visit-card {
        border-radius: 28px;
    }

    .visit-copy {
        padding: 36px 24px;
    }

    .visit-info div {
        grid-template-columns: 68px minmax(0, 1fr);
    }

    .visit-action-panel {
        padding: 13px;
    }

    .map-embed-shell {
        min-height: 275px;
        border-radius: 21px;
    }

    .visit-buttons {
        grid-template-columns: 1fr;
    }

    .demo-notice {
        right: 10px;
        bottom: calc(78px + env(safe-area-inset-bottom));
        left: 10px;
    }

    .demo-notice .container {
        width: 100%;
        padding: 14px;
        border-radius: 17px;
    }

    .demo-notice p {
        line-height: 1.45;
    }

    .site-footer {
        padding: 62px 0 28px;
    }

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

    .footer-links {
        grid-column: auto;
        justify-content: flex-start;
    }

    .footer-bottom {
        display: grid;
        gap: 5px;
    }

    .mobile-action-bar {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 200;
        display: grid;
        grid-template-columns: 0.78fr 1.22fr;
        min-height: calc(66px + env(safe-area-inset-bottom));
        padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
        background: rgba(255, 255, 255, 0.93);
        border-top: 1px solid var(--line);
        box-shadow: 0 -12px 35px rgba(50, 35, 66, 0.09);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        gap: 7px;
    }

    .mobile-action-bar a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        border-radius: 14px;
        font-size: 13px;
        font-weight: 780;
        gap: 6px;
    }

    .mobile-place {
        color: var(--ink);
        background: var(--ivory-deep);
    }

    .mobile-kakao {
        color: #191600;
        background: var(--yellow);
    }
}

@media (max-width: 360px) {
    .container {
        width: min(calc(100% - 24px), var(--container));
    }

    .service-grid {
        width: calc(100% + 12px);
        padding-right: 12px;
        margin-right: -12px;
    }

    .hero-copy h1 {
        font-size: 39px;
    }

    .trust-list li {
        font-size: 10px;
    }

    .floating-card-top {
        left: -4%;
    }

    .floating-card-bottom {
        right: -4%;
        min-width: 130px;
    }

    .choice-panel,
    .recommendation-result {
        padding-inline: 16px;
    }

    .result-content h3 {
        font-size: 28px;
    }

    .result-meta li {
        padding-inline: 8px;
        font-size: 10px;
    }

    .artist-card {
        grid-template-columns: 54px minmax(0, 1fr);
        padding: 15px;
    }

    .artist-avatar {
        width: 54px;
        height: 54px;
    }

    .visit-copy {
        padding-inline: 19px;
    }

    .mobile-action-bar a {
        font-size: 12px;
    }
}

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

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
