 {} *{} {} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } :root { --ink: #1a1714; --cream: #f5f0e8; --warm-white: #faf8f4; --purple: #3d1f56; --purple-deep: #2a1540; --purple-light: #5c3a7a; --gold: #a68b5b; --gold-muted: #c4aa7a; --text-secondary: #5a5550; --border-light: #e8e2d8; } * { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; } body { font-family: 'Source Sans 3', sans-serif; background: var(--warm-white); color: var(--ink); line-height: 1.7; font-weight: 400; -webkit-font-smoothing: antialiased; } /* ── NAV BAR ── */ .site-nav { background: var(--purple-deep); border-bottom: 1px solid rgba(255,255,255,0.08); padding: 0.7rem 1.5rem; position: sticky; top: 0; z-index: 100; } .site-nav-inner { max-width: 900px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; } .site-nav-brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; color: var(--cream); } .site-nav-mon { width: 28px; height: 28px; object-fit: contain; } .site-nav-name { font-family: 'Source Sans 3', sans-serif; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.04em; color: rgba(245,240,232,0.75); } .site-nav-links { display: flex; gap: 0.3rem; } .site-nav-links a { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.06em; text-decoration: none; color: rgba(245,240,232,0.55); padding: 0.3rem 0.8rem; border-radius: 3px; transition: color 0.2s, background 0.2s; } .site-nav-links a:hover { color: var(--cream); background: rgba(255,255,255,0.06); } .site-nav-links a.active { color: var(--gold-muted); } /* ── HEADER ── */ .site-header { background: var(--purple-deep); color: var(--cream); text-align: center; padding: 3.5rem 1.5rem 3.5rem; position: relative; overflow: hidden; } .site-header::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 60%, rgba(92,58,122,0.2) 0%, transparent 55%), radial-gradient(ellipse at 70% 40%, rgba(166,139,91,0.1) 0%, transparent 55%); pointer-events: none; } .header-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; } .kanji-mark { font-size: 1.15rem; letter-spacing: 0.6em; color: var(--gold-muted); margin-bottom: 1.8rem; font-weight: 300; } .site-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 5.5vw, 3.4rem); font-weight: 600; letter-spacing: 0.04em; line-height: 1.2; margin-bottom: 0.5rem; } .site-subtitle { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.05rem, 2.5vw, 1.35rem); font-weight: 400; font-style: italic; color: var(--gold-muted); letter-spacing: 0.02em; } .header-rule { width: 50px; height: 2px; background: var(--gold); margin: 2rem auto 1.2rem; opacity: 0.5; } .header-tagline { font-size: 0.82rem; font-weight: 300; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(245,240,232,0.5); } /* ── MAIN CONTENT ── */ .content { max-width: 660px; margin: 0 auto; padding: 3.5rem 1.5rem 2rem; text-align: center; } .content h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.5rem, 3.5vw, 2rem); font-weight: 600; line-height: 1.35; margin-bottom: 1.2rem; color: var(--ink); } .content p { color: var(--text-secondary); font-size: 1rem; margin-bottom: 1rem; text-align: center; } .content p:last-of-type { margin-bottom: 0; } .divider { width: 40px; height: 2px; background: var(--purple-light); margin: 2.5rem auto; opacity: 0.4; } /* ── EVENT BLOCK ── */ .event-link { text-decoration: none; color: inherit; display: block; max-width: 480px; margin: 2.5rem auto; } .event-block { background: var(--gold-muted); color: var(--purple-deep); padding: 2rem 2.5rem; border-radius: 4px; text-align: center; position: relative; overflow: hidden; transition: background 0.25s ease, transform 0.2s ease; } .event-link:hover .event-block { background: #d4bf94; transform: translateY(-2px); } .event-block::after { content: ''; position: absolute; top: -30px; right: -30px; width: 120px; height: 120px; background: radial-gradient(circle, rgba(42,21,64,0.08) 0%, transparent 70%); pointer-events: none; } .event-date { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--purple-deep); margin-bottom: 0.5rem; opacity: 0.7; } .event-block h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; margin-bottom: 0.3rem; color: var(--purple-deep); } .event-block p { color: var(--purple); font-size: 0.9rem; margin-bottom: 0; opacity: 0.8; } /* ── CONTACT ── */ .contact-section { text-align: center; padding-bottom: 3rem; } .contact-label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.2rem; } .contact-prompt { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; color: var(--text-secondary); font-weight: 400; margin-bottom: 0.5rem; } .contact-address a { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--purple); text-decoration: none; border-bottom: 1px solid var(--border-light); padding-bottom: 2px; transition: border-color 0.2s; } .contact-address a:hover { border-color: var(--purple); } /* ── FOOTER ── */ .site-footer { background: var(--purple-deep); color: rgba(245,240,232,0.4); text-align: center; padding: 2rem 1.5rem; font-size: 0.82rem; } .site-footer p { margin-bottom: 0; color: rgba(245,240,232,0.4); font-size: 0.82rem; } .site-footer a { color: rgba(245,240,232,0.55); text-decoration: none; transition: color 0.2s; } .site-footer a:hover { color: var(--cream); } .footer-links { margin-top: 0.8rem; } .footer-links a { color: rgba(245,240,232,0.45); font-size: 0.8rem; } /* ── RESPONSIVE ── */ @media (max-width: 640px) { .site-nav-inner { flex-direction: column; gap: 0.5rem; } .site-header { padding: 3rem 1.25rem 2.5rem; } .content { padding: 2.5rem 1.25rem 1.5rem; } .event-block { padding: 1.5rem 1.8rem; margin: 2rem auto; } } /* ── FADE-IN ── */ @keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } .fade-in { animation: fadeUp 0.6s ease-out both; } .fade-in:nth-child(2) { animation-delay: 0.1s; } .fade-in:nth-child(3) { animation-delay: 0.2s; } .fade-in:nth-child(4) { animation-delay: 0.3s; }
