 body { font-family: Quicksand } {} *{} {} #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; } * { margin: 0; padding: 0; box-sizing: border-box; } :root { --navy: #2F4851; --teal: #3E9DBA; --gold: #E2A752; --gold-d: #C58446; --sky: #A4DEF6; --sky-pale: #EBF6FC; --silver: #D5D8DB; --white: #FFFFFF; --body: #3D5560; --leading: 1.65; } html { scroll-behavior: smooth; } body { font-family: 'Quicksand', sans-serif; font-weight: 400; font-size: 17px; color: var(--body); background: var(--sky-pale); line-height: var(--leading); min-height: 100vh; display: flex; flex-direction: column; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; } @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } } .jly-access__header { flex-shrink: 0; background: var(--navy); color: var(--white); text-align: center; padding: 12px 20px; font-family: 'PT Sans Narrow', sans-serif; font-weight: 700; font-size: clamp(13px, 1.4vw, 16px); letter-spacing: 0.08em; text-transform: uppercase; line-height: 1.45; } .jly-access__main { flex: 1; width: min(1080px, calc(100% - 32px)); margin: 0 auto; padding: clamp(28px, 5vw, 48px) 0 clamp(48px, 7vw, 72px); } .jly-access__intro { text-align: center; margin-bottom: clamp(24px, 4vw, 36px); } .jly-access__eyebrow { font-family: 'PT Sans Narrow', sans-serif; font-weight: 700; font-size: 15px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; } .jly-access__intro h1 { font-size: clamp(28px, 5vw, 40px); font-weight: 700; color: var(--navy); line-height: 1.2; margin-bottom: 14px; } .jly-access__lead { font-size: clamp(16px, 2.4vw, 18px); color: var(--body); max-width: none; width: 100%; margin: 0 auto 20px; } .jly-access__divider { width: 48px; height: 3px; background: var(--gold); border-radius: 2px; margin: 0 auto; } .jly-access__nav { position: sticky; top: 0; z-index: 10; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; padding: 12px 0 20px; background: linear-gradient(180deg, var(--sky-pale) 70%, rgba(235, 246, 252, 0)); } .jly-access__nav a { font-family: 'PT Sans Narrow', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; color: var(--navy); background: var(--white); border: 1px solid var(--silver); border-radius: 999px; padding: 8px 14px; transition: background 0.2s, border-color 0.2s, color 0.2s; } .jly-access__nav a:hover, .jly-access__nav a:focus-visible { background: var(--teal); border-color: var(--teal); color: var(--white); } .jly-access__videos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .jly-access__card { display: flex; flex-direction: column; width: 100%; text-align: left; font: inherit; color: inherit; background: var(--white); border: 0; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 24px rgba(47, 72, 81, 0.08); border-top: 3px solid var(--teal); scroll-margin-top: 72px; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; } .jly-access__card:hover, .jly-access__card:focus-visible { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(47, 72, 81, 0.14); outline: none; } .jly-access__thumb { position: relative; aspect-ratio: 16 / 9; background: linear-gradient(160deg, #3E9DBA 0%, #2F4851 100%); overflow: hidden; } .jly-access__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; } .jly-access__play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(47, 72, 81, 0.28); } .jly-access__play span { width: 56px; height: 56px; border-radius: 50%; background: var(--gold); box-shadow: 0 4px 14px rgba(226, 167, 82, 0.4); display: flex; align-items: center; justify-content: center; } .jly-access__play span::after { content: ""; display: block; width: 0; height: 0; margin-left: 3px; border-style: solid; border-width: 9px 0 9px 15px; border-color: transparent transparent transparent var(--navy); } .jly-access__card:hover .jly-access__play span, .jly-access__card:focus-visible .jly-access__play span { background: var(--gold-d); } .jly-access__card-copy { padding: 14px 16px 16px; } .jly-access__week { font-family: 'PT Sans Narrow', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); margin-bottom: 4px; } .jly-access__card h2 { font-size: 16px; font-weight: 700; color: var(--navy); line-height: 1.3; } .jly-access__modal { position: fixed; inset: 0; z-index: 40; display: none; align-items: center; justify-content: center; padding: 24px 16px; background: rgba(47, 72, 81, 0.78); } .jly-access__modal.is-open { display: flex; } .jly-access__modal-dialog { width: min(1040px, 100%); background: var(--white); border-radius: 12px; overflow: hidden; box-shadow: 0 16px 48px rgba(47, 72, 81, 0.28); } .jly-access__modal-bar { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 16px 18px 12px; } .jly-access__modal-week { font-family: 'PT Sans Narrow', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); margin-bottom: 4px; } .jly-access__modal-title { font-size: clamp(18px, 2.6vw, 24px); font-weight: 700; color: var(--navy); line-height: 1.3; } .jly-access__modal-close { flex-shrink: 0; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--sky-pale); color: var(--navy); font-size: 26px; line-height: 1; cursor: pointer; } .jly-access__modal-close:hover, .jly-access__modal-close:focus-visible { background: var(--teal); color: var(--white); } .jly-access__modal-player { position: relative; padding-top: 56.25%; background: var(--navy); } .jly-access__modal-player iframe { border: 0; position: absolute; top: 0; left: 0; height: 100%; width: 100%; } .jly-access__policy { margin-top: clamp(36px, 5vw, 52px); text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; } .jly-access__policy-title { font-family: 'PT Sans Narrow', sans-serif; font-weight: 700; font-size: 15px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; } .jly-access__policy-body { font-size: clamp(16px, 2.2vw, 17px); color: var(--body); margin-bottom: 14px; } .jly-access__policy-fine { font-size: 13px; line-height: 1.55; color: var(--body); opacity: 0.8; } body.jly-access-locked { overflow: hidden; } footer { flex-shrink: 0; background: var(--navy); color: rgba(255, 255, 255, 0.5); display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; padding: 12px 16px; font-family: 'PT Sans Narrow', sans-serif; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; } .footer-social { display: flex; align-items: center; gap: 14px; } footer a { display: inline-flex; align-items: center; justify-content: center; line-height: 0; opacity: 0.85; transition: opacity 0.2s, transform 0.2s; } footer a:hover { opacity: 1; transform: translateY(-1px); } footer img { width: 22px; height: 22px; display: block; } @media (max-width: 900px) { .jly-access__videos { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 560px) { .jly-access__main { width: calc(100% - 24px); } .jly-access__videos { grid-template-columns: 1fr; } .jly-access__nav a { flex: 1 1 calc(33.33% - 8px); text-align: center; } .jly-access__modal { padding: 12px; align-items: flex-start; } }
