.designer-icon,
.note-symbol {
    display: grid !important;
    place-items: center !important;
    line-height: 1 !important;
    padding: 0 !important;
    box-sizing: border-box
}

.designer-icon>i,
.note-symbol>i {
    display: grid !important;
    place-items: center !important;
    width: 1em;
    height: 1em;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    font-style: normal;
    transform: none
}

.designer-icon>i:before,
.note-symbol>i:before {
    display: block !important;
    line-height: 1 !important;
    width: 1em;
    height: 1em;
    text-align: center
}

.note-symbol>i {
    font-size: 19px
}

.note-card>div {
    align-items: center
}

.note-card .quote-mark {
    display: block;
    align-self: center;
    line-height: .8;
    margin-top: 12px
}

.premium-options article {
    height: 267px;
    padding: 26px 24px 19px;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.premium-options article h3 {
    margin: 7px 65px 15px 0
}

.premium-options article>p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 13px
}

.premium-options article>.option-detail {
    font-size: 13px;
    line-height: 1.65;
    color: #b5aa98;
    margin: 0
}

.premium-options article>.option-hint {
    position: static;
    display: block;
    max-height: none;
    opacity: 1;
    overflow: visible;
    margin: auto 0 0;
    padding-top: 12px;
    color: #cba56b;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: .025em;
    transform: none
}

.premium-options article:hover>.option-hint,
.premium-options article:focus>.option-hint {
    max-height: none;
    margin: auto 0 0;
    opacity: 1;
    transform: none
}

.premium-options .option-photo {
    z-index: 3;
    height: 150px;
    border-top: 2px solid #c89c56;
    box-shadow: 0 -9px 18px #0004;
    transform: translateY(103%);
    pointer-events: none
}

.premium-options article:hover .option-photo,
.premium-options article:focus .option-photo {
    transform: translateY(0)
}

.premium-options article>.designer-icon {
    padding: 0 !important;
    max-height: none;
    opacity: 1;
    overflow: visible;
    margin: 0 !important;
    z-index: 4
}

.premium-options article:hover>.designer-icon,
.premium-options article:focus>.designer-icon {
    margin: 0 !important
}

#field-notes .section-head,
#planning .section-head {
    flex-wrap: wrap;
    align-items: center;
    gap: 20px
}

#field-notes h2,
#planning h2,
#craft h2 {
    white-space: nowrap;
    font-size: clamp(31px, 3.5vw, 57px);
    letter-spacing: -1px
}

#materials h2 {
    white-space: nowrap;
    font-size: clamp(30px, 4.4vw, 74px)
}

.accordion {
    position: sticky;
    top: calc(var(--sticky-header-height, 88px) + 16px);
    align-self: start
}

.accordion.accordion-too-tall {
    position: static
}

.section:has(.accordion) {
    padding-bottom: 0
}

.section:has(.accordion)>.container {
    padding-bottom: 65px
}

.drawing-section {
    padding: 26px 0
}

.drawing-strip {
    display: flex;
    gap: 18px;
    height: 275px;
    min-width: 0
}

.drawing-panel {
    flex: 1 1 0;
    min-width: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #78603d;
    border-radius: 6px;
    padding: 0;
    background: #181510;
    text-align: left;
    cursor: zoom-in;
    transition: flex-grow .65s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease)
}

.drawing-panel>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .7s var(--ease);
    filter: none
}

.drawing-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 13px 20px;
    background: #11100fef;
    border-top: 1px solid #7d6037;
    color: #e2c191;
    font: 25px/1.15 Editorial, Georgia, serif
}

.drawing-caption>span {
    font: 11px/1.3 Inter, Arial, sans-serif;
    letter-spacing: .015em;
    color: #c8b79c
}

.drawing-open {
    position: absolute;
    right: 16px;
    top: 16px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid #c29b62;
    border-radius: 50%;
    background: #14110ded;
    color: #ddbd88;
    font-size: 15px;
    transition: transform .4s var(--ease)
}

.drawing-panel:focus-visible {
    outline: 2px solid #eccb91;
    outline-offset: 4px
}

.drawing-panel:focus-visible .drawing-open {
    transform: scale(1.08)
}

.drawing-dialog {
    padding: 12px 12px 0;
    background: #12110e;
    color: #d5c6ad;
    border: 1px solid #ad8750;
    border-radius: 8px;
    width: min(1140px, 94vw);
    max-height: 90dvh;
    overflow: auto;
    box-shadow: 0 25px 90px #0009;
    overscroll-behavior: contain
}

.drawing-dialog::backdrop {
    background: #000c;
    backdrop-filter: blur(4px)
}

.drawing-dialog>img {
    width: 100%;
    height: auto;
    max-height: 78dvh;
    object-fit: contain;
    border-radius: 3px;
    background: #17140e
}

.drawing-dialog>p {
    margin: 12px 10px 14px;
    text-align: center;
    color: #b8a68a;
    font-size: 11px
}

.drawing-close {
    position: absolute;
    right: 24px;
    top: 24px;
    background: #0b0b09f5;
    z-index: 2;
    color: #efcf97;
    border-color: #b18b50
}

.drawing-close:hover {
    background: #c89c56;
    color: #17120c
}

.heading-ready {
    will-change: transform, opacity
}

.hero-em.heading-ready {
    animation: none !important
}

.hero h1.heading-ready {
    animation: none !important
}

@media(hover:hover) and (min-width:761px) {
    .drawing-panel:hover {
        flex-grow: 1.55;
        border-color: #d2aa6c;
        box-shadow: 0 10px 20px #0004
    }

    .drawing-panel:hover>img {
        transform: scale(1.025)
    }

    .drawing-panel:hover .drawing-open {
        transform: scale(1.08)
    }
}

@media(max-width:1100px) {
    .premium-options article {
        height: 292px;
        padding: 24px 19px 18px
    }

    .premium-options article h3 {
        font-size: 23px;
        margin-right: 46px
    }

    .premium-options article>p {
        font-size: 13px
    }

    .premium-options article>.option-detail {
        font-size: 12px
    }

    .premium-options .option-photo {
        height: 158px
    }

    .drawing-strip {
        height: 240px
    }

    .drawing-caption {
        font-size: 23px;
        padding: 12px 15px
    }

    .drawing-caption>span {
        font-size: 10px
    }
}

@media(max-width:760px) {
    .accordion {
        position: static
    }

    .section:has(.accordion)>.container {
        padding-bottom: 43px
    }

    #field-notes h2,
    #planning h2,
    #craft h2 {
        font-size: clamp(23px, 5.85vw, 39px);
        letter-spacing: -.6px
    }

    .premium-options article {
        height: 267px;
        padding: 25px 23px 18px;
        text-align: left
    }

    .premium-options article h3 {
        font-size: 28px;
        margin: 5px 63px 15px 0
    }

    .premium-options article>p {
        font-size: 14px;
        max-width: 100%
    }

    .premium-options article>.option-detail {
        font-size: 13px
    }

    .premium-options article>.option-hint {
        font-size: 11px
    }

    .premium-options .option-photo {
        height: 155px;
        transform: translateY(103%)
    }

    .drawing-section {
        padding: 20px 0
    }

    .drawing-strip {
        gap: 12px;
        height: 205px
    }

    .drawing-caption {
        padding: 10px;
        font-size: 21px;
        display: block
    }

    .drawing-caption>span {
        display: block;
        margin-top: 5px;
        font-size: 9px
    }

    .drawing-open {
        right: 10px;
        top: 10px;
        width: 31px;
        height: 31px;
        font-size: 13px
    }

    .drawing-panel>img {
        object-position: 50% 42%
    }

    .drawing-dialog {
        width: 96vw;
        padding: 7px 7px 0
    }

    .drawing-close {
        right: 16px;
        top: 16px;
        width: 34px;
        height: 34px
    }

    .drawing-dialog>p {
        font-size: 10px;
        margin: 11px 4px
    }

    .note-symbol>i {
        font-size: 18px
    }
}

@media(prefers-reduced-motion:reduce) {
    .heading-ready {
        will-change: auto
    }

    .drawing-panel,
    .drawing-panel>img,
    .drawing-open,
    .premium-options .option-photo {
        transition: none !important
    }
}

.hero-em {
    animation: none !important
}

.section:has(.accordion)>.container {
    padding-bottom: 0
}

.accordion-scope,
.section:has(.accordion)>.container.accordion-scope {
    padding-bottom: 65px
}

@media(max-width:760px) {

    .accordion-scope,
    .section:has(.accordion)>.container.accordion-scope {
        padding-bottom: 43px
    }

    #field-notes h2 {
        font-size: clamp(20px, 5.15vw, 34px);
        letter-spacing: -.6px
    }
}
