/* Rick Byrne â€” clean, modern personal hub. */
:root{--paper:#f7f9fc;--ink:#112039;--muted:#526176;--accent:#245cda;--line:#dce3ee;--soft:#eef3fb}
*{box-sizing:border-box}html{color-scheme:light}body{margin:0;background:var(--paper);color:var(--ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit}a:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.page{max-width:1100px;margin:auto;padding:0 48px}header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 0;border-bottom:1px solid var(--line)}.wordmark{font-weight:800;font-size:24px;letter-spacing:-1px;text-decoration:none}.wordmark span,h1 span{color:var(--accent)}.location{font-size:12px;color:var(--muted)}.intro{display:grid;grid-template-columns:1fr 260px;gap:64px;align-items:center;padding:64px 0 48px}.bio{grid-column:1;grid-row:1}.portrait{grid-column:2;grid-row:1;position:relative;margin:0}.portrait img{display:block;width:100%;height:310px;object-fit:cover;object-position:center 28%;border-radius:24px;box-shadow:0 16px 40px #11203914}.portrait-note{display:none}.eyebrow{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;line-height:1.6;margin:0 0 18px;color:var(--accent)}h1{font-size:clamp(48px,6vw,72px);font-weight:750;letter-spacing:-3.5px;line-height:1.05;margin:0 0 22px}.hello{font-size:28px;line-height:1.3;font-weight:550;margin:0 0 20px;letter-spacing:-.8px}.hello em{color:var(--accent);font-style:normal}.description,.welcome{font-size:15px;line-height:1.75;max-width:540px;color:var(--muted);margin:0 0 14px}.welcome{font-size:13px;margin-bottom:0}.links{display:grid;grid-template-columns:1fr 1fr;gap:16px}.link-card{display:flex;align-items:center;gap:20px;background:#fff;border:1px solid var(--line);padding:26px;text-decoration:none;border-radius:18px;min-height:122px;transition:box-shadow .18s,border-color .18s,transform .18s}.link-card:hover{border-color:#a6bce9;box-shadow:0 8px 24px #1120390c;transform:translateY(-2px)}.number{display:none}.card-copy{display:block;flex:1;min-width:0}.card-title{display:block;font-size:22px;font-weight:650;line-height:1.25;letter-spacing:-.6px}.card-description{display:block;color:var(--muted);font-size:13px;line-height:1.6;margin-top:8px}.arrow{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--soft);color:var(--accent);font-size:22px;flex-shrink:0}.featured{grid-column:1/-1;background:var(--ink);color:#fff;border-color:var(--ink);padding:30px;min-height:156px}.featured:hover{border-color:#375780;box-shadow:0 10px 28px #11203920}.featured .eyebrow{color:#a9c6ff;margin-bottom:10px;font-size:10px}.featured .card-description{color:#cad5e5}.featured .card-title{font-size:32px;letter-spacing:-1px}.featured .arrow{color:#fff;background:#ffffff14;width:48px;height:48px}.projects{margin-top:44px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}.section-heading .eyebrow{margin:0;color:var(--muted);font-size:10px}h2{font-size:22px;font-weight:650;letter-spacing:-.6px;margin:0}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.project{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;display:flex;flex-direction:column;align-items:flex-start}.project-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.3px;color:var(--accent)}h3{font-size:25px;font-weight:650;letter-spacing:-.7px;line-height:1.25;margin:16px 0 12px}h3 br{display:none}h3 br:after{content:" "}.project p{font-size:14px;line-height:1.7;color:var(--muted);margin:0 0 20px}.project a{font-size:12px;font-weight:650;text-decoration:none;color:var(--accent);line-height:1.6;min-height:44px;display:inline-flex;align-items:center}.project a:hover{text-decoration:underline;text-underline-offset:4px}.platforms{display:flex;flex-wrap:wrap;gap:4px 18px;margin-top:auto}.project>a{margin-top:auto}.contact{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:36px 0 44px;font-size:13px;color:var(--muted);line-height:1.7}.contact a{font-weight:650;color:var(--accent);text-underline-offset:4px}footer{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--line);padding:24px 0 32px;font-size:11px;color:var(--muted)}.skip{position:absolute;left:16px;top:-100px;background:#fff;padding:12px;z-index:2}.skip:focus{top:12px}
@media(max-width:760px){.page{max-width:560px;padding:0 24px}header{padding:24px 0}.location{font-size:10px;max-width:110px;text-align:right;line-height:1.5}.intro{display:flex;flex-direction:column;gap:28px;padding:36px 0 32px;text-align:center}.portrait{width:132px}.portrait img{height:150px;border-radius:20px}.eyebrow{font-size:10px;letter-spacing:1px;margin-bottom:14px}h1{font-size:52px;letter-spacing:-2.5px;margin-bottom:18px}.hello{font-size:25px;letter-spacing:-.6px;margin-bottom:18px}.description{font-size:14px}.welcome{font-size:12px}.links{grid-template-columns:1fr;gap:12px}.link-card{gap:14px;padding:22px;min-height:112px;border-radius:16px}.card-title{font-size:21px}.card-description{font-size:12px}.featured{padding:26px 22px;min-height:150px}.featured .card-title{font-size:29px}.featured .eyebrow{font-size:9px;letter-spacing:1px}.arrow{width:34px;height:34px;font-size:20px}.featured .arrow{width:38px;height:38px}.section-heading{align-items:flex-start;flex-direction:column;gap:8px}.project-grid{grid-template-columns:1fr}.project{padding:24px;border-radius:16px}.projects{margin-top:32px}.contact{gap:4px 10px;margin:28px 0 32px;font-size:12px}footer{font-size:10px}h3{font-size:24px}}
@media(prefers-reduced-motion:reduce){.link-card{transition:none}.link-card:hover{transform:none}}

/* Main website */
.site-nav{display:flex;align-items:center;gap:26px}.site-nav a{font-size:13px;font-weight:600;text-decoration:none;padding-block:12px}.site-nav a:hover{color:var(--accent)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;padding:13px 19px;min-height:48px;border-radius:10px;font-size:13px;font-weight:650;text-decoration:none}.primary{background:var(--accent);color:white}.primary:hover{background:#194bbd}.secondary{background:#fff;border:1px solid var(--line)}.secondary:hover{border-color:var(--accent)}.home-location{font-size:11px;color:var(--muted);margin:20px 0 0}.home-work{padding-top:16px;scroll-margin-top:24px}.book-feature{display:grid;grid-template-columns:1.4fr 1fr;gap:48px;padding:44px;background:var(--ink);color:white;border-radius:22px}.book-feature .eyebrow{color:#a9c6ff}.book-feature h2{font-size:36px;line-height:1.2;letter-spacing:-1px}.book-feature p{font-size:14px;line-height:1.8;color:#cad5e5;max-width:450px;margin:22px 0}.book-feature .button{background:#fff;color:var(--ink)}.book-aside{border-left:1px solid #ffffff26;padding-left:40px;display:flex;flex-direction:column;justify-content:center}.book-title{font-size:64px;font-weight:750;line-height:1;letter-spacing:-3px}.book-title span{color:#8db4ff}.book-aside p{margin-bottom:0}.speaking-section{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:48px 0;margin-top:48px;border-block:1px solid var(--line);scroll-margin-top:24px}.speaking-section h2{font-size:30px;line-height:1.3}.speaking-section p{font-size:14px;line-height:1.8;color:var(--muted);margin:0 0 18px}.connect-section{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:40px}.connect-section p{font-size:14px;color:var(--muted)}.connect-section .hero-actions{margin:0}
/* Compact public link page */
.hub-page{max-width:560px;padding:0 24px;margin:auto}.hub-page header{padding-block:22px}.back-home{font-size:12px;font-weight:600;text-decoration:none;padding:12px 0}.hub-profile{text-align:center;padding:30px 0 24px}.hub-profile img{width:88px;height:98px;object-fit:cover;object-position:center 28%;border-radius:20px;margin-bottom:16px}.hub-profile h1{font-size:36px;letter-spacing:-1.5px;margin:0 0 10px}.hub-profile p{font-size:12px;color:var(--muted);margin:0;line-height:1.7}.hub-profile .hub-tagline{margin-top:12px;font-size:14px}.hub-links{display:grid;gap:10px}.hub-links .link-card{padding:18px 20px;min-height:84px;border-radius:14px}.hub-links .card-title{font-size:17px;letter-spacing:-.3px}.hub-links .card-description{font-size:12px;margin-top:5px}.hub-links .arrow{width:32px;height:32px;font-size:19px}.hub-page footer a{text-decoration:none}.hub-page .contact{margin:24px 0}.hub-page footer{font-size:10px}
@media(max-width:760px){.site-nav{gap:14px}.site-nav a{font-size:11px}.hero-actions{justify-content:center}.book-feature{grid-template-columns:1fr;padding:28px;gap:28px}.book-feature h2{font-size:30px}.book-aside{display:none}.speaking-section{grid-template-columns:1fr;gap:24px;padding-block:32px;margin-top:32px}.speaking-section h2{font-size:27px}.connect-section{align-items:flex-start;flex-direction:column;gap:8px}.connect-section .hero-actions{justify-content:flex-start}.home-work .section-heading h2{font-size:21px}}
@media(max-width:380px){.site-nav{gap:10px}.site-nav a{font-size:10px}.wordmark{font-size:21px}.hub-links .card-title{font-size:16px}}
