/* ========================================================================== APPLE EDUCATION STYLE THEME ========================================================================== */ :root { --apple-dark: #161617; --apple-dark-hover: #000000; --apple-gray: #f5f5f7; --apple-light-gray: #fbfbfd; --apple-text: #1d1d1f; --apple-text-light: #86868b; --apple-blue: #FF2D55; --apple-blue-hover: #FF9500; --apple-gray-dark: #515154; --apple-black: #000000; --apple-font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif; --apple-border: rgba(0,0,0,0.1); /* Layout */ --nav-height: 48px; --local-nav-height: 52px; } body { font-family: var(--apple-font); color: var(--apple-text); background: #ffffff; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6 { font-family: var(--apple-font); font-weight: 600; letter-spacing: -0.02em; } .section-title, .stories-apple__title, .gradient-text, .section-title-accent, .title-accent-warm { background: linear-gradient(135deg, #FF2D55 0%, #FF9500 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: inline-block; } .section-title span, .stories-apple__title .gradient-text { background: linear-gradient(135deg, #FF2D55 0%, #FF9500 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } /* ========================================================================== GLOBAL NAV (Dark Top Strip) ========================================================================== */ .global-nav { background: var(--apple-dark); height: var(--nav-height); display: flex; align-items: center; position: relative; z-index: 10000; font-size: 12px; } .global-nav__inner { display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 20px; } .global-nav__left { display: flex; align-items: center; gap: 20px; } .global-nav__list--contact { gap: 20px; } .global-nav__logo { color: #f5f5f7; opacity: 0.8; transition: opacity 0.3s ease; font-size: 16px; } .global-nav__logo:hover { opacity: 1; } .global-nav__list { display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; } .global-nav__list a { color: #f5f5f7; opacity: 0.8; text-decoration: none; transition: opacity 0.3s ease; display: flex; align-items: center; gap: 6px; } .global-nav__list a:hover { opacity: 1; } .global-nav__btn-app { background: var(--apple-blue); color: #ffffff !important; opacity: 1 !important; padding: 3px 12px; border-radius: 980px; font-weight: 500; font-size: 11px; transition: background 0.3s ease, transform 0.2s ease !important; } .global-nav__btn-app:hover { background: var(--apple-blue-hover); transform: scale(1.04); } /* ========================================================================== LOCAL NAV (Sticky Glassmorphism) ========================================================================== */ .local-nav { background: rgba(255, 255, 255, 0.72); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); position: sticky; top: 0; z-index: 9999; border-bottom: 1px solid var(--apple-border); height: var(--local-nav-height); display: flex; align-items: center; transition: background 0.3s ease; } .local-nav__inner { display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 20px; } .local-nav__title-link { font-size: 21px; font-weight: 600; color: var(--apple-text); text-decoration: none; letter-spacing: -0.01em; } .local-nav__menu-list { display: flex; gap: 24px; list-style: none; margin: 0; padding: 0; } .local-nav__menu-link { font-size: 12px; color: var(--apple-text); text-decoration: none; font-weight: 400; transition: color 0.3s ease; } .local-nav__menu-link:hover { color: var(--apple-blue); } .local-nav__actions { display: flex; align-items: center; gap: 15px; } .local-nav__cta { background: var(--apple-dark); color: #fff; font-size: 12px; padding: 4px 12px; border-radius: 980px; /* Pill shape */ text-decoration: none; font-weight: 400; transition: background 0.3s ease; } .local-nav__cta:hover { background: var(--apple-dark-hover); } .local-nav__hamburger { display: none; /* Hide by default on desktop */ } @media (max-width: 834px) { .global-nav { display: none; } .local-nav__menu { display: none; } .local-nav__hamburger { display: flex; flex-direction: column; justify-content: space-between; width: 18px; height: 12px; background: none; border: none; cursor: pointer; padding: 0; } .local-nav__hamburger span { width: 100%; height: 1px; background: var(--apple-text); transition: transform 0.3s ease; } } .page-home .main-content { padding-top: 0 !important; } .pin-spacer { background: transparent !important; } .hero-apple { position: relative; width: 100%; height: 894px; /* 1920Ã—894 target size */ display: flex; align-items: flex-end; justify-content: center; overflow: hidden; background: transparent; margin-top: 0; padding-bottom: 52px; } .hero-apple__bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; overflow: hidden; transform-origin: center center; } .hero-apple__bg img { width: 100%; height: 100%; object-fit: cover; opacity: 1; } .hero-apple__scrim { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.75) 100%); pointer-events: none; z-index: 2; } .hero-apple__content { position: relative; z-index: 2; text-align: center; max-width: 800px; padding: 0 20px; color: #ffffff; margin-top: 0; /* Removed 15vh margin, replaced with flex-end + padding-bottom on parent */ } .hero-apple__logo-mark { margin-bottom: 8px; display: flex; justify-content: center; align-items: center; } .hero-apple__logo-img { width: 64px; height: 64px; object-fit: contain; border-radius: 50%; background: transparent; padding: 0; box-shadow: none; transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1); } .hero-apple__logo-img:hover { transform: scale(1.05); } .hero-apple__headline { font-size: clamp(32px, 3.5vw, 56px); line-height: 1.07; font-weight: 700; letter-spacing: -0.015em; margin-bottom: 12px; color: #ffffff; text-shadow: none; } .hero-apple__headline-accent { background: linear-gradient(90deg, #FF375F 0%, #FF9F0A 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: inline; white-space: nowrap; } .hero-apple__copy { font-size: clamp(14px, 1.1vw, 17px); line-height: 1.47; font-weight: 400; letter-spacing: -0.005em; color: rgba(255, 255, 255, 0.92); max-width: 460px; margin: 0 auto; text-shadow: none; } .hero-apple__cta-link { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 1.5rem; padding: 0.75rem 1.75rem; background: rgba(255, 255, 255, 0.18); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.45); color: #fff; text-decoration: none; border-radius: 980px; font-size: 1rem; font-weight: 500; letter-spacing: -0.01em; transition: background 0.3s ease, transform 0.3s ease; } .hero-apple__cta-link:hover { background: rgba(255, 255, 255, 0.28); transform: translateY(-2px); } .hero-apple__cta-link i { font-size: 0.8rem; transition: transform 0.3s ease; } .hero-apple__cta-link:hover i { transform: translateX(3px); } .routers, .pillars, .stories { padding: 100px 20px; background: #ffffff; } .routers__grid, .pillars__grid, .stories__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 1200px; margin: 0 auto; } .pillar-card, .router-card, .story-card { background: var(--apple-gray); border-radius: 24px; padding: 40px 30px; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; text-decoration: none; color: inherit; position: relative; overflow: hidden; align-items: flex-start; } .pillar-card:hover, .router-card:hover, .story-card:hover { transform: scale(1.02); box-shadow: 0 10px 30px rgba(0,0,0,0.05); } .pillar-card__title, .router-card__title, .story-card__title { position: relative; font-size: 24px; font-weight: 600; margin-bottom: 10px; z-index: 2; } .pillar-card__text, .router-card__text, .story-card__text { position: relative; font-size: 17px; line-height: 1.47059; color: var(--apple-text-light); z-index: 2; } .pillar-card__img, .router-card__img, .story-card__img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.15; z-index: 1; margin: 0; border-radius: 0; aspect-ratio: unset; transition: opacity 0.3s ease; } .pillar-card:hover .pillar-card__img, .router-card:hover .router-card__img, .story-card:hover .story-card__img { opacity: 0.25; } .btn--primary { background: var(--apple-blue); color: #fff; border-radius: 980px; padding: 12px 24px; font-size: 17px; font-weight: 400; border: none; transition: background 0.3s ease; } .btn--primary:hover { background: var(--apple-blue-hover); } .btn--ghost { background: transparent; color: var(--apple-blue); border-radius: 980px; padding: 11px 23px; font-size: 17px; font-weight: 400; border: 1px solid var(--apple-blue); transition: all 0.3s ease; } .btn--ghost:hover { background: var(--apple-blue); color: #fff; } /* ========================================================================== DISCOVER SECTION â€” Scroll-Pinned Reveal + Upcoming Events ========================================================================== */ .discover-reveal { position: relative; background: #ffffff; overflow: visible; } .discover-reveal__wrapper { max-width: 1400px; margin: 0 auto; padding: 60px 40px; display: flex; align-items: center; gap: 0; overflow: visible; } .discover-reveal__card { flex: 1; position: relative; z-index: 5; will-change: transform; } .discover-card__inner { background: var(--apple-gray); border-radius: 28px; width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: space-between; padding: 64px; gap: 48px; box-shadow: 0 4px 24px rgba(0,0,0,0.02); position: relative; overflow: hidden; height: 100%; } .discover-card__text { flex: 1; } .discover-card__text h2 { font-size: clamp(32px, 3.8vw, 48px); line-height: 1.08; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 24px; color: var(--apple-text); } .discover-card__link { font-size: 19px; color: #FF2D55; text-decoration: none; font-weight: 500; display: inline-flex; align-items: center; gap: 10px; transition: color 0.3s ease; } .discover-card__link i { font-size: 22px; transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1); } .discover-card__link:hover { color: #FF9500; text-decoration: underline; } .discover-card__link:hover i { transform: scale(1.15) translateX(2px); } .discover-card__media { flex: 1.1; position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 16px 40px rgba(0,0,0,0.12); } .discover-card__media img { width: 100%; height: auto; aspect-ratio: 16 / 9; display: block; object-fit: cover; } .discover-card__overlay { position: absolute; top: 20px; left: 20px; color: #ffffff; font-size: 16px; font-weight: 600; letter-spacing: -0.01em; display: inline-flex; align-items: center; gap: 10px; background: rgba(0, 0, 0, 0.45); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); padding: 8px 18px; border-radius: 980px; border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 0 4px 16px rgba(0,0,0,0.2); } .discover-reveal__events { flex: 0 0 240px; align-self: center; position: relative; z-index: 1; will-change: transform; display: flex; flex-direction: column; background: linear-gradient(145deg, #FF6B35 0%, #FF2D55 50%, #FF9500 100%); border-radius: 0 24px 24px 0; padding: 28px 20px; color: #ffffff; overflow: hidden; box-shadow: 0 8px 32px rgba(255, 45, 85, 0.25); } .discover-reveal__events::before { content: ''; position: absolute; top: -60px; right: -60px; width: 180px; height: 180px; background: rgba(255, 255, 255, 0.08); border-radius: 50%; pointer-events: none; } .discover-reveal__events::after { content: ''; position: absolute; bottom: -40px; left: -40px; width: 120px; height: 120px; background: rgba(255, 255, 255, 0.05); border-radius: 50%; pointer-events: none; } .events-panel__header { margin-bottom: 24px; position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; } .events-panel__badge { display: inline-block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; background: rgba(255, 255, 255, 0.2); padding: 4px 10px; border-radius: 980px; margin-bottom: 8px; } .events-panel__title { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; margin: 0; } .events-panel__list { list-style: none; margin: 0; padding: 0; flex: 1; display: flex; flex-direction: column; gap: 16px; position: relative; z-index: 1; } .events-panel__item { display: flex; align-items: flex-start; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.15); } .events-panel__item:last-child { border-bottom: none; padding-bottom: 0; } .events-panel__info { display: flex; flex-direction: column; gap: 6px; } .events-panel__name { font-size: 13px; font-weight: 600; line-height: 1.3; } .events-panel__meta { display: flex; align-items: center; gap: 8px; } .events-panel__date { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 0.02em; background: rgba(255, 255, 255, 0.2); padding: 3px 8px; border-radius: 6px; backdrop-filter: blur(8px); } .events-panel__time { font-size: 11px; opacity: 0.75; font-weight: 400; } .events-panel__cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; padding: 10px 20px; background: rgba(255, 255, 255, 0.15); border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 980px; color: #ffffff; font-size: 13px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; position: relative; z-index: 1; text-align: center; justify-content: center; } .events-panel__cta:hover { background: rgba(255, 255, 255, 0.25); transform: translateY(-1px); } .events-panel__cta i { font-size: 11px; transition: transform 0.3s ease; } .events-panel__cta:hover i { transform: translateX(3px); } @media (max-width: 1024px) { .discover-reveal__wrapper { padding: 60px 24px; } .discover-reveal__events { flex: 0 0 200px; } .discover-card__inner { padding: 48px 40px; } } @media (max-width: 768px) { .discover-reveal__wrapper { flex-direction: column; padding: 40px 20px; align-items: stretch; } .discover-reveal__events { flex: 0 0 auto; width: 100%; transform: none !important; border-radius: 20px; padding: 28px 20px; margin-top: 24px; align-self: auto; } .discover-card__inner { flex-direction: column; padding: 40px 28px; } .discover-card__media img { height: 220px; } .events-panel__list { gap: 12px; } } .typography-block { padding: 100px 20px 140px; background: #ffffff; text-align: center; max-width: 860px; margin: 0 auto; } .typography-block__headline { font-size: clamp(44px, 5.5vw, 76px); line-height: 1.15; font-weight: 600; letter-spacing: -0.025em; margin-bottom: 28px; color: var(--apple-text); } .typography-block__accent { background: linear-gradient(135deg, #FF2D55 0%, #FF9500 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; } .typography-block__copy { font-size: clamp(19px, 2vw, 24px); line-height: 1.42; font-weight: 400; letter-spacing: -0.01em; color: var(--apple-text); } /* ========================================================================== REAL STORIES (Energetic & Modern Apple Education Style) ========================================================================== */ .stories-apple { padding: 110px 20px 130px 0; background: #0b0b0c; color: #ffffff; position: relative; overflow: hidden; } .stories-apple::before { content: ''; position: absolute; top: -200px; right: -100px; width: 650px; height: 650px; background: radial-gradient(circle, rgba(255, 45, 85, 0.16) 0%, rgba(255, 149, 0, 0.07) 45%, transparent 70%); pointer-events: none; z-index: 0; } .stories-apple__header { display: flex; justify-content: space-between; align-items: flex-end; margin: 0 0 20px 0; padding-left: 564px; position: relative; z-index: 1; } .stories-apple__header-text { display: flex; flex-direction: column; align-items: flex-start; } .stories-apple__eyebrow { display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: #FF9500; margin-bottom: 8px; } .stories-apple__title { font-size: clamp(34px, 4.5vw, 52px); font-weight: 700; letter-spacing: -0.03em; color: #ffffff; line-height: 1.08; margin: 0; } .stories-apple__link-btn { display: inline-flex; align-items: center; gap: 12px; padding: 12px 24px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 980px; color: #ffffff; font-size: 15px; font-weight: 600; text-decoration: none; backdrop-filter: blur(12px); transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); } .stories-apple__link-btn:hover { background: linear-gradient(135deg, #FF2D55 0%, #FF9500 100%); border-color: transparent; color: #ffffff; transform: translateY(-2px); box-shadow: 0 10px 24px -6px rgba(255, 45, 85, 0.45); } .stories-apple__link-icon { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(255, 255, 255, 0.15); font-size: 12px; transition: transform 0.3s ease, background 0.3s ease; } .stories-apple__link-btn:hover .stories-apple__link-icon { background: rgba(255, 255, 255, 0.28); transform: translateX(3px); } .stories-apple__cards-row { display: flex; gap: 24px; padding: 20px 0 20px 564px; } .stories-apple__card { flex: 0 0 540px; height: 340px; position: relative; border-radius: 24px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; text-decoration: none; color: #ffffff; background: #1c1c1e; border: none; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25); transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1); } .stories-apple__card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px -8px rgba(255, 45, 85, 0.25), 0 8px 20px -4px rgba(0, 0, 0, 0.3); } .stories-apple__card-img { position: absolute; top: -4px; left: -4px; right: -4px; bottom: -4px; width: calc(100% + 8px); height: calc(100% + 8px); object-fit: cover; z-index: 1; filter: brightness(0.88) contrast(1.05); transform: scale(1.08); transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease; } .stories-apple__card:hover .stories-apple__card-img { transform: scale(1); filter: brightness(1.02) contrast(1.08); } .stories-apple__card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(22, 22, 23, 0.35) 45%, rgba(11, 11, 12, 0.95) 100%); z-index: 2; transition: opacity 0.35s ease; } .stories-apple__card:hover::after { opacity: 0.92; } .stories-apple__card-badge { position: relative; z-index: 3; padding: 24px 24px 0; } .stories-apple__category { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #ffffff; background: linear-gradient(135deg, #FF2D55 0%, #FF9500 100%); padding: 6px 14px; border-radius: 980px; box-shadow: 0 4px 14px rgba(255, 45, 85, 0.4); backdrop-filter: blur(8px); transition: transform 0.3s ease, box-shadow 0.3s ease; } .stories-apple__card:hover .stories-apple__category { transform: translateY(-2px) scale(1.04); box-shadow: 0 6px 18px rgba(255, 45, 85, 0.55); } .stories-apple__card-content { position: relative; z-index: 3; padding: 24px; } .stories-apple__card-title { font-size: 21px; font-weight: 700; line-height: 1.25; margin-bottom: 8px; color: #ffffff; letter-spacing: -0.015em; transition: color 0.3s ease; } .stories-apple__card:hover .stories-apple__card-title { color: #FF9500; } .stories-apple__card-text { font-size: 14px; line-height: 1.45; color: rgba(255, 255, 255, 0.82); margin: 0 0 16px 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } .stories-apple__card-action { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: #FF2D55; transition: gap 0.3s ease, color 0.3s ease; } .stories-apple__card-action i { font-size: 11px; transition: transform 0.3s ease; } .stories-apple__card:hover .stories-apple__card-action { color: #FF9500; gap: 12px; } .stories-apple__card:hover .stories-apple__card-action i { transform: translateX(4px); } .stories-apple__nav { display: flex; gap: 12px; padding: 8px 0 0 564px; position: relative; z-index: 1; } .stories-apple__nav-btn { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.18); color: #ffffff; font-size: 16px; cursor: pointer; transition: all 0.3s ease; backdrop-filter: blur(12px); } .stories-apple__nav-btn:hover { background: linear-gradient(135deg, #FF2D55 0%, #FF9500 100%); border-color: transparent; transform: scale(1.08); box-shadow: 0 8px 24px -4px rgba(255, 45, 85, 0.4); } .stories-apple__nav-btn:disabled { opacity: 0.3; cursor: not-allowed; transform: none; box-shadow: none; } @media (max-width: 1024px) { .stories-apple__header { padding-left: 40px; } .stories-apple__cards-row { padding-left: 40px; } .stories-apple__nav { padding-left: 40px; } .stories-apple__card { flex: 0 0 440px; height: 300px; } } @media (max-width: 600px) { .stories-apple__header { flex-direction: column; align-items: flex-start; gap: 16px; padding-left: 20px; } .stories-apple__cards-row { padding-left: 20px; } .stories-apple__nav { padding-left: 20px; } .stories-apple__card { flex: 0 0 320px; height: 240px; } } @media (max-width: 768px) { .routers__grid, .pillars__grid, .stories__grid { grid-template-columns: 1fr; } } .stats-section { padding: 100px 20px; background: var(--apple-light-gray); border-top: 1px solid var(--apple-border); border-bottom: 1px solid var(--apple-border); } .stats-section__grid { display: flex; justify-content: center; gap: 100px; flex-wrap: wrap; max-width: 1000px; margin: 0 auto; } .stats-section__item { text-align: center; } .stats-section__number { font-size: 64px; font-weight: 700; color: var(--apple-text); letter-spacing: -0.02em; } .stats-section__suffix { font-size: 64px; font-weight: 700; color: var(--apple-blue); letter-spacing: -0.02em; } .stats-section__label { display: block; font-size: 17px; color: var(--apple-text-light); font-weight: 500; margin-top: 10px; } .site-footer { background: var(--apple-gray); color: var(--apple-text); padding: 60px 20px 30px; font-size: 12px; } .site-footer__heading { color: var(--apple-text); font-size: 14px; font-weight: 600; } .site-footer a { color: var(--apple-text-light); transition: color 0.3s ease; } .site-footer a:hover { color: var(--apple-text); } .cta-section { background: var(--apple-light-gray); padding: 100px 20px; text-align: center; } .cta-section__title { font-size: 48px; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 20px; } .cta-section__text { font-size: 21px; color: var(--apple-text-light); margin-bottom: 40px; } .cta-section__actions { display: flex; justify-content: center; gap: 20px; } .local-nav__menu-item--has-dropdown { position: relative; } .local-nav__dropdown { display: none; position: absolute; top: 100%; left: 0; background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(20px); border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); min-width: 200px; padding: 10px 0; z-index: 100; list-style: none; margin: 0; } .local-nav__menu-item--has-dropdown:hover .local-nav__dropdown { display: block; } .local-nav__dropdown li a { display: block; padding: 8px 20px; font-size: 0.85rem; color: var(--apple-gray-dark); text-decoration: none; transition: background 0.2s, color 0.2s; white-space: nowrap; } .local-nav__dropdown li a:hover { background: rgba(0,0,0,0.05); color: var(--apple-black); } .local-nav__menu-item--disclosure .local-nav__dropdown { right: 0; left: auto; min-width: 300px; max-width: 380px; max-height: calc(100vh - 150px); overflow-y: auto; } .local-nav__menu-item--disclosure .local-nav__dropdown li:first-child a { font-weight: 600; } .local-nav__menu-item--disclosure .local-nav__dropdown li a { font-size: 0.8rem; padding: 6px 16px; } .local-nav__dropdown::-webkit-scrollbar { width: 6px; } .local-nav__dropdown::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.18); border-radius: 3px; } .local-nav__dropdown::-webkit-scrollbar-track { background: transparent; } /* ============================================ News Ticker Strip (overlapping hero bottom) ============================================ */ .news-ticker { position: absolute; top: 0; left: 0; right: 0; z-index: 20; display: flex; align-items: center; gap: 0; background: rgba(0, 0, 0, 0.45); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid rgba(255, 255, 255, 0.1); height: 42px; overflow: hidden; font-family: var(--apple-font); } .news-ticker__label { flex-shrink: 0; padding: 0 16px; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: #FF2D55; display: flex; align-items: center; gap: 6px; border-right: 1px solid rgba(255, 255, 255, 0.12); height: 100%; white-space: nowrap; } .news-ticker__label i { font-size: 10px; } .news-ticker__track { flex: 1; overflow: hidden; height: 100%; position: relative; mask-image: linear-gradient(90deg, transparent, black 3%, black 97%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, black 3%, black 97%, transparent); } .news-ticker__scroll { display: flex; align-items: center; height: 100%; gap: 0; will-change: transform; animation: tickerScroll 30s linear infinite; } .news-ticker__scroll:hover { animation-play-state: paused; } .news-ticker__item { display: flex; align-items: center; gap: 8px; padding: 0 24px; text-decoration: none; color: rgba(255, 255, 255, 0.85); font-size: 13px; white-space: nowrap; transition: color 0.2s ease; height: 100%; flex-shrink: 0; } .news-ticker__item:hover { color: #ffffff; } .news-ticker__date { font-size: 11px; font-weight: 600; color: #FF9500; opacity: 0.9; letter-spacing: 0.02em; } .news-ticker__title { font-weight: 400; } .news-ticker__more { flex-shrink: 0; padding: 0 16px; font-size: 12px; font-weight: 500; color: rgba(255, 255, 255, 0.7); text-decoration: none; display: flex; align-items: center; gap: 5px; border-left: 1px solid rgba(255, 255, 255, 0.12); height: 100%; transition: color 0.2s ease; white-space: nowrap; } .news-ticker__more:hover { color: #ffffff; } .news-ticker__more i { font-size: 9px; } @keyframes tickerScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } /* ============================================================ Site Popup ============================================================ */ .site-popup { position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; } .site-popup--visible { opacity: 1; } .site-popup__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.55); cursor: pointer; } .site-popup__container { position: relative; max-width: 680px; width: 90vw; max-height: 85vh; border-radius: 16px; overflow: hidden; box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3); transform: scale(0.9); transition: transform 0.3s ease; } .site-popup--visible .site-popup__container { transform: scale(1); } .site-popup__close { position: absolute; top: 10px; right: 10px; z-index: 2; width: 36px; height: 36px; border-radius: 50%; border: none; background: rgba(0, 0, 0, 0.5); color: #fff; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; } .site-popup__close:hover { background: rgba(0, 0, 0, 0.75); } .site-popup__link { display: block; } .site-popup__image { display: block; width: 100%; height: auto; object-fit: contain; } @media (max-width: 768px) { .site-popup__container { max-width: 95vw; border-radius: 12px; } } @media (max-width: 768px) { .news-ticker { height: 38px; } .news-ticker__label { padding: 0 12px; font-size: 10px; } .news-ticker__item { padding: 0 16px; font-size: 12px; gap: 6px; } .news-ticker__date { font-size: 10px; } .news-ticker__more { padding: 0 12px; font-size: 11px; } } /* ========================================================================== Dynamic Hero Slider ========================================================================== */ .hero-dynamic { position: relative; width: 100%; height: clamp(400px, 60vh, 640px); overflow: hidden; background: #111; } .hero-dynamic__slider { position: absolute; inset: 0; } .hero-dynamic__slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.2s ease-in-out; } .hero-dynamic__slide--active { opacity: 1; } .hero-dynamic__slide--single { opacity: 1; } .hero-dynamic__overlay { position: absolute; inset: 0; background: linear-gradient( to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.75) 100% ); } .hero-dynamic__content { position: absolute; inset: 0; display: flex; align-items: flex-end; padding-bottom: clamp(60px, 10vh, 100px); z-index: 2; } .hero-dynamic__title { font-family: 'Space Grotesk', 'Inter', var(--font-primary); font-size: clamp(2.2rem, 5.5vw, 4.5rem); font-weight: 700; color: #fff; line-height: 1.08; letter-spacing: -0.03em; margin: 0 0 0.6rem; text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3); } .hero-dynamic__subtitle { font-size: clamp(1rem, 2vw, 1.35rem); color: rgba(255, 255, 255, 0.85); line-height: 1.5; margin: 0 0 1.5rem; max-width: 600px; text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3); } .hero-dynamic__cta { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.85rem 2rem; background: #FF2D55; color: #fff; text-decoration: none; border-radius: 980px; font-size: 1rem; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 4px 20px rgba(255, 45, 85, 0.35); } .hero-dynamic__cta:hover { background: #e6264d; transform: translateY(-2px); box-shadow: 0 6px 25px rgba(255, 45, 85, 0.45); } .hero-dynamic__cta i { font-size: 0.85rem; transition: transform 0.3s ease; } .hero-dynamic__cta:hover i { transform: translateX(3px); } .hero-dynamic__dots { position: absolute; bottom: clamp(20px, 4vh, 36px); left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 3; } .hero-dynamic__dot { width: 10px; height: 10px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.6); background: transparent; cursor: pointer; padding: 0; transition: all 0.3s ease; } .hero-dynamic__dot:hover { border-color: #fff; background: rgba(255, 255, 255, 0.3); } .hero-dynamic__dot--active { background: #fff; border-color: #fff; transform: scale(1.2); } .hero-dynamic__breadcrumb { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.2rem; font-size: 0.85rem; color: rgba(255, 255, 255, 0.7); } .hero-dynamic__breadcrumb a { color: rgba(255, 255, 255, 0.75); text-decoration: none; transition: color 0.2s; } .hero-dynamic__breadcrumb a:hover { color: #fff; } .hero-dynamic__breadcrumb .separator { font-size: 0.65rem; opacity: 0.5; } @media (max-width: 768px) { .hero-dynamic { height: clamp(320px, 50vh, 480px); } .hero-dynamic__content { padding-bottom: 50px; padding-left: 1rem; padding-right: 1rem; } .hero-dynamic__subtitle { max-width: 100%; } .hero-dynamic__cta { padding: 0.7rem 1.5rem; font-size: 0.9rem; } }