:root {
--hetty-ink: #26343a;
--hetty-muted: #56656a;
--hetty-blue: #76aebd;
--hetty-coral: #cf827e;
--hetty-green: #7e9f70;
--hetty-rose: #a84f72;
--hetty-yellow: #e6c55d;
--hetty-cream: #fffdf8;
--hetty-white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
color: var(--hetty-ink);
background: var(--hetty-cream);
font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
font-size: 17px;
line-height: 1.65;
}
a { color: #315f72; }
a:hover, a:focus { color: var(--hetty-rose); }
a:focus-visible, button:focus-visible { outline: 3px solid #1c637f; outline-offset: 3px; }
img { max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { width: auto; height: auto; margin: 8px; padding: 12px; clip: auto; background: #fff; z-index: 99999; }
.site-wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.update-notice { padding: 9px 20px; background: #e5c263; text-align: center; font-weight: 700; }
.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid #e8e4db; }
.header-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-branding { display: flex; align-items: center; gap: 14px; color: var(--hetty-ink); text-decoration: none; }
.custom-logo { max-height: 70px; width: auto; }
.logo-mark { display: grid; place-items: center; width: 70px; height: 70px; flex: 0 0 70px; background: var(--hetty-yellow); color: #9c6f22; font-size: 34px; }
.site-title { display: block; font-size: clamp(1.55rem, 3vw, 2.15rem); font-weight: 800; line-height: 1.1; }
.site-tagline { display: block; margin-top: 5px; color: var(--hetty-muted); font-size: .9rem; }
.site-nav ul { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 20px; margin: 0; padding: 0; list-style: none; }
.site-nav li { position: relative; }
.site-nav a { display: block; padding: 10px 2px; color: var(--hetty-ink); font-size: .94rem; font-weight: 700; text-decoration: none; }
.site-nav .children, .site-nav .sub-menu { display: none; position: absolute; z-index: 50; top: 100%; left: 0; min-width: 220px; padding: 10px 16px; background: #fff; border-radius: 10px; box-shadow: 0 10px 30px rgba(39,52,58,.15); }
.site-nav li:hover > .children, .site-nav li:focus-within > .children,
.site-nav li:hover > .sub-menu, .site-nav li:focus-within > .sub-menu { display: block; }
.site-nav .children li, .site-nav .sub-menu li { width: 100%; }
.hero { position: relative; min-height: calc(100vh - 104px); overflow: hidden; background: #fffdfb; }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; opacity: .5; }
.hero::before { width: 260px; height: 260px; top: -140px; left: -100px; background: #b9d7dc; }
.hero::after { width: 240px; height: 240px; right: -120px; bottom: -90px; background: #d8a7a2; }
.hero-inner { position: relative; z-index: 1; min-height: 690px; display: grid; grid-template-columns: .95fr 1.15fr; align-items: center; gap: 68px; padding-block: 70px; }
.eyebrow { margin: 0 0 14px; color: #80526a; font-size: .77rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-words { margin: 0; font-size: clamp(3.5rem, 8vw, 6.6rem); font-weight: 800; letter-spacing: -.06em; line-height: .9; }
.hero-words span { display: block; }
.hero-words .play { color: var(--hetty-blue); }
.hero-words .learn { color: var(--hetty-coral); }
.hero-words .grow { color: var(--hetty-green); }
.hero-intro { max-width: 540px; margin: 25px 0 28px; font-size: 1.06rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-block; padding: 12px 22px; border: 2px solid var(--hetty-rose); border-radius: 999px; color: var(--hetty-rose); background: #fff; font-weight: 800; text-decoration: none; }
.button-primary { color: #fff; background: var(--hetty-rose); }
.button:hover, .button:focus { color: #fff; background: #843b59; border-color: #843b59; }
.hero-photo { position: relative; display: grid; place-items: center; min-height: 430px; padding: 45px; overflow: hidden; background: #b8d4d3; border-radius: 48% 52% 46% 54% / 42% 43% 57% 58%; text-align: center; }
.hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-placeholder { position: relative; z-index: 1; max-width: 400px; font-weight: 700; color: #315464; }
.photo-placeholder .icons { display: block; margin-bottom: 16px; font-size: 2.2rem; }
.content-area { width: min(920px, calc(100% - 40px)); margin: 55px auto 80px; padding: 32px; background: #fff; border-radius: 18px; box-shadow: 0 8px 30px rgba(39,52,58,.07); }
.entry-title { margin-top: 0; font-size: clamp(2rem, 5vw, 3.4rem); }
.entry-content > *:first-child { margin-top: 0; }
.entry-content a { font-weight: 700; }
.entry-content img { border-radius: 10px; }
.site-footer { padding: 34px 0; color: #fff; background: #33464a; }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 25px; }
.site-footer a { color: #fff; }
.footer-contact p { margin: 3px 0; }
@media (max-width: 900px) {
.header-inner { align-items: flex-start; flex-direction: column; padding-block: 20px; }
.site-nav { width: 100%; }
.site-nav ul { align-items: flex-start; flex-direction: column; gap: 0; }
.site-nav .children, .site-nav .sub-menu { display: block; position: static; padding: 0 0 0 20px; background: transparent; box-shadow: none; }
.hero { min-height: auto; }
.hero-inner { grid-template-columns: 1fr; min-height: 0; gap: 40px; padding-block: 55px; }
.hero-photo { min-height: 330px; }
}
@media (max-width: 520px) {
body { font-size: 16px; }
.site-wrap { width: min(100% - 24px, 1120px); }
.logo-mark { width: 55px; height: 55px; flex-basis: 55px; }
.hero-inner { padding-block: 40px; }
.hero-words { font-size: 3.7rem; }
.hero-photo { min-height: 270px; padding: 28px; }
.content-area { width: calc(100% - 24px); padding: 22px; }
}