/* === notua-final-overrides === */
/* from notua-v130-section6-text-spec */
/* Section6 text spec restore from v125 - v130 */
[data-notua-section6-updated] {
    background: #111815 !important;
}

.notua-story-copy {
    width: 100%;
    max-width: 980px !important;
    margin: 0 auto !important;
    text-align: center !important;
    color: #fff !important;
    position: relative;
    z-index: 2;
}

.notua-story-eyebrow {
    margin: 0 0 18px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    letter-spacing: 0.42em !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.62) !important;
    text-align: center !important;
}

.notua-story-title {
    margin: 0 !important;
    font-family:
        "MaruBuri", "MaruBuriOTF", "MaruBuri-Regular", "MaruBuri SemiBold",
        "MaruBuriBold", serif !important;
    font-size: 42px !important;
    line-height: 1.22 !important;
    letter-spacing: -0.055em !important;
    font-weight: 700 !important;
    color: #fff !important;
    word-break: keep-all !important;
    text-align: center !important;
}

.notua-story-subtitle {
    margin: 16px 0 0 !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    letter-spacing: -0.015em !important;
    font-style: italic !important;
    color: rgba(255, 255, 255, 0.72) !important;
    text-align: center !important;
}

.notua-story-body {
    margin: 54px auto 0 !important;
    max-width: 850px !important;
    text-align: center !important;
}

.notua-story-body pre {
    font-family: inherit;
    margin: 0 auto !important;
    font-size: 20px !important;
    line-height: 1.92 !important;
    letter-spacing: -0.035em !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    white-space: pre-line !important;
    word-break: keep-all !important;
    text-align: center !important;
}

.notua-story-body pre + pre {
    margin-top: 34px !important;
}

@media (max-width: 768px) {
    .notua-story-copy {
        max-width: 100% !important;
        padding: 0 20px !important;
    }
    .notua-story-eyebrow {
        font-size: 11px !important;
        letter-spacing: 0.32em !important;
        margin-bottom: 14px !important;
    }
    .notua-story-title {
        font-size: 30px !important;
    }
    .notua-story-subtitle {
        font-size: 15px !important;
        margin-top: 12px !important;
    }
    .notua-story-body {
        margin-top: 36px !important;
    }
    .notua-story-body pre {
        font-size: 16px !important;
        line-height: 1.78 !important;
    }
    .notua-story-body pre + pre {
        margin-top: 24px !important;
    }
}

/* from notua-v132-faq-style */
/* FAQ content update v132: keep existing typography, light safety for answers */
[data-notua-faq-updated="132"] .notua-faq-answer {
    margin-top: 14px;
    color: #6f665f;
    line-height: 1.72;
    white-space: normal;
    word-break: keep-all;
}

/* from notua-v135-faq-chevron-open-style */
/* FAQ chevron right + open state fix v135 */
.notua-faq-item-fixed .notua-faq-question-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    width: 100% !important;
}

.notua-faq-chevron-wrap {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    margin-left: auto !important;
    color: currentColor !important;
    flex: 0 0 auto !important;
}

.notua-faq-chevron {
    width: 22px !important;
    height: 22px !important;
    display: block !important;
    color: currentColor !important;
    transition: transform 0.22s ease !important;
    transform: rotate(0deg) !important; /* 기본: 아래쪽 */
}

/* details 구조 */
details[open] .notua-faq-chevron {
    transform: rotate(180deg) !important; /* 선택됨: 위쪽 */
}

/* aria-expanded 구조 */
[aria-expanded="true"] .notua-faq-chevron,
.notua-faq-question-title[aria-expanded="true"] .notua-faq-chevron,
.notua-faq-item-fixed.is-open .notua-faq-chevron,
.notua-faq-item-fixed.open .notua-faq-chevron,
.notua-faq-item-fixed.active .notua-faq-chevron,
.notua-faq-item-fixed.expanded .notua-faq-chevron {
    transform: rotate(180deg) !important; /* 선택됨: 위쪽 */
}

.notua-faq-item-fixed > .notua-faq-chevron-wrap {
    display: none !important;
}

.notua-faq-item-fixed::before,
.notua-faq-item-fixed::after,
.notua-faq-question-title::before,
.notua-faq-question-title::after {
    content: none !important;
}

/* from notua-v152-feature-change-gif */
/* Direct fix: Section4 feature-change card GIF v152 */
#feature-change[data-notua-card3-image-replaced="152"] {
    position: relative !important;
    overflow: hidden !important;
}
#feature-change[data-notua-card3-image-replaced="152"]
    > img[data-notua-card3-image="updated-gif"] {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    z-index: 0 !important;
}
#feature-change[data-notua-card3-image-replaced="152"]
    .notua-card-overlay-copy {
    position: absolute !important;
    z-index: 3 !important;
}

/* from notua-v157-card5-background-clean */
/* Section4 card5 low-power background image clean fix v157 */
#feature-lowpower[data-notua-card5-image-replaced="157"] {
    position: relative !important;
    overflow: hidden !important;
    background-image:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.34) 46%,
            rgba(0, 0, 0, 0.12) 100%
        ),
        url("assets/assets/images/section4-card5-lowpower.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#feature-lowpower[data-notua-card5-image-replaced="157"] img,
#feature-lowpower[data-notua-card5-image-replaced="157"] picture,
#feature-lowpower[data-notua-card5-image-replaced="157"] video,
#feature-lowpower[data-notua-card5-image-replaced="157"] source {
    display: none !important;
    visibility: hidden !important;
}

#feature-lowpower[data-notua-card5-image-replaced="157"]::before {
    z-index: 1 !important;
}

#feature-lowpower[data-notua-card5-image-replaced="157"]::after {
    z-index: 2 !important;
}

#feature-lowpower[data-notua-card5-image-replaced="157"]
    .notua-card-overlay-copy,
#feature-lowpower[data-notua-card5-image-replaced="157"] .why-card-text,
#feature-lowpower[data-notua-card5-image-replaced="157"] .why-card-meta {
    position: relative !important;
    z-index: 3 !important;
}

/* from notua-v158-card5-text-align */
/* Section4 card5 text position align v158 */
#feature-lowpower[data-notua-card5-image-replaced="157"]
    .notua-card-overlay-copy,
#feature-lowpower[data-notua-card5-image-replaced="156"]
    .notua-card-overlay-copy,
#feature-lowpower .notua-card-overlay-copy {
    position: absolute !important;
    left: 56px !important;
    right: 56px !important;
    bottom: 56px !important;
    top: auto !important;
    transform: none !important;
    z-index: 3 !important;
}

#feature-lowpower[data-notua-card5-image-replaced="157"] .why-card-text,
#feature-lowpower[data-notua-card5-image-replaced="156"] .why-card-text {
    position: absolute !important;
    left: 56px !important;
    right: 56px !important;
    bottom: 56px !important;
    top: auto !important;
    transform: none !important;
    z-index: 3 !important;
}

#feature-lowpower[data-notua-card5-image-replaced="157"] .why-card-text h3,
#feature-lowpower[data-notua-card5-image-replaced="156"] .why-card-text h3 {
    margin-bottom: 12px !important;
}

#feature-lowpower[data-notua-card5-image-replaced="157"] .why-card-text p,
#feature-lowpower[data-notua-card5-image-replaced="156"] .why-card-text p {
    margin: 0 !important;
}

@media (max-width: 900px) {
    #feature-lowpower .notua-card-overlay-copy,
    #feature-lowpower .why-card-text {
        left: 32px !important;
        right: 32px !important;
        bottom: 32px !important;
    }
}

/* from notua-v162-card1-background */
/* Section4 card1 private sharing background image v162 */
#feature-private[data-notua-card1-image-replaced="162"] {
    position: relative !important;
    overflow: hidden !important;
    background-image:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.08) 0%,
            rgba(0, 0, 0, 0.24) 48%,
            rgba(0, 0, 0, 0.72) 100%
        ),
        url("assets/assets/images/section4-card1-private.png") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#feature-private[data-notua-card1-image-replaced="162"] img,
#feature-private[data-notua-card1-image-replaced="162"] picture,
#feature-private[data-notua-card1-image-replaced="162"] video,
#feature-private[data-notua-card1-image-replaced="162"] source {
    display: none !important;
    visibility: hidden !important;
}

#feature-private[data-notua-card1-image-replaced="162"]::before {
    z-index: 1 !important;
}

#feature-private[data-notua-card1-image-replaced="162"]::after {
    z-index: 2 !important;
}

#feature-private[data-notua-card1-image-replaced="162"]
    .notua-card-overlay-copy,
#feature-private[data-notua-card1-image-replaced="162"] .why-card-text,
#feature-private[data-notua-card1-image-replaced="162"] .why-card-meta {
    position: relative !important;
    z-index: 3 !important;
}

/* from notua-v164-card1-text-align */
/* Section4 card1 text position/spec align v164 */
#feature-private[data-notua-card1-image-replaced="162"]
    .notua-card-overlay-copy,
#feature-private .notua-card-overlay-copy {
    position: absolute !important;
    left: 56px !important;
    right: 56px !important;
    bottom: 42px !important;
    top: auto !important;
    transform: none !important;
    z-index: 3 !important;
}

#feature-private[data-notua-card1-image-replaced="162"] .why-card-text {
    position: absolute !important;
    left: 56px !important;
    right: 56px !important;
    bottom: 42px !important;
    top: auto !important;
    transform: none !important;
    z-index: 3 !important;
}

#feature-private[data-notua-card1-image-replaced="162"] .why-card-text h3,
#feature-private .why-card-text h3 {
    font-size: 42px !important;
    line-height: 1.18 !important;
    letter-spacing: -0.055em !important;
    font-weight: 700 !important;
    margin: 0 0 18px !important;
}

#feature-private[data-notua-card1-image-replaced="162"] .why-card-text p,
#feature-private .why-card-text p {
    font-size: 20px !important;
    line-height: 1.75 !important;
    letter-spacing: -0.035em !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

@media (max-width: 900px) {
    #feature-private .notua-card-overlay-copy,
    #feature-private .why-card-text {
        left: 32px !important;
        right: 32px !important;
        bottom: 32px !important;
    }

    #feature-private .why-card-text h3 {
        font-size: 30px !important;
    }

    #feature-private .why-card-text p {
        font-size: 16px !important;
        line-height: 1.65 !important;
    }
}

/* from notua-v166-section2-copy-spec */
/* Section2 copy line-break + title size adjustment v166 */
.s2-mission .lead {
    font-size: clamp(24px, 3.1vw, 34px) !important;
    line-height: 1.75 !important;
    font-weight: 400 !important;
    letter-spacing: -0.04em !important;
}

.s2-mission .body {
    white-space: normal !important;
}

/* from notua-v120-card-style */
/* notua section4 card update v120 */
.notua-card-copy {
    margin-top: 18px;
    text-align: left;
}
.notua-card-title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: -0.035em;
    font-weight: 800;
    color: #2f2723;
}
.notua-card-desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.72;
    letter-spacing: -0.025em;
    color: #6f625a;
}
@media (max-width: 768px) {
    .notua-card-title {
        font-size: 20px;
    }
    .notua-card-desc {
        font-size: 15px;
    }
}

/* from notua-v121-card-title-style */
/* Section4 card title update v121 */
.notua-card-copy {
    margin-top: 18px !important;
    text-align: left !important;
}
.notua-card-title {
    display: block !important;
    margin: 0 0 10px !important;
    font-size: 22px !important;
    line-height: 1.34 !important;
    letter-spacing: -0.035em !important;
    font-weight: 800 !important;
    color: #2f2723 !important;
}
.notua-card-desc {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.72 !important;
    letter-spacing: -0.025em !important;
    color: #6f625a !important;
    white-space: normal !important;
}
[data-notua-section4-updated="121"] h3.notua-card-title {
    display: block !important;
}
@media (max-width: 768px) {
    .notua-card-title {
        font-size: 20px !important;
    }
    .notua-card-desc {
        font-size: 15px !important;
    }
}

/* from notua-v123-overlay-style */
/* Section4 card overlay text style - v123 spacing/shadow update */
[data-notua-card-overlay="true"] {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 28px !important;
}

[data-notua-card-overlay="true"] img,
[data-notua-card-overlay="true"] picture,
[data-notua-card-overlay="true"] video,
[data-notua-card-overlay="true"] canvas {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* 하단 inner shadow opacity 소폭 증가 */
[data-notua-card-overlay="true"]::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 62% !important;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.82) 0%,
        rgba(0, 0, 0, 0.6) 38%,
        rgba(0, 0, 0, 0.24) 72%,
        rgba(0, 0, 0, 0) 100%
    ) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

.notua-card-overlay-copy {
    position: absolute !important;
    left: 56px !important;
    right: 56px !important;
    bottom: 50px !important;
    z-index: 2 !important;
    color: #fff !important;
    text-align: left !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    clip: auto !important;
    pointer-events: none !important;
}

.notua-card-overlay-title {
    margin: 0 0 20px !important; /* 기존보다 디스크립션을 타이틀 쪽으로 붙임 */
    color: #fff !important;
    font-size: 38px !important;
    line-height: 1.18 !important;
    letter-spacing: -0.055em !important;
    font-weight: 800 !important;
    white-space: normal !important;
    word-break: keep-all !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.26) !important;
}

.notua-card-overlay-desc {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.86) !important;
    font-family: inherit;
    font-size: 20px !important;
    line-height: 1.72 !important;
    letter-spacing: -0.035em !important;
    font-weight: 400 !important;
    white-space: pre-line !important;
    word-break: keep-all !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.24) !important;
}

@media (max-width: 1200px) {
    .notua-card-overlay-copy {
        left: 42px !important;
        right: 42px !important;
        bottom: 40px !important;
    }
    .notua-card-overlay-title {
        font-size: 32px !important;
        margin-bottom: 20px !important;
    }
    .notua-card-overlay-desc {
        font-size: 18px !important;
    }
}

@media (max-width: 768px) {
    .notua-card-overlay-copy {
        left: 26px !important;
        right: 26px !important;
        bottom: 28px !important;
    }
    .notua-card-overlay-title {
        font-size: 24px !important;
        margin-bottom: 8px !important;
    }
    .notua-card-overlay-desc {
        font-size: 15px !important;
        line-height: 1.62 !important;
    }
}

/* from notua-v125-section5-style */
/* Section5 relationship copy cleanup v125 */
.notua-relation-copy {
    position: relative;
    z-index: 3;
    color: inherit;
}

.notua-relation-card-title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: -0.035em;
    font-weight: 800;
    color: inherit; /* 타이틀 색상 유지 */
    white-space: normal;
    word-break: keep-all;
}

.notua-relation-card-desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.72;
    letter-spacing: -0.025em;
    font-weight: 400;
    color: #8a817a; /* 디스크립션만 그레이 */
    white-space: pre-line;
    word-break: keep-all;
}

@media (max-width: 768px) {
    .notua-relation-card-title {
        font-size: 20px;
    }
    .notua-relation-card-desc {
        font-size: 15px;
        line-height: 1.62;
    }
}

/* from notua-v126-section5-icon-style */
/* Section5 icon update v126 */
.notua-section5-icon {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    border-radius: 14px !important;
    background: #17191a !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.notua-section5-icon-svg {
    width: 22px !important;
    height: 22px !important;
    display: block !important;
    color: #fff !important;
}

.notua-section5-icon svg {
    width: 22px !important;
    height: 22px !important;
    display: block !important;
}

/* from notua-v179-hero-editorial-align */
/* Hero subtitle alignment + responsive type consistency v179 */
.hero-editorial-content {
    width: 100% !important;
    max-width: 760px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    text-align: left !important;
}

.hero-editorial-content h1 {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.hero-editorial-content p[data-notua-hero-editorial-copy="176"],
.hero-editorial-content p {
    display: block !important;
    width: 100% !important;
    max-width: 760px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    text-wrap: nowrap !important;
    font-size: 20px !important;
    line-height: 1.55 !important;
    letter-spacing: -0.03em !important;
    font-weight: 300 !important;
}

/* Tablet: title/subtitle scale down together */
@media (max-width: 1024px) {
    .hero-editorial-content {
        max-width: 680px !important;
    }

    .hero-editorial-content p[data-notua-hero-editorial-copy="176"],
    .hero-editorial-content p {
        max-width: 680px !important;
        font-size: 18px !important;
    }
}

/* Mobile: subtitle wraps naturally and stays left-aligned with title */
@media (max-width: 760px) {
    .hero-editorial-content {
        max-width: 100% !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
        text-align: left !important;
    }

    .hero-editorial-content h1 {
        text-align: left !important;
    }

    .hero-editorial-content p[data-notua-hero-editorial-copy="176"],
    .hero-editorial-content p {
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: left !important;
        white-space: normal !important;
        word-break: keep-all !important;
        overflow-wrap: break-word !important;
        text-wrap: wrap !important;
        font-size: 18px !important;
        line-height: 1.6 !important;
    }
}

/* Small mobile */
@media (max-width: 420px) {
    .hero-editorial-content {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    .hero-editorial-content p[data-notua-hero-editorial-copy="176"],
    .hero-editorial-content p {
        font-size: 17px !important;
        line-height: 1.6 !important;
    }
}

/* from notua-v181-section3-caption-size */
/* Section3 caption typography adjustment v181 */
.s3 .flow-caption h3 {
    font-size: 17px !important;
    line-height: 1.45 !important;
    letter-spacing: -0.015em !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.s3 .flow-caption p {
    font-size: 16px !important;
    line-height: 1.68 !important;
    letter-spacing: -0.025em !important;
    font-weight: 400 !important;
}

@media (max-width: 900px) {
    .s3 .flow-caption h3 {
        font-size: 16px !important;
    }

    .s3 .flow-caption p {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }
}

/* === inline-style === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ─── notua design tokens ─────────────────────── */
:root {
    --paper: #f5f0e6; /* 살짝 쿨한 편지지 톤 */
    --paper-2: #efeade; /* 살짝 쿨한 깊이 톤 */
    --paper-light: #fff9f2; /* 카드 배경용 light cream */
    --cream: #ece3d2;
    --taupe: #c89a82; /* 살짝 부드러운 accent */
    --warm-gray: #8a7a6a;
    --warm-gray-2: #9b8778;
    --warm-gray-3: #b0a090;
    --sand: #efe5da;
    --ink: #3a2e24;
    --ink-2: #5a5047;
    --line: rgba(58, 46, 36, 0.08);
    --line-2: rgba(58, 46, 36, 0.04);
}

body {
    font-family:
        "Noto Sans KR",
        -apple-system,
        BlinkMacSystemFont,
        sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background: var(--paper);
    color: var(--ink);
    font-weight: 300;
}

/* paper grain — subtle texture across whole page */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0.55;
    mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.36  0 0 0 0 0.30  0 0 0 0 0.24  0 0 0 0.06 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

.serif {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
}

/* ─── Nav ─────────────────────────────────────── */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 18px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s ease;
}
.nav.scrolled {
    background: rgba(250, 246, 240, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
}
.nav-logo {
    font-size: 18px;
    font-weight: 500;
    color: var(--ink);
    letter-spacing: 2px;
}

.logo-img {
    display: block;
    height: auto;
    object-fit: contain;
}
.nav-logo-img {
    width: 86px;
    opacity: 0.92;
}
.hero-logo-img {
    width: 132px;
    margin: 0 auto 0;
    opacity: 0.92;
}
.footer-logo-img {
    width: 82px;
    margin: 0 auto;
    opacity: 0.62;
    filter: invert(1);
}
.s7-logo-img {
    width: 104px;
    margin: 0 auto 8px;
    opacity: 0.9;
}
.frame-logo-img {
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%) translateZ(3px);
    width: 34px;
    opacity: 0.22;
    backface-visibility: hidden;
}
.frame-back-logo-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotateY(180deg);
    width: 94px;
    opacity: 0.1;
}

.nav-tag {
    font-size: 12px;
    color: var(--warm-gray);
    font-weight: 300;
    letter-spacing: 0.5px;
    transition: opacity 0.4s ease;
}
.nav-cta {
    padding: 9px 22px;
    background: var(--ink);
    color: var(--paper);
    border: none;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 32px;
    font-family: inherit;
}
.nav-cta.show {
    opacity: 1;
    pointer-events: auto;
}
.nav-cta:hover {
    background: #2a1e14;
    transform: scale(1.04);
}

/* ─── Section 1 — Hero (UNCHANGED ANIMATION/HEIGHT/TIMING) ─── */
.s1 {
    min-height: 100vh;
    background: linear-gradient(
        180deg,
        var(--paper) 0%,
        var(--paper-2) 50%,
        var(--paper) 100%
    );
    position: relative;
    overflow: hidden;
}
.s1-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    overflow: hidden;
    perspective: 1200px;
}
.float-obj {
    position: absolute;
    font-size: 1.5rem;
    pointer-events: none;
    will-change: transform, opacity;
}
/* notua device — 10" landscape (16:10) */
.frame {
    width: min(583px, 74.5vw);
    aspect-ratio: 16/10;
    background: linear-gradient(145deg, #ffffff 0%, #f6f6f2 52%, #e9e8e2 100%);
    border-radius: 26px;
    border: 1px solid rgba(58, 46, 36, 0.08);
    padding: 30px 30px 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    position: relative;
    will-change: transform, box-shadow;
    transform-style: preserve-3d;
    --depth: 56px;
    box-shadow:
        0 26px 68px rgba(58, 46, 36, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        inset 0 -14px 24px rgba(58, 46, 36, 0.045);
}

.frame::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 21px;
    border: 1px solid rgba(58, 46, 36, 0.055);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.86),
        inset 0 -10px 18px rgba(58, 46, 36, 0.035);
    pointer-events: none;
    transform: translateZ(3px);
    backface-visibility: hidden;
}
.frame.back-view .frame-photo {
    opacity: 0 !important;
}
.frame.back-view .frame-logo {
    opacity: 0 !important;
}

.frame::after {
    content: "";
    position: absolute;
    inset: 30px 30px 42px 30px;
    border-radius: 9px;
    border: 1px solid rgba(40, 40, 40, 0.22);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.48),
        0 0 0 1px rgba(255, 255, 255, 0.55);
    pointer-events: none;
    transform: translateZ(4px);
    backface-visibility: hidden;
}
.frame-depth {
    position: absolute;
    pointer-events: none;
    background: linear-gradient(180deg, #f8f8f4 0%, #e8e8e2 52%, #d9d8d1 100%);
    border: 1px solid rgba(58, 46, 36, 0.07);
    box-shadow:
        inset -10px 0 18px rgba(58, 46, 36, 0.08),
        inset 9px 0 16px rgba(255, 255, 255, 0.62);
    opacity: 0;
    display: none;
}
.frame-depth.left,
.frame-depth.right {
    top: 22px;
    bottom: 28px;
    width: var(--depth);
    border-radius: 13px;
}
.frame-depth.left::after,
.frame-depth.right::after {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 50%;
    width: 1px;
    background: rgba(58, 46, 36, 0.08);
}
.frame-depth.left {
    left: calc(var(--depth) / -2);
    transform: rotateY(-90deg) translateZ(calc(var(--depth) / 2));
}
.frame-depth.right {
    right: calc(var(--depth) / -2);
    transform: rotateY(90deg) translateZ(calc(var(--depth) / 2));
}
.frame-depth.top,
.frame-depth.bottom {
    left: 24px;
    right: 24px;
    height: var(--depth);
    border-radius: 13px;
    background: linear-gradient(90deg, #f9f9f5 0%, #e4e3dc 100%);
}
.frame-depth.top {
    top: calc(var(--depth) / -2);
    transform: rotateX(90deg) translateZ(calc(var(--depth) / 2));
}
.frame-depth.bottom {
    bottom: calc(var(--depth) / -2);
    transform: rotateX(-90deg) translateZ(calc(var(--depth) / 2));
}

.frame-back-face {
    position: absolute;
    inset: 0;
    border-radius: 26px;
    background:
        radial-gradient(
            circle at 18px 18px,
            rgba(58, 46, 36, 0.18) 0 5px,
            transparent 6px
        ),
        radial-gradient(
            circle at calc(100% - 18px) 18px,
            rgba(58, 46, 36, 0.18) 0 5px,
            transparent 6px
        ),
        radial-gradient(
            circle at 18px calc(100% - 18px),
            rgba(58, 46, 36, 0.18) 0 5px,
            transparent 6px
        ),
        radial-gradient(
            circle at calc(100% - 18px) calc(100% - 18px),
            rgba(58, 46, 36, 0.18) 0 5px,
            transparent 6px
        ),
        linear-gradient(145deg, #f6f6f1 0%, #e5e4dd 100%);
    border: 1px solid rgba(58, 46, 36, 0.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        inset 18px 18px 38px rgba(255, 255, 255, 0.24),
        inset -18px -18px 38px rgba(58, 46, 36, 0.05);
    transform: translateZ(calc(var(--depth) * -1)) rotateY(180deg);
    backface-visibility: hidden;
    pointer-events: none;
}
.frame-back-face::before {
    content: "";
    position: absolute;
    left: 15%;
    top: 42%;
    width: 16px;
    height: 42px;
    border-radius: 9px;
    background: #d8d7d0;
    border: 1px solid rgba(58, 46, 36, 0.14);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.34);
}
.frame-back-face::after {
    content: "";
    position: absolute;
    left: 14%;
    top: 62%;
    width: 22px;
    height: 34px;
    border-radius: 8px;
    transform: translateZ(5px);
    backface-visibility: hidden;
    background: #dad9d2;
    border: 1px solid rgba(58, 46, 36, 0.1);
    box-shadow:
        0 46px 0 -3px #dad9d2,
        0 46px 0 -2px rgba(58, 46, 36, 0.1);
}
.frame-back-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: rgba(58, 46, 36, 0.1);
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: 500;
}

.frame-photo {
    opacity: 0;
}

.frame::after {
    content: "";
    position: absolute;
    inset: 8px 8px 16px 8px;
    border-radius: 8px;
    border: 1px solid rgba(58, 46, 36, 0.04);
    pointer-events: none;
}
.frame::after {
    transform: translateZ(1px);
    backface-visibility: hidden;
}
.frame-depth {
    position: absolute;
    pointer-events: none;
    background: linear-gradient(135deg, #d6c4b2 0%, #b89b7e 62%, #9d8671 100%);
    border: 1px solid rgba(58, 46, 36, 0.08);
    box-shadow:
        inset -14px 0 22px rgba(58, 46, 36, 0.14),
        inset 10px 0 20px rgba(255, 255, 255, 0.12);
    opacity: 0.96;
}
.frame-depth.left,
.frame-depth.right {
    top: 14px;
    bottom: 22px;
    width: var(--depth);
    border-radius: 10px;
}
.frame-depth.left {
    left: calc(var(--depth) / -2);
    transform: rotateY(-90deg) translateZ(calc(var(--depth) / 2));
}
.frame-depth.right {
    right: calc(var(--depth) / -2);
    transform: rotateY(90deg) translateZ(calc(var(--depth) / 2));
}
.frame-depth.top,
.frame-depth.bottom {
    left: 14px;
    right: 14px;
    height: var(--depth);
    border-radius: 10px;
    background: linear-gradient(90deg, #e2d3c4 0%, #b89b7e 100%);
}
.frame-depth.top {
    top: calc(var(--depth) / -2);
    transform: rotateX(90deg) translateZ(calc(var(--depth) / 2));
}
.frame-depth.bottom {
    bottom: calc(var(--depth) / -2);
    transform: rotateX(-90deg) translateZ(calc(var(--depth) / 2));
}

.frame-photo {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background:
        repeating-linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.012) 0px,
            rgba(0, 0, 0, 0.012) 1px,
            transparent 1px,
            transparent 3px
        ),
        linear-gradient(135deg, #f5dcc0 0%, #e8c9a8 40%, #d4a98a 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transform: translateZ(2px);
    backface-visibility: hidden;
}

.hero-main-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.92) contrast(0.96) brightness(1.02);
}
.frame-silhouette {
    width: 54px;
    height: 74px;
    border-radius: 50% 50% 0 0;
    background: linear-gradient(
        180deg,
        rgba(180, 140, 110, 0.5) 0%,
        rgba(160, 120, 90, 0.3) 100%
    );
    filter: blur(7px);
    margin-bottom: -8px;
}
.frame-logo {
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    font-size: 8px;
    color: rgba(58, 46, 36, 0.22);
    letter-spacing: 2.4px;
    font-weight: 500;
    transform: translateX(-50%) translateZ(3px);
    backface-visibility: hidden;
}

.scroll-hint {
    position: absolute;
    bottom: 40px;
    font-size: 11px;
    color: var(--warm-gray);
    text-align: center;
    letter-spacing: 1.2px;
}
.scroll-hint-line {
    width: 1px;
    height: 28px;
    background: var(--warm-gray);
    margin: 0 auto 8px;
    opacity: 0.4;
}

/* Hero photo assets */
.float-obj.asset {
    will-change: transform, opacity;
}
.float-obj.asset img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 8px 22px rgba(58, 46, 36, 0.18));
}
.float-obj.cam {
    width: 132px;
}
.float-obj.cam img {
    transform: rotate(-4deg);
}
.float-obj.env {
    width: 118px;
}
.float-obj.env img {
    transform: rotate(4deg);
}
.float-obj.frm {
    width: 142px;
}
.float-obj.frm img {
    transform: rotate(-3deg);
}
.float-obj.pol {
    width: 104px;
}
.float-obj.pol img {
    transform: rotate(-7deg);
}

/* ─── Fade In ─────────────────────────────────── */
.fade-in {
    opacity: 0;
    transform: translateY(32px);
    transition:
        opacity 0.9s ease,
        transform 0.9s ease;
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ─── Section 2 — Mission (NEW) ──────────────── */
.s2-mission {
    background: #fff9f2;
    min-height: 100vh;
    padding: 96px 24px;
    position: relative;
    border-top: 1px solid rgba(58, 46, 36, 0.06);
    border-bottom: 1px solid rgba(58, 46, 36, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
}
.s2-mission-inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
.s2-mission .lead {
    font-size: clamp(24px, 3.1vw, 34px);
    color: var(--ink);
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: -0.04em;
}
.s2-mission .body {
    margin-top: 42px;
    font-size: clamp(16px, 1.45vw, 19px);
    color: var(--ink-2);
    line-height: 2.15;
    font-weight: 300;
    letter-spacing: -0.02em;
}
.s2-mission .etymology {
    margin-top: 60px;
    font-size: 14px;
    color: var(--warm-gray);
    letter-spacing: 0.5px;
}
.s2-mission .etymology .serif {
    font-size: 16px;
    color: var(--taupe);
}
.s2-mission .en-block {
    margin-top: 64px;
    padding-top: 40px;
    border-top: 1px solid var(--line);
}
.s2-mission .en-block p {
    font-size: 15px;
    color: var(--warm-gray);
    line-height: 1.9;
    font-weight: 300;
}
.s2-mission .en-block .lead-en {
    font-size: 17px;
    color: var(--ink-2);
}
.s2-mission .fade-in {
    opacity: 0;
    transform: translateY(54px);
    transition:
        opacity 1.05s ease,
        transform 1.05s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.s2-mission .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ─── Section 3 — How It Works (visual cards) ─── */
.s3 {
    background: var(--paper-2);
    padding: 118px 24px 128px;
    position: relative;
    overflow: hidden;
}
.s3::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 12% 16%,
            rgba(255, 249, 242, 0.42),
            transparent 30%
        ),
        radial-gradient(
            circle at 88% 72%,
            rgba(200, 154, 130, 0.1),
            transparent 34%
        );
    pointer-events: none;
}
.s3-inner {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.s3-head {
    text-align: center;
    margin-bottom: 58px;
}
.s3-eyebrow {
    font-size: 11px;
    color: var(--taupe);
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 16px;
    font-family: Georgia, serif;
    font-style: italic;
}
.s3-title {
    font-size: clamp(34px, 4.2vw, 54px);
    color: var(--ink);
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: -1.8px;
}
.s3-desc {
    max-width: 620px;
    margin: 22px auto 0;
    font-size: 17px;
    color: var(--ink-2);
    line-height: 1.85;
    font-weight: 300;
    letter-spacing: -0.3px;
}
.s3-visual-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: start;
}
.flow-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}
.flow-visual {
    width: 100%;
    aspect-ratio: 4/5;
    border-radius: 0;
    background: var(--paper-light);
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 58px rgba(58, 46, 36, 0.06);
    border: 1px solid rgba(58, 46, 36, 0.045);
}
.flow-caption {
    text-align: center;
    min-height: 74px;
}
.flow-caption h3 {
    font-size: 14px;
    color: var(--ink);
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.flow-caption p {
    font-size: 14px;
    color: var(--warm-gray);
    line-height: 1.55;
    font-weight: 300;
    letter-spacing: -0.2px;
}

/* visual 01 — choose */
.visual-choose {
    background: linear-gradient(160deg, #dde8e0 0%, #f6efe2 100%);
}
.app-phone {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 46%;
    height: 70%;
    transform: translate(-50%, -50%) rotate(-2deg);
    border-radius: 28px;
    background: #fffdf8;
    border: 1px solid rgba(58, 46, 36, 0.08);
    box-shadow: 0 26px 52px rgba(58, 46, 36, 0.12);
    padding: 14px;
}
.app-screen {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #f7f0e5;
    padding: 14px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    position: relative;
    overflow: hidden;
}
.app-thumb {
    border-radius: 12px;
    background: linear-gradient(135deg, #f5dcc0, #c8d8c0);
    position: relative;
    overflow: hidden;
}
.app-thumb:nth-child(2) {
    background: linear-gradient(135deg, #f9e2b8, #bfd3e2);
}
.app-thumb:nth-child(3) {
    background: linear-gradient(135deg, #ead1bb, #d7b0a4);
}
.app-thumb:nth-child(4) {
    background: linear-gradient(135deg, #c8d8c0, #8fa884);
}
.app-thumb.selected {
    outline: 3px solid rgba(200, 154, 130, 0.86);
    outline-offset: 3px;
}
.app-thumb::after {
    content: "";
    position: absolute;
    left: -12%;
    right: -12%;
    bottom: -12%;
    height: 42%;
    border-radius: 50% 50% 0 0;
    background: rgba(111, 126, 115, 0.34);
}
.choose-badge {
    position: absolute;
    left: 50%;
    bottom: 13%;
    transform: translateX(-50%);
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(58, 46, 36, 0.06);
    box-shadow: 0 12px 26px rgba(58, 46, 36, 0.06);
    font-size: 13px;
    color: var(--ink-2);
    font-weight: 400;
}

/* visual 02 — send */
.visual-send {
    background: linear-gradient(135deg, #f8ecdd 0%, #e9dccb 100%);
}
.send-stage {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.send-phone {
    position: absolute;
    left: 14%;
    top: 22%;
    width: 29%;
    height: 52%;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(58, 46, 36, 0.07);
    box-shadow: 0 20px 48px rgba(58, 46, 36, 0.1);
    padding: 10px;
    transform: rotate(-4deg);
}
.send-phone::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 17px;
    background: linear-gradient(135deg, #f5dcc0, #c8d8c0);
}
.send-device {
    position: absolute;
    right: 10%;
    bottom: 24%;
    width: 46%;
    aspect-ratio: 16/10;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(58, 46, 36, 0.08);
    box-shadow: 0 24px 56px rgba(58, 46, 36, 0.1);
    padding: 13px 13px 20px;
}
.send-device::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(135deg, #f5dcc0 0%, #c9d2b7 48%, #8fa884 100%);
}
.send-device::after {
    content: "notua";
    position: absolute;
    left: 50%;
    bottom: 6px;
    transform: translateX(-50%);
    font-size: 7px;
    letter-spacing: 2px;
    color: rgba(58, 46, 36, 0.18);
}
.send-card {
    position: absolute;
    left: 39%;
    top: 43%;
    width: 76px;
    height: 58px;
    border-radius: 14px;
    background: #fff9f2;
    border: 1px solid rgba(58, 46, 36, 0.07);
    box-shadow: 0 18px 36px rgba(58, 46, 36, 0.1);
    transform: rotate(6deg);
}
.send-card::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 9px;
    background: linear-gradient(135deg, #f5dcc0, #c8d8c0);
}
.send-path {
    position: absolute;
    left: 34%;
    right: 32%;
    top: 50%;
    height: 1px;
    border-top: 2px dotted rgba(138, 122, 106, 0.34);
}

/* visual 03 — stay */
.visual-stay {
    background: linear-gradient(160deg, #eee9dd 0%, #f9f4ea 100%);
}
.room-shelf {
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: 21%;
    height: 12px;
    border-radius: 999px;
    background: rgba(184, 155, 126, 0.28);
    box-shadow: 0 12px 30px rgba(58, 46, 36, 0.06);
}
.stay-device {
    position: absolute;
    left: 50%;
    top: 45%;
    width: 66%;
    aspect-ratio: 16/10;
    transform: translate(-50%, -50%);
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(58, 46, 36, 0.08);
    box-shadow: 0 28px 66px rgba(58, 46, 36, 0.12);
    padding: 14px 14px 22px;
}
.stay-device::after {
    content: "notua";
    position: absolute;
    left: 50%;
    bottom: 6px;
    transform: translateX(-50%);
    font-size: 7px;
    letter-spacing: 2px;
    color: rgba(58, 46, 36, 0.18);
}
.stay-screen {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.04fr 0.96fr;
    border: 1px solid rgba(58, 46, 36, 0.05);
}
.stay-photo {
    background: linear-gradient(135deg, #f5dcc0 0%, #c9d2b7 52%, #8fa884 100%);
    position: relative;
}
.stay-photo::before {
    content: "";
    position: absolute;
    right: 18px;
    top: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(248, 204, 120, 0.56);
}
.stay-photo::after {
    content: "";
    position: absolute;
    left: -18px;
    right: -18px;
    bottom: -13px;
    height: 42%;
    border-radius: 50% 50% 0 0;
    background: #6f7e73;
}
.stay-message {
    background: #f7f0e5;
    padding: 34px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.stay-message span {
    height: 7px;
    border-radius: 999px;
    background: rgba(58, 46, 36, 0.2);
}
.stay-message span:nth-child(1) {
    width: 82%;
}
.stay-message span:nth-child(2) {
    width: 64%;
}
.stay-message span:nth-child(3) {
    width: 36%;
    margin-top: 12px;
    background: rgba(184, 155, 126, 0.34);
}
.stay-plant {
    position: absolute;
    right: 9%;
    bottom: 24%;
    width: 50px;
    height: 70px;
    border-radius: 0 0 18px 18px;
    background: rgba(200, 154, 130, 0.22);
}
.stay-plant::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 42px;
    width: 46px;
    height: 44px;
    transform: translateX(-50%);
    background:
        radial-gradient(circle at 20% 45%, #c8d8c0 0 11px, transparent 12px),
        radial-gradient(circle at 55% 28%, #8fa884 0 12px, transparent 13px),
        radial-gradient(circle at 78% 54%, #b7c8a8 0 10px, transparent 11px);
}

.s3-closing {
    margin-top: 78px;
    text-align: center;
    padding-top: 38px;
    border-top: 1px solid var(--line);
}
.s3-closing p {
    font-size: 17px;
    color: var(--ink);
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: -0.3px;
}
.s3-closing p + p {
    margin-top: 6px;
    font-size: 14px;
    color: var(--warm-gray);
    font-weight: 300;
}

/* ─── Section 4 — Why notua (sticky horizontal scroll) ─── */
.why-scroll {
    position: relative;
    height: 300vh;
    background: linear-gradient(
        180deg,
        var(--paper-light) 0%,
        var(--paper) 48%,
        var(--paper-light) 100%
    );
    overflow: visible;
}
.why-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    padding: 86px 24px 64px;
}
.why-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.why-bg::before {
    content: "";
    position: absolute;
    right: -180px;
    top: 90px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(200, 154, 130, 0.12);
    filter: blur(80px);
}
.why-bg::after {
    content: "";
    position: absolute;
    left: -180px;
    bottom: 70px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 249, 242, 0.72);
    filter: blur(80px);
}
.why-inner {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.why-top {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: 80px;
    align-items: start;
    margin-bottom: 44px;
}
.why-eyebrow {
    margin-bottom: 16px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 11px;
    font-style: italic;
    letter-spacing: 2px;
    color: var(--taupe);
    font-weight: 600;
}
.why-title {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.2;
    letter-spacing: -0.05em;
    font-weight: 650;
    color: var(--ink);
}
.why-title-en {
    margin-top: 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-style: italic;
    color: var(--warm-gray-2);
    font-weight: 300;
}
.why-desc {
    max-width: 640px;
    color: var(--ink-2);
    font-size: 16px;
    line-height: 2.05;
    font-weight: 300;
    letter-spacing: -0.02em;
}
.why-desc p + p {
    margin-top: 16px;
}
.why-track-window {
    position: relative;
    flex: 1;
    min-height: 430px;
}
.why-track {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    gap: 24px;
    will-change: transform;
    transition: transform 0.08s linear;
}
.why-card {
    width: min(620px, 78vw);
    height: 100%;
    min-height: 420px;
    border-radius: 32px;
    border: 1px solid var(--line);
    background: rgba(255, 249, 242, 0.72);
    box-shadow: 0 24px 72px rgba(58, 46, 36, 0.08);
    padding: 38px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    overflow: hidden;
    position: relative;
}
.why-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 88% 10%,
        rgba(255, 255, 255, 0.62),
        transparent 26%
    );
    pointer-events: none;
}
.why-card-meta {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--taupe);
    font-size: 12px;
    letter-spacing: 0.12em;
    font-weight: 800;
}
.why-card-meta span:last-child {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 400;
    color: var(--warm-gray-2);
}
.why-card-visual {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}
.why-card-text {
    position: relative;
    z-index: 2;
}
.why-card-text h3 {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: -0.045em;
    font-weight: 650;
    color: var(--ink);
    margin-bottom: 12px;
}
.why-card-text p {
    color: var(--warm-gray);
    font-size: 15px;
    line-height: 1.85;
    font-weight: 300;
}

/* Card 01 — Screen remain */
.screen-compare {
    display: flex;
    align-items: center;
    gap: 24px;
}
.off-screen,
.remain-screen {
    width: 132px;
    height: 86px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    letter-spacing: 0.12em;
}
.off-screen {
    background: linear-gradient(180deg, #2a2a2a, #121212);
    color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}
.remain-screen {
    background: linear-gradient(135deg, #fdf0e0, #ddbb9f);
    color: rgba(67, 60, 53, 0.42);
    box-shadow: 0 18px 42px rgba(58, 46, 36, 0.08);
    position: relative;
    overflow: hidden;
}
.remain-screen::after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: -18px;
    height: 42%;
    border-radius: 50% 50% 0 0;
    background: rgba(111, 126, 115, 0.58);
}

/* Card 02 — No glow */
.light-compare {
    display: flex;
    align-items: center;
    gap: 34px;
}
.glow-box,
.paper-box {
    width: 118px;
    height: 78px;
    border-radius: 14px;
}
.glow-box {
    background: linear-gradient(135deg, #cfe0ff, #94bcff);
    box-shadow:
        0 0 28px rgba(130, 180, 255, 0.55),
        0 0 70px rgba(130, 180, 255, 0.22);
}
.paper-box {
    background: linear-gradient(135deg, #f5f0ea, #ede4da);
    border: 1px solid rgba(58, 46, 36, 0.08);
    box-shadow: 0 18px 42px rgba(58, 46, 36, 0.06);
}

/* Card 02 — No glow image */
.why-card-visual-image {
    min-height: 260px;
    align-items: center;
}
.why-card-no-glow-image {
    width: 100%;
    max-width: 520px;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
    border-radius: 0;
    border: 1px solid rgba(20, 36, 42, 0.075);
    box-shadow: 0 20px 54px rgba(20, 36, 42, 0.1);
}

/* Card 03 — Wireless placement */
.place-compare {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.mini-notua {
    width: 240px;
    border-radius: 18px;
    background: #fff;
    padding: 12px 12px 18px;
    box-shadow: 0 24px 60px rgba(58, 46, 36, 0.1);
    border: 1px solid var(--line);
}
.mini-notua div {
    aspect-ratio: 16/9;
    border-radius: 10px;
    background: linear-gradient(135deg, #e8d0b8, #c8d8c0);
}
.place-labels {
    display: flex;
    gap: 14px;
    color: var(--warm-gray-2);
    font-size: 12px;
}
.place-labels span {
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid var(--line);
}
.why-progress {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 30px;
    height: 1px;
    background: rgba(58, 46, 36, 0.12);
}
.why-progress span {
    display: block;
    width: 0%;
    height: 100%;
    background: var(--taupe);
    transition: width 0.08s linear;
}

@media (max-width: 900px) {
    .why-scroll {
        height: auto;
    }
    .why-sticky {
        position: relative;
        height: auto;
        padding: 74px 24px;
    }
    .why-top {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .why-track-window {
        min-height: auto;
    }
    .why-track {
        position: relative;
        transform: none !important;
        flex-direction: column;
        height: auto;
    }
    .why-card {
        width: 100%;
        min-height: 420px;
    }
    .why-progress {
        display: none;
    }
}

/* ─── Section 5 — Relationships (4 cards, fandom first) ─── */
.s5 {
    background: var(--paper-2);
    padding: 120px 24px;
}
.s5-inner {
    max-width: 920px;
    margin: 0 auto;
}
.s5-head {
    text-align: center;
    margin-bottom: 64px;
}
.s5-eyebrow {
    font-size: 11px;
    color: var(--taupe);
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 16px;
    font-family: Georgia, serif;
    font-style: italic;
}
.s5-title {
    font-size: 26px;
    color: var(--ink);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.5px;
}
.s5-title-en {
    margin-top: 10px;
    font-size: 14px;
    color: var(--warm-gray);
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 300;
}
.cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.rel-card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 40px 32px;
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
}
.rel-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(58, 46, 36, 0.06);
}
.rel-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 14px;
    color: var(--taupe);
}
.rel-card-title {
    font-size: 18px;
    color: var(--ink);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.3px;
}
.rel-card-en {
    margin-top: 6px;
    font-size: 13px;
    color: var(--warm-gray);
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 300;
}
.rel-card-body {
    margin-top: 24px;
    font-size: 14px;
    color: var(--ink-2);
    line-height: 2;
    font-weight: 300;
}

/* ─── Section 6 — Our Story (NEW) ────────────── */
.s6 {
    background: var(--paper);
    padding: 140px 24px;
}
.s6-inner {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
}
.s6-eyebrow {
    font-size: 11px;
    color: var(--taupe);
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 16px;
    font-family: Georgia, serif;
    font-style: italic;
}
.s6-title {
    font-size: 26px;
    color: var(--ink);
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}
.s6-title-en {
    font-size: 14px;
    color: var(--warm-gray);
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 48px;
}
.s6-body {
    font-size: 16px;
    color: var(--ink-2);
    line-height: 2.2;
    font-weight: 300;
    text-align: left;
}
.s6-body p + p {
    margin-top: 24px;
}
.s6-sign {
    margin-top: 40px;
    font-size: 13px;
    color: var(--warm-gray);
    font-family: Georgia, serif;
    font-style: italic;
    text-align: right;
}

/* ─── Section 7 — CTA ─────────────────────────── */
.s7 {
    background: linear-gradient(180deg, var(--paper-2) 0%, var(--paper) 100%);
    padding: 120px 24px 100px;
}
.s7-inner {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}
.s7-frame {
    width: 180px;
    height: 230px;
    background: #fff;
    border-radius: 12px;
    margin: 0 auto 48px;
    box-shadow: 0 16px 48px rgba(58, 46, 36, 0.06);
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.s7-frame-inner {
    width: 86%;
    height: 86%;
    border-radius: 6px;
    background: var(--paper);
    border: 1px dashed var(--line);
}
.s7-frame-logo {
    position: absolute;
    bottom: 7px;
    font-size: 8px;
    color: rgba(58, 46, 36, 0.18);
    letter-spacing: 2px;
    font-weight: 500;
}
.s7-copy {
    font-size: 18px;
    color: var(--ink-2);
    line-height: 2.2;
    font-weight: 300;
    letter-spacing: -0.2px;
}
.s7-brand {
    margin-top: 40px;
}
.s7-brand p {
    font-size: 15px;
    color: var(--ink);
    font-weight: 500;
    letter-spacing: -0.2px;
}
.s7-brand span {
    font-size: 13px;
    color: var(--warm-gray-2);
    font-weight: 300;
    font-family: Georgia, serif;
    font-style: italic;
}
.cta-btn {
    margin-top: 40px;
    padding: 16px 48px;
    background: var(--ink);
    color: var(--paper);
    border: none;
    border-radius: 32px;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(58, 46, 36, 0.1);
    font-family: inherit;
}
.cta-btn:hover {
    background: #2a1e14;
    transform: scale(1.03);
    box-shadow: 0 8px 24px rgba(58, 46, 36, 0.2);
}

/* ─── Section 8 — FAQ (NEW) ──────────────────── */
.s8 {
    background: var(--paper);
    padding: 120px 24px;
    border-top: 1px solid var(--line);
}
.s8-inner {
    max-width: 680px;
    margin: 0 auto;
}
.s8-head {
    text-align: center;
    margin-bottom: 56px;
}
.s8-eyebrow {
    font-size: 11px;
    color: var(--taupe);
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 16px;
    font-family: Georgia, serif;
    font-style: italic;
}
.s8-title {
    font-size: 24px;
    color: var(--ink);
    font-weight: 500;
    letter-spacing: -0.5px;
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.faq-item {
    border-bottom: 1px solid var(--line);
    padding: 0;
}
.faq-q {
    padding: 24px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 15px;
    color: var(--ink);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.2px;
    transition: color 0.25s;
}
.faq-q:hover {
    color: var(--taupe);
}
.faq-q .plus {
    font-size: 18px;
    color: var(--warm-gray);
    font-weight: 300;
    transition: transform 0.35s ease;
    font-family: Georgia, serif;
    flex-shrink: 0;
    margin-left: 16px;
}
.faq-item.open .faq-q .plus {
    transform: rotate(45deg);
    color: var(--taupe);
}
.faq-a {
    max-height: 0;
    overflow: hidden;
    transition:
        max-height 0.4s ease,
        padding 0.4s ease;
}
.faq-item.open .faq-a {
    max-height: 300px;
    padding-bottom: 24px;
}
.faq-a p {
    font-size: 14px;
    color: var(--ink-2);
    line-height: 2;
    font-weight: 300;
    padding-right: 32px;
}

/* ─── Footer ──────────────────────────────────── */
footer {
    background: var(--ink);
    padding: 48px 24px;
    text-align: center;
}
footer .f-logo {
    font-size: 14px;
    font-weight: 500;
    color: rgba(250, 246, 240, 0.6);
    letter-spacing: 1.8px;
}
footer .f-tag {
    font-size: 11px;
    color: rgba(250, 246, 240, 0.28);
    margin-top: 8px;
    font-weight: 300;
}
footer .f-cat {
    font-size: 10px;
    color: rgba(250, 246, 240, 0.18);
    margin-top: 24px;
    letter-spacing: 0.5px;
    font-weight: 300;
}

/* ─── Mobile ──────────────────────────────────── */
@media (max-width: 780px) {
    .nav {
        padding: 14px 20px;
    }
    .nav-tag {
        display: none;
    }
    .steps-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .cards {
        grid-template-columns: 1fr;
    }
    .s2-mission {
        min-height: 100vh;
        padding: 86px 20px;
    }
    .s2-mission .lead {
        font-size: 24px;
        line-height: 1.7;
    }
    .s3-title,
    .s5-title {
        font-size: 22px;
    }
    .why-title {
        font-size: 26px;
    }
}

/* ─── Hero EPD 3D side refinement: closed, white plastic body ─── */
.frame {
    --depth: 34px;
    background: linear-gradient(
        145deg,
        #ffffff 0%,
        #f8f8f5 58%,
        #ecebe6 100%
    ) !important;
    box-shadow:
        0 24px 62px rgba(58, 46, 36, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        inset 0 -12px 22px rgba(58, 46, 36, 0.035) !important;
}
.frame-depth {
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #f4f4f0 58%,
        #e5e5df 100%
    ) !important;
    border: 1px solid rgba(58, 46, 36, 0.055) !important;
    box-shadow:
        inset -8px 0 14px rgba(58, 46, 36, 0.055),
        inset 8px 0 14px rgba(255, 255, 255, 0.72) !important;
    opacity: 1 !important;
}
.frame-depth.left,
.frame-depth.right {
    top: 20px !important;
    bottom: 28px !important;
    width: var(--depth) !important;
    border-radius: 13px !important;
}
.frame-depth.left {
    left: calc(var(--depth) / -2) !important;
    transform: rotateY(-90deg) translateZ(calc(var(--depth) / 2)) !important;
}
.frame-depth.right {
    right: calc(var(--depth) / -2) !important;
    transform: rotateY(90deg) translateZ(calc(var(--depth) / 2)) !important;
}
.frame-depth.left::before,
.frame-depth.right::before {
    content: "";
    position: absolute;
    inset: 7px;
    border-radius: 10px;
    border: 1px solid rgba(58, 46, 36, 0.035);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.36),
        rgba(230, 230, 224, 0.2)
    );
}
.frame-depth.left::after,
.frame-depth.right::after {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 50%;
    width: 1px;
    background: rgba(58, 46, 36, 0.06);
}
.frame-depth.top,
.frame-depth.bottom {
    display: block !important;
    left: 22px !important;
    right: 22px !important;
    height: var(--depth) !important;
    border-radius: 12px !important;
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        #f4f4f0 58%,
        #e7e6e0 100%
    ) !important;
    border: 1px solid rgba(58, 46, 36, 0.045) !important;
    box-shadow:
        inset 0 -8px 14px rgba(58, 46, 36, 0.04),
        inset 0 8px 14px rgba(255, 255, 255, 0.68) !important;
    opacity: 1 !important;
}
.frame-depth.top {
    top: calc(var(--depth) / -2) !important;
    transform: rotateX(90deg) translateZ(calc(var(--depth) / 2)) !important;
}
.frame-depth.bottom {
    bottom: calc(var(--depth) / -2) !important;
    transform: rotateX(-90deg) translateZ(calc(var(--depth) / 2)) !important;
}
.frame::before,
.frame::after,
.frame-photo,
.frame-logo {
    backface-visibility: hidden !important;
}
.frame-back-face {
    background:
        radial-gradient(
            circle at 18px 18px,
            rgba(58, 46, 36, 0.13) 0 5px,
            transparent 6px
        ),
        radial-gradient(
            circle at calc(100% - 18px) 18px,
            rgba(58, 46, 36, 0.13) 0 5px,
            transparent 6px
        ),
        radial-gradient(
            circle at 18px calc(100% - 18px),
            rgba(58, 46, 36, 0.13) 0 5px,
            transparent 6px
        ),
        radial-gradient(
            circle at calc(100% - 18px) calc(100% - 18px),
            rgba(58, 46, 36, 0.13) 0 5px,
            transparent 6px
        ),
        linear-gradient(145deg, #fafaf7 0%, #ecebe6 100%) !important;
    transform: translateZ(calc(var(--depth) * -1)) rotateY(180deg) !important;
}

/* closed side profile shown during side rotation */
.frame-side-profile {
    position: absolute;
    left: 50%;
    top: 0;
    width: var(--depth);
    height: 100%;
    transform: translateX(-50%) translateZ(calc(var(--depth) * -0.5));
    border-radius: 18px;
    background: linear-gradient(90deg, #ffffff 0%, #f3f3ef 52%, #e2e1da 100%);
    border: 1px solid rgba(58, 46, 36, 0.055);
    box-shadow:
        0 18px 44px rgba(58, 46, 36, 0.08),
        inset -8px 0 14px rgba(58, 46, 36, 0.045),
        inset 8px 0 14px rgba(255, 255, 255, 0.72);
    opacity: 0;
    pointer-events: none;
    z-index: 8;
}
.frame-side-profile::after {
    content: "";
    position: absolute;
    top: 14px;
    bottom: 14px;
    left: 50%;
    width: 1px;
    background: rgba(58, 46, 36, 0.055);
}
.frame.side-view .frame-side-profile {
    opacity: 1;
}
.frame.side-view .frame-depth.left,
.frame.side-view .frame-depth.right,
.frame.side-view .frame-depth.top,
.frame.side-view .frame-depth.bottom {
    opacity: 0 !important;
}

/* ─── Hero EPD 3D final fix: solid side body, no floating top/bottom planes ─── */
.frame {
    width: min(525px, 67vw) !important;
    --depth: 44px !important;
    transform-style: preserve-3d !important;
    transform-origin: center center !important;
}
.frame-depth,
.frame-depth.left,
.frame-depth.right,
.frame-depth.top,
.frame-depth.bottom {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
.frame.side-view {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.frame.side-view::before,
.frame.side-view::after,
.frame.side-view .frame-photo,
.frame.side-view .frame-logo,
.frame.side-view .frame-back-face {
    opacity: 0 !important;
    visibility: hidden !important;
}
.frame-side-profile {
    display: block !important;
    position: absolute !important;
    left: 50% !important;
    top: 0 !important;
    width: 74px !important;
    height: 100% !important;
    margin-left: -37px !important;
    border-radius: 20px !important;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.98) 0%,
        #f6f6f2 46%,
        #e7e6df 100%
    ) !important;
    border: 1px solid rgba(58, 46, 36, 0.06) !important;
    box-shadow:
        0 22px 54px rgba(58, 46, 36, 0.11),
        inset -10px 0 20px rgba(58, 46, 36, 0.055),
        inset 10px 0 20px rgba(255, 255, 255, 0.72) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: 30 !important;
    backface-visibility: hidden !important;
    transform-style: preserve-3d !important;
}
.frame-side-profile::before {
    content: "";
    position: absolute;
    inset: 10px 12px;
    border-radius: 14px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.28),
        rgba(58, 46, 36, 0.035)
    );
    border-left: 1px solid rgba(58, 46, 36, 0.05);
}
.frame-side-profile::after {
    content: "";
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 50%;
    width: 1px;
    background: rgba(58, 46, 36, 0.055);
}
.frame.side-view .frame-side-profile {
    opacity: 1 !important;
    visibility: visible !important;
}
.frame.side-a .frame-side-profile {
    transform: rotateY(-90deg) translateZ(0) !important;
}
.frame.side-b .frame-side-profile {
    transform: rotateY(90deg) translateZ(0) !important;
}

/* ─── Hero floating assets intro + idle motion ─── */
.float-obj.asset img {
    --hero-rotate: 0deg;
    opacity: 0;
    transform: translateY(28px) rotate(var(--hero-rotate)) scale(0.96);
    transform-origin: center center;
    animation:
        heroAssetIntro 0.95s cubic-bezier(0.22, 0.9, 0.25, 1) forwards,
        heroAssetFloat 4.8s ease-in-out 1.05s infinite;
    transition:
        transform 0.28s ease,
        opacity 0.22s ease;
}
.float-obj.cam img {
    --hero-rotate: -4deg;
    animation-delay: 0.05s, 1.05s;
}
.float-obj.env img {
    --hero-rotate: 4deg;
    animation-delay: 0.16s, 1.16s;
}
.float-obj.frm img {
    --hero-rotate: -3deg;
    animation-delay: 0.27s, 1.27s;
}
.float-obj.pol img {
    --hero-rotate: -7deg;
    animation-delay: 0.38s, 1.38s;
}

@keyframes heroAssetIntro {
    from {
        opacity: 0;
        transform: translateY(28px) rotate(var(--hero-rotate)) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotate(var(--hero-rotate)) scale(1);
    }
}
@keyframes heroAssetFloat {
    0%,
    100% {
        transform: translateY(0) rotate(var(--hero-rotate)) scale(1);
    }
    50% {
        transform: translateY(-12px) rotate(var(--hero-rotate)) scale(1.015);
    }
}
body.hero-gathering .float-obj.asset img {
    animation: none !important;
    opacity: 1 !important;
    transform: rotate(var(--hero-rotate)) scale(1) !important;
}

@media (max-width: 900px) {
    .s3 {
        padding: 90px 20px 96px;
    }
    .s3-title {
        font-size: 30px;
        letter-spacing: -1px;
    }
    .s3-desc {
        font-size: 15px;
    }
    .s3-visual-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }
    .flow-visual {
        aspect-ratio: 4/4.8;
    }
}

/* ─── Mood refinement inspired by SIGNALS: airy editorial, cream canvas ─── */
:root {
    --paper: #fbf7f1;
    --paper-2: #f3ece3;
    --paper-light: #fffdf8;
    --cream: #ede2d5;
    --taupe: #b88e78;
    --warm-gray: #746a61;
    --warm-gray-2: #9b8c7e;
    --warm-gray-3: #b9aea3;
    --sand: #efe6dc;
    --ink: #18252a;
    --ink-2: #4e4842;
    --line: rgba(24, 37, 42, 0.09);
    --line-2: rgba(24, 37, 42, 0.045);
}
body {
    background: var(--paper);
    color: var(--ink);
}
body::before {
    opacity: 0.28;
    mix-blend-mode: multiply;
}

/* nav: quieter, product-site style */
.nav {
    padding: 22px 34px;
    background: transparent;
}
.nav.scrolled {
    background: rgba(251, 247, 241, 0.9);
    border-bottom: 1px solid rgba(24, 37, 42, 0.06);
}
.nav-logo img {
    height: 21px;
    display: block;
    opacity: 0.9;
}
.nav-tag {
    font-size: 12px;
    color: rgba(24, 37, 42, 0.52);
    letter-spacing: 0.01em;
}
.nav-cta {
    background: #18252a;
    color: #fbf7f1;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 13px;
    box-shadow: 0 8px 22px rgba(24, 37, 42, 0.08);
}
.nav-cta:hover {
    background: #101a1e;
    transform: translateY(-1px);
}

/* section rhythm */
.s1 {
    background: linear-gradient(180deg, #fbf7f1 0%, #f6efe6 52%, #fbf7f1 100%);
}

.scroll-hint {
    color: rgba(24, 37, 42, 0.4);
}
.scroll-hint-line {
    background: rgba(24, 37, 42, 0.38);
}

.s2-mission {
    min-height: 100vh;
    background: #fffdf8;
    border-top: 1px solid rgba(24, 37, 42, 0.05);
    border-bottom: 1px solid rgba(24, 37, 42, 0.05);
    display: flex;
    align-items: center;
    padding: 130px 24px;
}
.s2-mission-inner {
    max-width: 760px;
}
.s2-mission .lead {
    font-size: clamp(30px, 4.4vw, 54px);
    line-height: 1.22;
    font-weight: 500;
    letter-spacing: -0.055em;
    color: var(--ink);
}
.s2-mission .body {
    margin-top: 36px;
    font-size: 17px;
    line-height: 1.95;
    color: rgba(24, 37, 42, 0.7);
}
.s2-mission .etymology {
    margin-top: 54px;
    color: rgba(24, 37, 42, 0.42);
}
.s2-mission .en-block {
    border-top: 1px solid rgba(24, 37, 42, 0.075);
}

/* Section 3: reference-like large image grid */
.s3 {
    background: #fbf7f1;
    padding: 126px 28px 140px;
}
.s3::before {
    background: linear-gradient(
        180deg,
        rgba(255, 253, 248, 0.62),
        rgba(243, 236, 227, 0.34)
    );
    opacity: 0.7;
}
.s3-head {
    margin-bottom: 54px;
}
.s3-eyebrow,
.s5-eyebrow,
.s6-eyebrow,
.s8-eyebrow,
.why-eyebrow {
    color: rgba(184, 142, 120, 0.9);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-style: normal;
    font-family: inherit;
    font-weight: 600;
}
.s3-title {
    font-size: clamp(38px, 4.9vw, 64px);
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -0.065em;
    color: var(--ink);
}
.s3-desc {
    font-size: 18px;
    max-width: 720px;
    line-height: 1.55;
    color: rgba(24, 37, 42, 0.68);
    margin-top: 22px;
}
.s3-visual-grid {
    gap: 30px;
}
.flow-card {
    gap: 18px;
}
.flow-visual {
    aspect-ratio: 4/5;
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid rgba(24, 37, 42, 0.055);
    background: #f4eee7;
}
.flow-caption h3 {
    font-size: 15px;
    letter-spacing: 0.04em;
    color: var(--ink);
    font-weight: 600;
}
.flow-caption p {
    font-size: 15px;
    line-height: 1.55;
    color: rgba(24, 37, 42, 0.62);
}
.visual-choose {
    background: linear-gradient(145deg, #dce8e4 0%, #f4eee5 100%);
}
.visual-send {
    background: linear-gradient(145deg, #f1e1d0 0%, #e7d3bf 100%);
}
.visual-stay {
    background: linear-gradient(145deg, #edeae0 0%, #f7f1e8 100%);
}

/* Section 4: calm horizontal product story */
.why-scroll {
    background: linear-gradient(180deg, #fffdf8 0%, #f3ece3 50%, #fffdf8 100%);
}
.why-sticky {
    padding-top: 92px;
}
.why-title {
    font-size: clamp(36px, 4.9vw, 60px);
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -0.065em;
    color: var(--ink);
}
.why-title-en {
    color: rgba(24, 37, 42, 0.52);
}
.why-desc {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(24, 37, 42, 0.68);
}
.why-card {
    border-radius: 2px;
    background: rgba(255, 253, 248, 0.72);
    box-shadow: none;
    border: 1px solid rgba(24, 37, 42, 0.075);
}
.why-card-text h3 {
    font-weight: 550;
    color: var(--ink);
}
.why-card-text p {
    color: rgba(24, 37, 42, 0.62);
}

/* relationship/story sections: fewer cards feel, more editorial */
.s5 {
    background: #f3ece3;
    padding: 132px 28px;
}
.s5-inner {
    max-width: 1120px;
}
.s5-title,
.s6-title,
.s8-title {
    font-size: clamp(32px, 4.2vw, 54px);
    line-height: 1.12;
    font-weight: 500;
    letter-spacing: -0.055em;
    color: var(--ink);
}
.s5-head {
    margin-bottom: 58px;
}
.cards {
    gap: 18px;
}
.rel-card {
    border-radius: 2px;
    background: rgba(255, 253, 248, 0.58);
    border: 1px solid rgba(24, 37, 42, 0.07);
    box-shadow: none;
    padding: 38px 32px;
}
.rel-card:hover {
    box-shadow: none;
    transform: translateY(-1px);
    background: rgba(255, 253, 248, 0.74);
}
.rel-card-title {
    font-size: 20px;
    color: var(--ink);
}
.rel-card-body {
    color: rgba(24, 37, 42, 0.64);
}

.s6 {
    background: #fffdf8;
    padding: 150px 28px;
}
.s6-inner {
    max-width: 760px;
}
.s6-body {
    font-size: 17px;
    line-height: 2.05;
    color: rgba(24, 37, 42, 0.7);
}
.s7 {
    background: linear-gradient(180deg, #f3ece3 0%, #fbf7f1 100%);
    padding: 140px 28px 112px;
}
.s7-frame {
    border-radius: 2px;
    box-shadow: none;
    background: #fffdf8;
}
.s7-copy {
    color: rgba(24, 37, 42, 0.72);
}
.cta-btn {
    background: #18252a;
    color: #fbf7f1;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(24, 37, 42, 0.1);
}
.s8 {
    background: #fbf7f1;
    border-top: 1px solid rgba(24, 37, 42, 0.06);
}
.faq-q {
    font-size: 16px;
    color: var(--ink);
}
.faq-a p {
    color: rgba(24, 37, 42, 0.66);
}
footer {
    background: #18252a;
}

@media (max-width: 780px) {
    .s2-mission .lead {
        font-size: 30px;
    }
    .s3-title,
    .s5-title,
    .s6-title,
    .s8-title,
    .why-title {
        font-size: 32px;
    }
    .flow-visual {
        aspect-ratio: 1/1.12;
    }
}

/* ─── SIGNALS-inspired design system applied to notua ───
Direction: editorial wellness/product page mood, not a 1:1 copy.
*/
:root {
    --paper: #fbf7f1;
    --paper-2: #f4eee7;
    --paper-light: #fffdf8;
    --cream: #efe6dc;
    --taupe: #b88e78;
    --warm-gray: #746a61;
    --warm-gray-2: #9c8d80;
    --warm-gray-3: #bdb2a7;
    --sand: #e9ded2;
    --ink: #14242a;
    --ink-2: #4f4842;
    --line: rgba(20, 36, 42, 0.08);
    --line-2: rgba(20, 36, 42, 0.04);
}
html {
    background: #fbf7f1;
}
body {
    background: #fbf7f1 !important;
    color: var(--ink) !important;
    letter-spacing: -0.015em;
}
body::before {
    opacity: 0.18 !important;
}

/* Page rhythm */
section {
    scroll-margin-top: 88px;
}
.s2-mission,
.s3,
.why-scroll,
.s5,
.s6,
.s7,
.s8 {
    position: relative;
}
.s2-mission::before,
.s3::before,
.s5::before,
.s6::before,
.s7::before,
.s8::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: rgba(20, 36, 42, 0.055);
    pointer-events: none;
}

/* Nav: minimal product-site header */
.nav {
    padding: 20px 32px !important;
    background: rgba(251, 247, 241, 0.72) !important;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(20, 36, 42, 0.045);
}
.nav.scrolled {
    background: rgba(251, 247, 241, 0.94) !important;
}
.nav-logo img {
    height: 20px !important;
    opacity: 0.9;
}
.nav-tag {
    font-size: 13px !important;
    color: rgba(20, 36, 42, 0.52) !important;
    letter-spacing: -0.01em !important;
}
.nav-cta {
    border-radius: 7px !important;
    padding: 12px 22px !important;
    background: #14242a !important;
    color: #fffdf8 !important;
    box-shadow: 0 8px 24px rgba(20, 36, 42, 0.08) !important;
}

/* Hero: cleaner, more spacious */
.s1 {
    background: linear-gradient(
        180deg,
        #fbf7f1 0%,
        #f4eee7 54%,
        #fbf7f1 100%
    ) !important;
}

.scroll-hint {
    bottom: 34px !important;
    color: rgba(20, 36, 42, 0.36) !important;
}
.float-obj.asset img {
    filter: drop-shadow(0 12px 28px rgba(20, 36, 42, 0.12)) !important;
}

/* Section headings: large center editorial style */
.s3-head,
.s5-head,
.s8-head {
    text-align: center !important;
}
.s3-eyebrow,
.s5-eyebrow,
.s6-eyebrow,
.s8-eyebrow,
.why-eyebrow {
    font-family: inherit !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 0.16em !important;
    color: rgba(184, 142, 120, 0.92) !important;
    font-weight: 700 !important;
    font-size: 11px !important;
}
.s3-title,
.s5-title,
.s6-title,
.s8-title,
.why-title {
    font-size: clamp(38px, 5.2vw, 70px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.075em !important;
    font-weight: 500 !important;
    color: var(--ink) !important;
}
.s3-desc,
.why-desc {
    color: rgba(20, 36, 42, 0.66) !important;
    font-size: clamp(16px, 1.35vw, 19px) !important;
    line-height: 1.58 !important;
}

/* Mission: one clean full-screen statement */
.s2-mission {
    min-height: 100vh !important;
    background: #fffdf8 !important;
    padding: 132px 24px !important;
}
.s2-mission-inner {
    max-width: 860px !important;
}
.s2-mission .lead {
    font-size: clamp(36px, 5.2vw, 70px) !important;
    line-height: 1.08 !important;
    font-weight: 500 !important;
    letter-spacing: -0.075em !important;
    color: var(--ink) !important;
}
.s2-mission .body {
    max-width: 640px;
    margin: 36px auto 0 !important;
    font-size: 18px !important;
    line-height: 1.72 !important;
    color: rgba(20, 36, 42, 0.66) !important;
}
.s2-mission .etymology {
    margin-top: 54px !important;
    color: rgba(20, 36, 42, 0.42) !important;
}
.s2-mission .en-block {
    border-top: 1px solid rgba(20, 36, 42, 0.07) !important;
}

/* Section 3: feedyoursignals-like big panels */
.s3 {
    background: #fbf7f1 !important;
    padding: 126px 28px 146px !important;
}
.s3-inner {
    max-width: 1280px !important;
}
.s3-head {
    margin-bottom: 58px !important;
}
.s3-visual-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 32px !important;
}
.flow-card {
    gap: 20px !important;
}
.flow-visual {
    aspect-ratio: 4/5 !important;
    border-radius: 0 !important;
    border: 1px solid rgba(20, 36, 42, 0.055) !important;
    box-shadow: none !important;
    background: #f4eee7 !important;
}
.flow-caption {
    text-align: center !important;
}
.flow-caption h3 {
    font-size: 15px !important;
    line-height: 1.25 !important;
    letter-spacing: 0.045em !important;
    text-transform: uppercase !important;
    font-weight: 650 !important;
    color: var(--ink) !important;
}
.flow-caption p {
    margin-top: 6px !important;
    font-size: 15px !important;
    color: rgba(20, 36, 42, 0.58) !important;
    line-height: 1.52 !important;
}
.s3-closing {
    display: none !important;
}

/* Section 4: simpler horizontal editorial cards */
.why-scroll {
    background: linear-gradient(
        180deg,
        #fffdf8 0%,
        #f4eee7 52%,
        #fffdf8 100%
    ) !important;
}
.why-sticky {
    padding-top: 94px !important;
}
.why-inner {
    max-width: 1280px !important;
}
.why-top {
    gap: 84px !important;
    margin-bottom: 48px !important;
}
.why-card {
    width: min(640px, 78vw) !important;
    border-radius: 0 !important;
    background: rgba(255, 253, 248, 0.78) !important;
    border: 1px solid rgba(20, 36, 42, 0.075) !important;
    box-shadow: none !important;
}
.why-card::before {
    opacity: 0.45 !important;
}
.why-card-meta {
    color: var(--taupe) !important;
}
.why-card-text h3 {
    font-size: 30px !important;
    font-weight: 560 !important;
    letter-spacing: -0.055em !important;
}
.why-card-text p {
    font-size: 15px !important;
    color: rgba(20, 36, 42, 0.6) !important;
}
.why-progress {
    background: rgba(20, 36, 42, 0.1) !important;
}
.why-progress span {
    background: var(--taupe) !important;
}

/* Relationships: editorial grid, less app-card feeling */
.s5 {
    background: #f4eee7 !important;
    padding: 138px 28px !important;
}
.s5-inner {
    max-width: 1180px !important;
}
.cards {
    gap: 20px !important;
}
.rel-card {
    border-radius: 0 !important;
    background: rgba(255, 253, 248, 0.64) !important;
    border: 1px solid rgba(20, 36, 42, 0.07) !important;
    box-shadow: none !important;
    padding: 42px 34px !important;
}
.rel-card:hover {
    transform: none !important;
    box-shadow: none !important;
    background: rgba(255, 253, 248, 0.82) !important;
}
.rel-card-icon {
    background: transparent !important;
    border: 1px solid rgba(20, 36, 42, 0.08) !important;
    color: var(--taupe) !important;
}
.rel-card-title {
    font-size: 22px !important;
    letter-spacing: -0.045em !important;
    color: var(--ink) !important;
}
.rel-card-body {
    font-size: 15px !important;
    color: rgba(20, 36, 42, 0.64) !important;
    line-height: 1.85 !important;
}

/* Story / CTA / FAQ */
.s6 {
    background: #fffdf8 !important;
    padding: 154px 28px !important;
}
.s6-inner {
    max-width: 780px !important;
}
.s6-body {
    font-size: 18px !important;
    line-height: 1.95 !important;
    color: rgba(20, 36, 42, 0.68) !important;
}
.s7 {
    background: linear-gradient(180deg, #f4eee7 0%, #fbf7f1 100%) !important;
    padding: 148px 28px 118px !important;
}
.s7-frame {
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #fffdf8 !important;
    border: 1px solid rgba(20, 36, 42, 0.07) !important;
}
.s7-copy {
    font-size: 19px !important;
    color: rgba(20, 36, 42, 0.68) !important;
    line-height: 1.95 !important;
}
.cta-btn {
    border-radius: 7px !important;
    background: #14242a !important;
    color: #fffdf8 !important;
    box-shadow: 0 10px 28px rgba(20, 36, 42, 0.1) !important;
}
.s8 {
    background: #fbf7f1 !important;
    border-top: 1px solid rgba(20, 36, 42, 0.06) !important;
}
.s8-inner {
    max-width: 760px !important;
}
.faq-q {
    font-size: 16px !important;
    color: var(--ink) !important;
}
.faq-a p {
    color: rgba(20, 36, 42, 0.65) !important;
}
footer {
    background: #14242a !important;
}

@media (max-width: 780px) {
    .s2-mission .lead,
    .s3-title,
    .s5-title,
    .s6-title,
    .s8-title,
    .why-title {
        font-size: 34px !important;
        letter-spacing: -0.06em !important;
    }
    .s3-visual-grid {
        grid-template-columns: 1fr !important;
        gap: 38px !important;
    }
    .flow-visual {
        aspect-ratio: 1/1.08 !important;
    }
    .why-top {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }
}

/* ─── Title size adjustment v17 ───────────────── */
.s3-title,
.why-title,
.s5-title,
.s6-title,
.s8-title {
    font-size: clamp(26px, 3.2vw, 42px) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.045em !important;
}
.s2-mission .lead {
    font-size: clamp(22px, 2.6vw, 30px) !important;
    line-height: 1.8 !important;
}
@media (max-width: 780px) {
    .s2-mission .lead,
    .s3-title,
    .why-title,
    .s5-title,
    .s6-title,
    .s8-title {
        font-size: 28px !important;
        letter-spacing: -0.045em !important;
    }
}

/* ─── MaruBuri title font override ───────────────── */
/* @font-face {
    font-family: "MaruBuriBold";
    src: url("./MaruBuri-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "MaruBuriBold";
    src: url("./MaruBuri-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */
.s1-copy p,
.s2-mission .lead,
.s3-title,
.why-title,
.s5-title,
.s6-title,
.s8-title,
.s7-copy {
    font-family: "MaruBuriBold", "Noto Sans KR", serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.045em;
    word-break: keep-all;
}
.s3-title,
.why-title,
.s5-title,
.s6-title,
.s8-title {
    font-weight: 600 !important;
}
.s1-copy .brand-name,
.nav-logo,
footer .f-logo,
.frame-logo,
.frame-back-logo {
    font-family:
        "Noto Sans KR",
        -apple-system,
        BlinkMacSystemFont,
        sans-serif !important;
}

/* ─── Hero title adjustment ───────────────────── */
/* @font-face {
    font-family: "MaruBuriBold";
    src: url("https://hangeul.pstatic.net/hangeul_static/css/maru-buri.css")
        format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
} */

/* ─── Hero title size adjustment v21 ───────────────── */

/* ─── Global title size adjustment v22 ───────────────── */
.s1-copy p,
.s2-mission .lead,
.s3-title,
.why-title,
.s5-title,
.s6-title,
.s8-title {
    font-size: 28px !important;
}

@media (max-width: 780px) {
    .s1-copy p,
    .s2-mission .lead,
    .s3-title,
    .why-title,
    .s5-title,
    .s6-title,
    .s8-title {
        font-size: 28px !important;
    }
}

/* ─── Title bold adjustment v23 ───────────────── */
.s1-copy p,
.s2-mission .lead,
.s3-title,
.why-title,
.s5-title,
.s6-title,
.s7-copy,
.s8-title {
    font-weight: 700 !important;
}

/* ─── Hero editorial photo cover v26 ───────────────── */
.s1 {
    min-height: 100vh !important;
    background: #fbf7f1 !important;
    overflow: hidden !important;
}
.s1-sticky {
    position: relative !important;
    height: 100vh !important;
    display: block !important;
    overflow: hidden !important;
    perspective: none !important;
}
.hero-editorial-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #fbf7f1;
}
.hero-editorial-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.025);
    filter: saturate(0.92) contrast(0.96) brightness(0.92);
}
.hero-editorial-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(14, 20, 18, 0.64) 0%,
            rgba(14, 20, 18, 0.38) 34%,
            rgba(14, 20, 18, 0.08) 68%,
            rgba(14, 20, 18, 0.12) 100%
        ),
        linear-gradient(
            180deg,
            rgba(14, 20, 18, 0.12) 0%,
            rgba(14, 20, 18, 0.08) 52%,
            rgba(14, 20, 18, 0.44) 100%
        );
}
.hero-editorial-content {
    position: absolute;
    z-index: 4;
    left: clamp(28px, 5.6vw, 76px);
    top: clamp(116px, 17vh, 168px);
    max-width: min(620px, 52vw);
    color: #fff;
    opacity: 0;
    transform: translateY(24px);
    animation: heroEditorialIn 1s cubic-bezier(0.22, 0.9, 0.25, 1) 0.18s
        forwards;
}
.hero-editorial-content h1 {
    font-family: "MaruBuriBold", "Noto Sans KR", serif !important;
    font-size: clamp(42px, 5.2vw, 72px) !important;
    line-height: 1.14 !important;
    font-weight: 700 !important;
    letter-spacing: -0.065em !important;
    color: #fff !important;
    text-shadow: 0 2px 22px rgba(0, 0, 0, 0.16);
    word-break: keep-all;
}
.hero-editorial-content p {
    margin-top: 28px;
    max-width: 460px;
    font-size: clamp(15px, 1.35vw, 19px);
    line-height: 1.65;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.88);
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.18);
}
.hero-editorial-wordmark {
    position: absolute;
    z-index: 3;
    left: clamp(22px, 4.8vw, 68px);
    bottom: clamp(22px, 4.4vw, 56px);
    width: clamp(220px, 33vw, 520px);
    height: auto;
    filter: invert(1) brightness(4) drop-shadow(0 8px 32px rgba(0, 0, 0, 0.2));
    opacity: 0.94;
    pointer-events: none;
    transform: translateY(18px);
    animation: heroEditorialWordmarkIn 1.1s cubic-bezier(0.22, 0.9, 0.25, 1)
        0.32s forwards;
}
@keyframes heroEditorialIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes heroEditorialWordmarkIn {
    to {
        opacity: 0.94;
        transform: translateY(0);
    }
}
.s1 .float-obj,
.s1 .frame,
.s1 #hero-copy,
.s1 #scroll-hint {
    display: none !important;
}
.nav:not(.scrolled) {
    background: transparent !important;
    border-bottom-color: transparent !important;
    backdrop-filter: none !important;
}
.nav:not(.scrolled) .nav-logo-img {
    filter: invert(1) brightness(4);
    opacity: 0.94;
}
.nav:not(.scrolled) .nav-tag {
    color: rgba(255, 255, 255, 0.82) !important;
}
.nav:not(.scrolled) .nav-cta {
    background: rgba(255, 255, 255, 0.92) !important;
    color: #14242a !important;
}
@media (max-width: 780px) {
    .hero-editorial-content {
        left: 24px;
        right: 24px;
        top: 118px;
        max-width: none;
    }
    .hero-editorial-content h1 {
        font-size: 36px !important;
        line-height: 1.18 !important;
    }
    .hero-editorial-content p {
        font-size: 15px;
        max-width: 300px;
    }
    .hero-editorial-wordmark {
        left: 24px;
        bottom: 34px;
        width: min(66vw, 300px);
    }
    .hero-editorial-overlay {
        background: linear-gradient(
            180deg,
            rgba(14, 20, 18, 0.58) 0%,
            rgba(14, 20, 18, 0.22) 52%,
            rgba(14, 20, 18, 0.48) 100%
        );
    }
}

/* ─── Hero background + right title adjustment v27 ───────────────── */
.hero-editorial-bg img {
    object-position: center center !important;
    transform: scale(1.01) !important;
    filter: saturate(0.98) contrast(0.98) brightness(1) !important;
}
.hero-editorial-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(251, 247, 241, 0.04) 0%,
            rgba(251, 247, 241, 0.02) 42%,
            rgba(251, 247, 241, 0.58) 70%,
            rgba(251, 247, 241, 0.76) 100%
        ),
        linear-gradient(
            180deg,
            rgba(20, 36, 42, 0.05) 0%,
            rgba(20, 36, 42, 0) 54%,
            rgba(20, 36, 42, 0.1) 100%
        ) !important;
}
.hero-editorial-content {
    left: auto !important;
    right: clamp(32px, 6.2vw, 92px) !important;
    top: clamp(122px, 18vh, 178px) !important;
    max-width: min(480px, 36vw) !important;
    color: var(--ink) !important;
    text-align: left !important;
}
.hero-editorial-content h1 {
    color: var(--ink) !important;
    text-shadow: none !important;
}
.hero-editorial-content p {
    color: rgba(20, 36, 42, 0.72) !important;
    text-shadow: none !important;
}
@media (max-width: 780px) {
    .hero-editorial-content {
        left: 24px !important;
        right: 24px !important;
        top: 112px !important;
        max-width: none !important;
    }
    .hero-editorial-overlay {
        background: linear-gradient(
            180deg,
            rgba(251, 247, 241, 0.74) 0%,
            rgba(251, 247, 241, 0.2) 52%,
            rgba(20, 36, 42, 0.28) 100%
        ) !important;
    }
}

/* ─── Hero logo removal + softer title color v28 ───────────────── */
.hero-editorial-wordmark {
    display: none !important;
}
.hero-editorial-content h1 {
    color: rgba(20, 36, 42, 0.68) !important;
}

/* ─── Hero background + left title adjustment v29 ───────────────── */
.hero-editorial-bg img {
    object-position: center center !important;
}
.hero-editorial-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(251, 247, 241, 0.68) 0%,
            rgba(251, 247, 241, 0.48) 28%,
            rgba(251, 247, 241, 0.1) 58%,
            rgba(251, 247, 241, 0.02) 100%
        ),
        linear-gradient(
            180deg,
            rgba(20, 36, 42, 0.03) 0%,
            rgba(20, 36, 42, 0) 54%,
            rgba(20, 36, 42, 0.08) 100%
        ) !important;
}
.hero-editorial-content {
    left: clamp(32px, 6.2vw, 92px) !important;
    right: auto !important;
    top: clamp(122px, 18vh, 178px) !important;
    max-width: min(480px, 36vw) !important;
    text-align: left !important;
}
.hero-editorial-content h1 {
    color: rgba(20, 36, 42, 0.68) !important;
}
.hero-editorial-content p {
    color: rgba(20, 36, 42, 0.62) !important;
}
@media (max-width: 780px) {
    .hero-editorial-content {
        left: 24px !important;
        right: 24px !important;
        max-width: none !important;
    }
}

/* ─── Hero left inner shadow + white title v30 ───────────────── */
.hero-editorial-overlay {
    background: linear-gradient(
        90deg,
        rgba(20, 24, 22, 0.58) 0%,
        rgba(20, 24, 22, 0.34) 28%,
        rgba(20, 24, 22, 0.08) 52%,
        rgba(20, 24, 22, 0) 100%
    ) !important;
}
.hero-editorial-content h1 {
    color: rgba(255, 255, 255, 0.92) !important;
}
.hero-editorial-content p {
    color: rgba(255, 255, 255, 0.78) !important;
}

/* ─── Subtitle size alignment v31 ───────────────── */
.s3-desc,
.why-desc,
.s5-title-en,
.s6-title-en,
.s8-head .s8-eyebrow,
.s7-copy {
    font-size: 18px !important;
}
.s5-title-en,
.s6-title-en {
    line-height: 1.72 !important;
}
@media (max-width: 780px) {
    .s3-desc,
    .why-desc,
    .s5-title-en,
    .s6-title-en,
    .s7-copy {
        font-size: 18px !important;
    }
}

/* ─── FAQ layout adjustment v32 ───────────────── */
.s8 {
    background: #fbf7f1 !important;
    padding: 108px 24px 112px !important;
    border-top: 1px solid rgba(20, 36, 42, 0.06) !important;
    border-bottom: 1px solid rgba(20, 36, 42, 0.06) !important;
}
.s8-inner {
    max-width: 1180px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: minmax(260px, 360px) minmax(520px, 1fr) !important;
    gap: clamp(80px, 13vw, 210px) !important;
    align-items: start !important;
}
.s8-head {
    text-align: left !important;
    margin: 0 !important;
}
.s8-head .s8-eyebrow {
    display: none !important;
}
.s8-title {
    font-family:
        "Noto Sans KR",
        -apple-system,
        BlinkMacSystemFont,
        sans-serif !important;
    font-size: 34px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.055em !important;
    font-weight: 700 !important;
    color: rgba(20, 36, 42, 0.84) !important;
    max-width: 330px !important;
}
.s8-title::after {
    content: "VIEW ALL";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    min-width: 96px;
    height: 35px;
    padding: 0 18px;
    border: 1px solid rgba(20, 36, 42, 0.72);
    border-radius: 999px;
    font-family:
        "Noto Sans KR",
        -apple-system,
        BlinkMacSystemFont,
        sans-serif;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.13em;
    font-weight: 700;
    color: rgba(20, 36, 42, 0.82);
    vertical-align: top;
}
.faq-list {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
}
.faq-item {
    border-bottom: 1px solid rgba(20, 36, 42, 0.12) !important;
}
.faq-item:first-child {
    border-top: 0 !important;
}
.faq-q {
    padding: 21px 0 !important;
    min-height: 60px !important;
    font-family:
        "Noto Sans KR",
        -apple-system,
        BlinkMacSystemFont,
        sans-serif !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
    letter-spacing: -0.035em !important;
    color: rgba(20, 36, 42, 0.84) !important;
}
.faq-q .plus {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 28px !important;
    line-height: 1 !important;
    font-weight: 300 !important;
    color: rgba(20, 36, 42, 0.86) !important;
    margin-left: 28px !important;
}
.faq-a p {
    max-width: 690px !important;
    padding-right: 44px !important;
    padding-bottom: 2px !important;
    font-size: 15px !important;
    line-height: 1.9 !important;
    color: rgba(20, 36, 42, 0.62) !important;
}
@media (max-width: 900px) {
    .s8 {
        padding: 84px 24px 92px !important;
    }
    .s8-inner {
        display: block !important;
    }
    .s8-head {
        margin-bottom: 34px !important;
    }
    .s8-title {
        font-size: 30px !important;
        max-width: none !important;
    }
}

/* ─── Hero / Section 4 / Section 6 refinement v33 ───────────────── */
.hero-editorial-content {
    max-width: min(640px, 44vw) !important;
}
.hero-editorial-content h1 {
    font-size: clamp(34px, 4.2vw, 58px) !important;
    line-height: 1.16 !important;
    white-space: nowrap !important;
}
.why-top {
    grid-template-columns: 0.58fr 1.42fr !important;
    gap: 48px !important;
}
.why-desc {
    max-width: none !important;
}
.why-desc p {
    white-space: nowrap !important;
}
.s6-body {
    text-align: center !important;
}
.s6-sign {
    display: none !important;
}
@media (max-width: 780px) {
    .hero-editorial-content {
        max-width: none !important;
    }
    .hero-editorial-content h1 {
        font-size: 32px !important;
        white-space: normal !important;
    }
    .why-top {
        grid-template-columns: 1fr !important;
    }
    .why-desc p {
        white-space: normal !important;
    }
}

/* ─── FAQ / Section 4 refinement v34 ───────────────── */
.s8-title::after {
    display: none !important;
    content: none !important;
}
.s8-title {
    font-size: 34px !important;
    line-height: 1.18 !important;
    letter-spacing: -0.045em !important;
}
.why-desc {
    line-height: 1.55 !important;
}
.why-desc p + p {
    margin-top: 8px !important;
}
@media (max-width: 780px) {
    .why-desc {
        line-height: 1.7 !important;
    }
    .why-desc p {
        white-space: normal !important;
    }
}

/* ─── Hero spacing / subtitle / fade timing v35 ───────────────── */
.hero-editorial-bg img {
    object-position: center 56% !important;
    transform: scale(1.01) translateY(2.4%) !important;
}
.hero-editorial-content {
    animation: heroEditorialIn 1.45s cubic-bezier(0.22, 0.9, 0.25, 1) 0.28s
        forwards !important;
}
.hero-editorial-content h1 {
    animation: none !important;
}
.hero-editorial-content p {
    margin-top: 22px !important;
}
@media (max-width: 780px) {
    .hero-editorial-bg img {
        object-position: center 54% !important;
        transform: scale(1.02) translateY(1.4%) !important;
    }
}

/* ─── Hero restart fix v40: no black top, left-center title, safe EPD crop ───────────────── */
.s1 {
    background: #fbf7f1 !important;
}

.hero-editorial-bg {
    background: #fbf7f1 !important;
}

.hero-editorial-bg img {
    object-position: center 56% !important;
    transform: scale(1.01) translateY(2.4%) !important;
}

.hero-editorial-content {
    left: clamp(32px, 6.2vw, 92px) !important;
    right: auto !important;
    top: 50% !important;
    max-width: min(640px, 44vw) !important;
    transform: translateY(calc(-50% + 24px)) !important;
    animation: heroEditorialInCenter 1.45s cubic-bezier(0.22, 0.9, 0.25, 1)
        0.28s forwards !important;
}

.hero-editorial-content h1 {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: clamp(34px, 4.2vw, 58px) !important;
    line-height: 1.16 !important;
    white-space: nowrap !important;
}

.hero-editorial-content p {
    color: rgba(255, 255, 255, 0.78) !important;
}

@keyframes heroEditorialInCenter {
    from {
        opacity: 0;
        transform: translateY(calc(-50% + 24px));
    }
    to {
        opacity: 1;
        transform: translateY(-50%);
    }
}

@media (max-width: 780px) {
    .hero-editorial-bg img {
        object-position: center 54% !important;
        transform: scale(1.02) translateY(1.4%) !important;
    }
    .hero-editorial-content {
        left: 24px !important;
        right: 24px !important;
        top: 50% !important;
        max-width: none !important;
    }
    .hero-editorial-content h1 {
        font-size: 32px !important;
        white-space: normal !important;
    }
}

/* ─── Hero CTA + subtitle no-wrap v41 ───────────────── */
.hero-reserve-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    min-width: 148px;
    height: 46px;
    padding: 0 26px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.94);
    font-family:
        "Noto Sans KR",
        -apple-system,
        BlinkMacSystemFont,
        sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-decoration: none;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 28px rgba(20, 24, 22, 0.12);
    transition:
        background 0.28s ease,
        transform 0.28s ease,
        border-color 0.28s ease;
}
.hero-reserve-cta:hover {
    background: rgba(255, 255, 255, 0.24);
    border-color: rgba(255, 255, 255, 0.74);
    transform: translateY(-1px);
}

/* Prevent section subtitles/descriptions from auto-wrapping on desktop */
.s3-desc,
.why-desc p,
.s5-title-en,
.s6-title-en,
.s7-copy,
.s8-head .s8-eyebrow {
    white-space: nowrap !important;
}

@media (max-width: 900px) {
    .s3-desc,
    .why-desc p,
    .s5-title-en,
    .s6-title-en,
    .s7-copy,
    .s8-head .s8-eyebrow {
        white-space: normal !important;
    }
}

/* ─── Hero CTA size + top gap removal v42 ───────────────── */
.hero-reserve-cta {
    min-width: 168px !important;
    height: 52px !important;
    padding: 0 32px !important;
    font-size: 15px !important;
}

/* Keep the v40 crop, but extend the image upward so no fallback gap appears at the top. */
.hero-editorial-bg img {
    height: calc(100% + 36px) !important;
    margin-top: -36px !important;
    object-position: center 56% !important;
    transform: scale(1.01) translateY(2.4%) !important;
}

@media (max-width: 780px) {
    .hero-editorial-bg img {
        height: calc(100% + 28px) !important;
        margin-top: -28px !important;
        object-position: center 54% !important;
        transform: scale(1.02) translateY(1.4%) !important;
    }
}

/* ─── Section 3 description + Our Story line break v43 ───────────────── */
.s3-desc {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* ─── ISO Meet inspired visual direction v47 ─────────────────
Applied as a notua-specific interpretation: crisp editorial layout,
high-contrast ink CTA, airy ivory canvas, pill navigation, clean panels.
*/
:root {
    --paper: #f8f6f1 !important;
    --paper-2: #eee9df !important;
    --paper-light: #fffcf6 !important;
    --cream: #e7ded2 !important;
    --taupe: #a67e68 !important;
    --warm-gray: #6e665e !important;
    --warm-gray-2: #8d8175 !important;
    --warm-gray-3: #b5aaa0 !important;
    --sand: #e8ded2 !important;
    --ink: #151817 !important;
    --ink-2: #3b3b37 !important;
    --line: rgba(21, 24, 23, 0.12) !important;
    --line-2: rgba(21, 24, 23, 0.06) !important;
}

html,
body {
    background: #f8f6f1 !important;
    color: #151817 !important;
}

body::before {
    opacity: 0.12 !important;
    mix-blend-mode: multiply !important;
}

/* global section separation */
.s2-mission,
.s3,
.why-scroll,
.s5,
.s6,
.s7,
.s8 {
    border-top: 1px solid rgba(21, 24, 23, 0.1) !important;
}

/* nav: ISO-like floating top action */
.nav {
    top: 18px !important;
    left: 24px !important;
    right: 24px !important;
    width: auto !important;
    padding: 0 !important;
    height: 54px !important;
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
    border-bottom: 0 !important;
    backdrop-filter: none !important;
    z-index: 120 !important;
}
.nav.scrolled {
    background: transparent !important;
    border-bottom: 0 !important;
}
.nav-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    background: rgba(255, 252, 246, 0.76) !important;
    border: 1px solid rgba(21, 24, 23, 0.1) !important;
    box-shadow: 0 10px 30px rgba(21, 24, 23, 0.06) !important;
    overflow: hidden !important;
}
.nav-logo-img {
    width: 58px !important;
    transform: scale(0.62) !important;
    opacity: 0.92 !important;
}
.nav:not(.scrolled) .nav-logo-img {
    filter: none !important;
}
.nav-tag {
    display: none !important;
}
.nav-cta {
    opacity: 1 !important;
    pointer-events: auto !important;
    position: fixed !important;
    top: 18px !important;
    right: 24px !important;
    height: 54px !important;
    padding: 0 28px !important;
    border-radius: 12px !important;
    border: 4px solid rgba(255, 255, 255, 0.78) !important;
    background: #151817 !important;
    color: #fffcf6 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    box-shadow: 0 14px 38px rgba(21, 24, 23, 0.16) !important;
}
.nav:not(.scrolled) .nav-cta {
    background: #151817 !important;
    color: #fffcf6 !important;
}
.nav-cta:hover {
    background: #000 !important;
    transform: translateY(-1px) !important;
}

/* hero: keep image, make title block more ISO-like */
.hero-editorial-overlay {
    background: linear-gradient(
        90deg,
        rgba(21, 24, 23, 0.62) 0%,
        rgba(21, 24, 23, 0.42) 28%,
        rgba(21, 24, 23, 0.14) 52%,
        rgba(21, 24, 23, 0) 100%
    ) !important;
}
.hero-editorial-content {
    left: clamp(28px, 5vw, 76px) !important;
    top: 50% !important;
    max-width: min(640px, 42vw) !important;
}
.hero-editorial-content h1 {
    font-family: "MaruBuriBold", "Noto Sans KR", serif !important;
    font-size: clamp(38px, 4.65vw, 64px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.07em !important;
    color: #fffcf6 !important;
    text-shadow: 0 10px 36px rgba(0, 0, 0, 0.22) !important;
}
.hero-editorial-content p {
    max-width: 420px !important;
    margin-top: 22px !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
    color: rgba(255, 252, 246, 0.82) !important;
}
.hero-reserve-cta {
    height: 56px !important;
    min-width: 178px !important;
    margin-top: 30px !important;
    border-radius: 12px !important;
    background: #fffcf6 !important;
    border: 1px solid rgba(255, 255, 255, 0.92) !important;
    color: #151817 !important;
    font-size: 15px !important;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18) !important;
}
.hero-reserve-cta::before {
    content: "•";
    margin-right: 12px;
    font-size: 20px;
    line-height: 1;
}
.hero-reserve-cta:hover {
    background: #ffffff !important;
    transform: translateY(-2px) !important;
}

/* section headings */
.s3-eyebrow,
.why-eyebrow,
.s5-eyebrow,
.s6-eyebrow,
.s8-eyebrow {
    font-family:
        "Noto Sans KR",
        -apple-system,
        BlinkMacSystemFont,
        sans-serif !important;
    font-style: normal !important;
    font-size: 12px !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: rgba(21, 24, 23, 0.46) !important;
    font-weight: 800 !important;
}
.s3-title,
.why-title,
.s5-title,
.s6-title,
.s8-title,
.s2-mission .lead {
    color: #151817 !important;
    letter-spacing: -0.07em !important;
    font-weight: 800 !important;
}

/* mission: bold centered manifesto */
.s2-mission {
    background: #fffcf6 !important;
    min-height: 100vh !important;
    padding: 128px 28px !important;
}
.s2-mission-inner {
    max-width: 980px !important;
}
.s2-mission .lead {
    font-size: clamp(34px, 5vw, 68px) !important;
    line-height: 1.12 !important;
}
.s2-mission .body {
    max-width: 760px !important;
    font-size: 20px !important;
    line-height: 1.75 !important;
    color: rgba(21, 24, 23, 0.66) !important;
}
.s2-mission .etymology {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 48px !important;
    min-height: 40px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(21, 24, 23, 0.14) !important;
    color: rgba(21, 24, 23, 0.54) !important;
}
.s2-mission .en-block {
    max-width: 680px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* how it works: cleaner three tiles */
.s3 {
    background: #f8f6f1 !important;
    padding: 128px 28px 150px !important;
}
.s3::before {
    background:
        radial-gradient(
            circle at 10% 12%,
            rgba(166, 126, 104, 0.1),
            transparent 28%
        ),
        radial-gradient(
            circle at 88% 72%,
            rgba(21, 24, 23, 0.035),
            transparent 34%
        ) !important;
}
.s3-inner {
    max-width: 1240px !important;
}
.s3-title {
    font-size: clamp(36px, 4.4vw, 62px) !important;
    line-height: 1.04 !important;
}
.s3-desc {
    max-width: none !important;
    font-size: 18px !important;
    color: rgba(21, 24, 23, 0.6) !important;
}
.flow-visual {
    border-radius: 18px !important;
    border: 1px solid rgba(21, 24, 23, 0.1) !important;
    background: #eee9df !important;
    box-shadow: 0 18px 48px rgba(21, 24, 23, 0.06) !important;
}
.flow-caption h3 {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #151817 !important;
}
.flow-caption p {
    color: rgba(21, 24, 23, 0.6) !important;
}

/* why section: ISO-like horizontal cards */
.why-scroll {
    background: #eee9df !important;
}
.why-sticky {
    padding-top: 104px !important;
}
.why-inner {
    max-width: 1260px !important;
}
.why-title {
    font-size: clamp(36px, 4.3vw, 60px) !important;
    line-height: 1.04 !important;
}
.why-desc {
    font-size: 18px !important;
    color: rgba(21, 24, 23, 0.62) !important;
}
.why-card {
    width: min(660px, 78vw) !important;
    border-radius: 24px !important;
    background: #fffcf6 !important;
    border: 1px solid rgba(21, 24, 23, 0.1) !important;
    box-shadow: 0 22px 54px rgba(21, 24, 23, 0.06) !important;
}
.why-card-meta {
    color: rgba(21, 24, 23, 0.44) !important;
}
.why-card-text h3 {
    font-size: 32px !important;
    color: #151817 !important;
    font-weight: 800 !important;
}
.why-card-text p {
    font-size: 16px !important;
    color: rgba(21, 24, 23, 0.6) !important;
}
.off-screen,
.remain-screen,
.glow-box,
.paper-box,
.mini-notua {
    border-radius: 18px !important;
}

/* relationship cards: pill-ish editorial cards */
.s5 {
    background: #f8f6f1 !important;
    padding: 138px 28px !important;
}
.s5-inner {
    max-width: 1180px !important;
}
.s5-title,
.s6-title,
.s8-title {
    font-size: clamp(34px, 4.2vw, 58px) !important;
    line-height: 1.05 !important;
}
.rel-card {
    border-radius: 20px !important;
    background: #fffcf6 !important;
    border: 1px solid rgba(21, 24, 23, 0.1) !important;
    box-shadow: 0 12px 34px rgba(21, 24, 23, 0.045) !important;
}
.rel-card-icon {
    border-radius: 12px !important;
    background: #151817 !important;
    color: #fffcf6 !important;
    border: 0 !important;
}
.rel-card-title {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #151817 !important;
}
.rel-card-body {
    font-size: 15px !important;
    color: rgba(21, 24, 23, 0.62) !important;
}

/* story: stronger quote-like center section */
.s6 {
    background: #151817 !important;
    color: #fffcf6 !important;
    padding: 152px 28px !important;
}
.s6-eyebrow {
    color: rgba(255, 252, 246, 0.48) !important;
}
.s6-title,
.s6-title-en {
    color: #fffcf6 !important;
}
.s6-body {
    color: rgba(255, 252, 246, 0.74) !important;
    font-size: 20px !important;
    line-height: 1.95 !important;
}
.s6-body p + p {
    margin-top: 30px !important;
}

/* CTA section */
.s7 {
    background: #eee9df !important;
    padding: 142px 28px 118px !important;
}
.s7-frame {
    border-radius: 22px !important;
    background: #fffcf6 !important;
    border: 1px solid rgba(21, 24, 23, 0.1) !important;
    box-shadow: 0 18px 48px rgba(21, 24, 23, 0.06) !important;
}
.s7-copy {
    font-size: 22px !important;
    line-height: 1.75 !important;
    color: #151817 !important;
}
.cta-btn {
    min-height: 56px !important;
    padding: 0 34px !important;
    border-radius: 12px !important;
    background: #151817 !important;
    color: #fffcf6 !important;
    font-weight: 800 !important;
    box-shadow: 0 16px 38px rgba(21, 24, 23, 0.14) !important;
}

/* FAQ: keep requested two-column layout, align with ISO tone */
.s8 {
    background: #f8f6f1 !important;
    padding: 118px 28px !important;
}
.s8-title {
    color: #151817 !important;
}
.faq-item {
    border-bottom: 1px solid rgba(21, 24, 23, 0.14) !important;
}
.faq-q {
    color: #151817 !important;
    font-size: 17px !important;
    font-weight: 800 !important;
}
.faq-q .plus {
    color: #151817 !important;
}
.faq-a p {
    color: rgba(21, 24, 23, 0.62) !important;
}

footer {
    background: #151817 !important;
}

/* responsive */
@media (max-width: 900px) {
    .nav {
        top: 12px !important;
        left: 16px !important;
        right: 16px !important;
    }
    .nav-cta {
        top: 12px !important;
        right: 16px !important;
        height: 48px !important;
        padding: 0 20px !important;
        border-width: 3px !important;
    }
    .hero-editorial-content {
        left: 24px !important;
        right: 24px !important;
        max-width: none !important;
    }
    .hero-editorial-content h1 {
        font-size: 36px !important;
        white-space: normal !important;
    }
    .hero-editorial-content p {
        font-size: 16px !important;
    }
    .s2-mission .lead,
    .s3-title,
    .why-title,
    .s5-title,
    .s6-title,
    .s8-title {
        font-size: 34px !important;
    }
    .s6-body {
        font-size: 17px !important;
    }
}

/* ─── Section 4 Bento layout v48 ───────────────── */
.s4-bento {
    position: relative;
    background: #f8f6f1;
    padding: 126px 28px 150px;
    overflow: hidden;
    border-top: 1px solid rgba(21, 24, 23, 0.1);
}
.s4-bento::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 12% 18%,
            rgba(166, 126, 104, 0.09),
            transparent 28%
        ),
        radial-gradient(
            circle at 88% 72%,
            rgba(21, 24, 23, 0.035),
            transparent 34%
        );
    pointer-events: none;
}
.s4-bento-inner {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
}
.s4-bento-head {
    text-align: center;
    margin-bottom: 58px;
}
.s4-bento-eyebrow {
    margin-bottom: 16px;
    font-family:
        "Noto Sans KR",
        -apple-system,
        BlinkMacSystemFont,
        sans-serif;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(21, 24, 23, 0.46);
    font-weight: 800;
}
.s4-bento-title {
    font-family: "MaruBuriBold", "Noto Sans KR", serif;
    font-size: clamp(38px, 4.8vw, 64px);
    line-height: 1.04;
    letter-spacing: -0.07em;
    font-weight: 800;
    color: #151817;
}
.s4-bento-desc {
    margin: 20px auto 0;
    max-width: 720px;
    font-size: 18px;
    line-height: 1.58;
    color: rgba(21, 24, 23, 0.6);
    white-space: nowrap;
}
.s4-bento-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    grid-template-rows: 390px 390px;
    gap: 20px;
}
.s4-bento-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(21, 24, 23, 0.1);
    background: #fffcf6;
    box-shadow: 0 22px 54px rgba(21, 24, 23, 0.055);
    padding: 36px 38px;
}
.s4-bento-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.72),
        rgba(255, 255, 255, 0) 42%
    );
    pointer-events: none;
}
.s4-card-large {
    grid-row: 1 / 2;
    background: linear-gradient(135deg, #f4f1ec 0%, #ece8e1 100%);
}
.s4-card-small {
    background: linear-gradient(135deg, #f4f0ff 0%, #efe6ff 100%);
}
.s4-card-small.mint {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    background: linear-gradient(135deg, #e7f6ef 0%, #ddf2e8 100%);
}
.s4-card-wide {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    background: linear-gradient(135deg, #f8f4ee 0%, #eee9e2 100%);
}
.s4-card-copy {
    position: relative;
    z-index: 4;
}
.s4-card-copy h3 {
    font-family:
        "Noto Sans KR",
        -apple-system,
        BlinkMacSystemFont,
        sans-serif;
    font-size: 28px;
    line-height: 1.22;
    letter-spacing: -0.055em;
    font-weight: 800;
    color: #151817;
}
.s4-card-copy p {
    margin-top: 12px;
    max-width: 360px;
    font-size: 15px;
    line-height: 1.72;
    color: rgba(21, 24, 23, 0.58);
    font-weight: 400;
}
.s4-visual {
    position: absolute;
    z-index: 3;
    pointer-events: none;
}

/* card 01 */
.s4-visual-epd {
    left: 42%;
    right: 34px;
    bottom: 28px;
    height: 236px;
}
.s4-room {
    position: absolute;
    inset: 0;
    border-radius: 24px;
}
.s4-lamp {
    position: absolute;
    right: 24px;
    top: 8px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(255, 211, 130, 0.64),
        rgba(255, 211, 130, 0.18) 42%,
        transparent 70%
    );
    filter: blur(2px);
}
.s4-lamp::after {
    content: "";
    position: absolute;
    left: 33px;
    top: 22px;
    width: 48px;
    height: 38px;
    border-radius: 24px 24px 10px 10px;
    background: rgba(255, 252, 246, 0.58);
    border: 1px solid rgba(21, 24, 23, 0.06);
}
.s4-desk {
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 0;
    height: 72px;
    border-radius: 18px;
    background: linear-gradient(180deg, #c69d72, #9d704e);
    opacity: 0.76;
}
.s4-epd {
    position: absolute;
    left: 50%;
    bottom: 28px;
    width: 260px;
    aspect-ratio: 16/10;
    transform: translateX(-50%) rotate(-1deg);
    border-radius: 19px;
    background: linear-gradient(145deg, #ffffff, #ede9e2);
    padding: 14px 14px 24px;
    border: 1px solid rgba(21, 24, 23, 0.13);
    box-shadow: 0 24px 44px rgba(21, 24, 23, 0.16);
}
.s4-epd-screen {
    width: 100%;
    height: 100%;
    border-radius: 9px;
    overflow: hidden;
    border: 1px solid rgba(21, 24, 23, 0.12);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 42%),
        linear-gradient(135deg, #d4d0c8 0%, #9b9e96 52%, #555c55 100%);
    filter: grayscale(1) contrast(0.96);
}
.s4-epd-screen::before {
    content: "";
    position: absolute;
    left: 34%;
    top: 32%;
    width: 42px;
    height: 58px;
    border-radius: 48% 48% 38% 38%;
    background: rgba(40, 40, 40, 0.42);
}
.s4-epd-screen::after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: 16px;
    height: 44px;
    border-radius: 50% 50% 0 0;
    background: rgba(35, 45, 40, 0.48);
}
.s4-epd span {
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-size: 12px;
    color: rgba(21, 24, 23, 0.36);
}

/* card 02 */
.s4-visual-light {
    left: 28px;
    right: 28px;
    bottom: 36px;
    height: 178px;
}
.s4-glow-phone {
    position: absolute;
    left: 36px;
    bottom: 22px;
    width: 118px;
    height: 150px;
    border-radius: 28px;
    background: linear-gradient(135deg, #bfd4ff, #7da6ff);
    box-shadow:
        0 0 36px rgba(112, 158, 255, 0.58),
        0 0 86px rgba(112, 158, 255, 0.3);
    opacity: 0.88;
    transform: rotate(-5deg);
}
.s4-paper-screen {
    position: absolute;
    right: 42px;
    bottom: 26px;
    width: 172px;
    height: 110px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff, #ede9e2);
    border: 1px solid rgba(21, 24, 23, 0.1);
    box-shadow: 0 18px 36px rgba(21, 24, 23, 0.08);
}
.s4-paper-screen::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 10px;
    background: linear-gradient(135deg, #f4e1c8, #c8d6c2);
}

/* card 03 */
.s4-visual-place {
    left: 34px;
    right: 34px;
    bottom: 28px;
    height: 170px;
}
.s4-mini-shelf {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 24px;
    height: 16px;
    border-radius: 999px;
    background: rgba(127, 99, 74, 0.26);
}
.s4-mini-epd {
    position: absolute;
    left: 50%;
    bottom: 38px;
    width: 220px;
    aspect-ratio: 16/10;
    transform: translateX(-50%);
    border-radius: 18px;
    background: #fffdf8;
    padding: 12px 12px 20px;
    border: 1px solid rgba(21, 24, 23, 0.1);
    box-shadow: 0 20px 40px rgba(21, 24, 23, 0.09);
}
.s4-mini-epd::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    background: linear-gradient(135deg, #f4d6b4, #c9d8c4);
}
.s4-mini-epd::after {
    content: "notua";
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-size: 8px;
    color: rgba(21, 24, 23, 0.3);
}
.s4-mini-plant {
    position: absolute;
    right: 38px;
    bottom: 38px;
    width: 38px;
    height: 48px;
    border-radius: 0 0 14px 14px;
    background: rgba(166, 126, 104, 0.22);
}
.s4-mini-plant::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 32px;
    width: 58px;
    height: 58px;
    transform: translateX(-50%);
    background:
        radial-gradient(circle at 26% 54%, #87b28e 0 12px, transparent 13px),
        radial-gradient(circle at 54% 30%, #a8c8a9 0 14px, transparent 15px),
        radial-gradient(circle at 78% 60%, #7da982 0 11px, transparent 12px);
}

/* card 04 */
.s4-visual-message {
    left: 28px;
    right: 28px;
    bottom: 28px;
    height: 206px;
}
.s4-message-device {
    position: absolute;
    left: 50%;
    bottom: 24px;
    width: 252px;
    aspect-ratio: 16/10;
    transform: translateX(-50%) rotate(1.5deg);
    border-radius: 19px;
    background: #fffdf8;
    padding: 13px 13px 22px;
    border: 1px solid rgba(21, 24, 23, 0.1);
    box-shadow: 0 22px 42px rgba(21, 24, 23, 0.1);
}
.s4-message-photo {
    position: absolute;
    left: 13px;
    top: 13px;
    bottom: 22px;
    width: 46%;
    border-radius: 9px 0 0 9px;
    background: linear-gradient(135deg, #f5d2ad, #8faf82);
}
.s4-message-lines {
    position: absolute;
    right: 20px;
    top: 42px;
    width: 92px;
}
.s4-message-lines span {
    display: block;
    height: 8px;
    border-radius: 999px;
    background: rgba(21, 24, 23, 0.2);
    margin-bottom: 11px;
}
.s4-message-lines span:nth-child(2) {
    width: 78%;
}
.s4-message-lines span:nth-child(3) {
    width: 46%;
    background: rgba(166, 126, 104, 0.4);
}
.s4-floating-note {
    position: absolute;
    right: 18px;
    top: 18px;
    padding: 14px 18px;
    border-radius: 18px;
    background: #fffcf6;
    border: 1px solid rgba(21, 24, 23, 0.08);
    box-shadow: 0 18px 38px rgba(21, 24, 23, 0.08);
    font-size: 13px;
    font-weight: 700;
    color: #151817;
}

@media (max-width: 980px) {
    .s4-bento-desc {
        white-space: normal;
    }
    .s4-bento-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .s4-bento-card,
    .s4-card-small.mint,
    .s4-card-wide {
        grid-column: auto;
        grid-row: auto;
        min-height: 390px;
    }
}
@media (max-width: 640px) {
    .s4-bento {
        padding: 92px 20px 104px;
    }
    .s4-card-copy h3 {
        font-size: 24px;
    }
    .s4-bento-card {
        padding: 30px 26px;
    }
    .s4-visual-epd {
        left: 20px;
        right: 20px;
    }
    .s4-epd {
        width: 230px;
    }
}

/* ─── Non-hero title size down 20% v49 ─────────────────
Hero title is intentionally excluded. */
.s2-mission .lead {
    font-size: clamp(27.2px, 4vw, 54.4px) !important;
}
.s3-title {
    font-size: clamp(28.8px, 3.52vw, 49.6px) !important;
}
.s4-bento-title {
    font-size: clamp(30.4px, 3.84vw, 51.2px) !important;
}
.s5-title,
.s6-title,
.s8-title {
    font-size: clamp(27.2px, 3.36vw, 46.4px) !important;
}
.s7-copy {
    font-size: 17.6px !important;
}

@media (max-width: 900px) {
    .s2-mission .lead,
    .s3-title,
    .s4-bento-title,
    .s5-title,
    .s6-title,
    .s8-title {
        font-size: 27.2px !important;
    }
}

/* ─── Section 4 rollback from Bento to previous horizontal scroll v50 ───────────────── */
.s4-bento,
.s4-bento * {
    display: none !important;
}

.why-title {
    font-size: clamp(28.8px, 3.44vw, 48px) !important;
    line-height: 1.08 !important;
}

@media (max-width: 900px) {
    .why-title {
        font-size: 27.2px !important;
    }
}

/* ─── Softer emotional title scale v51 ─────────────────
Hero title excluded. Section titles are reduced for a quieter mood. */
.s2-mission .lead {
    font-size: clamp(24px, 3.1vw, 42px) !important;
    line-height: 1.32 !important;
    letter-spacing: -0.055em !important;
}
.s3-title,
.why-title,
.s5-title,
.s6-title,
.s8-title {
    font-size: clamp(24px, 3vw, 38px) !important;
    line-height: 1.22 !important;
    letter-spacing: -0.05em !important;
}
.s7-copy {
    font-size: 16px !important;
    line-height: 1.95 !important;
}

@media (max-width: 900px) {
    .s2-mission .lead,
    .s3-title,
    .why-title,
    .s5-title,
    .s6-title,
    .s8-title {
        font-size: 24px !important;
        line-height: 1.35 !important;
    }
}

/* ─── Section 4 scrollbar/progress bar removal v53 ─────────────────
Keep the original horizontal scroll motion, only hide the visual scrollbar. */
.why-progress {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* ─── GNB rollback to v35 mood v54 ─────────────────
Reverts the top navigation from the ISO-style floating CTA to the calmer v35 header. */
.nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    height: auto !important;
    z-index: 100 !important;
    padding: 22px 34px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: transparent !important;
    border-bottom: 0 !important;
    backdrop-filter: none !important;
    transition: all 0.4s ease !important;
}

.nav.scrolled {
    background: rgba(251, 247, 241, 0.9) !important;
    backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(24, 37, 42, 0.06) !important;
}

.nav-logo {
    display: block !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.nav-logo-img {
    width: 86px !important;
    height: auto !important;
    transform: none !important;
    opacity: 0.92 !important;
}

.nav:not(.scrolled) .nav-logo-img {
    filter: invert(1) brightness(4) !important;
    opacity: 0.94 !important;
}

.nav.scrolled .nav-logo-img {
    filter: none !important;
    opacity: 0.9 !important;
}

.nav-tag {
    display: inline !important;
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-weight: 300 !important;
    letter-spacing: 0.01em !important;
    transition:
        opacity 0.4s ease,
        color 0.4s ease !important;
}

.nav.scrolled .nav-tag {
    color: rgba(24, 37, 42, 0.52) !important;
}

.nav-cta {
    position: absolute !important;
    right: 34px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: auto !important;
    min-height: auto !important;
    padding: 12px 24px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #18252a !important;
    color: #fbf7f1 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: 0.3px !important;
    box-shadow: 0 8px 22px rgba(24, 37, 42, 0.08) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    cursor: pointer !important;
    font-family: inherit !important;
    transition:
        opacity 0.4s ease,
        background 0.3s ease,
        transform 0.3s ease !important;
}

.nav-cta.show {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.nav:not(.scrolled) .nav-cta {
    background: rgba(255, 255, 255, 0.92) !important;
    color: #14242a !important;
}

.nav-cta:hover {
    background: #101a1e !important;
    color: #fbf7f1 !important;
    transform: translateY(-50%) scale(1.03) !important;
}

@media (max-width: 780px) {
    .nav {
        padding: 14px 20px !important;
    }
    .nav-tag {
        display: none !important;
    }
    .nav-cta {
        right: 20px !important;
        padding: 10px 18px !important;
        font-size: 12px !important;
    }
}

/* ─── Section 5 white background v56 ─────────────────
Based on v54. Only Section 5 background is changed to white. */
.s5 {
    background: #ffffff !important;
}

/* ─── Section 5 background matches Section 2 v57 ───────────────── */
.s5 {
    background: #fffcf6 !important;
}

/* ─── Section 4 description position adjustment v58 ─────────────────
Move Section 4 description slightly to the right while keeping the original motion. */
.why-desc {
    transform: translateX(32px) !important;
}

@media (max-width: 900px) {
    .why-desc {
        transform: none !important;
    }
}

/* ─── Section 5 card shadow removal v59 ───────────────── */
.s5 .rel-card {
    box-shadow: none !important;
}

.s5 .rel-card:hover {
    box-shadow: none !important;
}

/* ─── Section 4 first card: day/night video fill ─── */
.why-card.why-card-media {
    padding: 0 !important;
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    background: #18120e !important;
    border-color: rgba(20, 36, 42, 0.08) !important;
}
.why-card.why-card-media::before {
    display: none !important;
}
.why-card-media-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 0;
}
.why-card-media-shadow {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.18) 0%,
        rgba(0, 0, 0, 0.02) 38%,
        rgba(0, 0, 0, 0.34) 72%,
        rgba(0, 0, 0, 0.72) 100%
    );
    box-shadow:
        inset 0 -210px 120px -72px rgba(0, 0, 0, 0.88),
        inset 0 110px 90px -92px rgba(0, 0, 0, 0.42);
}
.why-card.why-card-media .why-card-meta {
    position: absolute !important;
    top: 32px;
    left: 34px;
    right: 34px;
    z-index: 2;
    color: rgba(255, 253, 248, 0.9) !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}
.why-card.why-card-media .why-card-meta span:last-child {
    color: rgba(255, 253, 248, 0.78) !important;
}
.why-card.why-card-media .why-card-text {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 38px 38px;
    color: #fffdf8 !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.46);
}
.why-card.why-card-media .why-card-text h3 {
    color: #fffdf8 !important;
}
.why-card.why-card-media .why-card-text p {
    color: rgba(255, 253, 248, 0.86) !important;
}
@media (max-width: 900px) {
    .why-card.why-card-media {
        min-height: 460px !important;
    }
    .why-card.why-card-media .why-card-meta {
        top: 28px;
        left: 28px;
        right: 28px;
    }
    .why-card.why-card-media .why-card-text {
        padding: 0 28px 32px;
    }
}

/* ─── Section 4 refinements v61 ─────────────────
Remove first media card border and slightly tighten title-side description leading. */
.why-card.why-card-media {
    border: none !important;
    border-color: transparent !important;
    outline: none !important;
}
.why-card.why-card-media .why-card-media-video {
    outline: none !important;
}
.why-desc {
    line-height: 1.62 !important;
}
.why-desc p {
    line-height: 1.62 !important;
}
.why-desc p + p {
    margin-top: 12px !important;
}

@media (max-width: 900px) {
    .why-desc,
    .why-desc p {
        line-height: 1.7 !important;
    }
}

/* ─── Section 4 second card: full-bleed no-glow image overlay v64 ─── */
.why-card.why-card-no-glow-media {
    padding: 0 !important;
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    background: #18120e !important;
    border: none !important;
    border-color: transparent !important;
    outline: none !important;
}
.why-card.why-card-no-glow-media::before {
    display: none !important;
}
.why-card.why-card-no-glow-media .why-card-visual-image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    display: block !important;
    z-index: 0 !important;
}
.why-card.why-card-no-glow-media .why-card-no-glow-image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    background: #100c09 !important;
    display: block !important;
    border-radius: 0 !important;
}
.why-card.why-card-no-glow-media .why-card-visual-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.14) 0%,
        rgba(0, 0, 0, 0.02) 38%,
        rgba(0, 0, 0, 0.34) 72%,
        rgba(0, 0, 0, 0.76) 100%
    );
    box-shadow:
        inset 0 -220px 124px -72px rgba(0, 0, 0, 0.9),
        inset 0 108px 88px -92px rgba(0, 0, 0, 0.36);
}
.why-card.why-card-no-glow-media .why-card-meta {
    position: absolute !important;
    top: 32px;
    left: 34px;
    right: 34px;
    z-index: 2;
    color: rgba(255, 253, 248, 0.9) !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}
.why-card.why-card-no-glow-media .why-card-meta span:last-child {
    color: rgba(255, 253, 248, 0.78) !important;
}
.why-card.why-card-no-glow-media .why-card-text {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 38px 38px;
    color: #fffdf8 !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.48);
}
.why-card.why-card-no-glow-media .why-card-text h3 {
    color: #fffdf8 !important;
}
.why-card.why-card-no-glow-media .why-card-text p {
    color: rgba(255, 253, 248, 0.88) !important;
}
@media (max-width: 900px) {
    .why-card.why-card-no-glow-media {
        min-height: 460px !important;
    }
    .why-card.why-card-no-glow-media .why-card-meta {
        top: 28px;
        left: 28px;
        right: 28px;
    }
    .why-card.why-card-no-glow-media .why-card-text {
        padding: 0 28px 32px;
    }
}

/* ─── Section 4 second card: show full image without cropping v68 ─── */
.why-card.why-card-no-glow-media .why-card-no-glow-image {
    object-fit: contain !important;
    object-position: center center !important;
    background: #100c09 !important;
}
.why-card.why-card-no-glow-media .why-card-visual-image {
    background: #100c09 !important;
}

/* ─── Section 4 second card: full image centered without cropping v69 ───
Keep the uploaded 16:9 image fully visible while the card area remains visually filled.
The original image is centered with object-fit: contain; the same image is used as a soft
full-bleed background so there are no empty bands. */
.why-card.why-card-no-glow-media .why-card-visual-image {
    background: #100c09 !important;
}
.why-card.why-card-no-glow-media .why-card-visual-image::before {
    content: "";
    position: absolute;
    inset: -22px;
    z-index: 0;
    background-image: url("../images/section4-card6-placement.gif");
    background-size: cover;
    background-position: center center;
    filter: blur(18px);
    transform: scale(1.06);
    opacity: 0.62;
    pointer-events: none;
}
.why-card.why-card-no-glow-media .why-card-no-glow-image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: transparent !important;
    z-index: 1 !important;
    display: block !important;
}
.why-card.why-card-no-glow-media .why-card-visual-image::after {
    z-index: 2 !important;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.01) 34%,
        rgba(0, 0, 0, 0.3) 72%,
        rgba(0, 0, 0, 0.78) 100%
    ) !important;
    box-shadow:
        inset 0 -220px 124px -72px rgba(0, 0, 0, 0.92),
        inset 0 108px 88px -92px rgba(0, 0, 0, 0.32) !important;
}
.why-card.why-card-no-glow-media .why-card-meta,
.why-card.why-card-no-glow-media .why-card-text {
    z-index: 3 !important;
}

/* ─── Section 4 second card: square image full-bleed v70 ─── */
.why-card.why-card-no-glow-media .why-card-visual-image::before {
    background-image: url("../images/section4-card6-placement.gif") !important;
    background-size: cover !important;
    background-position: center center !important;
    filter: none !important;
    transform: none !important;
    opacity: 1 !important;
}
.why-card.why-card-no-glow-media .why-card-no-glow-image {
    object-fit: cover !important;
    object-position: center center !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
}
.why-card.why-card-no-glow-media .why-card-visual-image::after {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.08) 0%,
        rgba(0, 0, 0, 0) 34%,
        rgba(0, 0, 0, 0.28) 70%,
        rgba(0, 0, 0, 0.82) 100%
    ) !important;
    box-shadow:
        inset 0 -230px 130px -76px rgba(0, 0, 0, 0.95),
        inset 0 90px 78px -88px rgba(0, 0, 0, 0.3) !important;
}

/* ─── Section 4 card 02 final fix v71: single centered full-bleed image ───
Remove the duplicated background layer that caused the right-side split/ghost image.
Keep only the actual image as one full-bleed layer, centered in the card. */
.why-card.why-card-no-glow-media .why-card-visual-image::before {
    content: none !important;
    display: none !important;
    background: none !important;
}
.why-card.why-card-no-glow-media .why-card-visual-image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    background: #100c09 !important;
    z-index: 0 !important;
}
.why-card.why-card-no-glow-media .why-card-no-glow-image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    z-index: 0 !important;
}
.why-card.why-card-no-glow-media .why-card-visual-image::after {
    z-index: 1 !important;
    pointer-events: none !important;
}
.why-card.why-card-no-glow-media .why-card-meta,
.why-card.why-card-no-glow-media .why-card-text {
    z-index: 2 !important;
}

/* ─── Section 4 Card 03 GIF placement v72 ───────────────── */
.why-card-place-gif-card {
    padding: 0 !important;
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    background: #14110f !important;
}
.why-card-place-gif-card::before {
    display: none !important;
}
.why-card-place-gif {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    z-index: 1 !important;
}
.why-card-place-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0.02) 38%,
            rgba(0, 0, 0, 0.38) 68%,
            rgba(0, 0, 0, 0.82) 100%
        ),
        linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 55%);
}
.why-card-place-gif-card .why-card-meta {
    position: absolute !important;
    left: 38px !important;
    right: 38px !important;
    top: 38px !important;
    z-index: 3 !important;
    color: rgba(255, 255, 255, 0.92) !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.36) !important;
}
.why-card-place-gif-card .why-card-meta span:last-child {
    color: rgba(255, 255, 255, 0.82) !important;
}
.why-card-place-gif-card .why-card-text {
    position: absolute !important;
    left: 38px !important;
    right: 38px !important;
    bottom: 38px !important;
    z-index: 3 !important;
}
.why-card-place-gif-card .why-card-text h3 {
    color: #fff !important;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.48) !important;
}
.why-card-place-gif-card .why-card-text p {
    color: rgba(255, 255, 255, 0.78) !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38) !important;
}
@media (max-width: 900px) {
    .why-card-place-gif-card {
        min-height: 520px !important;
    }
}

/* ─── Section 4 Card 03 border removal v73 ───────────────── */
.why-card.why-card-place-gif-card {
    border: none !important;
}

/* ─── Section 4 card width only v77 ─────────────────
Based on v73/v76: keep radius, image behavior, layout, text, and all other styles unchanged.
Only widen the three Section 4 cards slightly more. */
.why-card {
    width: min(940px, 90vw) !important;
}

/* ─── Section 4 Card 03 lazy GIF playback v79 ─────────────────
Keep card layout unchanged. GIF source is attached only when Card 03 reaches its turn,
so the animation starts from the beginning like Card 01. */
.why-card-place-gif {
    transition: opacity 0.45s ease !important;
}
.why-card-place-gif-card:not(.is-playing) .why-card-place-gif {
    opacity: 0.96 !important;
}
.why-card-place-gif-card.is-playing .why-card-place-gif {
    opacity: 1 !important;
}

/* ─── Section 4 card label removal + faster card 3 GIF v80 ─── */
#section4Why .why-card-meta {
    display: none !important;
}

/* ─── Section 4 fine tune v81: tighter description + slower card transition ─── */
.why-desc {
    line-height: 1.05 !important;
}
.why-desc p {
    line-height: 1.05 !important;
}
.why-desc p + p {
    margin-top: 8px !important;
}
.why-scroll {
    height: 540vh !important;
}
@media (max-width: 900px) {
    .why-scroll {
        height: auto !important;
    }
}

/* ─── Section 4 title/description vertical alignment v88 ───────────────── */
.why-top {
    align-items: center !important;
}
@media (max-width: 780px) {
    .why-top {
        align-items: start !important;
    }
}

/* ─── Section 3 CHOOSE photo replacement ─── */
.visual-choose-photo {
    padding: 0 !important;
    background: #eee9df !important;
}
.visual-choose-photo .s3-choose-image {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* ─── Section 3 SEND photo replacement ─── */
.visual-send-photo {
    padding: 0 !important;
    background: #eee9df !important;
}
.visual-send-photo .s3-send-image {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* ─── Section 3 STAY photo replacement ─── */
.visual-stay-photo {
    padding: 0 !important;
    background: #eee9df !important;
}
.visual-stay-photo .s3-stay-image {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* ─── Section 3 STAY image center adjustment v93 ───────────────── */
.visual-stay-photo .s3-stay-image {
    object-position: center center !important;
}

/* ─── Section 3 caption refinement ─── */
.s3 .flow-caption h3 {
    font-size: 17px !important;
    color: #7b5f4a !important;
    letter-spacing: -0.02em !important;
    font-weight: 650 !important;
}

/* ─── Hero copy + CTA refinement v95 ───────────────── */
.hero-editorial-content h1 {
    line-height: 1.1 !important;
}
.hero-reserve-cta {
    font-size: 18px !important;
}
.hero-reserve-cta::before {
    content: none !important;
    display: none !important;
    margin-right: 0 !important;
}
@media (max-width: 780px) {
    .hero-editorial-content h1 {
        line-height: 1.1 !important;
    }
    .hero-reserve-cta {
        font-size: 17px !important;
    }
}

/* ─── Hero title size + line-height refinement v96 ───────────────── */
.hero-editorial-content h1 {
    font-size: clamp(34px, calc(4.65vw - 4px), 60px) !important;
    line-height: 1.2 !important;
}
@media (max-width: 780px) {
    .hero-editorial-content h1 {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }
}

/* ─── Section 5 copy refinement ─── */
.s5-desc {
    max-width: 620px;
    margin: 24px auto 0;
    text-align: center;
    color: rgba(20, 36, 42, 0.66);
    font-size: 17px;
    line-height: 1.78;
    font-weight: 300;
    letter-spacing: -0.035em;
}
.s5 .rel-card-en {
    margin-top: 12px !important;
    font-family:
        "Noto Sans KR",
        -apple-system,
        BlinkMacSystemFont,
        sans-serif !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: rgba(20, 36, 42, 0.72) !important;
    letter-spacing: -0.035em !important;
}
.s5 .rel-card-body {
    margin-top: 18px !important;
}

/* ─── Section 5 final copy adjustment ─── */
.s5 .rel-card-en,
.s5 .rel-card-body {
    font-size: 16px !important;
}

/* ─── Section 5 card description line-height adjustment v101 ─── */
.s5 .rel-card-en,
.s5 .rel-card-body {
    line-height: 1.25 !important;
}

/* ─── Section 7 CTA split layout update ─── */
.s7 .s7-split-inner {
    max-width: 1120px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: minmax(360px, 1.08fr) minmax(320px, 0.92fr) !important;
    gap: 72px !important;
    align-items: center !important;
    text-align: left !important;
}
.s7-visual-col {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
}
.s7-epd-img {
    display: block !important;
    width: min(780px, 150%) !important;
    height: auto !important;
    object-fit: contain !important;
    background: transparent !important;
    filter: drop-shadow(0 24px 48px rgba(20, 36, 42, 0.12)) !important;
}
.s7-copy-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
}
.s7-copy-col .s7-copy {
    margin: 0 !important;
    font-size: clamp(30px, 3.4vw, 48px) !important;
    line-height: 1.28 !important;
    letter-spacing: -0.06em !important;
    font-weight: 500 !important;
    color: var(--ink) !important;
}
.s7-copy-col .cta-btn {
    margin-top: 36px !important;
}
@media (max-width: 900px) {
    .s7 .s7-split-inner {
        grid-template-columns: 1fr !important;
        gap: 42px !important;
        text-align: center !important;
    }
    .s7-copy-col {
        align-items: center !important;
    }
    .s7-copy-col .s7-copy {
        text-align: center !important;
    }
}

/* ─── Section 7 fine tuning v112 ─── */
.s7-epd-img {
    width: min(702px, 135%) !important;
    transform: translateX(-8%) !important;
}
.s7-copy-col .s7-copy {
    font-size: clamp(20px, 3vw, 38px) !important;
    line-height: 1.38 !important;
    font-weight: 700 !important;
}
@media (max-width: 900px) {
    .s7-epd-img {
        transform: none !important;
    }
}

/* ─── Section 7 fine tuning v113 ─── */
.s7 .s7-split-inner {
    gap: 160px !important;
}
.s7-epd-img {
    width: min(562px, 108%) !important;
}

/* ─── Hero content horizontal adjustment v115 ───────────────── */
.hero-editorial-content {
    left: clamp(52px, 7vw, 116px) !important;
}
@media (max-width: 780px) {
    .hero-editorial-content {
        left: 24px !important;
    }
}

/* ─── Hero title/subtitle spacing update v117 ───────────────── */

.hero-editorial-content h1 {
    line-height: 1.24 !important;
    letter-spacing: -0.025em !important;
}

.hero-editorial-content p {
    margin-top: 12px !important;
    line-height: 1.82 !important;
    letter-spacing: -0.018em !important;
}

@media (max-width: 780px) {
    .hero-editorial-content h1 {
        line-height: 1.24 !important;
        letter-spacing: -0.025em !important;
    }
    .hero-editorial-content p {
        margin-top: 10px !important;
        line-height: 1.78 !important;
    }
}

/* ─── Section 4 card update v119 ───────────────── */
.s4-card-grid,
.s4-cards,
.why-card-grid,
.why-cards,
.feature-card-grid,
.feature-cards {
    align-items: stretch !important;
}

.s4-card,
.why-card,
.feature-card {
    height: 100% !important;
}

.s4-card h3,
.why-card h3,
.feature-card h3 {
    word-break: keep-all;
}

/* === inline-style === */
/* ─── Hero title size adjustment v114 ───────────────── */
.hero-editorial-content h1 {
    font-size: clamp(22px, calc(5.2vw - 20px), 52px) !important;
}

/* === inline-style === */
/* ─── Hero content horizontal adjustment v116 ───────────────── */
.hero-editorial-content {
    left: clamp(76px, 10vw, 160px) !important;
}
@media (max-width: 780px) {
    .hero-editorial-content {
        left: 24px !important;
    }
}

/* === notua-section4-title-desc-center-align === */
/* Section4 title and 3-line description vertical center alignment */
.why-top {
    display: grid !important;
    grid-template-columns: 0.78fr 1.22fr !important;
    align-items: center !important;
}

.why-top > div:first-child {
    align-self: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.why-top > div:first-child .why-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.why-top > div:first-child .why-title-en {
    display: none !important;
}

.why-top .why-desc {
    align-self: center !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 900px) {
    .why-top {
        display: grid !important;
        grid-template-columns: 1fr !important;
        align-items: start !important;
    }

    .why-top > div:first-child {
        display: block !important;
        align-self: auto !important;
    }

    .why-top .why-desc {
        align-self: auto !important;
    }
}

/* Prototype font loading fallback
   - Font files are not bundled in this package.
   - Online prototype uses Google Fonts for Noto Sans KR / Noto Serif KR.
   - If MaruBuri is installed locally, it will be used for story/title areas.
*/
body {
    font-family:
        "Noto Sans KR",
        -apple-system,
        BlinkMacSystemFont,
        "Apple SD Gothic Neo",
        "Malgun Gothic",
        sans-serif !important;
}

.notua-story-title,
.hero-editorial-content h1,
.s2-mission .lead,
.s3-title,
.why-title,
.s5-title,
.s6-title,
.s8-title {
    font-family:
        "MaruBuriBold", "Noto Serif KR", "Apple SD Gothic Neo", "Malgun Gothic",
        serif !important;
}

/* Section4 card image path fix */
#feature-private[data-notua-card1-image-replaced="162"] {
    background-image:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.08) 0%,
            rgba(0, 0, 0, 0.24) 48%,
            rgba(0, 0, 0, 0.72) 100%
        ),
        url("../images/section4-card1-private.png") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#feature-lowpower[data-notua-card5-image-replaced="157"] {
    background-image:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.34) 46%,
            rgba(0, 0, 0, 0.12) 100%
        ),
        url("../images/section4-card5-lowpower.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* CTA section title font fix */
[data-notua-cta-title="true"],
.s7 [data-notua-cta-title="true"],
.s7 h2,
.s7-title {
    font-family:
        "MaruBuri", "Noto Serif KR", "Apple SD Gothic Neo", "Malgun Gothic",
        serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.045em !important;
}

/* Section4 placement card GIF fix */
[data-notua-placement-image-fixed="true"] {
    position: relative !important;
    overflow: hidden !important;
    background-image:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.08) 0%,
            rgba(0, 0, 0, 0.22) 48%,
            rgba(0, 0, 0, 0.7) 100%
        ),
        url("../images/section4-card6-placement.gif") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

[data-notua-placement-image-fixed="true"] > img,
[data-notua-placement-image-fixed="true"] > picture,
[data-notua-placement-image-fixed="true"] > video {
    display: none !important;
    visibility: hidden !important;
}

[data-notua-placement-image-fixed="true"] .notua-card-overlay-copy,
[data-notua-placement-image-fixed="true"] .why-card-text,
[data-notua-placement-image-fixed="true"] .why-card-meta {
    position: relative !important;
    z-index: 3 !important;
}

/* match Section4 card title spec */
#feature-place[data-notua-placement-text-fixed="v2"]
    .notua-card-overlay-copy
    h3,
#feature-place[data-notua-placement-text-fixed="v2"] .why-card-text h3,
#feature-place[data-notua-placement-text-fixed="v2"] h3 {
    font-family:
        "Noto Sans KR",
        -apple-system,
        BlinkMacSystemFont,
        "Apple SD Gothic Neo",
        "Malgun Gothic",
        sans-serif !important;
    font-size: 42px !important;
    line-height: 1.18 !important;
    letter-spacing: -0.055em !important;
    font-weight: 800 !important;
    margin: 0 0 18px !important;
    color: #fff !important;
}

/* match Section4 card description spec */
#feature-place[data-notua-placement-text-fixed="v2"] .notua-card-overlay-copy p,
#feature-place[data-notua-placement-text-fixed="v2"] .why-card-text p,
#feature-place[data-notua-placement-text-fixed="v2"] p {
    font-family:
        "Noto Sans KR",
        -apple-system,
        BlinkMacSystemFont,
        "Apple SD Gothic Neo",
        "Malgun Gothic",
        sans-serif !important;
    font-size: 20px !important;
    line-height: 1.75 !important;
    letter-spacing: -0.035em !important;
    font-weight: 400 !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.88) !important;
}

@media (max-width: 900px) {
    #feature-place[data-notua-placement-text-fixed="v2"]
        .notua-card-overlay-copy,
    #feature-place[data-notua-placement-text-fixed="v2"] .why-card-text {
        left: 32px !important;
        right: 32px !important;
        bottom: 32px !important;
    }

    #feature-place[data-notua-placement-text-fixed="v2"]
        .notua-card-overlay-copy
        h3,
    #feature-place[data-notua-placement-text-fixed="v2"] .why-card-text h3,
    #feature-place[data-notua-placement-text-fixed="v2"] h3 {
        font-size: 30px !important;
        line-height: 1.22 !important;
        letter-spacing: -0.055em !important;
        font-weight: 800 !important;
        margin-bottom: 14px !important;
    }

    #feature-place[data-notua-placement-text-fixed="v2"]
        .notua-card-overlay-copy
        p,
    #feature-place[data-notua-placement-text-fixed="v2"] .why-card-text p,
    #feature-place[data-notua-placement-text-fixed="v2"] p {
        font-size: 16px !important;
        line-height: 1.65 !important;
        letter-spacing: -0.035em !important;
    }
}

/* Section4 card6 layout-only fix: typography follows common .why-card rules */
#feature-place .notua-card-overlay-copy,
#feature-place .why-card-text {
    position: absolute !important;
    left: 56px !important;
    right: 56px !important;
    bottom: 56px !important;
    top: auto !important;
    transform: none !important;
    z-index: 3 !important;
    text-align: left !important;
}

/* Do not override font-size/letter-spacing for card6.
   It must inherit the same typography as the other Section4 cards. */
#feature-place .notua-card-overlay-copy h3,
#feature-place .why-card-text h3,
#feature-place h3 {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
}

@media (max-width: 900px) {
    #feature-place .notua-card-overlay-copy,
    #feature-place .why-card-text {
        left: 32px !important;
        right: 32px !important;
        bottom: 32px !important;
    }
}
