:root {
    --background: #fff;
    --foreground: #191b1b;
    --card: #fff;
    --card-foreground: #191b1b;
    --popover: #fff;
    --popover-foreground: #191b1b;
    --primary: #191b1b;
    --primary-foreground: #fff;
    --secondary: #f2f3f1;
    --secondary-foreground: #191b1b;
    --muted: #f2f3f1;
    --muted-foreground: #656965;
    --accent: #ebc64c;
    --accent-foreground: #191b1b;
    --destructive: #b22222;
    --border: #dedfda;
    --input: #dedfda;
    --ring: #b48e20;
    --radius: .5rem;
    --gold: #edc84b;
    --ink: #191b1b
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px
}

body {
    margin: 0;
    background: #fff;
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6
}

button,
a,
input,
summary {
    -webkit-tap-highlight-color: transparent
}

button,
summary {
    cursor: pointer
}

button {
    font: inherit
}

a {
    text-decoration: none;
    color: inherit
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
    outline: 3px solid #bb9011;
    outline-offset: 5px
}

p {
    color: #666a67;
    margin: 0 0 20px
}

h1,
h2,
h3 {
    line-height: 1.1;
    letter-spacing: -.045em;
    margin: 0;
    font-weight: 700
}

h2 {
    font-size: clamp(32px, 3.2vw, 46px)
}

h3 {
    font-size: 25px
}

svg {
    flex-shrink: 0
}

.skip {
    position: fixed;
    left: 12px;
    top: -60px;
    background: var(--gold);
    padding: 10px;
    z-index: 100
}

.skip:focus {
    top: 10px
}

.draftbar {
    padding: 8px 5.5%;
    background: #f5eccb;
    font-size: 12px;
    letter-spacing: .08em;
    font-weight: 700;
    display: flex;
    justify-content: space-between
}

.draftbar span {
    font-weight: 400;
    letter-spacing: 0
}

header {
    height: 94px;
    padding: 0 5.5%;
    display: flex;
    align-items: center;
    gap: 30px;
    background: rgba(255, 255, 255, 0.97);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #eee;
    box-shadow: 0 4px 18px rgba(20, 25, 20, 0.05);
}

.brand {
    display: flex;
    gap: 11px;
    align-items: center;
    line-height: 1.1;
    font-weight: 800;
    font-size: 17px;
    letter-spacing: -.03em
}

.brand small {
    display: block;
    font-size: 11px;
    letter-spacing: .29em;
    margin-top: 6px
}

.brand-icon {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border: 1px solid #222;
    border-radius: 50%
}

.brand-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

nav {
    display: flex;
    gap: 25px;
    margin-left: auto;
    font-size: 14px;
    font-weight: 600
}

nav a:hover {
    color: #9c7510
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
    min-height: 49px;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: transform .2s, background .2s
}

.button:hover {
    transform: translateY(-2px)
}

.gold {
    background: var(--gold);
    color: #191b1b
}

.gold:hover {
    background: #f5d66c
}

.dark {
    background: #202322;
    color: #fff
}

.menu {
    display: none
}

.hero {
    display: grid;
    grid-template-columns: 1.08fr 1fr;
    background: #191d1b;
    color: #fff;
    min-height: 560px
}

.hero-copy {
    padding: 66px 7% 36px 10.2%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.eyebrow {
    font-size: 12px;
    letter-spacing: .15em;
    font-weight: 700;
    margin-bottom: 25px;
    color: #73786f
}

.hero .eyebrow {
    color: #cacaac;
    display: flex;
    align-items: center;
    gap: 10px
}

.eyebrow>span {
    width: 6px;
    height: 6px;
    background: var(--gold);
    border-radius: 50%
}

h1 {
    font-size: clamp(44px, 4.9vw, 72px);
    line-height: 1.04;
    letter-spacing: -.055em
}

h1 em {
    font-style: normal;
    color: var(--gold)
}

.intro {
    max-width: 475px;
    margin: 27px 0 29px;
    color: #b7bdb5;
    font-size: 17px;
    line-height: 1.8
}

.actions {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap
}

.text-link {
    font-size: 14px;
    display: flex;
    gap: 9px;
    align-items: center
}

.hero-bottom {
    display: flex;
    gap: 26px;
    border-top: 1px solid #3a4038;
    padding-top: 25px;
    margin-top: 47px;
    color: #c2c7be;
    font-size: 13px
}

.hero-bottom span {
    display: flex;
    gap: 9px;
    align-items: center
}

.hero-visual {
    position: relative;
    margin: 24px 24px 24px 0;
    min-height: 450px;
    overflow: hidden;
    border: 1px solid #545744
}

.photo {
    position: relative;
    background: #dadcd3;
    min-height: 300px;
    overflow: hidden
}

.photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2
}

.photo-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #70776a;
    background: linear-gradient(135deg, #e4e6dd, #ced2c4)
}

.photo-placeholder span {
    font-size: 16px
}

.photo-placeholder small {
    font-size: 10px;
    letter-spacing: .2em
}

.hero-visual .photo {
    height: 100%;
    min-height: 100%
}

.hero-visual .photo-placeholder {
    color: #b7bda6;
    background: linear-gradient(140deg, #4c5542, #2b3326)
}

.hero-visual .photo-placeholder:after {
    content: '';
    position: absolute;
    inset: 22px;
    border: 1px solid #ffffff12
}

.hero-visual .photo-placeholder>span {
    font-size: 18px
}

.hero-caption {
    position: absolute;
    bottom: 29px;
    left: 35px;
    right: 30px;
    z-index: 3
}

.hero-caption>span:first-child {
    font-size: 10px;
    letter-spacing: .18em;
    display: block;
    color: #d5d9c9
}

.hero-caption strong {
    font-size: 29px;
    line-height: 1.15;
    display: block;
    margin-top: 12px;
    letter-spacing: -.035em
}

.round-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #b6bdab;
    padding: 10px;
    border-radius: 50%
}

.vertical-label {
    position: absolute;
    top: 34px;
    right: 25px;
    writing-mode: vertical-rl;
    letter-spacing: .2em;
    font-size: 10px;
    z-index: 3;
    color: #d0d5c3
}

.info-strip {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1.15fr 1.3fr;
    padding: 29px 5.5%;
    border-bottom: 1px solid #e7e8e3;
    gap: 28px
}

.info-strip>div {
    border-right: 1px solid #e0e1da;
    padding-left: 24px
}

.info-strip>div:first-child {
    padding: 0
}

.info-strip>div:last-child {
    border: 0;
    display: flex;
    align-items: center;
    gap: 17px
}

.info-strip strong {
    font-size: 21px;
    letter-spacing: -.025em
}

.info-strip strong>span {
    font-size: 12px;
    margin-left: 7px;
    letter-spacing: .05em
}

.info-strip p {
    font-size: 13px;
    margin: 4px 0 0
}

.info-strip small {
    display: block;
    color: #858880;
    font-size: 11px
}

.section {
    padding: 75px 5.5%;
    scroll-margin-top: 15px
}

.about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px
}

.lead {
    font-size: 22px;
    line-height: 1.5;
    color: #252a24
}

.underlined {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    border: 0;
    border-bottom: 1px solid #8e927f;
    background: none;
    padding: 0 0 5px;
    font-size: 14px;
    font-weight: 700
}

.course {
    background: #f4f5f0
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 35px
}

.section-heading .eyebrow {
    margin-bottom: 16px
}

.section-heading>p {
    font-size: 15px;
    margin-bottom: 3px
}

.outlined-tag {
    font-size: 11px;
    letter-spacing: .08em;
    border: 1px solid #c8cbbf;
    padding: 9px 14px;
    display: inline-block
}

.course-tabs {
    background: none !important;
    padding: 0 !important;
    gap: 25px !important;
    margin-bottom: 28px;
    border-bottom: 1px solid #d7dacf;
    border-radius: 0 !important;
    width: 100% !important;
    justify-content: start !important;
    height: auto !important;
    flex-wrap: wrap
}

.course-tabs button {
    flex: none !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 15px 0 !important;
    font-size: 14px !important;
    border-bottom: 2px solid transparent !important
}

.course-tabs button[data-state=active] {
    border-bottom-color: #8f731e !important
}

.course-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px
}

.course-story {
    padding: 20px 0
}

.mini-label {
    font-size: 11px;
    letter-spacing: .12em;
    color: #797e71
}

.course-story h3 {
    font-size: 35px;
    margin: 20px 0
}

.course-story p {
    max-width: 440px
}

.checklist {
    padding: 0;
    margin: 20px 0 26px;
    list-style: none;
    display: grid;
    gap: 10px;
    font-size: 15px
}

.checklist li {
    display: flex;
    gap: 12px;
    align-items: center
}

.checklist svg {
    width: 17px;
    color: #8a7227
}

.practicum-photo {
    min-height: 360px;
    border-radius: 3px
}

.modules {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    padding: 20px 0 35px
}

.modules article>span {
    color: #887025;
    font-size: 24px
}

.modules h3 {
    margin: 14px 0
}

.completion {
    display: flex;
    gap: 30px;
    padding: 30px 0;
    max-width: 830px
}

.completion h3 {
    margin-bottom: 20px
}

.batch-card {
    border: 1px solid #dbddd4;
    display: grid;
    grid-template-columns: 125px 1fr 250px;
    padding: 32px;
    gap: 32px;
    border-top: 3px solid var(--gold)
}

.date-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f4f4ed;
    height: 144px
}

.date-block span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em
}

.date-block strong {
    font-size: 59px;
    line-height: 1.2;
    letter-spacing: -.06em
}

.status {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .09em;
    color: #666d48;
    display: flex;
    align-items: center;
    gap: 7px
}

.status i {
    width: 6px;
    height: 6px;
    background: #839044;
    border-radius: 50%
}

.batch-main h3 {
    margin: 13px 0 6px;
    font-size: 27px
}

.batch-main>p {
    margin-bottom: 20px;
    font-size: 14px
}

.batch-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    font-size: 12px;
    margin-bottom: 20px
}

.batch-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #62675d
}

.batch-meta svg {
    width: 15px;
    height: 15px
}

.batch-price {
    border-left: 1px solid #e1e3da;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.batch-price>span {
    font-size: 10px;
    letter-spacing: .05em
}

.batch-price strong {
    font-size: 36px;
    letter-spacing: -.06em;
    margin: 8px 0 20px;
    line-height: 1
}

.batch-price .button {
    padding: 12px 14px;
    gap: 8px
}

.batch-price small {
    text-align: center;
    font-size: 11px;
    color: #71766c;
    margin-top: 12px
}

.batch-note {
    font-size: 12px;
    margin-top: 17px;
    max-width: 970px;
    color: #7b8173
}

.announcements {
    background: #f8f9f5;
    border-top: 1px solid #e8eae3
}

.announcement-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.announcement-grid article {
    border-top: 1px solid #b6bcaa;
    padding-top: 22px;
    display: flex;
    flex-direction: column
}

.announcement-top {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    font-size: 11px
}

.announcement-top>span {
    background: #edeedf;
    padding: 4px 8px;
    color: #616849
}

.announcement-top small {
    color: #7c8173
}

.announcement-grid h3 {
    font-size: 24px;
    line-height: 1.25;
    margin: 24px 0 16px;
    max-width: 330px
}

.announcement-grid p {
    font-size: 14px;
    line-height: 1.8
}

.article-index {
    margin-top: auto;
    padding-top: 16px;
    font-size: 10px;
    letter-spacing: .12em;
    color: #8b907d
}

.announcement-note {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #dfe2d7;
    margin-top: 35px;
    padding-top: 22px;
    color: #777d6e
}

.announcement-note p {
    font-size: 13px;
    margin: 0
}

.faq {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 80px
}

.faq>div>p:not(.eyebrow) {
    margin-top: 23px;
    font-size: 14px
}

.questions details {
    border-bottom: 1px solid #dedfd6;
    padding: 21px 0
}

.questions details:first-child {
    border-top: 1px solid #dedfd6
}

.questions summary {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-weight: 600;
    font-size: 15px;
    list-style: none
}

.questions summary::-webkit-details-marker {
    display: none
}

.questions summary span {
    font-size: 20px;
    color: #777d6e
}

.questions details[open] summary span {
    transform: rotate(45deg)
}

.questions details p {
    font-size: 14px;
    margin: 16px 30px 0 0
}

.closing {
    background: #1d221e;
    color: #fff;
    margin: 0 5.5%;
    padding: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px
}

.closing .eyebrow {
    color: #bfc6ad;
    margin-bottom: 15px
}

.closing h2 {
    font-size: 32px
}

footer {
    padding: 50px 5.5% 22px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px
}

footer>p {
    font-size: 12px;
    max-width: 280px;
    margin: 0 auto 0 10px
}

footer>a:last-of-type {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px
}

.footer-bottom {
    border-top: 1px solid #e4e7dd;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 22px;
    font-size: 11px;
    color: #818678;
    margin-top: 12px
}

.site-dialog {
    max-height: 90dvh;
    overflow: auto;
    padding: 30px !important;
    border-radius: 5px !important
}

.site-dialog [data-slot=dialog-title] {
    font-size: 28px;
    letter-spacing: -.04em
}

.site-dialog [data-slot=dialog-description] {
    font-size: 14px
}

.site-dialog form {
    display: grid;
    gap: 17px
}

.form-batch {
    background: #f2f3ed;
    display: grid;
    padding: 15px;
    font-size: 14px
}

.form-batch span {
    color: #777
}

.site-dialog label {
    font-weight: 600;
    font-size: 14px;
    display: grid;
    gap: 7px
}

.site-dialog input {
    padding: 12px;
    border: 1px solid #cdd1c4;
    border-radius: 3px;
    font-size: 16px;
    width: 100%
}

.form-note {
    font-size: 12px;
    margin: 0
}

.session {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 15px;
    border-top: 1px solid #e3e5da;
    padding: 17px 0;
    font-size: 14px
}

.session p {
    margin: 5px 0
}

.session small {
    color: #858a7b
}

.schedule-intro {
    margin: 0 0 20px;
    font-size: 14px;
    color: #6f7666
}

.schedule-intro svg {
    display: inline;
    margin-right: 8px
}

.review {
    display: grid;
    gap: 18px
}

.review p {
    margin: 0;
    font-size: 14px
}

.review .underlined {
    justify-self: start
}

@media(min-width:1600px) {
    body {
        max-width: 1600px;
        margin: auto
    }
}

@media(max-width:1100px) {
    header {
        gap: 20px
    }

    nav {
        gap: 14px;
        font-size: 12px
    }

    .header-cta {
        display: none
    }

    .hero-copy {
        padding-top: 45px
    }

    .hero-bottom {
        gap: 15px;
        flex-wrap: wrap
    }

    .batch-card {
        grid-template-columns: 100px 1fr 210px;
        padding: 25px;
        gap: 23px
    }

    .batch-meta {
        grid-template-columns: 1fr
    }

    .batch-price {
        padding-left: 20px
    }

    .info-strip {
        gap: 14px
    }

    .info-strip strong {
        font-size: 18px
    }

    .info-strip>div {
        padding-left: 10px
    }
}

@media(max-width:760px) {
    .draftbar {
        font-size: 10px;
        padding: 8px 5%;
        gap: 15px
    }

    .draftbar span {
        font-size: 10px;
        max-width: 225px;
        text-align: right
    }

    header {
        height: 76px;
        padding: 0 5%;
        justify-content: space-between
    }

    .brand {
        font-size: 15px
    }

    .menu {
        display: block;
        background: none;
        border: 0
    }

    nav {
        display: none
    }

    nav.open {
        display: flex;
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        background: white;
        padding: 20px 5%;
        flex-direction: column;
        font-size: 16px;
        gap: 20px;
        border-bottom: 1px solid #ddd
    }

    .hero {
        grid-template-columns: 1fr
    }

    .hero-copy {
        padding: 45px 6% 25px
    }

    h1 {
        font-size: 49px
    }

    .intro {
        font-size: 16px
    }

    .hero-bottom {
        margin-top: 30px;
        padding-top: 20px
    }

    .hero-visual {
        margin: 0 6% 25px;
        min-height: 300px;
        height: 300px
    }

    .hero-caption strong {
        font-size: 25px
    }

    .hero-visual .photo-placeholder {
        justify-content: flex-start;
        padding-top: 45px
    }

    .hero-visual .photo-placeholder>span {
        font-size: 14px
    }

    .hero-visual .photo-placeholder>small {
        font-size: 9px
    }

    .info-strip {
        grid-template-columns: 1fr 1fr;
        padding: 23px 6%;
        gap: 22px
    }

    .info-strip>div {
        border: 0;
        padding: 0
    }

    .info-strip strong {
        font-size: 17px
    }

    .info-strip>div:last-child {
        gap: 10px
    }

    .info-strip>div:last-child svg {
        width: 22px
    }

    .info-strip p {
        font-size: 11px
    }

    .section {
        padding: 48px 6%
    }

    .about,
    .faq {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .eyebrow {
        margin-bottom: 15px;
        font-size: 10px
    }

    .lead {
        font-size: 21px
    }

    .section-heading {
        display: block
    }

    .section-heading .outlined-tag {
        margin-top: 20px
    }

    .section-heading>p {
        margin-top: 15px
    }

    .course-grid {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .practicum-photo {
        min-height: 260px
    }

    .course-tabs {
        gap: 18px !important
    }

    .course-tabs button {
        font-size: 12px !important
    }

    .modules {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .completion {
        gap: 15px
    }

    .completion>svg {
        width: 28px
    }

    .batch-card {
        grid-template-columns: 70px 1fr;
        padding: 20px;
        gap: 18px
    }

    .date-block {
        height: 100px
    }

    .date-block strong {
        font-size: 43px
    }

    .date-block span {
        font-size: 9px
    }

    .batch-main h3 {
        font-size: 23px
    }

    .status {
        font-size: 9px
    }

    .batch-price {
        grid-column: 1/-1;
        border-left: 0;
        border-top: 1px solid #ddd;
        padding: 20px 0 0
    }

    .batch-price .button {
        width: 100%
    }

    .batch-price strong {
        font-size: 34px
    }

    .announcement-grid {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .announcement-grid h3 {
        max-width: none;
        margin-top: 18px
    }

    .announcements .section-heading {
        display: flex
    }

    .article-index {
        padding-top: 0
    }

    .closing {
        margin: 0 6%;
        padding: 30px;
        display: block
    }

    .closing h2 {
        font-size: 28px
    }

    .closing .button {
        margin-top: 25px
    }

    footer {
        padding: 40px 6% 20px;
        gap: 22px
    }

    footer>p {
        margin: 0;
        max-width: 100%
    }

    .footer-bottom {
        gap: 15px;
        flex-direction: column
    }

    .actions {
        gap: 20px
    }

    .hero-caption {
        left: 24px
    }

    .site-dialog {
        padding: 25px !important
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    * {
        transition: none !important
    }
}

.video-gallery {
    background: #fff
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px
}

.video-thumbnail {
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
    background: #343c2e
}

.video-tone-1 {
    background: #434538
}

.video-tone-2 {
    background: #27362f
}

.video-thumbnail img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 17px;
    color: #d6dbc7;
    background: #00000015
}

.video-placeholder-icon {
    opacity: .8
}

.video-status {
    font-size: 11px;
    letter-spacing: .13em
}

.video-play {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    border: 1px solid #efd976;
    background: var(--gold);
    color: #20261c;
    display: grid;
    place-items: center
}

.video-play:hover {
    background: #ffe28a
}

.video-category {
    display: block;
    font-size: 11px;
    letter-spacing: .1em;
    color: #8b762d;
    margin: 23px 0 11px
}

.video-card h3 {
    font-size: 24px
}

.video-card p {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 13px
}

.online-soon {
    background: #f3f4ed;
    border: 1px solid #e1e4d8;
    margin-top: 32px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 24px
}

.online-icon {
    color: #7b845c
}

.online-soon h3 {
    margin: 15px 0 12px
}

.online-soon p {
    font-size: 14px;
    max-width: 680px;
    margin: 0
}

.online-soon .outlined-tag {
    font-size: 10px;
    padding: 5px 8px
}

.online-label {
    margin-left: auto;
    flex-shrink: 0;
    padding-left: 25px;
    border-left: 1px solid #d6dacc;
    font-size: 10px;
    color: #828977;
    letter-spacing: .08em
}

.online-label b {
    font-size: 15px;
    color: #505746;
    letter-spacing: 0
}

.video-dialog {
    max-width: 850px !important;
    max-height: 90dvh;
    overflow: auto
}

.video-frame {
    width: 100%;
    aspect-ratio: 16/9;
    border: 0
}

.video-dialog .underlined {
    justify-self: start
}

@media(max-width:1200px) {
    nav {
        gap: 16px
    }

    .header-cta {
        display: none
    }
}

@media(max-width:760px) {
    .video-grid {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .online-soon {
        padding: 23px;
        gap: 15px;
        align-items: flex-start
    }

    .online-icon {
        display: none
    }

    .online-label {
        display: none
    }

    .online-soon h3 {
        font-size: 24px
    }

    .video-dialog {
        max-width: calc(100% - 2rem) !important
    }
}

.online-formats {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 18px
}

.online-formats span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
    color: #626d4d
}

/* Native Blade/JavaScript components: no Vite or React required. */
[hidden] {
    display: none !important
}

button {
    color: inherit
}

.hero h1 {
    color: var(--gold)
}

.hero .button {
    color: #191b1b
}

dialog.site-dialog {
    position: fixed;
    inset: 0;
    margin: auto;
    width: min(540px, calc(100% - 32px));
    max-height: 90dvh;
    border: 1px solid #dedfda;
    background: #fff;
    color: #191b1b;
    box-shadow: 0 20px 90px #0005;
    overflow: auto
}

dialog::backdrop {
    background: #101510b8
}

dialog h2 {
    font-size: 28px;
    padding-right: 25px;
    margin-bottom: 15px
}

dialog>p {
    font-size: 14px
}

.dialog-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    border: 0;
    background: none;
    line-height: 1;
    padding: 7px
}

.completion-detail {
    border-top: 1px solid #d4d9c8;
    padding-top: 20px
}

.completion-detail summary {
    font-weight: 700
}

.completion-detail p {
    margin: 16px 0 0;
    font-size: 15px
}

.video-dialog .underlined {
    margin-top: 20px
}

.video-placeholder-icon {
    font-size: 32px
}

.review hr {
    width: 100%;
    border: 0;
    border-top: 1px solid #ddd
}

.site-dialog input:focus-visible {
    outline: 2px solid #b48e20;
    outline-offset: 2px
}

.photo img[hidden] {
    display: none
}

.menu {
    font-size: 24px
}

.video-play {
    font-size: 21px
}

.video-dialog #video-player {
    margin-bottom: 20px
}

button:disabled {
    opacity: .55;
    cursor: not-allowed
}

.video-category,
.video-status,
.outlined-tag,
.mini-label,
.status,
.article-index,
.batch-price>span,
.batch-price small,
.batch-note,
.info-strip p,
.info-strip small,
.announcement-top,
.video-overlay small {
    font-size: 12px
}

/* Full logo in the website header */
header .brand-full {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

header .brand-full img {
    display: block;
    width: 180px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

@media (max-width: 760px) {
    header .brand-full img {
        width: 140px;
    }
}

footer .brand-full {
    flex-shrink: 0;
}

footer .brand-full img {
    display: block;
    width: 200px;
    height: auto;
}

@media (max-width: 760px) {
    footer .brand-full img {
        width: 160px;
    }
}