@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Prata&display=swap');

:root {
    --bg: #F8F9FA;
    --card: #fff;
    --text: #2B2D31;
    --muted: #6B6E73;
    --gold: #66D2CE;
    --accent: #66D2CE;
    --accent-hover: #4AB8B4;
    --line: #E5E7E9;
    --dark: #2B2D31;
    --shadow: 0 10px 20px rgba(0, 0, 0, .04);
    --serif: 'Prata', Georgia, serif;
    --sans: 'Manrope', Arial, sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font: 15px/1.65 var(--sans);
    -webkit-font-smoothing: antialiased
}

body.single-product {
    overflow-x: hidden;
}

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

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

button,
input,
textarea,
select {
    font: inherit
}

.container {
    width: min(1240px, calc(100% - 48px));
    margin: auto
}

.icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    flex: none
}

.skip-link {
    position: fixed;
    left: 12px;
    top: -80px;
    z-index: 9999;
    background: #fff;
    padding: 12px
}

.skip-link:focus {
    top: 12px
}

.eyebrow {
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .17em;
    text-transform: uppercase;
    margin: 0 0 15px
}

h1,
h2,
h3,
p {
    margin-top: 0
}

h1,
h2 {
    font-family: var(--serif);
    font-weight: 400;
    letter-spacing: -.02em
}

h1 {
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.1
}

h2 {
    font-size: clamp(32px, 3.6vw, 50px);
    line-height: 1.2
}

h3 {
    font-size: 20px;
    line-height: 1.35
}

.section {
    padding: 100px 0
}

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

.section-head h2 {
    margin: 0
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    border-bottom: 1px solid var(--gold);
    padding-bottom: 5px;
    white-space: nowrap
}

.text-link .icon {
    width: 18px;
    transition: transform .2s
}

.text-link:hover .icon {
    transform: translateX(5px)
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 27px;
    border: 1px solid var(--dark);
    font-weight: 600;
    transition: .2s
}

.btn-dark {
    background: var(--dark);
    color: #fff;
    border-color: var(--gold)
}

.btn-dark:hover {
    background: var(--accent-hover);
    color: var(--dark)
}

.btn-outline {
    background: #fff;
    color: var(--dark)
}

.btn-outline:hover {
    background: var(--accent-hover);
    border-color: var(--accent-hover)
}

.topbar {
    background: var(--dark);
    color: #fff;
    font-size: 12px
}

.topbar-inner {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.topbar-place,
.topbar-right {
    display: flex;
    align-items: center;
    gap: 10px
}

.topbar-place .icon {
    width: 15px;
    color: var(--gold)
}

.topbar-right {
    gap: 28px
}

.topbar-right a {
    color: #fff;
    border-bottom: 1px solid var(--gold)
}

.main-head {
    background: #fff;
    border-bottom: 1px solid var(--line)
}

.main-head-inner {
    height: 95px;
    display: flex;
    align-items: center;
    gap: 38px
}

.brand {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 255px
}

.brand-mark {
    position: relative;
    width: 52px;
    height: 29px;
    display: flex;
    gap: 4px
}

.brand-mark i {
    width: 25px;
    height: 25px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: block
}

.brand-mark:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 2px;
    background: var(--gold);
    left: 22px;
    top: 11px
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1
}

.brand-copy strong {
    font: 20px/1.2 var(--serif);
    white-space: nowrap
}

.brand-copy small {
    font-size: 12px;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 6px
}

.head-search {
    height: 44px;
    flex: 1;
    max-width: 430px;
    display: flex;
    border-bottom: 1px solid #AEB3B9
}

.head-search input {
    border: 0;
    outline: 0;
    background: transparent;
    width: 100%;
    color: var(--text)
}

.head-search button {
    border: 0;
    background: none;
    cursor: pointer;
    color: var(--text)
}

.head-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 17px
}

.head-phone {
    display: flex;
    align-items: center;
    gap: 11px;
    padding-right: 20px;
    border-right: 1px solid var(--line)
}

.head-phone .icon {
    color: var(--gold)
}

.head-phone span {
    display: flex;
    flex-direction: column
}

.head-phone small {
    font-size: 12px;
    color: var(--muted)
}

.head-phone strong {
    font-size: 14px
}

.of-messengers {
    display: flex;
    align-items: center;
    gap: 7px
}

.of-messengers a {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid var(--line);
    background: #fff;
    transition: border-color .2s ease, background .2s ease, transform .2s ease
}

.of-messengers a:hover {
    border-color: var(--accent-hover);
    background: #eefaf9;
    transform: translateY(-2px)
}

.of-messengers img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain
}

.head-messengers {
    margin-left: -7px
}

@media(max-width:760px) {
    .head-messengers {
        display: none
    }
}

.head-icon {
    position: relative;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center
}

.head-icon:hover {
    color: var(--accent-hover)
}

.header-cart-count {
    position: absolute;
    top: -1px;
    right: -1px;
    background: var(--gold);
    color: var(--dark);
    font-size: 12px;
    font-weight: 700;
    width: 17px;
    height: 17px;
    display: grid;
    place-items: center;
    border-radius: 50%
}

.mobile-toggle {
    display: none;
    border: 0;
    background: none
}

.close-icon {
    display: none
}

.primary-nav {
    background: #fff
}

.nav-inner {
    display: flex;
    align-items: center;
    height: 58px
}

.catalog-link {
    height: 58px;
    padding: 0 27px;
    background: var(--dark);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 164px;
    font-weight: 600;
    border-left: 1px solid var(--gold);
    border-right: 1px solid var(--gold)
}

.catalog-link:hover {
    background: var(--accent-hover);
    color: var(--dark)
}

.catalog-lines,
.catalog-lines:before,
.catalog-lines:after {
    width: 18px;
    height: 1px;
    background: currentColor;
    display: block;
    content: ""
}

.catalog-lines {
    position: relative
}

.catalog-lines:before {
    position: absolute;
    top: -5px
}

.catalog-lines:after {
    position: absolute;
    top: 5px
}

.menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1
}

.menu a {
    font-size: 13px;
    font-weight: 600;
    display: block;
    padding: 20px 14px
}

.menu a:hover {
    color: var(--accent-hover)
}

.hero {
    min-height: 630px;
    background-color: #eee;
    background-image: linear-gradient(90deg, rgba(248, 249, 250, .98) 0%, rgba(248, 249, 250, .93) 31%, rgba(248, 249, 250, .25) 59%, rgba(248, 249, 250, 0) 100%), url('../images/hero-optics.png');
    background-size: cover;
    background-position: center
}

.hero-inner {
    min-height: 630px;
    display: flex;
    align-items: center
}

.hero-copy {
    width: min(590px, 53%);
    padding: 55px 0
}

.hero-copy h1 {
    margin-bottom: 25px
}

.hero-lead {
    font-size: 17px;
    color: var(--muted);
    max-width: 530px;
    margin-bottom: 34px
}

.hero-actions {
    display: flex;
    gap: 12px
}

.hero-note {
    display: flex;
    gap: 13px;
    align-items: center;
    margin-top: 40px;
    color: var(--muted);
    font-size: 12px
}

.hero-note .icon {
    color: var(--gold);
    width: 25px
}

.hero-note strong {
    color: var(--text);
    font-weight: 600
}

.categories-section {
    background: var(--bg)
}

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

.category-card {
    position: relative;
    height: 330px;
    background: var(--card);
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: var(--shadow);
    border-bottom: 2px solid transparent;
    transition: .25s
}

.category-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent-hover)
}

.category-number {
    position: absolute;
    top: 20px;
    right: 22px;
    color: #B7BCC2;
    font-size: 12px
}

.category-card h3 {
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px
}

.category-card p {
    color: var(--muted);
    font-size: 12px;
    padding-right: 30px;
    margin: 0
}

.round-arrow {
    position: absolute;
    right: 24px;
    bottom: 25px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: grid;
    place-items: center
}

.round-arrow .icon {
    width: 17px
}

.frame-art {
    position: relative;
    width: 210px;
    height: 88px;
    margin: 73px auto 0
}

.frame-art span {
    position: absolute;
    width: 84px;
    height: 58px;
    border: 6px solid var(--text);
    border-radius: 46% 46% 42% 42%;
    top: 15px
}

.frame-art span:first-child {
    left: 9px
}

.frame-art span:nth-child(2) {
    right: 9px
}

.frame-art i {
    position: absolute;
    left: 90px;
    top: 37px;
    width: 30px;
    height: 7px;
    border-top: 5px solid var(--text)
}

.frame-art:before,
.frame-art:after {
    content: "";
    position: absolute;
    top: 26px;
    width: 34px;
    height: 5px;
    background: var(--text)
}

.frame-art:before {
    left: -21px;
    transform: rotate(8deg)
}

.frame-art:after {
    right: -21px;
    transform: rotate(-8deg)
}

.frame-2 span {
    border-radius: 10px;
    border-width: 5px
}

.frame-3 span {
    border-color: #4AB8B4;
    border-radius: 55% 55% 45% 45%
}

.frame-3 i {
    border-color: #4AB8B4
}

.frame-3:before,
.frame-3:after {
    background: #4AB8B4
}

.frame-4 span {
    border-color: #66D2CE;
    border-radius: 50%;
    border-width: 4px
}

.frame-4 i {
    border-color: #66D2CE
}

.frame-4:before,
.frame-4:after {
    background: #66D2CE
}

.cat-women {
    background: linear-gradient(145deg, #fff, #eef8f7)
}

.cat-men {
    background: linear-gradient(145deg, #fff, #e9edf0)
}

.cat-kids {
    background: linear-gradient(145deg, #fff, #eefaf9)
}

.cat-lenses {
    background: linear-gradient(145deg, #fff, #edf2f2)
}

.benefits {
    position: relative;
    padding: 72px 0;
    overflow: hidden;
    background: #ECEEEF;
    border-top: 1px solid rgba(43, 45, 49, .06);
    border-bottom: 1px solid rgba(43, 45, 49, .08)
}

.benefits:before {
    content: '';
    position: absolute;
    top: -180px;
    right: -120px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(102, 210, 206, .2);
    border-radius: 50%;
    pointer-events: none
}

.benefits-shell {
    position: relative;
    z-index: 1
}

.benefits-heading {
    max-width: 720px;
    margin-bottom: 34px
}

.benefits-heading h2 {
    margin: 0
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    align-items: stretch
}

.benefit-card {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 218px;
    padding: 28px 25px 26px;
    overflow: hidden;
    border: 1px solid rgba(43, 45, 49, .08);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 24px rgba(43, 45, 49, .045);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease
}

.benefit-card:hover {
    transform: translateY(-4px);
    border-color: rgba(102, 210, 206, .65);
    box-shadow: 0 17px 35px rgba(43, 45, 49, .08)
}

.benefit-index {
    position: absolute;
    top: 23px;
    right: 23px;
    color: #AEB4BA;
    font: 14px var(--serif)
}

.benefit-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 38px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: var(--gold);
    background: #fff
}

.benefit-icon .icon {
    width: 23px;
    height: 23px
}

.benefit-copy {
    align-self: end
}

.benefit-copy strong {
    display: block;
    margin-bottom: 9px;
    color: var(--dark);
    font: 22px/1.25 var(--serif)
}

.benefit-copy small {
    display: block;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55
}

.services-section {
    background: #F8F9FA;
    color: var(--text)
}

.services-layout {
    display: grid;
    grid-template-columns: .9fr 1.35fr;
    gap: 100px
}

.services-intro {
    padding-top: 15px
}

.services-intro h2 {
    margin-bottom: 25px
}

.services-intro>p:not(.eyebrow) {
    color: var(--muted);
    max-width: 430px;
    margin-bottom: 34px
}

.services-intro .btn-outline {
    background: transparent;
    color: var(--dark);
    border-color: var(--dark)
}

.service-list>a {
    display: grid;
    grid-template-columns: 65px 1fr 40px;
    align-items: center;
    gap: 22px;
    padding: 26px 0;
    border-top: 1px solid rgba(43, 45, 49, .16);
    position: relative
}

.service-list>a:last-child {
    border-bottom: 1px solid rgba(43, 45, 49, .16)
}

.service-list>a:hover h3 {
    color: var(--accent-hover)
}

.service-icon {
    width: 58px;
    height: 58px;
    border: 1px solid var(--gold);
    display: grid;
    place-items: center
}

.service-icon .icon {
    color: var(--gold);
    width: 30px;
    height: 30px
}

.service-list h3 {
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 400;
    margin: 1px 0 5px
}

.service-list p {
    color: var(--muted);
    font-size: 12px;
    margin: 0
}

.service-list .eyebrow {
    font-size: 12px;
    margin: 0
}

.service-list .round-arrow {
    position: static;
    color: var(--gold)
}

.product-showcase {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 16px
}

.product-tile {
    background: var(--dark);
    color: #fff;
    box-shadow: var(--shadow);
    border: 1px solid rgba(43, 45, 49, .35);
}

.product-visual {
    height: 245px;
    display: block;
    position: relative;
    overflow: hidden
}

.product-visual .frame-art {
    transform: scale(.82);
    margin: 73px auto 0
}

.product-tone-1 {
    background: #35373C
}

.product-tone-2 {
    background: #323438
}

.product-tone-3 {
    background: #383A3F
}

.product-tone-4 {
    background: #303236
}

.product-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em
}

.product-info {
    padding: 19px 18px
}

.product-info>p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .13em;
    color: #A8ABAF;
    height: 15px;
    margin-bottom: 8px
}

.product-info>p a {
    color: inherit
}

.product-info h3 {
    font-size: 14px;
    font-weight: 600;
    min-height: 38px;
    margin-bottom: 14px;
    color: #fff
}

.of-card-stock {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 18px;
    margin: -5px 0 12px;
    color: #A8ABAF;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4
}

.of-card-stock i {
    display: block;
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #78a27f;
    box-shadow: 0 0 0 3px rgba(120, 162, 127, .12)
}

.of-card-stock.is-order i {
    background: var(--gold);
    box-shadow: 0 0 0 3px rgba(102, 210, 206, .14)
}

.of-card-stock.is-out {
    color: #8b6262
}

.of-card-stock.is-out i {
    background: #a76d6d;
    box-shadow: 0 0 0 3px rgba(167, 109, 109, .12)
}

.product-info>div {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.product-info strong {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    color: #fff
}

.product-info ins {
    text-decoration: none;
}

.product-info del {
    color: var(--muted);
    font-weight: 400;
    margin-right: 5px
}

.product-add {
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, .28);
    display: grid;
    place-items: center;
    color: #fff
}

.product-add:hover {
    background: var(--accent-hover);
    border-color: var(--accent-hover)
}

.product-add .icon {
    width: 17px
}

.product-request.is-compact {
    min-height: 35px;
    padding: 0 13px;
    border: 1px solid var(--gold);
    border-radius: 0;
    background: var(--dark);
    color: #fff;
    font: 700 12px var(--sans);
    cursor: pointer
}

.product-request.is-compact:hover {
    background: var(--accent-hover);
    color: var(--dark)
}

.appointment {
    background: var(--gold);
    padding: 75px 0
}

.appointment-inner {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 90px;
    align-items: center
}

.appointment-copy .eyebrow {
    color: var(--text)
}

.appointment-copy h2 {
    font-size: 46px;
    margin-bottom: 20px
}

.appointment-copy>p:not(.eyebrow) {
    max-width: 500px
}

.appointment-meta {
    display: flex;
    gap: 28px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 30px
}

.appointment-meta span {
    display: flex;
    gap: 8px;
    align-items: center
}

.appointment-meta .icon {
    width: 18px
}

.appointment-form {
    background: #fff;
    padding: 36px 38px;
    box-shadow: 0 20px 50px rgba(43, 45, 49, .12)
}

.appointment-form h3 {
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 6px
}

.appointment-form>p {
    color: var(--muted);
    font-size: 12px
}

.appointment-form .wpcf7 p {
    margin-bottom: 12px
}

.appointment-form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.appointment-form textarea {
    width: 100%;
    height: 48px;
    border: 0;
    border-bottom: 1px solid #B9BDC1;
    padding: 0;
    background: #fff;
    outline: 0
}

.appointment-form textarea {
    height: 70px;
    padding-top: 12px
}

.appointment-form input[type=submit] {
    width: 100%;
    height: 50px;
    background: var(--dark);
    color: #fff;
    border: 1px solid var(--gold);
    cursor: pointer;
    font-weight: 600
}

.appointment-form input[type=submit]:hover {
    background: var(--accent-hover);
    color: var(--dark)
}

.appointment-form .wpcf7-spinner {
    display: none
}

.appointment-form .wpcf7-response-output {
    font-size: 12px;
    margin: 10px 0 0
}

.appointment-form .wpcf7-acceptance .wpcf7-list-item {
    display: block;
    margin: 0
}

.appointment-form .wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 2px 0 16px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer
}

.appointment-form .wpcf7-acceptance input[type=checkbox] {
    flex: 0 0 18px;
    width: 18px !important;
    min-width: 18px;
    height: 18px !important;
    min-height: 18px;
    margin: 1px 0 0 !important;
    padding: 0 !important;
    border: 1px solid #9da4aa;
    border-radius: 0;
    background: #fff;
    accent-color: var(--dark);
    cursor: pointer
}

.appointment-form .wpcf7-acceptance .wpcf7-list-item-label {
    display: inline;
    width: auto
}

.appointment-form .wpcf7-acceptance a {
    color: var(--dark);
    text-decoration: underline;
    text-decoration-color: var(--gold);
    text-underline-offset: 3px
}

.brand-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border: 1px solid var(--line);
    background: #fff
}

.brand-row span {
    height: 110px;
    display: grid;
    place-items: center;
    font: 18px var(--serif);
    border-right: 1px solid var(--line)
}

.brand-row span:last-child {
    border: 0
}

.about-section {
    background: #fff
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.about-photo {
    height: 550px;
    background: linear-gradient(145deg, rgba(43, 45, 49, .02), rgba(102, 210, 206, .14)), url('../images/hero-optics.png') center right/cover;
    position: relative
}

.about-photo:after {
    content: "";
    position: absolute;
    inset: 24px -24px -24px 24px;
    border: 1px solid var(--gold);
    z-index: 0
}

.about-copy {
    position: relative;
    z-index: 1
}

.about-copy>p:not(.eyebrow) {
    color: var(--muted);
    font-size: 16px
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 36px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.about-stats div {
    padding: 22px 12px;
    border-right: 1px solid var(--line);
    display: flex;
    flex-direction: column
}

.about-stats div:first-child {
    padding-left: 0
}

.about-stats div:last-child {
    border: 0
}

.about-stats strong {
    font: 26px var(--serif)
}

.about-stats span {
    font-size: 12px;
    color: var(--muted);
    margin-top: 5px
}

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

.article-grid>a {
    display: flex;
    flex-direction: column;
    background: #fff;
    min-height: 300px;
    padding: 30px;
    position: relative;
    box-shadow: var(--shadow);
    border-top: 2px solid transparent
}

.article-grid>a:hover {
    border-color: var(--accent-hover)
}

.article-grid .article-no {
    position: absolute;
    right: 28px;
    top: 25px;
    color: #C3C7CB;
    font-size: 12px
}

.article-grid h3 {
    font: 24px var(--serif);
    max-width: 330px;
    margin-top: 35px
}

.article-grid>a>p:not(.eyebrow) {
    font-size: 12px;
    color: var(--muted);
    max-width: 330px
}

.article-grid .text-link {
    position: static;
    margin-top: auto;
    padding-top: 22px;
    font-size: 12px
}

.page-hero {
    padding: 65px 0 55px;
    background: #fff;
    border-top: 1px solid var(--line)
}

.breadcrumbs {
    display: flex;
    gap: 10px;
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 38px
}

.page-hero h1 {
    font-size: 58px;
    margin: 0
}

.page-content {
    padding: 55px 0 100px
}

.content-card {
    background: #fff;
    padding: 55px 65px;
    box-shadow: var(--shadow);
    max-width: 1000px
}

.content-card .lead {
    font-size: 20px;
    color: var(--muted);
    max-width: 800px
}

.content-card h2 {
    font-size: 34px;
    margin: 48px 0 18px
}

.content-card h3 {
    font-family: var(--serif);
    font-weight: 400
}

.content-card li {
    margin-bottom: 9px
}

.content-card blockquote,
.notice {
    border-left: 2px solid var(--gold);
    background: var(--bg);
    margin: 32px 0;
    padding: 24px 28px;
    font: 19px/1.6 var(--serif)
}

.feature-columns,
.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 30px 0
}

.feature-columns>div,
.contact-grid>div {
    border: 1px solid var(--line);
    padding: 24px
}

.brand-directory {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--line)
}

.brand-directory span {
    padding: 28px;
    text-align: center;
    border: 1px solid var(--line);
    font: 18px var(--serif)
}

.map-placeholder {
    height: 320px;
    background: radial-gradient(circle at 55% 44%, var(--gold) 0 6px, transparent 7px), linear-gradient(35deg, transparent 40%, #DADDE0 41% 42%, transparent 43%), linear-gradient(-35deg, transparent 47%, #DADDE0 48% 49%, transparent 50%), #ECEFF1;
    display: grid;
    place-items: center;
    margin-top: 30px
}

.map-placeholder span {
    background: #fff;
    padding: 12px 18px;
    box-shadow: var(--shadow)
}

.shop-shell {
    padding: 45px 0 100px
}

.shop-shell .woocommerce-products-header__title {
    font: 50px var(--serif);
    font-weight: 400
}

.woocommerce .woocommerce-result-count {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 46px
}

.woocommerce .woocommerce-ordering {
    margin: 0;
    margin-bottom: 10px;
}

.woocommerce .woocommerce-ordering select {
    min-width: 280px;
    height: 46px;
    padding: 0 42px 0 15px;
    border: 1px solid var(--line);
    border-radius: 0;
    background-color: #fff;
    color: var(--dark);
    font: 600 12px var(--sans);
    cursor: pointer
}

.of-shop-toolbar,
.woocommerce .woocommerce-notices-wrapper+header+.woocommerce-result-count,
.woocommerce .woocommerce-products-header~.woocommerce-result-count {
    margin-bottom: 24px
}

.of-shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0 18px;
    border-bottom: 1px solid var(--line)
}

.of-shop-toolbar .woocommerce-ordering,
.of-shop-toolbar .woocommerce-result-count {
    float: none
}

@media(max-width:600px) {
    .of-shop-toolbar {
        display: grid;
        grid-template-columns: 1fr
    }

    .woocommerce .woocommerce-result-count {
        line-height: 1.5
    }

    .woocommerce .woocommerce-ordering,
    .woocommerce .woocommerce-ordering select {
        width: 100%;
        min-width: 0
    }
}

.woocommerce .woocommerce-breadcrumb {
    display: none
}

.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 16px
}

.woocommerce ul.products:before,
.woocommerce ul.products:after {
    display: none
}

.woocommerce ul.products li.product {
    position: relative;
    display: flex;
    flex-direction: column;
    width: auto !important;
    margin: 0 !important;
    background: var(--dark);
    color: #fff;
    padding: 0 18px 18px !important;
    overflow: hidden;
    border: 1px solid rgba(43, 45, 49, .35);
    box-shadow: var(--shadow);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-3px);
    border-color: rgba(102, 210, 206, .7);
    box-shadow: 0 16px 32px rgba(43, 45, 49, .1)
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    margin: 0 -18px;
    color: #fff
}

.woocommerce ul.products li.product img {
    width: 100%;
    height: 245px;
    margin: 0 0 19px !important;
    background: #35373C;
    object-fit: contain;
    transition: transform .35s ease
}

.woocommerce ul.products li.product:hover img {
    transform: scale(1.025)
}

.woocommerce ul.products li.product .of-loop-product-category {
    min-height: 15px;
    margin: 0 18px 8px;
    overflow: hidden;
    color: #A8ABAF;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: .13em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 42px;
    margin: 0 18px 13px !important;
    padding: 0 !important;
    color: #fff !important;
    font-family: var(--sans) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
    text-transform: none !important
}

.woocommerce ul.products li.product .of-card-stock {
    margin: -5px 18px 12px
}

.woocommerce ul.products li.product .price {
    margin: auto 62px 0 18px !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 35px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.woocommerce ul.products li.product .price del {
    margin-right: 5px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 400;
    opacity: 1
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none
}

.woocommerce ul.products li.product .button.product-add {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: grid;
    place-items: center;
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--line);
    border-radius: 0;
    background: #fff;
    color: var(--dark);
    line-height: 1
}

.woocommerce ul.products li.product .button.product-add:hover {
    border-color: var(--accent-hover);
    background: var(--accent-hover);
    color: var(--dark)
}

.woocommerce ul.products li.product .button.product-add .icon {
    width: 17px;
    height: 17px;
    margin: 0
}

.of-catalog-mode .woocommerce ul.products li.product .price {
    margin-right: 18px !important;
    padding-bottom: 0 !important;
    line-height: 1.45 !important
}

.woocommerce ul.products li.product .button.of-product-request {
    position: static;
    flex: 0 0 auto;
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 40px;
    margin: 13px 0 0 !important;
    padding: 0 16px !important;
    border: 1px solid var(--gold);
    border-radius: 0;
    background: var(--dark);
    color: #fff;
    font: 700 12px/38px var(--sans);
    text-align: center;
    cursor: pointer
}

.woocommerce ul.products li.product .button.of-product-request:hover {
    background: var(--accent-hover);
    color: var(--dark)
}

.of-single-request {
    margin: 28px 0 20px;
    padding-top: 24px;
    border-top: 1px solid var(--line)
}

.of-single-request .of-product-request {
    min-width: 220px;
    cursor: pointer
}

.of-single-request p {
    margin: 10px 0 0 !important;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.5
}

@media(max-width:760px) {
    .of-catalog-mode .woocommerce ul.products li.product .price {
        margin-right: 18px !important;
        padding-bottom: 0 !important;
        line-height: 1.4 !important
    }

    .woocommerce ul.products li.product .button.of-product-request {
        width: 100%
    }

    .of-catalog-mode .product-info>div {
        flex-wrap: wrap;
        gap: 8px
    }

    .of-catalog-mode .product-request.is-compact {
        width: 100%
    }
}

.woocommerce ul.products li.product .added_to_cart {
    margin: 10px 0 0;
    color: var(--dark);
    font-size: 12px;
    font-weight: 700
}

.woocommerce div.product {
    background: #fff;
    padding: 40px;
    box-shadow: var(--shadow)
}

.woocommerce button.button.alt,
.woocommerce a.button.alt {
    background: var(--dark);
    border-radius: 0
}

.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover {
    background: var(--accent-hover);
    color: var(--dark)
}

.page-shell {
    padding: 70px 0
}

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

.post-card {
    background: #fff;
    padding: 24px
}

.post-card-visual {
    height: 190px;
    background: linear-gradient(135deg, #E5E7E9, #F5F0E7);
    margin-bottom: 20px
}

.site-footer {
    background: #1F2832;
    color: #fff;
    padding-top: 75px
}

.footer-main {
    display: grid;
    grid-template-columns: 1.55fr repeat(4, 1fr);
    gap: 50px;
    padding-bottom: 60px
}

.brand-light .brand-copy small {
    color: #AAB1B8
}

.footer-brand p {
    color: #AAB1B8;
    font-size: 12px;
    max-width: 285px;
    margin: 24px 0
}

.footer-phone {
    font: 22px var(--serif);
    color: var(--gold)
}

.footer-messengers {
    margin-top: 18px
}

.footer-messengers a {
    width: 40px;
    height: 40px;
    margin: 0;
    border-color: rgba(102, 210, 206, .38);
    background: rgba(255, 255, 255, .04)
}

.footer-messengers a:hover {
    border-color: var(--accent-hover);
    background: rgba(102, 210, 206, .13)
}

.footer-messengers img {
    width: 23px;
    height: 23px
}

.of-mobile-contact {
    position: fixed;
    z-index: 9990;
    right: 24px;
    bottom: max(24px,env(safe-area-inset-bottom));
    display: block
}

    .of-mobile-contact-toggle {
        position: relative;
        z-index: 2;
        display: grid;
        place-items: center;
        width: 60px;
        height: 60px;
        margin-left: auto;
        padding: 0;
        border: 1px solid var(--gold);
        border-radius: 50%;
        background: var(--dark);
        color: #fff;
        box-shadow: 0 12px 30px rgba(31,40,50,.28);
        cursor: pointer;
        transition: background .2s ease,transform .2s ease
    }

    .of-mobile-contact-toggle:active {
        transform: scale(.96)
    }

    .of-mobile-contact-toggle .icon {
        width: 25px;
        height: 25px
    }

    .of-mobile-contact-toggle .of-contact-close {
        display: none
    }

    .of-mobile-contact.is-open .of-mobile-contact-toggle {
        background: var(--gold);
        color: var(--dark)
    }

    .of-mobile-contact.is-open .of-contact-open {
        display: none
    }

    .of-mobile-contact.is-open .of-contact-close {
        display: block
    }

    .of-mobile-contact-panel {
        position: absolute;
        right: 0;
        bottom: 74px;
        width: min(310px,calc(100vw - 36px));
        padding: 22px;
        border: 1px solid rgba(102, 210, 206,.6);
        background: #fff;
        box-shadow: 0 22px 55px rgba(31,40,50,.23);
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px) scale(.97);
        transform-origin: right bottom;
        pointer-events: none;
        transition: opacity .22s ease,visibility .22s ease,transform .22s ease
    }

    .of-mobile-contact.is-open .of-mobile-contact-panel {
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto
    }

    .of-mobile-contact-panel>.eyebrow {
        margin: 0 0 14px;
        font-size: 12px
    }

    .of-mobile-contact-phones {
        display: grid;
        gap: 7px
    }

    .of-mobile-contact-phones a {
        display: grid;
        grid-template-columns: 36px 1fr;
        gap: 11px;
        align-items: center;
        min-height: 54px;
        padding: 8px 11px;
        border: 1px solid var(--line);
        color: var(--dark)
    }

    .of-mobile-contact-phones a:hover {
        border-color: var(--accent-hover);
        background: #eefaf9
    }

    .of-mobile-contact-phones .icon {
        width: 20px;
        height: 20px;
        color: var(--gold)
    }

    .of-mobile-contact-phones span {
        display: flex;
        flex-direction: column;
        min-width: 0
    }

    .of-mobile-contact-phones small {
        color: var(--muted);
        font-size: 10px;
        font-weight: 600;
        letter-spacing: .1em;
        text-transform: uppercase
    }

    .of-mobile-contact-phones strong {
        margin-top: 2px;
        font-size: 13px
    }

.of-mobile-contact-request {
        display: block;
        width: 100%;
        min-height: 46px;
        margin: 12px 0 0;
        padding: 0 16px;
        border: 1px solid var(--gold);
        border-radius: 0;
        background: var(--dark);
        color: #fff;
        font: 700 12px var(--sans);
        cursor: pointer
    }

    .of-mobile-contact-request:hover {
        background: var(--accent-hover);
        color: var(--dark)
    }

    .of-mobile-contact-socials {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        gap: 7px;
        margin-top: 12px
    }

    .of-mobile-contact-socials a {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
        justify-content: center;
        min-width: 0;
        min-height: 62px;
        padding: 7px 3px;
        border: 1px solid var(--line);
        color: var(--dark);
        font-size: 10px;
        font-weight: 600
    }

    .of-mobile-contact-socials a:hover {
        border-color: var(--accent-hover);
        background: #eefaf9
    }

    .of-mobile-contact-socials img {
        display: block;
        width: 23px;
        height: 23px;
        object-fit: contain
    }

@media(max-width:760px) {
    .of-mobile-contact {
        right: 18px;
        bottom: max(18px,env(safe-area-inset-bottom))
    }
}

@media(prefers-reduced-motion:reduce) {
    .of-mobile-contact-panel,
    .of-mobile-contact-toggle {
        transition: none
    }
}

.site-footer h3 {
    font: 12px var(--sans);
    text-transform: uppercase;
    letter-spacing: .13em;
    color: var(--gold);
    margin-bottom: 20px
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.site-footer li,
.footer-contacts p,
.footer-contacts a {
    color: #B4BBC2;
    font-size: 12px;
    margin-bottom: 10px
}

.site-footer a:hover {
    color: var(--accent-hover)
}

.footer-bottom {
    min-height: 72px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #858E97;
    font-size: 12px
}

.footer-bottom div {
    display: flex;
    gap: 25px
}

@media(max-width:1050px) {
    .head-search {
        display: none
    }

    .head-phone {
        margin-left: auto
    }

    .category-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px 0
    }

    .benefits-grid>div {
        min-height: 80px
    }

    .services-layout {
        gap: 50px
    }

    .product-showcase {
        grid-template-columns: repeat(2, 1fr)
    }

    .brand-row {
        grid-template-columns: repeat(3, 1fr)
    }

    .footer-main {
        grid-template-columns: 2fr repeat(2, 1fr)
    }

    .footer-main>div:nth-child(4),
    .footer-main>div:nth-child(5) {
        margin-top: 10px
    }

    .menu a {
        padding: 20px 8px;
        font-size: 12px
    }
}

@media(max-width:760px) {
    .container {
        width: min(100% - 30px, 1240px)
    }

    .section {
        padding: 70px 0
    }

    .topbar-place {
        display: none
    }

    .topbar-inner {
        justify-content: center
    }

    .topbar-right span {
        display: none
    }

    .main-head-inner {
        height: 75px;
        gap: 8px
    }

    .brand {
        min-width: 0
    }

    .brand-mark {
        width: 42px;
        transform: scale(.82);
        transform-origin: left center
    }

    .brand-copy strong {
        font-size: 15px
    }

    .brand-copy small {
        font-size: 12px
    }

    .head-phone {
        display: none
    }

    .head-icon {
        display: none
    }

    .mobile-toggle {
        display: grid;
        place-items: center;
        margin-left: auto
    }

    .menu-open .open-icon {
        display: none
    }

    .menu-open .close-icon {
        display: block
    }

    .primary-nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 30;
        box-shadow: 0 20px 30px rgba(0, 0, 0, .12)
    }

    .menu-open .primary-nav {
        display: block
    }

    .nav-inner {
        height: auto;
        display: block;
        padding: 0
    }

    .catalog-link {
        width: 100%
    }

    .menu {
        display: block;
        background: #fff
    }

    .menu a {
        padding: 14px 20px;
        border-bottom: 1px solid var(--line);
        font-size: 13px
    }

    .hero {
        min-height: 650px;
        background-image: linear-gradient(180deg, rgba(248, 249, 250, .98) 0%, rgba(248, 249, 250, .91) 52%, rgba(248, 249, 250, .18) 100%), url('../images/hero-optics.png');
        background-position: 66% center
    }

    .hero-inner {
        min-height: 650px;
        align-items: flex-start
    }

    .hero-copy {
        width: 100%;
        padding-top: 70px
    }

    .hero-copy h1 {
        font-size: 44px
    }

    .hero-lead {
        font-size: 14px;
        max-width: 90%
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch
    }

    .hero-note {
        margin-top: 26px
    }

    .section-head {
        align-items: flex-start;
        display: block
    }

    .section-head .text-link {
        margin-top: 20px
    }

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

    .category-card {
        height: 340px
    }

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

    .benefits-grid>div {
        border-right: 0;
        border-bottom: 1px solid var(--line);
        padding: 15px 0
    }

    .services-layout {
        grid-template-columns: 1fr
    }

    .service-list>a {
        grid-template-columns: 52px 1fr 36px;
        gap: 12px
    }

    .service-icon {
        width: 48px;
        height: 48px
    }

    .service-list h3 {
        font-size: 19px
    }

    .service-list p {
        display: none
    }

    .product-showcase {
        grid-template-columns: 1fr 1fr;
        gap: 12px
    }

    .product-visual {
        height: 180px
    }

    .product-visual .frame-art {
        transform: scale(.62);
        transform-origin: center;
        margin-top: 45px
    }

    .product-info {
        padding: 14px
    }

    .product-info h3 {
        font-size: 12px
    }

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

    .appointment-copy h2 {
        font-size: 36px
    }

    .appointment-meta {
        display: block
    }

    .appointment-meta span {
        margin-top: 9px
    }

    .appointment-form {
        padding: 28px 22px
    }

    .brand-row {
        grid-template-columns: repeat(2, 1fr)
    }

    .brand-row span {
        height: 80px;
        font-size: 15px
    }

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

    .about-photo {
        height: 360px
    }

    .about-photo:after {
        display: none
    }

    .about-stats strong {
        font-size: 20px
    }

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

    .feature-columns,
    .contact-grid,
    .brand-directory {
        grid-template-columns: 1fr
    }

    .content-card {
        padding: 32px 24px
    }

    .page-hero h1 {
        font-size: 42px
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr)
    }

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

    .footer-brand {
        grid-column: 1/-1
    }

    .footer-bottom {
        display: block;
        padding: 22px 0
    }

    .footer-bottom div {
        display: block;
        margin-top: 8px
    }

    .footer-bottom a {
        display: block;
        margin-top: 5px
    }
}

@media(max-width:420px) {
    .product-showcase {
        grid-template-columns: 1fr
    }

    .woocommerce ul.products {
        grid-template-columns: 1fr
    }

    .footer-main {
        grid-template-columns: 1fr
    }

    .footer-main>div {
        margin: 0 !important
    }
}

/* Gutenberg content and hierarchical navigation */
.nav-inner>.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1
}

.menu li {
    position: relative;
    list-style: none
}

.nav-inner>.menu>li:first-child>a {
    background: var(--dark);
    color: #fff;
    border-left: 1px solid var(--gold);
    border-right: 1px solid var(--gold);
    padding-left: 32px;
    padding-right: 32px
}

.nav-inner>.menu>li:first-child>a:hover {
    background: var(--accent-hover);
    color: var(--dark)
}

.menu .sub-menu {
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    width: 270px;
    margin: 0;
    padding: 8px 0;
    background: #fff;
    border-top: 2px solid var(--gold);
    box-shadow: 0 18px 35px rgba(43, 45, 49, .14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: .18s
}

.menu li:hover>.sub-menu,
.menu li:focus-within>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none
}

.menu .sub-menu a {
    padding: 10px 18px;
    border-bottom: 1px solid #ECEEF0;
    font-size: 12px
}

.menu .sub-menu li:last-child>a {
    border-bottom: 0
}

.menu .sub-menu .sub-menu {
    left: 100%;
    top: -8px
}

.menu-item-has-children>a:after {
    content: '+';
    color: var(--gold);
    margin-left: 8px;
    font-weight: 400
}

.submenu-toggle {
    display: none
}

.hero-slider {
    position: relative;
    background: none;
    overflow: hidden
}

.hero-slide {
    display: none;
    min-height: 630px;
    background-image: linear-gradient(90deg, rgba(248, 249, 250, .98) 0%, rgba(248, 249, 250, .93) 31%, rgba(248, 249, 250, .25) 59%, rgba(248, 249, 250, 0) 100%), var(--slide-image);
    background-size: cover;
    background-position: center
}

.hero-slide.is-active {
    display: block;
    animation: ofFade .45s ease
}

.slider-controls {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
    pointer-events: none;
    z-index: 1;
}

.slider-controls button {
    width: 38px;
    height: 38px;
    border: 1px solid var(--gold);
    background: #fff;
    color: var(--text);
    cursor: pointer;
    pointer-events: auto
}

.slider-controls span {
    font-size: 12px;
    letter-spacing: .12em;
    background: #fff;
    padding: 10px;
    pointer-events: auto
}

@keyframes ofFade {
    from {
        opacity: .25
    }

    to {
        opacity: 1
    }
}

.brand-row span,
.brand-row a {
    height: 110px;
    display: grid;
    place-items: center;
    font: 18px var(--serif);
    border-right: 1px solid var(--line)
}

.brand-row a:hover {
    color: var(--accent-hover)
}

.front-page-blocks>.wp-block-optimal-focus-hero-slider:first-child {
    margin-top: 0
}

.is-style-of-card {
    background: #fff;
    padding: 32px;
    box-shadow: var(--shadow)
}

.is-style-of-dark {
    background: var(--dark);
    color: #fff;
    padding: 45px
}

.is-style-of-eyebrow {
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .17em;
    text-transform: uppercase
}

.is-style-of-outline .wp-block-button__link {
    background: #fff !important;
    color: var(--dark) !important;
    border: 1px solid var(--dark);
    border-radius: 0
}

.wp-block-button__link {
    border-radius: 0;
    background: var(--dark);
    border: 1px solid var(--gold)
}

@media(max-width:760px) {
    .nav-inner>.menu {
        display: block;
        background: #fff
    }

    .nav-inner>.menu>li:first-child>a {
        padding: 14px 20px
    }

    .menu .sub-menu,
    .menu .sub-menu .sub-menu {
        position: static;
        display: none;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: 0;
        padding: 0 0 0 15px
    }

    .menu .menu-item-has-children.is-submenu-open>.sub-menu {
        display: block;
        animation: ofSubmenuReveal .22s ease both
    }

    .menu-item-has-children>a {
        padding-right: 56px !important
    }

    .menu-item-has-children>a:after {
        display: none
    }

    .submenu-toggle {
        position: absolute;
        z-index: 2;
        top: 10px;
        right: 10px;
        display: grid;
        place-items: center;
        width: 25px;
        height: 25px;
        padding: 0;
        border: 0;
        background: #fff;
        color: var(--dark);
        cursor: pointer;
    }


    .submenu-toggle svg {
        width: 18px;
        height: 18px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: transform .2s ease
    }

    .is-submenu-open>.submenu-toggle {
        /*border-color: var(--gold);
        background: var(--gold)*/
    }

    .is-submenu-open>.submenu-toggle svg {
        transform: rotate(180deg)
    }

    .nav-inner>.menu>li:first-child>.submenu-toggle {
        border-color: rgba(255, 255, 255, .3);
        background: transparent;
        color: #fff
    }

    .nav-inner>.menu>li:first-child.is-submenu-open>.submenu-toggle {
        border-color: var(--gold);
        background: var(--gold);
        color: var(--dark)
    }

    .menu .sub-menu a {
        padding: 9px 20px;
        font-size: 12px
    }

    .menu .sub-menu .sub-menu {
        padding-left: 15px
    }

    .hero-slide {
        min-height: 650px;
        background-image: linear-gradient(180deg, rgba(248, 249, 250, .98) 0%, rgba(248, 249, 250, .91) 52%, rgba(248, 249, 250, .18) 100%), var(--slide-image);
        background-position: 66% center
    }

    .brand-row a {
        height: 80px;
        font-size: 15px
    }
}

@keyframes ofSubmenuReveal {
    from {
        opacity: 0;
        transform: translateY(-5px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.specialists-block>h2 {
    font-size: 34px;
    margin: 45px 0 24px
}

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

.specialists-grid article {
    background: var(--bg);
    padding: 24px
}

.specialist-photo {
    aspect-ratio: 4/5;
    background: #E6E9EB;
    margin-bottom: 20px;
    overflow: hidden
}

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

.specialists-grid h3 {
    font: 20px var(--serif)
}

.specialists-grid article>div:last-child {
    color: var(--muted);
    font-size: 12px
}

@media(max-width:760px) {
    .specialists-grid {
        grid-template-columns: 1fr
    }
}

/* Flexible hero and product-category block variants */
.hero-slide {
    position: relative
}

.hero-copy {
    position: relative;
    z-index: 2
}

.hero-lead>.wp-block-heading,
.hero-lead h2,
.hero-lead h3 {
    font: 24px/1.3 var(--serif);
    margin: 0 0 12px
}

.hero-lead p {
    margin: 0 0 12px
}

.hero-whole-link {
    position: absolute;
    inset: 0;
    z-index: 3
}

.hero-whole-link-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid var(--gold);
    padding-bottom: 5px;
    font-weight: 600
}

.hero-whole-link-label .icon {
    width: 18px
}

.hero-variant-cpt-link .hero-slide {
    background-image: linear-gradient(90deg, rgba(22, 29, 36, .92), rgba(22, 29, 36, .52)), var(--slide-image);
    color: #fff
}

.hero-variant-cpt-link .hero-copy {
    max-width: 670px
}

.hero-variant-cpt-link .hero-copy h1,
.hero-variant-cpt-link .hero-note strong {
    color: #fff
}

.hero-variant-cpt-link .hero-lead {
    color: #E4E7EA
}

.hero-variant-cpt-link .slider-controls {
    z-index: 6
}

.hero-variant-split .hero-slide {
    background: #fff;
    overflow: hidden
}

.hero-variant-split .hero-slide:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 49%;
    background: var(--slide-image) center/cover no-repeat
}

.hero-variant-split .hero-copy {
    width: 48%;
    padding-right: 40px
}

.categories-section .category-grid {
    grid-template-columns: repeat(var(--of-category-columns, 4), minmax(0, 1fr))
}

.category-media {
    height: 215px;
    margin: -25px -25px 10px;
    overflow: hidden;
    background: linear-gradient(145deg, #F7F7F5, #ECEFF1)
}

.category-media>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s
}

.category-card:hover .category-media>img {
    transform: scale(1.035)
}

.category-placeholder {
    height: 100%;
    display: grid;
    place-items: center
}

.category-placeholder .frame-art {
    margin: 0;
    transform: scale(.72)
}

.category-copy {
    position: relative
}

.category-count {
    display: block;
    margin-top: 9px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase
}

.categories-layout-slider .category-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(270px, calc((100% - 48px)/4));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none
}

.categories-layout-slider .category-grid::-webkit-scrollbar {
    display: none
}

.categories-layout-slider .category-card {
    scroll-snap-align: start
}

.category-slider-controls {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 22px
}

.category-slider-controls button {
    width: 42px;
    height: 42px;
    background: #fff;
    border: 1px solid var(--gold);
    cursor: pointer
}

.category-slider-controls button:hover {
    background: var(--accent-hover)
}

.categories-layout-editorial .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 250px
}

.categories-layout-editorial .category-card {
    height: auto
}

.categories-layout-editorial .category-card:first-child {
    grid-column: span 2;
    grid-row: span 2
}

.categories-layout-editorial .category-card:first-child .category-media {
    height: 360px
}

.categories-layout-editorial .category-card:not(:first-child) {
    display: grid;
    grid-template-columns: 42% 1fr;
    gap: 18px
}

.categories-layout-editorial .category-card:not(:first-child) .category-media {
    height: auto;
    margin: -25px 0 -25px -25px
}

.categories-layout-compact .category-card {
    height: 205px;
    padding: 20px
}

.categories-layout-compact .category-media {
    height: 90px;
    margin: -20px -20px 12px
}

.categories-layout-compact .category-card p {
    display: none
}

.categories-layout-compact .category-card h3 {
    font-size: 18px
}

.categories-layout-compact .round-arrow {
    width: 30px;
    height: 30px;
    right: 18px;
    bottom: 16px
}

.categories-layout-list .category-grid {
    grid-template-columns: 1fr
}

.categories-layout-list .category-card {
    height: 170px;
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 28px;
    padding: 20px
}

.categories-layout-list .category-media {
    height: 170px;
    margin: -20px 0 -20px -20px
}

.categories-layout-list .category-copy {
    align-self: center
}

.categories-layout-list .category-number {
    z-index: 2;
    color: var(--gold)
}

@media(max-width:900px) {
    .categories-section .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .categories-layout-editorial .category-grid {
        grid-template-columns: 1fr 1fr
    }

    .categories-layout-editorial .category-card:first-child {
        grid-column: 1/-1
    }

    .hero-variant-split .hero-slide:after {
        width: 42%
    }

    .hero-variant-split .hero-copy {
        width: 58%
    }
}

@media(max-width:760px) {
    .hero-variant-split .hero-slide:after {
        opacity: .22;
        width: 100%
    }

    .hero-variant-split .hero-copy {
        width: 100%;
        padding-right: 0
    }

    .categories-section .category-grid,
    .categories-layout-editorial .category-grid {
        grid-template-columns: 1fr
    }

    .categories-layout-editorial .category-card:first-child {
        grid-column: auto;
        grid-row: auto
    }

    .categories-layout-editorial .category-card:first-child .category-media {
        height: 210px
    }

    .categories-layout-editorial .category-card:not(:first-child) {
        display: flex
    }

    .categories-layout-editorial .category-card:not(:first-child) .category-media {
        height: 210px;
        margin: -25px -25px 10px
    }

    .categories-layout-list .category-card {
        grid-template-columns: 120px 1fr;
        height: 150px;
        gap: 16px
    }

    .categories-layout-list .category-media {
        height: 150px
    }

    .categories-layout-slider .category-grid {
        grid-template-columns: none;
        grid-auto-columns: 82%
    }
}

/* Additional slider variants */
.hero-variant-gallery {
    background: #171E25;
    padding: 42px 0
}

.hero-variant-gallery .hero-slide {
    min-height: 700px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #171E25;
    background-position: center
}

.hero-variant-gallery .hero-slide:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(23, 30, 37, .9), transparent 42%, transparent 68%, rgba(23, 30, 37, .38))
}

.hero-variant-gallery .hero-inner {
    min-height: 700px;
    align-items: flex-end
}

.hero-variant-gallery .hero-copy {
    color: #fff;
    background: rgba(23, 30, 37, .88);
    padding: 25px 28px;
    width: min(560px, 75%);
    margin-bottom: 35px
}

.hero-variant-gallery .hero-copy h1 {
    color: #fff;
    font-size: 38px
}

.hero-variant-gallery .hero-lead {
    color: #DDE1E5
}

.hero-variant-gallery .hero-actions,
.hero-variant-gallery .hero-note {
    display: none
}

.hero-variant-licenses {
    background: #E9ECEE;
    padding: 50px 0
}

.hero-variant-licenses .hero-slide {
    min-height: 600px;
    background-image: none !important
}

.hero-variant-licenses .hero-slide:after {
    content: "";
    position: absolute;
    left: 8%;
    top: 45px;
    bottom: 45px;
    width: 38%;
    background: var(--slide-image) center/contain no-repeat;
    background-color: #fff;
    box-shadow: 0 16px 45px rgba(0, 0, 0, .13)
}

.hero-variant-licenses .hero-inner {
    justify-content: flex-end;
    min-height: 600px
}

.hero-variant-licenses .hero-copy {
    width: 46%
}

.hero-variant-licenses .hero-actions,
.hero-variant-licenses .hero-note {
    display: none
}

.hero-variant-thumbnail {
    padding-bottom: 105px
}

.hero-thumbnails {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    display: flex;
    gap: 9px;
    overflow-x: auto;
    z-index: 7
}

.hero-thumbnails button {
    min-width: 150px;
    height: 68px;
    padding: 6px;
    background: #fff;
    border: 1px solid var(--line);
    display: grid;
    grid-template-columns: 56px 1fr;
    align-items: center;
    gap: 8px;
    text-align: left;
    cursor: pointer
}

.hero-thumbnails button.is-active {
    border-color: var(--gold);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .08)
}

.hero-thumbnails img {
    width: 56px;
    height: 54px;
    object-fit: cover
}

.hero-thumbnails span {
    font-size: 12px;
    line-height: 1.3
}

.hero-variant-thumbnail .slider-controls {
    bottom: 112px
}

/* Flexible content-section variations */
.of-content-section {
    position: relative;
    display: flex;
    min-height: var(--of-min-height, 420px);
    overflow: hidden;
    background: #fff
}

.of-content-section .of-content-media {
    width: 50%;
    min-height: inherit;
    background: #E7E9EB
}

.of-content-section .of-content-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover
}

.of-content-section .of-content-inner {
    position: relative;
    z-index: 2;
    width: min(var(--of-content-width, 560px), 100%);
    padding: var(--of-section-padding, 64px);
    align-self: center
}

.of-content-section.is-align-start .of-content-inner {
    align-self: flex-start
}

.of-content-section.is-align-end .of-content-inner {
    align-self: flex-end
}

.of-content-section .wp-block-heading {
    font-family: var(--serif);
    font-weight: 400
}

.is-variant-image-right .of-content-media {
    order: 2
}

.is-variant-image-overlay,
.is-variant-full-banner {
    background-image: linear-gradient(rgba(24, 31, 39, var(--of-overlay, .35)), rgba(24, 31, 39, var(--of-overlay, .35))), var(--of-section-image);
    background-position: center;
    background-size: cover;
    color: #fff
}

.is-variant-image-overlay .of-content-inner {
    margin-left: 8%
}

.is-variant-full-banner .of-content-inner,
.is-variant-minimal-centered .of-content-inner {
    margin: auto;
    text-align: center
}

.is-variant-dark-split {
    background: #F8F9FA;
    color: var(--text)
}

.is-variant-dark-split .of-content-media {
    order: 2
}

.is-variant-bordered-card {
    margin: 55px auto;
    width: min(1180px, calc(100% - 48px));
    border: 1px solid var(--gold);
    box-shadow: var(--shadow)
}

.is-variant-quote-feature {
    background: #fff;
    border-left: 8px solid var(--gold)
}

.is-variant-quote-feature .of-content-inner {
    margin: auto;
    font: 24px/1.55 var(--serif)
}

.is-variant-stats-highlight {
    background: linear-gradient(135deg, #EDF0F2, #fff)
}

.is-variant-steps-panel {
    background: #fff;
    border-top: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold)
}

.is-variant-callout-gold {
    background: var(--gold)
}

.is-variant-callout-gold .of-content-inner {
    margin: auto;
    text-align: center
}

.is-variant-gallery-intro {
    background: #F8F9FA;
    color: var(--text)
}

.is-variant-gallery-intro .of-content-media {
    order: 2;
    width: 60%
}

.is-variant-minimal-centered {
    background: var(--bg)
}

.has-animation-fade-up,
.has-animation-fade-left,
.has-animation-fade-right,
.has-animation-zoom {
    opacity: 0;
    transition: opacity .65s ease, transform .65s ease
}

.has-animation-fade-up {
    transform: translateY(35px)
}

.has-animation-fade-left {
    transform: translateX(-35px)
}

.has-animation-fade-right {
    transform: translateX(35px)
}

.has-animation-zoom {
    transform: scale(.96)
}

.is-of-visible {
    opacity: 1;
    transform: none
}

/* Tabs and FAQ */
.of-tabs {
    margin: 60px auto;
    width: min(1180px, calc(100% - 48px))
}

.of-tabs-nav {
    display: flex;
    gap: 0;
    border-bottom: 1px solid var(--line);
    overflow-x: auto
}

.of-tabs-nav button {
    padding: 16px 24px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: var(--muted);
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer
}

.of-tabs-nav button.is-active {
    color: var(--text);
    border-color: var(--gold)
}

.of-tabs>.of-tab {
    display: none
}

.of-tabs>.of-tab.is-active {
    display: block;
    animation: ofTabIn .35s ease
}

.of-tab-panel {
    padding: 34px;
    background: #fff;
    box-shadow: var(--shadow)
}

@keyframes ofTabIn {
    from {
        opacity: 0;
        transform: translateY(8px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.of-faq {
    margin: 60px auto;
    width: min(960px, calc(100% - 48px));
    border-top: 1px solid var(--line)
}

.of-faq-item {
    border-bottom: 1px solid var(--line);
    background: #fff
}

.of-faq-question {
    width: 100%;
    padding: 22px 25px;
    border: 0;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    color: var(--text);
    font: 18px var(--serif);
    cursor: pointer
}

.of-faq-question i {
    width: 30px;
    height: 30px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font: 20px var(--sans);
    transition: transform .3s
}

.of-faq-item.is-open .of-faq-question i {
    transform: rotate(45deg);
    background: var(--gold)
}

.of-faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .35s ease
}

.of-faq-answer-inner {
    overflow: hidden;
    padding: 0 25px
}

.of-faq-item.is-open .of-faq-answer {
    grid-template-rows: 1fr
}

.of-faq-item.is-open .of-faq-answer-inner {
    padding-bottom: 24px
}

/* Keep category headings clear of the absolutely positioned arrow. */
.category-card .category-copy {
    padding-right: 52px
}

.category-card .category-copy h3 {
    max-width: 100%;
}

.categories-layout-compact .category-copy {
    padding-right: 42px
}

/* Product badges and quick view */
.product-visual-link {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center
}

.product-visual-link>img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.product-badges {
    position: absolute;
    z-index: 4;
    left: 14px;
    top: 14px;
    display: flex;
    max-width: calc(100% - 68px);
    flex-wrap: wrap;
    gap: 6px;
    pointer-events: none
}

.product-badges .product-badge {
    position: static;
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 0 9px;
    border: 1px solid transparent;
    background: #fff;
    color: var(--dark);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .1em;
    text-transform: uppercase;
    box-shadow: 0 5px 14px rgba(43, 45, 49, .09)
}

.product-badges .product-badge-new {
    border-color: var(--gold);
    color: #8B6D35
}

.product-badges .product-badge-hit {
    background: var(--dark);
    border-color: var(--gold);
    color: #fff
}

.product-badges .product-badge-sale {
    background: var(--gold);
    color: var(--dark)
}

.of-quick-view {
    border: 1px solid var(--gold);
    background: #fff;
    color: var(--dark);
    cursor: pointer
}

.of-quick-view .icon {
    width: 18px;
    height: 18px
}

.of-quick-view.is-compact {
    position: absolute;
    z-index: 5;
    right: 14px;
    top: 14px;
    width: 38px;
    height: 38px;
    padding: 0;
    display: grid;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 5px 14px rgba(43, 45, 49, .1);
    transition: .2s
}

.of-quick-view.is-compact span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.of-quick-view.is-compact:hover {
    background: var(--accent-hover);
    transform: translateY(-2px)
}

.woocommerce ul.products li.product {
    position: relative;
    overflow: hidden
}

.woocommerce ul.products li.product .product-badges {
    top: 12px;
    left: 12px
}

.woocommerce ul.products li.product>.of-quick-view.is-compact {
    top: 12px;
    right: 12px
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: block;
    position: relative
}

.of-modal-open {
    overflow: hidden
}

.of-quick-modal[hidden] {
    display: none
}

.of-quick-modal {
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px
}

.of-quick-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(23, 30, 37, .74);
    backdrop-filter: blur(5px)
}

.of-quick-dialog {
    position: relative;
    width: min(1020px, 100%);
    max-height: min(760px, calc(100vh - 48px));
    overflow: auto;
    background: #fff;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
    animation: ofQuickIn .28s ease
}

@keyframes ofQuickIn {
    from {
        opacity: 0;
        transform: translateY(16px) scale(.985)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.of-quick-close {
    position: absolute;
    z-index: 6;
    right: 18px;
    top: 18px;
    width: 42px;
    height: 42px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    background: #fff;
    display: grid;
    place-items: center;
    cursor: pointer
}

.of-quick-close:hover {
    background: var(--accent-hover)
}

.of-quick-close svg {
    width: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round
}

.of-quick-grid {
    display: grid;
    grid-template-columns: minmax(330px, .92fr) minmax(390px, 1.08fr);
    min-height: 570px
}

.of-quick-media {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 570px;
    padding: 55px;
    background: linear-gradient(145deg, #ECEEEF, #F8F9FA)
}

.of-quick-media>img {
    width: 100%;
    height: auto;
    max-height: 460px;
    object-fit: contain
}

.of-quick-copy {
    align-self: center;
    padding: 65px 62px
}

.of-quick-copy h2 {
    margin: 0 0 15px;
    font-size: 38px
}

.of-quick-price {
    margin-bottom: 22px;
    font-size: 21px;
    font-weight: 700
}

.of-quick-price del {
    margin-right: 8px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 400
}

.of-quick-summary {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75
}

.of-quick-attributes {
    margin: 26px 0;
    border-top: 1px solid var(--line)
}

.of-quick-attributes>div {
    display: grid;
    grid-template-columns: 42% 1fr;
    gap: 15px;
    padding: 9px 0;
    border-bottom: 1px solid var(--line);
    font-size: 12px
}

.of-quick-attributes dt {
    color: var(--muted)
}

.of-quick-attributes dd {
    margin: 0;
    color: var(--text);
    font-weight: 600
}

.of-quick-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.of-quick-loading,
.of-quick-error {
    min-height: 420px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 16px;
    color: var(--muted)
}

.of-quick-loading span {
    width: 38px;
    height: 38px;
    border: 1px solid var(--line);
    border-top-color: var(--gold);
    border-radius: 50%;
    animation: ofSpin .75s linear infinite
}

@keyframes ofSpin {
    to {
        transform: rotate(360deg)
    }
}

@media(max-width:760px) {
    .product-badges {
        max-width: calc(100% - 58px);
        gap: 4px
    }

    .product-badges .product-badge {
        min-height: 21px;
        padding: 0 6px;
        font-size: 12px
    }

    .of-quick-view.is-compact {
        width: 34px;
        height: 34px
    }

    .of-quick-modal {
        padding: 10px
    }

    .of-quick-dialog {
        max-height: calc(100vh - 20px)
    }

    .of-quick-grid {
        display: block;
        min-height: 0
    }

    .of-quick-media {
        min-height: 260px;
        padding: 45px 35px 25px
    }

    .of-quick-media>img {
        max-height: 230px
    }

    .of-quick-copy {
        padding: 32px 24px
    }

    .of-quick-copy h2 {
        padding-right: 40px;
        font-size: 29px
    }

    .of-quick-close {
        right: 12px;
        top: 12px
    }

    .of-quick-actions {
        display: grid
    }

    .of-quick-actions .btn {
        text-align: center
    }
}

/* Modern single product */
.single-product .shop-shell {
    padding-top: 28px;
    background: var(--bg)
}

.single-product .shop-shell>.container>.breadcrumbs {
    margin-bottom: 24px
}

.single-product .woocommerce div.product {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr);
    gap: 28px;
    padding: 0;
    background: transparent;
    box-shadow: none
}

.single-product .woocommerce div.product>.product-badges {
    left: 22px;
    top: 22px
}

.single-product .woocommerce div.product div.images,
.single-product .woocommerce div.product div.summary {
    float: none !important;
    width: auto !important;
    margin: 0 !important
}

.single-product .woocommerce div.product div.images {
    min-width: 0;
    padding: 34px;
    background: #fff;
    box-shadow: var(--shadow)
}

.single-product .woocommerce-product-gallery__wrapper {
    background: linear-gradient(145deg, #F0F2F3, #FAF8F4)
}

.single-product .woocommerce-product-gallery__image {
    min-height: 520px;
    display: grid !important;
    place-items: center
}

.single-product .woocommerce-product-gallery__image a {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%
}

.single-product .woocommerce-product-gallery__image img {
    width: 100% !important;
    height: 520px !important;
    object-fit: contain;
    padding: 35px
}

.single-product .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 5;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    background: #fff
}

.single-product .woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    top: 12px;
    left: 12px;
    width: 11px;
    height: 11px;
    border-color: var(--dark)
}

.single-product .woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    top: 24px;
    left: 25px;
    background: var(--dark)
}

.single-product .woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    gap: 10px;
    margin: 14px 0 0;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--gold) transparent
}

.single-product .woocommerce div.product div.images .flex-control-thumbs li {
    float: none !important;
    flex: 0 0 78px;
    width: 78px !important
}

.single-product .woocommerce div.product div.images .flex-control-thumbs img {
    width: 78px;
    height: 78px;
    padding: 7px;
    border: 1px solid var(--line);
    background: #fff;
    object-fit: contain;
    opacity: .65;
    transition: .2s
}

.single-product .woocommerce div.product div.images .flex-control-thumbs img.flex-active,
.single-product .woocommerce div.product div.images .flex-control-thumbs img:hover {
    border-color: var(--accent-hover);
    opacity: 1
}

.single-product .woocommerce div.product div.summary {
    position: relative;
    align-self: start;
    padding: 48px 46px;
    background: #fff;
    box-shadow: var(--shadow)
}

.single-product .summary .of-single-category {
    margin: 0 0 14px
}

.single-product .summary .product_title {
    margin: 0 0 20px;
    font: clamp(32px, 3.2vw, 48px)/1.18 var(--serif);
    color: var(--text)
}

.single-product .summary .price {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin: 0 0 20px !important;
    color: var(--text) !important;
    font-size: 25px !important;
    font-weight: 700
}

.single-product .summary .price del {
    color: var(--muted);
    font-size: 15px;
    font-weight: 400;
    opacity: 1
}

.single-product .summary .price ins {
    text-decoration: none
}

.of-product-availability {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 17px 0 24px;
    padding: 13px 15px;
    border: 1px solid var(--line);
    background: var(--bg)
}

.of-product-availability .icon {
    width: 25px;
    height: 25px;
    padding: 5px;
    border-radius: 50%
}

.of-product-availability.is-in-stock .icon {
    background: rgba(102, 210, 206, .2);
    color: #8A6B31
}

.of-product-availability.is-out-of-stock .icon {
    background: #F0E2E2;
    color: #984747
}

.of-product-availability>span {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.of-product-availability small {
    color: var(--muted);
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase
}

.of-product-availability strong {
    font-size: 12px
}

.single-product .woocommerce-product-details__short-description {
    margin: 0 0 28px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75
}

.single-product .woocommerce div.product form.cart {
    display: flex;
    gap: 10px;
    margin: 0 0 26px;
    padding: 20px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.single-product .woocommerce div.product form.cart .quantity .qty {
    width: 70px;
    height: 50px;
    border: 1px solid var(--line);
    background: #fff
}

.single-product .woocommerce div.product form.cart .button {
    min-height: 50px;
    flex: 1;
    border: 1px solid var(--gold);
    border-radius: 0;
    background: var(--dark);
    color: #fff
}

.single-product .woocommerce div.product form.cart .button:hover {
    background: var(--accent-hover);
    color: var(--dark)
}

.single-product .product_meta {
    display: grid;
    gap: 7px;
    color: var(--muted);
    font-size: 12px
}

.single-product .product_meta a {
    color: var(--text)
}

.single-product .woocommerce div.product .woocommerce-tabs,
.single-product .woocommerce div.product .related,
.single-product .woocommerce div.product .upsells {
    grid-column: 1/-1
}

.single-product .woocommerce div.product .woocommerce-tabs {
    margin-top: 30px;
    background: #fff;
    box-shadow: var(--shadow)
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: auto
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    overflow: hidden;
    border: 0 !important;
    border-radius: 0 !important;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    display: none
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    position: relative;
    padding: 20px 30px !important;
    color: var(--muted) !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -1px;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transition: transform .25s
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--text) !important
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
    transform: scaleX(1)
}

.single-product .woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 !important;
    padding: 42px 48px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.8
}

.single-product .woocommerce div.product .woocommerce-tabs .panel>h2:first-child {
    margin-top: 0;
    color: var(--text);
    font-size: 30px
}

.woocommerce-Tabs-panel.is-of-tab-entering {
    animation: ofProductTabIn .38s ease
}

@keyframes ofProductTabIn {
    from {
        opacity: 0;
        transform: translateY(9px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.single-product .woocommerce-product-attributes {
    border: 0 !important
}

.single-product .woocommerce-product-attributes tr {
    display: grid;
    grid-template-columns: minmax(180px, 35%) 1fr
}

.single-product .woocommerce-product-attributes th,
.single-product .woocommerce-product-attributes td {
    padding: 12px 15px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--line) !important;
    background: transparent !important;
    font-size: 12px;
    font-style: normal
}

.single-product .woocommerce-product-attributes th {
    color: var(--muted);
    font-weight: 400
}

.single-product .woocommerce-product-attributes td {
    color: var(--text);
    font-weight: 600
}

.single-product .related>h2,
.single-product .upsells>h2 {
    margin: 28px 0;
    font-size: 36px
}

.of-product-tabs {
    margin-top: 25px
}

.of-product-tabs-nav {
    display: flex;
    border-bottom: 1px solid var(--line);
    overflow: hidden;
}

.of-product-tabs-nav button {
    position: relative;
    padding: 14px 17px;
    border: 0;
    background: transparent;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer
}

.of-product-tabs-nav button:after {
    content: "";
    position: absolute;
    left: 17px;
    right: 17px;
    bottom: -1px;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transition: .25s
}

.of-product-tabs-nav button.is-active {
    color: var(--text)
}

.of-product-tabs-nav button.is-active:after {
    transform: scaleX(1)
}

.of-product-tab-panel {
    display: none;
    padding: 20px 0 4px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7
}

.of-product-tab-panel.is-active {
    display: block;
    animation: ofProductTabIn .35s ease
}

.of-product-tab-panel p:first-child {
    margin-top: 0
}

.of-product-attributes {
    margin: 0
}

.of-product-attributes>div {
    display: grid;
    grid-template-columns: minmax(120px, 42%) 1fr;
    gap: 14px;
    padding: 8px 0;
    border-bottom: 1px solid var(--line)
}

.of-product-attributes dt {
    color: var(--muted)
}

.of-product-attributes dd {
    margin: 0;
    color: var(--text);
    font-weight: 600
}

.of-quick-dialog {
    width: min(1160px, 100%)
}

.of-quick-grid {
    grid-template-columns: minmax(380px, .95fr) minmax(430px, 1.05fr)
}

.of-quick-media {
    display: block;
    padding: 48px 42px 30px
}

.of-quick-main-image {
    height: 410px;
    display: grid;
    place-items: center
}

.of-quick-main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.of-quick-thumbs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    overflow-x: auto;
    overflow-y: hidden;
}

.of-quick-thumbs button {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    padding: 4px;
    border: 1px solid var(--line);
    background: #fff;
    cursor: pointer
}

.of-quick-thumbs button.is-active {
    border-color: var(--gold)
}

.of-quick-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.of-quick-copy {
    align-self: start;
    padding: 52px 55px
}

.of-quick-copy .of-product-availability {
    margin: 13px 0 18px
}

.of-quick-copy .of-quick-summary {
    margin-bottom: 0
}

.of-quick-tabs {
    max-height: 270px;
    overflow: auto;
    padding-right: 5px
}

.of-quick-actions {
    margin-top: 24px
}

@media(max-width:900px) {
    .single-product .woocommerce div.product {
        grid-template-columns: 1fr
    }

    .single-product .woocommerce div.product .woocommerce-tabs,
    .single-product .woocommerce div.product .related,
    .single-product .woocommerce div.product .upsells {
        grid-column: auto
    }

    .single-product .woocommerce div.product div.summary {
        padding: 38px 32px
    }
}

@media(max-width:760px) {
    .single-product .woocommerce div.product div.images {
        padding: 14px
    }

    .single-product .woocommerce-product-gallery__image {
        min-height: 330px
    }

    .single-product .woocommerce-product-gallery__image img {
        height: 330px !important;
        padding: 20px
    }

    .single-product .woocommerce div.product div.summary {
        padding: 32px 24px
    }

    .single-product .summary .product_title {
        font-size: 34px
    }

    .single-product .woocommerce div.product form.cart {
        display: grid;
        grid-template-columns: 70px 1fr
    }

    .single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 16px 18px !important
    }

    .single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
        left: 18px;
        right: 18px
    }

    .single-product .woocommerce div.product .woocommerce-tabs .panel {
        padding: 28px 22px
    }

    .single-product .woocommerce-product-attributes tr {
        grid-template-columns: 1fr
    }

    .of-quick-grid {
        display: block
    }

    .of-quick-media {
        padding: 42px 24px 20px
    }

    .of-quick-main-image {
        height: 260px
    }

    .of-quick-copy {
        padding: 30px 24px
    }

    .of-quick-tabs {
        max-height: none
    }

    .of-product-tabs-nav button {
        padding-left: 10px;
        padding-right: 10px
    }

    .of-product-tabs-nav button:after {
        left: 10px;
        right: 10px
    }
}

/* Testimonials slider */
.testimonials {
    overflow: hidden;
    background: #F8F9FA
}

.testimonials-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 440px);
    gap: 70px;
    align-items: end;
    margin-bottom: 42px
}

.testimonials-heading h2 {
    margin: 0
}

.testimonials-heading>p {
    margin: 0 0 7px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75
}

.testimonials-stage {
    position: relative;
    min-height: 490px;
    background: var(--dark);
    overflow: hidden
}

.testimonials-stage:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(102, 210, 206, .16), transparent 42%)
}

.testimonials-orbit {
    position: absolute;
    left: 7%;
    top: 50%;
    width: 290px;
    height: 290px;
    border: 1px solid rgba(102, 210, 206, .42);
    border-radius: 50%;
    transform: translateY(-50%)
}

.testimonials-orbit:before,
.testimonials-orbit:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(102, 210, 206, .2);
    border-radius: 50%
}

.testimonials-orbit:before {
    inset: 31px
}

.testimonials-orbit:after {
    inset: 79px;
    background: rgba(102, 210, 206, .07)
}

.testimonials-orbit span {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    background: var(--gold);
    border-radius: 50%;
    transform: translate(-50%, -50%)
}

.testimonials-orbit i {
    position: absolute;
    left: 50%;
    top: -5px;
    width: 9px;
    height: 9px;
    background: #fff;
    border: 2px solid var(--gold);
    border-radius: 50%;
    transform: translateX(-50%);
    animation: ofReviewOrbit 9s linear infinite;
    transform-origin: 4px 150px
}

@keyframes ofReviewOrbit {
    to {
        transform: translateX(-50%) rotate(360deg)
    }
}

.testimonial-slides {
    position: relative;
    z-index: 2;
    width: 67%;
    min-height: 410px;
    margin-left: auto
}

.testimonial-slide {
    display: none;
    position: relative;
    min-height: 410px;
    margin: 40px 40px 40px 0;
    padding: 54px 64px 42px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .2)
}

.testimonial-slide.is-active {
    display: flex;
    flex-direction: column;
    animation: ofReviewIn .5s cubic-bezier(.2, .7, .2, 1)
}

@keyframes ofReviewIn {
    from {
        opacity: 0;
        transform: translateX(28px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.testimonial-index {
    position: absolute;
    right: 28px;
    top: 24px;
    color: #B9BDC1;
    font-size: 12px;
    letter-spacing: .16em
}

.testimonial-quote-mark {
    height: 54px;
    color: var(--gold);
    font: 82px/1 var(--serif)
}

.testimonial-body {
    max-width: 720px;
    color: var(--text);
    font: clamp(20px, 2.1vw, 30px)/1.5 var(--serif)
}

.testimonial-body p {
    margin: 0 0 16px
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    padding-top: 26px;
    border-top: 1px solid var(--line)
}

.testimonial-avatar {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--gold);
    display: grid;
    place-items: center;
    color: var(--dark);
    font: 20px var(--serif)
}

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

.testimonial-author>div:nth-child(2) {
    display: flex;
    min-width: 0;
    flex-direction: column
}

.testimonial-author strong {
    font-size: 13px
}

.testimonial-author small {
    margin-top: 4px;
    color: var(--muted);
    font-size: 12px
}

.testimonial-rating {
    display: flex;
    gap: 3px;
    margin-left: auto;
    color: var(--gold)
}

.review-star {
    width: 15px;
    height: 15px;
    fill: currentColor
}

.review-star.is-empty {
    display: block;
    border: 1px solid currentColor;
    clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 94%, 50% 72%, 21% 94%, 32% 57%, 2% 35%, 39% 35%);
    opacity: .3
}

.testimonial-controls {
    position: absolute;
    z-index: 4;
    left: 7%;
    bottom: 45px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff
}

.testimonial-controls button {
    width: 43px;
    height: 43px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: .2s
}

.testimonial-controls button:first-child {
    transform: rotate(180deg)
}

.testimonial-controls button:hover {
    background: var(--accent-hover);
    color: var(--dark)
}

.testimonial-controls .icon {
    width: 17px
}

.testimonial-controls>span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    letter-spacing: .12em
}

.testimonial-controls>span i {
    display: block;
    width: 34px;
    height: 1px;
    background: var(--gold)
}

.testimonials-layout-glass {
    background: var(--dark);
    color: #fff
}

.testimonials-layout-glass .testimonials-heading>p {
    color: #B8C0C7
}

.testimonials-layout-glass .testimonials-stage {
    border: 1px solid rgba(102, 210, 206, .45);
    background: linear-gradient(135deg, #303B47, #1E2730)
}

.testimonials-layout-glass .testimonial-slide {
    color: #fff;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: none;
    backdrop-filter: blur(18px)
}

.testimonials-layout-glass .testimonial-body {
    color: #fff
}

.testimonials-layout-glass .testimonial-author {
    border-color: rgba(255, 255, 255, .16)
}

.testimonials-layout-glass .testimonial-author small {
    color: #C0C6CC
}

.testimonials-layout-minimal {
    background: #fff
}

.testimonials-layout-minimal .testimonials-stage {
    min-height: 430px;
    background: #fff;
    border: 1px solid var(--gold)
}

.testimonials-layout-minimal .testimonials-stage:before,
.testimonials-layout-minimal .testimonials-orbit {
    display: none
}

.testimonials-layout-minimal .testimonial-slides {
    width: 100%;
    min-height: 350px
}

.testimonials-layout-minimal .testimonial-slide {
    min-height: 350px;
    margin: 40px;
    padding: 30px 12% 30px 18%;
    box-shadow: none;
    border-left: 1px solid var(--gold)
}

.testimonials-layout-minimal .testimonial-controls {
    left: 40px;
    bottom: 35px;
    color: var(--dark)
}

.testimonials-layout-minimal .testimonial-controls button {
    color: var(--dark)
}

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

    .testimonials-stage {
        min-height: 560px
    }

    .testimonials-orbit {
        width: 150px;
        height: 150px;
        left: -35px;
        top: 95px
    }

    .testimonials-orbit i {
        display: none
    }

    .testimonial-slides {
        width: calc(100% - 24px);
        min-height: 430px;
        margin-top: 95px
    }

    .testimonial-slide {
        min-height: 430px;
        margin: 0 0 70px;
        padding: 38px 25px 30px
    }

    .testimonial-body {
        font-size: 20px
    }

    .testimonial-author {
        align-items: flex-start;
        flex-wrap: wrap
    }

    .testimonial-rating {
        width: 100%;
        margin: 5px 0 0 66px
    }

    .testimonial-controls {
        left: 24px;
        bottom: 18px
    }

    .testimonials-layout-minimal .testimonial-slide {
        margin: 24px 24px 85px;
        padding: 30px 24px
    }

    .testimonials-layout-minimal .testimonial-controls {
        left: 24px
    }

    .testimonials-layout-minimal .testimonial-slides {
        width: 100%;
        margin-top: 0
    }
}

.testimonial-author>div:not(.testimonial-avatar) {
    display: flex;
    min-width: 0;
    flex-direction: column
}

/* Premium single-product composition — final cascade */
body.single-product .shop-shell {
    padding: 34px 0 110px;
    background: #F3F4F5
}

body.single-product .shop-shell>.container {
    width: min(100% - 40px, 1280px)
}

body.single-product .breadcrumbs {
    margin: 0 0 22px;
    padding-left: 4px;
    color: #8A9097
}

body.single-product .woocommerce div.product {
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(410px, .92fr) !important;
    gap: 0 !important;
    padding: 18px !important;
    border: 1px solid #E4E6E8;
    background: #fff !important;
    box-shadow: 0 22px 60px rgba(43, 45, 49, .08) !important
}

body.single-product .woocommerce div.product div.images {
    position: relative;
    min-width: 0;
    padding: 0 !important;
    background: #F1F3F3 !important;
    box-shadow: none !important;
    overflow: hidden
}

body.single-product .woocommerce div.product div.images .product-badges {
    top: 24px;
    left: 24px;
    max-width: calc(100% - 48px)
}

body.single-product .woocommerce div.product div.images .product-badge {
    min-height: 28px;
    padding: 0 11px;
    box-shadow: none
}

body.single-product .of-gallery-label {
    position: absolute;
    z-index: 4;
    left: 27px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #7D858D;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase
}

body.single-product .of-gallery-label span {
    width: 24px;
    height: 1px;
    background: var(--gold)
}

body.single-product .woocommerce-product-gallery__wrapper {
    background: linear-gradient(145deg, #EEF0F0, #F9F8F5) !important
}

body.single-product .woocommerce-product-gallery__image {
    min-height: 600px !important
}

body.single-product .woocommerce-product-gallery__image img {
    height: 600px !important;
    padding: 72px 62px !important;
    mix-blend-mode: multiply
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs {
    position: relative;
    z-index: 5;
    margin: 0 !important;
    padding: 14px 20px 20px !important;
    background: rgba(255, 255, 255, .75);
    backdrop-filter: blur(8px)
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs li {
    flex-basis: 74px;
    width: 74px !important
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs img {
    width: 74px;
    height: 74px;
    border-color: transparent;
    background: #F4F5F5
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs img.flex-active {
    border-color: var(--gold);
    background: #fff
}

body.single-product .woocommerce div.product div.summary {
    position: relative;
    padding: 64px 52px 48px !important;
    border-left: 1px solid #ECEEF0;
    background: #fff !important;
    box-shadow: none !important
}

body.single-product .woocommerce div.product div.summary:before {
    content: "";
    position: absolute;
    left: 52px;
    top: 39px;
    width: 48px;
    height: 1px;
    background: var(--gold)
}

body.single-product .summary .of-single-category {
    margin: 0 0 15px;
    padding-left: 62px;
    color: #A4874E !important
}

body.single-product .summary .product_title {
    max-width: 560px;
    margin-bottom: 24px !important;
    font-size: clamp(38px, 4vw, 57px) !important;
    letter-spacing: -.025em
}

body.single-product .summary .price {
    margin-bottom: 22px !important;
    font-size: 27px !important
}

body.single-product .summary .woocommerce-product-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 17px
}

body.single-product .star-rating {
    color: var(--gold)
}

body.single-product .of-product-availability {
    margin: 20px 0 26px;
    padding: 15px 17px;
    border: 0;
    border-left: 2px solid var(--gold);
    background: #F6F7F7
}

body.single-product .woocommerce-product-details__short-description {
    max-width: 520px;
    font-size: 13px;
    line-height: 1.85
}

body.single-product .woocommerce div.product form.cart {
    align-items: stretch;
    margin-top: 30px;
    padding: 22px 0 !important
}

body.single-product .woocommerce div.product form.cart .quantity .qty {
    height: 54px !important
}

body.single-product .woocommerce div.product form.cart .single_add_to_cart_button {
    min-height: 54px !important;
    font-size: 12px;
    letter-spacing: .04em
}

body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:after {
    content: "→";
    margin-left: 13px;
    color: var(--gold);
    font-size: 17px
}

body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:hover:after {
    color: var(--dark)
}

body.single-product .woocommerce div.product form.cart.variations_form {
    display: block
}

body.single-product table.variations {
    margin: 0 0 20px;
    border: 0
}

body.single-product table.variations tr {
    display: grid;
    grid-template-columns: 140px 1fr;
    align-items: center;
    border-bottom: 1px solid var(--line)
}

body.single-product table.variations th,
body.single-product table.variations td {
    display: block;
    width: auto !important;
    padding: 12px 0 !important;
    border: 0 !important;
    background: none !important
}

body.single-product table.variations select {
    width: 100%;
    height: 46px;
    border: 1px solid var(--line);
    background: #fff;
    padding: 0 12px
}

body.single-product .product_meta {
    margin-top: 6px;
    padding-top: 20px;
    border-top: 1px solid var(--line)
}

body.single-product .product_meta>span {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 4px 0
}

body.single-product .product_meta>span>* {
    text-align: right
}

body.single-product section.of-single-tabs {
    grid-column: 1/-1 !important;
    margin: 58px 0 0 !important;
    background: transparent !important;
    box-shadow: none !important
}

body.single-product .of-single-tabs-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
    gap: 60px;
    align-items: end;
    margin-bottom: 30px;
    padding: 0 8px
}

body.single-product .of-single-tabs-heading .eyebrow {
    grid-column: 1;
    margin: 0 0 -42px
}

body.single-product .of-single-tabs-heading h2 {
    grid-column: 1;
    margin: 0;
    font-size: clamp(38px, 4vw, 54px);
    letter-spacing: -.02em
}

body.single-product .of-single-tabs-heading>p:last-child {
    grid-column: 2;
    grid-row: 1/3;
    margin: 0 0 7px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75
}

body.single-product .of-single-tabs-frame {
    border: 1px solid #DDDDE0;
    background: #fff;
    box-shadow: 0 16px 45px rgba(43, 45, 49, .055)
}

body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav {
    display: flex !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 8px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--dark) !important;
    overflow-x: auto
}

body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav:before,
body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav:after {
    display: none !important
}

body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav li {
    float: none !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important
}

body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav li:before,
body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav li:after {
    display: none !important
}

body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav li a {
    display: flex !important;
    align-items: center;
    gap: 11px;
    min-height: 52px;
    padding: 0 24px !important;
    border: 0 !important;
    background: transparent !important;
    color: #D1D5D9 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: .03em !important;
    text-transform: none !important
}

body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav li a:after {
    display: none !important
}

body.single-product .of-single-tabs-nav a>span {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(102, 210, 206, .55);
    border-radius: 50%;
    color: var(--gold);
    font-size: 12px
}

body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav li.active a {
    background: #fff !important;
    color: var(--dark) !important
}

body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav li.active a>span {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--dark)
}

body.single-product .of-single-tabs-panels {
    padding: 20px;
}

body.single-product .woocommerce div.product .of-single-tabs .woocommerce-Tabs-panel {
    margin: 0 !important;
    padding: 48px 0 0 !important;
    color: var(--muted) !important;
    font-size: 14px !important;
    line-height: 1.85 !important
}

body.single-product .of-single-tabs .woocommerce-Tabs-panel>h2:first-child {
    display: none !important
}

body.single-product .of-single-tabs .woocommerce-Tabs-panel--description {
    max-width: 900px
}

body.single-product .of-single-tabs table.shop_attributes {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse !important
}

body.single-product .of-single-tabs table.shop_attributes tbody {
    display: grid !important;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0 50px;
    width: 100%
}

body.single-product .of-single-tabs table.shop_attributes tr {
    display: grid !important;
    grid-template-columns: minmax(150px, 44%) 1fr !important;
    align-items: center;
    border: 0 !important;
    border-bottom: 1px solid #E5E7E9 !important;
    background: transparent !important
}

body.single-product .of-single-tabs table.shop_attributes th,
body.single-product .of-single-tabs table.shop_attributes td {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 5px 0 !important;
    border: 0 !important;
    background: transparent !important;
    line-height: 1.45 !important
}

body.single-product .of-single-tabs table.shop_attributes th {
    padding-right: 20px !important;
    color: #7A828A !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    letter-spacing: .02em
}

body.single-product .of-single-tabs table.shop_attributes td {
    color: var(--text) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    font-style: normal !important
}

body.single-product .of-single-tabs table.shop_attributes td p {
    margin: 0 !important;
    padding: 0 !important;
    font-style: normal !important
}

body.single-product #reviews.woocommerce-Reviews {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr);
    gap: 55px
}

body.single-product #reviews #comments h2,
body.single-product #reviews #review_form_wrapper .comment-reply-title {
    display: block;
    margin: 0 0 25px;
    color: var(--text);
    font: 28px/1.3 var(--serif)
}

body.single-product #reviews ol.commentlist {
    padding: 0
}

body.single-product #reviews ol.commentlist li {
    margin-bottom: 18px;
    padding: 22px;
    border: 1px solid var(--line);
    background: #FAFAF9
}

body.single-product #reviews #review_form_wrapper {
    padding: 28px;
    border: 1px solid var(--gold);
    background: #F7F7F5
}

body.single-product #reviews input:not([type=submit]),
body.single-product #reviews textarea {
    width: 100%;
    border: 1px solid var(--line);
    background: #fff;
    padding: 11px
}

body.single-product #reviews textarea {
    min-height: 110px
}

body.single-product #reviews input[type=submit] {
    min-height: 46px;
    padding: 0 24px;
    border: 1px solid var(--gold);
    border-radius: 0;
    background: var(--dark);
    color: #fff
}

body.single-product .related.products {
    padding-top: 18px
}

body.single-product .related.products>h2 {
    position: relative;
    padding-top: 20px;
    font-size: 42px
}

body.single-product .related.products>h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 1px;
    background: var(--gold)
}

@media(max-width:980px) {
    body.single-product .woocommerce div.product {
        grid-template-columns: 1fr !important
    }

    body.single-product .woocommerce div.product div.summary {
        border-top: 1px solid #ECEEF0;
        border-left: 0
    }

    body.single-product .of-single-tabs-heading {
        grid-template-columns: 1fr;
        gap: 15px
    }

    body.single-product .of-single-tabs-heading .eyebrow {
        margin: 0
    }

    body.single-product .of-single-tabs-heading>p:last-child {
        grid-column: 1;
        grid-row: auto
    }

    body.single-product #reviews.woocommerce-Reviews {
        grid-template-columns: 1fr
    }
}

@media(max-width:760px) {
    body.single-product .shop-shell>.container {
        width: min(100% - 20px, 1280px)
    }

    body.single-product .woocommerce div.product {
        padding: 8px !important
    }

    body.single-product .woocommerce-product-gallery__image {
        min-height: 380px !important
    }

    body.single-product .woocommerce-product-gallery__image img {
        height: 380px !important;
        padding: 55px 26px !important
    }

    body.single-product .of-gallery-label {
        display: none
    }

    body.single-product .woocommerce div.product div.summary {
        padding: 46px 24px 30px !important
    }

    body.single-product .woocommerce div.product div.summary:before {
        left: 24px;
        top: 29px
    }

    body.single-product .summary .of-single-category {
        padding-left: 60px
    }

    body.single-product .of-single-tabs-heading {
        padding: 0
    }

    body.single-product .of-single-tabs-heading h2 {
        font-size: 36px
    }

    body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav {
        padding: 5px !important
    }

    body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav li a {
        min-height: 46px;
        padding: 0 13px !important;
        white-space: nowrap
    }

    body.single-product .of-single-tabs-nav a>span {
        display: none
    }

    body.single-product .of-single-tabs-panels {
        padding: 10px;
    }


    body.single-product .woocommerce div.product .of-single-tabs .woocommerce-Tabs-panel {
        padding-top: 30px !important
    }

    body.single-product .of-single-tabs table.shop_attributes tbody {
        grid-template-columns: 1fr;
        gap: 0
    }

    body.single-product .of-single-tabs table.shop_attributes tr {
        grid-template-columns: minmax(125px, 42%) 1fr !important
    }

    body.single-product #reviews #review_form_wrapper {
        padding: 20px
    }
}

/* Owl product gallery and elevated tab navigation */
body.single-product .of-owl-product-gallery {
    display: flex;
    flex-direction: column;
    background: linear-gradient(145deg, #EEF0F0, #FAF8F4) !important
}

body.single-product .of-gallery-main {
    width: 100%;
    min-height: 570px
}

body.single-product .of-gallery-main .owl-stage-outer,
body.single-product .of-gallery-main .owl-stage,
body.single-product .of-gallery-main .owl-item {
    min-height: 570px
}

body.single-product .of-gallery-main .woocommerce-product-gallery__image {
    min-height: 570px !important;
    background: transparent
}

body.single-product .of-gallery-main .woocommerce-product-gallery__image a {
    min-height: 570px
}

body.single-product .of-gallery-main .woocommerce-product-gallery__image img {
    height: 570px !important;
    padding: 62px !important;
    object-fit: contain;
    mix-blend-mode: multiply
}

body.single-product .of-gallery-navigation {
    position: relative;
    z-index: 7;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 12px;
    align-items: center;
    margin-top: auto;
    padding: 14px 18px 18px;
    border-top: 1px solid rgba(43, 45, 49, .08);
    background: rgba(255, 255, 255, .84);
    backdrop-filter: blur(12px)
}

body.single-product .of-gallery-thumbs {
    min-width: 0
}

body.single-product .of-gallery-thumb {
    width: 100%;
    height: 76px;
    padding: 6px;
    border: 1px solid transparent;
    background: #F0F2F2;
    cursor: pointer;
    transition: border-color .22s, background .22s, opacity .22s;
    opacity: .66
}

body.single-product .of-gallery-thumb:hover,
body.single-product .of-gallery-thumb.is-active {
    border-color: var(--accent-hover);
    background: #fff;
    opacity: 1
}

body.single-product .of-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply
}

body.single-product .of-gallery-arrow {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--gold);
    border-radius: 50%;
    background: #fff;
    color: var(--dark);
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: .22s
}

body.single-product .of-gallery-arrow:hover {
    background: var(--accent-hover);
    transform: translateY(-2px)
}

body.single-product .of-gallery-arrow .icon {
    width: 16px
}

body.single-product .of-gallery-arrow.is-prev {
    transform: rotate(180deg)
}

body.single-product .of-gallery-arrow.is-prev:hover {
    transform: rotate(180deg) translateY(2px)
}

body.single-product .of-gallery-label {
    bottom: 116px
}

body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav {
    position: relative;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px !important;
    padding: 0 !important;
    border-bottom: 1px solid var(--gold) !important;
    background: #39434D !important
}

body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav li {
    position: relative;
    min-width: 0;
    background: var(--dark) !important
}

body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav li a {
    position: relative;
    justify-content: flex-start;
    min-height: 76px;
    padding: 0 30px !important;
    overflow: hidden;
    color: #E2E5E8 !important;
    font-size: 12px !important;
    transition: color .28s, background .28s
}

body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease
}

body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav li:not(.active) a:hover {
    background: #303B46 !important;
    color: #fff !important
}

body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav li:not(.active) a:hover:before {
    transform: scaleX(1)
}

body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav li.active a {
    background: linear-gradient(120deg, #4AB8B4, #66D2CE) !important;
    color: #202933 !important;
    box-shadow: inset 0 1px rgba(255, 255, 255, .5)
}

body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav li.active a:before {
    height: 4px;
    background: #202933;
    transform: scaleX(1)
}

body.single-product .of-single-tabs-nav a>span {
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-color: rgba(102, 210, 206, .72);
    font: 12px var(--serif);
    transition: .25s
}

body.single-product .of-single-tabs-nav li:not(.active) a>span {
    background: rgba(102, 210, 206, .08)
}

body.single-product .of-single-tabs-nav li.active a>span {
    background: var(--dark);
    border-color: var(--dark);
    color: #fff
}

body.single-product .of-single-tabs-nav li.active:after {
    content: "";
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: -7px;
    width: 13px;
    height: 13px;
    background: var(--dark);
    transform: translateX(-50%) rotate(45deg)
}

body.single-product .of-single-tabs-panels {
    position: relative
}

body.single-product .of-single-tabs-panels:before {
    content: "";
    position: absolute;
    left: 52px;
    right: 52px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: .35
}

@media(max-width:760px) {

    body.single-product .of-gallery-main,
    body.single-product .of-gallery-main .owl-stage-outer,
    body.single-product .of-gallery-main .owl-stage,
    body.single-product .of-gallery-main .owl-item {
        min-height: 380px
    }

    body.single-product .of-gallery-main .woocommerce-product-gallery__image,
    body.single-product .of-gallery-main .woocommerce-product-gallery__image a {
        min-height: 380px !important
    }

    body.single-product .of-gallery-main .woocommerce-product-gallery__image img {
        height: 380px !important;
        padding: 42px 22px !important
    }

    body.single-product .of-gallery-navigation {
        grid-template-columns: 36px minmax(0, 1fr) 36px;
        gap: 7px;
        padding: 10px
    }

    body.single-product .of-gallery-arrow {
        width: 34px;
        height: 34px
    }

    body.single-product .of-gallery-thumb {
        height: 60px
    }

    body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav {
        display: flex !important
    }

    body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav li {
        flex: 1 0 auto
    }

    body.single-product .woocommerce div.product .of-single-tabs ul.of-single-tabs-nav li a {
        min-height: 58px;
        padding: 0 17px !important;
        font-size: 12px !important
    }

    body.single-product .of-single-tabs-nav a>span {
        display: grid;
        width: 25px;
        height: 25px;
        flex-basis: 25px;
        font-size: 12px
    }

    body.single-product .of-single-tabs-nav li.active:after {
        width: 10px;
        height: 10px;
        bottom: -5px
    }
}

/* Query builder */
.query-block>.container>h2 {
    margin-bottom: 34px
}

.query-items {
    display: grid;
    grid-template-columns: repeat(var(--query-columns, 3), minmax(0, 1fr));
    gap: 18px
}

.query-card {
    background: #fff;
    box-shadow: var(--shadow);
    overflow: hidden
}

.query-image {
    height: 230px;
    display: block;
    background: #E8EBED
}

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

.query-placeholder {
    height: 100%;
    display: grid;
    place-items: center;
    color: var(--gold)
}

.query-placeholder .icon {
    width: 48px;
    height: 48px
}

.query-copy {
    padding: 22px
}

.query-copy time {
    font-size: 12px;
    color: var(--muted)
}

.query-copy h3 {
    font: 21px/1.35 var(--serif);
    margin: 8px 0 12px
}

.query-copy p {
    font-size: 12px;
    color: var(--muted)
}

.query-copy .text-link {
    font-size: 12px
}

.query-price {
    display: block;
    margin-bottom: 12px
}

.query-layout-slider .query-items {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, calc((100% - 36px)/3));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none
}

.query-layout-slider .query-card {
    scroll-snap-align: start
}

.query-controls {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 18px
}

.query-controls button {
    width: 42px;
    height: 42px;
    border: 1px solid var(--gold);
    background: #fff
}

.query-layout-list .query-items {
    grid-template-columns: 1fr
}

.query-layout-list .query-card {
    display: grid;
    grid-template-columns: 280px 1fr
}

.query-layout-featured .query-card:first-child {
    grid-column: span 2;
    grid-row: span 2
}

.query-layout-featured .query-card:first-child .query-image {
    height: 420px
}

@media(max-width:760px) {
    .hero-variant-licenses .hero-slide:after {
        left: 10%;
        right: 10%;
        top: 25px;
        width: auto;
        height: 270px;
        bottom: auto
    }

    .hero-variant-licenses .hero-inner {
        align-items: flex-end
    }

    .hero-variant-licenses .hero-copy {
        width: 100%;
        padding-top: 320px
    }

    .hero-variant-gallery .hero-copy {
        width: 100%
    }

    .of-content-section {
        display: block
    }

    .of-content-section .of-content-media {
        width: 100%;
        height: 280px;
        min-height: 0
    }

    .of-content-section .of-content-inner {
        padding: 35px 22px
    }

    .is-variant-image-right .of-content-media,
    .is-variant-dark-split .of-content-media,
    .is-variant-gallery-intro .of-content-media {
        order: 0;
        width: 100%
    }

    .query-items {
        grid-template-columns: 1fr
    }

    .query-layout-slider .query-items {
        grid-template-columns: none;
        grid-auto-columns: 84%
    }

    .query-layout-list .query-card {
        grid-template-columns: 110px 1fr
    }

    .query-layout-list .query-image {
        height: 100%
    }

    .query-layout-featured .query-card:first-child {
        grid-column: auto;
        grid-row: auto
    }

    .of-tabs,
    .of-faq {
        width: calc(100% - 30px)
    }

    .woocommerce div.product {
        padding: 10px !important
    }

    body.single-product .of-single-tabs-frame>ul.tabs.of-single-tabs-nav>li>a {
        flex-direction: column;
        font-size: 12px;
    }

    body.single-product .of-single-tabs-frame>ul.tabs.of-single-tabs-nav>li>a>span {
        display: none !important;
    }

    body.single-product .of-single-tabs-frame>ul.tabs.of-single-tabs-nav>li {
        padding: 5px !important;
    }
}

/* Keep mobile hero controls in a dedicated row below slide content. */
@media(max-width:760px) {
    .hero-slider {
        padding-bottom: 66px;
        background: #F8F9FA
    }

    .hero-slider .slider-controls {
        left: 15px;
        right: 15px;
        bottom: 12px;
        z-index: 12;
        width: auto;
        height: 42px;
        margin: 0;
        transform: none;
        justify-content: center;
        box-sizing: border-box
    }

    .hero-slider .slider-controls button {
        width: 42px;
        height: 42px;
        flex: 0 0 42px
    }

    .hero-slider .slider-controls span {
        min-width: 82px;
        height: 42px;
        display: grid;
        place-items: center;
        box-sizing: border-box;
        padding: 0 10px
    }
}

/* Specialists slider */
.specialists-home {
    overflow: hidden;
    background: #EEF0F1
}

.specialists-home-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
    gap: 50px;
    align-items: end;
    margin-bottom: 36px
}

.specialists-home-heading h2 {
    margin: 0
}

.specialists-home-heading>p {
    margin: 0 0 7px;
    color: var(--muted);
    line-height: 1.75
}

.specialists-viewport {
    overflow: hidden
}

.specialists-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none
}

.specialists-track::-webkit-scrollbar {
    display: none
}

.specialist-slide {
    flex: 0 0 calc((100% - 24px)/2);
    min-width: 0;
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid rgba(43, 45, 49, .08);
    box-shadow: 0 14px 34px rgba(43, 45, 49, .055)
}

.specialist-slide>a {
    display: grid;
    grid-template-columns: minmax(220px, 44%) 1fr;
    min-height: 430px;
    color: inherit
}

.specialist-slide-photo {
    min-height: 430px;
    overflow: hidden;
    background: #E5E7E8
}

.specialist-slide-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform .45s ease
}

.specialist-slide:hover .specialist-slide-photo img {
    transform: scale(1.025)
}

.specialist-slide-copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 38px 32px
}

.specialist-slide-copy .eyebrow {
    letter-spacing: .1em
}

.specialist-slide-copy h3 {
    max-width: 310px;
    margin: 0 0 28px;
    color: #2B2D31;
    font: 31px/1.18 var(--serif)
}

.specialist-slide-copy .text-link {
    align-self: flex-start
}

.specialists-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 26px
}

.specialists-controls button {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid #66D2CE;
    border-radius: 50%;
    background: #fff;
    color: #2B2D31;
    cursor: pointer;
    transition: .2s
}

.specialists-controls button:hover {
    background: var(--accent-hover)
}

.specialists-controls button:first-child .icon {
    transform: rotate(180deg)
}

.specialists-controls span {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 86px;
    justify-content: center;
    font-weight: 700;
    letter-spacing: .08em
}

.specialists-controls span i {
    width: 20px;
    height: 1px;
    background: #66D2CE
}

/* Specialist detail */
.of-specialist-page {
    padding: 28px 0 100px;
    background: #F8F9FA
}

.of-specialist-breadcrumbs {
    margin-bottom: 28px
}

.of-specialist-layout {
    display: grid;
    grid-template-columns: minmax(320px, 400px) minmax(0, 1fr);
    gap: 42px;
    align-items: start
}

.of-specialist-sidebar {
    min-width: 0
}

.of-specialist-card {
    position: sticky;
    top: 118px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #E2E4E5;
    box-shadow: 0 18px 48px rgba(43, 45, 49, .07)
}

.of-specialist-portrait {
    display: grid;
    place-items: center;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #E7E9EA;
    color: #66D2CE;
    font: 64px var(--serif)
}

.of-specialist-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top
}

.of-specialist-card-copy {
    padding: 28px
}

.of-specialist-card h1 {
    margin: 0 0 12px;
    color: #2B2D31;
    font-size: clamp(24px, 2vw, 30px);
    line-height: 1.18
}

.of-specialist-role {
    margin: 0 0 22px;
    color: #6B7280;
    font-size: 14px;
    line-height: 1.55
}

.of-specialist-experience {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
    padding: 15px 0;
    border-top: 1px solid #E6E7E8;
    border-bottom: 1px solid #E6E7E8
}

.of-specialist-experience span {
    color: #6B7280
}

.of-specialist-experience strong {
    color: #2B2D31
}

.of-specialist-book {
    width: 100%;
    cursor: pointer
}

.of-specialist-content {
    min-width: 0;
    padding: clamp(34px, 5vw, 64px);
    background: #fff;
    border-top: 2px solid #66D2CE;
    box-shadow: 0 18px 48px rgba(43, 45, 49, .055)
}

.of-specialist-content-head {
    max-width: 720px;
    margin-bottom: 42px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E4E5E6
}

.of-specialist-content-head h2 {
    margin: 0 0 16px;
    font-size: clamp(22px, 1.8vw, 28px);
    line-height: 1.25
}

.of-specialist-content-head>p:last-child {
    margin: 0;
    color: #6B7280;
    line-height: 1.8
}

.of-specialist-entry {
    color: #4F5963;
    font-size: 15px;
    line-height: 1.85
}

.of-specialist-entry h2,
.of-specialist-entry h3 {
    position: relative;
    margin: 44px 0 18px;
    padding-top: 18px;
    color: #2B2D31
}

.single-of_specialist .of-specialist-page h2 {
    font-size: clamp(22px, 1.8vw, 28px) !important;
    line-height: 1.3
}

.of-specialist-entry h2:first-child,
.of-specialist-entry h3:first-child {
    margin-top: 0
}

.of-specialist-entry h2::before,
.of-specialist-entry h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 1px;
    background: #66D2CE
}

.of-specialist-entry ul {
    margin: 0 0 24px;
    padding: 0;
    list-style: none
}

.of-specialist-entry li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 22px
}

.of-specialist-entry li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 7px;
    height: 7px;
    border: 1px solid #66D2CE;
    border-radius: 50%
}

.of-specialist-note {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 14px;
    align-items: start;
    margin-top: 42px;
    padding: 22px;
    border: 1px solid #DCD7CA;
    background: #FAF8F3
}

.of-specialist-note .icon {
    width: 34px;
    height: 34px;
    padding: 8px;
    border: 1px solid #66D2CE;
    border-radius: 50%;
    color: #2B2D31
}

.of-specialist-note p {
    margin: 3px 0 0;
    color: #59636D;
    line-height: 1.65
}

/* Specialist appointment modal */
.of-specialist-modal[hidden] {
    display: none
}

.of-specialist-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    place-items: center;
    padding: 24px
}

.of-specialist-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(25, 32, 39, .76);
    backdrop-filter: blur(7px)
}

.of-specialist-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(620px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    padding: 38px;
    border: 1px solid #66D2CE;
    background: #fff;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .3)
}

.of-specialist-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #66D2CE;
    border-radius: 50%;
    background: #fff;
    cursor: pointer
}

.of-specialist-modal-head {
    padding-right: 56px;
    margin-bottom: 26px
}

.of-specialist-modal-head h2 {
    margin: 0 0 10px;
    font-size: 38px
}

.of-specialist-modal-head>p:last-child {
    margin: 0;
    color: #6B7280
}

.of-specialist-modal-form .wpcf7 p {
    margin: 0 0 16px
}

.of-specialist-modal-form label {
    display: block;
    color: #59636D;
    font-size: 12px;
    font-weight: 700
}

.of-specialist-modal-form input:not([type=submit]):not([type=checkbox]),
.of-specialist-modal-form textarea {
    width: 100%;
    box-sizing: border-box;
    margin-top: 7px;
    padding: 12px 14px;
    border: 1px solid #D8DBDD;
    border-radius: 0;
    background: #fff
}

.of-specialist-modal-form textarea {
    min-height: 100px;
    resize: vertical
}

.of-specialist-modal-form input[type=submit] {
    width: 100%;
    min-height: 50px;
    border: 1px solid #66D2CE;
    border-radius: 0;
    background: #2B2D31;
    color: #fff;
    cursor: pointer
}

.of-specialist-modal-form .wpcf7-spinner {
    display: none
}

@media(max-width:1050px) {
    .specialist-slide>a {
        grid-template-columns: 1fr
    }

    .specialist-slide-photo {
        min-height: 360px
    }

    .of-specialist-layout {
        grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
        gap: 25px
    }
}

@media(max-width:760px) {
    .specialists-home-heading {
        display: block
    }

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

    .specialist-slide {
        flex-basis: 88%
    }

    .specialist-slide-photo {
        min-height: 390px
    }

    .specialist-slide-copy {
        min-height: 235px;
        padding: 30px 24px
    }

    .specialists-controls {
        justify-content: center
    }

    .of-specialist-page {
        padding-bottom: 60px
    }

    .of-specialist-layout {
        grid-template-columns: 1fr
    }

    .of-specialist-card {
        position: static
    }

    .of-specialist-content {
        padding: 30px 22px
    }

    .of-specialist-modal {
        padding: 10px
    }

    .of-specialist-modal-dialog {
        max-height: calc(100vh - 20px);
        padding: 28px 20px
    }
}

/* Specialists archive page */
.specialists-page-hero {
    padding-bottom: 68px
}

.specialists-page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
    gap: 70px;
    align-items: end
}

.specialists-page-hero h1 {
    margin-bottom: 0
}

.specialists-page-lead {
    margin: 0 0 8px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75
}

.specialists-page-content {
    background: var(--bg)
}

.specialists-page-content>.specialists-home {
    padding-top: 76px
}

.specialists-page-content .specialists-viewport {
    width: 100%
}

/* Keep section headings balanced throughout the site. */
body h2 {
    font-size: clamp(28px, 3vw, 42px) !important
}

@media(max-width:900px) {
    .specialists-page-hero-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .specialists-page-lead {
        max-width: 650px
    }
}

@media(max-width:760px) {
    body h2 {
        font-size: clamp(27px, 8vw, 34px) !important
    }

    .specialists-page-hero {
        padding-bottom: 46px
    }

    .specialists-page-content>.specialists-home {
        padding-top: 58px
    }
}

/* Blog imagery */
.article-grid .article-image {
    display: block;
    height: 210px;
    margin: -34px -30px 28px;
    overflow: hidden;
    background: #E8EAEB
}

.article-grid .article-image img,
.post-card-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease
}

.article-grid>a:hover .article-image img,
.post-card:hover .post-card-visual img {
    transform: scale(1.025)
}

.post-card {
    overflow: hidden
}

.post-card-visual {
    margin: -24px -24px 24px
}

/* Services archive and landing pages */
.services-page-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
    gap: 70px;
    align-items: end
}

.services-page-heading h1 {
    margin-bottom: 0
}

.services-page-heading>p {
    margin: 0 0 8px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75
}

.services-page-intro {
    padding: 48px 0 0;
    background: var(--bg)
}

.services-page-intro>.container {
    max-width: 900px
}

.services-catalog {
    background: var(--bg)
}

.services-catalog-grid {
    display: grid;
    gap: 24px
}

.services-catalog-card {
    display: grid;
    grid-template-columns: minmax(300px, 42%) minmax(0, 1fr);
    min-height: 390px;
    background: #fff;
    box-shadow: var(--shadow)
}

.services-catalog-card:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 42%)
}

.services-catalog-card:nth-child(even) .services-catalog-image {
    order: 2
}

.services-catalog-image {
    position: relative;
    display: block;
    min-height: 390px;
    overflow: hidden;
    background: #E7E9EA
}

.services-catalog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease
}

.services-catalog-card:hover .services-catalog-image img {
    transform: scale(1.025)
}

.services-catalog-image>span {
    position: absolute;
    top: 24px;
    left: 24px;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(102, 210, 206, .75);
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    color: var(--dark);
    font: 15px var(--serif)
}

.services-catalog-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 52px 58px
}

.services-catalog-copy h2 {
    max-width: 620px;
    margin: 0 0 18px
}

.services-catalog-copy h2 a {
    color: var(--dark)
}

.services-catalog-copy>p:not(.eyebrow) {
    max-width: 650px;
    margin-bottom: 30px;
    color: var(--muted);
    line-height: 1.75
}

.services-catalog-copy .text-link {
    align-self: flex-start
}

.of-service-page {
    background: var(--bg)
}

.of-service-hero {
    padding: 42px 0 80px;
    background: #fff
}

.of-service-hero .breadcrumbs {
    margin-bottom: 42px
}

.of-service-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
    align-items: stretch;
    min-height: 560px
}

.of-service-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 58px 70px 58px 0
}

.of-service-hero-copy h1 {
    max-width: 660px;
    margin: 0 0 25px;
    font-size: clamp(45px, 5vw, 68px)
}

.of-service-hero-copy>p:not(.eyebrow) {
    max-width: 590px;
    margin-bottom: 34px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75
}

.of-service-hero-copy .btn {
    align-self: flex-start
}

.of-service-hero-image {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: #E6E8E9
}

.of-service-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.of-service-image-mark {
    position: absolute;
    right: 25px;
    bottom: 25px;
    padding: 13px 16px;
    border: 1px solid rgba(102, 210, 206, .7);
    background: rgba(43, 45, 49, .88);
    color: #fff;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: .16em;
    text-transform: uppercase
}

.of-service-body {
    padding: 90px 0
}

.of-service-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 70px;
    align-items: start
}

.of-service-entry {
    padding: 60px 64px;
    background: #fff;
    box-shadow: var(--shadow)
}

.of-service-entry>h2:first-of-type {
    margin-top: 0
}

.of-service-entry h2 {
    margin: 48px 0 18px
}

.of-service-entry h3 {
    margin: 32px 0 12px;
    font-family: var(--serif);
    font-size: 25px;
    font-weight: 400
}

.of-service-entry p,
.of-service-entry li {
    color: #56616C;
    line-height: 1.8
}

.of-service-entry li {
    margin-bottom: 10px
}

.of-service-aside {
    position: sticky;
    top: 110px
}

.of-service-facts {
    padding: 38px 34px;
    border-top: 3px solid var(--gold);
    background: var(--dark);
    color: #fff
}

.of-service-facts h2 {
    margin: 0 0 28px;
    color: #fff
}

.of-service-facts ul {
    list-style: none;
    margin: 0 0 32px;
    padding: 0
}

.of-service-facts li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    color: #D7DBDE;
    line-height: 1.5
}

.of-service-facts li .icon {
    color: var(--gold)
}

.of-service-facts .btn {
    width: 100%;
    border-color: var(--gold);
}

.of-service-more {
    padding-top: 0
}

.of-service-more-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.of-service-more-grid>a {
    overflow: hidden;
    background: #fff;
    color: var(--dark);
    box-shadow: var(--shadow)
}

.of-service-more-grid img {
    width: 100%;
    height: 230px;
    object-fit: cover
}

.of-service-more-grid>a>span {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 15px;
    align-items: center;
    padding: 25px
}

.of-service-more-grid small {
    grid-column: 1/-1;
    color: var(--gold);
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase
}

.of-service-more-grid strong {
    font: 23px/1.25 var(--serif)
}

@media(max-width:1050px) {

    .services-catalog-card,
    .services-catalog-card:nth-child(even) {
        grid-template-columns: 42% minmax(0, 1fr)
    }

    .services-catalog-card:nth-child(even) .services-catalog-image {
        order: 0
    }

    .services-catalog-copy {
        padding: 42px 38px
    }

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

    .of-service-layout {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 30px
    }
}

@media(max-width:800px) {

    .services-page-heading,
    .services-catalog-card,
    .services-catalog-card:nth-child(even),
    .of-service-hero-grid,
    .of-service-layout {
        grid-template-columns: 1fr
    }

    .services-page-heading {
        gap: 22px
    }

    .services-catalog-image,
    .of-service-hero-image {
        min-height: 360px
    }

    .of-service-hero-copy {
        padding: 30px 0 48px
    }

    .of-service-hero-image {
        grid-row: 1
    }

    .of-service-aside {
        position: static
    }

    .of-service-more-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:560px) {

    .services-catalog-copy,
    .of-service-entry {
        padding: 32px 24px
    }

    .services-catalog-image,
    .of-service-hero-image {
        min-height: 280px
    }

    .of-service-body {
        padding: 58px 0
    }
}

/* Smooth cross-fade for the main hero slider. */
.hero-slider .hero-slides {
    position: relative;
    min-height: 630px;
    overflow: hidden;
    background: #F8F9FA
}

.hero-slider .hero-slide,
.hero-slider .hero-slide.is-active {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    min-height: 630px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.008);
    animation: none;
    transition: opacity 1.15s cubic-bezier(.22, .61, .36, 1), transform 1.65s cubic-bezier(.22, .61, .36, 1), visibility 0s linear 1.15s;
    will-change: opacity, transform
}

.hero-slider .hero-slide.is-active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1);
    transition-delay: 0s
}

.hero-slider .hero-slide .hero-copy {
    opacity: 0;
    transform: translateY(13px);
    transition: opacity .8s ease .12s, transform 1s cubic-bezier(.22, .61, .36, 1) .12s
}

.hero-slider .hero-slide.is-active .hero-copy {
    opacity: 1;
    transform: translateY(0)
}

@media(max-width:1050px) {
    .benefit-card {
        min-height: 190px
    }
}

@media(max-width:760px) {

    .hero-slider .hero-slides,
    .hero-slider .hero-slide,
    .hero-slider .hero-slide.is-active {
        min-height: 650px
    }

    .benefits {
        padding: 56px 0
    }

    .benefits-grid {
        padding: 0
    }

    .benefit-card {
        min-height: 176px
    }
}

@media(prefers-reduced-motion:reduce) {

    .hero-slider .hero-slide,
    .hero-slider .hero-slide.is-active,
    .hero-slider .hero-slide .hero-copy,
    .benefit-card {
        transition: none
    }
}

/* Rich editorial pages built with native Gutenberg blocks. */
.editorial-page {
    padding-top: 0;
    background: var(--bg)
}

.editorial-page-inner {
    max-width: 1240px
}

.editorial-page-inner>.wp-block-image:first-child {
    margin: 0 0 72px
}

.editorial-page-image {
    position: relative;
    height: clamp(360px, 52vw, 620px);
    overflow: hidden;
    background: #E7E9EA;
    box-shadow: var(--shadow)
}

.editorial-page-image:after {
    content: '';
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 82px;
    height: 82px;
    border-right: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
    pointer-events: none
}

.editorial-page-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.editorial-page-lead {
    display: grid;

    gap: 85px;
    align-items: start;
    margin: 0 0 74px;
    padding: 0 28px
}

.editorial-page-lead>h2 {
    margin: 0
}

.editorial-page-lead>div>p:first-child {
    margin-top: 5px;
    color: var(--dark);
    font: 21px/1.65 var(--serif)
}

.editorial-page-lead p {
    color: var(--muted);
    line-height: 1.8
}

.editorial-section {
    margin: 0 0 24px;
    padding: 58px 62px;
    background: #fff;
    box-shadow: var(--shadow)
}

.editorial-section>h2:first-child,
.editorial-section>.wp-block-heading:first-child {
    margin-top: 0
}

.editorial-section h2 {
    margin-bottom: 30px
}

.editorial-section h3 {
    margin: 0 0 12px;
    color: var(--dark);
    font: 24px/1.3 var(--serif)
}

.editorial-section p,
.editorial-section li {
    color: #5E6872;
    line-height: 1.75
}

.editorial-section .wp-block-columns {
    gap: 18px;
    margin-bottom: 0
}

.editorial-section .wp-block-column {
    padding: 28px;
    border: 1px solid var(--line);
    background: #FAFAF9
}

.editorial-section .wp-block-column> :last-child {
    margin-bottom: 0
}

.editorial-section .wp-block-list {
    margin-bottom: 0;
    padding-left: 20px
}

.editorial-steps {
    counter-reset: editorial-step
}

.editorial-steps .wp-block-column {
    position: relative;
    padding-top: 72px;
    counter-increment: editorial-step
}

.editorial-steps .wp-block-column:before {
    content: counter(editorial-step, decimal-leading-zero);
    position: absolute;
    top: 24px;
    left: 28px;
    color: var(--gold);
    font: 16px var(--serif)
}

.editorial-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 38px;
    align-items: center;
    margin: 24px 0 0;
    padding: 50px 56px;
    background: var(--dark);
    color: #fff
}

.editorial-cta h2 {
    margin: 0 0 12px;
    color: #fff
}

.editorial-cta p {
    max-width: 720px;
    margin: 0;
    color: #C4CBD1;
    line-height: 1.7
}

.editorial-cta .wp-block-buttons {
    margin: 0
}

.editorial-cta .wp-block-button__link {
    white-space: nowrap;
    background: #fff;
    color: var(--dark)
}

.editorial-contact-grid .wp-block-column {
    background: #fff
}

.editorial-contact-grid a {
    color: var(--dark)
}

.editorial-map {
    margin-top: 24px;
    padding: 0;
    overflow: hidden;
    background: #E6E8E9;
    box-shadow: var(--shadow)
}

.editorial-map iframe {
    display: block;
    width: 100%;
    height: 480px;
    border: 0
}

@media(max-width:900px) {
    .editorial-page-lead {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0
    }

    .editorial-cta {
        grid-template-columns: 1fr
    }
}

@media(max-width:760px) {
    .editorial-page-inner>.wp-block-image:first-child {
        margin-bottom: 48px
    }

    .editorial-page-image {
        height: 310px
    }

    .editorial-page-lead {
        margin-bottom: 50px
    }

    .editorial-section {
        padding: 34px 24px
    }

    .editorial-section .wp-block-columns {
        display: grid
    }

    .editorial-cta {
        padding: 36px 25px
    }

    .editorial-map iframe {
        height: 380px
    }
}

/* Individual editorial page compositions */
.editorial-page-o-kompanii .editorial-page-lead {
    position: relative;
    z-index: 2;
    width: calc(100% - 120px);
    margin: -142px auto 72px;
    padding: 48px 52px;
    background: rgba(255, 255, 255, .96);
    box-shadow: var(--shadow)
}

.editorial-page-o-kompanii .editorial-section:not(.editorial-steps) {
    background: #F8F9FA;
    color: var(--text)
}

.editorial-page-o-kompanii .editorial-section:not(.editorial-steps) h2,
.editorial-page-o-kompanii .editorial-section:not(.editorial-steps) h3 {
    color: var(--dark)
}

.editorial-page-o-kompanii .editorial-section:not(.editorial-steps) .wp-block-column {
    border-color: rgba(43, 45, 49, .14);
    background: rgba(255, 255, 255, .72)
}

.editorial-page-o-kompanii .editorial-section:not(.editorial-steps) p {
    color: #56616C
}

.editorial-page-o-kompanii .editorial-steps {
    padding-right: 0;
    padding-left: 0;
    background: transparent;
    box-shadow: none
}

.editorial-page-o-kompanii .editorial-steps .wp-block-column {
    border: 0;
    border-top: 2px solid var(--gold);
    background: #fff;
    box-shadow: var(--shadow)
}

.editorial-page-vakansii .editorial-page-lead {
    grid-template-columns: 38% 1fr;
    padding: 42px 46px;
    border-left: 7px solid var(--gold);
    background: #fff;
    box-shadow: var(--shadow)
}

.editorial-page-vakansii .editorial-section:not(.editorial-steps) {
    padding: 0;
    background: transparent;
    box-shadow: none
}

.editorial-page-vakansii .editorial-section:not(.editorial-steps)>h2 {
    max-width: 520px
}

.editorial-page-vakansii .editorial-section:not(.editorial-steps) .wp-block-column {
    min-height: 240px;
    padding: 38px 32px;
    border: 0;
    border-bottom: 3px solid var(--gold);
    background: #fff;
    box-shadow: var(--shadow)
}

.editorial-page-vakansii .editorial-section:not(.editorial-steps) .wp-block-column:nth-child(2) {
    transform: translateY(24px)
}

.editorial-page-vakansii .editorial-steps {
    margin-top: 54px;
    background: #ECEEEF
}

.editorial-page-vakansii .editorial-steps .wp-block-column {
    border: 0;
    border-left: 1px solid rgba(43, 45, 49, .16);
    background: transparent
}

.editorial-page-sotrudnichestvo .editorial-page-lead {
    display: block;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

.editorial-page-sotrudnichestvo .editorial-page-lead>h2 {
    max-width: 720px;
    margin: 0 auto 30px
}

.editorial-page-sotrudnichestvo .editorial-section:not(.editorial-steps) {
    padding: 0;
    overflow: hidden;
    background: transparent;
    box-shadow: none
}

.editorial-page-sotrudnichestvo .editorial-section:not(.editorial-steps)>h2 {
    margin-left: 4px
}

.editorial-page-sotrudnichestvo .editorial-section:not(.editorial-steps) .wp-block-column {
    min-height: 310px;
    padding: 48px;
    border: 0;
    background: #F8F9FA
}

.editorial-page-sotrudnichestvo .editorial-section:not(.editorial-steps) .wp-block-column:nth-child(2) {
    background: var(--gold)
}

.editorial-page-sotrudnichestvo .editorial-section:not(.editorial-steps) h3,
.editorial-page-sotrudnichestvo .editorial-section:not(.editorial-steps) p,
.editorial-page-sotrudnichestvo .editorial-section:not(.editorial-steps) a {
    color: var(--dark)
}

.editorial-page-sotrudnichestvo .editorial-section:not(.editorial-steps) .wp-block-column:nth-child(2) h3,
.editorial-page-sotrudnichestvo .editorial-section:not(.editorial-steps) .wp-block-column:nth-child(2) p,
.editorial-page-sotrudnichestvo .editorial-section:not(.editorial-steps) .wp-block-column:nth-child(2) a {
    color: var(--dark)
}

.editorial-page-sotrudnichestvo .editorial-steps .wp-block-column {
    border: 0;
    border-left: 2px solid var(--gold);
    background: #fff
}

.editorial-page-vracham-i-optometristam .editorial-page-image {
    width: 76%;
    margin-left: auto
}

.editorial-page-vracham-i-optometristam .editorial-page-lead {
    position: relative;
    z-index: 2;
    width: 61%;
    margin: -178px 0 78px;
    padding: 48px;
    grid-template-columns: 1fr;
    gap: 22px;
    background: #fff;
    box-shadow: var(--shadow)
}

.editorial-page-vracham-i-optometristam .editorial-page-lead+.editorial-section .wp-block-column {
    border: 0;
    border-top: 1px solid var(--gold);
    background: #F2F3F3
}

.editorial-page-vracham-i-optometristam .editorial-section+.editorial-section {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 50px;
    background: #ECEEEF
}

.editorial-page-vracham-i-optometristam .editorial-section+.editorial-section h2 {
    margin: 0
}

.editorial-page-partneram .editorial-page-lead {
    padding: 48px 52px;
    background: var(--dark)
}

.editorial-page-partneram .editorial-page-lead h2 {
    color: #fff
}

.editorial-page-partneram .editorial-page-lead p {
    color: #C6CDD2
}

.editorial-page-partneram .editorial-page-lead+.editorial-section {
    padding: 58px 0;
    background: transparent;
    box-shadow: none
}

.editorial-page-partneram .editorial-page-lead+.editorial-section .wp-block-column {
    min-height: 230px;
    padding: 34px;
    border: 0;
    background: #fff;
    box-shadow: var(--shadow)
}

.editorial-page-partneram .editorial-page-lead+.editorial-section .wp-block-column:nth-child(2) {
    transform: translateY(-18px);
    background: #ECEEEF
}

.editorial-page-partneram .editorial-section+.editorial-section {
    border-left: 4px solid var(--gold);
    background: #F8F9FA
}

.editorial-page-partneram .editorial-section+.editorial-section h2 {
    color: var(--dark)
}

.editorial-page-partneram .editorial-section+.editorial-section li {
    color: #56616C
}

.editorial-page-kontakty .editorial-page-image {
    height: 460px
}

.editorial-page-kontakty .editorial-page-lead {
    padding: 45px 50px;
    background: #ECEEEF
}

.editorial-page-kontakty .editorial-contact-grid {
    padding: 0;
    background: transparent;
    box-shadow: none
}

.editorial-page-kontakty .editorial-contact-grid .wp-block-column {
    min-height: 175px;
    padding: 30px 25px;
    border: 0;
    border-top: 2px solid var(--gold);
    box-shadow: var(--shadow)
}

.editorial-page-kontakty .editorial-contact-grid+.editorial-section {
    margin-left: auto
}

/* Useful hub */
.editorial-page-poleznoe {
    padding-top: 70px
}

.useful-intro {
    position: relative;
    padding: 65px 70px;
    overflow: hidden;
    background: var(--dark);
    color: #fff
}

.useful-intro:after {
    content: '';
    position: absolute;
    right: -80px;
    bottom: -180px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(102, 210, 206, .45);
    border-radius: 50%
}

.useful-intro h2 {
    max-width: 700px;
    margin-bottom: 22px;
    color: #fff
}

.useful-intro p {
    max-width: 700px;
    color: #C7CDD2;
    font-size: 17px;
    line-height: 1.75
}

.useful-directions {
    margin: 24px 0;
    padding: 0;
    background: transparent;
    box-shadow: none
}

.useful-directions .wp-block-columns {
    gap: 18px
}

.useful-directions .wp-block-column {
    min-height: 290px;
    padding: 40px 34px;
    border: 0;
    background: #fff;
    box-shadow: var(--shadow)
}

.useful-directions .wp-block-column:nth-child(2) {
    background: var(--gold)
}

.useful-directions .wp-block-column:nth-child(2) p,
.useful-directions .wp-block-column:nth-child(2) a {
    color: var(--dark)
}

.useful-note {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 60px;
    padding: 52px 58px;
    border: 1px solid var(--gold);
    background: transparent
}

.useful-note h2 {
    margin: 0
}

/* Blog page uses the exact same article card system as the home page. */
.blog-article-grid {
    margin-top: 42px
}

.blog-article-grid>a {
    min-height: 520px
}

.blog-intro-blocks {
    max-width: 780px;
    color: var(--muted);
    font-size: 17px
}

/* Product search and mobile search panel */
.mobile-search-toggle {
    display: none;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--dark);
    cursor: pointer
}

.site-search-modal[hidden] {
    display: none
}

.site-search-modal {
    position: fixed;
    z-index: 12000;
    inset: 0
}

.site-search-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    border: 0;
    background: rgba(25, 32, 39, .55);
    backdrop-filter: blur(3px)
}

.site-search-panel {
    position: relative;
    z-index: 1;
    padding: 32px 0;
    border-bottom: 1px solid rgba(102, 210, 206, .7);
    background: #fff;
    box-shadow: 0 20px 45px rgba(20, 27, 33, .16);
    animation: ofSearchPanel .28s ease both
}

@keyframes ofSearchPanel {
    from {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.site-search-panel-inner {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) 44px;
    gap: 28px;
    align-items: center
}

.site-search-heading {
    display: flex;
    flex-direction: column
}

.site-search-heading .eyebrow {
    margin-bottom: 5px
}

.site-search-heading strong {
    font: 21px var(--serif)
}

.site-search-panel form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px;
    border-bottom: 1px solid var(--dark)
}

.site-search-panel input {
    min-width: 0;
    height: 52px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--dark);
    font-size: 15px
}

.site-search-panel form button,
.site-search-close {
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: var(--dark);
    cursor: pointer
}

.site-search-close {
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 50%
}

.site-search-open {
    overflow: hidden
}

.search-query-label {
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 15px
}

.search-empty {
    padding: 70px;
    background: #fff;
    box-shadow: var(--shadow)
}

.search-empty h2 {
    margin-bottom: 15px
}

.search-empty>p:not(.eyebrow) {
    margin-bottom: 28px;
    color: var(--muted)
}

@media(max-width:1050px) {
    .mobile-search-toggle {
        display: grid
    }

    .editorial-page-vracham-i-optometristam .editorial-section+.editorial-section,
    .useful-note {
        grid-template-columns: 1fr
    }
}

@media(max-width:760px) {

    .editorial-page-o-kompanii .editorial-page-lead,
    .editorial-page-vracham-i-optometristam .editorial-page-lead {
        width: auto;
        margin: -45px 14px 52px;
        padding: 30px 24px
    }

    .editorial-page-vracham-i-optometristam .editorial-page-image,
    .editorial-page-kontakty .editorial-contact-grid+.editorial-section {
        width: 100%
    }

    .editorial-page-vakansii .editorial-page-lead {
        grid-template-columns: 1fr;
        padding: 30px 24px
    }

    .editorial-page-vakansii .editorial-section:not(.editorial-steps) .wp-block-column:nth-child(2),
    .editorial-page-partneram .editorial-page-lead+.editorial-section .wp-block-column:nth-child(2) {
        transform: none
    }

    .useful-intro {
        padding: 42px 25px
    }

    .useful-note {
        gap: 20px;
        padding: 35px 24px
    }

    .blog-article-grid>a {
        min-height: 470px
    }

    .site-search-panel {
        padding: 20px 0
    }

    .site-search-panel-inner {
        grid-template-columns: minmax(0, 1fr) 42px;
        gap: 12px
    }

    .site-search-heading {
        display: none
    }

    .site-search-panel input {
        font-size: 13px
    }

    .search-empty {
        padding: 42px 25px
    }
}

/* Compact typography for individual blog articles. */
body.single-post .page-hero h1 {
    max-width: 980px;
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.14
}

body.single-post .content-card h2 {
    font-size: clamp(27px, 2.5vw, 34px) !important;
    line-height: 1.25
}

body.single-post .content-card h3 {
    font-size: clamp(21px, 2vw, 25px);
    line-height: 1.35
}

@media(max-width:760px) {
    body.single-post .page-hero h1 {
        font-size: 35px
    }

    body.single-post .content-card h2 {
        font-size: 27px !important
    }
}

/* Global request modal */
body.of-request-modal-open {
    overflow: hidden
}

.of-request-modal[hidden] {
    display: none !important
}

.of-request-modal {
    position: fixed;
    z-index: 100020;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px
}

.of-request-modal-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(23, 30, 38, .76);
    backdrop-filter: blur(5px);
    cursor: default
}

.of-request-modal-dialog {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(340px, 1.12fr);
    width: min(850px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    background: #fff;
    border: 1px solid rgba(102, 210, 206, .6);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
    animation: ofRequestIn .28s ease both
}

.of-request-modal-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 48px;
    background: #27313d;
    color: #fff
}

.of-request-modal-copy h2 {
    margin: 0 0 18px;
    color: #fff;
    font: 400 clamp(34px, 4vw, 50px)/1.08 Prata, Georgia, serif
}

.of-request-modal-copy>p:not(.eyebrow) {
    margin: 0;
    color: #c4cbd1;
    font-size: 14px;
    line-height: 1.7
}

.of-request-modal-note {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .17);
    color: #d9dde0;
    font-size: 12px;
    line-height: 1.5
}

.of-request-modal-note svg {
    width: 30px;
    height: 30px;
    padding: 7px;
    border: 1px solid #c5a76b;
    border-radius: 50%;
    color: #c5a76b
}

.of-request-modal-note strong {
    color: #fff
}

.of-request-modal-form {
    display: flex;
    align-items: center;
    padding: 58px 54px
}

.of-request-modal-form>div,
.of-request-modal-form .wpcf7 {
    width: 100%
}

.of-request-modal-form form>p {
    margin: 0
}

.of-request-modal-form label {
    display: block;
    margin: 0 0 18px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase
}

.of-request-modal-form input:not([type="submit"]):not([type="checkbox"]) {
    display: block;
    width: 100%;
    height: 54px;
    margin-top: 8px;
    padding: 0 16px;
    border: 1px solid #d8dcdf;
    border-radius: 0;
    background: #f7f8f8;
    color: #27313d;
    font: 14px Manrope, Arial, sans-serif
}

.of-request-modal-form input:focus {
    border-color: #c5a76b;
    outline: 2px solid rgba(102, 210, 206, .2);
    outline-offset: 0
}

.of-request-modal-form .wpcf7-acceptance label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 4px 0 20px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none
}

.of-request-modal-form .wpcf7-acceptance input {
    margin-top: 2px;
    accent-color: #c5a76b
}

.of-request-modal-form input[type="submit"] {
    width: 100%;
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid #c5a76b;
    background: #27313d;
    color: #fff;
    font: 700 13px Manrope, Arial, sans-serif;
    cursor: pointer;
    transition: background .2s, color .2s
}

.of-request-modal-form input[type="submit"]:hover {
    background: #c5a76b;
    color: #27313d
}

.of-request-modal-form .wpcf7-spinner {
    display: block;
    margin: 12px auto 0
}

.of-request-modal-form .wpcf7-response-output {
    margin: 18px 0 0 !important;
    padding: 12px 14px !important;
    border-width: 1px !important;
    color: #27313d;
    font-size: 12px;
    line-height: 1.5
}

.of-request-modal-close {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 18px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #c5a76b;
    border-radius: 50%;
    background: #fff;
    color: #27313d;
    cursor: pointer
}

.of-request-modal-close:hover {
    background: #c5a76b
}

.of-request-modal-close svg {
    width: 18px;
    height: 18px
}

@keyframes ofRequestIn {
    from {
        opacity: 0;
        transform: translateY(14px) scale(.985)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@media(max-width:720px) {
    .of-request-modal {
        padding: 12px
    }

    .of-request-modal-dialog {
        grid-template-columns: 1fr;
        max-height: calc(100vh - 24px)
    }

    .of-request-modal-copy {
        padding: 36px 28px 30px
    }

    .of-request-modal-copy h2 {
        font-size: 34px
    }

    .of-request-modal-note {
        display: none
    }

    .of-request-modal-form {
        padding: 34px 28px
    }

    .of-request-modal-close {
        top: 12px;
        right: 12px
    }

    .of-request-modal-copy {
        padding-right: 70px
    }
}

@media(prefers-reduced-motion:reduce) {
    .of-request-modal-dialog {
        animation: none
    }
}
