/* Hermes Finder portal presentation, adapted from the COCOON template. */
:root { --hf-orange: #f47f35; --hf-orange-light: #ffad75; --hf-ink: #080a0a; --hf-cream: #f3f1eb; --hf-line: rgba(255,255,255,.13); --hf-dark-line: rgba(8,10,10,.12); }
html { background: var(--hf-ink); }
body.portal-page { margin: 0; background: var(--hf-ink); color: #f5f4ef; font-family: Geist, ui-sans-serif, system-ui, sans-serif; overflow-x: hidden; }
.portal-page a { color: inherit; text-decoration: none; }.portal-page button { font: inherit; }
.portal-skip { position: absolute; left: 16px; top: 10px; z-index: 80; transform: translateY(-180%); padding: 10px 14px; border-radius: 7px; background: #fff; color: #111; font-size: .85rem; }.portal-skip:focus { transform: translateY(0); }
.portal-wrap { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.portal-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; background: rgba(8,10,10,.78); backdrop-filter: blur(16px); transition: border-color .25s ease; }
.portal-nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(1120px, calc(100% - 48px)); min-height: 88px; margin-inline: auto; padding: 20px 0; transition: min-height .25s ease, padding .25s ease; }
.portal-brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }.portal-brand img { width: 36px; height: 36px; border-radius: 10px; }.portal-brand span { display: grid; line-height: .82; gap: 4px; letter-spacing: .04em; }.portal-brand strong { font-size: .62rem; letter-spacing: .23em; font-weight: 800; }.portal-brand b { font-size: 1.12rem; letter-spacing: .05em; font-weight: 800; }
.portal-nav-links { display: flex; align-items: center; gap: clamp(16px, 3vw, 34px); margin-left: auto; margin-right: 14px; }.portal-nav-links a, .portal-mobile-menu a { color: #aeb7b4; font-size: .82rem; transition: color .2s ease; }.portal-nav-links a:hover, .portal-mobile-menu a:hover { color: #fff; }
.portal-nav-cta, .portal-mobile-cta { display: inline-flex; align-items: center; gap: 9px; padding: 11px 17px; border: 1px solid var(--hf-line); border-radius: 999px; background: #f4f3ed; color: #090b0b !important; font-size: .79rem; font-weight: 700; transition: transform .2s ease, background .2s ease; }.portal-nav-cta:hover, .portal-mobile-cta:hover { transform: translateY(-2px); background: #fff; }
.portal-menu-button { display: none; border: 1px solid var(--hf-line); border-radius: 8px; padding: 7px 10px; color: #fff; cursor: pointer; }.portal-mobile-menu { display: none; width: min(100% - 48px, 1120px); margin: 0 auto; padding: 0 0 20px; }.portal-mobile-menu a { padding: 11px 0; border-bottom: 1px solid var(--hf-line); }.portal-mobile-menu .portal-mobile-cta { justify-content: center; margin-top: 14px; border: 0; }
.portal-hero { position: relative; overflow: hidden; padding: clamp(70px, 10vw, 132px) 0 40px; background: radial-gradient(circle at 84% 35%, rgba(244,127,53,.12), transparent 29%), linear-gradient(180deg, #090b0b 0%, #080a0a 100%); }.portal-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .4; background-image: radial-gradient(rgba(255,255,255,.16) .75px, transparent .75px); background-size: 17px 17px; mask-image: linear-gradient(90deg, transparent, #000 25%, #000 74%, transparent); }
.portal-hero-copy { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); align-items: center; gap: 50px; }.portal-kicker { margin: 0 0 25px; color: var(--hf-orange-light); font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }.portal-kicker--dark { color: #cc6232; }
.portal-hero h1 { max-width: 740px; margin: 0; color: #f6f5f0; font-size: clamp(3.3rem, 7vw, 6.65rem); font-weight: 500; line-height: .93; letter-spacing: -.075em; }.portal-hero-lead { max-width: 570px; margin: 30px 0 0; color: #a9b2af; font-size: 1.08rem; line-height: 1.7; }.portal-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 38px; }
.portal-button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 46px; padding: 12px 20px; border-radius: 999px; font-size: .83rem; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }.portal-button:hover { transform: translateY(-2px); }.portal-button--light { background: #f4f3ed; color: #090b0b; }.portal-button--light:hover { background: #fff; }.portal-button--outline { border: 1px solid rgba(255,255,255,.34); color: #fff; }.portal-button--outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }.portal-link { color: #d2d9d5; font-size: .85rem; font-weight: 650; }.portal-link:hover { color: #fff; }
.portal-hero-art { position: relative; min-height: 380px; display: grid; place-items: center; }.portal-hero-art svg { width: min(100%, 490px); overflow: visible; }.portal-ring--one { transform-origin: 150px 150px; animation: hf-spin 23s linear infinite; }.portal-ring--two { transform-origin: 270px 150px; animation: hf-spin-reverse 31s linear infinite; }.portal-node { transform-origin: center; animation: hf-float 5s ease-in-out infinite; }.portal-node--shop { animation-delay: -1.7s; }.portal-node--tutor { animation-delay: -3.2s; }
@keyframes hf-spin { to { transform: rotate(360deg); } } @keyframes hf-spin-reverse { to { transform: rotate(-360deg); } } @keyframes hf-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
.portal-hero-note { position: relative; display: flex; align-items: center; gap: 10px; margin-top: 45px; padding-top: 20px; border-top: 1px solid var(--hf-line); color: #7f8a87; font-size: .77rem; letter-spacing: .02em; }.portal-live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--hf-orange); box-shadow: 0 0 0 5px rgba(244,127,53,.12); }
.portal-proof { border-top: 1px solid var(--hf-line); border-bottom: 1px solid var(--hf-line); background: #0c0f0e; }.portal-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }.portal-proof-grid > div { display: grid; gap: 7px; min-height: 125px; align-content: center; padding: 20px 30px; border-right: 1px solid var(--hf-line); }.portal-proof-grid > div:first-child { padding-left: 0; }.portal-proof-grid > div:last-child { border-right: 0; padding-right: 0; }.portal-proof strong { font-size: 1.02rem; font-weight: 600; }.portal-proof span { color: #828b88; font-size: .79rem; line-height: 1.45; }
.portal-section { padding: clamp(86px, 11vw, 148px) 0; }.portal-section--light { background: #f3f1eb; color: #0b1716; }.portal-section--dark { background: #0d1615; }.portal-section--soft { background: #e9e8e1; color: #0b1716; }.portal-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }.portal-intro h2, .portal-business h2, .portal-security-title h2, .portal-cta h2 { margin: 0; font-size: clamp(2.35rem, 5vw, 4.55rem); font-weight: 500; line-height: .97; letter-spacing: -.07em; }.portal-intro > p:last-child { max-width: 420px; margin: 0; color: #56625f; font-size: 1rem; line-height: 1.7; }
.portal-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 86px; border-top: 1px solid var(--hf-dark-line); }.portal-feature { position: relative; min-height: 285px; padding: 28px 28px 36px 0; border-bottom: 1px solid var(--hf-dark-line); }.portal-feature + .portal-feature { padding-left: 28px; border-left: 1px solid var(--hf-dark-line); }.portal-feature:last-child { padding-right: 0; }.portal-feature-number { color: #bc633a; font-size: .72rem; font-weight: 800; letter-spacing: .17em; }.portal-feature h3 { margin: 66px 0 13px; font-size: 1.35rem; font-weight: 600; letter-spacing: -.03em; }.portal-feature p { max-width: 300px; margin: 0; color: #56625f; font-size: .88rem; line-height: 1.65; }.portal-feature-line { position: absolute; left: 0; bottom: 0; width: 44px; height: 3px; background: #d16c3d; }.portal-feature + .portal-feature .portal-feature-line { left: 28px; }
.portal-business-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr); align-items: center; gap: 95px; }.portal-business .portal-kicker { color: var(--hf-orange-light); }.portal-business h2 { max-width: 590px; }.portal-muted { max-width: 500px; margin: 27px 0 33px; color: #a4b1ad; font-size: 1rem; line-height: 1.7; }.portal-business-card { padding: 25px; border: 1px solid var(--hf-line); border-radius: 18px; background: linear-gradient(145deg, #151e1c, #0c1211); box-shadow: 0 22px 60px rgba(0,0,0,.22); }.portal-card-top, .portal-card-line { display: flex; align-items: center; justify-content: space-between; gap: 14px; }.portal-card-top { padding-bottom: 24px; border-bottom: 1px solid var(--hf-line); }.portal-card-status { color: #a8b6b1; font-size: .7rem; }.portal-card-status span { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #73d29a; }.portal-card-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--hf-orange); color: #fff; font-size: .75rem; font-weight: 800; }.portal-card-line { padding: 20px 0; border-bottom: 1px solid var(--hf-line); }.portal-card-line span { color: #7e8b86; font-size: .75rem; }.portal-card-line strong { color: #f0f1ed; font-size: .78rem; font-weight: 600; text-align: right; }.portal-card-footer { padding-top: 22px; color: #74817c; font-size: .7rem; }
.portal-security-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }.portal-security-title h2 { max-width: 500px; }.portal-timeline { border-top: 1px solid var(--hf-dark-line); }.portal-timeline-item { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--hf-dark-line); }.portal-timeline-item > span { color: #b75e39; font-size: .72rem; font-weight: 800; letter-spacing: .14em; }.portal-timeline-item h3 { margin: 0 0 9px; font-size: 1.08rem; font-weight: 650; }.portal-timeline-item p { max-width: 440px; margin: 0; color: #56625f; font-size: .87rem; line-height: 1.6; }
.portal-cta { padding: 100px 0; background: radial-gradient(circle at 73% 20%, rgba(255,173,117,.18), transparent 30%), #c96736; }.portal-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }.portal-cta .portal-kicker { color: #35150b; }.portal-cta h2 { max-width: 650px; color: #fffaf4; }
.portal-footer { padding: 54px 0 26px; background: #080a0a; }.portal-footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; gap: 40px; }.portal-footer-grid > p { margin: 0; color: #75817d; font-size: .8rem; line-height: 1.6; }.portal-footer nav { display: flex; justify-content: flex-end; gap: 22px; }.portal-footer nav a { color: #c0c8c4; font-size: .78rem; }.portal-footer nav a:hover { color: #fff; }.portal-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 18px; border-top: 1px solid var(--hf-line); color: #68736f; font-size: .7rem; }
@media (max-width: 860px) { .portal-nav-links, .portal-nav-cta { display: none; }.portal-menu-button { display: inline-flex; }.portal-mobile-menu[aria-hidden="false"] { display: grid; }.portal-hero-copy, .portal-intro, .portal-business-grid, .portal-security-grid { grid-template-columns: 1fr; gap: 45px; }.portal-hero { padding-top: 80px; }.portal-hero-art { min-height: 300px; }.portal-proof-grid { grid-template-columns: 1fr; }.portal-proof-grid > div, .portal-proof-grid > div:first-child, .portal-proof-grid > div:last-child { min-height: 0; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--hf-line); }.portal-proof-grid > div:last-child { border-bottom: 0; }.portal-feature-grid { grid-template-columns: 1fr; margin-top: 55px; }.portal-feature, .portal-feature + .portal-feature, .portal-feature:last-child { min-height: 0; padding: 28px 0 34px; border-left: 0; }.portal-feature h3 { margin-top: 34px; }.portal-feature + .portal-feature .portal-feature-line { left: 0; }.portal-cta-inner { display: grid; }.portal-footer-grid { grid-template-columns: 1fr 1fr; }.portal-footer nav { justify-content: flex-start; }.portal-footer-grid > p { grid-column: 2; grid-row: 1; }.portal-footer-grid > nav { grid-column: 1 / -1; } }
@media (max-width: 520px) { .portal-wrap, .portal-nav, .portal-mobile-menu { width: min(100% - 34px, 1120px); }.portal-nav { min-height: 74px; }.portal-hero { padding-top: 62px; }.portal-hero h1 { font-size: clamp(2.85rem, 14vw, 4.2rem); }.portal-hero-lead { font-size: .98rem; }.portal-hero-art { min-height: 235px; }.portal-hero-art svg { width: 108%; }.portal-section { padding: 76px 0; }.portal-intro h2, .portal-business h2, .portal-security-title h2, .portal-cta h2 { font-size: clamp(2.35rem, 11vw, 3.6rem); }.portal-footer-grid { grid-template-columns: 1fr; gap: 25px; }.portal-footer-grid > p, .portal-footer-grid > nav { grid-column: auto; grid-row: auto; }.portal-footer nav { flex-wrap: wrap; }.portal-footer-bottom { display: grid; gap: 8px; margin-top: 38px; } }
@media (prefers-reduced-motion: reduce) { .portal-ring--one, .portal-ring--two, .portal-node { animation: none; } }

