:root {
	--navy: #073366;
	--deep-navy: #041e3c;
	--blue: #0878d1;
	--sky: #eaf7ff;
	--yellow: #ffd337;
	--orange: #ff8b19;
	--green: #20a363;
	--white: #ffffff;
	--ink: #15253a;
	--muted: #64748b;
	--line: rgba(7, 51, 102, 0.12);
	--shadow: 0 22px 55px rgba(2, 35, 73, 0.14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0; background: var(--white); color: var(--ink); font-family: "Noto Sans TC", sans-serif; overflow-x: hidden; }

body.is-menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }

img { display: block; width: 100%; }

/* header */
header { position: fixed; top: 0; left: 0; z-index: 1000; width: 100%; transition: background 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease; }
header.is-scrolled { background: rgba(255, 255, 255, 0.96); box-shadow: 0 10px 35px rgba(4, 30, 60, 0.1); backdrop-filter: blur(16px); }
header .header-content { display: flex; align-items: center; justify-content: space-between; width: min(1280px, calc(100% - 64px)); height: 92px; margin: 0 auto; transition: height 0.35s ease; }
header.is-scrolled .header-content { height: 72px; }
header .site-brand { display: flex; align-items: center; gap: 14px; }
header .brand-mark { position: relative; display: grid; flex: 0 0 52px; width: 52px; height: 52px; place-items: center; overflow: hidden; border: 3px solid var(--white); border-radius: 50%; background: var(--yellow); box-shadow: 0 8px 22px rgba(4, 30, 60, 0.2); transition: border-color 0.35s ease; }
header.is-scrolled .brand-mark { border-color: var(--navy); }
header .brand-ball { position: relative; width: 28px; height: 28px; border: 3px solid var(--navy); border-radius: 50%; background: var(--white); }
header .brand-ball::before { position: absolute; top: 7px; left: 7px; width: 8px; height: 8px; border-radius: 2px; background: var(--navy); content: ""; transform: rotate(45deg); }
header .brand-ball::after { position: absolute; inset: 2px; border: 2px dashed var(--navy); border-radius: 50%; content: ""; }
header h1 { margin: 0; color: var(--white); font-size: 22px; font-weight: 900; letter-spacing: 0.04em; line-height: 1.15; transition: color 0.35s ease; }
header h1 span { display: block; margin-top: 5px; color: var(--yellow); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; }
header.is-scrolled h1 { color: var(--navy); }
header .header-nav { display: flex; align-items: center; gap: 30px; }
header .header-nav a { position: relative; color: var(--white); font-size: 15px; font-weight: 700; transition: color 0.3s ease; }
header.is-scrolled .header-nav a { color: var(--navy); }
header .header-nav a:not(.header-action)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 3px; border-radius: 999px; background: var(--yellow); content: ""; transform: scaleX(0); transition: transform 0.3s ease; }
header .header-nav a:hover::after { transform: scaleX(1); }
header .header-action { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 24px; border-radius: 999px; background: var(--yellow); color: var(--navy) !important; box-shadow: 0 10px 26px rgba(255, 211, 55, 0.28); transition: transform 0.3s ease, box-shadow 0.3s ease; }
header .header-action:hover { box-shadow: 0 14px 30px rgba(255, 211, 55, 0.38); transform: translateY(-3px); }
header .menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 50%; background: var(--yellow); cursor: pointer; }
header .menu-toggle span { display: block; width: 21px; height: 2px; margin: 5px auto; border-radius: 99px; background: var(--navy); transition: transform 0.3s ease, opacity 0.3s ease; }
header .menu-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
header .menu-toggle.is-active span:nth-child(2) { opacity: 0; }
header .menu-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

main { display: block; }

/* hero-section */
#hero-section { position: relative; display: flex; min-height: 790px; align-items: center; overflow: hidden; background: linear-gradient( 100deg, rgba(3, 28, 58, 0.96) 0%, rgba(5, 50, 96, 0.86) 45%, rgba(5, 50, 96, 0.16) 100% ), url(../img/hero-football-banner.webp) center 42% / cover no-repeat; }
#hero-section::before { position: absolute; right: -120px; bottom: -260px; width: 640px; height: 640px; border: 80px solid rgba(255, 255, 255, 0.08); border-radius: 50%; content: ""; }
#hero-section::after { position: absolute; bottom: -1px; left: 0; width: 100%; height: 86px; background: var(--white); clip-path: polygon(0 72%, 68% 100%, 100% 32%, 100% 100%, 0 100%); content: ""; }
#hero-section .hero-content { position: relative; z-index: 2; width: min(1280px, calc(100% - 64px)); margin: 0 auto; padding: 150px 0 120px; }
#hero-section .hero-label { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; padding: 9px 16px; border: 1px solid rgba(255, 255, 255, 0.34); border-radius: 999px; background: rgba(255, 255, 255, 0.1); color: var(--white); font-size: 13px; font-weight: 700; letter-spacing: 0.14em; backdrop-filter: blur(10px); opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
#hero-section .hero-label::before { width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 6px rgba(255, 211, 55, 0.18); content: ""; }
#hero-section .hero-title { max-width: 780px; margin: 0; color: var(--white); font-size: clamp(54px, 7.6vw, 104px); font-weight: 900; letter-spacing: -0.06em; line-height: 0.98; opacity: 0; transform: translateY(34px); transition: opacity 0.8s 0.12s ease, transform 0.8s 0.12s ease; }
#hero-section .hero-title span { display: block; margin-top: 18px; color: var(--yellow); font-size: 0.48em; letter-spacing: 0.05em; line-height: 1.2; }
#hero-section .hero-text { max-width: 620px; margin: 30px 0 0; color: rgba(255, 255, 255, 0.85); font-size: 18px; line-height: 1.9; opacity: 0; transform: translateY(28px); transition: opacity 0.8s 0.24s ease, transform 0.8s 0.24s ease; }
#hero-section .hero-action-list { display: flex; align-items: center; gap: 18px; margin-top: 38px; opacity: 0; transform: translateY(28px); transition: opacity 0.8s 0.36s ease, transform 0.8s 0.36s ease; }
#hero-section .hero-primary { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; gap: 12px; padding: 0 30px; border-radius: 999px; background: var(--yellow); color: var(--navy); font-size: 16px; font-weight: 900; box-shadow: 0 18px 40px rgba(255, 211, 55, 0.26); transition: transform 0.3s ease, box-shadow 0.3s ease; }
#hero-section .hero-primary::after { content: "→"; transition: transform 0.3s ease; }
#hero-section .hero-primary:hover { box-shadow: 0 22px 45px rgba(255, 211, 55, 0.38); transform: translateY(-4px); }
#hero-section .hero-primary:hover::after { transform: translateX(5px); }
#hero-section .hero-secondary { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; padding: 0 28px; border: 1px solid rgba(255, 255, 255, 0.45); border-radius: 999px; color: var(--white); font-size: 15px; font-weight: 700; backdrop-filter: blur(8px); transition: background 0.3s ease, transform 0.3s ease; }
#hero-section .hero-secondary:hover { background: rgba(255, 255, 255, 0.12); transform: translateY(-4px); }
#hero-section .hero-number { position: absolute; right: 2%; bottom: 150px; color: rgba(255, 255, 255, 0.15); font-size: 170px; font-weight: 900; letter-spacing: -0.08em; line-height: 1; }
#hero-section.is-active .hero-label { opacity: 1; transform: translateY(0); }
#hero-section.is-active .hero-title { opacity: 1; transform: translateY(0); }
#hero-section.is-active .hero-text { opacity: 1; transform: translateY(0); }
#hero-section.is-active .hero-action-list { opacity: 1; transform: translateY(0); }

/* intro-section */
#intro-section { position: relative; padding: 100px 0 120px; background: var(--white); }
#intro-section .intro-content { display: grid; width: min(1180px, calc(100% - 64px)); margin: 0 auto; align-items: center; grid-template-columns: 0.92fr 1.08fr; gap: 90px; }
#intro-section .intro-media { position: relative; min-height: 570px; opacity: 0; transform: translateX(-42px); transition: opacity 0.8s ease, transform 0.8s ease; }
#intro-section .intro-image { position: absolute; inset: 0 72px 40px 0; overflow: hidden; border-radius: 34px 120px 34px 34px; box-shadow: var(--shadow); }
#intro-section .intro-image img { height: 100%; object-fit: cover; transition: transform 0.8s ease; }
#intro-section .intro-image:hover img { transform: scale(1.05); }
#intro-section .intro-badge { position: absolute; right: 0; bottom: 0; display: grid; width: 180px; height: 180px; place-items: center; border: 12px solid var(--white); border-radius: 50%; background: var(--yellow); color: var(--navy); text-align: center; box-shadow: 0 20px 40px rgba(4, 30, 60, 0.16); }
#intro-section .intro-badge strong { display: block; font-size: 42px; font-weight: 900; line-height: 1; }
#intro-section .intro-badge span { display: block; margin-top: 7px; font-size: 13px; font-weight: 800; letter-spacing: 0.12em; }
#intro-section .intro-text { opacity: 0; transform: translateX(42px); transition: opacity 0.8s 0.12s ease, transform 0.8s 0.12s ease; }
#intro-section .section-label { margin: 0 0 15px; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: 0.2em; }
#intro-section h2 { margin: 0; color: var(--navy); font-size: clamp(38px, 4.6vw, 64px); font-weight: 900; letter-spacing: -0.045em; line-height: 1.18; }
#intro-section h2 span { position: relative; display: inline-block; color: var(--orange); }
#intro-section h2 span::after { position: absolute; right: 0; bottom: 1px; left: 0; z-index: -1; height: 12px; border-radius: 999px; background: rgba(255, 211, 55, 0.62); content: ""; }
#intro-section .intro-description { margin: 27px 0 0; color: var(--muted); font-size: 17px; line-height: 2; }
#intro-section .intro-feature-grid { display: grid; margin-top: 34px; grid-template-columns: repeat(2, 1fr); gap: 16px; }
#intro-section .intro-feature-item { display: flex; align-items: center; gap: 13px; padding: 17px 18px; border: 1px solid var(--line); border-radius: 16px; background: #fafdff; color: var(--navy); font-size: 14px; font-weight: 800; transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; }
#intro-section .intro-feature-item:hover { border-color: rgba(8, 120, 209, 0.3); box-shadow: 0 14px 30px rgba(7, 51, 102, 0.08); transform: translateY(-4px); }
#intro-section .intro-feature-icon { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: var(--sky); color: var(--blue); font-size: 17px; }
#intro-section.is-active .intro-media { opacity: 1; transform: translateX(0); }
#intro-section.is-active .intro-text { opacity: 1; transform: translateX(0); }

/* news-section */
#news-section { position: relative; overflow: hidden; padding: 120px 0; background: var(--sky); }
#news-section::before { position: absolute; top: -170px; right: -180px; width: 430px; height: 430px; border: 70px solid rgba(8, 120, 209, 0.07); border-radius: 50%; content: ""; }
#news-section .news-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
#news-section .news-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
#news-section .section-label { margin: 0 0 12px; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: 0.2em; }
#news-section h2 { margin: 0; color: var(--navy); font-size: clamp(38px, 4vw, 58px); font-weight: 900; letter-spacing: -0.04em; line-height: 1.2; }
#news-section .news-more { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 14px; font-weight: 900; }
#news-section .news-more::after { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--yellow); content: "→"; transition: transform 0.3s ease; }
#news-section .news-more:hover::after { transform: translateX(5px); }
#news-section .news-grid { display: grid; grid-template-columns: 1.25fr 0.75fr 0.75fr; gap: 22px; }
#news-section .news-item { position: relative; min-height: 440px; overflow: hidden; border-radius: 24px; background: var(--navy); box-shadow: 0 18px 40px rgba(7, 51, 102, 0.12); opacity: 0; transform: translateY(42px); transition: opacity 0.7s ease, transform 0.7s ease, box-shadow 0.35s ease; }
#news-section .news-item:nth-child(2) { transition-delay: 0.12s; }
#news-section .news-item:nth-child(3) { transition-delay: 0.24s; }
#news-section .news-item:hover { box-shadow: 0 26px 50px rgba(7, 51, 102, 0.2); transform: translateY(-8px); }
#news-section .news-image { position: absolute; inset: 0; }
#news-section .news-image::after { position: absolute; inset: 0; background: linear-gradient( 180deg, rgba(4, 30, 60, 0.02) 20%, rgba(4, 30, 60, 0.92) 100% ); content: ""; }
#news-section .news-image img { height: 100%; object-fit: cover; transition: transform 0.7s ease; }
#news-section .news-item:hover .news-image img { transform: scale(1.07); }
#news-section .news-text { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 30px; color: var(--white); }
#news-section .news-category { display: inline-flex; margin-bottom: 14px; padding: 7px 12px; border-radius: 999px; background: var(--yellow); color: var(--navy); font-size: 11px; font-weight: 900; letter-spacing: 0.1em; }
#news-section .news-date { display: block; margin-bottom: 9px; color: rgba(255, 255, 255, 0.68); font-size: 12px; font-weight: 600; }
#news-section h3 { margin: 0; font-size: 22px; font-weight: 800; line-height: 1.5; }
#news-section .news-item:not(:first-child) h3 { font-size: 18px; }
#news-section.is-active .news-heading { opacity: 1; transform: translateY(0); }
#news-section.is-active .news-item { opacity: 1; transform: translateY(0); }

/* process-section */
#process-section { position: relative; overflow: hidden; padding: 120px 0; background: var(--navy); }
#process-section::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px); background-size: 46px 46px; content: ""; }
#process-section .process-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
#process-section .process-heading { max-width: 700px; margin: 0 auto 60px; color: var(--white); text-align: center; opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
#process-section .section-label { margin: 0 0 12px; color: var(--yellow); font-size: 13px; font-weight: 900; letter-spacing: 0.2em; }
#process-section h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); font-weight: 900; letter-spacing: -0.04em; line-height: 1.25; }
#process-section .process-list { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
#process-section .process-list::before { position: absolute; top: 50px; right: 12%; left: 12%; height: 2px; background: repeating-linear-gradient( 90deg, rgba(255, 255, 255, 0.28) 0, rgba(255, 255, 255, 0.28) 8px, transparent 8px, transparent 18px ); content: ""; }
#process-section .process-item { position: relative; z-index: 2; color: var(--white); text-align: center; opacity: 0; transform: translateY(36px); transition: opacity 0.7s ease, transform 0.7s ease; }
#process-section .process-item:nth-child(2) { transition-delay: 0.1s; }
#process-section .process-item:nth-child(3) { transition-delay: 0.2s; }
#process-section .process-item:nth-child(4) { transition-delay: 0.3s; }
#process-section .process-number { display: grid; width: 100px; height: 100px; margin: 0 auto 25px; place-items: center; border: 8px solid rgba(255, 255, 255, 0.11); border-radius: 50%; background: var(--yellow); color: var(--navy); font-size: 28px; font-weight: 900; box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18); transition: transform 0.35s ease, background 0.35s ease; }
#process-section .process-item:hover .process-number { background: var(--white); transform: rotate(-8deg) scale(1.08); }
#process-section h3 { margin: 0 0 12px; font-size: 20px; font-weight: 900; }
#process-section .process-text { margin: 0; color: rgba(255, 255, 255, 0.67); font-size: 14px; line-height: 1.8; }
#process-section.is-active .process-heading { opacity: 1; transform: translateY(0); }
#process-section.is-active .process-item { opacity: 1; transform: translateY(0); }

/* spirit-section */
#spirit-section { display: grid; min-height: 690px; grid-template-columns: 1fr 1fr; background: #f8fbff; }
#spirit-section .spirit-media { position: relative; overflow: hidden; opacity: 0; transform: translateX(-40px); transition: opacity 0.8s ease, transform 0.8s ease; }
#spirit-section .spirit-media::after { position: absolute; inset: 0; background: linear-gradient( 90deg, transparent 55%, rgba(248, 251, 255, 0.2) ); content: ""; }
#spirit-section .spirit-media img { height: 100%; object-fit: cover; object-position: center; transition: transform 1s ease; }
#spirit-section .spirit-media:hover img { transform: scale(1.045); }
#spirit-section .spirit-content { display: flex; align-items: center; padding: 90px max(7vw, 70px); opacity: 0; transform: translateX(40px); transition: opacity 0.8s 0.12s ease, transform 0.8s 0.12s ease; }
#spirit-section .section-label { margin: 0 0 13px; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: 0.2em; }
#spirit-section h2 { margin: 0; color: var(--navy); font-size: clamp(40px, 4.7vw, 68px); font-weight: 900; letter-spacing: -0.05em; line-height: 1.15; }
#spirit-section h2 span { color: var(--orange); }
#spirit-section .spirit-text { margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 2; }
#spirit-section .spirit-quote { position: relative; margin: 34px 0 0; padding: 24px 24px 24px 28px; border-left: 5px solid var(--yellow); border-radius: 0 18px 18px 0; background: var(--white); color: var(--navy); font-size: 18px; font-weight: 800; line-height: 1.8; box-shadow: 0 15px 40px rgba(7, 51, 102, 0.08); }
#spirit-section.is-active .spirit-media { opacity: 1; transform: translateX(0); }
#spirit-section.is-active .spirit-content { opacity: 1; transform: translateX(0); }

/* register-section */
#register-section { position: relative; overflow: hidden; padding: 120px 0; background: var(--yellow); }
#register-section::before { position: absolute; top: -170px; left: -100px; width: 420px; height: 420px; border: 70px solid rgba(255, 255, 255, 0.24); border-radius: 50%; content: ""; }
#register-section::after { position: absolute; right: -70px; bottom: -150px; width: 390px; height: 390px; border: 80px solid rgba(7, 51, 102, 0.08); border-radius: 50%; content: ""; }
#register-section .register-content { position: relative; z-index: 2; display: grid; width: min(1180px, calc(100% - 64px)); margin: 0 auto; align-items: center; grid-template-columns: 1fr auto; gap: 60px; opacity: 0; transform: translateY(36px); transition: opacity 0.8s ease, transform 0.8s ease; }
#register-section .section-label { margin: 0 0 14px; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: 0.2em; }
#register-section h2 { max-width: 760px; margin: 0; color: var(--navy); font-size: clamp(42px, 5vw, 72px); font-weight: 900; letter-spacing: -0.055em; line-height: 1.12; }
#register-section .register-text { max-width: 720px; margin: 24px 0 0; color: rgba(7, 51, 102, 0.76); font-size: 17px; font-weight: 600; line-height: 1.9; }
#register-section .register-action { display: grid; width: 180px; height: 180px; place-items: center; border: 12px solid rgba(255, 255, 255, 0.5); border-radius: 50%; background: var(--navy); color: var(--white); text-align: center; box-shadow: 0 22px 45px rgba(7, 51, 102, 0.2); transition: transform 0.35s ease, background 0.35s ease; }
#register-section .register-action span { display: block; font-size: 20px; font-weight: 900; line-height: 1.45; }
#register-section .register-action small { display: block; margin-top: 6px; color: var(--yellow); font-size: 13px; }
#register-section .register-action:hover { background: var(--blue); transform: rotate(-6deg) scale(1.06); }
#register-section.is-active .register-content { opacity: 1; transform: translateY(0); }

/* footer */
footer { background: var(--deep-navy); color: var(--white); }
footer .footer-content { display: grid; width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 70px 0 46px; grid-template-columns: 1fr 1.4fr; gap: 80px; }
footer .footer-brand { display: flex; align-items: center; gap: 14px; }
footer .footer-mark { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--navy); font-size: 22px; font-weight: 900; }
footer .footer-title { margin: 0; font-size: 21px; font-weight: 900; }
footer .footer-title span { display: block; margin-top: 5px; color: var(--yellow); font-size: 11px; letter-spacing: 0.16em; }
footer .footer-text { max-width: 400px; margin: 22px 0 0; color: rgba(255, 255, 255, 0.56); font-size: 14px; line-height: 1.9; }
footer .footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
footer .footer-item strong { display: block; margin-bottom: 18px; color: var(--yellow); font-size: 13px; letter-spacing: 0.12em; }
footer .footer-list { display: grid; gap: 12px; }
footer .footer-list a { color: rgba(255, 255, 255, 0.66); font-size: 14px; transition: color 0.3s ease, transform 0.3s ease; }
footer .footer-list a:hover { color: var(--white); transform: translateX(5px); }
footer .footer-bottom { display: flex; width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 24px 0 30px; border-top: 1px solid rgba(255, 255, 255, 0.1); align-items: center; justify-content: space-between; color: rgba(255, 255, 255, 0.4); font-size: 12px; }
footer .back-top { color: var(--yellow); font-weight: 800; }

@media (max-width: 1280px) {
	header .header-content { width: calc(100% - 48px); }
	header .header-nav { gap: 22px; }
	#hero-section .hero-content { width: calc(100% - 80px); }
	#hero-section .hero-number { right: 4%; font-size: 130px; }
	#intro-section .intro-content { width: calc(100% - 80px); gap: 65px; }
	#news-section .news-content { width: calc(100% - 80px); }
	#process-section .process-content { width: calc(100% - 80px); }
	#spirit-section .spirit-content { padding: 80px 60px; }
	#register-section .register-content { width: calc(100% - 80px); }
	footer .footer-content { width: calc(100% - 80px); }
	footer .footer-bottom { width: calc(100% - 80px); }
}
@media (max-width: 960px) {
	header .header-content { height: 78px; }
	header .menu-toggle { display: block; }
	header .header-nav { position: fixed; top: 0; right: 0; bottom: 0; display: flex; width: min(380px, 88vw); padding: 120px 46px 50px; align-items: stretch; flex-direction: column; gap: 0; background: var(--white); box-shadow: -15px 0 50px rgba(4, 30, 60, 0.18); transform: translateX(110%); transition: transform 0.4s ease; }
	header .header-nav.is-active { transform: translateX(0); }
	header .header-nav a { padding: 17px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 17px; }
	header .header-nav a:not(.header-action)::after { display: none; }
	header .header-action { margin-top: 24px; border: 0 !important; }
	#hero-section { min-height: 740px; }
	#hero-section .hero-number { display: none; }
	#intro-section .intro-content { grid-template-columns: 1fr; gap: 60px; }
	#intro-section .intro-media { width: min(680px, 100%); min-height: 530px; }
	#news-section .news-grid { grid-template-columns: 1fr 1fr; }
	#news-section .news-item:first-child { grid-column: 1 / -1; }
	#news-section .news-item { min-height: 390px; }
	#process-section .process-list { grid-template-columns: repeat(2, 1fr); gap: 50px 30px; }
	#process-section .process-list::before { display: none; }
	#spirit-section { grid-template-columns: 1fr; }
	#spirit-section .spirit-media { min-height: 520px; }
	#register-section .register-content { grid-template-columns: 1fr; text-align: center; }
	#register-section h2 { margin-right: auto; margin-left: auto; }
	#register-section .register-text { margin-right: auto; margin-left: auto; }
	#register-section .register-action { margin: 0 auto; }
	footer .footer-content { grid-template-columns: 1fr; gap: 50px; }
}
@media (max-width: 768px) {
	header .header-content { width: calc(100% - 32px); }
	header h1 { font-size: 18px; }
	header .brand-mark { flex-basis: 46px; width: 46px; height: 46px; }
	#hero-section { min-height: 720px; background-position: 62% center; }
	#hero-section .hero-content { width: calc(100% - 40px); padding-top: 130px; }
	#hero-section .hero-title { font-size: clamp(48px, 13vw, 78px); }
	#hero-section .hero-text { font-size: 16px; }
	#hero-section .hero-action-list { align-items: stretch; flex-direction: column; }
	#hero-section .hero-primary { width: 100%; }
	#hero-section .hero-secondary { width: 100%; }
	#intro-section { padding: 80px 0 95px; }
	#intro-section .intro-content { width: calc(100% - 40px); }
	#intro-section .intro-media { min-height: 470px; }
	#intro-section .intro-image { inset: 0 45px 35px 0; border-radius: 26px 80px 26px 26px; }
	#intro-section .intro-badge { width: 145px; height: 145px; border-width: 9px; }
	#intro-section .intro-badge strong { font-size: 34px; }
	#news-section { padding: 90px 0; }
	#news-section .news-content { width: calc(100% - 40px); }
	#news-section .news-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
	#news-section .news-grid { grid-template-columns: 1fr; }
	#news-section .news-item:first-child { grid-column: auto; }
	#news-section .news-item { min-height: 410px; }
	#process-section { padding: 90px 0; }
	#process-section .process-content { width: calc(100% - 40px); }
	#spirit-section .spirit-media { min-height: 450px; }
	#spirit-section .spirit-content { padding: 75px 30px; }
	#register-section { padding: 90px 0; }
	#register-section .register-content { width: calc(100% - 40px); }
	footer .footer-content { width: calc(100% - 40px); }
	footer .footer-grid { grid-template-columns: repeat(2, 1fr); }
	footer .footer-bottom { width: calc(100% - 40px); align-items: flex-start; flex-direction: column; gap: 14px; }
}
@media (max-width: 500px) {
	header .header-content { height: 70px; }
	header.is-scrolled .header-content { height: 66px; }
	header h1 span { font-size: 9px; }
	header .menu-toggle { width: 42px; height: 42px; }
	#hero-section { min-height: 680px; }
	#hero-section .hero-content { width: calc(100% - 32px); padding-top: 120px; }
	#hero-section .hero-label { font-size: 11px; }
	#hero-section .hero-title { font-size: 47px; }
	#hero-section .hero-title span { margin-top: 14px; font-size: 0.5em; }
	#hero-section .hero-text { margin-top: 24px; font-size: 15px; line-height: 1.8; }
	#intro-section .intro-content { width: calc(100% - 32px); }
	#intro-section .intro-media { min-height: 390px; }
	#intro-section .intro-image { inset: 0 25px 28px 0; }
	#intro-section .intro-badge { width: 118px; height: 118px; border-width: 7px; }
	#intro-section .intro-badge strong { font-size: 27px; }
	#intro-section .intro-badge span { font-size: 10px; }
	#intro-section h2 { font-size: 36px; }
	#intro-section .intro-feature-grid { grid-template-columns: 1fr; }
	#news-section .news-content { width: calc(100% - 32px); }
	#news-section h2 { font-size: 36px; }
	#news-section .news-item { min-height: 390px; }
	#news-section .news-text { padding: 24px; }
	#process-section .process-content { width: calc(100% - 32px); }
	#process-section h2 { font-size: 36px; }
	#process-section .process-list { grid-template-columns: 1fr; }
	#process-section .process-item { max-width: 290px; margin: 0 auto; }
	#spirit-section .spirit-media { min-height: 370px; }
	#spirit-section .spirit-content { padding: 65px 20px; }
	#spirit-section h2 { font-size: 39px; }
	#spirit-section .spirit-text { font-size: 15px; }
	#spirit-section .spirit-quote { font-size: 16px; }
	#register-section .register-content { width: calc(100% - 32px); }
	#register-section h2 { font-size: 40px; }
	#register-section .register-text { font-size: 15px; }
	#register-section .register-action { width: 155px; height: 155px; border-width: 9px; }
	footer .footer-content { width: calc(100% - 32px); }
	footer .footer-grid { grid-template-columns: 1fr; }
	footer .footer-bottom { width: calc(100% - 32px); }
}