:root {
    --spacing-0: 0;
    --spacing-1: 0.25rem;
    --spacing-2: 0.5rem;
    --spacing-3: 1rem;
    --spacing-4: 1.5rem;
    --spacing-5: 3rem;
    --radius-base: 0.25rem;
    --border-subtle: rgba(0, 0, 0, 0.125);
    --shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.col-md-4,
.col-md-6,
.col-lg-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .mb-lg-1 {
        margin-bottom: var(--spacing-1) !important;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

.align-content-center {
    align-content: center !important;
    align-items: center !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-left {
    justify-content: flex-start !important;
}

.justify-content-right {
    justify-content: flex-end !important;
}

.me-auto {
    margin-right: auto !important;
}

.mt-2 {
    margin-top: var(--spacing-2) !important;
}

.mt-4 {
    margin-top: var(--spacing-4) !important;
}

.mb-1 {
    margin-bottom: var(--spacing-1) !important;
}

.mb-2 {
    margin-bottom: var(--spacing-2) !important;
}

.my-4 {
    margin-top: var(--spacing-4) !important;
    margin-bottom: var(--spacing-4) !important;
}

.p-1 {
    padding: var(--spacing-1) !important;
}

.pt-5 {
    padding-top: var(--spacing-5) !important;
}

.px-2 {
    padding-left: var(--spacing-2) !important;
    padding-right: var(--spacing-2) !important;
}

.border {
    border: 1px solid var(--black-emphasis, var(--border-subtle)) !important;
}

.border-secondary-subtle {
    border-color: var(--black-emphasis, var(--border-subtle)) !important;
}

.rounded {
    border-radius: var(--radius-base) !important;
}

.shadow {
    box-shadow: var(--shadow) !important;
}

.shadow-lg {
    box-shadow: var(--shadow-lg) !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: var(--radius-base);
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-md {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: var(--radius-base);
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.text-muted {
    color: var(--placeholder, #6c757d) !important;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.type-alaska-ash {
    color: inherit;
}

:root {
    --blue: #007bff;
    --indigo: #140231;
    --purple: #6f42c1;
    --pink: #d60b6a;
    --red: #dc3545;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --black-shadow: rgba(0, 0, 0, 0.03);
    --black-emphasis: rgba(0, 0, 0, 0.125);
    --modal-backdrop: #311d50;
    --background-deep: #947882;
    --background-medium: #c1aeb2;
    --background-light: #dfd5d7;
    --type-primary: #330c19;
    --type-secondary: #453136;
    --text-shadow-medium: rgba(148, 134, 120, 0.6);
    --text-shadow-contrast: rgba(208, 81, 32, 0.6);
    --text-shadow-primary: #330c19;
    --detail-contrast: #890c1d;
    --placeholder: #6c757d;
    --form-border-hover: #d28b6e;
    --lavender: #a795c8;
    --magenta: #ac0888;
    --success: #15772c;
    --info: #066f7f;
    --warning: #c7980b;
    --danger: #b02230;

    --font-family-sans-serif:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace:
        SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.off-base-hunter-green {
    background-color: var(--type-primary);
}

.off-base-sunset-orange {
    background-color: var(--detail-contrast);
}

.off-base-light {
    background-color: var(--background-light);
}

.off-base-medium {
    background-color: var(--background-medium);
}

.off-base-deep {
    background-color: var(--background-deep);
}

html {
    font-family: sans-serif;
    line-height: 1.15;
}

article,
footer,
header,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--type-primary);
    text-align: left;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

#nepal-leather {
    order: -2;
}

select {
    word-wrap: normal;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

button {
    border-radius: 0;
}

input,
button,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button:hover,
button:focus {
    outline: 1px dotted;
    outline: 5px auto var(--background-deep);
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid var(--black-emphasis);
}

a {
    color: var(--detail-contrast);
    text-decoration: underline;
    background-color: transparent;
    cursor: pointer;
}

a:hover {
    color: var(--type-primary);
    text-decoration: none;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.crimson-text-regular {
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal;
}

.crimson-text-semibold {
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-style: normal;
}

.crimson-text-bold {
    font-family: "Crimson Text", serif;
    font-weight: 700;
    font-style: normal;
}

.crimson-text-regular-italic {
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: italic;
}

.crimson-text-semibold-italic {
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-style: italic;
    color: var(--type-dark);
}

.crimson-text-bold-italic {
    font-family: "Crimson Text", serif;
    font-weight: 700;
    font-style: italic;
    color: var(--background-deep);
}

.type-hunter-green {
    color: #330c19;
}

.type-sunset-orange {
    color: #890c1d;
}

.type-concrete-gray {
    color: #e8e5e4;
}

.type-kotzebue-gray {
    color: #948678;
}

.type-kodiak-ash {
    color: #393530;
}

.text-shadow-sunset-orange {
    text-shadow: 1px 1px 1px var(--text-shadow-contrast);
}

.text-shadow-kotzebue-gray {
    text-shadow: 1px 1px 1px var(--text-shadow-medium);
}

.text-shadow-hunter-green {
    text-shadow: 1px 1px 1.5px #24331a;
}

.text-shadow-alaska-ash {
    text-shadow: 1px 1px 1.5px rgba(57, 53, 48, 0.6);
}

.text-center {
    align-content: center;
    justify-content: left;
    text-align: center;
}

.input-height {
    height: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.alternate {
    display: none;
    opacity: 0.5;
}

.edge-margin {
    margin: 0 0.5rem;
}

.margin-auto {
    margin: auto;
}

.text-padding {
    padding: 0.45rem;
}

.align-right {
    text-align: right;
    align-items: flex-end;
}

.home-jumbotron {
    background-image: url("../assets/images/hero/main_page_jumbotron02.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: var(--background-light);
    width: 100%;
    height: 50vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-jumbotron .flex-row-reverse {
    width: 100%;
    justify-content: flex-end;
}

.home-jumbotron .d-flex {
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.home-jumbotron .flex-row-reverse h3 {
    text-align: right;
}

.navbar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: nowrap;
}

.navbar-collapse {
    display: none;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
}

.navbar-nav.me-auto {
    margin-left: auto;
    margin-right: 0;
}

.navbar-nav .nav-link {
    white-space: nowrap;
}

.navbar-nav .dropdown {
    position: relative;
}

.navbar-nav .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    text-decoration: underline;
}

.navbar-nav .dropdown-toggle::after {
    display: none;
}

.navbar-nav .dropdown.open > .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-menu {
    margin-top: 0.35rem;
}

.navbar-nav .dropdown-toggle:focus,
.navbar-nav .dropdown-toggle:focus-visible,
.navbar-nav .dropdown-toggle:active,
.navbar-nav .dropdown-toggle:hover {
    outline: none;
    box-shadow: none;
    border: none;
    text-decoration: none;
}

.navbar-toggler {
    margin-left: auto;
    border: 1px solid var(--background-deep);
    background-color: transparent;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.05rem;
    color: var(--type-primary);
    background: linear-gradient(
        to bottom,
        currentColor 0 2px,
        transparent 2px 6px,
        currentColor 6px 8px,
        transparent 8px 12px,
        currentColor 12px 14px
    );
}

@media (max-width: 991px) {
    .navbar-collapse {
        display: none;
    }

    .navbar-nav {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-nav .nav-link {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

@media (min-width: 992px) {
    .navbar-nav .dropdown:hover > .dropdown-menu,
    .navbar-nav .dropdown:focus-within > .dropdown-menu {
        display: block;
    }
}

@media (max-width: 575px) {
    .modal {
        width: 90vw;
        max-height: 80vh;
        height: auto;
        margin-left: 5vw;
        overflow-y: auto;
    }
}

.jumbotron {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 1rem 1rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.jumbotron-h1 {
    background-color: var(--background-medium);
}

.jumbotron h3 {
    background-color:;
}

@media (min-width: 200px) {
    .display-1 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1;
    }

    .display-2 {
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-3 {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-4 {
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-5 {
        font-size: 0.75rem;
        font-weight: 300;
        line-height: 1.2;
    }
}

@media (min-width: 564px) {
    .container {
        max-width: 500px;
    }

    .display-1 {
        font-size: 3rem;
        font-weight: 300;
        line-height: 1;
    }

    .display-2 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-3 {
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-4 {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1;
    }

    .display-5 {
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.2;
    }
}

@media (min-width: 768px) {
    #nepal-leather {
        order: 0;
    }

    .container {
        max-width: 720px;
    }

    .display-1 {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1;
    }

    .display-2 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-3 {
        font-size: 2.25rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-4 {
        font-size: 1.75rem;
        font-weight: 300;
        line-height: 1;
    }

    .display-5 {
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 1.2;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .display-1 {
        font-size: 4rem;
        font-weight: 300;
        line-height: 1;
    }

    .display-2 {
        font-size: 3rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-3 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-4 {
        font-size: 2rem;
        font-weight: 300;
        line-height: 1;
    }

    .display-5 {
        font-size: 1.75rem;
        font-weight: 300;
        line-height: 1.2;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1160px;
    }

    .display-1 {
        font-size: 4.5rem;
        font-weight: 300;
        line-height: 1;
    }

    .display-2 {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-3 {
        font-size: 2.75rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-4 {
        font-size: 2.25rem;
        font-weight: 300;
        line-height: 1;
    }

    .display-5 {
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.2;
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: var(--placeholder);
    pointer-events: none;
    cursor: default;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    background-color: var(--background-medium);
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
    border: 0.2rem solid var(--background-medium);
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-color: var(--background-medium);
    background-size: 100% 100%;
}

.meet-kali {
    color: white;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--background-deep);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: var(--black-shadow);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: var(--black-shadow);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: var(--breakpoint-sm)) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: var(--breakpoint-sm)) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 564px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion > .card {
    overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1550;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: var(type-secondary);
    text-align: left;
    list-style: none;
    background-color: var(--background-light);
    background-clip: padding-box;
    outline: 0.3rem ridge rgba(43, 30, 49, 0.253);
    border-radius: 0.25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: var(--type-secondary);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: var(--background-light);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--gunmetal);
    pointer-events: none;
    background-color: transparent;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: var(--detail-contrast);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--detail-contrast);
    text-decoration: none;
    background-color: var(--background-light);
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--detail-contrast);
    text-decoration: none;
    background-color: var(--hunter-green);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--gunmetal);
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.modal {
    position: fixed;
    top: 10vh;
    right: 0;
    z-index: 1550;
    display: none;
    width: 45vw;
    height: 42vh;
    overflow: hidden;
    outline: 0.3rem ridge rgba(43, 30, 49, 0.453);
    border-radius: 1rem;
    background-color: var(--background-light);
    margin-left: 50vw;
}

.modal-curtain {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1500;
    width: 100%;
    height: 100vh;
    background: rgba(43, 30, 49, 0.253);
}

#search-form {
    display: flex;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    margin-left: 0.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--type-primary);
    background-color: var(--background-light);
    background-clip: padding-box;
    border: 1px solid var(--background-medium);
    border-radius: 0.25rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--placeholder);
}

.form-control:hover,
.form-control:focus {
    color: var(--placeholder);
    background-color: var(--background-medium);
    border-color: var(--form-border-hover);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(249, 92, 1, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: var(--placeholder);
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: var(--placeholder);
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: var(--placeholder);
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: var(--placeholder);
    opacity: 1;
}

.form-control::placeholder {
    color: var(--placeholder);
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: var(--background-light);
    opacity: 1;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--black-shadow);
}

.d-flex {
    display: flex;
}

.open {
    display: block;
}

html,
body {
    overflow-x: hidden;
}

.navbar-nav.me-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.navbar .navbar-collapse {
    justify-content: flex-end;
}

.navbar .navbar-toggler-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.05rem;
    color: var(--type-primary);
    background: linear-gradient(
        to bottom,
        currentColor 0 2px,
        transparent 2px 6px,
        currentColor 6px 8px,
        transparent 8px 12px,
        currentColor 12px 14px
    ) !important;
}

.navbar .navbar-toggler .icon,
.navbar .modal .icon {
    display: block;
    width: 24px;
    height: 24px;
}

.navbar .icon {
    fill: none;
}

.navbar .icon line {
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

@media (max-width: 991px) {
    .navbar .container-fluid {
        flex-wrap: wrap;
    }

    .navbar .modal {
        display: none;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        margin-left: 0;
        border-radius: 0;
        outline: none;
        overflow-y: auto;
        padding: 1.5rem;
    }

    .navbar .modal.open {
        display: block;
    }

    .navbar .modal .navbar-nav {
        padding: 0;
        gap: 0.75rem;
    }

    .navbar .modal .mobile-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1.5rem;
    }

    .navbar .modal .mobile-menu-title {
        font-size: 1.25rem;
        font-weight: 600;
        color: var(--type-primary);
    }

    .navbar .modal .mobile-menu-close-btn {
        padding: 0.25rem 0.5rem;
        border-radius: 999px;
    }

    .navbar .modal .dropdown-toggle {
        width: 100%;
        justify-content: space-between;
        padding-left: 0;
    }

    .navbar .modal .dropdown-menu {
        position: static;
        float: none;
        min-width: 0;
        margin-top: 0.25rem;
        padding: 0.25rem 0 0.5rem;
        outline: none;
        border-radius: 0.5rem;
        box-shadow: none;
    }

    .navbar .modal .dropdown-menu .dropdown-item {
        padding-left: 1.5rem;
        white-space: normal;
    }
}

.home-jumbotron .flex-row-reverse {
    flex-direction: row !important;
    justify-content: flex-end;
}

.home-jumbotron .flex-row-reverse h3 {
    margin-left: auto;
    text-align: right;
}

.video-curtain {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1600;
    width: 100%;
    height: 100vh;
    background: rgba(20, 9, 16, 0.6);
    backdrop-filter: blur(2px);
}

.video-curtain.open {
    display: block;
}

.intro-video-modal {
    position: fixed;
    z-index: 1650;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(880px, 92vw);
    outline: none;
}

.intro-video-shell {
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-2);
}

.intro-video-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-2);
}

.intro-video-close {
    background-color: rgba(255, 255, 255, 0.85);
    border-color: transparent;
    padding: 0.35rem 0.45rem;
    border-radius: 999px;
}

.intro-video-close-icon {
    width: 20px;
    height: 20px;
    display: block;
    stroke: #330c19;
    stroke-width: 2.2;
    stroke-linecap: round;
}

.intro-video-copy {
    margin-bottom: 0;
}

.intro-video {
    width: 100%;
    border-radius: 0.75rem;
    box-shadow: var(--shadow-lg);
    background-color: #1b0b10;
}

.gallery-page {
    min-height: 100vh;
    background-color: #f6f2f1;
}

.gallery-nav {
    background-color: var(--background-medium);
    border-bottom: 1px solid var(--black-emphasis);
}

.gallery-nav .dropdown-menu {
    margin-top: 0;
    padding-top: 0.35rem;
}

.gallery-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-3);
    padding: var(--spacing-2) var(--spacing-3);
    flex-wrap: wrap;
}

.gallery-links {
    display: flex;
    gap: var(--spacing-2);
    flex-wrap: wrap;
    align-items: center;
}

.gallery-links .nav-link {
    padding: 0.35rem 0.5rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 999px;
    border: 1px solid transparent;
}

.gallery-links .nav-link:hover,
.gallery-links .nav-link:focus {
    border-color: var(--detail-contrast);
    text-decoration: none;
}

.gallery-back {
    text-decoration: none;
}

.gallery-main {
    padding: var(--spacing-4) var(--spacing-4) var(--spacing-5);
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-hero {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-1);
    padding: 0 0 var(--spacing-3);
    border-bottom: 1px solid rgba(51, 12, 25, 0.12);
    margin-bottom: var(--spacing-4);
}

.gallery-hero h1 {
    margin-bottom: 0;
    letter-spacing: 0.01em;
}

.gallery-hero p {
    margin-bottom: 0;
    max-width: 42rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--spacing-3);
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    border: 1px solid rgba(51, 12, 25, 0.08);
    background-color: #fff;
    box-shadow: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
    animation: gallery-rise 0.6s ease both;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 5;
}

.gallery-card figcaption {
    position: static;
    padding: 0.6rem 0.75rem 0.75rem;
    color: var(--type-secondary);
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.gallery-card:hover,
.gallery-card:focus-within {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(51, 12, 25, 0.12);
}

.gallery-card:nth-child(3n + 1) {
    animation-delay: 0.05s;
}

.gallery-card:nth-child(3n + 2) {
    animation-delay: 0.12s;
}

.gallery-card:nth-child(3n + 3) {
    animation-delay: 0.18s;
}

@keyframes gallery-rise {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .gallery-main {
        padding: var(--spacing-4) var(--spacing-3) var(--spacing-5);
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .gallery-hero {
        padding: 0 0 var(--spacing-3);
    }

    .gallery-links {
        width: 100%;
        justify-content: flex-start;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-3);
    }
}
