:root {
	--ink: #17130f;
	--muted: #716a62;
	--paper: #f6f2eb;
	--paper-deep: #ece4d9;
	--red: #c72e1f;
	--gold: #c49a51;
	--line: rgba(23, 19, 15, .14);
	--white: #fff;
	--wrap: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.sub-site {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.7;
	word-break: keep-all;
}
body.is-nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 10px 16px; background: #000; color: #fff; }
.skip-link:focus { top: 10px; }
.content-wrap { width: min(var(--wrap), calc(100% - 48px)); margin-inline: auto; }

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	background: rgba(246, 242, 235, .94);
	backdrop-filter: blur(16px);
}
.site-header__inner { display: flex; align-items: center; width: min(1400px, calc(100% - 48px)); height: 92px; margin: auto; }
.site-logo { display: flex; align-items: center; width: 112px; height: 70px; }
.site-logo img { width: 105px; max-height: 67px; object-fit: contain; }
.site-nav { display: flex; align-items: stretch; gap: 38px; height: 100%; margin-left: auto; }
.site-nav a { position: relative; display: grid; place-items: center; font-weight: 700; letter-spacing: -.02em; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 22px; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .25s; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-call { margin-left: 42px; padding: 12px 18px; border: 1px solid var(--ink); border-radius: 999px; font-weight: 800; }
.header-call span { color: var(--red); }
.nav-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; border: 0; background: transparent; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .25s; }

.page-hero { position: relative; min-height: 650px; overflow: hidden; background: #201c17; color: #fff; }
.page-hero__media { position: absolute; inset: 0; }
.page-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,13,10,.86) 0%, rgba(16,13,10,.48) 55%, rgba(16,13,10,.18) 100%); }
.page-hero__media img, .page-hero__media video { width: 100%; height: 100%; object-fit: cover; }
.page-hero__inner { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; min-height: 650px; padding-block: 130px 88px; }
.page-hero .eyebrow { color: #e8c47c; }
.page-hero h1 { max-width: 900px; margin: 14px 0 24px; font-size: clamp(3.4rem, 7vw, 7.2rem); font-weight: 900; line-height: .98; letter-spacing: -.07em; }
.page-hero__lead { max-width: 680px; margin: 0; color: rgba(255,255,255,.84); font-size: clamp(1.05rem, 1.7vw, 1.32rem); line-height: 1.7; }
.eyebrow { margin: 0 0 14px; color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.page-index { border-bottom: 1px solid var(--line); background: var(--white); }
.page-index .content-wrap { display: flex; gap: 24px; overflow-x: auto; }
.page-index a { flex: 0 0 auto; padding: 21px 0 18px; border-bottom: 3px solid transparent; color: var(--muted); font-size: .92rem; font-weight: 700; }
.page-index a:hover { border-color: var(--red); color: var(--ink); }

.editorial-section { padding: 140px 0; }
.editorial-section--white { background: var(--white); }
.editorial-section--dark { background: var(--ink); color: var(--white); }
.editorial-section--red { background: var(--red); color: var(--white); }
.section-heading { margin-bottom: 60px; }
.section-heading h2 { max-width: 860px; margin: 0; font-size: clamp(2.25rem, 5vw, 4.7rem); line-height: 1.12; letter-spacing: -.06em; }
.section-heading > p:not(.eyebrow) { max-width: 620px; margin: 24px 0 0; color: var(--muted); }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); align-items: end; gap: 50px; }
.section-heading--split > p { margin: 0; padding-bottom: 8px; }
.editorial-section--dark .section-heading > p:not(.eyebrow), .editorial-section--red .section-heading > p:not(.eyebrow) { color: rgba(255,255,255,.68); }

.story-lead { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding: 140px 0; }
.story-lead__year { font-size: clamp(5rem, 13vw, 11rem); font-weight: 900; line-height: .8; letter-spacing: -.08em; }
.story-lead__copy h2 { margin: 0 0 32px; font-size: clamp(2.1rem, 4vw, 4rem); line-height: 1.18; letter-spacing: -.055em; }
.story-lead__copy p { margin: 0 0 20px; color: var(--muted); font-size: 1.12rem; }
.story-lead__copy strong { color: var(--red); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.feature-card { min-height: 350px; padding: 42px; background: var(--paper); }
.feature-card__number { display: block; margin-bottom: 92px; color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .16em; }
.feature-card h3 { margin: 0 0 14px; font-size: 1.65rem; line-height: 1.3; }
.feature-card p { margin: 0; color: var(--muted); }

.image-story { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 680px; background: var(--white); }
.image-story__media { min-height: 580px; overflow: hidden; }
.image-story__media img, .image-story__media video { width: 100%; height: 100%; object-fit: cover; }
.image-story__copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw; }
.image-story__copy h2 { margin: 0 0 26px; font-size: clamp(2.2rem, 4vw, 4.5rem); line-height: 1.1; letter-spacing: -.06em; }
.image-story__copy p { margin: 0 0 18px; color: var(--muted); }

.menu-block + .menu-block { margin-top: 120px; }
.menu-block__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.menu-block__head h2 { margin: 0; font-size: clamp(2.15rem, 4vw, 3.8rem); letter-spacing: -.055em; }
.menu-block__head p { max-width: 500px; margin: 0; color: var(--muted); text-align: right; }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 24px; }
.menu-card { margin: 0; }
.menu-card__image { position: relative; overflow: hidden; aspect-ratio: 1; background: var(--paper-deep); }
.menu-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.menu-card:hover img { transform: scale(1.035); }
.menu-card figcaption { display: flex; align-items: center; justify-content: space-between; padding: 17px 2px 0; font-size: 1.08rem; font-weight: 800; }
.menu-card figcaption small { color: var(--muted); font-size: .72rem; letter-spacing: .12em; }

.store-search-shell { padding: 70px; background: var(--white); box-shadow: 0 25px 80px rgba(46,33,20,.08); }
.store-search-form { display: flex; max-width: 860px; margin: 0 auto 60px; border-bottom: 3px solid var(--ink); }
.store-search-form input[type="text"] { flex: 1; min-width: 0; padding: 21px 8px; border: 0; outline: none; background: transparent; font-size: clamp(1.15rem, 2.5vw, 1.65rem); font-weight: 700; }
.store-search-form button { width: 64px; border: 0; background: transparent; cursor: pointer; font-size: 1.6rem; }
.store-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.store-list .list_box { min-width: 0; border: 1px solid var(--line); background: var(--white); transition: transform .25s, box-shadow .25s; }
.store-list .list_box:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(34,25,17,.1); }
.store-list .list_box > a { display: block; height: 100%; padding: 25px; }
.store-list .img_box { display: none; }
.store-list .store_name { margin-bottom: 18px; font-size: 1.12rem; font-weight: 850; }
.store-list .store_info ul { margin: 0; padding: 0; list-style: none; }
.store-list .store_info li { position: relative; margin-top: 8px; padding-left: 22px; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.store-list .store_info i { position: absolute; left: 0; top: 3px; font-style: normal; }
.store-list .store_info i::before { content: "·"; }
.clone-loading, .clone-empty { grid-column: 1 / -1; padding: 60px 20px; color: var(--muted); text-align: center; }
#storePagination { margin-top: 42px; }
#storePagination .ui-pagenate { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }
#storePagination button { min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid var(--line); background: var(--white); cursor: pointer; }
#storePagination button:hover, #storePagination button[aria-current="page"] { border-color: var(--red); background: var(--red); color: var(--white); }
#storePagination button:disabled { opacity: .35; cursor: default; }
.clone-store-modal { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(12,10,8,.78); }
.clone-store-modal.is-open { display: flex; }
.clone-store-dialog { position: relative; width: min(640px, 100%); max-height: calc(100vh - 48px); overflow: auto; background: var(--white); }
.clone-store-close { position: absolute; right: 18px; top: 18px; z-index: 2; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 1.5rem; }
.clone-store-head { padding: 48px 38px 32px; }
.clone-store-head h3 { margin: 0 55px 20px 0; font-size: 1.9rem; line-height: 1.3; }
.clone-store-info p { margin: 8px 0; color: var(--muted); }
.clone-store-info i { display: none; }
.clone-store-map { width: 100%; height: 330px; border: 0; background: #eee; }
.clone-modal-open { overflow: hidden; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.18); }
.benefit-card { min-height: 215px; padding: 35px; background: var(--red); }
.benefit-card span { display: block; margin-bottom: 42px; color: rgba(255,255,255,.6); font-size: .78rem; letter-spacing: .14em; }
.benefit-card h3 { margin: 0; font-size: 1.3rem; line-height: 1.4; }
.process-list { counter-reset: process; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 70px; margin: 0; padding: 0; list-style: none; }
.process-list li { counter-increment: process; display: grid; grid-template-columns: 75px 1fr; gap: 20px; padding: 32px 0; border-top: 1px solid var(--line); }
.process-list li::before { content: counter(process, decimal-leading-zero); color: var(--red); font-size: 1.2rem; font-weight: 900; }
.process-list h3 { margin: 0 0 8px; font-size: 1.2rem; }
.process-list p { margin: 0; color: var(--muted); font-size: .94rem; }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-card { min-height: 230px; padding: 38px; border: 1px solid var(--line); background: var(--white); }
.contact-card small { display: block; margin-bottom: 42px; color: var(--red); font-weight: 900; letter-spacing: .15em; }
.contact-card h3 { margin: 0 0 8px; font-size: 1.5rem; }
.contact-card p, .contact-card address { margin: 0; color: var(--muted); font-style: normal; }
.contact-card a { font-weight: 800; }

.editorial-form { padding: 60px; background: var(--white); }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 24px; }
.form-grid label > span:first-child { display: block; margin-bottom: 9px; font-size: .9rem; font-weight: 800; }
.form-grid b { color: var(--red); }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 15px 2px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--red); }
.form-wide { grid-column: 1 / -1; }
.select-pair { display: grid !important; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-submit { display: flex; align-items: center; gap: 14px; margin-top: 40px; }
.form-consent { margin-right: 0; font-size: .88rem; }
.form-submit > a { color: var(--muted); font-size: .82rem; text-decoration: underline; }
.form-submit .button { margin-left: auto; }
.clone-form-status { display: none; margin: 18px 0 0; padding: 14px 16px; font-size: .9rem; }
.clone-form-status.is-visible { display: block; }
.clone-form-status.is-success { background: #edf7ef; color: #17682b; }
.clone-form-status.is-error { background: #fff0ed; color: #9a2319; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; font-weight: 850; cursor: pointer; }
.button--dark { background: var(--ink); color: var(--white); }
.button--light { border-color: var(--white); color: var(--white); }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 70px; background: var(--ink); color: var(--white); }
.cta-panel h2 { max-width: 700px; margin: 0; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.15; letter-spacing: -.055em; }
.cta-panel p { margin: 16px 0 0; color: rgba(255,255,255,.68); }
.cta-panel__buttons { display: flex; flex: 0 0 auto; gap: 10px; }

.faq-section { padding: 140px 0; background: var(--white); }
.faq-list { border-top: 2px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; gap: 22px; padding: 28px 8px; font-size: 1.08rem; font-weight: 800; list-style: none; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; margin-left: auto; font-size: 1.6rem; font-weight: 300; }
.faq-item[open] summary::after { content: "−"; }
.faq-item summary span, .faq-answer > span { color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.faq-answer { display: flex; gap: 22px; padding: 0 8px 30px; }
.faq-answer p { max-width: 900px; margin: 0; color: var(--muted); }

.site-footer { padding: 70px 0; background: #17130f; color: rgba(255,255,255,.7); }
.site-footer__inner { display: grid; grid-template-columns: 280px 1fr; gap: 80px; width: min(var(--wrap), calc(100% - 48px)); margin: auto; }
.site-footer__brand img { width: 105px; filter: grayscale(1) brightness(3); }
.site-footer__brand p { font-size: .92rem; }
.site-footer__info h2 { margin: 0 0 18px; color: #fff; font-size: .85rem; letter-spacing: .12em; }
.site-footer address { font-style: normal; }
.site-footer address p { margin: 3px 0; }
.site-footer__links { display: flex; gap: 18px; margin-top: 20px; color: #fff; font-size: .88rem; }
.copyright { margin: 28px 0 0; color: rgba(255,255,255,.35); font-size: .78rem; }

@media (max-width: 960px) {
	.site-header__inner { height: 76px; }
	.site-logo { width: 88px; height: 60px; }
	.site-logo img { width: 82px; }
	.site-nav { position: fixed; inset: 76px 0 auto; display: none; height: calc(100vh - 76px); padding: 30px 24px; background: var(--paper); }
	.site-nav.is-open { display: block; }
	.site-nav a { display: block; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 1.3rem; }
	.site-nav a::after { display: none; }
	.header-call { margin-left: auto; }
	.nav-toggle { display: block; margin-left: 10px; }
	.page-hero, .page-hero__inner { min-height: 580px; }
	.feature-grid, .store-list, .contact-grid { grid-template-columns: repeat(2, 1fr); }
	.menu-grid { grid-template-columns: repeat(2, 1fr); }
	.image-story { grid-template-columns: 1fr; }
	.image-story__copy { padding: 80px 7vw; }
	.benefit-grid { grid-template-columns: repeat(2, 1fr); }
	.process-list { grid-template-columns: 1fr; }
	.store-search-shell { padding: 45px 35px; }
}

@media (max-width: 680px) {
	body.sub-site { font-size: 16px; }
	.content-wrap, .site-header__inner, .site-footer__inner { width: min(100% - 32px, var(--wrap)); }
	.header-call { padding: 9px 12px; font-size: .78rem; }
	.header-call span { display: none; }
	.page-hero, .page-hero__inner { min-height: 530px; }
	.page-hero__inner { padding-block: 100px 58px; }
	.page-hero h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
	.page-hero__media::after { background: linear-gradient(0deg, rgba(16,13,10,.88), rgba(16,13,10,.28)); }
	.editorial-section, .faq-section { padding: 90px 0; }
	.section-heading { margin-bottom: 42px; }
	.section-heading--split { grid-template-columns: 1fr; gap: 10px; }
	.story-lead { grid-template-columns: 1fr; gap: 48px; padding: 90px 0; }
	.feature-grid, .store-list, .contact-grid, .menu-grid { grid-template-columns: 1fr; }
	.feature-card { min-height: 270px; padding: 32px; }
	.feature-card__number { margin-bottom: 60px; }
	.menu-block + .menu-block { margin-top: 80px; }
	.menu-block__head { display: block; }
	.menu-block__head p { margin-top: 12px; text-align: left; }
	.image-story__media { min-height: 390px; }
	.benefit-grid { grid-template-columns: 1fr; }
	.benefit-card { min-height: 170px; }
	.store-search-shell { padding: 28px 18px; }
	.store-search-form { margin-bottom: 38px; }
	.store-list .list_box > a { padding: 22px; }
	.editorial-form { padding: 32px 20px; }
	.form-grid { grid-template-columns: 1fr; }
	.form-wide { grid-column: auto; }
	.form-submit { align-items: flex-start; flex-wrap: wrap; }
	.form-submit .button { width: 100%; margin: 14px 0 0; }
	.cta-panel { display: block; padding: 46px 28px; }
	.cta-panel__buttons { margin-top: 30px; }
	.site-footer__inner { grid-template-columns: 1fr; gap: 38px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
