 @media only screen and (min-width: 0rem) {#gate {min-height: 100svh;display: flex;flex-direction: column;align-items: center;justify-content: center;gap: clamp(1.5rem, 3.5vh, 2.5rem);padding: clamp(1.5rem, 4vw, 3rem) 1rem;box-sizing: border-box;background-color: var(--backgroundColor);position: relative;overflow: hidden;}#gate::before {content: "";position: absolute;inset: 0;background: radial-gradient(ellipse 60% 50% at 18% 110%, rgba(46, 168, 107, 0.1), transparent 60%), radial-gradient(ellipse 60% 50% at 82% 110%, rgba(27, 110, 143, 0.1), transparent 60%);pointer-events: none;}.gate-brand {display: flex;align-items: center;gap: 0.75rem;animation: gate-fade 0.6s ease both;}.gate-brand img.light {display: block;}.gate-brand img.dark {display: none;}.gate-brand .gate-brand-name {font-size: 1.0625rem;font-weight: 900;letter-spacing: 0.16em;text-transform: uppercase;color: var(--headerColor);}body.dark-mode .gate-brand img.light {display: none;}body.dark-mode .gate-brand img.dark {display: block;}.gate-question {text-align: center;z-index: 1;animation: gate-rise 0.7s 0.15s ease both;}.gate-question .gate-topper {display: block;font-size: var(--topperFontSize);font-weight: 700;letter-spacing: 0.1em;text-transform: uppercase;color: var(--primary);margin-bottom: 0.5rem;}.gate-question .gate-title {font-size: clamp(2.25rem, 6vw, 4rem);font-weight: 900;line-height: 1.1em;color: var(--headerColor);margin: 0;}.gate-doors {display: flex;flex-direction: column;gap: 1rem;width: 100%;max-width: 64rem;z-index: 1;}.gate-door {display: block;position: relative;text-decoration: none;border-radius: 1.25rem;border: 1px solid rgba(128, 128, 128, 0.25);background-color: var(--backgroundAccent);overflow: hidden;transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;}.gate-door:hover, .gate-door:focus-visible {transform: translateY(-4px);}.gate-door:hover .gate-door-motif, .gate-door:focus-visible .gate-door-motif {opacity: 1;}.gate-door:hover .gate-door-arrow svg, .gate-door:focus-visible .gate-door-arrow svg {transform: translateX(4px);}.gate-door:focus-visible {outline: 3px solid var(--primary);outline-offset: 3px;}.gate-door-ecommerce {animation: gate-from-left 0.7s 0.3s ease both;}.gate-door-local {animation: gate-from-right 0.7s 0.42s ease both;}.gate-door-inner {position: relative;display: flex;flex-direction: column;gap: 0.5rem;padding: clamp(1.5rem, 4vw, 2.5rem);z-index: 1;}.gate-door-kicker {font-size: 0.8125rem;font-weight: 700;letter-spacing: 0.12em;text-transform: uppercase;}.gate-door-label {font-size: clamp(1.5rem, 3.4vw, 2.25rem);font-weight: 900;line-height: 1.15em;color: var(--headerColor);}.gate-door-sub {font-size: 0.9375rem;line-height: 1.5em;color: var(--bodyTextColor);max-width: 26rem;}.gate-door-arrow {display: inline-flex;align-items: center;justify-content: center;width: 2.75rem;height: 2.75rem;border-radius: 50%;color: #fff;margin-top: 0.5rem;}.gate-door-arrow svg {transition: transform 0.3s ease;}.gate-door-ecommerce .gate-door-kicker {color: var(--primary);}.gate-door-ecommerce .gate-door-arrow {background-color: var(--primary);}.gate-door-ecommerce:hover, .gate-door-ecommerce:focus-visible {border-color: var(--primary);box-shadow: 0 16px 40px rgba(46, 168, 107, 0.25);}.gate-door-ecommerce {}.gate-door-ecommerce .gate-door-motif {position: absolute;inset: 0;opacity: 0.45;transition: opacity 0.3s ease;background-image: linear-gradient(rgba(46, 168, 107, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(46, 168, 107, 0.12) 1px, transparent 1px);background-size: 2.5rem 2.5rem;-webkit-mask-image: radial-gradient(ellipse 90% 90% at 100% 0%, #000 0%, transparent 70%);mask-image: radial-gradient(ellipse 90% 90% at 100% 0%, #000 0%, transparent 70%);}.gate-door-local .gate-door-kicker {color: var(--secondaryLight);}.gate-door-local .gate-door-arrow {background-color: var(--secondary);}.gate-door-local:hover, .gate-door-local:focus-visible {border-color: var(--secondary);box-shadow: 0 16px 40px rgba(27, 110, 143, 0.25);}.gate-door-local {}.gate-door-local .gate-door-motif {position: absolute;inset: 0;opacity: 0.45;transition: opacity 0.3s ease;background-image: radial-gradient(circle at 92% 18%, transparent 1.4rem, rgba(27, 110, 143, 0.14) 1.4rem, rgba(27, 110, 143, 0.14) calc(1.4rem + 1px), transparent calc(1.4rem + 2px)), radial-gradient(circle at 92% 18%, transparent 2.8rem, rgba(27, 110, 143, 0.12) 2.8rem, rgba(27, 110, 143, 0.12) calc(2.8rem + 1px), transparent calc(2.8rem + 2px)), radial-gradient(circle at 92% 18%, transparent 4.4rem, rgba(27, 110, 143, 0.1) 4.4rem, rgba(27, 110, 143, 0.1) calc(4.4rem + 1px), transparent calc(4.4rem + 2px)), radial-gradient(circle at 92% 18%, rgba(27, 110, 143, 0.25) 0.35rem, transparent 0.45rem);}.gate-microcopy {font-size: 0.9375rem;color: var(--bodyTextColor);text-align: center;margin: 0;z-index: 1;animation: gate-fade 0.7s 0.6s ease both;}.gate-footer {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;gap: 0.75rem;font-size: 0.875rem;z-index: 1;animation: gate-fade 0.7s 0.75s ease both;}.gate-footer a {color: var(--bodyTextColor);text-decoration: none;transition: color 0.3s ease;}.gate-footer a:hover {color: var(--primary);}.gate-footer span {color: var(--bodyTextColor);opacity: 0.5;}@keyframes gate-fade {from {opacity: 0;}to {opacity: 1;}}@keyframes gate-rise {from {opacity: 0;transform: translateY(0.75rem);}to {opacity: 1;transform: translateY(0);}}@keyframes gate-from-left {from {opacity: 0;transform: translateX(-1.5rem);}to {opacity: 1;transform: translateX(0);}}@keyframes gate-from-right {from {opacity: 0;transform: translateX(1.5rem);}to {opacity: 1;transform: translateX(0);}}}@media only screen and (min-width: 0rem) and (prefers-reduced-motion: reduce) {.gate-brand, .gate-question, .gate-door-ecommerce, .gate-door-local, .gate-microcopy, .gate-footer {animation: none;}.gate-door {transition: none;}}@media only screen and (min-width: 48rem) {.gate-doors {flex-direction: row;align-items: stretch;}.gate-doors .gate-door {flex: 1 1 0;display: flex;}.gate-doors .gate-door-inner {justify-content: space-between;min-height: clamp(15rem, 32vh, 19rem);}}