:root {
	--forest: #16342d;
	--forest-deep: #0d211d;
	--moss: #69765b;
	--sand: #e7dfcf;
	--cream: #f5f2ea;
	--orange: #df713d;
	--ink: #17201d;
	--white: #ffffff;
	--line: rgba(22, 52, 45, 0.14);
	--shadow: 0 24px 60px rgba(13, 33, 29, 0.12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body { background: var(--cream); color: var(--ink); font-family: "Noto Sans TC", sans-serif; overflow-x: hidden; }

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

ul { list-style: none; }

/* header */
header { align-items: center; display: flex; height: 88px; justify-content: space-between; left: 0; padding: 0 6vw; position: fixed; top: 0; transition: background 0.35s ease, box-shadow 0.35s ease, height 0.35s ease; width: 100%; z-index: 100; }
header.is-scrolled { background: rgba(245, 242, 234, 0.94); box-shadow: 0 10px 35px rgba(13, 33, 29, 0.08); height: 72px; backdrop-filter: blur(16px); }
header .header-brand { align-items: center; display: flex; gap: 13px; position: relative; z-index: 2; }
header .header-symbol { align-items: center; background: var(--forest); border-radius: 50%; color: var(--white); display: flex; height: 42px; justify-content: center; overflow: hidden; position: relative; width: 42px; }
header .header-symbol::before { background: var(--orange); border-radius: 50%; content: ""; height: 13px; position: absolute; right: 7px; top: 7px; width: 13px; }
header .header-symbol svg { height: 25px; position: relative; width: 25px; z-index: 1; }
header h1 { color: var(--forest-deep); font-size: 19px; font-weight: 900; letter-spacing: 0.08em; line-height: 1.15; }
header .header-brand-text { display: block; }
header .header-brand-subtitle { color: var(--moss); display: block; font-size: 10px; font-weight: 600; letter-spacing: 0.2em; margin-top: 4px; }
header .header-nav-list { align-items: center; display: flex; gap: 32px; }
header .header-nav-link { color: var(--forest-deep); font-size: 14px; font-weight: 600; padding: 12px 0; position: relative; }
header .header-nav-link::after { background: var(--orange); bottom: 4px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform 0.3s ease; width: 100%; }
header .header-nav-link:hover::after { transform: scaleX(1); transform-origin: left; }
header .header-action { align-items: center; background: var(--forest); border-radius: 999px; color: var(--white); display: flex; font-size: 13px; font-weight: 700; gap: 9px; padding: 12px 20px; transition: background 0.3s ease, transform 0.3s ease; }
header .header-action:hover { background: var(--orange); transform: translateY(-2px); }
header .header-action svg { height: 16px; width: 16px; }

/* hero */
#hero-section { align-items: center; display: flex; min-height: 760px; overflow: hidden; padding: 130px 6vw 70px; position: relative; }
#hero-section::before { background-image: linear-gradient(rgba(22, 52, 45, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(22, 52, 45, 0.07) 1px, transparent 1px); background-size: 44px 44px; content: ""; inset: 0; mask-image: linear-gradient(to right, #000, transparent 64%); pointer-events: none; position: absolute; }
#hero-section .hero-grid { align-items: center; display: grid; gap: 7vw; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); margin: 0 auto; max-width: 1500px; position: relative; width: 100%; z-index: 1; }
#hero-section .hero-content { opacity: 0; transform: translateY(28px); transition: opacity 0.8s ease, transform 0.8s ease; }
#hero-section.is-active .hero-content { opacity: 1; transform: translateY(0); }
#hero-section .hero-label { align-items: center; color: var(--orange); display: flex; font-size: 12px; font-weight: 800; gap: 12px; letter-spacing: 0.22em; margin-bottom: 24px; text-transform: uppercase; }
#hero-section .hero-label::before { background: var(--orange); content: ""; height: 2px; width: 34px; }
#hero-section .hero-title {  color: var(--forest-deep); font-size: clamp(52px, 6.2vw, 96px); font-weight: 900; letter-spacing: -0.06em; line-height: 0.98; }
#hero-section .hero-title span { color: var(--moss); display: block; margin-top: 10px; }
#hero-section .hero-text { color: #4c5c56; font-size: 17px; line-height: 1.95; margin-top: 30px; max-width: 590px; }
#hero-section .hero-action-list { align-items: center; display: flex; gap: 16px; margin-top: 38px; }
#hero-section .hero-action-primary { align-items: center; background: var(--orange); border-radius: 999px; color: var(--white); display: inline-flex; font-size: 14px; font-weight: 800; gap: 12px; padding: 16px 25px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
#hero-section .hero-action-primary:hover { box-shadow: 0 14px 30px rgba(223, 113, 61, 0.25); transform: translateY(-3px); }
#hero-section .hero-action-secondary { align-items: center; border-bottom: 1px solid var(--forest); color: var(--forest); display: inline-flex; font-size: 14px; font-weight: 700; gap: 8px; padding: 8px 2px; }
#hero-section .hero-media { min-height: 580px; opacity: 0; position: relative; transform: translateX(40px); transition: opacity 0.9s ease 0.15s, transform 0.9s ease 0.15s; }
#hero-section.is-active .hero-media { opacity: 1; transform: translateX(0); }
#hero-section .hero-image-main { border-radius: 220px 220px 32px 32px; height: 570px; object-fit: cover; width: 82%; }
#hero-section .hero-image-detail { border: 8px solid var(--cream); border-radius: 50%; bottom: 24px; height: 190px; object-fit: cover; position: absolute; right: 0; width: 190px; }
#hero-section .hero-badge { align-items: center; background: var(--forest); border-radius: 20px; color: var(--white); display: flex; flex-direction: column; height: 128px; justify-content: center; position: absolute; right: 3%; text-align: center; top: 45px; transform: rotate(5deg); width: 128px; }
#hero-section .hero-badge-number { font-size: 29px; font-weight: 900; }
#hero-section .hero-badge-text { font-size: 10px; letter-spacing: 0.13em; line-height: 1.5; margin-top: 4px; }
#hero-section .hero-index { bottom: 8px; color: rgba(22, 52, 45, 0.14); font-size: 130px; font-weight: 900; letter-spacing: -0.08em; position: absolute; right: 0; }

/* category */
#category-section { background: var(--forest-deep); color: var(--white); overflow: hidden; padding: 112px 6vw 120px; position: relative; }
#category-section::before { border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 50%; content: ""; height: 520px; position: absolute; right: -200px; top: -260px; width: 520px; }
#category-section .category-header { align-items: flex-end; display: flex; justify-content: space-between; margin: 0 auto 48px; max-width: 1500px; opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
#category-section.is-active .category-header { opacity: 1; transform: translateY(0); }
#category-section .category-eyebrow { color: #aeb9a8; font-size: 12px; font-weight: 700; letter-spacing: 0.22em; margin-bottom: 14px; }
#category-section .category-title { font-size: clamp(34px, 4vw, 58px); font-weight: 800; letter-spacing: -0.04em; line-height: 1.2; }
#category-section .category-intro { color: #aeb9a8; font-size: 14px; line-height: 1.9; max-width: 390px; }
#category-section .category-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); margin: 0 auto; max-width: 1500px; }
#category-section .category-item { border-radius: 8px; min-height: 460px; opacity: 0; overflow: hidden; position: relative; transform: translateY(38px); transition: opacity 0.7s ease, transform 0.7s ease; }
#category-section.is-active .category-item { opacity: 1; transform: translateY(0); }
#category-section.is-active .category-item:nth-child(2) { transition-delay: 0.1s; }
#category-section.is-active .category-item:nth-child(3) { transition-delay: 0.2s; }
#category-section.is-active .category-item:nth-child(4) { transition-delay: 0.3s; }
#category-section .category-item::after { background: linear-gradient( to top, rgba(7, 20, 17, 0.94), rgba(7, 20, 17, 0.04) 68% ); content: ""; inset: 0; position: absolute; }
#category-section .category-image { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform 0.7s ease; width: 100%; }
#category-section .category-item:hover .category-image { transform: scale(1.07); }
#category-section .category-content { bottom: 0; left: 0; padding: 28px; position: absolute; width: 100%; z-index: 2; }
#category-section .category-number { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: 0.16em; }
#category-section .category-item-title { font-size: 24px; font-weight: 800; margin-top: 8px; }
#category-section .category-text { color: rgba(255, 255, 255, 0.66); font-size: 13px; line-height: 1.7; margin-top: 8px; }
#category-section .category-arrow { align-items: center; border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 50%; display: flex; height: 40px; justify-content: center; margin-top: 20px; transition: background 0.3s ease, border-color 0.3s ease; width: 40px; }
#category-section .category-item:hover .category-arrow { background: var(--orange); border-color: var(--orange); }

/* feature */
#feature-section { background: var(--sand); overflow: hidden; padding: 120px 6vw; position: relative; }
#feature-section .feature-grid { align-items: stretch; display: grid; gap: 7vw; grid-template-columns: 0.9fr 1.1fr; margin: 0 auto; max-width: 1400px; }
#feature-section .feature-media { min-height: 650px; opacity: 0; position: relative; transform: translateX(-38px); transition: opacity 0.8s ease, transform 0.8s ease; }
#feature-section.is-active .feature-media { opacity: 1; transform: translateX(0); }
#feature-section .feature-image { border-radius: 4px 160px 4px 4px; height: 100%; object-fit: cover; width: 100%; }
#feature-section .feature-note { background: var(--orange); bottom: 40px; color: var(--white); max-width: 250px; padding: 24px; position: absolute; right: -44px; }
#feature-section .feature-note-title { font-size: 22px; font-weight: 900; }
#feature-section .feature-note-text { font-size: 12px; line-height: 1.7; margin-top: 8px; opacity: 0.85; }
#feature-section .feature-content { align-self: center; opacity: 0; transform: translateY(32px); transition: opacity 0.8s ease 0.15s, transform 0.8s ease 0.15s; }
#feature-section.is-active .feature-content { opacity: 1; transform: translateY(0); }
#feature-section .feature-eyebrow { color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: 0.22em; margin-bottom: 18px; }
#feature-section .feature-title { color: var(--forest-deep); font-size: clamp(38px, 4vw, 64px); font-weight: 900; letter-spacing: -0.05em; line-height: 1.18; }
#feature-section .feature-title span { color: var(--moss); display: block; }
#feature-section .feature-description { color: #53605b; font-size: 16px; line-height: 2; margin-top: 28px; max-width: 600px; }
#feature-section .feature-list { border-top: 1px solid rgba(22, 52, 45, 0.2); margin-top: 36px; }
#feature-section .feature-item { align-items: center; border-bottom: 1px solid rgba(22, 52, 45, 0.2); display: grid; gap: 18px; grid-template-columns: 50px 1fr auto; padding: 20px 0; transition: padding-left 0.3s ease; }
#feature-section .feature-item:hover { padding-left: 10px; }
#feature-section .feature-icon { align-items: center; background: rgba(22, 52, 45, 0.08); border-radius: 50%; display: flex; height: 46px; justify-content: center; width: 46px; }
#feature-section .feature-icon svg { height: 22px; width: 22px; }
#feature-section .feature-item-title { color: var(--forest-deep); font-size: 17px; font-weight: 800; }
#feature-section .feature-item-text { color: #66736d; font-size: 12px; margin-top: 4px; }
#feature-section .feature-item-number { color: rgba(22, 52, 45, 0.25); font-size: 12px; font-weight: 800; }

/* selection */
#selection-section { background: var(--cream); padding: 118px 6vw; }
#selection-section .selection-header { align-items: flex-end; display: flex; justify-content: space-between; margin: 0 auto 48px; max-width: 1500px; opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
#selection-section.is-active .selection-header { opacity: 1; transform: translateY(0); }
#selection-section .selection-label { color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: 0.22em; }
#selection-section .selection-title { color: var(--forest-deep); font-size: clamp(36px, 4vw, 58px); font-weight: 900; letter-spacing: -0.05em; margin-top: 12px; }
#selection-section .selection-more { align-items: center; color: var(--forest); display: flex; font-size: 13px; font-weight: 800; gap: 10px; }
#selection-section .selection-more svg { transition: transform 0.3s ease; }
#selection-section .selection-more:hover svg { transform: translateX(5px); }
#selection-section .selection-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); margin: 0 auto; max-width: 1500px; }
#selection-section .selection-item { opacity: 0; transform: translateY(36px); transition: opacity 0.7s ease, transform 0.7s ease; }
#selection-section.is-active .selection-item { opacity: 1; transform: translateY(0); }
#selection-section.is-active .selection-item:nth-child(2) { transition-delay: 0.12s; }
#selection-section.is-active .selection-item:nth-child(3) { transition-delay: 0.24s; }
#selection-section .selection-media { background: #e8e5dc; border-radius: 4px; height: 470px; overflow: hidden; position: relative; }
#selection-section .selection-image { height: 100%; object-fit: cover; transition: transform 0.7s ease; width: 100%; }
#selection-section .selection-item:hover .selection-image { transform: scale(1.05); }
#selection-section .selection-tag { background: var(--cream); color: var(--forest); font-size: 10px; font-weight: 800; left: 16px; letter-spacing: 0.1em; padding: 8px 11px; position: absolute; top: 16px; }
#selection-section .selection-content { align-items: flex-start; display: flex; justify-content: space-between; padding-top: 18px; }
#selection-section .selection-item-title { color: var(--forest-deep); font-size: 19px; font-weight: 800; }
#selection-section .selection-item-text { color: #748078; font-size: 12px; line-height: 1.7; margin-top: 6px; }
#selection-section .selection-icon { align-items: center; border: 1px solid var(--line); border-radius: 50%; display: flex; flex: 0 0 auto; height: 42px; justify-content: center; transition: background 0.3s ease, color 0.3s ease; width: 42px; }
#selection-section .selection-item:hover .selection-icon { background: var(--forest); color: var(--white); }

/* journal */
#journal-section { background: #d9ded4; overflow: hidden; padding: 120px 6vw; }
#journal-section .journal-grid { display: grid; gap: 28px; grid-template-columns: 1.3fr 0.7fr; margin: 0 auto; max-width: 1500px; }
#journal-section .journal-feature { min-height: 580px; opacity: 0; overflow: hidden; position: relative; transform: scale(0.97); transition: opacity 0.8s ease, transform 0.8s ease; }
#journal-section.is-active .journal-feature { opacity: 1; transform: scale(1); }
#journal-section .journal-feature::after { background: linear-gradient(to top, rgba(8, 26, 21, 0.9), transparent 70%); content: ""; inset: 0; position: absolute; }
#journal-section .journal-image { height: 100%; object-fit: cover; position: absolute; width: 100%; }
#journal-section .journal-content { bottom: 0; color: var(--white); left: 0; padding: 42px; position: absolute; width: 100%; z-index: 2; }
#journal-section .journal-label { color: #efab87; font-size: 11px; font-weight: 800; letter-spacing: 0.2em; }
#journal-section .journal-title { font-size: clamp(28px, 3vw, 45px); font-weight: 800; line-height: 1.35; margin-top: 12px; max-width: 680px; }
#journal-section .journal-text { color: rgba(255, 255, 255, 0.7); font-size: 13px; line-height: 1.8; margin-top: 14px; max-width: 580px; }
#journal-section .journal-list { display: flex; flex-direction: column; gap: 28px; }
#journal-section .journal-item { background: rgba(255, 255, 255, 0.5); display: grid; flex: 1; gap: 22px; grid-template-columns: 140px 1fr; opacity: 0; padding: 18px; transform: translateX(32px); transition: opacity 0.7s ease, transform 0.7s ease, background 0.3s ease; }
#journal-section.is-active .journal-item { opacity: 1; transform: translateX(0); }
#journal-section.is-active .journal-item:nth-child(2) { transition-delay: 0.15s; }
#journal-section .journal-item:hover { background: rgba(255, 255, 255, 0.86); }
#journal-section .journal-item-image { height: 100%; object-fit: cover; width: 100%; }
#journal-section .journal-item-content { align-self: center; }
#journal-section .journal-item-label { color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: 0.15em; }
#journal-section .journal-item-title { color: var(--forest-deep); font-size: 19px; font-weight: 800; line-height: 1.5; margin-top: 10px; }
#journal-section .journal-item-link { border-bottom: 1px solid var(--forest); color: var(--forest); display: inline-block; font-size: 11px; font-weight: 700; margin-top: 18px; padding-bottom: 4px; }

/* manifesto */
#manifesto-section { background: var(--orange); color: var(--white); overflow: hidden; padding: 105px 6vw; position: relative; text-align: center; }
#manifesto-section::before { border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 50%; content: ""; height: 560px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 560px; }
#manifesto-section::after { border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 50%; content: ""; height: 760px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 760px; }
#manifesto-section .manifesto-content { margin: 0 auto; max-width: 980px; opacity: 0; position: relative; transform: translateY(28px); transition: opacity 0.8s ease, transform 0.8s ease; z-index: 2; }
#manifesto-section.is-active .manifesto-content { opacity: 1; transform: translateY(0); }
#manifesto-section .manifesto-label { font-size: 11px; font-weight: 800; letter-spacing: 0.28em; opacity: 0.75; }
#manifesto-section .manifesto-title { font-size: clamp(40px, 6vw, 82px); font-weight: 900; letter-spacing: -0.06em; line-height: 1.2; margin-top: 20px; }
#manifesto-section .manifesto-text { font-size: 15px; line-height: 2; margin: 26px auto 0; max-width: 630px; opacity: 0.82; }
#manifesto-section .manifesto-link { align-items: center; background: var(--forest-deep); border-radius: 999px; display: inline-flex; font-size: 13px; font-weight: 800; gap: 10px; margin-top: 34px; padding: 15px 23px; transition: transform 0.3s ease, background 0.3s ease; }
#manifesto-section .manifesto-link:hover { background: var(--forest); transform: translateY(-3px); }

/* footer */
footer { background: var(--forest-deep); color: var(--white); padding: 78px 6vw 32px; }
footer .footer-grid { display: grid; gap: 80px; grid-template-columns: 1.3fr 1fr 1fr; margin: 0 auto; max-width: 1500px; }
footer .footer-brand { align-items: center; display: flex; gap: 14px; }
footer .footer-symbol { align-items: center; background: var(--orange); border-radius: 50%; display: flex; height: 44px; justify-content: center; width: 44px; }
footer .footer-symbol svg { height: 26px; width: 26px; }
footer .footer-brand-title { font-size: 19px; font-weight: 900; letter-spacing: 0.08em; }
footer .footer-description { color: rgba(255, 255, 255, 0.55); font-size: 13px; line-height: 1.9; margin-top: 22px; max-width: 420px; }
footer .footer-title { color: rgba(255, 255, 255, 0.42); font-size: 11px; font-weight: 800; letter-spacing: 0.2em; margin-bottom: 20px; }
footer .footer-list { display: flex; flex-direction: column; gap: 13px; }
footer .footer-link { color: rgba(255, 255, 255, 0.76); font-size: 13px; transition: color 0.3s ease, padding-left 0.3s ease; }
footer .footer-link:hover { color: var(--orange); padding-left: 5px; }
footer .footer-bottom { align-items: center; border-top: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.35); display: flex; font-size: 11px; justify-content: space-between; margin: 62px auto 0; max-width: 1500px; padding-top: 26px; }
footer .footer-bottom-list { display: flex; gap: 20px; }

@media (max-width: 1280px) {
	header { padding-left: 4vw; padding-right: 4vw; }
	header .header-nav-list { gap: 20px; }
	#hero-section { padding-left: 4vw; padding-right: 4vw; }
	#hero-section .hero-grid { gap: 4vw; }
	#hero-section .hero-image-main { width: 86%; }
	#category-section { padding-left: 4vw; padding-right: 4vw; }
	#category-section .category-grid { gap: 14px; }
	#category-section .category-item { min-height: 410px; }
	#feature-section { padding-left: 4vw; padding-right: 4vw; }
	#selection-section { padding-left: 4vw; padding-right: 4vw; }
	#journal-section { padding-left: 4vw; padding-right: 4vw; }
	#manifesto-section { padding-left: 4vw; padding-right: 4vw; }
	footer { padding-left: 4vw; padding-right: 4vw; }
}
@media (max-width: 960px) {
	header .header-nav { display: none; }
	#hero-section { min-height: auto; padding-top: 130px; }
	#hero-section .hero-grid { grid-template-columns: 1fr; }
	#hero-section .hero-content { max-width: 760px; }
	#hero-section .hero-media { min-height: 530px; }
	#hero-section .hero-image-main { height: 520px; width: 88%; }
	#category-section .category-header { align-items: flex-start; flex-direction: column; gap: 22px; }
	#category-section .category-grid { grid-template-columns: repeat(2, 1fr); }
	#feature-section .feature-grid { gap: 70px; grid-template-columns: 1fr; }
	#feature-section .feature-media { min-height: 580px; width: calc(100% - 40px); }
	#selection-section .selection-grid { grid-template-columns: repeat(2, 1fr); }
	#selection-section .selection-item:last-child { grid-column: span 2; }
	#selection-section .selection-item:last-child .selection-media { height: 540px; }
	#journal-section .journal-grid { grid-template-columns: 1fr; }
	#journal-section .journal-list { display: grid; grid-template-columns: repeat(2, 1fr); }
	#journal-section .journal-item { grid-template-columns: 1fr; }
	#journal-section .journal-item-image { height: 190px; }
	footer .footer-grid { gap: 50px; grid-template-columns: 1.5fr 1fr 1fr; }
}
@media (max-width: 768px) {
	header { height: 72px; padding-left: 5vw; padding-right: 5vw; }
	header .header-action { padding: 11px 15px; }
	header .header-action span { display: none; }
	#hero-section { padding: 110px 5vw 64px; }
	#hero-section .hero-title { font-size: clamp(48px, 13vw, 74px); }
	#hero-section .hero-text { font-size: 15px; }
	#hero-section .hero-media { min-height: 460px; }
	#hero-section .hero-image-main { border-radius: 150px 150px 20px 20px; height: 450px; width: 90%; }
	#hero-section .hero-image-detail { height: 145px; width: 145px; }
	#hero-section .hero-badge { height: 105px; right: 1%; width: 105px; }
	#hero-section .hero-index { font-size: 90px; }
	#category-section { padding: 88px 5vw 94px; }
	#category-section .category-grid { grid-template-columns: 1fr; }
	#category-section .category-item { min-height: 500px; }
	#feature-section { padding: 92px 5vw; }
	#feature-section .feature-media { min-height: 500px; }
	#feature-section .feature-note { bottom: 24px; right: -24px; }
	#selection-section { padding: 90px 5vw; }
	#selection-section .selection-header { align-items: flex-start; flex-direction: column; gap: 20px; }
	#selection-section .selection-grid { grid-template-columns: 1fr; }
	#selection-section .selection-item:last-child { grid-column: auto; }
	#selection-section .selection-item:last-child .selection-media { height: 470px; }
	#journal-section { padding: 90px 5vw; }
	#journal-section .journal-feature { min-height: 520px; }
	#journal-section .journal-content { padding: 28px; }
	#journal-section .journal-list { grid-template-columns: 1fr; }
	#journal-section .journal-item { grid-template-columns: 150px 1fr; }
	#journal-section .journal-item-image { height: 100%; }
	#manifesto-section { padding: 88px 5vw; }
	footer { padding: 68px 5vw 28px; }
	footer .footer-grid { grid-template-columns: 1fr 1fr; }
	footer .footer-content { grid-column: span 2; }
}
@media (max-width: 500px) {
	header .header-symbol { height: 38px; width: 38px; }
	header h1 { font-size: 16px; }
	header .header-brand-subtitle { font-size: 8px; }
	#hero-section .hero-action-list { align-items: flex-start; flex-direction: column; }
	#hero-section .hero-media { min-height: 380px; }
	#hero-section .hero-image-main { height: 375px; width: 94%; }
	#hero-section .hero-image-detail { border-width: 5px; bottom: 5px; height: 115px; width: 115px; }
	#hero-section .hero-badge { height: 90px; top: 30px; width: 90px; }
	#hero-section .hero-badge-number { font-size: 23px; }
	#hero-section .hero-badge-text { font-size: 8px; }
	#hero-section .hero-index { display: none; }
	#category-section .category-item { min-height: 430px; }
	#feature-section .feature-media { min-height: 410px; width: calc(100% - 16px); }
	#feature-section .feature-image { border-radius: 4px 90px 4px 4px; }
	#feature-section .feature-note { bottom: 18px; max-width: 210px; padding: 18px; right: -16px; }
	#feature-section .feature-item { grid-template-columns: 44px 1fr; }
	#feature-section .feature-item-number { display: none; }
	#selection-section .selection-media { height: 400px; }
	#selection-section .selection-item:last-child .selection-media { height: 400px; }
	#journal-section .journal-feature { min-height: 480px; }
	#journal-section .journal-item { grid-template-columns: 1fr; }
	#journal-section .journal-item-image { height: 190px; }
	#manifesto-section::before { height: 390px; width: 390px; }
	#manifesto-section::after { height: 540px; width: 540px; }
	footer .footer-grid { grid-template-columns: 1fr; }
	footer .footer-content { grid-column: auto; }
	footer .footer-bottom { align-items: flex-start; flex-direction: column; gap: 16px; }
}