/* ========================================
   AOMVO - Premium Office Furniture Subscription
   Luxury Modern Design
   ======================================== */

:root {
    --color-primary: #0a0a0f;
    --color-secondary: #141419;
    --color-accent: #b8977e;
    --color-accent-light: #d4b896;
    --color-accent-dark: #9a7d64;
    --color-gold: #c8a96a;
    --color-white: #ffffff;
    --color-off-white: #faf9f7;
    --color-cream: #f5f3ef;
    --color-light: #f0ede8;
    --color-gray-100: #e8e6e1;
    --color-gray-200: #d4d1cc;
    --color-gray-300: #b8b5b0;
    --color-gray-400: #9c9994;
    --color-gray-500: #7a7875;
    --color-gray-600: #5c5a57;
    --color-gray-700: #3d3c3a;
    --color-gray-800: #252524;
    --color-gray-900: #1a1a19;
    --color-dark: #0a0a0a;
    --font-display: 'Syne', sans-serif;
    --font-serif: 'Playfair Display', serif;
    --font-body: 'Noto Sans KR', sans-serif;
    --space-xs: 0.25rem;
    --space-sm: 0.5rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;
    --space-3xl: 4rem;
    --space-4xl: 6rem;
    --space-5xl: 8rem;
    --transition-fast: 0.15s ease;
    --transition-base: 0.3s ease;
    --transition-slow: 0.5s ease;
    --transition-slower: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 9999px;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.04);
    --shadow-md: 0 4px 16px rgba(0,0,0,0.06);
    --shadow-lg: 0 8px 32px rgba(0,0,0,0.08);
    --shadow-xl: 0 16px 48px rgba(0,0,0,0.12);
    --shadow-2xl: 0 24px 64px rgba(0,0,0,0.16);
    --shadow-gold: 0 8px 32px rgba(184, 151, 126, 0.15);
    --header-height: 80px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; width: 100%; }
body { font-family: var(--font-body); font-size: 16px; line-height: 1.7; color: var(--color-gray-700); background-color: var(--color-off-white); overflow-x: hidden; letter-spacing: -0.01em; width: 100%; max-width: 100%; position: relative; }
body.loading, body.menu-open, body.fp-viewing { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--transition-base); }
ul, ol { list-style: none; }
button { border: none; background: none; cursor: pointer; font-family: inherit; }
input, textarea, select { font-family: inherit; font-size: inherit; }

.cursor { width: 8px; height: 8px; background: var(--color-accent); border-radius: 50%; position: fixed; pointer-events: none; z-index: 10000; transform: translate(-50%, -50%); transition: width 0.2s, height 0.2s, background 0.2s; }
.cursor-follower { width: 40px; height: 40px; border: 1px solid var(--color-accent); border-radius: 50%; position: fixed; pointer-events: none; z-index: 9999; transform: translate(-50%, -50%); transition: width 0.3s, height 0.3s, border-color 0.3s; opacity: 0.6; }
.cursor.hover { width: 60px; height: 60px; background: rgba(184, 151, 126, 0.15); }
.cursor-follower.hover { width: 80px; height: 80px; border-color: transparent; }
@media (max-width: 1024px) { .cursor, .cursor-follower { display: none; } }

.loader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: var(--color-primary); display: flex; align-items: center; justify-content: center; z-index: 10001; transition: opacity 0.8s ease, visibility 0.8s ease; overflow: hidden; }
.loader.hidden { opacity: 0; visibility: hidden; }
.loader-bg-pattern { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: 
    radial-gradient(circle at 20% 80%, rgba(184, 151, 126, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(200, 169, 106, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.02) 0%, transparent 30%); }
.loader-inner { text-align: center; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.loader-logo-wrapper { position: relative; padding: 0 40px; }
.loader-logo-line { width: 60px; height: 1px; background: linear-gradient(90deg, transparent, var(--color-accent), transparent); margin: 0 auto; opacity: 0; animation: lineExpand 0.8s ease 0.2s forwards; }
.loader-logo { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 700; color: var(--color-white); letter-spacing: 0.5em; margin: 24px 0 12px; opacity: 0; animation: logoReveal 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards; text-indent: 0.5em; }
.loader-tagline { font-family: var(--font-display); font-size: 0.7rem; color: var(--color-accent); letter-spacing: 0.4em; text-transform: uppercase; margin-bottom: 24px; opacity: 0; animation: taglineReveal 0.8s ease 0.8s forwards; }

/* Arc Gauge */
.loader-gauge-wrapper { display: flex; flex-direction: column; align-items: center; margin-top: 30px; opacity: 0; animation: fadeIn 0.5s ease 1s forwards; }
.loader-arc { position: relative; width: 160px; height: 80px; }
.loader-arc svg { width: 100%; height: 100%; }
.arc-bg { fill: none; stroke: rgba(255,255,255,0.06); stroke-width: 2; stroke-linecap: round; }
.arc-progress { fill: none; stroke: url(#arcGradient); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 251; stroke-dashoffset: 251; animation: arcFill 2s cubic-bezier(0.4, 0, 0.2, 1) 1s forwards; filter: drop-shadow(0 0 8px rgba(184, 151, 126, 0.5)); }
.arc-glow { position: absolute; bottom: 10px; left: 50%; width: 8px; height: 8px; background: var(--color-gold); border-radius: 50%; transform: translateX(-50%); opacity: 0; animation: glowAppear 0.3s ease 2.8s forwards; box-shadow: 0 0 20px var(--color-gold), 0 0 40px var(--color-accent); }

.loader-corners { position: absolute; top: 40px; left: 40px; right: 40px; bottom: 40px; pointer-events: none; }
.corner { position: absolute; width: 30px; height: 30px; border-color: rgba(184, 151, 126, 0.2); border-style: solid; border-width: 0; opacity: 0; animation: cornerReveal 0.6s ease 0.6s forwards; }
.corner-tl { top: 0; left: 0; border-top-width: 1px; border-left-width: 1px; }
.corner-tr { top: 0; right: 0; border-top-width: 1px; border-right-width: 1px; }
.corner-bl { bottom: 0; left: 0; border-bottom-width: 1px; border-left-width: 1px; }
.corner-br { bottom: 0; right: 0; border-bottom-width: 1px; border-right-width: 1px; }

@keyframes lineExpand { 0% { width: 0; opacity: 0; } 100% { width: 60px; opacity: 1; } }
@keyframes logoReveal { 0% { opacity: 0; letter-spacing: 1em; filter: blur(10px); } 100% { opacity: 1; letter-spacing: 0.5em; filter: blur(0); } }
@keyframes taglineReveal { 0% { opacity: 0; transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes arcFill { 0% { stroke-dashoffset: 251; } 100% { stroke-dashoffset: 0; } }
@keyframes glowAppear { 0% { opacity: 0; transform: translateX(-50%) scale(0); } 100% { opacity: 1; transform: translateX(-50%) scale(1); } }
@keyframes cornerReveal { 0% { opacity: 0; } 100% { opacity: 1; } }

.container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 var(--space-xl); }
@media (max-width: 768px) { .container { padding: 0 var(--space-lg); } }

.section-tag { display: inline-block; font-family: var(--font-display); font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: var(--color-accent); margin-bottom: var(--space-lg); }
.section-title { font-family: var(--font-body); font-size: clamp(2rem, 4vw, 3rem); font-weight: 300; line-height: 1.3; color: var(--color-primary); margin-bottom: var(--space-lg); letter-spacing: -0.02em; }
.section-title strong, .section-title .text-accent { font-weight: 600; color: var(--color-primary); }
.section-desc { font-size: 1rem; color: var(--color-gray-500); max-width: 500px; line-height: 1.8; margin-left: auto; margin-right: auto; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: var(--space-sm); padding: 1rem 2rem; font-family: var(--font-body); font-size: 0.875rem; font-weight: 500; letter-spacing: 0.02em; border-radius: 0; transition: all var(--transition-base); cursor: pointer; white-space: nowrap; }
.btn-primary { background: var(--color-primary); color: var(--color-white); border: 1px solid var(--color-primary); }
.btn-primary:hover { background: var(--color-accent); border-color: var(--color-accent); }
.btn-outline { border: 1px solid var(--color-gray-300); color: var(--color-gray-700); background: transparent; }
.btn-outline:hover { border-color: var(--color-primary); color: var(--color-primary); }
.btn-white { background: var(--color-white); color: var(--color-primary); border: 1px solid var(--color-white); }
.btn-white:hover { background: transparent; color: var(--color-white); }
.btn-outline-white { border: 1px solid rgba(255,255,255,0.3); color: var(--color-white); background: transparent; }
.btn-outline-white:hover { background: var(--color-white); color: var(--color-primary); }
.btn-ghost { background: transparent; color: var(--color-white); border: 1px solid rgba(255,255,255,0.2); }
.btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.4); }
.btn-large { padding: 1.125rem 2.5rem; font-size: 0.9375rem; }
.btn-block { width: 100%; }
.btn svg { width: 18px; height: 18px; transition: transform var(--transition-base); }
.btn:hover svg { transform: translateX(4px); }

.header { position: fixed; top: 0; left: 0; width: 100%; height: var(--header-height); z-index: 1000; transition: all var(--transition-slow); }
.header.scrolled { background: rgba(255,255,255,0.95); backdrop-filter: blur(20px); box-shadow: 0 1px 0 rgba(0,0,0,0.05); }
/* 모바일에서 헤더 배경 항상 표시 */
@media (max-width: 1024px) {
    .header { background: rgba(10, 10, 15, 0.95); backdrop-filter: blur(20px); }
    .header.scrolled { background: rgba(255,255,255,0.95); }
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; max-width: 1400px; margin: 0 auto; padding: 0 var(--space-xl); }
.logo { display: flex; flex-direction: row; align-items: center; gap: var(--space-sm); }
.logo-img { height: 36px; width: auto; transition: var(--transition-base); filter: brightness(0) invert(1); }
.header.scrolled .logo-img { filter: none; }
.logo-text { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; letter-spacing: 0.15em; color: var(--color-white); transition: var(--transition-base); }
.header.scrolled .logo-text { color: var(--color-primary); }
.logo-sub { font-size: 0.75rem; letter-spacing: 0.15em; color: rgba(255,255,255,0.6); transition: var(--transition-base); font-weight: 500; }
.header.scrolled .logo-sub { color: var(--color-gray-500); }

.nav { display: none; }
@media (min-width: 1024px) { .nav { display: block; } }
.nav-list { display: flex; gap: var(--space-xl); }
.nav-item { position: relative; }
.nav-item > a { font-size: 0.8125rem; font-weight: 400; letter-spacing: 0.02em; color: rgba(255,255,255,0.7); position: relative; padding: var(--space-sm) 0; display: flex; align-items: center; gap: 4px; }
.nav-item.has-dropdown > a::after { content: ''; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid currentColor; opacity: 0.5; transition: transform var(--transition-base); }
.nav-item:hover.has-dropdown > a::after { transform: rotate(180deg); }
.header.scrolled .nav-item > a { color: var(--color-gray-600); }
.nav-item > a::before { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--color-accent); transition: var(--transition-base); }
.nav-item:hover > a::before, .nav-item.active > a::before { width: 100%; }
.nav-item:hover > a, .nav-item.active > a { color: var(--color-white); }
.header.scrolled .nav-item:hover > a, .header.scrolled .nav-item.active > a { color: var(--color-primary); }

/* Dropdown Menu */
.dropdown { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(10px); min-width: 180px; background: var(--color-white); border: 1px solid var(--color-gray-100); box-shadow: var(--shadow-xl); opacity: 0; visibility: hidden; transition: all var(--transition-base); z-index: 100; padding: var(--space-sm) 0; }
.nav-item:hover .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown-list { display: flex; flex-direction: column; }
.dropdown-list li { }
.dropdown-list a { display: block; padding: var(--space-sm) var(--space-lg); font-size: 0.8125rem; color: var(--color-gray-600); transition: var(--transition-base); white-space: nowrap; }
.dropdown-list a:hover { background: var(--color-off-white); color: var(--color-accent); padding-left: var(--space-xl); }

.header-actions { display: flex; align-items: center; gap: var(--space-md); }
.header-actions .btn-primary { display: none; padding: 0.75rem 1.5rem; font-size: 0.8125rem; }
@media (min-width: 1024px) { .header-actions .btn-primary { display: inline-flex; } }
.header.scrolled .header-actions .btn-primary { background: var(--color-primary); border-color: var(--color-primary); }

.menu-toggle { width: 28px; height: 20px; position: relative; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; z-index: 1001; }
@media (min-width: 1024px) { .menu-toggle { display: none; } }
.menu-toggle span { display: block; width: 100%; height: 2px; background: var(--color-white); transition: var(--transition-base); transform-origin: center; }
.header.scrolled .menu-toggle span { background: var(--color-primary); }
.menu-toggle.active span { background: var(--color-white); }
.menu-toggle.active span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

.mobile-menu { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: var(--color-primary); z-index: 999; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: var(--transition-slow); }
.mobile-menu.active { opacity: 1; visibility: visible; }
.mobile-menu-inner { text-align: center; transform: translateY(30px); opacity: 0; transition: var(--transition-slower); width: 100%; max-height: 80vh; overflow-y: auto; padding: var(--space-xl); }
.mobile-menu.active .mobile-menu-inner { transform: translateY(0); opacity: 1; transition-delay: 0.2s; }
.mobile-nav > ul { display: flex; flex-direction: column; gap: var(--space-md); }
.mobile-nav-item { text-align: center; }
.mobile-nav-link { font-family: var(--font-display); font-size: 1.25rem; font-weight: 500; letter-spacing: 0.05em; color: var(--color-white); display: block; padding: var(--space-sm); }
.mobile-nav-link:hover { color: var(--color-accent); }
.mobile-sub-menu { display: flex; flex-direction: column; gap: var(--space-xs); margin-top: var(--space-xs); padding: var(--space-xs) 0; list-style: none; }
.mobile-sub-menu li { list-style: none; }
.mobile-sub-menu a { font-size: 0.875rem; font-weight: 400; color: rgba(255,255,255,0.5); padding: var(--space-xs) 0; display: block; }
.mobile-sub-menu a:hover { color: var(--color-accent); }
.mobile-menu-footer { margin-top: var(--space-2xl); color: var(--color-gray-500); font-size: 0.875rem; }
.mobile-menu-footer p { margin-bottom: var(--space-sm); }
.mobile-menu-footer a { display: block; margin-top: var(--space-sm); font-size: 1.25rem; font-weight: 500; color: var(--color-accent); }

.hero { position: relative; height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -1; }
.hero-video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; transform: translate(-50%, -50%); object-fit: cover; filter: brightness(0.7); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 10, 15, 0.4) 0%, rgba(10, 10, 15, 0.7) 100%); }
.hero-breathing { position: absolute; inset: 0; background: rgba(0, 0, 0, 0); animation: heroBreathing 8s ease-in-out infinite; z-index: 1; pointer-events: none; }
@keyframes heroBreathing { 0%, 100% { background: rgba(0, 0, 0, 0); } 50% { background: rgba(0, 0, 0, 0.25); } }
.hero-gradient { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 30%, rgba(184, 151, 126, 0.1) 0%, transparent 60%); z-index: 2; }
.hero-content { position: relative; z-index: 3; text-align: center; max-width: 800px; padding: var(--space-xl); }
.hero-badge { display: inline-flex; align-items: center; gap: var(--space-sm); padding: var(--space-sm) var(--space-lg); background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: var(--color-white); font-size: 0.75rem; font-weight: 400; letter-spacing: 0.15em; margin-bottom: var(--space-2xl); backdrop-filter: blur(10px); }
.badge-dot { width: 6px; height: 6px; background: var(--color-accent); border-radius: 50%; animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.hero-title { font-family: var(--font-body); font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 200; line-height: 1.15; color: var(--color-white); margin-bottom: var(--space-xl); letter-spacing: -0.02em; }
.title-line { display: block; }
.title-accent { font-weight: 500; color: var(--color-accent-light); }
.hero-desc { font-size: clamp(0.9375rem, 1.5vw, 1.0625rem); color: rgba(255,255,255,0.6); line-height: 1.9; margin-bottom: var(--space-2xl); font-weight: 300; }
.hero-actions { display: flex; flex-wrap: wrap; gap: var(--space-md); justify-content: center; margin-bottom: var(--space-3xl); }
.hero-stats { display: flex; align-items: center; justify-content: center; gap: var(--space-3xl); flex-wrap: wrap; padding-top: var(--space-2xl); border-top: 1px solid rgba(255,255,255,0.1); }
.stat-item { text-align: center; }
.stat-number { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 600; color: var(--color-white); letter-spacing: -0.02em; }
.stat-suffix { font-family: var(--font-display); font-size: clamp(1.25rem, 2vw, 1.5rem); font-weight: 600; color: var(--color-accent); }
.stat-label { display: block; font-size: 0.75rem; color: rgba(255,255,255,0.4); margin-top: var(--space-xs); letter-spacing: 0.05em; }
.stat-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.15); }
@media (max-width: 768px) { .stat-divider { display: none; } .hero-stats { gap: var(--space-xl); } .stat-item { flex: 0 0 calc(50% - var(--space-md)); } }

.hero-scroll { position: absolute; bottom: var(--space-md); left: 50%; transform: translateX(-50%); z-index: 2; }
.scroll-indicator { display: flex; flex-direction: column; align-items: center; gap: var(--space-xs); }
.scroll-text { font-size: 0.5rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.25); writing-mode: vertical-rl; margin-bottom: var(--space-xs); }
.scroll-line { width: 1px; height: 30px; background: rgba(255,255,255,0.15); position: relative; overflow: hidden; }
.scroll-dot { position: absolute; top: 0; left: 50%; width: 3px; height: 6px; background: var(--color-accent); border-radius: var(--radius-full); transform: translateX(-50%); animation: scrollDown 2s ease-in-out infinite; }
@keyframes scrollDown { 0% { top: 0; opacity: 1; } 100% { top: 100%; opacity: 0; } }

.about { height: 100vh; display: flex; align-items: center; background: var(--color-off-white); position: relative; overflow: hidden; }
.about::before { content: ''; position: absolute; top: -300px; right: -300px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(184, 151, 126, 0.05) 0%, transparent 70%); pointer-events: none; }
.about .container { width: 100%; }
.about-header { text-align: center; margin-bottom: var(--space-2xl); }
.about-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-lg); }
@media (max-width: 1024px) { .about-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .about-grid { grid-template-columns: 1fr; } }
.about-card { background: var(--color-white); padding: var(--space-xl); position: relative; overflow: hidden; transition: all var(--transition-slow); border: 1px solid var(--color-gray-100); }
.about-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-xl); border-color: transparent; }
.card-icon { width: 48px; height: 48px; color: var(--color-accent); margin-bottom: var(--space-lg); }
.card-icon svg { width: 100%; height: 100%; stroke-width: 1; }
.card-title { font-size: 1.0625rem; font-weight: 600; color: var(--color-primary); margin-bottom: var(--space-sm); letter-spacing: -0.01em; }
.card-desc { font-size: 0.875rem; color: var(--color-gray-500); line-height: 1.7; }
.card-number { position: absolute; top: var(--space-lg); right: var(--space-lg); font-family: var(--font-display); font-size: 2.5rem; font-weight: 700; color: var(--color-gray-100); line-height: 1; transition: var(--transition-base); }
.about-card:hover .card-number { color: rgba(184, 151, 126, 0.15); }
.about-visual { display: none; }

.products { height: 100vh; display: flex; align-items: center; background: var(--color-white); position: relative; overflow: hidden; }
.products .container { width: 100%; }
.products-header { text-align: center; margin-bottom: var(--space-2xl); }
.products-slider { position: relative; }
.products-swiper { overflow: hidden; padding: var(--space-md) 0; }
a.product-card { display: block; text-decoration: none; }
.product-card { background: var(--color-off-white); overflow: hidden; transition: all var(--transition-slow); border: 1px solid var(--color-gray-100); cursor: pointer; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.product-image { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
.product-card:hover .product-image img { transform: scale(1.05); }
.product-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,15,0.6) 0%, transparent 50%); display: flex; align-items: flex-end; padding: var(--space-lg); opacity: 0; transition: var(--transition-base); }
.product-card:hover .product-overlay { opacity: 1; }
.product-count { font-size: 0.75rem; font-weight: 500; color: var(--color-white); background: var(--color-accent); padding: var(--space-xs) var(--space-md); }
.product-info { padding: var(--space-lg); text-align: center; }
.product-name { font-size: 1rem; font-weight: 600; color: var(--color-primary); margin-bottom: var(--space-xs); }
.product-desc { font-size: 0.8125rem; color: var(--color-gray-500); margin-bottom: var(--space-sm); }
.product-price { display: flex; align-items: baseline; justify-content: center; gap: var(--space-xs); }
.price-from { font-size: 0.8125rem; color: var(--color-gray-400); }
.price-amount { font-family: var(--font-display); font-size: 1.25rem; font-weight: 600; color: var(--color-accent-dark); }
.price-unit { font-size: 0.8125rem; color: var(--color-gray-400); }

.swiper-controls { display: flex; align-items: center; justify-content: center; gap: var(--space-md); margin-top: var(--space-xl); }
.swiper-btn { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; color: var(--color-gray-500); transition: var(--transition-base); background: var(--color-white); border: 1px solid var(--color-gray-200); }
.swiper-btn:hover { background: var(--color-primary); border-color: var(--color-primary); color: var(--color-white); }
.swiper-pagination { position: static !important; display: flex; justify-content: center; gap: 6px; }
.swiper-pagination-bullet { width: 6px; height: 6px; background: var(--color-gray-300); border-radius: 50%; transition: var(--transition-base); opacity: 1; }
.swiper-pagination-bullet-active { background: var(--color-accent); width: 20px; border-radius: var(--radius-full); }

.subscription { height: 100vh; display: flex; align-items: center; background: var(--color-primary); position: relative; overflow: hidden; }
.subscription::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.05), transparent); }
.subscription .container { width: 100%; }
.subscription-header { text-align: center; margin-bottom: var(--space-2xl); }
.subscription-header .section-tag { color: var(--color-accent); }
.subscription-header .section-title { color: var(--color-white); font-weight: 200; }
.subscription-header .section-title strong, .subscription-header .section-title .text-accent { font-weight: 500; color: var(--color-white); }
.subscription-header .section-desc { color: rgba(255,255,255,0.5); margin: 0 auto; }
.plan-toggle { display: flex; align-items: center; justify-content: center; gap: var(--space-md); margin-bottom: var(--space-2xl); }
.toggle-label { font-size: 0.875rem; color: rgba(255,255,255,0.4); transition: var(--transition-base); }
.toggle-label.active { color: var(--color-white); }
.toggle-switch { width: 52px; height: 28px; background: rgba(255,255,255,0.1); border-radius: var(--radius-full); position: relative; cursor: pointer; }
.toggle-slider { position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; background: var(--color-accent); border-radius: 50%; transition: var(--transition-base); }
.toggle-switch.active .toggle-slider { left: calc(100% - 25px); }
.discount-badge { font-size: 0.6875rem; background: var(--color-accent); color: var(--color-white); padding: 2px 8px; margin-left: var(--space-xs); letter-spacing: 0.02em; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-lg); max-width: 1100px; margin: 0 auto; align-items: stretch; }
@media (max-width: 1024px) { .plans-grid { grid-template-columns: 1fr; max-width: 400px; } }
.plans-grid-4 { grid-template-columns: repeat(4, 1fr); max-width: 1400px; }
@media (max-width: 1200px) { .plans-grid-4 { grid-template-columns: repeat(2, 1fr); max-width: 800px; } }
@media (max-width: 640px) { .plans-grid-4 { grid-template-columns: 1fr; max-width: 400px; } }
.plan-card { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08); padding: var(--space-xl); position: relative; transition: var(--transition-base); display: flex; flex-direction: column; }
.plan-card:hover { border-color: rgba(255,255,255,0.15); }
.plan-featured { background: var(--color-accent); border-color: transparent; }
@media (min-width: 1024px) { .plan-featured { transform: scale(1.02); } }
.plan-vip { background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); border: 2px solid var(--color-gold); }
.plan-vip:hover { border-color: var(--color-gold); box-shadow: 0 0 30px rgba(200, 169, 106, 0.3); }
.plan-badge { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: var(--color-gold); color: var(--color-primary); font-size: 0.625rem; font-weight: 700; padding: 4px 12px; letter-spacing: 0.1em; }
.plan-badge.vip { background: linear-gradient(135deg, #c8a96a 0%, #f0d090 50%, #c8a96a 100%); }
.plan-header { text-align: center; margin-bottom: var(--space-lg); padding-bottom: var(--space-lg); border-bottom: 1px solid rgba(255,255,255,0.08); }
.plan-name { font-family: var(--font-display); font-size: 1.25rem; font-weight: 600; color: var(--color-white); margin-bottom: var(--space-xs); letter-spacing: 0.02em; }
.plan-target { font-size: 0.8125rem; color: rgba(255,255,255,0.5); }
.plan-featured .plan-target { color: rgba(255,255,255,0.7); }
.plan-vip .plan-name { color: var(--color-gold); }
.plan-price { text-align: center; margin-bottom: var(--space-lg); }
.price-currency { font-size: 1rem; color: var(--color-white); vertical-align: top; }
.plan-price .price-amount { font-family: var(--font-display); font-size: 2.5rem; font-weight: 600; color: var(--color-white); letter-spacing: -0.02em; }
.plan-price .price-amount.custom { font-size: 1.5rem; }
.price-period { font-size: 0.875rem; color: rgba(255,255,255,0.5); }
.plan-features { margin-bottom: var(--space-lg); flex-grow: 1; }
.plan-features li { display: flex; align-items: center; gap: var(--space-sm); padding: var(--space-sm) 0; font-size: 0.875rem; color: rgba(255,255,255,0.8); }
.plan-features li.disabled { color: rgba(255,255,255,0.25); }
.plan-features svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--color-accent); }
.plan-featured .plan-features svg { color: var(--color-white); }
.plan-vip .plan-features svg { color: var(--color-gold); }
.plan-features li.disabled svg { color: rgba(255,255,255,0.25); }
.plan-card .btn-outline { border-color: rgba(255,255,255,0.2); color: var(--color-white); margin-top: auto; }
.plan-card .btn-outline:hover { background: var(--color-white); border-color: var(--color-white); color: var(--color-primary); }
.plan-card .btn-primary { margin-top: auto; }
.plan-featured .btn-primary { background: var(--color-white); color: var(--color-accent); border-color: var(--color-white); }
.plan-featured .btn-primary:hover { background: transparent; color: var(--color-white); }
.plan-vip .btn-white { background: var(--color-gold); color: var(--color-primary); border-color: var(--color-gold); }
.plan-vip .btn-white:hover { background: transparent; color: var(--color-gold); }

.process { height: 100vh; background: var(--color-cream); position: relative; overflow: hidden; }
.process.scrollable { overflow-y: auto; scroll-behavior: smooth; }
.process-inner { min-height: 100%; padding: var(--space-4xl) 0; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.process-header { text-align: center; margin-bottom: var(--space-3xl); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-lg); max-width: 1200px; margin: 0 auto; padding: 0 var(--space-xl); align-items: stretch; }
@media (max-width: 1024px) { .process-steps { grid-template-columns: repeat(2, 1fr); gap: var(--space-xl); } }
@media (max-width: 640px) { .process-steps { grid-template-columns: 1fr; max-width: 360px; } }
.process-step { text-align: center; position: relative; display: flex; flex-direction: column; }
.step-number { width: 48px; height: 48px; background: var(--color-accent); color: var(--color-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1rem; font-weight: 600; margin: 0 auto var(--space-lg); flex-shrink: 0; }
.step-content { background: var(--color-white); padding: var(--space-xl); border: 1px solid var(--color-gray-100); transition: all var(--transition-base); flex: 1; display: flex; flex-direction: column; min-height: 200px; }
.step-content:hover { box-shadow: var(--shadow-lg); border-color: transparent; }
.step-icon { width: 40px; height: 40px; color: var(--color-accent); margin: 0 auto var(--space-md); }
.step-icon svg { width: 100%; height: 100%; }
.step-title { font-size: 1rem; font-weight: 600; color: var(--color-primary); margin-bottom: var(--space-sm); }
.step-desc { font-size: 0.8125rem; color: var(--color-gray-500); line-height: 1.7; }
.process-scroll-indicator { position: absolute; bottom: var(--space-lg); left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: var(--space-sm); opacity: 0.5; transition: var(--transition-base); }
.process.at-bottom .process-scroll-indicator { opacity: 0; }
.process-scroll-indicator span { font-size: 0.625rem; color: var(--color-gray-500); letter-spacing: 0.1em; }
.process-scroll-indicator svg { width: 16px; height: 16px; color: var(--color-gray-400); animation: bounce 1.5s infinite; }
@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(4px); } }

/* Section Scroll Indicator (공통) */
.section-scroll-indicator { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; opacity: 0.6; z-index: 10; }
.section-scroll-indicator span { font-size: 0.625rem; color: var(--color-gray-500); letter-spacing: 0.1em; font-weight: 500; }
.section-scroll-indicator svg { width: 16px; height: 16px; color: var(--color-gray-400); animation: bounce 1.5s infinite; }
.section-scroll-indicator.light span { color: rgba(255,255,255,0.6); }
.section-scroll-indicator.light svg { color: rgba(255,255,255,0.5); }

.testimonials { height: 100vh; display: flex; align-items: center; background: var(--color-white); }
.testimonials .container { width: 100%; }
.testimonials-header { text-align: center; margin-bottom: var(--space-2xl); }
.testimonials-slider { position: relative; max-width: 1000px; margin: 0 auto; }
.testimonials-swiper { padding: var(--space-md) 0; }
.testimonial-card { background: var(--color-off-white); padding: var(--space-xl); border: 1px solid var(--color-gray-100); }
.testimonial-rating { display: flex; gap: 2px; margin-bottom: var(--space-lg); color: var(--color-gold); font-size: 0.875rem; }
.testimonial-text { font-size: 1rem; line-height: 1.9; color: var(--color-gray-600); margin-bottom: var(--space-xl); font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: var(--space-md); }
.author-avatar { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; border: 2px solid var(--color-gray-100); }
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-info { display: flex; flex-direction: column; }
.author-name { font-weight: 600; color: var(--color-primary); font-size: 0.9375rem; }
.author-role { font-size: 0.8125rem; color: var(--color-gray-400); }
.testimonials-nav { display: flex; justify-content: center; gap: var(--space-md); margin-top: var(--space-xl); }

.partners { height: 100vh; display: flex; align-items: center; background: var(--color-off-white); }
.partners .container { width: 100%; }
.partners-header { text-align: center; margin-bottom: var(--space-2xl); }
.partners-header .section-desc { margin: 0 auto; text-align: center; }
.partners-marquee { overflow: hidden; margin-bottom: var(--space-2xl); }
.marquee-track { display: flex; width: fit-content; animation: marquee 40s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.marquee-content { display: flex; gap: var(--space-4xl); padding: 0 var(--space-2xl); }
.partner-logo { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--color-gray-300); white-space: nowrap; transition: var(--transition-base); letter-spacing: 0.05em; }
.partner-logo:hover { color: var(--color-gray-600); }
.partners-cta { text-align: center; }
.partners-cta p { color: var(--color-gray-500); margin-bottom: var(--space-md); font-size: 0.9375rem; }

.cta { height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; background: linear-gradient(135deg, var(--color-primary) 0%, #1a1a24 100%); }
.cta-gradient { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 50%, rgba(184, 151, 126, 0.15) 0%, transparent 60%); }
.cta .container { width: 100%; }
.cta-content { position: relative; z-index: 1; text-align: center; max-width: 600px; margin: 0 auto; }
.cta-title { font-family: var(--font-body); font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 200; color: var(--color-white); margin-bottom: var(--space-lg); letter-spacing: -0.02em; }
.cta-title strong { font-weight: 500; }
.cta-desc { font-size: 1rem; color: rgba(255,255,255,0.5); margin-bottom: var(--space-2xl); line-height: 1.8; }
.cta-actions { display: flex; flex-wrap: wrap; gap: var(--space-md); justify-content: center; }

.contact { height: 100vh; display: flex; align-items: center; background: var(--color-white); }
.contact .container { width: 100%; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: var(--space-4xl); align-items: start; }
@media (max-width: 1024px) { .contact-grid { grid-template-columns: 1fr; gap: var(--space-2xl); } }
.contact-info .section-title { margin-bottom: var(--space-md); }
.contact-desc { color: var(--color-gray-500); margin-bottom: var(--space-xl); line-height: 1.8; font-size: 0.9375rem; }
.contact-details { display: flex; flex-direction: column; gap: var(--space-md); }
.contact-item { display: flex; align-items: center; gap: var(--space-md); }
.contact-icon { width: 44px; height: 44px; background: var(--color-off-white); display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid var(--color-gray-100); }
.contact-icon svg { width: 20px; height: 20px; color: var(--color-accent); }
.contact-text { display: flex; flex-direction: column; }
.contact-text .label { font-size: 0.6875rem; color: var(--color-gray-400); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 2px; }
.contact-text a, .contact-text span { font-weight: 500; color: var(--color-gray-700); font-size: 0.9375rem; }
.contact-text a:hover { color: var(--color-accent); }
.contact-form-wrapper { background: var(--color-off-white); padding: var(--space-xl); border: 1px solid var(--color-gray-100); }
.contact-form { display: flex; flex-direction: column; gap: var(--space-md); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-md); }
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } }
.form-group { display: flex; flex-direction: column; gap: var(--space-xs); }
.form-group label { font-size: 0.75rem; font-weight: 500; color: var(--color-gray-600); letter-spacing: 0.02em; }
.form-group input, .form-group select, .form-group textarea { padding: 0.875rem; border: 1px solid var(--color-gray-200); background: var(--color-white); transition: var(--transition-base); font-size: 0.9375rem; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--color-accent); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-checkbox { flex-direction: row; align-items: center; gap: var(--space-sm); }
.form-checkbox input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--color-accent); }
.form-checkbox label { font-size: 0.8125rem; color: var(--color-gray-500); }

.footer { background: var(--color-dark); color: var(--color-white); padding: var(--space-4xl) 0 var(--space-xl); }
.footer-top { display: grid; grid-template-columns: 1fr 2fr; gap: var(--space-4xl); padding-bottom: var(--space-3xl); border-bottom: 1px solid rgba(255,255,255,0.05); margin-bottom: var(--space-xl); }
@media (max-width: 1024px) { .footer-top { grid-template-columns: 1fr; gap: var(--space-2xl); } }
.footer-logo { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: var(--space-md); }
.footer-logo .logo-img { height: auto; width: 120px; margin-bottom: var(--space-sm); object-fit: contain; }
.footer-logo .logo-text { color: var(--color-white); }
.footer-logo .logo-sub { color: var(--color-gray-400); font-size: 0.875rem; letter-spacing: 0.1em; }
.footer-tagline { color: var(--color-gray-500); margin-bottom: var(--space-lg); font-size: 0.9375rem; }
.footer-social { display: flex; gap: var(--space-sm); }
.footer-social a { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; transition: var(--transition-base); }
.footer-social a:hover { background: var(--color-accent); border-color: var(--color-accent); }
.footer-social svg { width: 16px; height: 16px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-xl); }
@media (max-width: 640px) { .footer-links { grid-template-columns: 1fr 1fr; } }
.footer-col h4 { font-size: 0.6875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: var(--space-lg); color: var(--color-gray-400); }
.footer-col ul { display: flex; flex-direction: column; gap: var(--space-sm); }
.footer-col a { font-size: 0.875rem; color: var(--color-gray-500); }
.footer-col a:hover { color: var(--color-accent); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: var(--space-md); }
.footer-info { font-size: 0.75rem; color: var(--color-gray-600); }
.footer-info p { margin-bottom: var(--space-xs); }
.footer-legal { display: flex; gap: var(--space-lg); }
.footer-legal a { font-size: 0.75rem; color: var(--color-gray-500); }
.footer-legal a:hover { color: var(--color-white); }
.footer-copyright { width: 100%; text-align: center; font-size: 0.75rem; color: var(--color-gray-600); margin-top: var(--space-xl); padding-top: var(--space-xl); border-top: 1px solid rgba(255,255,255,0.03); }

.text-center { text-align: center; }

/* Responsive adjustments for 100vh sections */
@media (max-height: 700px) {
    .section-title { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: var(--space-md); }
    .section-desc { font-size: 0.9375rem; }
    .about-grid, .plans-grid { gap: var(--space-md); }
    .plan-card, .about-card { padding: var(--space-lg); }
}

/* ========================================
   MOBILE RESPONSIVE - 태블릿 & 모바일
   ======================================== */
@media (max-width: 1024px) {
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
    }
    
    .hero,
    .about,
    .products,
    .subscription,
    .process,
    .testimonials,
    .partners,
    .cta,
    .contact {
        height: auto !important;
        min-height: auto !important;
        padding: var(--space-3xl) 0;
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
    }
    
    .hero {
        min-height: 100vh;
        min-height: 100svh;
        padding: 0;
    }
    
    .hero-content {
        padding: var(--space-lg);
    }
    
    .hero-stats {
        gap: var(--space-lg);
    }
    
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 var(--space-lg);
        overflow-x: hidden;
    }
    
    .process-scroll-indicator,
    .hero-scroll {
        display: none;
    }
    
    /* 가로 스크롤 방지 */
    .about::before,
    .subscription::before,
    section::before,
    section::after {
        display: none;
    }
    
    .swiper-controls {
        flex-wrap: wrap;
    }
    
    /* 버튼 모바일 최적화 */
    .btn {
        padding: 0.875rem 1.5rem;
        font-size: 0.8125rem;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
        gap: var(--space-sm);
    }
    
    .hero-actions .btn {
        width: 100%;
        max-width: 280px;
    }
}

/* ========================================
   MOBILE RESPONSIVE - 모바일 전용
   ======================================== */
@media (max-width: 768px) {
    /* 섹션 패딩 조정 */
    .hero,
    .about,
    .products,
    .subscription,
    .process,
    .testimonials,
    .partners,
    .cta,
    .contact {
        padding: var(--space-2xl) 0;
    }
    
    .container {
        padding: 0 var(--space-md);
    }
    
    /* 타이틀 가독성 개선 */
    .section-tag {
        font-size: 0.625rem;
        letter-spacing: 0.2em;
        margin-bottom: var(--space-md);
    }
    
    .section-title {
        font-size: clamp(1.5rem, 6vw, 2rem);
        margin-bottom: var(--space-md);
        word-break: keep-all;
    }
    
    .section-desc {
        font-size: 0.875rem;
        line-height: 1.7;
    }
    
    /* Hero 모바일 최적화 */
    .hero-badge {
        font-size: 0.6875rem;
        padding: var(--space-xs) var(--space-md);
        margin-bottom: var(--space-xl);
    }
    
    .hero-title {
        font-size: clamp(1.75rem, 8vw, 2.5rem);
        margin-bottom: var(--space-lg);
        word-break: keep-all;
    }
    
    .hero-desc {
        font-size: 0.875rem;
        line-height: 1.8;
        margin-bottom: var(--space-xl);
        padding: 0 var(--space-sm);
    }
    
    /* 통계 모바일 */
    .hero-stats {
        padding-top: var(--space-xl);
        gap: var(--space-md);
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .stat-suffix {
        font-size: 1rem;
    }
    
    .stat-label {
        font-size: 0.6875rem;
    }
    
    /* About 카드 */
    .about-card {
        padding: var(--space-lg);
    }
    
    .about-icon {
        width: 48px;
        height: 48px;
        margin-bottom: var(--space-md);
    }
    
    .about-card h3 {
        font-size: 1rem;
    }
    
    .about-card p {
        font-size: 0.8125rem;
    }
    
    /* Plan 카드 */
    .plan-card {
        padding: var(--space-lg);
    }
    
    .plan-name {
        font-size: 1.125rem;
    }
    
    .price-amount {
        font-size: 2rem;
    }
    
    .plan-features li {
        font-size: 0.8125rem;
        padding: var(--space-xs) 0;
    }
    
    /* Process Steps */
    .step-content {
        padding: var(--space-lg);
    }
    
    .step-content h3 {
        font-size: 1rem;
    }
    
    .step-content p {
        font-size: 0.8125rem;
    }
    
    /* 제품 스와이퍼 */
    .product-card {
        min-width: 240px;
    }
    
    .product-name {
        font-size: 0.9375rem;
    }
    
    .product-price {
        font-size: 1rem;
    }
    
    /* Testimonials */
    .testimonial-card {
        padding: var(--space-lg);
    }
    
    .testimonial-text {
        font-size: 0.9375rem;
        line-height: 1.7;
    }
    
    /* Contact Form */
    .contact-form {
        padding: var(--space-lg);
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: var(--space-sm) var(--space-md);
        font-size: 0.875rem;
    }
    
    /* Footer */
    .footer {
        padding: var(--space-2xl) 0 var(--space-lg);
    }
    
    .footer-info h4 {
        font-size: 1.25rem;
    }
    
    .footer-info p {
        font-size: 0.75rem;
    }
    
    .footer-links h5 {
        font-size: 0.8125rem;
        margin-bottom: var(--space-sm);
    }
    
    .footer-links ul li a {
        font-size: 0.75rem;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: var(--space-md);
        text-align: center;
    }
    
    .footer-legal {
        justify-content: center;
    }
    
    /* 모바일 메뉴 개선 */
    .mobile-nav-link {
        font-size: 1.25rem;
        padding: var(--space-xs);
    }
    
    .mobile-sub-menu a {
        font-size: 0.8125rem;
    }
}

/* ========================================
   MOBILE RESPONSIVE - 소형 모바일
   ======================================== */
@media (max-width: 480px) {
    .container {
        padding: 0 var(--space-sm);
    }
    
    .hero-title {
        font-size: 1.5rem;
    }
    
    .hero-desc {
        font-size: 0.8125rem;
    }
    
    .hero-actions .btn {
        max-width: 100%;
        padding: 0.75rem 1.25rem;
        font-size: 0.75rem;
    }
    
    .stat-item {
        flex: 0 0 100%;
        text-align: center;
    }
    
    .stat-number {
        font-size: 1.75rem;
    }
    
    .section-title {
        font-size: 1.25rem;
    }
    
    .plan-card,
    .about-card,
    .step-content {
        padding: var(--space-md);
    }
    
    .price-amount {
        font-size: 1.75rem;
    }
    
    /* 로더 모바일 */
    .loader-logo {
        font-size: 1.5rem;
        letter-spacing: 0.3em;
    }
    
    .loader-tagline {
        font-size: 0.6rem;
        letter-spacing: 0.2em;
    }
    
    .loader-arc {
        width: 120px;
        height: 60px;
    }
}

/* ========================================
   NEW SECTIONS - 메인페이지 개편
   ======================================== */

/* Small Plans Section */
.small-plans {
    margin-top: var(--space-2xl);
    padding-top: var(--space-xl);
    border-top: 1px solid var(--color-border);
}

.small-plans-title {
    text-align: center;
    color: var(--color-muted-foreground);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: var(--space-lg);
}

.small-plans-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-md);
    max-width: 700px;
    margin: 0 auto;
}

.small-plan-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-lg);
    background: var(--color-dark-2);
    border: 1px solid var(--color-border);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.small-plan-card:hover {
    border-color: var(--color-accent);
}

.small-plan-name {
    font-weight: 600;
    color: var(--color-cream);
    display: block;
    margin-bottom: 4px;
}

.small-plan-desc {
    font-size: 13px;
    color: var(--color-muted-foreground);
}

.small-plan-price {
    color: var(--color-muted-foreground);
    font-size: 14px;
}

.small-plan-price strong {
    color: var(--color-accent);
    font-size: 20px;
}

/* Rental Grid */
.rental-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-lg);
}

.rental-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: var(--space-xl);
    background: var(--color-dark-2);
    border: 1px solid var(--color-border);
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.rental-card:hover {
    border-color: var(--color-accent);
    transform: translateY(-8px);
}

.rental-card.rental-featured {
    border-color: var(--color-accent);
}

.rental-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--color-accent);
    color: var(--color-dark);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}

.rental-icon {
    width: 64px;
    height: 64px;
    margin-bottom: var(--space-md);
    color: var(--color-accent);
}

.rental-icon svg {
    width: 100%;
    height: 100%;
}

.rental-card h3 {
    color: var(--color-cream);
    font-size: 18px;
    margin-bottom: 8px;
}

.rental-card p {
    color: var(--color-muted-foreground);
    font-size: 14px;
    margin-bottom: var(--space-md);
}

.rental-price {
    color: var(--color-accent);
    font-weight: 600;
}

/* Rental Notice */
.rental-notice {
    display: flex;
    align-items: center;
    gap: var(--space-lg);
    margin-top: var(--space-2xl);
    padding: var(--space-lg);
    background: linear-gradient(135deg, rgba(184,151,126,0.1), rgba(200,169,106,0.05));
    border: 1px solid var(--color-border);
    border-left: 4px solid var(--color-accent);
    border-radius: 12px;
}

.notice-icon {
    font-size: 32px;
}

.notice-content {
    flex: 1;
}

.notice-content strong {
    color: var(--color-cream);
    display: block;
    margin-bottom: 4px;
}

.notice-content p {
    color: var(--color-muted-foreground);
    font-size: 14px;
    margin: 0;
}

.notice-link {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
}

.notice-link:hover {
    text-decoration: underline;
}

/* Startup Features */
.startup-features {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-md);
    flex-wrap: wrap;
    margin-bottom: var(--space-2xl);
}

.startup-feature {
    text-align: center;
    padding: var(--space-lg);
    background: var(--color-dark-2);
    border: 1px solid var(--color-border);
    border-radius: 12px;
    min-width: 140px;
}

.feature-icon {
    font-size: 36px;
    margin-bottom: 8px;
}

.startup-feature h4 {
    color: var(--color-cream);
    font-size: 14px;
    margin-bottom: 4px;
}

.startup-feature p {
    color: var(--color-muted-foreground);
    font-size: 12px;
    margin: 0;
}

.startup-plus {
    color: var(--color-accent);
    font-size: 24px;
    font-weight: 700;
}

/* Startup Pricing */
.startup-pricing {
    display: flex;
    justify-content: center;
    gap: var(--space-xl);
    flex-wrap: wrap;
    margin-bottom: var(--space-2xl);
}

.pricing-item {
    text-align: center;
    padding: var(--space-lg) var(--space-xl);
    background: var(--color-dark-2);
    border: 1px solid var(--color-border);
    border-radius: 12px;
}

.pricing-label {
    display: block;
    color: var(--color-muted-foreground);
    font-size: 14px;
    margin-bottom: 8px;
}

.pricing-value {
    color: var(--color-cream);
    font-size: 16px;
}

.pricing-value strong {
    color: var(--color-accent);
    font-size: 28px;
}

/* Startup CTA */
.startup-cta {
    display: flex;
    justify-content: center;
    gap: var(--space-md);
    flex-wrap: wrap;
}

/* Subscription CTA */
.subscription-cta {
    text-align: center;
    margin-top: var(--space-2xl);
}

/* Responsive */
@media (max-width: 1024px) {
    .rental-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .small-plans-grid {
        grid-template-columns: 1fr;
    }
    
    .rental-grid {
        grid-template-columns: 1fr;
    }
    
    .rental-notice {
        flex-direction: column;
        text-align: center;
    }
    
    .startup-features {
        gap: var(--space-sm);
    }
    
    .startup-feature {
        min-width: 100px;
        padding: var(--space-md);
    }
    
    .startup-plus {
        font-size: 18px;
    }
    
    .startup-pricing {
        flex-direction: column;
        align-items: center;
    }
    
    .pricing-item {
        width: 100%;
        max-width: 300px;
    }
}

/* Footer 안 scroll indicator 숨기기 */
.footer .section-scroll-indicator,
.footer .scroll-indicator {
    display: none !important;
}

/* ========================================
   풀스크린 섹션 레이아웃 안정화
   ======================================== */

/* 각 섹션 높이 및 패딩 안정화 */
.hero,
.about,
.products,
.subscription,
.process,
.cta {
    min-height: 100vh;
    height: auto;
    padding: 120px 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hero {
    padding: 0;
    height: 100vh;
    min-height: 100vh;
}

/* 컨테이너 최대 너비 */
.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* About 섹션 그리드 수정 */
.about-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 48px;
}

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

/* 구독 플랜 그리드 수정 */
.plans-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.plan-card {
    padding: 28px 20px;
}

.plan-features {
    font-size: 14px;
}

.plan-features li {
    padding: 8px 0;
}

/* ========================================
   스타트업 패키지 섹션 (새 디자인)
   ======================================== */

.startup-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    background: linear-gradient(135deg, var(--color-cream) 0%, var(--color-off-white) 100%);
    position: relative;
    overflow: hidden;
}

.startup-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 80%;
    height: 150%;
    background: radial-gradient(ellipse, rgba(184, 151, 126, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.startup-header {
    text-align: center;
    margin-bottom: 70px;
}

.startup-content {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 100px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

/* 원형 비주얼 */
.startup-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.startup-circle {
    position: relative;
    width: 380px;
    height: 380px;
}

.circle-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: var(--color-primary);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    box-shadow: 0 25px 80px rgba(0,0,0,0.25);
}

.circle-title {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    color: var(--color-accent);
    letter-spacing: 0.15em;
}

.circle-sub {
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    margin-top: 6px;
    font-weight: 500;
}

.circle-item {
    position: absolute;
    width: 95px;
    height: 95px;
    background: var(--color-white);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(0,0,0,0.06);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid rgba(0,0,0,0.04);
}

.circle-item:hover {
    box-shadow: 0 16px 48px rgba(184, 151, 126, 0.18);
    border-color: rgba(184, 151, 126, 0.2);
}

.circle-item.item-1 { top: -10px; left: 50%; transform: translateX(-50%); }
.circle-item.item-2 { top: 50%; right: -10px; transform: translateY(-50%); }
.circle-item.item-3 { bottom: -10px; left: 50%; transform: translateX(-50%); }
.circle-item.item-4 { top: 50%; left: -10px; transform: translateY(-50%); }

.circle-item.item-1:hover { transform: translateX(-50%) translateY(-5px); }
.circle-item.item-2:hover { transform: translateY(-50%) translateX(5px); }
.circle-item.item-3:hover { transform: translateX(-50%) translateY(5px); }
.circle-item.item-4:hover { transform: translateY(-50%) translateX(-5px); }

.item-icon {
    font-size: 26px;
    margin-bottom: 6px;
}

.item-text {
    text-align: center;
}

.item-text strong {
    display: block;
    font-size: 13px;
    color: var(--color-gray-800);
    font-weight: 600;
}

.item-text span {
    font-size: 10px;
    color: var(--color-accent);
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* 연결선 */
.startup-circle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
    height: 260px;
    border: 1.5px dashed rgba(184, 151, 126, 0.25);
    border-radius: 50%;
}

/* 정보 영역 */
.startup-info {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.startup-pricing h3 {
    font-size: 13px;
    color: var(--color-gray-400);
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pricing-tiers {
    display: flex;
    gap: 12px;
}

.tier {
    flex: 1;
    background: var(--color-white);
    padding: 24px 16px 20px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    position: relative;
}

.tier:hover {
    border-color: rgba(184, 151, 126, 0.3);
    box-shadow: 0 12px 40px rgba(184, 151, 126, 0.12);
}

.tier.featured {
    background: var(--color-primary);
    border-color: var(--color-primary);
    box-shadow: 0 16px 48px rgba(0,0,0,0.15);
}

.tier.featured:hover {
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.tier-badge {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-accent);
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    letter-spacing: 0.05em;
}

.tier-size {
    display: block;
    font-size: 13px;
    color: var(--color-gray-400);
    margin-bottom: 10px;
    font-weight: 500;
}

.tier.featured .tier-size {
    color: rgba(255,255,255,0.6);
}

.tier-price {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-gray-800);
    line-height: 1;
}

.tier.featured .tier-price {
    color: var(--color-white);
}

.tier-price small {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.7;
}

.startup-benefits {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 8px;
}

.benefit {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 15px;
    color: var(--color-gray-600);
}

.benefit svg {
    width: 18px;
    height: 18px;
    color: var(--color-accent);
    flex-shrink: 0;
}

.startup-info .btn {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 36px;
    font-size: 15px;
    margin-top: 8px;
}

/* 반응형 */
@media (max-width: 1024px) {
    .startup-content {
        grid-template-columns: 1fr;
        gap: 60px;
        max-width: 500px;
    }
    
    .startup-circle {
        width: 340px;
        height: 340px;
    }
    
    .circle-center {
        width: 130px;
        height: 130px;
    }
    
    .circle-item {
        width: 85px;
        height: 85px;
    }
    
    .startup-circle::before {
        width: 230px;
        height: 230px;
    }
    
    .startup-info {
        align-items: center;
        text-align: center;
    }
    
    .startup-pricing h3 {
        text-align: center;
    }
    
    .startup-benefits {
        align-items: center;
    }
    
    .startup-info .btn {
        align-self: center;
    }
}

@media (max-width: 768px) {
    .startup-section {
        padding: 80px 0;
    }
    
    .startup-header {
        margin-bottom: 50px;
    }
    
    .startup-circle {
        width: 300px;
        height: 300px;
    }
    
    .circle-center {
        width: 110px;
        height: 110px;
    }
    
    .circle-title {
        font-size: 11px;
    }
    
    .circle-sub {
        font-size: 12px;
    }
    
    .circle-item {
        width: 72px;
        height: 72px;
        border-radius: 18px;
    }
    
    .item-icon {
        font-size: 22px;
        margin-bottom: 4px;
    }
    
    .item-text strong {
        font-size: 11px;
    }
    
    .item-text span {
        font-size: 9px;
    }
    
    .startup-circle::before {
        width: 200px;
        height: 200px;
    }
    
    .pricing-tiers {
        width: 100%;
    }
    
    .tier {
        padding: 20px 12px 16px;
    }
    
    .tier-price {
        font-size: 26px;
    }
    
    .tier-price small {
        font-size: 12px;
    }
    
    .startup-info .btn {
        width: 100%;
        justify-content: center;
    }
}

/* CTA Section (지금 바로 구독) */
.cta {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    position: relative;
    overflow: hidden;
}

.cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.cta-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.15;
}

.cta-shape-1 {
    width: 600px;
    height: 600px;
    background: var(--color-accent);
    top: -200px;
    right: -200px;
}

.cta-shape-2 {
    width: 400px;
    height: 400px;
    background: var(--color-gold);
    bottom: -100px;
    left: -100px;
}

.cta .container {
    position: relative;
    z-index: 1;
}

.cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cta-tag {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: var(--color-accent);
    margin-bottom: 24px;
}

.cta-title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.3;
    margin-bottom: 24px;
}

.cta-desc {
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
    margin-bottom: 40px;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 48px;
}

.cta-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.contact-item {
    text-align: center;
}

.contact-label {
    display: block;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 4px;
}

.contact-value {
    font-size: 15px;
    color: rgba(255,255,255,0.9);
}

.contact-divider {
    width: 1px;
    height: 32px;
    background: rgba(255,255,255,0.2);
}

/* Section scroll indicator 위치 */
.section-scroll-indicator {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
}

/* CTA 섹션 (마지막 콘텐츠 섹션) 에서는 스크롤 인디케이터 숨김 */
.cta .section-scroll-indicator {
    display: none;
}

/* 반응형 */
@media (max-width: 1200px) {
    .about-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .plans-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .process-steps {
        grid-template-columns: repeat(2, 1fr);
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .hero,
    .about,
    .products,
    .subscription,
    .process,
    .cta {
        min-height: auto;
        height: auto;
        padding: 80px 0 60px;
    }
    
    .hero {
        min-height: 100vh;
        padding: 0;
    }
    
    .container {
        padding: 0 20px;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .plans-grid-4 {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .process-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        max-width: 100%;
    }
    
    .process-step {
        padding: 20px 16px;
    }
    
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 12px;
        margin-bottom: 16px;
    }
    
    .step-content {
        padding-top: 16px;
    }
    
    .step-content h3 {
        font-size: 13px;
    }
    
    .step-content p {
        font-size: 11px;
    }
    
    .cta-box {
        flex-direction: column;
        gap: 20px;
        padding: 24px 20px;
    }
    
    .cta-prices {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }
    
    .cta-title {
        font-size: 28px;
    }
    
    .cta-actions {
        flex-direction: column;
        gap: 12px;
    }
    
    .cta-contact {
        flex-direction: column;
        gap: 16px;
    }
    
    .contact-divider {
        display: none;
    }
    
    .section-scroll-indicator {
        display: none;
    }
}
