/*
Theme Name: 실로네
Theme URI: https://silonne.kr
Author: 비랜딩 (blanding.kr)
Author URI: https://blanding.kr
Description: 실로네 뷰티 스튜디오와 아카데미를 위한 회원 기능 포함 반응형 워드프레스 테마입니다.
Version: 1.2.3
Text Domain: silonne
*/

:root {
	--ink: #241f1b;
	--ink-soft: #5f5750;
	--cream: #f6f2ea;
	--paper: #fbfaf7;
	--sand: #ded3c3;
	--rose: #b67c78;
	--rose-light: #dec0bb;
	--line: rgba(36, 31, 27, .16);
	--white: #fff;
	--shell: min(1320px, calc(100vw - 96px));
	--serif: "Cormorant Garamond", "Times New Roman", serif;
	--sans: "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	word-break: keep-all;
	-webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
p, h1, h2, h3, h4, ul, ol, dl, dd { margin-top: 0; }
em { font-style: normal; }
.shell { width: var(--shell); margin-inline: auto; }
.site-main { overflow: hidden; }
.section-pad { padding: 150px 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 10000; padding: 10px 16px; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: inline-block; font-family: var(--sans); font-size: 12px; font-weight: 600; line-height: 1.4; letter-spacing: .2em; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; padding: 0 30px; border: 1px solid transparent; font-size: 14px; font-weight: 500; letter-spacing: .025em; transition: background .25s, color .25s, border .25s, transform .25s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #000; }
.button-outline { border-color: var(--ink); }
.button-outline:hover { background: var(--ink); color: #fff; }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: #fff; }
.button.full { width: 100%; }
.text-link, .line-link { display: inline-flex; align-items: center; gap: 14px; font-size: 14px; font-weight: 500; }
.text-link span, .line-link span { transition: transform .25s; }
.text-link:hover span, .line-link:hover span { transform: translate(3px, -2px); }
.line-link { padding-bottom: 7px; border-bottom: 1px solid currentColor; }
.text-link.light { color: #fff; }
.announcement-bar { position: relative; z-index: 101; background: var(--ink); color: #f7f2e9; }
.announcement-inner { height: 38px; display: flex; align-items: center; justify-content: space-between; font-size: 10.5px; letter-spacing: .16em; }
.announcement-inner a { font-size: 11.5px; letter-spacing: .05em; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,250,247,.96); border-bottom: 1px solid var(--line); transition: box-shadow .25s, background .25s; }
.site-header.is-scrolled { background: rgba(251,250,247,.94); box-shadow: 0 10px 40px rgba(36,31,27,.08); backdrop-filter: blur(14px); }
.admin-bar .site-header.is-scrolled { top: 32px; }
.header-inner { position: relative; height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { min-width: 180px; display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.brand-word { font-family: var(--serif); font-size: 28px; font-weight: 600; letter-spacing: .18em; }
.brand-note { margin-top: 5px; font-size: 8.5px; font-weight: 500; letter-spacing: .22em; color: var(--ink-soft); }
.custom-logo { max-width: 180px; max-height: 55px; width: auto; }
.header-navigation { flex: 1; display: flex; align-items: center; justify-content: flex-end; }
.main-navigation { position: absolute; left: 50%; transform: translateX(-50%); }
.nav-menu { display: flex; align-items: center; gap: clamp(20px, 2.25vw, 42px); margin: 0; padding: 0 24px; list-style: none; }
.nav-menu a { position: relative; padding: 31px 0; font-size: 14px; font-weight: 500; }
.nav-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 25px; height: 1px; background: var(--ink); transition: right .25s; }
.nav-menu a:hover::after { right: 0; }
.member-navigation { display: flex; align-items: center; gap: 18px; white-space: nowrap; }
.member-navigation > a:not(.header-cta) { font-size: 12.5px; color: var(--ink-soft); }
.header-cta { display: inline-flex; min-height: 44px; align-items: center; padding: 0 20px; background: var(--ink); color: #fff; font-size: 12.5px; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px 0 8px 16px; align-items: center; gap: 12px; cursor: pointer; }
.menu-toggle-label { font-size: 11px; letter-spacing: .1em; }
.menu-toggle-lines { width: 26px; display: grid; gap: 6px; }
.menu-toggle-lines i { display: block; height: 1px; background: var(--ink); transition: transform .25s; }

/* Home */
.hero { position: relative; min-height: calc(100vh - 118px); height: 820px; overflow: hidden; background: #cfc4b6; color: #fff; }
.hero-slide { position: absolute; inset: 0; z-index: 0; display: flex; align-items: center; opacity: 0; visibility: hidden; transition: opacity 1s ease, visibility 1s ease; }
.hero-slide.is-active { z-index: 1; opacity: 1; visibility: visible; }
.hero-slide:not(.is-active) { pointer-events: none; }
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: rgba(27,23,19,.42); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.025); transition: transform 7s ease; }
.hero-slide.is-active .hero-media img { transform: scale(1); }
.hero-inner { position: relative; z-index: 1; display: flex; justify-content: center; }
.hero-copy { width: min(890px, 82vw); color: #fff; text-align: center; }
.hero-slide:not(.is-active) .hero-copy { opacity: 0; transition: none; }
.hero-slide.is-active .hero-copy { animation: hero-copy-in .72s .12s both; }
@keyframes hero-copy-in {
	from { opacity: 0; transform: translateY(14px); }
	to { opacity: 1; transform: translateY(0); }
}
.hero-copy .eyebrow { margin-bottom: 26px; }
.hero-copy h1, .hero-copy h2 { margin-bottom: 28px; font-size: clamp(55px, 5.25vw, 82px); font-weight: 400; line-height: 1.18; letter-spacing: -.045em; }
.hero-copy h1 em, .hero-copy h2 em { font-family: inherit; font-weight: 500; letter-spacing: -.045em; }
.hero-copy p { max-width: 670px; margin: 0 auto 38px; font-size: 16px; font-weight: 300; line-height: 1.9; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 34px; }
.hero .button-dark { background: #fff; color: var(--ink); }
.hero-controls { position: absolute; z-index: 5; left: 50%; bottom: 34px; display: flex; align-items: center; gap: 18px; transform: translateX(-50%); }
.hero-arrow { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; transition: background .25s, color .25s; }
.hero-arrow:hover, .hero-arrow:focus-visible { background: #fff; color: var(--ink); outline: 0; }
.hero-dots { display: flex; align-items: center; gap: 8px; }
.hero-dots button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; transition: width .25s, border-radius .25s, background .25s; }
.hero-dots button.is-active { width: 28px; border-radius: 10px; background: #fff; }
.hero-counter { min-width: 82px; display: flex; align-items: center; gap: 9px; font: 11.5px var(--sans); letter-spacing: .1em; }
.hero-counter strong { font-weight: 600; }
.hero-counter i { width: 32px; height: 1px; background: rgba(255,255,255,.6); }
.manifesto { background: var(--paper); }
.manifesto-grid { display: grid; grid-template-columns: 33% 1fr; gap: 10%; }
.manifesto-aside { padding-top: 14px; }
.manifesto-aside .eyebrow { margin-bottom: 24px; color: var(--rose); }
.manifesto-aside p { font-size: 15px; line-height: 1.85; color: var(--ink-soft); }
.manifesto-copy h2 { margin-bottom: 38px; font-size: clamp(38px, 4vw, 62px); font-weight: 300; line-height: 1.35; letter-spacing: -.045em; }
.manifesto-copy h2 em { font-family: var(--serif); font-size: 1.12em; font-weight: 500; color: var(--rose); }
.manifesto-copy > p { max-width: 710px; margin-bottom: 36px; font-size: 16px; line-height: 2; color: var(--ink-soft); }
.value-strip { background: var(--cream); border-block: 1px solid var(--line); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.value-grid > div { position: relative; min-height: 188px; display: flex; flex-direction: column; justify-content: center; padding: 30px 12%; border-right: 1px solid var(--line); }
.value-grid > div:last-child { border-right: 0; }
.value-grid span { position: absolute; top: 26px; right: 30px; font: 500 22px var(--serif); color: var(--rose); }
.value-grid strong { margin-bottom: 8px; font: 600 25px var(--serif); letter-spacing: .08em; }
.value-grid p { margin: 0; font-size: 15px; color: var(--ink-soft); }
.program-preview { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(320px, 470px); gap: 10%; align-items: end; margin-bottom: 80px; }
.section-heading .eyebrow { margin-bottom: 25px; color: var(--rose); }
.section-heading h2, .review-heading h2 { margin: 0; font-size: clamp(44px, 4.6vw, 68px); font-weight: 300; line-height: 1.17; letter-spacing: -.045em; }
.section-heading h2 em, .review-heading h2 em { font-family: var(--serif); font-weight: 500; }
.section-heading > p { margin: 0 0 8px; line-height: 1.95; color: var(--ink-soft); }
.program-list { border-top: 1px solid var(--ink); }
.program-row { min-height: 150px; display: grid; grid-template-columns: 90px 1.1fr 1.4fr 50px; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.program-row:hover { padding-inline: 18px; background: var(--cream); }
.program-number { font: 500 25px var(--serif); color: var(--rose); }
.program-title h3 { margin: 0 0 6px; font-size: 25px; font-weight: 500; letter-spacing: -.03em; }
.program-title span { font: 11.5px var(--sans); letter-spacing: .14em; color: var(--ink-soft); }
.program-row p { margin: 0; font-size: 15.5px; line-height: 1.75; color: var(--ink-soft); }
.program-row > a { font: 500 24px var(--serif); text-align: right; }
.craft-section { display: grid; grid-template-columns: 50% 50%; background: #e8dfd4; }
.craft-media { min-height: 760px; overflow: hidden; }
.craft-media img { width: 100%; height: 100%; object-fit: cover; }
.craft-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 90px clamp(56px, 7vw, 130px); }
.craft-copy .eyebrow { margin-bottom: 28px; color: var(--rose); }
.craft-copy h2 { margin-bottom: 32px; font-size: clamp(41px, 4vw, 62px); font-weight: 300; line-height: 1.24; letter-spacing: -.045em; }
.craft-copy h2 em { font-family: var(--serif); font-weight: 500; }
.craft-copy > p { margin-bottom: 38px; line-height: 2; color: var(--ink-soft); }
.check-list { width: 100%; margin: 0 0 42px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { min-height: 68px; display: flex; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); font-size: 15px; }
.check-list span { font: 500 17px var(--serif); color: var(--rose); }
.review-section { background: var(--ink); color: #f8f4ed; }
.review-heading { position: relative; max-width: 700px; margin-bottom: 70px; }
.review-heading .eyebrow { margin-bottom: 25px; color: var(--rose-light); }
.review-heading .line-link { position: absolute; left: calc(100% + 80px); bottom: 4px; white-space: nowrap; color: rgba(255,255,255,.75); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.25); }
.review-card { min-height: 355px; display: flex; flex-direction: column; padding: 45px 38px 36px; border-right: 1px solid rgba(255,255,255,.18); transition: background .35s, transform .35s; }
.review-card:hover { background: rgba(255,255,255,.045); transform: translateY(-7px); }
.review-card:last-child { border-right: 0; }
.quote-mark { height: 56px; font: 500 72px/.9 var(--serif); color: var(--rose-light); }
.review-card > p { flex: 1; margin: 16px 0 35px; font-size: 16px; line-height: 2; color: rgba(255,255,255,.82); }
.review-card > div { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.review-card strong { font-size: 14px; font-weight: 500; }
.review-card > div span { font: 11px var(--sans); letter-spacing: .13em; color: rgba(255,255,255,.56); }
.studio-section { position: relative; height: 760px; overflow: hidden; color: #fff; }
.studio-section > img { width: 100%; height: 100%; object-fit: cover; }
.studio-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(30,25,21,.68), rgba(30,25,21,.02) 70%); }
.studio-overlay { position: absolute; z-index: 1; left: max(48px, calc((100vw - min(1320px, calc(100vw - 96px))) / 2)); top: 50%; width: 490px; transform: translateY(-50%); }
.studio-overlay .eyebrow { margin-bottom: 28px; color: var(--rose-light); }
.studio-overlay h2 { margin-bottom: 26px; font-size: clamp(44px, 4.5vw, 66px); font-weight: 300; line-height: 1.18; letter-spacing: -.045em; }
.studio-overlay p { margin-bottom: 38px; line-height: 1.9; color: rgba(255,255,255,.86); }
.craft-media img, .studio-section > img[data-parallax] { transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.08); will-change: transform; }

.faq-section { background: #f0e9de; }
.faq-layout { display: grid; grid-template-columns: minmax(260px, .72fr) 1.4fr; gap: 10%; align-items: start; }
.faq-heading { position: sticky; top: 128px; }
.faq-heading .eyebrow { margin-bottom: 24px; color: var(--rose); }
.faq-heading h2 { margin-bottom: 28px; font-size: clamp(44px, 4.5vw, 66px); font-weight: 300; line-height: 1.22; letter-spacing: -.045em; }
.faq-heading p { max-width: 390px; margin-bottom: 32px; font-size: 16px; line-height: 1.8; color: var(--ink-soft); }
.faq-list { border-top: 1px solid rgba(36,31,27,.45); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 20px 4px; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-item button > span { display: flex; align-items: center; gap: 28px; font-size: 19px; font-weight: 500; line-height: 1.55; letter-spacing: -.02em; }
.faq-item button i { min-width: 28px; font: 500 15px var(--serif); color: var(--rose); }
.faq-item button b { position: relative; flex: 0 0 22px; width: 22px; height: 22px; }
.faq-item button b::before, .faq-item button b::after { content: ""; position: absolute; top: 50%; left: 0; width: 22px; height: 1px; background: var(--ink); transition: transform .3s ease; }
.faq-item button b::after { transform: rotate(90deg); }
.faq-item.is-open button b::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .42s cubic-bezier(.22,.61,.36,1); }
.faq-answer > div { overflow: hidden; }
.faq-answer p { max-width: 680px; margin: 0; padding: 0 58px; font-size: 15.5px; line-height: 1.85; color: var(--ink-soft); transition: padding .42s ease; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { padding-bottom: 34px; }

.notice-layout { display: grid; grid-template-columns: 31% 1fr; gap: 10%; }
.notice-title .eyebrow { margin-bottom: 22px; color: var(--rose); }
.notice-title h2 { margin-bottom: 40px; font-size: 50px; font-weight: 400; }
.notice-list { border-top: 1px solid var(--ink); }
.notice-row { min-height: 102px; display: grid; grid-template-columns: 105px 1fr 30px; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); }
.notice-row time { font: 13px var(--serif); color: var(--ink-soft); }
.notice-row strong { font-size: 16px; font-weight: 500; }
.notice-row span { transition: transform .25s; }
.notice-row:hover span { transform: translateX(4px); }
.notice-empty { padding: 50px 0; color: var(--ink-soft); }
.closing-cta { padding: 130px 0; background: var(--rose); color: #fff; text-align: center; }
.closing-cta .eyebrow { margin-bottom: 28px; }
.closing-cta h2 { margin-bottom: 42px; font-size: clamp(44px, 5vw, 72px); font-weight: 300; line-height: 1.24; letter-spacing: -.045em; }
.closing-cta > div > div { display: flex; align-items: center; justify-content: center; gap: 34px; }

/* Inner pages */
.page-hero { position: relative; isolation: isolate; display: flex; align-items: center; overflow: hidden; background-color: #8f8378; background-image: url("assets/images/silonne-hero-detail.webp"); background-position: center; background-size: cover; color: #fff; }
.page-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(24,20,17,.68), rgba(24,20,17,.42) 52%, rgba(24,20,17,.58)); }
.page-about .page-hero { background-image: url("assets/images/silonne-studio.webp"); background-position: center 54%; }
.page-program .page-hero { background-image: url("assets/images/silonne-hero-education.webp"); background-position: center; }
.page-reviews .page-hero { background-image: url("assets/images/silonne-program.webp"); background-position: center 40%; }
.page-notice .page-hero, .archive .page-hero, .single-post .page-hero { background-image: url("assets/images/silonne-hero-detail.webp"); }
.page-location .page-hero { background-image: url("assets/images/silonne-studio.webp"); background-position: center 58%; }
.page-contact .page-hero { background-image: url("assets/images/silonne-hero.webp"); background-position: center 42%; }
.page-mypage .page-hero { background-image: url("assets/images/silonne-hero-education.webp"); }
.editorial-hero, .program-hero { min-height: 620px; }
.page-hero .shell { position: relative; z-index: 1; text-align: center; }
.page-hero .eyebrow { margin-bottom: 30px; color: var(--rose-light); }
.page-hero h1 { margin-bottom: 30px; font-size: clamp(54px, 6vw, 86px); font-weight: 300; line-height: 1.15; letter-spacing: -.05em; }
.page-hero h1 em { font-family: var(--serif); font-weight: 500; }
.page-hero p { max-width: 640px; margin: 0 auto; font-size: 16px; line-height: 2; color: rgba(255,255,255,.86); }
.compact-hero { min-height: 470px; padding: 90px 0; border-bottom: 1px solid var(--line); }
.compact-hero h1 { font-size: clamp(50px, 5vw, 74px); }
.about-story-grid { display: grid; grid-template-columns: 46% 1fr; gap: 11%; align-items: center; }
.about-image { height: 760px; }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-copy .eyebrow { margin-bottom: 26px; color: var(--rose); }
.about-copy h2 { margin-bottom: 32px; font-size: clamp(40px, 4vw, 60px); font-weight: 300; line-height: 1.3; letter-spacing: -.04em; }
.about-copy > p { margin-bottom: 42px; line-height: 2.05; color: var(--ink-soft); }
.about-copy blockquote { margin: 0; padding: 30px 0 0 34px; border-top: 1px solid var(--line); font-family: var(--serif); font-size: 24px; font-style: normal; line-height: 1.6; }
.principles { background: var(--cream); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.principle-grid article { min-height: 330px; padding: 42px 38px; border-right: 1px solid var(--line); }
.principle-grid article:last-child { border-right: 0; }
.principle-grid span { font: 500 24px var(--serif); color: var(--rose); }
.principle-grid h3 { margin: 62px 0 20px; font: 500 30px var(--serif); }
.principle-grid p { margin: 0; font-size: 15px; line-height: 1.85; color: var(--ink-soft); }
.about-space { position: relative; height: 760px; }
.about-space::after { content: ""; position: absolute; inset: 0; background: rgba(30,25,21,.32); }
.about-space > img { width: 100%; height: 100%; object-fit: cover; }
.about-space-copy { position: absolute; z-index: 1; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; text-align: center; }
.about-space-copy .eyebrow { margin-bottom: 24px; }
.about-space-copy h2 { margin-bottom: 26px; font-size: clamp(46px, 5vw, 70px); font-weight: 300; line-height: 1.2; }
.about-space-copy p { margin-bottom: 38px; }
.program-archive { background: var(--paper); }
.program-detail { display: grid; grid-template-columns: 100px 1fr 240px; gap: 60px; padding: 72px 0; border-top: 1px solid var(--line); }
.program-detail:last-child { border-bottom: 1px solid var(--line); }
.program-detail-index { font: 500 32px var(--serif); color: var(--rose); }
.program-detail-main .eyebrow { margin-bottom: 22px; color: var(--ink-soft); }
.program-detail-main h2 { margin-bottom: 24px; font-size: clamp(35px, 4vw, 54px); font-weight: 400; letter-spacing: -.04em; }
.program-detail-main p { max-width: 700px; margin-bottom: 28px; line-height: 2; color: var(--ink-soft); }
.program-detail-meta { display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 18px; }
.program-detail-meta span { font: 11.5px var(--sans); letter-spacing: .14em; }
.program-consult { padding: 130px 0; background: var(--ink); color: #fff; text-align: center; }
.program-consult .eyebrow { margin-bottom: 25px; color: var(--rose-light); }
.program-consult h2 { margin-bottom: 25px; font-size: clamp(44px, 5vw, 68px); font-weight: 300; line-height: 1.22; }
.program-consult p { margin-bottom: 35px; color: rgba(255,255,255,.72); }
.review-archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); }
.review-story { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.review-story:nth-child(even) { border-right: 0; }
.review-story a { min-height: 380px; display: flex; flex-direction: column; padding: 48px; transition: background .25s; }
.review-story a:hover { background: var(--cream); }
.review-story p { flex: 1; margin: 24px 0 40px; font-size: 17px; line-height: 2; }
.review-story > a > div { display: flex; justify-content: space-between; align-items: center; }
.review-story strong { font-size: 14px; font-weight: 500; }
.review-story time { font: 13px var(--serif); color: var(--ink-soft); }
.notice-table-head, .notice-table-row { display: grid; grid-template-columns: 150px 1fr 40px; gap: 30px; align-items: center; }
.notice-table-head { height: 52px; padding: 0 24px; border-bottom: 1px solid var(--ink); font-size: 11.5px; letter-spacing: .12em; color: var(--ink-soft); }
.notice-table-row { min-height: 98px; padding: 0 24px; border-bottom: 1px solid var(--line); }
.notice-table-row time { font: 13px var(--serif); color: var(--ink-soft); }
.notice-table-row strong { font-size: 15px; font-weight: 500; }
.notice-table-row span { text-align: right; transition: transform .25s; }
.notice-table-row:hover span { transform: translateX(4px); }
.navigation.pagination { margin-top: 50px; }
.nav-links { display: flex; justify-content: center; gap: 8px; }
.page-numbers { min-width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); font-size: 12px; }
.page-numbers.current { background: var(--ink); color: #fff; }
.location-grid { display: grid; grid-template-columns: 57% 1fr; gap: 9%; align-items: center; }
.location-visual { height: 610px; }
.location-visual img { width: 100%; height: 100%; object-fit: cover; }
.location-info .eyebrow { color: var(--rose); }
.location-info h2 { margin: 18px 0 35px; font: 600 56px var(--serif); letter-spacing: .12em; }
.location-info dl { margin-bottom: 40px; border-top: 1px solid var(--ink); }
.location-info dl div { padding: 24px 0; border-bottom: 1px solid var(--line); }
.location-info dt { margin-bottom: 8px; font: 11.5px var(--sans); letter-spacing: .14em; color: var(--rose); }
.location-info dd { margin: 0; font-size: 15px; color: var(--ink-soft); }
.form-section { background: var(--cream); }
.form-layout { display: grid; grid-template-columns: 35% 1fr; gap: 10%; }
.form-aside .eyebrow { margin-bottom: 22px; color: var(--rose); }
.form-aside h2 { margin-bottom: 25px; font-size: clamp(40px, 4.5vw, 58px); font-weight: 300; line-height: 1.3; }
.form-aside > p { line-height: 2; color: var(--ink-soft); }
.form-aside ul { margin: 40px 0 0; padding: 26px 0 0; border-top: 1px solid var(--line); list-style: none; }
.form-aside li { position: relative; margin: 10px 0; padding-left: 16px; font-size: 14px; color: var(--ink-soft); }
.form-aside li::before { content: ""; position: absolute; left: 0; top: .75em; width: 4px; height: 4px; border-radius: 50%; background: var(--rose); }
.form-panel { padding: 58px; background: var(--paper); }
.silonne-form { display: grid; gap: 26px; }
.silonne-form label { display: grid; gap: 10px; font-size: 14px; font-weight: 500; }
.silonne-form label small { justify-self: end; margin-top: -28px; color: var(--ink-soft); font-weight: 400; }
.silonne-form label em { color: var(--rose); font-style: normal; }
.silonne-form input:not([type="checkbox"]), .silonne-form select, .silonne-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; color: var(--ink); }
.silonne-form input:not([type="checkbox"]), .silonne-form select { height: 50px; }
.silonne-form textarea { min-height: 140px; padding: 14px 0; resize: vertical; }
.silonne-form input:focus, .silonne-form select:focus, .silonne-form textarea:focus { border-color: var(--rose); }
.silonne-form input:disabled { color: #8a837c; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.check-field { display: flex !important; grid-template-columns: 18px 1fr; align-items: flex-start; gap: 10px !important; color: var(--ink-soft); font-weight: 400 !important; cursor: pointer; }
.check-field input { width: 16px; height: 16px; margin: 3px 0 0; accent-color: var(--ink); }
.form-submit { justify-self: start; margin-top: 8px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-success, .form-error { margin-bottom: 28px; padding: 17px 20px; font-size: 14px; }
.form-success { border: 1px solid #7f9e82; background: #edf4ed; color: #39543c; }
.form-error { border: 1px solid #b97970; background: #faeeee; color: #773d36; }
.empty-state { padding: 60px 0; color: var(--ink-soft); }

/* Member */
.member-page { min-height: calc(100vh - 118px); display: grid; grid-template-columns: 52% 48%; }
.member-visual { position: relative; min-height: 800px; overflow: hidden; }
.member-visual::after { content: ""; position: absolute; inset: 0; background: rgba(35,30,25,.12); }
.member-visual img { width: 100%; height: 100%; object-fit: cover; }
.member-panel { display: flex; align-items: center; justify-content: center; padding: 80px; background: var(--cream); }
.member-box { width: min(470px, 100%); }
.member-box > .eyebrow { width: 100%; margin-bottom: 20px; color: var(--rose); text-align: center; }
.member-box h1 { margin-bottom: 15px; font-size: 58px; font-weight: 300; letter-spacing: -.05em; text-align: center; }
.member-box > p { margin-bottom: 40px; font-size: 15px; color: var(--ink-soft); text-align: center; }
.member-form { gap: 22px; }
.form-options { display: flex; align-items: center; justify-content: space-between; }
.form-options a { font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.member-switch { margin: 25px 0 0 !important; text-align: center; font-size: 14px !important; }
.member-switch a { color: var(--rose); text-decoration: underline; text-underline-offset: 4px; }
.mypage-section { background: var(--cream); }
.mypage-grid { display: grid; grid-template-columns: 300px 1fr; gap: 42px; align-items: start; }
.mypage-card { position: sticky; top: 110px; align-self: start; padding: 42px 32px 32px; background: var(--ink); color: #fff; text-align: center; }
.avatar-letter { width: 76px; height: 76px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 22px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font: 500 36px var(--serif); }
.mypage-card h2 { margin-bottom: 7px; font-size: 22px; font-weight: 400; }
.mypage-card p { font-size: 14px; color: rgba(255,255,255,.68); }
.mypage-card dl { margin: 30px 0 24px; padding: 20px 0; border-block: 1px solid rgba(255,255,255,.14); text-align: left; }
.mypage-card dl div { display: flex; justify-content: space-between; gap: 16px; padding: 5px 0; }
.mypage-card dt { font-size: 10.5px; letter-spacing: .11em; color: rgba(255,255,255,.55); }
.mypage-card dd { margin: 0; font: 14px var(--serif); }
.mypage-card nav { display: grid; text-align: left; }
.mypage-card nav a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 14px; color: rgba(255,255,255,.82); }
.mypage-card nav a:hover { color: #fff; }
.mypage-logout { display: inline-block; margin-top: 26px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 13px; }
.mypage-content { display: grid; gap: 28px; }
.mypage-quick-links { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: var(--paper); }
.mypage-quick-links a { min-height: 128px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 7px 14px; padding: 24px; border-right: 1px solid var(--line); transition: background .25s; }
.mypage-quick-links a:last-child { border-right: 0; }
.mypage-quick-links a:hover { background: #fff; }
.mypage-quick-links span { grid-column: 1 / -1; font-size: 10.5px; letter-spacing: .13em; color: var(--rose); }
.mypage-quick-links strong { font-size: 15px; font-weight: 500; }
.mypage-quick-links i { font-style: normal; }
.profile-panel { padding: 56px; background: var(--paper); }
.profile-heading { margin-bottom: 40px; }
.profile-heading .eyebrow { color: var(--rose); }
.profile-heading h2 { margin: 12px 0 0; font-size: 36px; font-weight: 400; }
.member-inquiry-list { border-top: 1px solid var(--ink); }
.member-inquiry-list article { min-height: 100px; display: grid; grid-template-columns: 100px 1fr 70px; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }
.member-inquiry-list time { font: 13px var(--serif); color: var(--ink-soft); }
.member-inquiry-list strong { font-size: 14px; font-weight: 500; }
.member-inquiry-list p { margin: 5px 0 0; font-size: 14px; color: var(--ink-soft); }
.member-inquiry-list > article > span { justify-self: end; font-size: 12px; color: var(--rose); }
.mypage-empty { padding: 44px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.mypage-empty p { margin-bottom: 15px; color: var(--ink-soft); }
.login-required { padding: 90px; background: var(--paper); text-align: center; }
.login-required h2 { font-size: 34px; font-weight: 400; }
.login-required p { margin-bottom: 30px; color: var(--ink-soft); }
.login-required-actions { display: flex; justify-content: center; gap: 12px; }

/* Posts */
.content-section, .single-section { background: var(--paper); }
.prose-content, .single-content { max-width: 820px; }
.prose-content { margin-inline: auto; }
.prose-content > *:first-child, .single-content > *:first-child { margin-top: 0; }
.prose-content h2, .single-content h2 { margin: 55px 0 20px; font-size: 32px; font-weight: 500; }
.prose-content p, .single-content p { margin-bottom: 24px; line-height: 2; }
.single-meta { display: flex; gap: 20px; margin-top: 18px; font-size: 13px; color: var(--ink-soft); }
.back-link { margin-top: 70px; }

/* Footer */
.site-footer { padding: 90px 0 28px; background: #171411; color: rgba(255,255,255,.76); }
.footer-top { display: grid; grid-template-columns: 1fr 1.2fr; gap: 10%; padding-bottom: 70px; }
.footer-brand .brand-word { display: block; margin-bottom: 25px; color: #fff; font-size: 36px; }
.footer-brand p { font-size: 14.5px; line-height: 1.9; color: rgba(255,255,255,.62); }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.footer-links > div { display: flex; flex-direction: column; gap: 11px; }
.footer-links strong { margin-bottom: 12px; font: 11.5px var(--sans); letter-spacing: .14em; color: var(--rose-light); }
.footer-links a { font-size: 14px; color: rgba(255,255,255,.72); }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin: 0; font-size: 11.5px; letter-spacing: .025em; color: rgba(255,255,255,.46); }
.footer-bottom span { margin: 0 6px; }
.floating-tools { position: fixed; z-index: 80; right: 24px; bottom: 24px; display: grid; width: 112px; padding: 7px; border: 1px solid rgba(36,31,27,.12); background: rgba(251,250,247,.93); box-shadow: 0 18px 54px rgba(36,31,27,.16); backdrop-filter: blur(14px); opacity: 0; transform: translateY(18px); pointer-events: none; transition: opacity .35s, transform .35s; }
.floating-tools.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.floating-tools a, .floating-tools button { min-height: 46px; display: grid; grid-template-columns: 24px 1fr; align-items: center; gap: 7px; padding: 0 9px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 12px; text-align: left; cursor: pointer; transition: background .2s, color .2s; }
.floating-tools button { border-bottom: 0; }
.floating-tools a:hover, .floating-tools button:hover { background: var(--cream); }
.floating-tools .floating-primary { background: var(--rose); color: #fff; }
.floating-tools .floating-primary:hover { background: #9f6865; }
.floating-tools i { display: inline-flex; align-items: center; justify-content: center; font: 500 15px var(--serif); }
.floating-tools span { white-space: nowrap; }
.scroll-progress { position: fixed; z-index: 150; top: 0; left: 0; right: 0; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--rose); transform: scaleX(0); transform-origin: left center; will-change: transform; }

/* Motion */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .85s cubic-bezier(.22,.61,.36,1), transform .85s cubic-bezier(.22,.61,.36,1); transition-delay: var(--reveal-delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--rose); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .craft-media img, .studio-section > img[data-parallax] { transform: none; } * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }

@media (max-width: 1180px) {
	:root { --shell: min(100% - 64px, 1120px); }
	.nav-menu { gap: 18px; }
	.member-navigation > a:not(.header-cta) { display: none; }
	.hero { height: 720px; min-height: 700px; }
	.hero-copy { width: min(820px, 86vw); }
	.section-pad { padding: 120px 0; }
	.craft-media { min-height: 680px; }
	.craft-copy { padding-inline: 60px; }
	.review-card { padding-inline: 26px; }
	.member-panel { padding: 60px; }
}

@media (max-width: 900px) {
	:root { --shell: calc(100% - 48px); }
	.admin-bar .site-header.is-scrolled { top: 46px; }
	.header-inner { height: 72px; justify-content: space-between; }
	.brand-word { font-size: 25px; }
	.menu-toggle { display: flex; }
	.header-navigation { position: fixed; inset: 106px 0 0; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; padding: 40px 24px 30px; background: var(--paper); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .25s, transform .25s; }
	.main-navigation { position: static; transform: none; }
	.site-header.is-scrolled .header-navigation { inset-block-start: 72px; }
	.menu-open .header-navigation { opacity: 1; pointer-events: auto; transform: none; }
	.menu-open .menu-toggle-lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
	.menu-open .menu-toggle-lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
	.nav-menu { display: block; padding: 0; }
	.nav-menu li { border-bottom: 1px solid var(--line); }
	.nav-menu a { display: block; padding: 14px 0; font-size: 23px; font-weight: 300; }
	.nav-menu a::after { display: none; }
	.member-navigation { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
	.member-navigation > a:not(.header-cta) { display: block; font-size: 14px; }
	.member-navigation .header-cta { grid-column: 1 / -1; justify-content: center; }
	.hero { height: 740px; min-height: 0; }
	.hero-media::after { background: rgba(27,23,19,.5); }
	.hero-copy { width: 88vw; }
	.hero-copy h1, .hero-copy h2 { font-size: 54px; }
	.manifesto-grid { grid-template-columns: 1fr; gap: 45px; }
	.manifesto-aside p br { display: none; }
	.section-heading { grid-template-columns: 1fr; gap: 32px; }
	.program-row { grid-template-columns: 64px 1fr 45px; padding: 26px 0; }
	.program-row > p { grid-column: 2 / 3; }
	.program-row > a { grid-column: 3; grid-row: 1 / span 2; }
	.craft-section { grid-template-columns: 1fr; }
	.craft-media { min-height: 720px; }
	.craft-copy { padding: 100px var(--shell-pad, 48px); }
	.review-heading .line-link { position: static; margin-top: 28px; }
	.review-grid { grid-template-columns: 1fr; }
	.review-card { min-height: 290px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
	.faq-layout { grid-template-columns: 1fr; gap: 58px; }
	.faq-heading { position: static; }
	.faq-heading p { max-width: 560px; }
	.notice-layout { grid-template-columns: 1fr; gap: 50px; }
	.about-story-grid { grid-template-columns: 1fr; gap: 70px; }
	.about-image { height: 700px; }
	.principle-grid { grid-template-columns: 1fr; }
	.principle-grid article { min-height: 245px; border-right: 0; border-bottom: 1px solid var(--line); }
	.principle-grid h3 { margin-top: 38px; }
	.program-detail { grid-template-columns: 70px 1fr; gap: 35px; }
	.program-detail-meta { grid-column: 2; flex-direction: row; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; }
	.location-grid { grid-template-columns: 1fr; gap: 70px; }
	.form-layout { grid-template-columns: 1fr; gap: 65px; }
	.member-page { min-height: auto; grid-template-columns: 1fr; }
	.member-visual { min-height: 480px; }
	.member-panel { padding-block: 90px; }
	.mypage-grid { grid-template-columns: 1fr; }
	.mypage-card { position: static; max-width: none; }
	.footer-top { grid-template-columns: 1fr; gap: 65px; }
}

@media (max-width: 600px) {
	:root { --shell: calc(100% - 36px); }
	body { font-size: 15.5px; line-height: 1.72; }
	.section-pad { padding: 88px 0; }
	.announcement-inner > span { display: none; }
	.announcement-inner { justify-content: center; }
	.header-inner { height: 68px; }
	.site-header.is-scrolled .header-navigation { inset-block-start: 68px; }
	.header-navigation { inset-block-start: 102px; }
	.brand { min-width: 0; }
	.brand-word { font-size: 22px; }
	.brand-note { font-size: 8px; }
	.menu-toggle-label { display: none; }
	.hero { height: 690px; }
	.hero-slide { align-items: center; padding: 34px 0 74px; }
	.hero-media img { object-position: center; }
	.hero-media::after { background: rgba(27,23,19,.55); }
	.hero-copy { width: 100%; }
	.hero-copy .eyebrow { margin-bottom: 18px; }
	.hero-copy h1, .hero-copy h2 { margin-bottom: 22px; font-size: 39px; line-height: 1.27; }
	.hero-copy p { margin-bottom: 28px; font-size: 15px; line-height: 1.75; }
	.hero-actions { gap: 20px; }
	.hero .button { min-height: 48px; padding-inline: 21px; }
	.hero-controls { bottom: 16px; gap: 10px; }
	.hero-arrow { width: 36px; height: 36px; }
	.hero-counter { min-width: 68px; gap: 7px; }
	.hero-counter i { width: 22px; }
	.manifesto-grid { gap: 30px; }
	.manifesto-copy h2 { font-size: 34px; line-height: 1.42; }
	.manifesto-copy > p { font-size: 15px; }
	.value-grid { grid-template-columns: 1fr; }
	.value-grid > div { min-height: 128px; padding-inline: 24px; border-right: 0; border-bottom: 1px solid var(--line); }
	.value-grid > div:last-child { border-bottom: 0; }
	.section-heading { margin-bottom: 50px; }
	.section-heading h2, .review-heading h2 { font-size: 38px; }
	.section-heading > p { font-size: 15px; }
	.program-row { grid-template-columns: 45px 1fr 24px; gap: 10px; }
	.program-title h3 { font-size: 20px; }
	.program-row > p { font-size: 14px; line-height: 1.7; }
	.program-row:hover { padding-inline: 0; }
	.craft-media { min-height: 540px; }
	.craft-copy { padding: 78px 24px; }
	.craft-copy h2 { font-size: 37px; }
	.check-list li { font-size: 14px; line-height: 1.65; }
	.review-card { padding: 35px 22px 28px; }
	.review-card > p { font-size: 15px; line-height: 1.85; }
	.review-card > div span { display: none; }
	.studio-section { height: 650px; }
	.studio-section > img { object-position: 64% center; }
	.studio-overlay { left: 18px; right: 18px; width: auto; }
	.studio-overlay h2 { font-size: 40px; }
	.faq-layout { gap: 42px; }
	.faq-heading h2 { font-size: 39px; }
	.faq-heading p { font-size: 15px; }
	.faq-item button { min-height: 84px; gap: 14px; padding-block: 18px; }
	.faq-item button > span { align-items: flex-start; gap: 14px; font-size: 16.5px; line-height: 1.55; }
	.faq-item button i { min-width: 24px; font-size: 13px; padding-top: 3px; }
	.faq-item button b { flex-basis: 18px; width: 18px; }
	.faq-item button b::before, .faq-item button b::after { width: 18px; }
	.faq-answer p { padding-left: 38px; padding-right: 20px; font-size: 14.5px; }
	.notice-title h2 { font-size: 38px; }
	.notice-row { grid-template-columns: 78px 1fr 20px; gap: 10px; }
	.closing-cta { padding: 90px 0; }
	.closing-cta h2 { font-size: 38px; }
	.closing-cta > div > div { gap: 20px; }
	.page-hero, .compact-hero { min-height: 400px; padding: 75px 0; }
	.editorial-hero, .program-hero { min-height: 470px; }
	.page-hero h1, .compact-hero h1 { font-size: 43px; line-height: 1.25; }
	.page-hero p { font-size: 15px; }
	.about-image { height: 540px; }
	.about-copy h2 { font-size: 37px; }
	.about-space { height: 650px; }
	.about-space-copy { padding: 0 22px; }
	.about-space-copy h2 { font-size: 40px; }
	.program-detail { grid-template-columns: 40px 1fr; gap: 18px; padding: 50px 0; }
	.program-detail-index { font-size: 23px; }
	.program-detail-main h2 { font-size: 32px; }
	.program-detail-meta { gap: 10px; }
	.program-detail-meta span { font-size: 10.5px; }
	.review-archive-grid { grid-template-columns: 1fr; }
	.review-story { border-right: 0; }
	.review-story a { min-height: 330px; padding: 34px 22px; }
	.notice-table-head { display: none; }
	.notice-table-row { min-height: 90px; grid-template-columns: 82px 1fr 20px; gap: 8px; padding: 0; }
	.location-visual { height: 430px; }
	.location-info h2 { font-size: 44px; }
	.form-panel { padding: 32px 22px; }
	.field-row { grid-template-columns: 1fr; gap: 24px; }
	.member-visual { min-height: 310px; }
	.member-panel { padding: 70px 18px; }
	.member-box h1 { font-size: 46px; }
	.profile-panel { padding: 36px 22px; }
	.mypage-quick-links { grid-template-columns: 1fr; }
	.mypage-quick-links a { min-height: 92px; border-right: 0; border-bottom: 1px solid var(--line); }
	.mypage-quick-links a:last-child { border-bottom: 0; }
	.member-inquiry-list article { grid-template-columns: 76px 1fr; padding: 18px 0; }
	.member-inquiry-list > article > span { grid-column: 2; justify-self: start; }
	.login-required { padding: 60px 20px; }
	.footer-top { padding-bottom: 50px; }
	.footer-links { grid-template-columns: 1fr 1fr; gap: 40px 30px; }
	.footer-bottom { flex-direction: column; gap: 10px; }
	.site-footer { padding-bottom: 106px; }
	.floating-tools { left: 12px; right: 12px; bottom: 10px; width: auto; grid-template-columns: repeat(3, 1fr); padding: 6px; }
	.floating-tools a, .floating-tools button { min-height: 54px; grid-template-columns: 1fr; grid-template-rows: 20px auto; justify-items: center; gap: 2px; padding: 5px 3px; border-right: 1px solid var(--line); border-bottom: 0; font-size: 11.5px; text-align: center; }
	.floating-tools button { border-right: 0; }
	.floating-tools i { font-size: 16px; }
}
