:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; color: #183d30; background: #f5f4ed; line-height: 1.5; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: #176443; text-underline-offset: .2em; }
button, input { font: inherit; }
button, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .55rem 1rem; border: 1px solid #769784; border-radius: 7px; color: #193d2d; background: #faf9f1; font-weight: 600; cursor: pointer; text-decoration: none; }
button:hover, .button:hover { background: #e5eedc; }
button:disabled { opacity: .6; cursor: not-allowed; }
:focus-visible { outline: 3px solid #dba600; outline-offset: 3px; }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 10000; padding: 1rem; background: white; }
.skip-link:focus { top: 0; }
.staging-banner { padding: .45rem 1rem; background: #fff0c5; color: #604715; text-align: center; font-size: .82rem; }
.site-header { max-width: 1200px; min-height: 76px; padding: .8rem 1.5rem; margin: auto; display: flex; align-items: center; gap: 2rem; }
.brand { color: #1f543d; font-size: 1.7rem; font-weight: 800; letter-spacing: -.06em; text-decoration: none; white-space: nowrap; }
.brand span { color: #b84037; margin-right: .15em; }
.site-header nav { display: flex; gap: 1.4rem; }
.site-header nav a { text-decoration: none; font-weight: 600; }
.account { margin-left: auto; position: relative; }
.account summary { cursor: pointer; padding: .6rem; min-height: 44px; }
.account-panel { position: absolute; right: 0; width: min(350px, calc(100vw - 32px)); padding: 1rem; background: #fffdf5; border: 1px solid #a6b5a9; border-radius: 8px; box-shadow: 0 12px 30px #001b2526; z-index: 5000; color: #183d30; }
.page { max-width: 1160px; margin: auto; padding: 1.5rem 1.5rem 4rem; }
h1, h2, h3 { line-height: 1.2; }
h1 { font-size: clamp(2rem, 4.4vw, 3.5rem); margin: .4rem 0 1.3rem; letter-spacing: -.035em; }
h2 { font-size: 1.8rem; margin: .5rem 0 1rem; }
h3 { font-size: 1.2rem; }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 700; }
.hero { position: relative; display: grid; grid-template-columns: 1.35fr 1fr; gap: 1rem; align-items: center; padding: clamp(1.5rem, 4vw, 3.5rem); margin: .5rem 0 3rem; background: #226747; color: #fffcef; border-radius: 18px; overflow: hidden; }
.hero p { max-width: 32rem; }
.hero a { color: #fffcef; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem; margin: 1.5rem 0; }
.primary, .hero .primary { background: #f7d47b; color: #2c3a21; border-color: #f7d47b; }
.primary:hover { background: #ffe7a4; }
.hero-cards { position: relative; height: 300px; }
.hero-cards img { position: absolute; width: 144px; height: 216px; left: 50%; top: 40px; border-radius: 6px; box-shadow: 0 9px 20px #071c2355; }
.hero-cards img:nth-child(1) { transform: translateX(-115%) rotate(-19deg); }
.hero-cards img:nth-child(2) { transform: translateX(-55%) rotate(2deg); }
.hero-cards img:nth-child(3) { transform: translateX(3%) rotate(20deg); }
.section-heading { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.catalog { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin: 1.5rem 0; }
.catalog-card { padding: 1.4rem; border: 1px solid #d7decf; border-radius: 12px; background: #fffef8; display: flex; flex-direction: column; align-items: start; }
.catalog-card p { margin-top: 0; }
.catalog-card.available { border: 2px solid #397452; }
.catalog-card h3 { margin: .8rem 0; }
.catalog-card .button, .catalog-card .planned { margin-top: auto; }
.catalog-symbol { font-size: 2rem; color: #b64436; }
.badge, .planned { font-size: .82rem; padding: .2rem .6rem; border-radius: 5px; background: #edf0e6; color: #4d614c; }
.available .badge { background: #dcefcf; color: #205830; }
.intro { max-width: 44rem; }
.small { font-size: .83rem; }
.notice { padding: 1rem; background: #eeeede; border-left: 3px solid #6a885a; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .6rem 1rem; font-size: .85rem; margin: .5rem 0 2rem; }
.breadcrumbs > * + *::before { content: "/"; margin-right: .8rem; color: #6a786b; }
.reading { max-width: 850px; }
.reading h2 { margin-top: 2rem; font-size: 1.4rem; }
.reading li { margin-bottom: .6rem; }
.site-footer { display: flex; justify-content: center; flex-wrap: wrap; gap: .8rem 2rem; padding: 1.5rem; font-size: .82rem; border-top: 1px solid #cad2c2; }
@media (max-width: 850px) { .catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); } .hero { grid-template-columns: 1fr; } .hero-cards { display: none; } }
@media (max-width: 520px) { .site-header { gap: .8rem; padding: .6rem .75rem; flex-wrap: wrap; } .brand { font-size: 1.4rem; } .site-header nav { gap: .7rem; font-size: .85rem; } .account { font-size: .85rem; } .page { padding: 1rem .9rem 2rem; } .catalog { grid-template-columns: 1fr; } .section-heading { align-items: start; flex-direction: column; } }
