 {} *{} /*endBaseStyles*/ #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; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } /* ── GROOVEPAGES FULL-WIDTH BREAKOUT ── */ html, body { width: 100% !important; max-width: 100% !important; margin: 0 !important; padding: 0 !important; overflow-x: hidden; } /* Force every top-level section to span the full viewport */ nav, .hero, .gear-div, .details-band, .parch-section, .dark-section, .cta-section, footer { width: 100vw !important; max-width: 100vw !important; position: relative; left: 50%; transform: translateX(-50%); } :root { --mahogany: #160C03; --dark-wood: #251408; --parchment: #F2E8D0; --parchment-2:#E8D9B8; --brass: #C49220; --brass-light:#DEB848; --brass-pale: #F5EDD8; --copper: #8B5230; --steam: #7A6B58; --steam-light:#A89880; --cream: #FBF6ED; --charcoal: #2A1D0A; } html { scroll-behavior: smooth; } body { font-family: 'Lora', Georgia, serif; background: var(--mahogany) !important; color: var(--charcoal); overflow-x: hidden; } /* ── NAV ── */ nav { background: var(--mahogany); border-bottom: 2px solid var(--brass); padding: 14px 40px; display: flex; align-items: center; justify-content: space-between; } .nav-brand { font-family: 'Cinzel', serif; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass-light); text-decoration: none; } .nav-links { display: flex; gap: 28px; } .nav-links a { font-family: 'Outfit', sans-serif; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; } .nav-links a:hover { color: var(--brass-light); } /* ── HERO ── */ .hero { background: var(--mahogany); min-height: 92vh; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 80px 24px 60px; } /* Parchment texture overlay */ .hero::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(194,146,32,0.03) 2px, rgba(194,146,32,0.03) 3px), repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(194,146,32,0.02) 2px, rgba(194,146,32,0.02) 3px); pointer-events: none; } /* ── CSS CLOCK WATERMARK ── */ .clock-watermark { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: min(560px, 90vw); height: min(560px, 90vw); border-radius: 50%; border: 2px solid rgba(196,146,32,0.12); opacity: 0.35; pointer-events: none; } .clock-watermark::before { content: ''; position: absolute; inset: 14px; border-radius: 50%; border: 1px solid rgba(196,146,32,0.18); } .clock-watermark::after { content: ''; position: absolute; inset: 28px; border-radius: 50%; border: 1px solid rgba(196,146,32,0.1); } /* Clock tick marks */ .clock-tick { position: absolute; top: 50%; left: 50%; width: 2px; transform-origin: bottom center; } .clock-tick.major { height: 28px; margin-left: -1px; margin-top: calc(min(280px, 45vw) * -1); background: rgba(196,146,32,0.25); } .clock-tick.minor { height: 14px; margin-left: -1px; margin-top: calc(min(280px, 45vw) * -1); background: rgba(196,146,32,0.12); } /* Clock hands */ .clock-hand-hour { position: absolute; top: 50%; left: 50%; width: 3px; height: min(110px, 18vw); background: rgba(196,146,32,0.22); transform-origin: bottom center; transform: translate(-50%, -100%) rotate(300deg); border-radius: 2px; } .clock-hand-minute { position: absolute; top: 50%; left: 50%; width: 2px; height: min(155px, 25vw); background: rgba(196,146,32,0.18); transform-origin: bottom center; transform: translate(-50%, -100%) rotate(60deg); border-radius: 2px; } .clock-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 10px; height: 10px; border-radius: 50%; background: rgba(196,146,32,0.3); } /* Hero content */ .hero-society { font-family: 'Cinzel', serif; font-size: 0.7rem; font-weight: 400; letter-spacing: 0.4em; text-transform: uppercase; color: rgba(196,146,32,0.65); margin-bottom: 32px; position: relative; z-index: 1; } .hero-title { font-family: 'Cinzel Decorative', serif; font-weight: 700; font-size: clamp(3.2rem, 10vw, 7rem); line-height: 0.9; color: var(--brass-light); letter-spacing: 0.04em; position: relative; z-index: 1; text-shadow: 0 0 60px rgba(196,146,32,0.25), 3px 3px 0 rgba(0,0,0,0.4); } .hero-title .amp { font-family: 'Lora', serif; font-style: italic; font-size: 0.55em; color: rgba(196,146,32,0.7); vertical-align: middle; } .hero-title .libations { display: block; font-size: 0.75em; color: var(--cream); text-shadow: 2px 2px 0 rgba(0,0,0,0.5); letter-spacing: 0.06em; } /* Nameplate (from the graphic) */ .hero-nameplate { position: relative; z-index: 1; margin: 36px auto 0; display: inline-flex; flex-direction: column; align-items: center; background: var(--charcoal); border: 1.5px solid var(--brass); padding: 18px 56px; clip-path: polygon(4% 0%, 96% 0%, 100% 50%, 96% 100%, 4% 100%, 0% 50%); } .nameplate-title { font-family: 'Lora', serif; font-style: italic; font-size: clamp(1.4rem, 4vw, 2.2rem); font-weight: 600; color: var(--cream); letter-spacing: 0.06em; line-height: 1; } .nameplate-rule { width: 60px; height: 1px; background: var(--brass); margin: 8px auto; opacity: 0.7; } .nameplate-sub { font-family: 'Cinzel', serif; font-size: 0.75rem; font-weight: 400; letter-spacing: 0.14em; color: rgba(196,146,32,0.8); text-transform: uppercase; } .hero-date { position: relative; z-index: 1; margin-top: 40px; font-family: 'Outfit', sans-serif; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(255,255,255,0.35); } .hero-date span { color: rgba(196,146,32,0.7); margin: 0 8px; } /* ── GEAR DIVIDER ── */ .gear-div { background: var(--parchment); padding: 24px 0; display: flex; align-items: center; justify-content: center; gap: 0; overflow: hidden; } .gear-div.dark { background: var(--mahogany); } .gear-div.dark .gd-line { background: linear-gradient(to right, transparent, rgba(196,146,32,0.35), transparent); } .gear-div.dark .gd-gear { color: rgba(196,146,32,0.55); } .gd-line { flex: 1; height: 1px; background: linear-gradient(to right, transparent, rgba(196,146,32,0.4), transparent); max-width: 400px; } .gd-gears { display: flex; align-items: center; gap: -4px; padding: 0 16px; } .gd-gear { color: rgba(196,146,32,0.6); line-height: 1; display: inline-block; } .gd-gear.lg { font-size: 2rem; animation: spin-cw 12s linear infinite; } .gd-gear.sm { font-size: 1.2rem; animation: spin-ccw 8s linear infinite; margin: 0 -2px; } @keyframes spin-cw { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @keyframes spin-ccw { from { transform: rotate(0deg); } to { transform: rotate(-360deg); } } @media (prefers-reduced-motion: reduce) { .gd-gear { animation: none; } } /* ── DETAILS BAND ── */ .details-band { background: var(--charcoal); padding: 40px 24px; } .details-inner { max-width: 900px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 0; border: 1px solid rgba(196,146,32,0.25); } .detail-cell { flex: 1; min-width: 180px; padding: 28px 32px; border-right: 1px solid rgba(196,146,32,0.18); text-align: center; } .detail-cell:last-child { border-right: none; } .dc-label { font-family: 'Cinzel', serif; font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(196,146,32,0.6); margin-bottom: 8px; } .dc-value { font-family: 'Lora', serif; font-size: 1.25rem; font-weight: 600; color: var(--cream); line-height: 1.2; } .dc-sub { font-family: 'Outfit', sans-serif; font-size: 0.78rem; color: rgba(255,255,255,0.35); margin-top: 5px; } /* ── SECTIONS ── */ .parch-section { background: var(--parchment); padding: 72px 24px; } .parch-section.alt { background: var(--parchment-2); } .dark-section { background: var(--dark-wood); padding: 72px 24px; } .s-inner { max-width: 900px; margin: 0 auto; } .s-eyebrow { font-family: 'Cinzel', serif; font-size: 0.62rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--brass); margin-bottom: 14px; display: flex; align-items: center; gap: 12px; } .s-eyebrow::before, .s-eyebrow::after { content: ''; flex: 0 0 28px; height: 1px; background: var(--brass); opacity: 0.5; } .s-title { font-family: 'Cinzel Decorative', serif; font-size: clamp(1.6rem, 4vw, 2.6rem); font-weight: 700; color: var(--charcoal); line-height: 1.15; margin-bottom: 24px; } .s-title.light { color: var(--cream); } .s-title .brass { color: var(--brass-light); } .s-body { font-size: 1rem; line-height: 1.9; color: var(--steam); max-width: 640px; } .s-body.light { color: rgba(255,255,255,0.65); } .s-body p + p { margin-top: 16px; } /* Ornamental horizontal rule */ .orn-rule { display: flex; align-items: center; gap: 14px; margin: 28px 0; } .orn-line { flex: 1; height: 1px; background: var(--brass); opacity: 0.25; } .orn-icon { color: var(--brass); font-size: 0.7rem; opacity: 0.7; letter-spacing: 0.15em; } /* ── ABOUT ── */ .about-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: start; } .society-card { background: var(--charcoal); padding: 36px 32px; border: 1px solid rgba(196,146,32,0.3); border-top: 3px solid var(--brass); position: relative; } .society-card-title { font-family: 'Cinzel', serif; font-size: 0.7rem; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(196,146,32,0.7); margin-bottom: 16px; } .society-card-body { font-family: 'Lora', serif; font-style: italic; font-size: 1.05rem; line-height: 1.8; color: rgba(255,255,255,0.75); } .society-card-sig { font-family: 'Cinzel', serif; font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass); margin-top: 22px; opacity: 0.6; } .wax-seal { width: 80px; height: 80px; border-radius: 50%; background: radial-gradient(circle at 40% 38%, #C8102E, #8B0018); display: flex; align-items: center; justify-content: center; margin: 24px auto 0; box-shadow: 0 4px 16px rgba(0,0,0,0.3), inset 0 1px 2px rgba(255,255,255,0.1); border: 2px solid rgba(255,255,255,0.08); } .wax-seal-text { font-family: 'Cinzel', serif; font-size: 0.55rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.7); text-align: center; line-height: 1.4; } /* ── FEATURES ── */ .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(196,146,32,0.15); margin-top: 44px; border: 1px solid rgba(196,146,32,0.2); } .feature-card { background: var(--dark-wood); padding: 32px 28px; position: relative; overflow: hidden; transition: background 0.2s; } .feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--brass); opacity: 0; transition: opacity 0.2s; } .feature-card:hover { background: #2A1810; } .feature-card:hover::before { opacity: 1; } .fc-icon { font-size: 1.8rem; display: block; margin-bottom: 14px; filter: sepia(0.5); } .fc-title { font-family: 'Cinzel', serif; font-size: 0.9rem; font-weight: 600; letter-spacing: 0.06em; color: var(--brass-light); margin-bottom: 8px; line-height: 1.3; } .fc-body { font-size: 0.87rem; line-height: 1.65; color: rgba(255,255,255,0.5); } /* ── VENUE ── */ .venue-inner { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; } .venue-yr { width: 80px; height: 80px; border: 1.5px solid var(--brass); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; flex-shrink: 0; margin-bottom: 20px; } .vy-label { font-family: 'Cinzel', serif; font-size: 0.5rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass); opacity: 0.7; } .vy-num { font-family: 'Cinzel Decorative', serif; font-size: 1.4rem; color: var(--brass); line-height: 1; } .venue-name { font-family: 'Cinzel Decorative', serif; font-size: clamp(1.2rem, 2.5vw, 1.7rem); color: var(--charcoal); line-height: 1.2; margin-bottom: 6px; } .venue-addr { font-family: 'Outfit', sans-serif; font-size: 0.82rem; color: var(--steam-light); margin-bottom: 18px; letter-spacing: 0.04em; } .venue-desc { font-size: 0.98rem; line-height: 1.85; color: var(--steam); } .venue-photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; } .venue-photo { background: var(--parchment-2); border: 1px solid rgba(196,146,32,0.2); aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; font-size: 2rem; opacity: 0.5; } .venue-photo.tall { aspect-ratio: 4/5; grid-row: span 2; } /* ── CTA ── */ .cta-section { background: var(--mahogany); padding: 88px 24px; text-align: center; position: relative; overflow: hidden; } .cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 50% 50%, rgba(196,146,32,0.06), transparent); pointer-events: none; } .cta-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; } .cta-eyebrow { font-family: 'Cinzel', serif; font-size: 0.62rem; letter-spacing: 0.38em; text-transform: uppercase; color: rgba(196,146,32,0.5); margin-bottom: 24px; } .cta-title { font-family: 'Cinzel Decorative', serif; font-size: clamp(1.8rem, 5vw, 3.2rem); font-weight: 700; color: var(--cream); line-height: 1.2; margin-bottom: 12px; } .cta-title .brass { color: var(--brass-light); } .cta-sub { font-family: 'Lora', serif; font-style: italic; font-size: 1.05rem; color: rgba(255,255,255,0.5); margin-bottom: 40px; line-height: 1.7; } .btn-brass { display: inline-block; background: var(--brass); color: var(--mahogany); font-family: 'Cinzel', serif; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; padding: 16px 48px; text-decoration: none; transition: background 0.2s, transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 20px rgba(196,146,32,0.25); } .btn-brass:hover { background: var(--brass-light); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(196,146,32,0.4); } .btn-outline-brass { display: inline-block; border: 1.5px solid rgba(196,146,32,0.5); color: rgba(196,146,32,0.8); font-family: 'Cinzel', serif; font-size: 0.8rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; padding: 15px 36px; text-decoration: none; margin-left: 12px; transition: border-color 0.2s, color 0.2s; } .btn-outline-brass:hover { border-color: var(--brass); color: var(--brass-light); } .cta-fine { display: block; font-family: 'Outfit', sans-serif; font-size: 0.72rem; letter-spacing: 0.1em; color: rgba(255,255,255,0.22); text-transform: uppercase; margin-top: 24px; } /* ── FOOTER ── */ footer { background: #0D0700; border-top: 2px solid rgba(196,146,32,0.2); padding: 44px 24px; text-align: center; } .footer-brand { font-family: 'Cinzel', serif; font-size: 0.9rem; letter-spacing: 0.2em; color: rgba(196,146,32,0.6); margin-bottom: 6px; text-transform: uppercase; } .footer-url { font-family: 'Outfit', sans-serif; font-size: 0.75rem; color: rgba(255,255,255,0.25); text-decoration: none; letter-spacing: 0.08em; } .footer-url:hover { color: var(--brass); } .footer-rule { width: 36px; height: 1px; background: rgba(196,146,32,0.2); margin: 16px auto; } .footer-note { font-family: 'Outfit', sans-serif; font-size: 0.7rem; color: rgba(255,255,255,0.18); } /* ── RESPONSIVE ── */ @media (max-width: 660px) { .about-grid { grid-template-columns: 1fr; gap: 36px; } .venue-inner { grid-template-columns: 1fr; gap: 36px; } .features-grid { grid-template-columns: 1fr 1fr; } nav .nav-links { display: none; } .detail-cell { min-width: 140px; padding: 20px 16px; } .hero-nameplate { padding: 16px 36px; clip-path: none; } } @media (max-width: 440px) { .features-grid { grid-template-columns: 1fr; } } @media (prefers-reduced-motion: reduce) { .gd-gear { animation: none; } }
