:root {
  font-family: Arial, Helvetica, 'Apple SD Gothic Neo', sans-serif;
  color: #293128;
  background: #e6e7df;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; padding: 40px 20px; }
.link-hub { width: min(100%, 440px); margin: auto; padding-bottom: 44px; background: #f2f0ea; border-radius: 24px; overflow: hidden; box-shadow: 0 18px 65px #29312812; }
.hub-cover { height: 190px; background: #394536; }
.hub-cover img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; }
.hub-brand { position: relative; margin: -32px 0 28px; text-align: center; }
.hub-brand h1 { display: grid; place-items: center; width: 100px; height: 92px; margin: 0 auto; background: #f2f0ea; border: 6px solid #f2f0ea; border-radius: 18px; }
.hub-brand img { display: block; width: 72px; height: auto; max-width: 100%; }
.hub-brand p { margin: 17px 0 0; font-size: 11px; letter-spacing: .13em; color: #6a7363; }
.hub-links { display: grid; gap: 12px; padding: 0 16px; }
.hub-card { display: flex; align-items: center; gap: 14px; min-height: 46px; padding: 10px 18px; border: 1px solid #dcded4; border-radius: 12px; background: #fcfbf7; color: #303a2e; font-size: 14px; text-decoration: none; transition: background .15s, border-color .15s; }
.hub-card:first-child { background: #35432f; color: #fff; border-color: #35432f; }
.hub-icon { width: 21px; height: 21px; flex-shrink: 0; }
.hub-card:focus-visible { outline: 3px solid #778368; outline-offset: 4px; }
@media (hover:hover) { .hub-card:hover { background: #e7ebdf; border-color: #9da891; } .hub-card:first-child:hover { background: #495b41; } }
@media (max-width:480px) { body { padding: 0; background: #f2f0ea; } .link-hub { width: 100%; min-height: 100svh; border-radius: 0; box-shadow: none; } .hub-cover { height: 180px; } .hub-links { padding: 0 12px; } }
@media (prefers-reduced-motion:reduce) { .hub-card { transition: none; } }
.hub-story { margin: 28px 16px 0; }
.hub-story>a { display: block; overflow: hidden; border-radius: 14px; border: 1px solid #dcded4; background: #fcfbf7; color: inherit; text-decoration: none; }
.hub-story>a:focus-visible { outline: 3px solid #778368; outline-offset: 4px; }
.hub-story img { display: block; width: 100%; height: 150px; object-fit: cover; object-position: center 55%; }
.hub-story-copy { padding: 22px; }
.hub-story-label { margin: 0 0 10px; font-size: 10px; letter-spacing: .15em; color: #6a7363; }
.hub-story h2 { margin: 0; font-size: 18px; font-weight: 500; line-height: 1.5; word-break: keep-all; }
.hub-story-description { margin: 10px 0 18px; font-size: 13px; line-height: 1.8; color: #697060; word-break: keep-all; }
.hub-story-more { display: flex; justify-content: space-between; font-size: 12px; color: #35432f; }
@media(hover:hover) { .hub-story>a:hover { border-color: #9da891; } }
@media(max-width:480px) { .hub-story { margin-left: 12px; margin-right: 12px; } }
.hub-journal { margin: 30px 16px 0; }
.hub-journal-track { display: grid; gap: 12px; }
.hub-journal-track.is-carousel { overflow: hidden; overflow: clip; gap: 0; touch-action: pan-y; border-radius: 12px; }
.hub-journal-card { min-width: 0; border: 1px solid #dcded4; border-radius: 12px; overflow: hidden; background: #fcfbf7; color: inherit; text-decoration: none; }
.is-carousel .hub-journal-card { grid-area: 1 / 1; transition: transform .3s ease, opacity .3s ease; opacity: 0; pointer-events: none; }
.is-carousel .hub-journal-card.is-active { opacity: 1; pointer-events: auto; }
@media(prefers-reduced-motion:reduce) { .is-carousel .hub-journal-card { transition: none; } }
.hub-journal-card img { display: block; width: 100%; aspect-ratio: 3/2; height: auto; object-fit: cover; }
.hub-journal-card>div { padding: 18px; }
.hub-journal-card p { margin: 0 0 9px; color: #6a7363; font-size: 9px; letter-spacing: .12em; }
.hub-journal-card h3 { margin: 0; font-size: 16px; font-weight: 500; line-height: 1.6; word-break: keep-all; }
.hub-journal-controls { display: flex; justify-content: center; gap: 0; align-items: center; margin-top: 5px; }
.hub-journal-controls[hidden] { display: none; }
.hub-journal-controls button { display: grid; place-items: center; height: 32px; padding: 0 4px; border: 0; border-radius: 8px; background: transparent; cursor: pointer; }
.hub-journal-controls button::before { content: ''; width: 5px; height: 5px; border-radius: 999px; background: #c4c8bc; transition: width .25s ease, background-color .25s ease; }
.hub-journal-controls button[aria-current="true"]::before { width: 16px; background: #35432f; }
@media(prefers-reduced-motion:reduce) { .hub-journal-controls button::before { transition: none; } }
.hub-journal-controls button:focus-visible { outline: 2px solid #35432f; outline-offset: 2px; }
.hub-journal :focus-visible { outline: 2px solid #778368; outline-offset: -2px; }
@media(max-width:480px) { .hub-journal { margin-left: 12px; margin-right: 12px; } }
