.gate{position:relative;min-height:100svh;display:flex;align-items:center;justify-content:center;padding:clamp(40px,9vh,96px) clamp(20px,5vw,72px);background:radial-gradient(120% 90% at 12% 0,rgba(16,97,88,.07),transparent 60%),radial-gradient(120% 100% at 100% 100%,rgba(224,168,75,.09),transparent 55%),var(--surface-page);color:var(--text-body);overflow:hidden}.gate:before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,transparent,var(--gold-500),transparent);opacity:.7}.gate-pre{position:fixed;inset:0;z-index:9500;display:flex;align-items:center;justify-content:center;background:var(--teal-950);animation:gate-pre-out .7s ease 3.2s forwards}.gate-pre.is-js{animation:none}@keyframes gate-pre-out{to{opacity:0;visibility:hidden}}.gate-pre__inner{display:flex;flex-direction:column;align-items:center;gap:24px}.gate-pre__logo{width:72px;height:72px;border-radius:50%;object-fit:cover}.gate-pre__word{font-family:var(--font-display);font-weight:700;letter-spacing:.42em;font-size:26px;color:var(--cream-50);padding-left:.42em;overflow:hidden}.gate-pre__word span{display:inline-block;transform:translateY(110%)}.gate__content{position:relative;width:100%;max-width:600px;text-align:center;display:flex;flex-direction:column;align-items:center}.gate__logo{width:64px;height:64px;border-radius:50%;object-fit:cover;margin-bottom:22px;box-shadow:0 6px 22px rgba(16,97,88,.16)}.gate__eyebrow{font-family:var(--font-sans);font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);margin-bottom:18px}.gate__title{font-family:var(--font-display);font-weight:800;font-size:clamp(2rem,6vw,3.2rem);line-height:1.08;color:var(--text-strong);margin:0 0 18px}.gate__lead{font-family:var(--font-serif);font-size:clamp(1.02rem,2.4vw,1.18rem);line-height:1.6;color:var(--text-body);max-width:46ch;margin:0 auto}.gate__notice{margin-top:28px;padding:14px 22px;border:1px solid var(--gold-200);border-radius:999px;background:var(--gold-50);color:var(--gold-800);font-family:var(--font-sans);font-size:.95rem;font-weight:600;line-height:1.45}.gate__contact{margin-top:44px;width:100%;max-width:420px;padding-top:28px;border-top:1px solid var(--cream-100)}.gate__cap{display:block;font-family:var(--font-sans);font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--text-faint);margin-bottom:16px}.gate__rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.gate__rows li,.gate__rows li a{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:9px 0;text-align:left}.gate__rows li a{padding:0;text-decoration:none;color:inherit;transition:color .25s ease}.gate__rows li:not(:last-child){border-bottom:1px solid color-mix(in srgb,var(--cream-100) 70%,transparent)}.gate__rows li a:hover .gate__rowval{color:var(--brand-primary-strong)}.gate__rowlabel{flex:0 0 auto;font-family:var(--font-sans);font-size:.8rem;font-weight:600;letter-spacing:.04em;color:var(--text-muted)}.gate__rowval{font-family:var(--font-sans);font-size:.94rem;color:var(--text-strong);text-align:right;transition:color .25s ease}@media (max-width:460px){.gate__rows li,.gate__rows li a{flex-direction:column;align-items:flex-start;gap:2px}.gate__rowval{text-align:left}}.gate__door{margin-top:40px;font-size:1.7rem;line-height:1;text-decoration:none;opacity:.32;transition:opacity .25s ease,transform .25s ease}.gate__door:focus-visible,.gate__door:hover{opacity:1;transform:translateY(-3px);outline:none}@media (prefers-reduced-motion:reduce){.gate-pre{display:none}}