.hc-story-archive {
    --story-ink: #19231d;
    --story-forest: #102f25;
    --story-gold: #ba9555;
    --story-paper: #f7f1e6;
    --story-paper-deep: #e9dfcc;
    --story-line: rgba(108, 79, 39, .28);
    overflow: hidden;
    background: #fff;
    color: var(--story-ink);
}

.hc-story-archive img { display: block; max-width: 100%; }
.hc-story-archive__hero { position: relative; height: var(--hc-subpage-banner-height, 500px); min-height: var(--hc-subpage-banner-height, 500px); overflow: hidden; background: var(--story-forest); color: #fff; }
.hc-story-archive__hero > img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hc-story-archive__hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 25, 18, .68), rgba(4, 25, 18, .22) 60%, rgba(4, 25, 18, .35)); }
.hc-story-archive__hero-inner { position: absolute; inset: 0; z-index: 1; box-sizing: border-box; width: 100%; max-width: 1200px; margin: auto; padding: 78px 62px 54px; display: flex; align-items: flex-start; flex-direction: column; justify-content: flex-start; text-align: left; }
.hc-story-archive .hc-eyebrow { margin: 0 0 16px; color: var(--story-gold); letter-spacing: .2em; 12px; }
.hc-story-archive__hero h1 { max-width: 580px; margin: 0; color: #fff; font: 400 64px/1.18 'Noto Serif KR', Georgia, serif; letter-spacing: -.05em; }
.hc-story-archive__hero-rule { width: 75px; height: 1px; margin: 23px 0; background: #d3b16f; }
.hc-story-archive__hero p { margin: 0; color: rgba(255,255,255,.86); font-size: 14px; }
.hc-story-archive__hero-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 26px; padding: 11px 17px; border: 1px solid rgba(211, 177, 111, .88); color: #fff; font-size: 12px; letter-spacing: .04em; text-decoration: none; transition: background .2s ease, color .2s ease; }
.hc-story-archive__hero-link i { color: #d3b16f; }
.hc-story-archive__hero-link:hover, .hc-story-archive__hero-link:focus-visible { background: #d3b16f; color: #102f25; text-decoration: none; }
.hc-story-archive__hero-link:hover i, .hc-story-archive__hero-link:focus-visible i { color: #102f25; }

.hc-story-archive__origin { max-width: 1200px; min-height: 490px; margin: 50px auto 0; display: grid; grid-template-columns: 46% 54%; background: #fff; box-shadow: 0 0 0 100vmax #fff; clip-path: inset(0 -100vmax); }
.hc-story-archive__origin-copy { padding: 68px 52px 58px 58px; }
.hc-story-archive__origin-copy h2, .hc-story-archive__history-copy h2, .hc-story-archive__path h2, .hc-story-archive__catalog h2 { margin: 0; font: 400 clamp(31px, 3.4vw, 47px)/1.2 'Noto Serif KR', Georgia, serif; letter-spacing: -.07em; }
.hc-story-archive__rule { width: 43px; height: 2px; margin: 21px 0 27px; background: var(--story-gold); }
.hc-story-archive__origin-copy p, .hc-story-archive__history-copy p { margin: 0 0 19px; color: #716d65; font-size: 14px; line-height: 1.85; }
.hc-story-archive__facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 30px; }
.hc-story-archive__facts span { display: flex; align-items: center; flex-direction: column; gap: 9px; color: #56534c; 12px; text-align: center; }
.hc-story-archive__facts i { width: 43px; height: 43px; border: 1px solid #caa66a; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--story-forest); font-size: 18px; }
.hc-story-archive__botanical { position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #fff; }
.hc-story-archive__botanical:before { content: ''; position: absolute; inset: 26px; border: 1px solid var(--story-line); }
.hc-story-archive__botanical img { width: 74%; height: 88%; object-fit: contain; mix-blend-mode: multiply; }
.hc-story-archive__botanical-label { position: absolute; color: #777064; font: italic 12px Georgia, serif; }
.hc-story-archive__botanical-label:after { content: ''; position: absolute; top: 50%; width: 48px; height: 1px; background: #a89471; }
.hc-story-archive__botanical-label--flower { top: 22%; left: 12%; }.hc-story-archive__botanical-label--flower:after { left: calc(100% + 9px); }
.hc-story-archive__botanical-label--leaf { top: 45%; left: 11%; }.hc-story-archive__botanical-label--leaf:after { left: calc(100% + 9px); }
.hc-story-archive__botanical-label--fruit { bottom: 27%; left: 15%; }.hc-story-archive__botanical-label--fruit:after { left: calc(100% + 9px); }
.hc-story-archive__botanical-label--branch { right: 11%; bottom: 35%; }.hc-story-archive__botanical-label--branch:after { right: calc(100% + 9px); }

.hc-story-archive__history { max-width: 1200px; min-height: 430px; margin: 0 auto; border-top: 50px solid var(--story-paper-deep); border-bottom: 50px solid var(--story-paper-deep); display: grid; grid-template-columns: 43% 57%; background: var(--story-paper-deep); box-shadow: 0 0 0 100vmax var(--story-paper-deep); clip-path: inset(0 -100vmax); }
.hc-story-archive__history-image { min-height: 430px; overflow: hidden; }
.hc-story-archive__history-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hc-story-archive__history-copy { padding: 65px 58px 55px; background: #f7f0e5; }
.hc-story-archive__history-copy .hc-eyebrow { color: var(--story-forest); }
.hc-story-archive__archive-note { display: flex; align-items: center; gap: 13px; margin-top: 27px; padding-top: 19px; border-top: 1px solid var(--story-line); color: #746e62; font-size: 12px; line-height: 1.6; }
.hc-story-archive__archive-note i { color: var(--story-gold); font-size: 21px; }

.hc-story-archive__path { margin-top: 0; background: var(--story-forest); color: #fff; }
.hc-story-archive__path-inner { max-width: 1200px; margin: auto; padding: 52px 42px 57px; }
.hc-story-archive__path .hc-eyebrow { color: #c7a466; }
.hc-story-archive__path h2 { font-size: 36px; color: #fff; }
.hc-story-archive__chips { display: flex; flex-wrap: wrap; gap: 11px; margin: 25px 0 38px; }
.hc-story-archive__chips span { padding: 9px 15px; border: 1px solid rgba(213, 172, 102, .75); border-radius: 999px; color: #eee2c9; 12px; }
.hc-story-archive__steps { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 17px; }
.hc-story-archive__steps:before { content: ''; position: absolute; top: 20px; left: 5%; right: 5%; height: 1px; background: rgba(213, 172, 102, .65); }
.hc-story-archive__step { position: relative; z-index: 1; text-align: center; }
.hc-story-archive__step-icon { width: 40px; height: 40px; margin: 0 auto 16px; border: 1px solid #d5ac66; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--story-forest); color: #d5ac66; }
.hc-story-archive__step img { width: 100%; height: 112px; object-fit: cover; opacity: .92; }
.hc-story-archive__step h3 { margin: 13px 0 7px; color: #fff; font: 600 13px 'Noto Serif KR', serif; }
.hc-story-archive__step p { min-height: 54px; margin: 0; color: rgba(255,255,255,.66); 12px; line-height: 1.65; }

.hc-story-archive__catalog { margin-top: 50px; margin-bottom: 50px; background: #fff; }
.hc-story-archive__catalog-inner { max-width: 1200px; margin: auto; padding: 54px 42px 64px; }
.hc-story-archive__catalog .hc-eyebrow { color: #857047; }
.hc-story-archive__catalog h2 { font-size: 34px; }
.hc-story-archive__catalog > div > p { margin: 11px 0 22px; color: #777168; font-size: 12px; }
.hc-story-archive__catalog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.hc-story-archive__catalog-grid a { display: block; padding: 6px; border: 1px solid var(--story-forest); background: #fff; }
.hc-story-archive__catalog-grid img { width: 60%; height: auto; margin: 0 auto; }

@media (max-width: 900px) {
    .hc-story-archive__origin { grid-template-columns: 1fr; }
    .hc-story-archive__botanical { min-height: 420px; }
    .hc-story-archive__history { grid-template-columns: 1fr; }
    .hc-story-archive__history-image { height: 330px; min-height: 330px; }
    .hc-story-archive__steps { grid-template-columns: repeat(3, 1fr); row-gap: 32px; }
    .hc-story-archive__steps:before { display: none; }
}

@media (max-width: 600px) {
    .hc-story-archive__hero { height: var(--hc-subpage-banner-height-mobile, 480px); min-height: var(--hc-subpage-banner-height-mobile, 480px); }
    .hc-story-archive__hero-inner { padding: 64px 22px 34px; justify-content: flex-start; }
    .hc-story-archive__hero h1 { font-size: 34px; }
    .hc-story-archive__hero p { font-size: 12px; }
    .hc-story-archive__origin-copy { padding: 45px 24px 38px; }
    .hc-story-archive__origin-copy h2, .hc-story-archive__history-copy h2 { font-size: 34px; }
    .hc-story-archive__facts { gap: 4px; }
    .hc-story-archive__facts span { font-size: 12px; }
    .hc-story-archive__facts i { width: 37px; height: 37px; font-size: 15px; }
    .hc-story-archive__botanical { min-height: 340px; }
    .hc-story-archive__botanical-label { display: none; }
    .hc-story-archive__history-copy { padding: 43px 24px; }
    .hc-story-archive__path-inner { padding: 44px 20px 48px; }
    .hc-story-archive__path h2 { font-size: 30px; }
    .hc-story-archive__steps { grid-template-columns: repeat(2, 1fr); gap: 26px 10px; }
    .hc-story-archive__step img { height: 100px; }
    .hc-story-archive__step p { min-height: 0; }
    .hc-story-archive__catalog-inner { padding: 44px 20px 52px; }
    .hc-story-archive__catalog-grid { grid-template-columns: 1fr; gap: 16px; }
}
