:root { --ink: #1c2925; --muted: #718078; --green: #174b3f; --green-dark: #103a31; --mint: #dfece1; --cream: #f2eee6; --paper: #fffdf9; --line: #d7ddd5; --orange: #dd754e; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; }
button, input { font: inherit; } a { color: inherit; }
.landing { min-height: 100vh; padding: 0 7vw; background: radial-gradient(circle at 83% 18%, rgba(220,235,223,.75), transparent 28%), var(--cream); }
.site-header { display: flex; align-items: center; justify-content: space-between; max-width: 1180px; margin: auto; padding: 30px 0; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-size: 22px; font-weight: 700; letter-spacing: -.7px; text-decoration: none; }
.brand-mark { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50% 50% 50% 8px; color: #fff; background: var(--green); font-family: Fraunces, serif; font-size: 21px; }
.intranet-button, .submit-button { border: 0; border-radius: 2px; color: #fff; background: var(--green); font-size: 12px; font-weight: 700; cursor: pointer; }
.intranet-button { padding: 13px 17px; } .intranet-button:hover, .submit-button:hover { background: var(--green-dark); }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: center; max-width: 1180px; min-height: 480px; margin: auto; padding: 45px 0 75px; border-bottom: 1px solid rgba(23,75,63,.18); }
.eyebrow { margin: 0 0 19px; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; }
h1, h2, p { margin-top: 0; } h1 { max-width: 680px; margin-bottom: 27px; font-family: Fraunces, Georgia, serif; font-size: clamp(57px, 9vw, 105px); font-weight: 600; line-height: .9; letter-spacing: -4px; } h1 em { color: var(--green); font-style: normal; }
.hero-intro { max-width: 390px; margin-bottom: 30px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.outline-button { display: inline-flex; align-items: center; gap: 22px; padding: 12px 0; border: 0; border-bottom: 1px solid var(--green); color: var(--green); background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; } .outline-button span { font-size: 18px; }
.hero-aside { display: grid; height: 280px; place-items: center; border-left: 1px solid rgba(23,75,63,.2); color: var(--green); } .big-m { font-family: Fraunces, serif; font-size: 220px; line-height: .5; opacity: .13; } .aside-note { position: absolute; margin: 180px 0 0 85px; color: var(--green); font-size: 10px; line-height: 1.5; text-transform: uppercase; }
.sectors { max-width: 1180px; margin: auto; padding: 72px 0 96px; } .section-label { margin-bottom: 34px; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; } .sector-content { display: grid; grid-template-columns: 1fr 1.2fr; gap: 10vw; align-items: start; } h2 { margin-bottom: 0; font-family: Fraunces, Georgia, serif; font-size: clamp(38px, 5vw, 61px); font-weight: 600; line-height: .95; letter-spacing: -2.5px; } .sector-list { border-top: 1px solid var(--line); } .sector-list div { display: flex; align-items: center; gap: 28px; min-height: 58px; border-bottom: 1px solid var(--line); } .sector-list span { width: 25px; color: var(--orange); font-size: 10px; font-weight: 700; } .sector-list strong { font-family: Fraunces, serif; font-size: 22px; font-weight: 600; }
.site-footer { display: flex; justify-content: space-between; max-width: 1180px; margin: auto; padding: 22px 0 30px; color: var(--muted); font-size: 10px; }
.modal-backdrop { position: fixed; inset: 0; z-index: 5; display: grid; place-items: center; padding: 20px; background: rgba(14,39,33,.68); } .modal-backdrop[hidden] { display: none; } .login-modal { position: relative; width: min(100%, 430px); padding: 38px 43px 34px; background: var(--paper); box-shadow: 0 25px 80px rgba(31,49,41,.25); animation: rise-in .25s ease-out both; } .close-modal { position: absolute; top: 11px; right: 15px; border: 0; color: var(--muted); background: transparent; font-size: 25px; cursor: pointer; } .modal-kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 32px; color: var(--green); font-size: 12px; font-weight: 700; } .modal-kicker .brand-mark { width: 27px; height: 27px; font-size: 16px; } .login-modal .eyebrow { margin-bottom: 12px; } .login-modal h2 { margin-bottom: 10px; font-size: 38px; } .modal-intro { margin-bottom: 28px; color: var(--muted); font-size: 13px; } .field-group { margin-bottom: 16px; } label, .label-row { font-size: 11px; font-weight: 700; } .field-group > label, .label-row { display: block; margin-bottom: 8px; } .label-row { display: flex; justify-content: space-between; } .label-row a, .support-note a { color: var(--green); font-size: 10px; font-weight: 500; text-decoration: underline; text-decoration-color: #aac5b1; text-underline-offset: 3px; } .input-wrap { display: flex; border: 1px solid var(--line); background: #fff; } .input-wrap:focus-within { border-color: #6d9b86; box-shadow: 0 0 0 4px rgba(109,155,134,.13); } input[type="email"], input[type="password"] { width: 100%; height: 47px; padding: 0 13px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 12px; } input::placeholder { color: #a2afa8; } .icon-button { width: 42px; border: 0; color: var(--muted); background: transparent; cursor: pointer; } .field-error { display: block; min-height: 16px; padding: 5px 2px 0; color: #be5a48; font-size: 10px; } .input-wrap.has-error { border-color: #d6816e; } .remember-row { display: flex; align-items: center; gap: 9px; margin: 4px 0 23px; color: var(--muted); font-size: 11px; cursor: pointer; } .remember-row input { position: absolute; opacity: 0; } .checkbox-faux { display: grid; width: 15px; height: 15px; place-items: center; border: 1px solid #bdcbc2; background: #fff; } .remember-row input:checked + .checkbox-faux { border-color: var(--green); background: var(--green); } .remember-row input:checked + .checkbox-faux::after { width: 7px; height: 4px; border-bottom: 1.5px solid white; border-left: 1.5px solid white; content: ""; transform: rotate(-45deg) translateY(-1px); } .submit-button { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 51px; padding: 0 17px; } .form-status { min-height: 21px; padding-top: 10px; color: var(--green); font-size: 11px; } .form-status.error { color: #be5a48; } .form-status.success { color: #397b57; } .support-note { margin: 25px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
button:focus-visible, a:focus-visible { outline: 3px solid rgba(221,117,78,.5); outline-offset: 3px; } @keyframes rise-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 650px) { .landing { padding: 0 24px; } .site-header { padding: 22px 0; } .hero { display: block; min-height: auto; padding: 75px 0 65px; } .hero-copy, .hero h1, .hero-intro { width: 100%; max-width: 100%; } h1 { font-size: clamp(57px, 17vw, 79px); letter-spacing: -3px; } .hero-aside { display: none; } .sector-content { display: block; } .sector-content h2 { margin-bottom: 42px; } .sectors { padding: 60px 0 75px; } .site-footer { gap: 10px; align-items: flex-start; flex-direction: column; } .login-modal { padding: 34px 24px 29px; } }
