.hero { display: grid; grid-template-columns: 1.13fr 1fr; gap: 58px; align-items: center; padding-block: 38px 64px; }
.hero-copy { padding: 25px 0; }
.hero-copy .eyebrow { display: flex; gap: 10px; align-items: center; margin-bottom: 30px; }
.accent-dot { display: inline-block; width: 7px; height: 7px; background: #889967; border-radius: 50%; }
.hero h1 { font-size: clamp(40px, 4.7vw, 68px); line-height: 1.09; letter-spacing: -.065em; }
.hero h1 > span { color: #637352; }
.hero-description { color: var(--muted); font-size: 17px; line-height: 1.75; max-width: 410px; margin: 25px 0 31px; }
.hero-subjects { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 11px; margin-top: 43px; }
.hero-subjects span + span::before { content: '+'; color: #65794c; margin-right: 18px; }
.hero-art { position: relative; min-width: 0; height: 455px; background: var(--dark); border-radius: 24px; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; border-radius: 24px; opacity: .9; }
.hero-note { position: absolute; inset: auto 23px 23px; color: #fff; background: #1d2518dc; border: 1px solid #f2f2d222; backdrop-filter: blur(8px); border-radius: 12px; padding: 19px 21px; display: flex; align-items: center; gap: 18px; }
.hero-note > span { color: var(--yellow); font-size: 34px; }
.hero-note p { font-size: 14px; line-height: 1.4; }
.hero-orbit { position: absolute; right: -18px; top: 39px; background: var(--yellow); color: var(--dark); font-family: Georgia, serif; font-size: 23px; font-style: italic; width: 100px; height: 100px; border-radius: 50%; display: grid; place-items: center; transform: rotate(9deg); }
.intro-strip { background: #f0f1e8; border-block: 1px solid #e5e8dc; padding-block: 44px; }
.intro-grid { display: grid; grid-template-columns: .75fr 1.4fr 1.3fr; align-items: start; gap: 40px; }
.intro-grid > .eyebrow { padding-top: 6px; }
.intro-grid h2 { font-size: 27px; }
.intro-grid > p:last-child { font-size: 13px; line-height: 1.85; color: var(--muted); }
.course-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px; }
.course-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; min-width: 0; transition: box-shadow .2s, border-color .2s; }
.course-card:hover { box-shadow: 0 15px 35px #2834140c; border-color: #c6cdb8; }
.course-cover { display: block; aspect-ratio: 1122 / 1402; background: #f0f0e9; margin: 10px 10px 0; border-radius: 10px; overflow: hidden; }
.course-cover img { width: 100%; height: 100%; object-fit: contain; display: block; }
.course-card-body { display: flex; flex-direction: column; flex: 1; padding: 22px; }
.course-card .eyebrow { font-size: 9px; margin-bottom: 12px; }
.course-card h3 { font-size: 21px; line-height: 1.25; margin-bottom: 21px; }
.course-card h3 a { text-decoration: none; }
.course-card h3 a:hover { text-decoration: underline; }
.course-teachers { margin-top: auto; }
.course-teachers p { margin-top: 5px; font-size: 14px; line-height: 1.55; font-weight: 600; }
.course-audience { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 0; margin-top: 13px; border-top: 1px solid var(--line); }
.course-audience strong { font-size: 12px; font-weight: 600; }
.application-states { display: grid; gap: 10px; margin: 0 0 14px; }
.application-state { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; font-size: 12px; }
.enrollment-closed { display: block; text-align: center; border: 1px solid var(--line); color: #59624d; border-radius: 8px; padding: 12px; font-weight: 600; font-size: 13px; }
.lecture-banner { background: #e8ecdc; border: 1px solid #dfe5d1; padding: 34px 36px; display: flex; align-items: center; gap: 30px; text-decoration: none; border-radius: 15px; margin-top: 32px; }
.lecture-banner > div { flex: 1; }
.lecture-banner .eyebrow { margin-bottom: 12px; }
.lecture-banner h3 { font-size: 29px; }
.lecture-banner p:last-child { color: #667057; font-size: 13px; margin-top: 15px; }
.lecture-banner img { width: 120px; height: 120px; object-fit: contain; }
.round-arrow { width: 50px; height: 50px; border-radius: 50%; border: 1px solid #a3ae8b; display: grid; place-items: center; font-size: 24px; flex-shrink: 0; }
.lecture-banner:hover .round-arrow { background: #d2dabf; }
.community-section { background: #f0f1e9; border-block: 1px solid var(--line); }
.social-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.social-card { display: flex; align-items: center; gap: 15px; background: #fcfcf8; border: 1px solid var(--line); border-radius: 11px; padding: 20px; text-decoration: none; font-size: 13px; font-weight: 600; overflow-wrap: anywhere; }
.social-card img { width: 40px; height: 40px; object-fit: contain; }
.social-card span:last-child { margin-left: auto; font-size: 20px; }
.social-card:hover { background: #fff; border-color: #b9c1aa; }
.join-panel { background: var(--yellow); border-radius: 18px; text-align: center; padding: 52px 25px; }
.join-panel .eyebrow { color: #5b5125; margin-bottom: 20px; }
.join-panel h2 { font-size: clamp(31px,4vw,48px); }
.join-panel > p:not(.eyebrow) { max-width: 420px; margin: 20px auto 25px; color: #62572b; font-size: 14px; }
.catalogue-heading { margin-bottom: 35px; }
.catalogue-heading img { object-fit: contain; margin-right: 10px; }
.anchor-tabs { display: flex; border-bottom: 1px solid var(--line); gap: 34px; margin-top: 40px; flex-wrap: wrap; }
.anchor-tabs a { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 14px; font-weight: 600; padding-bottom: 18px; border-bottom: 2px solid transparent; }
.anchor-tabs a:hover { border-bottom-color: #798864; }
.anchor-tabs a > span { background: #ecefe2; padding: 2px 7px; border-radius: 5px; font-size: 10px; }
.catalogue-section { margin-top: 48px; }
.catalogue-section + .catalogue-section { margin-top: 70px; }
.course-detail { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
.course-detail-cover { border: 1px solid var(--line); padding: 12px; border-radius: 17px; background: #fff; }
.course-detail-cover img { width: 100%; height: auto; aspect-ratio: 1122/1402; object-fit: contain; display: block; border-radius: 9px; }
.course-detail-info { padding-top: 20px; }
.course-detail-info h1 { font-size: clamp(31px,3.3vw,46px); margin: 20px 0 30px; }
.detail-teachers { margin-bottom: 24px; }
.detail-teachers p { margin-top: 6px; font-size: 18px; font-weight: 550; }
.course-detail-info .prose { margin-top: 24px; }
.course-enrollment { margin-top: 30px; }
.course-enrollment > p { font-size: 12px; margin-top: 14px; }
.auth-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-block: 65px 95px; max-width: 1020px; align-items: center; }
.auth-story .eyebrow { margin-bottom: 25px; }
.auth-story h1 { font-size: 43px; }
.auth-story p:not(.eyebrow) { margin-top: 24px; color: var(--muted); }
.auth-story img { width: 180px; height: 180px; object-fit: contain; margin-top: 35px; }
.auth-card { padding: 36px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.auth-card h2 { font-size: 27px; }
.auth-card > p.muted { font-size: 13px; margin-top: 12px; }
.auth-card form { margin-top: 28px; }
.auth-bottom { border-top: 1px solid var(--line); padding-top: 22px; margin-top: 26px; font-size: 12px; color: var(--muted); text-align: center; }
.auth-bottom a { font-weight: 650; color: var(--ink); }
.role-choice { display: flex; border: 0; padding: 0; margin: 0; gap: 12px; }
.role-choice label { flex: 1; cursor: pointer; }
.role-choice input { position: absolute; opacity: 0; }
.role-choice span { display: block; text-align: center; padding: 11px; border: 1px solid var(--line); border-radius: 8px; font-size: 13px; }
.role-choice input:checked + span { background: #fbf2ce; border-color: #c0a943; font-weight: 650; }
.role-choice input:focus-visible + span { outline: 3px solid #876309; outline-offset: 3px; }
.error-page { text-align: center; padding-block: 100px 130px; }
.error-code { display: block; font-size: 100px; font-weight: 700; line-height: 1; letter-spacing: -.08em; color: #a7b590; margin-bottom: 25px; }
.error-page h1 { font-size: 34px; }
.error-page > p { max-width: 470px; margin: 23px auto; color: var(--muted); }
.error-page .form-actions { justify-content: center; }
.teacher-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.teacher-grid .panel + .panel { margin-top: 0; }
.teacher-card h2 { font-size: 21px; }
.teacher-card > p { font-size: 13px; margin-top: 18px; }
.teacher-specialization { color: var(--green); font-weight: 600; }
.policy-content { max-width: 780px; margin-inline: auto; }
.policy-content > h1 { font-size: 42px; margin: 22px 0 30px; }
.policy-content > .button { margin-top: 32px; }
@media (max-width: 540px) { .teacher-grid { grid-template-columns: 1fr; } }
@media (max-width: 1100px) { .hero { gap: 35px; } .hero-art { height: 420px; } .hero h1 { font-size: 48px; } .intro-grid { gap: 25px; grid-template-columns: .8fr 1.4fr 1.2fr; } .course-grid { gap: 20px; } .course-card-body { padding: 18px; } .course-card h3 { font-size: 19px; } .social-card { padding: 15px; gap: 10px; } .auth-layout { gap: 45px; } .course-detail { gap: 38px; } }
@media (max-width: 800px) { .hero { grid-template-columns: 1.1fr 1fr; gap: 26px; padding-block: 25px 45px; } .hero h1 { font-size: 39px; } .hero .eyebrow { font-size: 9px; } .hero-art { height: 380px; } .hero-description { font-size: 14px; } .hero-note { inset: auto 14px 14px; padding: 13px; gap: 11px; } .hero-note p { font-size: 12px; } .hero-orbit { width: 75px; height: 75px; font-size: 19px; right: -10px; } .hero-subjects { gap: 10px; margin-top: 28px; } .hero-subjects span + span::before { margin-right: 10px; } .intro-grid { grid-template-columns: 1fr 1fr; } .intro-grid > .eyebrow { grid-column: 1 / -1; } .intro-grid h2 { font-size: 25px; } .course-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .social-grid { grid-template-columns: 1fr; } .social-card { padding: 18px 22px; } .section-description { font-size: 13px; } .auth-layout { gap: 30px; padding-block: 45px 65px; } .auth-story h1 { font-size: 35px; } .auth-card { padding: 26px; } .course-detail { grid-template-columns: .9fr 1.1fr; gap: 26px; } .course-detail-info { padding-top: 0; } .course-detail-info h1 { font-size: 28px; } }
@media (max-width: 540px) { .hero { grid-template-columns: 1fr; gap: 16px; } .hero h1 { font-size: 43px; } .hero-copy { padding-top: 18px; } .hero-description { font-size: 15px; } .hero-copy .eyebrow { font-size: 10px; margin-bottom: 22px; } .hero-art { height: 330px; margin-right: 8px; } .hero-photo { object-position: center 40%; } .hero-subjects { margin-top: 27px; } .intro-strip { padding-block: 33px; } .intro-grid { grid-template-columns: 1fr; gap: 20px; } .course-grid { grid-template-columns: 1fr; gap: 24px; } .course-card-body { padding: 22px; } .course-card h3 { font-size: 23px; } .lecture-banner { padding: 27px 22px; gap: 16px; flex-wrap: wrap; } .lecture-banner > div { flex-basis: 100%; } .lecture-banner img { width: 80px; height: 80px; } .lecture-banner .round-arrow { margin-left: auto; } .lecture-banner h3 { font-size: 26px; } .catalogue-heading img { display: none; } .anchor-tabs { gap: 22px; margin-top: 30px; } .anchor-tabs a { font-size: 12px; gap: 7px; } .course-detail { grid-template-columns: 1fr; } .course-detail-info h1 { font-size: 33px; } .auth-layout { grid-template-columns: 1fr; padding-top: 25px; gap: 28px; } .auth-story img { display: none; } .auth-story h1 { font-size: 35px; } .auth-story > p:not(.eyebrow) { display: none; } .auth-story .eyebrow { margin-bottom: 15px; } .auth-card { padding: 25px; } .error-page { padding-block: 65px 90px; } }
