:root {
    --a:#7e1f42;
    --b:#d49d31;
    --bg:#f7efe1;
    --line:#ddd
}
* {
    box-sizing:border-box
}
body {
    margin:0;
    font:15px/1.6 system-ui,sans-serif;
    color:#292929
}
.inti-wrap {
    width:min(1140px,calc(100% - 32px));
    margin:auto
}
.inti-head {
    border-bottom:7px solid var(--b);
    background:#fff
}
.inti-head>.inti-wrap {
    min-height:84px;
    display:flex;
    align-items:center;
    justify-content:space-between
}
.inti-brand {
    display:flex;
    gap:10px;
    align-items:center;
    color:var(--a);
    text-decoration:none;
    font-size:23px
}
.inti-brand i {
    background:var(--a);
    color:#fff;
    padding:5px 9px;
    font-style:normal;
    border-radius:14px
}
.inti-head nav {
    display:flex;
    gap:26px
}
.inti-head nav a {
    color:#333;
    text-decoration:none;
    font-weight:700
}
.inti-head button {
    display:none
}
.inti-hero {
    background:var(--bg)
}
.inti-hero>.inti-wrap {
    padding:72px 0;
    display:grid;
    grid-template-columns:.8fr 1.2fr;
    gap:45px;
    align-items:center
}
.inti-hero h1 {
    font-size:clamp(42px,6vw,77px);
    line-height:1;
    margin:10px 0;
    color:var(--a)
}
.inti-hero p {
    font-size:19px
}
.inti-hero a {
    display:inline-block;
    background:var(--a);
    color:#fff;
    padding:10px 16px;
    border-radius:14px;
    text-decoration:none
}
.inti-hero aside {
    padding:25px;
    background:#fff;
    border:3px solid var(--a);
    border-radius:14px
}
.inti-hero aside>* {
    display:block
}
.inti-hero aside b {
    font-size:34px;
    color:var(--a)
}
.inti-cal,.inti-content {
    padding:42px 0
}
.inti-year {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px
}
.inti-one {
    max-width:720px
}
.inti-month {
    border:1px solid var(--line);
    border-radius:14px;
    overflow:hidden
}
.inti-month header {
    display:flex;
    justify-content:space-between;
    padding:12px;
    background:var(--bg)
}
.inti-month h3 {
    margin:0;
    color:var(--a)
}
.inti-days,.inti-week {
    display:grid;
    grid-template-columns:36px repeat(7,1fr)
}
.inti-days>* ,.inti-week>* {
    padding:8px 2px;
    text-align:center;
    border-bottom:1px solid #eee
}
.inti-week button {
    border:0;
    background:#fff
}
.inti-week .holiday {
    background:var(--a);
    color:#fff;
    font-weight:bold
}
.inti-content>.inti-wrap {
    max-width:900px
}
.inti-content h2 {
    color:var(--a)
}
.inti-content details {
    border-top:1px solid var(--line);
    padding:11px
}
.inti-content table {
    width:100%;
    border-collapse:collapse
}
.inti-content td {
    padding:10px;
    border-bottom:1px solid var(--line)
}
.inti-title {
    background:var(--bg);
    padding:35px 0
}
.inti-title h1 {
    font-size:44px;
    color:var(--a)
}
.inti-foot {
    background:#222;
    color:#fff;
    padding:35px 0
}
.inti-foot nav {
    display:flex;
    gap:18px;
    margin-top:12px
}
.inti-foot a {
    color:#fff
}
@media(max-width:800px) {
    .inti-head nav {
        display:none
    }
    .inti-head button {
        display:block
    }
    .inti-hero>.inti-wrap {
        grid-template-columns:1fr
    }
    .inti-year {
        grid-template-columns:1fr 1fr
    }
}
@media(max-width:520px) {
    .inti-year {
        grid-template-columns:1fr
    }
}
.skip-link {
    position: fixed;
    left: 1rem;
    top: -5rem;
    z-index: 1000;
    padding: 0.75rem 1rem;
    background: #fff;
    color: #111;
}
.skip-link:focus {
    top: 1rem;
}
.form-hp {
    position: absolute;
    left: -10000px;
}
form {
    display: grid;
    gap: 1rem;
    max-width: 680px;
}
form label {
    display: grid;
    gap: 0.35rem;
    font-weight: 700;
}
form input, form textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #bbb;
    font: inherit;
}
form button {
    justify-self: start;
    padding: 0.7rem 1.2rem;
    cursor: pointer;
}
.today {
    outline: 2px solid var(--b);
    outline-offset: -2px;
}
@media (max-width: 800px) {
    .inti-head nav.is-open {
        display: flex;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 100;
        flex-direction: column;
        padding: 1rem;
        background: #fff;
    }
    .inti-head > .inti-wrap {
        position: relative;
    }
}

/* Semantic page and calendar foundation — v2.1.1 */
:root {
    --ink: var(--a);
    --paper: var(--bg);
    --accent: var(--b);
}
.inti-hero > .inti-wrap {
    display: block;
}
.inti-hero > .inti-wrap > p {
    margin: 0;
    color: var(--accent);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .15em;
}
.inti-hero .inti-lead {
    max-width: 720px;
    margin: 0 0 22px;
    font-size: 19px;
}
.inti-facts {
    border-bottom: 1px solid var(--line);
    background: #fff;
}
.inti-facts .inti-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.inti-facts article {
    min-width: 0;
    padding: 18px;
    border-right: 1px solid var(--line);
}
.inti-facts article:last-child {
    border-right: 0;
}
.inti-facts small {
    display: block;
    color: #727773;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
}
.inti-facts b {
    display: block;
    overflow-wrap: anywhere;
    color: var(--ink);
}
.inti-month h3 {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 13px 14px;
    color: var(--ink);
    background: var(--paper);
}
.inti-month h3 small {
    font: inherit;
}
.inti-wd,
.inti-week {
    display: grid;
    grid-template-columns: 36px repeat(7, minmax(0, 1fr));
}
.inti-wd b {
    padding: 8px 2px;
    color: #707570;
    font-size: 10px;
    text-align: center;
}
.inti-week > * {
    display: grid;
    min-height: 40px;
    padding: 0;
    place-items: center;
    border: 0;
    border-top: 1px solid #eceeec;
    background: #fff;
}
.inti-week em {
    color: #929792;
    font-size: 10px;
    font-style: normal;
}
.inti-week button {
    cursor: pointer;
}
.inti-year {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.inti-page {
    padding: 42px 0;
    background: var(--paper);
}
.inti-page h1 {
    margin: 8px 0;
    color: var(--ink);
    font-size: clamp(38px, 6vw, 54px);
    line-height: 1.08;
}
.inti-page-intro {
    max-width: 780px;
    font-size: 17px;
}
.inti-cal--page,
.inti-table {
    padding: 44px 0;
}
.inti-table table {
    width: 100%;
    border-collapse: collapse;
}
.inti-table th,
.inti-table td {
    padding: 12px;
    border-bottom: 1px solid var(--line);
    text-align: left;
}
.inti-table th {
    color: #fff;
    background: var(--ink);
}
.inti-copy,
.inti-faq {
    padding: 32px 0 56px;
}
.inti-copy .inti-wrap,
.inti-faq .inti-wrap {
    max-width: 900px;
}
.inti-copy h2,
.inti-faq h2 {
    color: var(--ink);
}
.inti-faq-list details {
    padding: 13px 0;
    border-top: 1px solid var(--line);
}
.inti-faq-list summary {
    cursor: pointer;
    color: var(--ink);
    font-weight: 800;
}
.inti-faq-list details > div {
    padding-top: 8px;
}
.inti-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    color: #fff;
    background: var(--ink);
    text-decoration: none;
    font-weight: 800;
}

@media (max-width: 900px) {
    .inti-year {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .inti-facts .inti-wrap {
        grid-template-columns: 1fr;
    }
    .inti-facts article {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }
    .inti-facts article:last-child {
        border-bottom: 0;
    }
    .inti-year {
        grid-template-columns: 1fr;
    }
}


/* Calendar interaction, breadcrumb and homepage presentation — v2.1.1 */
.inti-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    max-width: 100%;
    margin-bottom: 14px;
    color: #6a6e6b;
    font-size: 13px;
    line-height: 1.4;
}
.inti-breadcrumb a {
    color: var(--ink);
    font-weight: 800;
    text-decoration: none;
}
.inti-breadcrumb a:hover,
.inti-breadcrumb a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.inti-breadcrumb > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inti-cal--home {
    position: relative;
    padding: 64px 0 72px;
    background: linear-gradient(180deg, #fff 0%, var(--paper) 100%);
}
.inti-calendar-intro {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 26px;
}
.inti-calendar-intro span,
.inti-calendar-guide > span {
    display: block;
    color: var(--accent);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
}
.inti-calendar-intro h2 {
    margin: 5px 0 4px;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.1;
}
.inti-calendar-intro p {
    max-width: 650px;
    margin: 0;
    color: #5f625f;
    font-size: 16px;
}
.inti-calendar-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, .75fr);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 24px 65px rgba(22, 28, 25, .1);
}
.inti-calendar-showcase .inti-one {
    max-width: none;
    padding: clamp(18px, 4vw, 42px);
}
.inti-calendar-showcase .inti-month {
    width: 100%;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0 0 1px var(--line);
}
.inti-calendar-guide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 4vw, 48px);
    color: #fff9ee;
    background: #7e1f42;
}
.inti-calendar-guide > span {
    color: #f2c76e;
}
.inti-calendar-guide h3 {
    margin: 8px 0 12px;
    color: inherit;
    font-size: 29px;
    line-height: 1.12;
}
.inti-calendar-guide p {
    margin: 0 0 26px;
    opacity: .86;
}
.inti-legend {
    display: grid;
    gap: 12px;
}
.inti-legend span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 750;
}
.inti-legend i {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 2px currentColor;
}
.inti-legend i.is-today {
    background: #d49d31;
    box-shadow: 0 0 0 3px #956916;
}
.inti-legend i.is-holiday {
    background: var(--accent);
    box-shadow: none;
}
.inti-legend i.is-weekend {
    opacity: .48;
}
.inti-legend--page {
    grid-template-columns: repeat(3, max-content);
    justify-content: center;
    margin-top: 28px;
    color: #4d514e;
}
.inti-week button {
    position: relative;
    isolation: isolate;
    min-width: 0;
    font: inherit;
    transition: color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.inti-week button > span {
    position: relative;
    z-index: 2;
}
.inti-week button:hover,
.inti-week button:focus-visible {
    z-index: 3;
    color: var(--ink);
    background: color-mix(in srgb, var(--paper) 72%, #fff);
    box-shadow: inset 0 0 0 2px var(--ink);
    outline: 0;
}
.inti-week button:active {
    transform: scale(.93);
}
.inti-week button.weekend:not(.holiday):not(.today) {
    color: var(--ink);
    background: color-mix(in srgb, var(--paper) 54%, #fff);
}
.inti-week button.holiday {
    color: #fff;
    background: var(--accent);
    font-weight: 900;
}
.inti-week button.holiday i {
    position: absolute;
    right: 5px;
    bottom: 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
}
.inti-week button.today {
    z-index: 2;
    color: #35210b;
    background: #d49d31;
    font-weight: 950;
    box-shadow: inset 0 0 0 2px #956916, 0 0 0 2px #fff;
}
.inti-week button.selected {
    z-index: 3;
    box-shadow: inset 0 0 0 2px #fff, 0 0 0 3px var(--ink);
}
.inti-date-drawer {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1001;
    width: min(430px, calc(100% - 32px));
    padding: 28px;
    color: #232724;
    background: #fff;
    border: 1px solid var(--line);
    border-top: 6px solid var(--accent);
    border-radius: 15px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
}
.inti-date-drawer[hidden],
.inti-drawer-backdrop[hidden] {
    display: none;
}
.inti-date-drawer > button {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--ink);
    cursor: pointer;
    font-size: 24px;
}
.inti-date-drawer > span {
    display: block;
    margin-right: 45px;
    color: var(--accent);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .16em;
}
.inti-date-drawer > strong {
    display: block;
    margin: 8px 45px 4px 0;
    color: var(--ink);
    font-size: 22px;
    line-height: 1.25;
}
.inti-date-drawer > p {
    margin: 0 0 18px;
    color: #6a6e6b;
}
.inti-date-drawer #selectedEvent > div,
.inti-date-drawer #selectedEvent > p {
    margin: 8px 0 0;
    padding: 13px 15px;
    border-radius: 9px;
    background: var(--paper);
}
.inti-date-drawer #selectedEvent span,
.inti-date-drawer #selectedEvent b {
    display: block;
}
.inti-date-drawer #selectedEvent span {
    color: var(--accent);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
}
.inti-drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(13, 18, 15, .3);
    cursor: default;
}
.inti-drawer-open {
    overflow: hidden;
}

@media (max-width: 760px) {
    .inti-cal--home {
        padding: 42px 0 52px;
    }
    .inti-calendar-intro {
        display: grid;
        align-items: start;
    }
    .inti-calendar-intro .inti-more {
        justify-self: start;
        margin-top: 0;
    }
    .inti-calendar-showcase {
        grid-template-columns: 1fr;
    }
    .inti-calendar-showcase .inti-one {
        padding: 16px;
    }
    .inti-calendar-guide {
        padding: 24px;
    }
    .inti-calendar-guide h3 {
        font-size: 24px;
    }
    .inti-legend--page {
        grid-template-columns: 1fr;
        justify-content: start;
    }
    .inti-date-drawer {
        right: 16px;
        bottom: 16px;
        padding: 24px;
    }
}

@media (max-width: 430px) {
    .inti-calendar-intro h2 {
        font-size: 28px;
    }
    .inti-calendar-showcase .inti-one {
        padding: 10px;
    }
    .inti-calendar-showcase .inti-month {
        border-radius: 7px;
    }
    .inti-wd,
    .inti-week {
        grid-template-columns: 27px repeat(7, minmax(0, 1fr));
    }
    .inti-week > * {
        min-height: 38px;
        padding: 0;
        font-size: 12px;
    }
    .inti-wd b {
        overflow: hidden;
        font-size: 9px;
    }
}
