:root {
    --bg-main: #1c231c;
    --bg-footer: #000;
    --bg-alt: #171c17;
    --gold: #978f6b;
    --gold-deep: #7a7356;
    --gold-hi: #c0b377;
    --white: #fff;
    --muted: #bababa;
    --dim: #686e68;
    --divider: #1f1f1f;
}

html, body, #main {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: inherit;
}

h1, h2, h3, h4, h5, h6, p, figure {
    margin: 0;
}

body {
    background: var(--bg-main);
    color: var(--white);
    font-family: "D-DIN Condensed Regular", "D-DIN Condensed", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

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

.bgAlt {
    background: var(--bg-alt);
}

.pgTop {
    padding-top: 140px;
}

.jsHide {
    display: none;
}

.ftr-muted {
    color: var(--muted);
    margin-top: 4px;
}

.goldLink {
    color: var(--gold);
}

.siteHdr {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 32px;
    background: var(--bg-main);
}

.hdr_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.hdr-logo {
    width: 48px;
    height: 48px;
    flex: none;
}

.hdr-logo img {
    object-fit: fill;
    width: 100%;
    height: 100%;
}

.mainNav {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 2rem;
    align-items: center;
}

.mainNav a {
    color: var(--gold);
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 20px;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.mainNav a:hover {
    color: var(--white);
}

.mainNav a.current {
    color: var(--white);
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: 1px solid var(--gold);
    color: var(--white);
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 20px;
    background: transparent;
    cursor: pointer;
    transition: background 0.2s ease;
    font-family: inherit;
}

.btn-cta:hover {
    background: rgba(151, 143, 107, 0.12);
}

.hdr-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.cartToggle {
    position: relative;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--gold);
    cursor: pointer;
    color: var(--white);
    font-size: 1.2rem;
}

.cartBadge {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    background: var(--gold);
    color: var(--bg-main);
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    display: none;
}

.cartBadge.show {
    display: block;
}

.heroBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 112px 32px 0;
    width: 100%;
}

.hero_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 100%;
    max-width: 1440px;
}

.heroImg {
    width: 100%;
    aspect-ratio: 1.73171 / 1;
    overflow: hidden;
    position: relative;
}

.heroImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--white);
    padding: 28px 44px;
    text-align: center;
    background: rgba(28, 35, 28, 0.45);
}

.hero-overlay h1 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.2em;
    color: var(--white);
    text-transform: uppercase;
}

.hero-overlay p {
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    color: var(--muted);
    margin-top: 8px;
}

.ftBlock {
    display: flex;
    align-items: center;
    gap: 64px;
    width: 100%;
    padding: 80px 120px;
}

.ft_inner {
    display: flex;
    flex: 1;
    gap: 64px;
    max-width: 1440px;
    margin: 0 auto;
    align-items: center;
}

.ft-photo {
    flex: 1;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.ft-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ftBody {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-self: stretch;
    justify-content: flex-start;
}

.ft-txt {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
}

.ft-num {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.ft-num h2 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.2em;
    color: var(--gold);
}

.ft-num .rule {
    flex: none;
    width: 80px;
    height: 1px;
    background: var(--gold);
}

.ft-title h1 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.2em;
    color: var(--white);
}

.ft-title p {
    font-size: 14px;
    line-height: 24px;
    color: var(--muted);
    letter-spacing: 0.04em;
    margin-top: 12px;
}

.ft-title a {
    color: var(--gold);
}

.arrowBox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    width: 56px;
    height: 56px;
    border: 1px solid var(--gold);
    background: transparent;
    cursor: pointer;
}

.arrowBox i {
    font-size: 1.4rem;
    color: var(--white);
    transform: rotate(-45deg);
    display: inline-block;
}

.ftBlock.rvrs .ft_inner {
    flex-direction: row-reverse;
}

.pageSection {
    width: 100%;
    padding: 80px 120px;
}

.pageSection > .sec_inner {
    max-width: 1440px;
    margin: 0 auto;
}

.sec-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 48px;
}

.sec-head h2 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.2em;
    color: var(--gold);
    white-space: nowrap;
}

.sec-head .rule {
    width: 80px;
    height: 1px;
    background: var(--gold);
    flex: none;
}

.sec-head h1 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.2em;
    color: var(--white);
    margin-left: 32px;
}

.blogRow {
    display: flex;
    gap: 32px;
}

.blogCard {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blogCard .bc_img {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.blogCard .bc_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogCard .bc_date {
    font-size: 12px;
    color: var(--dim);
    letter-spacing: 0.1em;
}

.blogCard h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.2em;
    color: var(--white);
}

.blogCard .bc_excerpt {
    font-size: 14px;
    line-height: 22px;
    color: var(--muted);
    letter-spacing: 0.05em;
}

.blogCard .bc_link {
    color: var(--gold);
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.prodGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.prodCard {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px solid transparent;
    transition: border-color 0.2s;
}

.prodCard:hover {
    border-color: var(--gold-deep);
}

.prodCard .pc_img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--bg-alt);
}

.prodCard .pc_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prodCard .pc_info {
    padding: 0 8px 0;
}

.prodCard .pc_name {
    font-size: 14px;
    letter-spacing: 0.15em;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 4px;
}

.prodCard .pc_price {
    font-size: 20px;
    line-height: 28px;
    color: var(--gold);
    letter-spacing: 0.1em;
}

.prodCard .addBtn {
    margin: 4px 8px 12px;
    padding: 10px 0;
    border: 1px solid var(--gold);
    background: transparent;
    color: var(--white);
    font-family: inherit;
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.prodCard .addBtn:hover {
    background: rgba(151, 143, 107, 0.15);
}

.prodCard .addBtn i {
    font-size: 15px;
}

.svcSection {
    width: 100%;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.svc_bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.svc_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.svc_bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(28, 35, 28, 0.88);
}

.svc_inner {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 120px;
}

.svcGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 64px;
    margin-top: 48px;
}

.svcItem {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.svcItem i {
    font-size: 28px;
    color: var(--gold);
    flex: none;
    margin-top: 2px;
}

.svcItem h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15em;
    color: var(--white);
    margin-bottom: 6px;
}

.svcItem p {
    font-size: 14px;
    line-height: 22px;
    color: var(--muted);
    letter-spacing: 0.04em;
}

.reviewRow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.revCard {
    padding: 20px;
    border: 1px solid var(--gold-deep);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.revCard .rv_img {
    width: 100%;
    height: 160px;
    overflow: hidden;
    background: var(--bg-alt);
}

.revCard .rv_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.revCard .rv_stars {
    color: var(--gold);
    font-size: 14px;
    display: flex;
    gap: 3px;
}

.revCard .rv_text {
    font-size: 14px;
    line-height: 22px;
    color: var(--muted);
    letter-spacing: 0.04em;
    font-style: italic;
}

.revCard .rv_author {
    font-size: 13px;
    color: var(--gold);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.faqList {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 880px;
}

.faqItem {
    border-bottom: 1px solid var(--gold-deep);
}

.faqItem:first-child {
    border-top: 1px solid var(--gold-deep);
}

.faqQ {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    cursor: pointer;
    user-select: none;
}

.faqQ h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15em;
    color: var(--white);
}

.faqQ i {
    color: var(--gold);
    font-size: 20px;
    transition: transform 0.25s;
}

.faqItem.open .faqQ i {
    transform: rotate(180deg);
}

.faqA {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faqA_inner {
    padding: 0 0 24px;
    font-size: 14px;
    line-height: 24px;
    color: var(--muted);
    letter-spacing: 0.04em;
}

.contactWrap {
    display: flex;
    gap: 64px;
    align-items: flex-start;
}

.contactInfo {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contactInfo h1 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.2em;
    color: var(--white);
}

.contactInfo p {
    font-size: 14px;
    line-height: 22px;
    color: var(--muted);
    letter-spacing: 0.04em;
}

.ci_row {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--gold);
    font-size: 14px;
    letter-spacing: 0.1em;
}

.ci_row i {
    font-size: 18px;
}

.contactForm {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contactForm input,
.contactForm textarea {
    width: 100%;
    padding: 14px 16px;
    background: var(--bg-alt);
    border: 1px solid var(--gold-deep);
    color: var(--white);
    font-family: inherit;
    font-size: 14px;
    letter-spacing: 0.1em;
    outline: none;
    transition: border-color 0.2s;
}

.contactForm input:focus,
.contactForm textarea:focus {
    border-color: var(--gold);
}

.contactForm input::placeholder,
.contactForm textarea::placeholder {
    color: var(--dim);
}

.contactForm textarea {
    resize: vertical;
    min-height: 120px;
}

.contactForm .btn-cta {
    width: 100%;
    justify-content: center;
}

.formErr {
    color: #c75050;
    font-size: 12px;
    letter-spacing: 0.05em;
    display: none;
}

.teamGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.teamCard {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.teamCard .tc_img {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--bg-alt);
}

.teamCard .tc_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teamCard h3 {
    font-size: 18px;
    letter-spacing: 0.15em;
    color: var(--white);
    text-transform: uppercase;
}

.teamCard .tc_role {
    font-size: 13px;
    color: var(--gold);
    letter-spacing: 0.1em;
}

.cartPanel {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 420px;
    background: var(--bg-alt);
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--gold-deep);
}

.cartPanel.open {
    transform: translateX(0);
}

.cartOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    display: none;
}

.cartOverlay.show {
    display: block;
}

.cart_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid var(--gold-deep);
}

.cart_head h2 {
    font-size: 24px;
    letter-spacing: 0.2em;
    color: var(--white);
}

.cart_close {
    background: none;
    border: none;
    color: var(--gold);
    font-size: 22px;
    cursor: pointer;
}

.cart_items {
    flex: 1;
    overflow-y: auto;
    padding: 16px 24px;
}

.cartItem {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid var(--divider);
    align-items: center;
}

.cartItem .ci_photo {
    width: 64px;
    height: 64px;
    flex: none;
    overflow: hidden;
    background: var(--bg-main);
}

.cartItem .ci_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cartItem .ci_detail {
    flex: 1;
}

.cartItem .ci_name {
    font-size: 13px;
    letter-spacing: 0.12em;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 4px;
}

.cartItem .ci_pr {
    font-size: 14px;
    color: var(--gold);
    letter-spacing: 0.08em;
}

.qtyCtrl {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 8px;
}

.qtyCtrl button {
    width: 28px;
    height: 28px;
    border: 1px solid var(--gold-deep);
    background: transparent;
    color: var(--white);
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
}

.qtyCtrl span {
    width: 32px;
    text-align: center;
    font-size: 14px;
    color: var(--white);
    border-top: 1px solid var(--gold-deep);
    border-bottom: 1px solid var(--gold-deep);
    line-height: 26px;
}

.cartItem .ci_remove {
    background: none;
    border: none;
    color: var(--dim);
    font-size: 18px;
    cursor: pointer;
    padding: 4px;
}

.cartItem .ci_remove:hover {
    color: #c75050;
}

.cart_foot {
    padding: 20px 24px;
    border-top: 1px solid var(--gold-deep);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cart_total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart_total span {
    font-size: 14px;
    letter-spacing: 0.15em;
    color: var(--white);
    text-transform: uppercase;
}

.cart_total strong {
    font-size: 22px;
    color: var(--gold);
    letter-spacing: 0.1em;
}

.cart_actions {
    display: flex;
    gap: 8px;
}

.cart_actions .btn-cta {
    flex: 1;
    justify-content: center;
    font-size: 13px;
    padding: 12px 16px;
}

.clearBtn {
    border-color: var(--dim);
    color: var(--dim);
}

.clearBtn:hover {
    border-color: #c75050;
    color: #c75050;
    background: transparent;
}

.cartEmpty {
    padding: 48px 24px;
    text-align: center;
    color: var(--dim);
    font-size: 14px;
    letter-spacing: 0.1em;
}

.modalOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 200;
    display: none;
    align-items: center;
    justify-content: center;
}

.modalOverlay.show {
    display: flex;
}

.modalBox {
    background: var(--bg-alt);
    border: 1px solid var(--gold-deep);
    padding: 40px;
    max-width: 480px;
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modalBox h2 {
    font-size: 28px;
    letter-spacing: 0.2em;
    color: var(--white);
}

.modalBox p {
    font-size: 14px;
    line-height: 22px;
    color: var(--muted);
    letter-spacing: 0.05em;
}

.modalBox input {
    width: 100%;
    padding: 12px 14px;
    background: var(--bg-main);
    border: 1px solid var(--gold-deep);
    color: var(--white);
    font-family: inherit;
    font-size: 14px;
    letter-spacing: 0.1em;
    outline: none;
}

.modalBox input:focus {
    border-color: var(--gold);
}

.modalBox input::placeholder {
    color: var(--dim);
}

.modal_btns {
    display: flex;
    gap: 8px;
}

.modal_btns .btn-cta {
    flex: 1;
    justify-content: center;
}

.modalCancel {
    border-color: var(--dim);
    color: var(--dim);
}

.tyPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: var(--bg-alt);
    border: 1px solid var(--gold);
    padding: 48px;
    text-align: center;
    z-index: 300;
    display: none;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
}

.tyPopup.show {
    display: block;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.tyPopup i {
    font-size: 40px;
    color: var(--gold);
    margin-bottom: 16px;
    display: block;
}

.tyPopup h2 {
    font-size: 28px;
    letter-spacing: 0.2em;
    color: var(--white);
    margin-bottom: 8px;
}

.tyPopup p {
    color: var(--muted);
    font-size: 14px;
    letter-spacing: 0.08em;
}

.cookieBar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 150;
    display: none;
    justify-content: center;
    padding: 0 32px 32px;
}

.cookieBar.show {
    display: flex;
}

.cookie_inner {
    background: var(--bg-alt);
    border: 1px solid var(--gold-deep);
    padding: 24px 32px;
    max-width: 960px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
}

.cookie_txt {
    flex: 1;
    font-size: 13px;
    line-height: 20px;
    color: var(--muted);
    letter-spacing: 0.04em;
}

.cookie_txt a {
    color: var(--gold);
    text-decoration: underline;
}

.cookie_btns {
    display: flex;
    gap: 8px;
    flex: none;
}

.cookie_btns .btn-cta {
    font-size: 12px;
    padding: 10px 18px;
    white-space: nowrap;
}

.ckDecline {
    border-color: var(--dim);
    color: var(--dim);
}

.ckSettings {
    border-color: var(--gold-deep);
    color: var(--gold);
}

.cookieSettings {
    position: fixed;
    inset: 0;
    z-index: 160;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
}

.cookieSettings.show {
    display: flex;
}

.ckSetBox {
    background: var(--bg-alt);
    border: 1px solid var(--gold-deep);
    padding: 32px;
    max-width: 520px;
    width: 90%;
}

.ckSetBox h2 {
    font-size: 24px;
    letter-spacing: 0.2em;
    color: var(--white);
    margin-bottom: 24px;
}

.ckOpt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid var(--divider);
}

.ckOpt:last-of-type {
    border-bottom: none;
}

.ckOpt label {
    font-size: 14px;
    letter-spacing: 0.1em;
    color: var(--white);
    cursor: pointer;
}

.ckOpt span {
    font-size: 12px;
    color: var(--dim);
}

.ckToggle {
    position: relative;
    width: 40px;
    height: 20px;
}

.ckToggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.ckToggle .slider {
    position: absolute;
    inset: 0;
    background: var(--dim);
    cursor: pointer;
    transition: background 0.2s;
}

.ckToggle .slider::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    background: var(--white);
    transition: transform 0.2s;
}

.ckToggle input:checked + .slider {
    background: var(--gold);
}

.ckToggle input:checked + .slider::before {
    transform: translateX(20px);
}

.ckSetBox .btn-cta {
    margin-top: 24px;
    width: 100%;
    justify-content: center;
}

.navToggle {
    display: none;
    width: 36px;
    height: 36px;
    position: relative;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.navToggle span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 2px;
    background: var(--gold);
}

.navToggle span:nth-child(1) { top: 10px; }
.navToggle span:nth-child(2) { top: calc(50% - 1px); }
.navToggle span:nth-child(3) { bottom: 10px; }

.mobileDrawer {
    display: none;
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-main);
    z-index: 9;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.mobileDrawer.open {
    display: flex;
}

.mobileDrawer a {
    color: var(--gold);
    font-size: 20px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.mobileDrawer a:hover {
    color: var(--white);
}

.siteFtr {
    background: var(--bg-footer);
    display: flex;
    justify-content: center;
    gap: 32px;
    width: 100%;
}

.ftr_container {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 1568px;
    padding: 64px;
    align-items: flex-start;
}

.ftrGrid {
    display: flex;
    width: 100%;
    gap: 0;
}

.ftr-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.ftr-logoBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.ftrLogo {
    width: 64px;
    height: 64px;
    aspect-ratio: 0.998688 / 1;
}

.ftr-welcome {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ftr-welcome h3 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.2em;
    color: var(--white);
}

.ftr-addr p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
}

.ftr-addr a {
    color: var(--gold);
}

.ftr-btns {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ftr-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2rem;
}

.ftr-secondary {
    display: flex;
    gap: 64px;
    align-items: flex-start;
}

.ftr-secondary .col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ftr-secondary .col p {
    color: var(--white);
    font-size: 14px;
    letter-spacing: 0.1em;
}

.ftr-secondary .col .sub {
    color: var(--gold);
    font-size: 14px;
}

.ftrLinks {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.ftrLinks a {
    font-size: 14px;
    letter-spacing: 0.1em;
    color: var(--gold);
    text-transform: uppercase;
}

.ftrLinks a:hover {
    color: var(--white);
}

.ftr-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.ftr-bottom hr {
    width: 100%;
    height: 1px;
    background: var(--divider);
    border: 0;
    margin: 0;
}

.copyrightRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.copyrightRow p,
.copyrightRow span {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    color: var(--muted);
}

.pgContent {
    max-width: 880px;
    padding-top: 16px;
}

.pgContent p {
    font-size: 14px;
    line-height: 24px;
    color: var(--muted);
    letter-spacing: 0.04em;
    margin-bottom: 18px;
}

.pgContent h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15em;
    color: var(--white);
    margin-bottom: 10px;
    margin-top: 28px;
}

.pgContent a {
    color: var(--gold);
    text-decoration: underline;
}

.pgContent ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.pgContent li {
    font-size: 14px;
    line-height: 24px;
    color: var(--muted);
    letter-spacing: 0.04em;
    padding-left: 16px;
    position: relative;
    margin-bottom: 6px;
}

.pgContent li::before {
    content: '\2014';
    position: absolute;
    left: 0;
    color: var(--gold);
}

.vacRow {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vacCard {
    border: 1px solid var(--gold-deep);
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    transition: border-color 0.2s;
}

.vacCard:hover {
    border-color: var(--gold);
}

.vacCard h3 {
    font-size: 18px;
    letter-spacing: 0.15em;
    color: var(--white);
    margin-bottom: 4px;
}

.vacCard .vc_loc {
    font-size: 13px;
    color: var(--dim);
    letter-spacing: 0.08em;
}

.vacCard .vc_type {
    font-size: 13px;
    color: var(--gold);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.blogEntry {
    border-bottom: 1px solid var(--divider);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.blogEntry:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.blogEntry .be_date {
    font-size: 12px;
    color: var(--dim);
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}

.blogEntry h3 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.15em;
    color: var(--white);
    margin-bottom: 16px;
}

.blogEntry p {
    font-size: 14px;
    line-height: 24px;
    color: var(--muted);
    letter-spacing: 0.04em;
    margin-bottom: 12px;
}

.blogEntry .be_img {
    width: 100%;
    height: 320px;
    overflow: hidden;
    margin-bottom: 20px;
}

.blogEntry .be_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tmRow {
    display: flex;
    gap: 64px;
    align-items: flex-start;
    margin-bottom: 48px;
}

.tmRow:last-child {
    margin-bottom: 0;
}

.tmRow .tm_photo {
    width: 200px;
    flex: none;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--bg-alt);
}

.tmRow .tm_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tmRow .tm_info {
    flex: 1;
}

.tmRow .tm_info h3 {
    font-size: 24px;
    letter-spacing: 0.2em;
    color: var(--white);
    margin-bottom: 4px;
}

.tmRow .tm_info .tm_role {
    font-size: 14px;
    color: var(--gold);
    letter-spacing: 0.1em;
    margin-bottom: 14px;
}

.tmRow .tm_info p {
    font-size: 14px;
    line-height: 24px;
    color: var(--muted);
    letter-spacing: 0.04em;
}

@media (max-width: 1199.98px) {
    .heroBlock { padding: 88px 32px 0; }
    .heroImg { aspect-ratio: auto; height: 431px; }
    .ftBlock { gap: 32px; padding: 64px 32px; }
    .ft_inner { gap: 32px; }
    .ft-photo { height: 357px; }
    .ft-txt { gap: 24px; }
    .ftr_container { padding: 48px; }
    .pageSection { padding: 64px 32px; }
    .svc_inner { padding: 0 32px; }
    .prodGrid { grid-template-columns: repeat(3, 1fr); }
    .reviewRow { grid-template-columns: repeat(2, 1fr); }
    .teamGrid { grid-template-columns: repeat(2, 1fr); }
    .contactWrap { gap: 32px; }
}

@media (max-width: 809.98px) {
    .siteHdr { padding: 16px; height: 56px; }
    .mainNav { display: none; }
    .navToggle { display: block; }
    .btn-cta.hdr-btn { display: none; }
    .heroBlock { gap: 16px; padding: 72px 0 0; }
    .heroImg { height: 225px; aspect-ratio: auto; }
    .hero-overlay { padding: 16px 20px; }
    .hero-overlay h1 { font-size: 28px; line-height: 36px; }
    .ftBlock { flex-direction: column; gap: 2rem; padding: 48px 16px; }
    .ft_inner { flex-direction: column; }
    .ft-photo { width: 100%; height: 358px; flex: none; order: 1; }
    .ftBody { order: 0; width: 100%; }
    .ft-txt { gap: 8px; }
    .ftBlock.rvrs .ft_inner { flex-direction: column; }
    .ftr_container { padding: 48px 16px; gap: 40px; }
    .ftrGrid { flex-direction: column; gap: 32px; }
    .ftr-left, .ftr-right { align-items: center; width: 100%; }
    .ftr-secondary { flex-direction: column; gap: 24px; width: 100%; }
    .ftr-secondary .col { flex-direction: row; justify-content: space-between; width: 100%; }
    .copyrightRow { flex-direction: column; justify-content: flex-start; gap: 8px; }
    .ftrLinks { justify-content: center; }
    .ftr-welcome h3 { text-align: center; }
    .ftr-addr { text-align: center; }
    .pageSection { padding: 48px 16px; }
    .svc_inner { padding: 0 16px; }
    .sec-head { flex-wrap: wrap; margin-bottom: 32px; }
    .sec-head h1 { font-size: 32px; line-height: 40px; margin-left: 0; width: 100%; margin-top: 12px; }
    .blogRow { flex-direction: column; gap: 32px; }
    .prodGrid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .svcGrid { grid-template-columns: 1fr; gap: 32px; }
    .reviewRow { grid-template-columns: 1fr; }
    .teamGrid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .contactWrap { flex-direction: column; gap: 40px; }
    .contactInfo h1 { font-size: 32px; line-height: 40px; }
    .cartPanel { width: 100%; }
    .cookie_inner { flex-direction: column; gap: 16px; text-align: center; }
    .cookie_btns { flex-wrap: wrap; justify-content: center; }
    .ft-title h1 { font-size: 32px; line-height: 40px; }
    .tmRow { flex-direction: column; gap: 20px; }
    .tmRow .tm_photo { width: 100%; height: 280px; }
    .vacCard { flex-direction: column; align-items: flex-start; gap: 12px; }
    .blogEntry .be_img { height: 200px; }
    .pgTop { padding-top: 110px; }
}
