.home-page{display:flex;flex-direction:column;justify-content:center;min-height:calc(100dvh - 72px);padding:16px 0;background-image:url(/assets/spillBackground.png);background-size:cover;background-position:center;background-repeat:no-repeat}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 32px 12px}.hero-logo-wrap{width:100%;max-width:420px;border-radius:12px;overflow:hidden;margin:0 auto 10px}.hero-logo-img{width:100%;height:auto;display:block;object-fit:contain}.hero-tagline{color:var(--text-muted);font-size:.95rem;font-style:italic;line-height:1.6;max-width:440px}.hero-divider{text-align:center;padding:10px 0;color:var(--amber);font-size:16px;letter-spacing:10px}.pathways{padding:0 40px}.pathways-cards{display:flex;gap:24px;justify-content:center;max-width:1020px;margin:0 auto}.pathway-card{flex:1;min-width:240px;max-width:310px;border-radius:14px;text-decoration:none;display:flex;flex-direction:column;align-items:center;text-align:center;padding:22px 24px 18px;background:var(--bg-card);border:2px solid var(--border);box-shadow:0 4px 18px #c8820a1a;transition:transform .2s ease,box-shadow .2s ease}.pathway-card:hover{transform:translateY(-4px);box-shadow:0 10px 32px #c8820a2e}.pathway-card--tours{border-color:var(--amber);background:#fdf0d8}.pathway-card-icon{font-size:2rem;color:var(--amber);margin-bottom:10px}.pathway-card-title{font-family:Playfair Display,Georgia,serif;font-size:1.15rem;font-weight:700;color:var(--brown);margin-bottom:6px}.pathway-card-rule{width:36px;height:2px;background:var(--amber);border-radius:2px;margin:0 auto 8px}.pathway-card-desc{color:var(--text-muted);font-size:.83rem;line-height:1.5;flex:1;margin-bottom:14px}.pathway-card-cta{display:inline-block;padding:8px 20px;border-radius:8px;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:var(--amber);color:#fff;transition:background .2s ease;white-space:nowrap}.pathway-card:hover .pathway-card-cta{background:var(--amber-light)}@media (max-width: 640px){.home-page{min-height:calc(100dvh - 80px);padding:12px 0}.hero-logo-wrap{max-width:220px}.pathways{padding:0 16px}.pathways-cards{flex-direction:column;align-items:center;gap:14px}.pathway-card{width:100%;max-width:100%;min-width:unset}}
