:root { --forest: #063b2b; --forest-deep: #03281e; --gold: #c99632; --ink: #18342a; --muted: #5c6e65; --cream: #fbf8f0; --line: #e8dcc0; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Georgia, "Times New Roman", serif; }
a { color: inherit; text-decoration: none; }
.access-page { min-height: 100vh; display: flex; flex-direction: column; background: radial-gradient(circle at 50% 35%, #fffdf8 0, var(--cream) 56%, #f5efe1 100%); }
.access-header { align-items: center; background: var(--forest-deep); border-bottom: 2px solid var(--gold); color: #fff; display: flex; justify-content: space-between; padding: 18px clamp(24px, 6vw, 82px); }
.access-brand { align-items: center; display: inline-flex; gap: 12px; letter-spacing: .03em; }
.access-brand strong { display: block; font-size: 1.65rem; font-weight: 500; }
.access-brand small { color: #e7bd63; display: block; font-size: .72rem; letter-spacing: .35em; margin-top: 2px; text-transform: uppercase; }
.brand-symbol { align-items: center; border: 2px solid var(--gold); border-radius: 50%; color: #e7bd63; display: inline-flex; font-size: 1.45rem; height: 48px; justify-content: center; width: 48px; }
.support-link { color: #fff; font-family: Arial, sans-serif; font-size: .95rem; font-weight: 700; }
.access-main { flex: 1; padding: 48px clamp(20px, 6vw, 82px) 44px; }
.access-intro { margin: 0 auto 32px; max-width: 900px; text-align: center; }
.kicker, .card-label { color: #a36e12; font-family: Arial, sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; }
.kicker { margin: 0 0 14px; }
h1 { color: var(--forest); font-size: clamp(3.2rem, 7vw, 6.2rem); font-weight: 500; letter-spacing: -.04em; line-height: .95; margin: 0 0 18px; }
.access-intro > p:last-child { color: #39483f; font-family: Arial, sans-serif; font-size: clamp(1rem, 2vw, 1.28rem); margin: 0; }
.company-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 auto; max-width: 1320px; }
.company-card { background: rgba(255,255,255,.78); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 16px 38px rgba(35, 55, 43, .12); display: flex; flex-direction: column; overflow: hidden; }
.company-card img { display: block; height: 220px; object-fit: cover; width: 100%; }
.company-card-body { display: flex; flex: 1; flex-direction: column; padding: 25px 26px 26px; }
.card-label { letter-spacing: .12em; margin: 0 0 14px; }
h2 { color: var(--forest); font-size: clamp(1.45rem, 2.2vw, 2rem); font-weight: 500; line-height: 1.05; margin: 0 0 15px; }
.company-card-body > p:not(.card-label) { color: var(--muted); font-family: Arial, sans-serif; font-size: .98rem; line-height: 1.6; margin: 0 0 24px; }
.access-button { align-items: center; background: var(--forest); border-radius: 7px; color: #fff; display: flex; font-family: Arial, sans-serif; font-size: .98rem; font-weight: 700; justify-content: space-between; margin-top: auto; min-height: 52px; padding: 0 20px; transition: background .2s ease, transform .2s ease; }
.access-button:hover, .access-button:focus-visible { background: #0a5a40; transform: translateY(-2px); }
.access-button span { color: #e7bd63; font-size: 1.4rem; }
.access-footer { background: var(--forest-deep); border-top: 2px solid var(--gold); color: #fff; font-family: Arial, sans-serif; font-size: .95rem; padding: 22px; text-align: center; }
.coming-soon { align-items: center; display: flex; justify-content: center; }
.coming-card { background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 50px rgba(35,55,43,.13); max-width: 720px; padding: clamp(34px, 7vw, 76px); text-align: center; width: 100%; }
.coming-card h1 { font-size: clamp(3.6rem, 8vw, 6.8rem); }
.coming-card > p:not(.kicker) { color: var(--muted); font-family: Arial, sans-serif; font-size: 1.08rem; line-height: 1.7; margin: 0 auto 30px; max-width: 520px; }
.coming-card .access-button { margin: 0 auto; max-width: 350px; }
@media (max-width: 900px) { .company-grid { grid-template-columns: 1fr; max-width: 620px; } .company-card img { height: 250px; } }
@media (max-width: 520px) { .access-header { padding: 16px 20px; } .access-main { padding: 38px 18px 30px; } .access-brand strong { font-size: 1.35rem; } .support-link { font-size: .85rem; } h1 { font-size: 3.5rem; } }
