html:has(body.wed-h27-page) { overflow-x: clip !important; }
body.wed-h27-page { margin: 0; background: #fff; --h27-nav-height: 80px; overflow: visible !important; }
.wed-h27-page main.h27 { padding-top: var(--h27-nav-height); }
/* Match WED editorial body copy, including its unchanged mobile reading size. */
.h27 { --h27-body-size: 1.15rem; --h27-body-leading: 1.8; --orange: var(--wed-ui-accent, #eb5e24); --accent-dark: var(--wed-ui-accent-dark, #c94313); --ink: var(--wed-ui-ink, #0b1426); --muted: var(--wed-ui-copy, #445064); --line: var(--wed-ui-line, #dde3eb); --paper: var(--wed-ui-soft, #f4f6f9); --ease: cubic-bezier(.16,1,.3,1); color: var(--ink); background: #fff; font-family: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; font-size: var(--h27-body-size); line-height: var(--h27-body-leading); letter-spacing: 0; -webkit-font-smoothing: antialiased; }
.h27 *, .h27 *::before, .h27 *::after { box-sizing: border-box; }
.h27 h1, .h27 h2, .h27 h3, .h27 p, .h27 ol { margin: 0; padding: 0; letter-spacing: 0; }
.h27 h1, .h27 h2, .h27 h3 { color: inherit; font-family: inherit; text-wrap: balance; }
.h27 h2 { font-size: 42px; line-height: 1.16; font-weight: 800; }
.h27 h3 { font-size: 20px; line-height: 1.35; font-weight: 700; }
.h27 p + p { margin-top: 20px; }
.h27 a { color: inherit; font-family: inherit; text-decoration: none; transition: color .22s, background .22s, border-color .22s; }
.h27 p a { text-decoration: underline; text-underline-offset: 4px; text-decoration-color: #a9b2bf; }
.h27 p a:hover, .h27 p a:focus-visible { color: var(--accent-dark); text-decoration-color: currentColor; }
.h27 button { font: inherit; cursor: pointer; }
.h27 a:focus-visible, .h27 button:focus-visible, .h27 summary:focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
.h27 img { display: block; max-width: 100%; }
.h27 .dashicons { flex: 0 0 auto; width: 24px; height: 24px; font-size: 24px; }
.h27-wrap { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.h27-section { padding: 100px 0; }
.h27 [id] { scroll-margin-top: calc(var(--h27-nav-height) + 90px); }
.h27-eyebrow { font-size: 12px; line-height: 1.5; font-weight: 750; color: #ba410b; }
.h27-section-heading { max-width: 920px; margin-bottom: 52px; }
.h27-section-heading .h27-eyebrow { margin-bottom: 18px; }
.h27-section-heading h2 + p { margin-top: 20px; }
.h27 h2.h27-section-title { color: var(--orange); }
.h27-standfirst { color: var(--ink); font-size: 24px; line-height: 1.5; font-weight: 400; text-wrap: pretty; }
.h27-lead { font-size: var(--h27-body-size); line-height: var(--h27-body-leading); color: var(--muted); }
.h27 .h27-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 14px 24px; border: 1px solid var(--orange); border-radius: 6px; color: #fff !important; background: var(--orange); font-family: inherit; font-size: 14px; font-weight: 750; line-height: 1.3; box-shadow: 0 8px 20px #07122412; transition: color .22s, background .22s, border-color .22s, box-shadow .3s, transform .3s var(--ease); }
.h27 .h27-button:hover, .h27 .h27-button:focus-visible { background: var(--accent-dark); border-color: var(--accent-dark); color: #fff !important; box-shadow: 0 12px 26px #c943132b; transform: translateY(-2px); }
.h27 .h27-button:active { transform: translateY(0); box-shadow: 0 3px 8px #07122416; }
.h27-button .dashicons { transition: transform .2s; }
.h27-button:hover .dashicons { transform: translateX(4px); }
.h27-hero .h27-button { border-color: var(--orange); }
.h27-icon-button { width: 48px; height: 48px; border: 1px solid #ffffff70; background: var(--ink); color: #fff; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; flex: 0 0 auto; }
.h27-icon-button:hover, .h27-icon-button:focus-visible { background: var(--accent-dark); border-color: var(--accent-dark); color: #fff; }
.h27-hero { position: relative; isolation: isolate; color: #fff; background: #172c2d; min-height: 620px; height: min(790px, calc(100svh - 140px)); display: flex; flex-direction: column; overflow: clip; }
.h27-hero-image, .h27-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; }
.h27-hero-image { object-fit: cover; object-position: 35% 48%; transform: translateY(var(--h27-parallax, 0px)) scale(1.06); }
.h27-hero-shade { z-index: -1; background: linear-gradient(90deg, #0d18221a 12%, #0d182250 39%, #0d1822db 100%), linear-gradient(0deg, #08181cbd, transparent 35%); }
.h27-hero-inner { flex: 1; display: flex; justify-content: flex-end; align-items: center; padding-block: 52px 44px; }
.h27-hero-copy { width: 640px; max-width: 58%; }
.h27-status { display: flex; align-items: center; gap: 10px; font-size: 12px; line-height: 1.4; font-weight: 700; margin-bottom: 28px !important; }
.h27-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px #ff601826; }
.h27-hero h1 span { display: block; }
.h27-hero-year { font-size: 22px; font-weight: 600; line-height: 1.2; }
.h27-hero-name { font-size: 78px; font-weight: 800; line-height: 1.05; margin: 12px 0 16px; }
.h27-hero-topic { font-size: 34px; line-height: 1.2; font-weight: 700; max-width: 580px; }
.h27-hero-subtitle { font-size: 18px; line-height: 1.6; color: #edf2f3; max-width: 530px; margin: 26px 0 28px !important; }
.h27-hero-bottom { display: flex; align-items: center; gap: 32px; justify-content: space-between; padding: 25px 0 28px; border-top: 1px solid #ffffff45; }
.h27-hero-bottom p { font-size: 14px; line-height: 1.6; max-width: 880px; }
.h27-jumpbar { position: sticky; top: var(--h27-nav-height); z-index: 25; background: #fffffff5; border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.h27-jumpbar::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--orange); transform: scaleX(var(--h27-progress,0)); transform-origin: left; pointer-events: none; }
.h27-jumpbar > div { min-height: 65px; display: flex; align-items: stretch; justify-content: space-between; gap: 24px; }
.h27-jumpbar nav { display: flex; gap: 28px; min-width: 0; }
.h27-jumpbar nav a { display: flex; align-items: center; border-bottom: 2px solid transparent; font-size: 11px; font-weight: 750; white-space: nowrap; padding-block: 18px; }
.h27-jumpbar nav a[aria-current], .h27-jumpbar nav a:hover { color: #bc410c; border-bottom-color: var(--orange); }
.h27-jump-register { display: flex; align-self: center; align-items: center; gap: 12px; min-height: 42px; padding: 10px 16px; border: 1px solid var(--orange); border-radius: 6px; background: var(--orange); color: #fff !important; font-size: 12px; line-height: 1.3; font-weight: 750; white-space: nowrap; }
.h27-jump-register:hover, .h27-jump-register:focus-visible { background: var(--accent-dark); border-color: var(--accent-dark); color: #fff !important; }
.h27-jump-register .dashicons { width: 18px; height: 18px; font-size: 18px; }
.h27-form-placeholder { display: flex; align-items: center; justify-content: center; gap: 16px; border: 1px dashed #a9b5bc; color: #5a6772; background: #f8fafb; min-height: 88px; padding: 24px; font-size: 12px; text-align: center; }
.h27-intro .h27-form-placeholder { margin-bottom: 74px; }
.h27-intro-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 100px; }
.h27-intro-statement h2 { font-size: 36px; line-height: 1.24; max-width: 475px; }
.h27-free { font-size: var(--h27-body-size); margin: 26px 0 30px !important; color: var(--accent-dark); }
.h27-prose { color: #424d5c; }
.h27-theme { background: var(--paper); }
.h27-theme .h27-section-heading { max-width: 1000px; }
.h27-theme-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 64px; align-items: center; }
.h27-theme-photo { position: relative; overflow: hidden; aspect-ratio: 1.35; border-radius: 6px; }
.h27-theme-photo::after { content: ""; position: absolute; inset: 18px; border: 1px solid #ffffff50; pointer-events: none; clip-path: polygon(0 0, 24px 0, 24px 1px, 1px 1px, 1px 24px, 0 24px, 0 0, 100% 100%, calc(100% - 24px) 100%, calc(100% - 24px) calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) calc(100% - 24px), 100% calc(100% - 24px), 100% 100%); }
.h27-theme-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: translateY(var(--h27-photo-shift,0px)) scale(1.04); }
.h27-theme-copy { color: #424d5c; }
.h27-sdgs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 36px; }
.h27-sdgs a { transition: transform .2s; }
.h27-sdgs a:hover { transform: translateY(-5px); }
.h27-sdgs img { width: 100%; height: auto; aspect-ratio: 1; }
.h27-journey-layout { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: 100px; align-items: start; }
.h27-journey-guide { position: sticky; top: calc(var(--h27-nav-height) + 94px); }
.h27-journey-guide .h27-section-heading { margin-bottom: 28px; max-width: 450px; }
.h27-route { display: grid; margin: 0; border-top: 1px solid var(--line); }
.h27-route a { position: relative; display: grid; grid-template-columns: 30px minmax(0,1fr) 18px; gap: 14px; align-items: center; min-height: 47px; padding: 9px 12px 9px 0; border-bottom: 1px solid var(--line); font-size: 11px; line-height: 1.4; font-weight: 750; }
.h27-route a::after { content: ""; position: absolute; bottom: -1px; left: 0; width: 100%; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .55s var(--ease); }
.h27-route-node { color: #778293; font-size: 11px; font-weight: 600; font-variant-numeric: tabular-nums; transition: color .22s; }
.h27-route a > .dashicons { width: 18px; height: 18px; font-size: 18px; opacity: 0; transform: translateX(-6px); transition: opacity .22s, transform .3s var(--ease); }
.h27-route a:hover, .h27-route a:focus-visible, .h27-route a[aria-current] { color: var(--accent-dark); }
.h27-route a:hover > .dashicons, .h27-route a:focus-visible > .dashicons, .h27-route a[aria-current] > .dashicons { opacity: 1; transform: none; }
.h27-route a.is-reached::after { transform: scaleX(1); }
.h27-route a.is-reached .h27-route-node { color: var(--accent-dark); }
.h27-step-list { position: relative; }
.h27-step-list::before { content: ""; position: absolute; top: 34px; bottom: 50px; left: 27px; width: 1px; background: var(--line); }
.h27-step-list article { position: relative; display: grid; grid-template-columns: 56px minmax(0,1fr); gap: 28px; padding: 34px 0; }
.h27-step-list article:first-child { padding-top: 0; }
.h27-step-list article:last-child { padding-bottom: 0; }
.h27-step-copy { padding: 4px 0 30px; border-bottom: 1px solid var(--line); }
.h27-step-list article:last-child .h27-step-copy { border-bottom: 0; }
.h27-step-number { position: relative; display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; color: var(--ink); transition: color .3s, background .3s, border-color .3s, box-shadow .3s; }
.h27-step-list article.is-current .h27-step-number { color: #fff; background: var(--accent-dark); border-color: var(--accent-dark); box-shadow: 0 5px 16px #c9431324; }
.h27-step-list h3 { font-size: 18px; margin-bottom: 14px; }
.h27-step-list p { color: var(--muted); }
.h27-step-list p + p { margin-top: 12px; }
.h27-dates { background: var(--ink); color: #fff; border-top: 4px solid var(--orange); }
.h27-dates-heading { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-bottom: 32px; margin-bottom: 40px; border-bottom: 1px solid #ffffff30; }
.h27-dates-heading > .dashicons { width: 36px; height: 36px; font-size: 36px; color: #ff956c; }
.h27-dates-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.2fr); gap: 64px; align-items: stretch; }
.h27-dates-photo { overflow: hidden; position: relative; min-height: 380px; border-radius: 6px; }
.h27-dates-photo picture { position: absolute; inset: 0; display: block; }
.h27-dates-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.h27-date-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 36px; list-style: none; }
.h27-date-grid li { position: relative; border-top: 1px solid #ffffff40; padding: 24px 0 16px; }
.h27-date-grid li::before { content: ""; position: absolute; top: -1px; left: 0; height: 3px; width: 34px; background: var(--orange); transition: width .5s var(--ease); }
.h27-date-grid li:hover::before { width: 100%; }
.h27-date { display: flex; flex-direction: column; gap: 12px; font-variant-numeric: tabular-nums; }
.h27-date-day { font-size: 68px; line-height: 1; font-weight: 750; }
.h27-date-month { font-size: 12px; line-height: 1.4; font-weight: 600; color: #bdc5d2; }
.h27-date-label { display: block; margin-top: 18px; padding-right: 25px; color: #fff; font-size: 16px; line-height: 1.5; font-weight: 650; }
.h27-date-mark { position: absolute; right: 0; top: 28px; color: #ff956c; }
.h27-date-mark .dashicons { width: 20px; height: 20px; font-size: 20px; }
.h27-date-grid li:last-child .h27-date-day { color: #ff956c; }
.h27-submit-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; }
.h27-submit h2 { margin-bottom: 24px; }
.h27-submit-list > div { display: flex; gap: 20px; border-top: 1px solid var(--line); padding: 22px 0; }
.h27-submit-list > div:last-child { border-bottom: 1px solid var(--line); }
.h27-submit-list .dashicons { color: var(--accent-dark); margin-top: 3px; }
.h27-judging { background: #f4f6f7; }
.h27-criteria { border-top: 1px solid #cbd2d9; }
.h27-criteria article { display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px; align-items: center; padding: 26px 0; border-bottom: 1px solid #cbd2d9; }
.h27-criteria article h3 { font-size: 15px; max-width: 285px; }
.h27-criteria article p { font-size: var(--h27-body-size); color: var(--muted); }
.h27 .h27-tip { font-size: var(--h27-body-size); max-width: 900px; color: var(--muted); margin-top: 28px; }
.h27-prizes { background: #fff; text-align: center; }
.h27-prizes .h27-eyebrow { margin-bottom: 18px; }
.h27-prize-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 58px 0 32px; }
.h27-prize-grid > div { border-right: 1px solid var(--line); padding: 8px 24px 22px; }
.h27-prize-grid > div:last-child { border: 0; }
.h27-prize-grid .dashicons { color: #687a7a; margin-bottom: 22px; width: 38px; height: 38px; font-size: 38px; }
.h27-prize-grid > div:first-child .dashicons { color: var(--orange); }
.h27-prize-grid h3 { font-size: 12px; }
.h27-prize-amount { font-size: 68px; line-height: 1.3; font-weight: 750; margin-top: 16px !important; font-variant-numeric: tabular-nums; }
.h27-prize-grid > div:first-child .h27-prize-amount { color: var(--orange); }
.h27-prizes > div > p { font-size: var(--h27-body-size); color: var(--muted); }
.h27-participate { border-top: 1px solid var(--line); }
.h27-participate-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; }
.h27-participate h2 { margin-bottom: 28px; }
.h27-participate p { color: #4b5a62; }
.h27-participate aside { border-left: 3px solid var(--orange); padding: 2px 0 2px 36px; }
.h27-participate aside > .dashicons { color: var(--accent-dark); width: 42px; height: 42px; font-size: 42px; margin-bottom: 20px; }
.h27-participate aside h3 { margin-bottom: 18px; }
.h27-facebook { font-size: var(--h27-body-size); font-weight: 700; }
.h27-winners { background: var(--paper); }
.h27-winners h2 { max-width: 800px; }
.h27-winner-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.h27-winner-grid article { min-width: 0; }
.h27-winner-grid h3 { padding-top: 16px; margin-bottom: 20px; border-top: 2px solid #879c9b; font-size: 12px; }
.h27-winner-grid article:first-child h3 { border-color: var(--orange); }
.h27-video { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; border-radius: 4px; background: #233236; }
.h27-video > img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.h27-video:hover > img { transform: scale(1.035); }
.h27-play { position: absolute; inset: 0; margin: auto; width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--orange); border-radius: 6px; background: var(--orange); color: #fff; box-shadow: 0 5px 22px #0003; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.h27-video:hover .h27-play, .h27-video:focus-visible .h27-play { transform: scale(1.06); background: var(--accent-dark); border-color: var(--accent-dark); color: #fff; }
.h27-play .dashicons { width: 26px; height: 26px; font-size: 26px; }
.h27-winner-caption { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 22px; }
.h27-winner-caption > a:first-child { display: flex; align-items: center; gap: 10px; font-size: 11px; line-height: 1.4; font-weight: 750; }
.h27-winner-caption img { width: 64px; height: 64px; }
.h27-winner-caption > a:first-child .dashicons { transition: transform .3s var(--ease); }
.h27-winner-caption > a:first-child:hover .dashicons { transform: translate(3px,-3px); }
.h27-winner-caption > a:first-child:hover { color: var(--accent-dark); }
.h27-about { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.h27-about-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.h27-about p { color: var(--muted); }
.h27-register { text-align: center; padding-bottom: 76px; }
.h27-register h2 { margin-bottom: 34px; }
.h27-register .h27-form-placeholder { max-width: 900px; margin: auto; min-height: 190px; }
.h27-form { width: 100%; min-height: 650px; border: 0; display: block; }
.h27-faq { padding-top: 32px; padding-bottom: 120px; }
.h27-faq-heading { display: flex; align-items: center; gap: 36px; margin-bottom: 38px; }
.h27-faq-heading > span { height: 1px; flex: 1; background: var(--line); position: relative; }
.h27-faq-heading > span::before { content: ""; position: absolute; left: 0; width: 56px; height: 2px; background: var(--orange); }
.h27-faq-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 48px; align-items: start; }
.h27-faq details { border-top: 1px solid var(--line); transition: background .25s, box-shadow .25s; }
.h27-faq details:last-child { border-bottom: 1px solid var(--line); }
.h27-faq details.is-expanded, .h27-faq:not(.h27-faq-ready) details[open] { background: #f4f6f7; box-shadow: inset 2px 0 var(--orange); }
.h27-faq summary { display: grid; grid-template-columns: minmax(0,1fr) 28px; align-items: center; gap: 16px; min-height: 102px; list-style: none; cursor: pointer; padding: 22px 16px; font-family: inherit; font-size: var(--h27-body-size); line-height: 1.5; font-weight: 650; }
.h27-faq summary::-webkit-details-marker { display: none; }
.h27-faq summary:hover, .h27-faq summary:focus-visible { color: var(--accent-dark); }
.h27-plus { position: relative; width: 28px; height: 28px; border: 1px solid #cbd3da; border-radius: 6px; color: var(--ink); transition: color .25s, background .25s, border-color .25s; }
.h27-plus::before, .h27-plus::after { content: ""; position: absolute; background: currentColor; left: 7px; top: 12px; height: 2px; width: 12px; transition: transform .3s var(--ease); }
.h27-plus::after { transform: rotate(90deg); }
.h27-faq details.is-expanded .h27-plus, .h27-faq:not(.h27-faq-ready) details[open] .h27-plus { background: var(--ink); border-color: var(--ink); color: #fff; }
.h27-faq details.is-expanded .h27-plus::after, .h27-faq:not(.h27-faq-ready) details[open] .h27-plus::after { transform: rotate(0); }
.h27-faq summary:hover .h27-plus, .h27-faq summary:focus-visible .h27-plus { background: var(--accent-dark); border-color: var(--accent-dark); color: #fff; }
.h27-answer { padding: 0 60px 28px 16px; color: var(--muted); font-size: var(--h27-body-size); line-height: var(--h27-body-leading); }
.h27-dialog { width: min(1120px,calc(100vw - 48px)); padding: 0; margin: auto; border: 0; overflow: visible; background: #080d12; border-radius: 6px; }
.h27-dialog::backdrop { background: #080d12e8; backdrop-filter: blur(6px); }
.h27-player { width: 100%; aspect-ratio: 16/9; }
.h27-player iframe { display: block; width: 100%; height: 100%; border: 0; }
.h27-close { position: absolute; right: 0; top: -60px; color: #fff; }
.h27-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.h27 [data-reveal] { transition: opacity .75s var(--ease), transform .75s var(--ease); transition-delay: var(--h27-reveal-delay,0ms); }
.h27 .h27-reveal-pending { opacity: 0; transform: translateY(24px); }
.h27-motion .h27-hero-copy > *, .h27-motion .h27-hero-bottom { animation: h27-enter .9s var(--ease) both; }
.h27-motion .h27-hero-copy > :nth-child(2) { animation-delay: .1s; }
.h27-motion .h27-hero-copy > :nth-child(3) { animation-delay: .2s; }
.h27-motion .h27-hero-copy > :nth-child(4) { animation-delay: .3s; }
.h27-motion .h27-hero-bottom { animation-delay: .35s; }
.h27-motion .h27-dialog[open] { animation: h27-dialog-in .35s var(--ease) both; }
.h27-motion .h27-dialog[open]::backdrop { animation: h27-fade .3s ease both; }
@keyframes h27-enter { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes h27-dialog-in { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes h27-fade { from { opacity: 0; } to { opacity: 1; } }
body.wed-h27-page:has(.h27-dialog[open]), body.wed-h27-page.we-mobile-open { overflow: hidden !important; }
@media (min-width: 1600px) {
	.h27-wrap { width: min(1400px,calc(100% - 144px)); }
	.h27-hero-copy { width: 670px; }
}
@media (max-width: 1199px) {
	.h27-wrap { width: calc(100% - 72px); }
	.h27-hero-name { font-size: 62px; }
	.h27-hero-topic { font-size: 29px; }
	.h27-hero-copy { max-width: 60%; }
	.h27-intro-grid, .h27-submit-grid, .h27-participate-grid, .h27-about-grid { gap: 56px; }
	.h27-theme-grid { gap: 44px; }
	.h27-jumpbar nav { gap: 20px; }
	.h27-journey-layout { gap: 56px; }
	.h27-dates-layout { gap: 40px; }
}
@media (max-width: 900px) {
	.h27-section { padding-block: 76px; }
	.h27 h2 { font-size: 34px; }
	.h27-hero { min-height: 610px; }
	.h27-hero-copy { max-width: 67%; }
	.h27-hero-name { font-size: 54px; }
	.h27-hero-topic { font-size: 28px; }
	.h27-jump-register { display: none; }
	.h27-jumpbar nav { justify-content: space-between; width: 100%; gap: 14px; }
	.h27-intro-grid, .h27-theme-grid, .h27-submit-grid, .h27-participate-grid { gap: 40px; }
	.h27-intro-statement h2 { font-size: 30px; }
	.h27-theme-grid { grid-template-columns: 1fr; }
	.h27-theme-photo { aspect-ratio: 1.5; }
	.h27-theme-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
	.h27-theme-copy p + p { margin-top: 0; }
	.h27-theme-copy .h27-sdgs { grid-column: 1 / -1; max-width: 420px; margin-top: 4px; }
	.h27-journey-layout { grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 32px; }
	.h27-step-list article { grid-template-columns: 44px minmax(0,1fr); gap: 18px; }
	.h27-step-number { width: 44px; height: 44px; }
	.h27-step-list::before { left: 21px; }
	.h27-step-list h3 { font-size: 16px; }
	.h27-dates-layout { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 32px; }
	.h27-date-grid { gap: 24px; }
	.h27-date-day { font-size: 54px; }
	.h27-date-label { font-size: 14px; }
	.h27-sdgs { gap: 6px; }
	.h27-criteria article { gap: 28px; }
	.h27-prize-amount { font-size: 48px; }
	.h27-winner-grid { gap: 18px; }
	.h27-winner-caption { align-items: flex-start; flex-direction: column; gap: 18px; }
	.h27-winner-caption img { width: 56px; height: 56px; }
	.h27-faq-grid { gap: 28px; }
	.h27-faq summary { gap: 14px; padding-inline: 12px; min-height: 110px; }
	.h27-answer { padding-inline: 12px 24px; }
}
@media (max-width: 680px) {
	.h27-wrap { width: calc(100% - 40px); }
	.h27-section { padding-block: 58px; }
	.h27 h2 { font-size: 30px; line-height: 1.2; }
	.h27-section-heading { margin-bottom: 32px; }
	.h27-standfirst { font-size: 21px; }
	.h27-hero { height: auto; min-height: min(710px, calc(100svh - 140px)); }
	.h27-hero-image { object-position: 30% center; }
	.h27-hero-shade { background: linear-gradient(0deg,#06121ce6,#071c228c 60%,#071c2255); }
	.h27-hero-inner { align-items: flex-end; padding-block: 56px 36px; }
	.h27-hero-copy { max-width: none; width: 100%; }
	.h27-status { font-size: 10px; margin-bottom: 23px !important; }
	.h27-hero-year { font-size: 19px; }
	.h27-hero-name { font-size: 48px; margin: 10px 0 14px; }
	.h27-hero-topic { font-size: 27px; max-width: 430px; }
	.h27-hero-subtitle { font-size: 16px; margin: 22px 0 25px !important; max-width: 390px; }
	.h27-hero-bottom { padding-block: 20px; gap: 18px; }
	.h27-hero-bottom p { font-size: 11px; line-height: 1.6; }
	.h27-hero-bottom .h27-icon-button { width: 36px; height: 36px; }
	.h27 .h27-button { min-height: 50px; padding: 14px 22px; font-size: 13px; }
	.h27-jumpbar > div { width: 100%; min-height: 56px; }
	.h27-jumpbar nav { padding-inline: 20px; gap: 26px; overflow-x: auto; scrollbar-width: none; justify-content: flex-start; }
	.h27-jumpbar nav::-webkit-scrollbar { display: none; }
	.h27-jumpbar nav a { font-size: 10px; }
	.h27-intro .h27-form-placeholder { margin-bottom: 42px; }
	.h27-form-placeholder { font-size: 10px; gap: 12px; padding: 20px 12px; }
	.h27-intro-grid, .h27-theme-grid, .h27-submit-grid, .h27-participate-grid, .h27-about-grid, .h27-faq-grid { grid-template-columns: minmax(0,1fr); gap: 34px; }
	.h27-intro-statement h2 { font-size: 32px; }
	.h27-theme-photo { aspect-ratio: 1.5; }
	.h27-theme-copy { display: block; }
	.h27-theme-copy p + p { margin-top: 20px; }
	.h27-theme-copy .h27-sdgs { margin-top: 28px; }
	.h27-sdgs { gap: 10px; max-width: 440px; }
	.h27-journey-layout { grid-template-columns: minmax(0,1fr); gap: 40px; }
	.h27-journey-guide { position: static; }
	.h27-journey-guide .h27-section-heading { max-width: 370px; }
	.h27-route { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 18px; }
	.h27-route a { grid-template-columns: 20px minmax(0,1fr); gap: 8px; font-size: 10px; min-height: 52px; padding-right: 0; }
	.h27-route a > .dashicons { display: none; }
	.h27-step-list article { padding-block: 22px; }
	.h27-step-copy { padding-bottom: 22px; }
	.h27-dates-heading { margin-bottom: 28px; padding-bottom: 24px; }
	.h27-dates-heading > .dashicons { width: 28px; height: 28px; font-size: 28px; }
	.h27-dates-layout { grid-template-columns: minmax(0,1fr); gap: 30px; }
	.h27-dates-photo { min-height: 0; aspect-ratio: 1.5; }
	.h27-date-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 24px; }
	.h27-date-day { font-size: 52px; }
	.h27-date-month { font-size: 10px; }
	.h27-date-label { font-size: 14px; padding-right: 0; }
	.h27-date-grid li { padding-bottom: 0; }
	.h27-criteria article { grid-template-columns: minmax(0,1fr); padding-block: 24px; gap: 12px; }
	.h27-criteria article h3 { font-size: 14px; }
	.h27-prize-grid { margin: 36px 0 24px; }
	.h27-prize-grid > div { padding: 0 8px 10px; }
	.h27-prize-grid .dashicons { width: 28px; height: 28px; font-size: 28px; margin-bottom: 15px; }
	.h27-prize-grid h3 { font-size: 10px; }
	.h27-prize-amount { font-size: 26px; }
	.h27-participate aside { padding-left: 24px; }
	.h27-winner-grid { grid-template-columns: 1fr; gap: 40px; }
	.h27-winner-caption { flex-direction: row; align-items: center; margin-top: 16px; }
	.h27-winner-caption > a:first-child { font-size: 12px; }
	.h27-winner-caption img { width: 64px; height: 64px; }
	.h27-about-grid { gap: 24px; }
	.h27-register .h27-form-placeholder { min-height: 150px; }
	.h27-faq { padding-top: 0; padding-bottom: 75px; }
	.h27-faq-grid { gap: 0; }
	.h27-faq-heading { gap: 24px; margin-bottom: 26px; }
	.h27-faq-column:first-child details:last-child { border-bottom: 0; }
	.h27-faq summary { padding-block: 21px; min-height: 96px; }
	.h27-answer { padding-right: 22px; }
	.h27-dialog { width: calc(100vw - 24px); }
	.h27-close { top: -55px; width: 42px; height: 42px; }
}
@media (max-width: 360px) {
	.h27-hero-name { font-size: 40px; }
	.h27-hero-topic { font-size: 24px; }
	.h27-prize-amount { font-size: 20px; }
	.h27-wrap { width: calc(100% - 32px); }
	.h27-date-day { font-size: 46px; }
}
@media (min-width: 681px) and (max-height: 780px) {
	.h27-journey-guide { position: static; }
}
@media (prefers-reduced-motion: reduce) {
	.h27 *, .h27 *::before, .h27 *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
	.h27-hero-image, .h27-theme-photo img { transform: none; }
	.h27 .h27-reveal-pending { opacity: 1; transform: none; }
}
