/* ============ TOKENS ============ */
:root {
    --alabaster: #FAF8F4;
    --linen: #F1ECE3;
    --shell: #E7E0D4;
    --ink: #0E1012;
    --graphite: #191C1F;
    --stone: #6E6B65;
    --brass: #8F7031;
    --brass-lt: #D2B77B;
    --brass-dp: #54401A;
    --gold-face: linear-gradient(148deg, #7E6129 0%, #C6A660 52%, #6E5422 100%);
    --hair: rgba(14, 16, 18, .13);
    --hair-lt: rgba(250, 248, 244, .15);
    --nav-h: 74px;
    --ease: cubic-bezier(.22, .61, .36, 1);
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(143, 112, 49, .18)
}

body.nosel,
body.nosel * {
    -webkit-user-select: none !important;
    user-select: none !important
}

body {
    margin: 0;
    background: var(--alabaster);
    color: var(--ink);
    font-family: Archivo, system-ui, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.68;
    letter-spacing: .005em;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

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

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

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

:focus-visible {
    outline: 2px solid var(--brass);
    outline-offset: 3px
}

/* ============ TYPE ============ */
.disp {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 300;
    line-height: 1.04;
    letter-spacing: -.005em
}

h1 {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(34px, 3.7vw, 53px);
    line-height: 1.03;
    letter-spacing: -.012em
}

h2 {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(34px, 4.1vw, 58px);
    line-height: 1.05;
    letter-spacing: -.008em
}

h3 {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: clamp(21px, 1.7vw, 26px);
    line-height: 1.2
}

p {
    margin: 0 0 1.05em
}

.lede {
    font-size: clamp(16px, 1.25vw, 18.5px);
    line-height: 1.72;
    color: #3B3E42;
    max-width: 62ch
}

.body {
    color: var(--stone);
    max-width: 66ch
}

.tag {
    font-size: 10.5px;
    font-weight: 400;
    letter-spacing: .34em;
    text-transform: uppercase;
    color: var(--brass)
}

.tag-ink {
    color: rgba(14, 16, 18, .45)
}

.sec-eyebrow {
    display: block;
    font-size: 10.5px;
    font-weight: 400;
    letter-spacing: .34em;
    text-transform: uppercase;
    color: var(--brass);
    padding-bottom: 14px;
    border-bottom: 1px solid var(--hair);
    margin-bottom: clamp(26px, 2.8vw, 42px)
}

.dark .sec-eyebrow {
    border-bottom-color: var(--hair-lt)
}

.num {
    font-size: 11px;
    letter-spacing: .22em;
    color: var(--brass);
    font-weight: 400
}

/* ============ LAYOUT ============ */
.wrap {
    width: min(1290px, calc(100% - 56px));
    margin-inline: auto
}

.sec {
    padding: clamp(60px, 5.8vw, 96px) 0
}

.sec-tight {
    padding: clamp(52px, 5vw, 80px) 0
}

.dark {
    background: var(--ink);
    color: var(--alabaster)
}

.dark .body {
    color: rgba(250, 248, 244, .6)
}

.dark .lede {
    color: rgba(250, 248, 244, .78)
}

.dark h2,
.dark h3 {
    color: var(--alabaster)
}

.linen {
    background: var(--linen)
}

/* ============ DIVIDER (from the logo) ============ */
.rule {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    width: min(1290px, calc(100% - 56px));
    margin: 0 auto;
    height: 40px
}

.rule.dark {
    background: var(--ink)
}

.rule i {
    position: relative;
    flex: 1;
    height: 40px;
    background:
        linear-gradient(90deg, transparent, rgba(143, 112, 49, .85) 18%, rgba(143, 112, 49, .85) 82%, transparent) 0 50%/100% 1px no-repeat,
        repeating-linear-gradient(90deg, rgba(143, 112, 49, .38) 0 1px, transparent 1px 20px) 0 calc(50% - 7px)/100% 5px no-repeat;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent)
}

.rule i::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(228, 204, 147, .95), transparent) no-repeat;
    background-size: 20% 1px;
    background-position: -25% 50%;
    animation: ruleflow 7s linear infinite
}

.rule i:last-of-type::after {
    animation-delay: -3.5s
}

@keyframes ruleflow {
    from {
        background-position: -25% 50%
    }

    to {
        background-position: 125% 50%
    }
}

.rule s {
    position: relative;
    flex: none;
    width: 26px;
    height: 26px;
    margin: 0 18px;
    text-decoration: none;
    border: 1px solid var(--brass);
    transform: rotate(45deg);
    animation: spin 30s linear infinite
}

.rule s::before {
    content: "";
    position: absolute;
    inset: 5px;
    border: 1px solid rgba(143, 112, 49, .55)
}

.rule s::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    background: var(--brass)
}

.rule::before,
.rule::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -3.5px;
    border: 1px solid rgba(143, 112, 49, .6);
    transform: rotate(45deg)
}

.rule::before {
    left: calc(50% - 48px)
}

.rule::after {
    right: calc(50% - 48px)
}

@keyframes spin {
    from {
        transform: rotate(45deg)
    }

    to {
        transform: rotate(405deg)
    }
}

/* ============ UTILITY BAR + NAV ============ */
.util {
    background: var(--ink);
    color: rgba(250, 248, 244, .62);
    font-size: 11.5px;
    letter-spacing: .06em
}

.util .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
    gap: 20px
}

.util a {
    transition: color .25s
}

.util a:hover {
    color: var(--brass-lt)
}

.util-l {
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 10px;
    color: rgba(250, 248, 244, .42)
}

.util-r {
    display: flex;
    gap: 24px;
    align-items: center
}

.util-r s {
    width: 1px;
    height: 11px;
    background: rgba(250, 248, 244, .2);
    text-decoration: none
}

nav {
    position: sticky;
    top: 0;
    z-index: 90;
    background: rgba(250, 248, 244, .94);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid transparent;
    transition: box-shadow .35s, border-color .3s
}

nav.stuck {
    border-bottom-color: var(--hair);
    box-shadow: 0 14px 34px -26px rgba(14, 16, 18, .55)
}

nav .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--nav-h);
    gap: 26px
}

.brand img {
    height: 34px;
    width: auto
}

.links {
    display: flex;
    gap: clamp(16px, 1.9vw, 30px);
    align-items: center;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 400
}

.links a {
    position: relative;
    padding: 6px 0;
    color: rgba(14, 16, 18, .7);
    transition: color .25s
}

.links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: var(--brass);
    transition: width .35s var(--ease)
}

.links a:hover {
    color: var(--ink)
}

.links a:hover::after {
    width: 100%
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 26px;
    font-size: 11.5px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid var(--ink);
    background: var(--ink);
    color: var(--alabaster);
    transition: background .35s var(--ease), color .35s var(--ease), border-color .35s
}

.btn:hover {
    background: var(--brass);
    border-color: var(--brass);
    color: #fff
}

.btn-ghost {
    background: transparent;
    color: var(--ink);
    border-color: rgba(14, 16, 18, .32)
}

.btn-ghost:hover {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--alabaster)
}

.btn-lt {
    background: transparent;
    color: var(--alabaster);
    border-color: rgba(250, 248, 244, .34)
}

.btn-lt:hover {
    background: var(--brass);
    border-color: var(--brass);
    color: #fff
}

.burger {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--hair);
    background: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px
}

.burger span {
    display: block;
    width: 17px;
    height: 1px;
    background: var(--ink);
    transition: transform .3s, opacity .25s
}

.navhome {
    display: flex;
    align-items: center;
    padding: 0 !important
}

.navhome svg {
    width: 19px;
    height: 19px;
    fill: var(--ink);
    stroke: none
}

.navhome::after {
    display: none
}

.navhome:hover svg {
    fill: var(--ink)
}

.hasmenu {
    position: relative;
    display: flex;
    align-items: center
}

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

.chev {
    width: 6px;
    height: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform .3s
}

.hasmenu:hover .chev {
    transform: translateY(0) rotate(225deg)
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    min-width: 580px;
    z-index: 95;
    background: #0B0D0F;
    border: 1px solid rgba(210, 183, 123, .32);
    border-top: 2px solid var(--brass);
    box-shadow: 0 40px 76px -34px rgba(11, 13, 15, .8);
    padding: 22px 24px 18px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .28s var(--ease), transform .34s var(--ease), visibility .28s
}

.hasmenu:hover .dropdown,
.hasmenu:focus-within .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0)
}

.dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    height: 14px
}

.dd-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 26px
}

.dd-grid a {
    display: block;
    padding: 11px 0 11px 22px;
    border-bottom: 1px solid rgba(210, 183, 123, .18);
    position: relative;
    font-family: 'Cormorant Garamond', serif;
    font-size: 18.5px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: var(--brass-lt);
    transition: padding .3s var(--ease), color .25s
}

.dd-grid a::after {
    display: none
}

.dd-grid a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    width: 7px;
    height: 7px;
    border: 1px solid var(--brass-lt);
    transform: rotate(45deg);
    transition: background .3s, border-color .3s
}

.dd-grid a:hover {
    padding-left: 30px;
    color: #F3E7CC
}

.dd-grid a:hover::before {
    background: #F3E7CC;
    border-color: #F3E7CC
}

.dd-all {
    display: block;
    margin-top: 16px;
    padding: 12px 0 2px;
    font-size: 10px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(210, 183, 123, .65);
    border-top: 1px solid rgba(210, 183, 123, .18);
    transition: color .25s
}

.dd-all:hover {
    color: #F3E7CC
}

.dd-all::after {
    display: none
}

.burger.on span:nth-child(1) {
    transform: translateY(6px) rotate(45deg)
}

.burger.on span:nth-child(2) {
    opacity: 0
}

.burger.on span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg)
}

.panel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--alabaster);
    border-bottom: 1px solid var(--hair);
    z-index: 89;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s var(--ease)
}

.panel.open {
    max-height: 80vh;
    overflow: auto
}

.panel a {
    display: block;
    padding: 14px 28px;
    border-bottom: 1px solid var(--hair);
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--ink)
}

.panel a.sub {
    padding-left: 46px;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: none;
    color: var(--stone);
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px
}

.panel .grp {
    padding: 14px 28px 6px;
    font-size: 10px;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--brass)
}

/* ============ HERO ============ */
.hero {
    display: grid;
    grid-template-columns: minmax(290px, 30%) minmax(0, 70%);
    border-top: 2px solid var(--ink);
    border-bottom: 2px solid var(--ink)
}

.heroVid {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    overflow: hidden;
    background: #06070A;
    height: calc(100vh - var(--nav-h) - 36px);
    min-height: 520px;
    max-height: 730px
}

.heroVid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.hv-scrim {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(6, 7, 10, .3) 0%, rgba(6, 7, 10, 0) 32%, rgba(6, 7, 10, 0) 62%, rgba(6, 7, 10, .52) 100%)
}

.hv-corner {
    position: absolute;
    width: 28px;
    height: 28px;
    border: 1px solid var(--brass-lt);
    opacity: .85;
    pointer-events: none
}

.hv-corner.tl {
    top: 20px;
    left: 20px;
    border-right: 0;
    border-bottom: 0
}

.hv-corner.tr {
    top: 20px;
    right: 20px;
    border-left: 0;
    border-bottom: 0
}

.hv-corner.bl {
    bottom: 20px;
    left: 20px;
    border-right: 0;
    border-top: 0
}

.hv-corner.br {
    bottom: 20px;
    right: 20px;
    border-left: 0;
    border-top: 0
}

.hv-cap {
    position: absolute;
    left: 20px;
    bottom: 56px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px 16px;
    border: 1px solid rgba(210, 183, 123, .55);
    background: rgba(11, 13, 15, .62);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 9.5px;
    letter-spacing: .24em;
    text-transform: uppercase
}

.hv-cap i {
    flex: none;
    width: 7px;
    height: 7px;
    border: 1px solid var(--brass-lt);
    transform: rotate(45deg)
}

.hv-sound {
    position: absolute;
    right: 20px;
    bottom: 56px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 15px;
    border: 1px solid rgba(210, 183, 123, .55);
    background: rgba(11, 13, 15, .62);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 9.5px;
    letter-spacing: .22em;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color .3s, background .3s, color .3s
}

.hv-sound:hover {
    border-color: var(--brass-lt);
    background: rgba(11, 13, 15, .82)
}

.hv-sound svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: var(--brass-lt);
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round
}

.hv-sound .ic-on {
    display: none
}

.hv-sound.on .ic-on {
    display: block
}

.hv-sound.on .ic-off {
    display: none
}

.hv-sound em {
    font-style: normal
}

.ticks {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 14px;
    z-index: 4;
    opacity: .4;
    pointer-events: none;
    background-image: repeating-linear-gradient(90deg, rgba(250, 248, 244, .5) 0 1px, transparent 1px 24px);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent)
}

.hero-card {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: var(--alabaster);
    border-right: 1px solid var(--hair);
    padding: clamp(34px, 3vw, 48px) clamp(24px, 2.3vw, 40px) clamp(34px, 3vw, 48px) clamp(26px, 2.6vw, 44px)
}

.hero-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, var(--brass) 0%, rgba(143, 112, 49, .15) 55%, transparent 100%)
}

.hero-body {
    margin: auto 0
}

.hero-eyebrow {
    flex: none;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--hair)
}

.hero-card h1 {
    margin: 0 0 16px;
    font-size: clamp(25px, 2.05vw, 33px);
    line-height: 1.1
}

.hero-card h1 em {
    font-style: italic;
    font-weight: 300
}

.hero-card .lede {
    font-size: clamp(13.5px, .92vw, 14.8px);
    line-height: 1.68;
    max-width: 44ch;
    color: #3E4246
}

.hero-card .tag {
    display: block;
    line-height: 1.7
}

.hero-cta {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    margin-top: 22px
}

.hero-cta .btn {
    padding: 12px 20px;
    font-size: 10.5px;
    letter-spacing: .14em
}

.hero-foot {
    flex: none;
    padding-top: clamp(20px, 2.2vw, 30px);
    border-top: 1px solid var(--hair);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 9.5px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--stone)
}

.hero-foot i {
    flex: none;
    width: 8px;
    height: 8px;
    border: 1px solid var(--brass);
    transform: rotate(45deg)
}


/* ============ CREDENTIAL STRIP ============ */
.cred {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(14, 16, 18, .22)
}

.cred div {
    position: relative;
    padding: clamp(22px, 2.2vw, 30px) clamp(18px, 1.9vw, 28px);
    background: linear-gradient(100deg, #C2A461 0%, #9C7B38 62%, #7E6129 100%);
    overflow: hidden
}

.cred div::after {
    content: "";
    position: absolute;
    right: -26px;
    top: -26px;
    width: 74px;
    height: 74px;
    border: 1px solid rgba(14, 16, 18, .16);
    transform: rotate(45deg)
}

.cred b {
    position: relative;
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 17.5px;
    line-height: 1.24;
    margin-bottom: 5px;
    color: #0B0D0F
}

.cred span {
    position: relative;
    font-size: 11.5px;
    color: rgba(11, 13, 15, .68);
    letter-spacing: .01em
}

/* ============ GRIDS / SHARED ============ */
.head-2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(26px, 4vw, 64px);
    align-items: end;
    margin-bottom: clamp(32px, 3.2vw, 50px)
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(30px, 4vw, 62px);
    align-items: center
}

.frame {
    position: relative;
    overflow: hidden;
    background: var(--shell)
}

.frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.4s var(--ease)
}

.frame:hover img {
    transform: scale(1.045)
}

.sq {
    width: 13px;
    height: 13px;
    border: 1px solid var(--brass);
    display: inline-block
}

/* about */
.split-about {
    align-items: stretch
}

.about-art {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(0, 1fr);
    gap: 14px;
    height: 100%;
    min-height: 440px
}

.about-art .a {
    grid-column: 1/2;
    height: 100%
}

.about-art .b {
    grid-column: 2/3;
    height: calc(100% - clamp(22px, 3.4vw, 44px));
    margin-top: clamp(22px, 3.4vw, 44px)
}

.about-art .badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    background: var(--alabaster);
    border: 1px solid var(--hair);
    padding: 18px 22px;
    text-align: center;
    min-width: 150px
}

.about-art .badge b {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 1
}

.about-art .badge span {
    font-size: 9.5px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--stone)
}

.ticklist {
    list-style: none;
    margin: 22px 0 0;
    padding: 0
}

.ticklist li {
    display: flex;
    gap: 14px;
    padding: 13px 0;
    border-top: 1px solid var(--hair);
    font-size: 15px;
    color: #3B3E42
}

.ticklist li::before {
    content: "";
    flex: none;
    width: 9px;
    height: 9px;
    border: 1px solid var(--brass);
    margin-top: 7px;
    transform: rotate(45deg)
}

/* standard band */
.std {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(30px, 4.5vw, 74px)
}

.std-l h2 {
    margin: 14px 0 20px
}

.std-r article {
    position: relative;
    padding: 22px 0 22px 30px;
    border-top: 1px solid var(--hair-lt)
}

.std-r article:last-child {
    border-bottom: 1px solid var(--hair-lt)
}

.std-r article::before {
    content: "";
    position: absolute;
    left: 0;
    top: 31px;
    width: 9px;
    height: 9px;
    border: 1px solid var(--brass-lt);
    transform: rotate(45deg);
    transition: background .45s var(--ease)
}

.std-r article::after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    height: 1px;
    width: 0;
    background: var(--brass-lt);
    transition: width .7s var(--ease)
}

.std-r article:hover::after {
    width: 100%
}

.std-r article:hover::before {
    background: var(--brass-lt)
}

.std-r h3 {
    margin: 0 0 8px;
    font-size: clamp(20px, 1.6vw, 25px)
}

.std-r p {
    margin: 0;
    font-size: 14.5px;
    color: rgba(250, 248, 244, .56);
    max-width: 60ch
}

/* capabilities */
.caps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--hair);
    border: 1px solid var(--hair)
}

.caps a {
    position: relative;
    display: block;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--ink)
}

.caps img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.3s var(--ease), opacity .5s;
    opacity: .92
}

.caps a:hover img {
    transform: scale(1.06);
    opacity: 1
}

.caps a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 16, 18, 0) 38%, rgba(14, 16, 18, .82))
}

.capttl {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 17px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 11px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: clamp(18px, 1.5vw, 23px);
    color: var(--alabaster);
    line-height: 1.15
}

.capttl i {
    flex: none;
    width: 8px;
    height: 8px;
    border: 1px solid var(--brass-lt);
    transform: rotate(45deg);
    transition: background .4s
}

.caps a:hover .capttl i {
    background: var(--brass-lt)
}

.svc-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 clamp(20px, 3vw, 44px);
    margin-top: clamp(22px, 2.4vw, 34px)
}

.svc-list a {
    display: block;
    padding: 11px 0;
    border-bottom: 1px solid var(--hair);
    font-size: 14px;
    transition: padding .32s var(--ease), color .3s
}

.svc-list a:hover {
    padding-left: 11px;
    color: var(--brass)
}

/* process */
.proc {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
    gap: clamp(34px, 5vw, 72px);
    align-items: start
}

.steps {
    counter-reset: s
}

.step {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 20px;
    padding: 24px 0;
    border-top: 1px solid var(--hair-lt)
}

.step:last-child {
    border-bottom: 1px solid var(--hair-lt)
}

.step .k {
    font-family: 'Cormorant Garamond', serif;
    font-size: 27px;
    color: var(--brass);
    line-height: 1;
    padding-top: 3px
}

.step h3 {
    margin: 0 0 7px;
    font-size: 22px
}

.step p {
    margin: 0;
    font-size: 14.5px;
    color: rgba(250, 248, 244, .55)
}

.iso {
    position: sticky;
    top: calc(var(--nav-h) + 40px);
    perspective: 1300px
}

.iso svg {
    width: 100%;
    height: auto;
    overflow: visible;
    transform-style: preserve-3d;
    animation: drift 20s ease-in-out infinite
}

@keyframes drift {

    0%,
    100% {
        transform: rotateY(-5.5deg) rotateX(2.5deg)
    }

    50% {
        transform: rotateY(5.5deg) rotateX(-2.5deg)
    }
}

.iso .lyr {
    transform-box: view-box;
    opacity: 0;
    transition: transform 1.5s var(--ease), opacity 1s var(--ease)
}

.iso .l-floor {
    transform: translate(0, 26px)
}

.iso .l-furn {
    transform: translate(0, -46px)
}

.iso .l-wall {
    transform: translate(0, -118px)
}

.iso .l-ceil {
    transform: translate(0, -206px)
}

.built .lyr {
    opacity: 1;
    transform: translate(0, 0)
}

.built .l-floor {
    transition-delay: .05s
}

.built .l-furn {
    transition-delay: .5s
}

.built .l-wall {
    transition-delay: .28s
}

.built .l-ceil {
    transition-delay: .72s
}

.iso .lbl {
    opacity: 0;
    transition: opacity 1s var(--ease) 1.7s
}

.built .lbl {
    opacity: 1
}

.draw {
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    transition: stroke-dashoffset 1.6s var(--ease) .9s
}

.built .draw {
    stroke-dashoffset: 0
}

/* stats */
.stats {
    position: relative;
    overflow: hidden;
    background: var(--ink)
}

.stats .bgimg {
    position: absolute;
    inset: 0
}

.stats .bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .3;
    filter: grayscale(.5)
}

.stats .scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 16, 18, .85), rgba(14, 16, 18, .6), rgba(14, 16, 18, .9))
}

.stats .wrap {
    position: relative
}

.statgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-top: clamp(30px, 3.4vw, 46px);
    background: rgba(210, 183, 123, .35)
}

.statgrid div {
    position: relative;
    padding: clamp(26px, 2.6vw, 38px) clamp(18px, 1.8vw, 26px);
    background: var(--gold-face);
    overflow: hidden
}

.statgrid div::after {
    content: "";
    position: absolute;
    right: -30px;
    top: -30px;
    width: 90px;
    height: 90px;
    border: 1px solid rgba(14, 16, 18, .18);
    transform: rotate(45deg)
}

.statgrid b {
    display: block;
    position: relative;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(40px, 4.2vw, 58px);
    line-height: 1;
    color: #0E1012
}

.statgrid span {
    position: relative;
    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(14, 16, 18, .68)
}

/* selected work — contact sheet */
.wkgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(12px, 1.4vw, 20px)
}

.wk {
    position: relative;
    margin: 0;
    background: var(--alabaster);
    overflow: hidden;
    border: 2px solid var(--ink);
    transition: border-color .45s var(--ease), box-shadow .45s var(--ease)
}

.wk:hover {
    border-color: var(--brass);
    box-shadow: 0 0 0 1px rgba(143, 112, 49, .35)
}

.wk img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    display: block;
    transition: transform 1.2s var(--ease), filter .6s
}

.wk:hover img {
    transform: scale(1.05)
}

.wk figcaption {
    padding: 12px 13px 14px;
    display: block;
    border-top: 1px solid var(--hair)
}

.wk b {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 16.5px;
    line-height: 1.2
}

.wk span {
    display: block;
    font-size: 11px;
    color: var(--stone);
    margin-top: 3px;
    letter-spacing: .01em
}


/* areas */
.marq {
    overflow: hidden;
    border-top: 1px solid var(--hair);
    border-bottom: 1px solid var(--hair);
    padding: 17px 0
}

.marq-in {
    display: flex;
    gap: 44px;
    width: max-content;
    animation: slide 42s linear infinite
}

.marq-2 .marq-in {
    animation-duration: 56s;
    animation-direction: reverse
}

.marq span {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(22px, 2.3vw, 32px);
    font-weight: 300;
    white-space: nowrap;
    color: rgba(14, 16, 18, .78)
}

.marq span.o {
    color: transparent;
    -webkit-text-stroke: .6px var(--brass)
}

@keyframes slide {
    to {
        transform: translateX(-50%)
    }
}

/* founder — black and gold */
.founder {
    display: grid;
    grid-template-columns: minmax(0, .68fr) minmax(0, 1.32fr);
    gap: clamp(28px, 4.4vw, 66px);
    align-items: center
}

.founder .ph {
    aspect-ratio: 4/5;
    overflow: hidden;
    background: #000;
    position: relative;
    border: 1px solid rgba(210, 183, 123, .3)
}

.founder .ph img {
    filter: grayscale(.35) contrast(1.05)
}

.founder blockquote {
    margin: 16px 0 0;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(24px, 2.6vw, 40px);
    line-height: 1.24;
    letter-spacing: -.005em;
    color: var(--brass-lt)
}

.fbody {
    margin: 22px 0 0;
    color: rgba(250, 248, 244, .72);
    font-size: 15px;
    max-width: 66ch
}

.founder-sec {
    background: #07080A
}

.sig {
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid rgba(210, 183, 123, .3)
}

.sig b {
    display: block;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .04em;
    color: #fff
}

.sig span {
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--brass-lt)
}

/* faq */
.faq {
    border-top: 1px solid var(--hair)
}

.faq details {
    border-bottom: 1px solid var(--hair)
}

.faq summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 52px 22px 0;
    position: relative;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(19px, 1.6vw, 24px);
    font-weight: 400;
    line-height: 1.3
}

.faq summary::-webkit-details-marker {
    display: none
}

.faq summary::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 32px;
    width: 11px;
    height: 11px;
    border-right: 1px solid var(--brass);
    border-bottom: 1px solid var(--brass);
    transform: rotate(45deg);
    transition: transform .35s var(--ease)
}

.faq details[open] summary::after {
    transform: rotate(225deg)
}

.faq .ans {
    padding: 0 12% 26px 0;
    color: var(--stone);
    font-size: 15px;
    animation: fade .45s var(--ease)
}

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

    to {
        opacity: 1;
        transform: none
    }
}

/* contact */
.contact {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 0;
    border: 1px solid var(--hair-lt)
}

.contact .side {
    position: relative;
    overflow: hidden;
    min-height: 100%
}

.contact .side img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .44
}

.contact .side .inner {
    position: relative;
    padding: clamp(34px, 3.4vw, 52px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 40px
}

.cline {
    display: block;
    padding: 14px 0;
    border-top: 1px solid var(--hair-lt);
    font-size: 14.5px
}

.cline b {
    display: block;
    font-size: 9.5px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--brass);
    font-weight: 400;
    margin-bottom: 5px
}

form {
    padding: clamp(34px, 3.4vw, 52px);
    border-left: 1px solid var(--hair-lt)
}

.f2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 22px
}

.field {
    margin-bottom: 20px
}

.field label {
    display: block;
    font-size: 9.5px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(250, 248, 244, .45);
    margin-bottom: 7px
}

.field input,
.field select,
.field textarea {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--hair-lt);
    padding: 10px 0;
    font-size: 16px;
    color: var(--alabaster);
    transition: border-color .3s
}

.field select option {
    background: var(--ink)
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    outline: none;
    border-bottom-color: var(--brass)
}

.field textarea {
    resize: vertical;
    min-height: 78px
}

/* footer — black and gold */
footer {
    background: #07080A;
    color: rgba(250, 248, 244, .72);
    border-top: 1px solid rgba(210, 183, 123, .22);
    overflow: hidden
}

.btn-gold {
    background: var(--gold-face);
    border-color: transparent;
    color: #0E1012
}

.btn-gold:hover {
    background: #E4CC93;
    border-color: #E4CC93;
    color: #0E1012
}

.cubewrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 290px;
    perspective: 1000px;
    margin-top: clamp(30px, 4vw, 54px)
}

.cubewrap::before {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(198, 166, 96, .18), rgba(198, 166, 96, 0) 66%)
}

.cube {
    position: relative;
    width: 118px;
    height: 118px;
    transform-style: preserve-3d;
    animation: cuberot 18s linear infinite
}

@keyframes cuberot {
    from {
        transform: rotateX(-20deg) rotateY(0deg)
    }

    to {
        transform: rotateX(-20deg) rotateY(360deg)
    }
}

.cube .f {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(210, 183, 123, .55);
    background: linear-gradient(150deg, rgba(198, 166, 96, .13), rgba(143, 112, 49, .02));
    box-shadow: inset 0 0 40px -12px rgba(228, 204, 147, .5)
}

.cube .f::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26px;
    height: 26px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(228, 204, 147, .85)
}

.fa {
    transform: translateZ(59px)
}

.fb {
    transform: rotateY(180deg) translateZ(59px)
}

.fc {
    transform: rotateY(90deg) translateZ(59px)
}

.fd {
    transform: rotateY(-90deg) translateZ(59px)
}

.fe {
    transform: rotateX(90deg) translateZ(59px)
}

.ff {
    transform: rotateX(-90deg) translateZ(59px)
}

.cube-ring {
    position: absolute;
    width: 250px;
    height: 250px;
    border: 1px solid rgba(210, 183, 123, .2);
    border-radius: 50%;
    animation: spin 34s linear infinite
}

.cube-ring::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -5px;
    width: 9px;
    height: 9px;
    margin-left: -4.5px;
    background: var(--brass-lt);
    transform: rotate(45deg)
}

.flock {
    text-align: center;
    padding: clamp(44px, 5vw, 72px) 0 clamp(36px, 4vw, 56px)
}

.flock-w {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(30px, 4vw, 50px);
    letter-spacing: .3em;
    text-indent: .3em;
    color: #fff
}

.flock-s {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 8px;
    font-size: 10px;
    letter-spacing: .36em;
    text-transform: uppercase;
    color: var(--brass-lt)
}

.flock-s i {
    width: clamp(40px, 8vw, 110px);
    height: 1px;
    background: rgba(210, 183, 123, .55)
}

.fgrid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
    gap: clamp(26px, 4vw, 56px);
    padding: clamp(34px, 3.6vw, 52px) 0 40px;
    border-top: 1px solid rgba(210, 183, 123, .2)
}

.fintro {
    font-size: 14.5px;
    color: rgba(250, 248, 244, .6);
    max-width: 40ch;
    margin: 0
}

.fcol b {
    display: block;
    font-size: 9.5px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--brass-lt);
    font-weight: 400;
    margin-bottom: 15px
}

.fcol a,
.fcol p {
    display: block;
    font-size: 14px;
    color: rgba(250, 248, 244, .58);
    margin: 0 0 9px;
    transition: color .25s
}

.fcol a:hover {
    color: var(--brass-lt)
}

.fbot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 0 26px;
    border-top: 1px solid rgba(210, 183, 123, .2);
    font-size: 11.5px;
    color: rgba(250, 248, 244, .42);
    flex-wrap: wrap
}

.fbot a:hover {
    color: var(--brass-lt)
}

.wordmark {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(52px, 11.4vw, 158px);
    font-weight: 300;
    letter-spacing: .12em;
    line-height: .9;
    padding: 6px 0 14px;
    user-select: none;
    white-space: nowrap;
    background: linear-gradient(100deg, #3B2E12 0%, #8F7031 28%, #E4CC93 48%, #8F7031 68%, #3B2E12 100%);
    background-size: 250% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: shine 9s linear infinite
}

@keyframes shine {
    from {
        background-position: 180% 0
    }

    to {
        background-position: -80% 0
    }
}

/* ===== INNER PAGES ===== */
.pg-head {
    background: var(--ink);
    color: var(--alabaster);
    padding: clamp(46px, 5vw, 82px) 0 clamp(38px, 4vw, 62px)
}

.crumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(250, 248, 244, .42);
    margin-bottom: clamp(18px, 2vw, 28px);
    flex-wrap: wrap
}

.crumb a {
    color: var(--brass-lt)
}

.crumb a:hover {
    color: #fff
}

.crumb i {
    font-style: normal;
    color: rgba(210, 183, 123, .5)
}

.crumb b {
    font-weight: 400;
    color: #fff
}

.pg-head h1 {
    font-size: clamp(38px, 5vw, 72px);
    color: #fff;
    max-width: 18ch
}

.pg-rule {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 22px 0 20px;
    max-width: 320px
}

.pg-rule::before {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, var(--brass), transparent)
}

.pg-rule::after {
    content: "";
    flex: none;
    width: 9px;
    height: 9px;
    border: 1px solid var(--brass-lt);
    transform: rotate(45deg);
    order: -1
}

.pg-head .lede {
    color: rgba(250, 248, 244, .74);
    max-width: 64ch
}

.pg-img {
    position: relative;
    height: clamp(230px, 34vw, 430px);
    overflow: hidden;
    background: var(--ink)
}

.pg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .9;
    animation: slowzoom 22s ease-in-out infinite alternate
}

@keyframes slowzoom {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.07)
    }
}

.pg-corner {
    position: absolute;
    width: 26px;
    height: 26px;
    border: 1px solid var(--brass-lt);
    opacity: .8
}

.pg-corner.tl {
    top: 18px;
    left: 18px;
    border-right: 0;
    border-bottom: 0
}

.pg-corner.tr {
    top: 18px;
    right: 18px;
    border-left: 0;
    border-bottom: 0
}

.pg-corner.bl {
    bottom: 18px;
    left: 18px;
    border-right: 0;
    border-top: 0
}

.pg-corner.br {
    bottom: 18px;
    right: 18px;
    border-left: 0;
    border-top: 0
}

.pgsplit {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: clamp(30px, 4.4vw, 70px);
    align-items: start
}

.pgsplit h2 {
    margin: 0 0 20px
}

.pg-cta-inline {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 26px
}

.incl {
    border-top: 1px solid var(--hair)
}

.incl h3 {
    padding: 18px 0 4px;
    font-size: 13px;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-family: Archivo, sans-serif;
    font-weight: 400;
    color: var(--brass)
}

.incl-i {
    position: relative;
    padding: 15px 0 15px 28px;
    border-top: 1px solid var(--hair)
}

.incl-i::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 8px;
    height: 8px;
    border: 1px solid var(--brass);
    transform: rotate(45deg);
    transition: background .35s
}

.incl-i:hover::before {
    background: var(--brass)
}

.incl-i b {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.25;
    margin-bottom: 3px
}

.incl-i span {
    display: block;
    font-size: 13.5px;
    color: var(--stone);
    line-height: 1.6
}

.dgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(210, 183, 123, .18);
    border: 1px solid rgba(210, 183, 123, .18)
}

.dgrid article {
    background: var(--ink);
    padding: clamp(24px, 2.4vw, 34px) clamp(18px, 1.8vw, 26px);
    transition: background .45s
}

.dgrid article:hover {
    background: #111417
}

.dgrid h3 {
    margin: 0 0 9px;
    font-size: clamp(19px, 1.5vw, 23px);
    color: var(--brass-lt)
}

.dgrid p {
    margin: 0;
    font-size: 14px;
    color: rgba(250, 248, 244, .58)
}

.areas-grid {
    grid-template-columns: repeat(4, 1fr)
}

.pg-rel {
    padding: clamp(34px, 3.6vw, 52px) 0;
    background: var(--linen);
    border-top: 1px solid var(--hair)
}

.rel-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 clamp(20px, 3vw, 44px);
    margin-top: 16px
}

.rel-grid a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid var(--hair);
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    transition: padding .32s var(--ease), color .3s
}

.rel-grid a:hover {
    padding-left: 11px;
    color: var(--brass)
}

.pg-end {
    background: var(--gold-face);
    color: #0B0D0F;
    padding: clamp(46px, 5vw, 78px) 0;
    text-align: center
}

.pg-end h2 {
    color: #0B0D0F;
    margin-bottom: 12px
}

.pg-end p {
    color: rgba(11, 13, 15, .7);
    max-width: 50ch;
    margin: 0 auto
}

.pg-end .pg-cta-inline {
    justify-content: center
}

.pg-end .btn {
    background: #0B0D0F;
    border-color: #0B0D0F;
    color: #F3E7CC
}

.pg-end .btn:hover {
    background: #fff;
    border-color: #fff;
    color: #0B0D0F
}

.pg-end .btn-ghost {
    background: transparent;
    color: #0B0D0F;
    border-color: rgba(11, 13, 15, .4)
}

.pg-end .btn-ghost:hover {
    background: #0B0D0F;
    color: #F3E7CC;
    border-color: #0B0D0F
}

/* ===== Q&A PAGE ===== */
.qa-head {
    background: var(--ink);
    color: var(--alabaster);
    padding: clamp(44px, 4.6vw, 78px) 0 clamp(34px, 3.6vw, 56px);
    position: relative;
    overflow: hidden
}

.qa-head::after {
    content: "";
    position: absolute;
    right: -140px;
    top: -140px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(210, 183, 123, .14);
    transform: rotate(45deg)
}

.qa-head::before {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -200px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(210, 183, 123, .1);
    transform: rotate(45deg)
}

.qa-head .wrap {
    position: relative;
    z-index: 2
}

.qa-head h1 {
    font-size: clamp(36px, 4.8vw, 68px);
    color: #fff
}

.qa-head .lede {
    color: rgba(250, 248, 244, .72);
    max-width: 58ch
}

.qa-search {
    position: relative;
    margin-top: clamp(24px, 2.6vw, 36px);
    max-width: 520px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid rgba(210, 183, 123, .45);
    padding-bottom: 10px;
    transition: border-color .3s
}

.qa-search:focus-within {
    border-bottom-color: var(--brass-lt)
}

.qa-search svg {
    flex: none;
    width: 17px;
    height: 17px;
    fill: none;
    stroke: var(--brass-lt);
    stroke-width: 1.3;
    stroke-linecap: round
}

.qa-search input {
    flex: 1;
    background: transparent;
    border: 0;
    padding: 2px 0;
    font-size: 16px;
    color: #fff;
    min-width: 0
}

.qa-search input::placeholder {
    color: rgba(250, 248, 244, .35)
}

.qa-search input:focus {
    outline: none
}

.qa-body {
    padding: clamp(48px, 5vw, 84px) 0 clamp(30px, 3vw, 48px)
}

.qa-grid {
    display: grid;
    grid-template-columns: minmax(0, .36fr) minmax(0, 1fr);
    gap: clamp(30px, 4vw, 70px);
    align-items: start
}

.qa-rail {
    position: sticky;
    top: calc(var(--nav-h) + 30px)
}

.qa-chips {
    display: flex;
    flex-direction: column;
    margin: 16px 0 clamp(28px, 3vw, 42px);
    border-top: 1px solid var(--hair)
}

.qa-chip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    text-align: left;
    padding: 14px 0 14px 22px;
    background: none;
    border: 0;
    border-bottom: 1px solid var(--hair);
    cursor: pointer;
    position: relative;
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    color: var(--ink);
    transition: padding .3s var(--ease), color .25s
}

.qa-chip::before {
    content: "";
    position: absolute;
    left: 0;
    top: 21px;
    width: 7px;
    height: 7px;
    border: 1px solid var(--brass);
    transform: rotate(45deg);
    transition: background .3s
}

.qa-chip em {
    font-style: normal;
    font-family: Archivo, sans-serif;
    font-size: 10.5px;
    letter-spacing: .14em;
    color: var(--stone)
}

.qa-chip:hover {
    padding-left: 30px;
    color: var(--brass)
}

.qa-chip.on {
    color: var(--brass)
}

.qa-chip.on::before {
    background: var(--brass)
}

.qa-chip.on em {
    color: var(--brass)
}

.qa-help {
    border: 2px solid var(--ink);
    padding: clamp(20px, 2vw, 28px)
}

.qa-help b {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 8px
}

.qa-help p {
    font-size: 13.5px;
    color: var(--stone);
    margin: 0 0 18px
}

.qa-help .btn {
    width: 100%
}

.qa-tel {
    display: block;
    text-align: center;
    margin-top: 12px;
    font-size: 11px;
    letter-spacing: .14em;
    color: var(--stone)
}

.qa-tel:hover {
    color: var(--brass)
}

.qa-list {
    border-top: 1px solid var(--hair)
}

.qa-item {
    border-bottom: 1px solid var(--hair);
    position: relative
}

.qa-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    height: 1px;
    width: 0;
    background: var(--brass);
    transition: width .6s var(--ease)
}

.qa-item[open]::before,
.qa-item:hover::before {
    width: 100%
}

.qa-item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: clamp(14px, 1.6vw, 26px);
    padding: clamp(20px, 2vw, 28px) 44px clamp(20px, 2vw, 28px) 0;
    position: relative
}

.qa-item summary::-webkit-details-marker {
    display: none
}

.qa-n {
    flex: none;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: var(--brass);
    line-height: 1.3;
    min-width: 26px
}

.qa-q {
    flex: 1;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: clamp(20px, 1.75vw, 27px);
    line-height: 1.26
}

.qa-tag {
    display: block;
    font-family: Archivo, sans-serif;
    font-weight: 400;
    font-size: 9px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--stone);
    margin-top: 8px
}

.qa-x {
    position: absolute;
    right: 4px;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px
}

.qa-x::before,
.qa-x::after {
    content: "";
    position: absolute;
    background: var(--brass);
    transition: transform .4s var(--ease), opacity .3s
}

.qa-x::before {
    left: 0;
    top: 6.5px;
    width: 14px;
    height: 1px
}

.qa-x::after {
    left: 6.5px;
    top: 0;
    width: 1px;
    height: 14px
}

.qa-item[open] .qa-x::after {
    transform: rotate(90deg);
    opacity: 0
}

.qa-a {
    padding: 0 12% clamp(24px, 2.4vw, 32px) calc(26px + clamp(14px, 1.6vw, 26px));
    animation: fade .45s var(--ease)
}

.qa-a p {
    margin: 0;
    color: var(--stone);
    font-size: 15px;
    line-height: 1.72
}

.qa-empty {
    display: none;
    padding: 40px 0;
    color: var(--stone);
    font-size: 15px
}

/* stage rail on inner pages */
.stagerail {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid var(--hair)
}

.stagerail article {
    position: relative;
    padding: 30px 26px 34px 0;
    border-right: 1px solid var(--hair)
}

.stagerail article:last-child {
    border-right: 0;
    padding-right: 0
}

.stagerail article:not(:first-child) {
    padding-left: 26px
}

.stagerail article::after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    height: 1px;
    width: 0;
    background: var(--brass);
    transition: width .7s var(--ease)
}

.stagerail article:hover::after {
    width: 100%
}

.stk {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    color: var(--brass);
    line-height: 1;
    margin-bottom: 12px
}

.stagerail h3 {
    margin: 0 0 8px;
    font-size: clamp(19px, 1.5vw, 23px)
}

.stagerail p {
    margin: 0;
    font-size: 14px;
    color: var(--stone)
}

/* paperwork band */
.docband {
    margin-top: clamp(34px, 3.6vw, 52px);
    border-top: 1px solid rgba(210, 183, 123, .28);
    padding-top: clamp(26px, 2.6vw, 38px)
}

.doc-h h3 {
    margin: 10px 0 22px;
    font-size: clamp(21px, 1.8vw, 28px);
    color: var(--brass-lt)
}

.doc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(210, 183, 123, .16)
}

.doc-i {
    background: var(--ink);
    padding: 20px 22px 22px
}

.doc-i b {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 19px;
    color: #fff;
    margin-bottom: 5px
}

.doc-i span {
    font-size: 13px;
    color: rgba(250, 248, 244, .55)
}

.incl-d {
    border-top-color: var(--hair-lt)
}

.incl-d b {
    color: #fff
}

.incl-d span {
    color: rgba(250, 248, 244, .55)
}

/* contact page */
.ccards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(12px, 1.4vw, 20px)
}

.ccard {
    display: block;
    padding: clamp(24px, 2.4vw, 34px);
    border: 2px solid var(--ink);
    transition: border-color .4s var(--ease), background .4s
}

.ccard:hover {
    border-color: var(--brass);
    background: var(--linen)
}

.ccard span {
    display: block;
    font-size: 9.5px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--brass);
    margin-bottom: 12px
}

.ccard b {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: clamp(22px, 1.9vw, 28px);
    line-height: 1.2
}

.ccard em {
    display: block;
    font-style: normal;
    font-size: 13px;
    color: var(--stone);
    margin-top: 7px
}

.cform {
    border: 1px solid var(--hair-lt);
    padding: clamp(26px, 2.6vw, 40px)
}

/* social icons */
.socs {
    display: flex;
    align-items: center;
    gap: 12px
}

.socs a {
    display: flex;
    align-items: center;
    transition: transform .32s var(--ease), opacity .3s;
    opacity: .92
}

.socs a:hover {
    transform: translateY(-2px);
    opacity: 1
}

.socs svg {
    display: block;
    width: 15px;
    height: 15px
}

.socs-lg {
    gap: 16px
}

.socs-lg svg {
    width: 23px;
    height: 23px
}

@media(max-width:760px) {
    .socs-sm {
        display: none
    }

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

/* floating */
.wa {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 80;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--ink);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 34px -14px rgba(14, 16, 18, .6);
    transition: .35s var(--ease)
}

.wa:hover {
    background: var(--brass);
    transform: translateY(-3px)
}

.wa svg {
    width: 25px;
    height: 25px;
    fill: var(--alabaster)
}

.top {
    position: fixed;
    right: 20px;
    bottom: 84px;
    z-index: 80;
    width: 42px;
    height: 42px;
    border: 1px solid var(--hair);
    background: var(--alabaster);
    color: var(--ink);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: .35s var(--ease)
}

.top.on {
    opacity: 1;
    pointer-events: auto
}

/* reveal on scroll */
.rv {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .85s var(--ease), transform .95s var(--ease)
}

.rv.in {
    opacity: 1;
    transform: none
}

/* ============ RESPONSIVE ============ */
@media(max-width:1080px) {
    .links {
        display: none
    }

    nav .btn {
        display: none
    }

    .burger {
        display: flex
    }

    .panel {
        display: block
    }

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

    .heroVid {
        grid-column: 1;
        grid-row: 1;
        height: 50vh;
        min-height: 300px;
        max-height: none
    }

    .hv-cap {
        left: 14px;
        bottom: 44px;
        padding: 8px 12px;
        font-size: 8.5px;
        letter-spacing: .2em
    }

    .hv-sound {
        right: 14px;
        bottom: 44px;
        padding: 8px 11px;
        font-size: 8.5px;
        letter-spacing: .18em
    }

    .hv-sound svg {
        width: 14px;
        height: 14px
    }

    .hv-corner {
        width: 20px;
        height: 20px
    }

    .hero-card {
        grid-column: 1;
        grid-row: 2;
        border-right: 0;
        border-top: 1px solid var(--hair);
        padding: clamp(28px, 5vw, 40px) clamp(22px, 4vw, 34px) clamp(30px, 5vw, 42px)
    }

    .hero-card::before {
        width: 100%;
        height: 2px;
        bottom: auto;
        background: linear-gradient(90deg, var(--brass), rgba(143, 112, 49, .1))
    }

    .hero-body {
        margin: 26px 0
    }

    .head-2,
    .split,
    .proc,
    .founder,
    .contact,
    .std,
    .pgsplit {
        grid-template-columns: 1fr
    }

    .dgrid,
    .stagerail,
    .doc-grid,
    .ccards,
    .areas-grid {
        grid-template-columns: 1fr 1fr
    }

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

    .qa-rail {
        position: static;
        margin-bottom: 38px
    }

    .qa-chips {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        border-top: 0
    }

    .qa-chip {
        width: auto;
        border: 1px solid var(--hair);
        border-bottom: 1px solid var(--hair);
        padding: 10px 16px 10px 30px
    }

    .qa-chip::before {
        left: 12px;
        top: 17px
    }

    .stagerail article:nth-child(2n) {
        border-right: 0
    }

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

    .std-r article {
        padding-left: 26px
    }

    form {
        border-left: 0;
        border-top: 1px solid var(--hair-lt)
    }

    .iso {
        position: static;
        margin-bottom: 34px
    }

    .founder .ph {
        max-width: 380px
    }

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

    .cubewrap {
        height: 220px
    }

    .cube {
        width: 92px;
        height: 92px
    }

    .cube-ring {
        width: 190px;
        height: 190px
    }
}

@media(max-width:760px) {

    .wrap,
    .rule {
        width: calc(100% - 34px)
    }

    .cred,
    .statgrid {
        grid-template-columns: 1fr 1fr
    }


    .svc-list,
    .rel-grid,
    .areas-grid {
        grid-template-columns: 1fr
    }

    .stagerail,
    .doc-grid,
    .ccards {
        grid-template-columns: 1fr
    }

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

    .qa-rail {
        position: static;
        margin-bottom: 34px
    }

    .stagerail article {
        border-right: 0;
        border-bottom: 1px solid var(--hair);
        padding: 26px 0 28px !important
    }

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

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

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

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

    .util-l {
        display: none
    }

    .util {
        font-size: 10.5px
    }

    .util .wrap {
        justify-content: center;
        height: 34px;
        gap: 0
    }

    .util-r {
        gap: 14px
    }

    .util-r a[href^="mailto"],
    .util-r s:first-of-type,
    .util-r s:last-of-type {
        display: none
    }

    .hero-meta {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px 20px
    }

    .hero-meta span {
        letter-spacing: .1em;
        font-size: 9.5px
    }

    .about-art {
        grid-template-rows: auto;
        height: auto;
        min-height: 0
    }

    .about-art .a,
    .about-art .b {
        aspect-ratio: 3/4;
        height: auto;
        margin-top: 0
    }

    .about-art .badge {
        position: static;
        transform: none;
        grid-column: 1/3;
        margin-top: 4px
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important
    }

    html {
        scroll-behavior: auto
    }
}

@media (max-width: 1080px) {
    nav#nav {
        position: sticky !important;
        top: 0 !important;
        z-index: 2000 !important;
    }

    nav#nav .wrap {
        height: 72px !important;
        min-height: 72px !important;
        width: calc(100% - 34px) !important;
        margin: 0 auto !important;
        padding: 0 !important;
        gap: 12px !important;
    }

    nav#nav .links,
    nav#nav>.wrap>.btn {
        display: none !important;
    }

    nav#nav .brand {
        display: flex !important;
        align-items: center !important;
        min-width: 0 !important;
        margin-right: auto !important;
    }

    nav#nav .brand img {
        max-width: 190px !important;
        height: auto !important;
        display: block !important;
    }

    nav#nav .burger {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 2101 !important;
        width: 46px !important;
        height: 46px !important;
        min-width: 46px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 1px solid rgba(14, 16, 18, .25) !important;
        border-radius: 0 !important;
        background: #faf8f4 !important;
        cursor: pointer !important;
        flex: 0 0 46px !important;
    }

    nav#nav .burger span {
        position: absolute !important;
        left: 50% !important;
        width: 20px !important;
        height: 2px !important;
        margin: 0 !important;
        background: #0e1012 !important;
        transform-origin: center !important;
    }

    nav#nav .burger span:nth-child(1) {
        transform: translate(-50%, -7px) !important;
    }

    nav#nav .burger span:nth-child(2) {
        transform: translate(-50%, 0) !important;
    }

    nav#nav .burger span:nth-child(3) {
        transform: translate(-50%, 7px) !important;
    }

    nav#nav .burger.on span:nth-child(1) {
        transform: translate(-50%, 0) rotate(45deg) !important;
    }

    nav#nav .burger.on span:nth-child(2) {
        opacity: 0 !important;
        transform: translate(-50%, 0) scaleX(0) !important;
    }

    nav#nav .burger.on span:nth-child(3) {
        transform: translate(-50%, 0) rotate(-45deg) !important;
    }

    #panel {
        display: block !important;
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        top: 72px !important;
        width: 100% !important;
        max-height: 0 !important;
        height: auto !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        background: #faf8f4 !important;
        z-index: 1999 !important;
        box-shadow: 0 20px 40px rgba(14, 16, 18, .14) !important;
        transition: max-height .35s ease, opacity .2s ease, visibility 0s linear .35s !important;
        -webkit-overflow-scrolling: touch !important;
    }

    #panel.open {
        max-height: calc(100vh - 72px) !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transition: max-height .35s ease, opacity .2s ease, visibility 0s linear 0s !important;
    }

    #panel a,
    #panel .grp {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #panel a {
        padding: 15px 22px !important;
        font-size: 12px !important;
        line-height: 1.45 !important;
    }

    #panel .grp {
        padding: 17px 22px 8px !important;
    }

    body.menu-open {
        overflow: hidden !important;
    }
}

@media (max-width:576px) {
    nav#nav .wrap {
        width: calc(100% - 28px) !important;
        height: 66px !important;
        min-height: 66px !important;
    }

    nav#nav .brand img {
        max-width: 175px !important;
        max-height: 32px !important;
    }

    nav#nav .burger {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        flex-basis: 44px !important;
    }

    #panel {
        top: 66px !important;
    }

    #panel.open {
        max-height: calc(100vh - 66px) !important;
    }
}

.mienlogo img{
    width: 145px;
}

/* =====================================================
   SWISSORA — PREMIUM MEET THE TEAM
===================================================== */

.swissora-team-section {
    position: relative;
    background: #080808;
    color: #ffffff;
    padding: 150px 0 130px;
    overflow: hidden;
}


/* subtle architectural background */
.swissora-team-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.09);
}

.swissora-team-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 5%;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.09);
}


/* =========================
   HEADING
========================= */

.swissora-team-heading {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    padding: 0 5% 90px;
}

.team-heading-left {
    max-width: 750px;
}

.team-eyebrow {
    display: block;
    margin-bottom: 22px;
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.team-heading-left h2 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(65px, 8vw, 135px);
    font-weight: 300;
    line-height: 0.82;
    letter-spacing: -4px;
}

.team-heading-left h2 span {
    font-style: italic;
    font-weight: 300;
}

.team-heading-right {
    max-width: 360px;
    padding-bottom: 4px;
}

.team-heading-right p {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.55);
}


/* =========================
   GRID
========================= */

.swissora-team-grid {
    position: relative;
    z-index: 2;
    padding: 0 5%;
}


/* =========================
   TEAM CARD
========================= */

.swissora-team-card {
    position: relative;
    height: 100%;
    padding: 0 18px 70px;
}

.swissora-team-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 1px;
    background: rgba(255, 255, 255, 0.16);
    transition: 0.5s ease;
}

.swissora-team-card:hover::before {
    background: rgba(255, 255, 255, 0.55);
}


/* =========================
   IMAGE
========================= */

.team-image-wrap {
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 30px;
    overflow: hidden;
    background: #151515;
}

.team-image-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    filter: grayscale(15%);
    transform: scale(1.001);
    transition:
        transform 1.2s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.8s ease;
}

.swissora-team-card:hover .team-image-wrap img {
    transform: scale(1.055);
    filter: grayscale(0%);
}


/* image dark gradient */

.team-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05) 35%,
        rgba(0, 0, 0, 0.65) 100%
    );
    opacity: 0.7;
    transition: 0.6s ease;
    pointer-events: none;
}

.swissora-team-card:hover .team-image-wrap::after {
    opacity: 0.45;
}


/* =========================
   NUMBER
========================= */

.team-number {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 3;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    color: #ffffff;
    backdrop-filter: blur(8px);
}


/* =========================
   IMAGE LABEL
========================= */

.team-image-overlay {
    position: absolute;
    z-index: 3;
    bottom: 22px;
    left: 22px;
    right: 22px;
    display: flex;
    justify-content: flex-end;
}

.team-image-overlay span {
    font-family: "Manrope", sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.8);
}


/* =========================
   INFORMATION
========================= */

.team-info {
    position: relative;
    padding: 30px 5px 0;
}

.team-info h3 {
    margin: 0 0 9px;
    font-family: "Cormorant Garamond", serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.5px;
    color: #ffffff;
}

.team-position {
    margin-bottom: 18px;
    font-family: "Manrope", sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}

.team-expertise {
    max-width: 400px;
    min-height: 48px;
    font-family: "Manrope", sans-serif;
    font-size: 11px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.42);
}

.team-expertise span {
    margin: 0 5px;
    color: rgba(255, 255, 255, 0.7);
}


/* =========================
   CONTACT
========================= */

.team-contact-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.team-contact {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    letter-spacing: 0.4px;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding-bottom: 5px;
    transition: 0.35s ease;
}

.team-contact i {
    font-size: 11px;
    transition: 0.35s ease;
}

.team-contact:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.team-contact:hover i {
    transform: translate(3px, -3px);
}


/* =========================
   HORIZONTAL ARCHITECTURAL
   LINES
========================= */

.swissora-team-grid > div:nth-child(3n + 1) .swissora-team-card {
    padding-top: 35px;
}

.swissora-team-grid > div:nth-child(3n + 2) .swissora-team-card {
    padding-top: 110px;
}

.swissora-team-grid > div:nth-child(3n) .swissora-team-card {
    padding-top: 55px;
}


/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

    .swissora-team-section {
        padding: 110px 0 80px;
    }

    .swissora-team-heading {
        padding: 0 4% 65px;
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
    }

    .team-heading-left h2 {
        font-size: clamp(65px, 12vw, 100px);
    }

    .team-heading-right {
        max-width: 500px;
    }

    .swissora-team-grid {
        padding: 0 4%;
    }

    .team-image-wrap {
        height: 560px;
    }

    .swissora-team-grid > div:nth-child(3n + 1) .swissora-team-card,
    .swissora-team-grid > div:nth-child(3n + 2) .swissora-team-card,
    .swissora-team-grid > div:nth-child(3n) .swissora-team-card {
        padding-top: 35px;
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .swissora-team-section {
        padding: 90px 0 60px;
    }

    .swissora-team-section::before {
        left: 4%;
    }

    .swissora-team-section::after {
        right: 4%;
    }

    .swissora-team-heading {
        padding: 0 8% 55px;
    }

    .team-eyebrow {
        font-size: 9px;
        letter-spacing: 2.5px;
    }

    .team-heading-left h2 {
        font-size: 68px;
        line-height: 0.86;
        letter-spacing: -2px;
    }

    .team-heading-right p {
        font-size: 12px;
        line-height: 1.8;
    }

    .swissora-team-grid {
        padding: 0 8%;
    }

    .swissora-team-card {
        padding: 30px 0 55px !important;
    }

    .swissora-team-card::before {
        left: 0;
        right: 0;
    }

    .team-image-wrap {
        height: 530px;
        margin-top: 15px;
    }

    .team-info {
        padding-top: 25px;
    }

    .team-info h3 {
        font-size: 32px;
    }

    .team-position {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .team-expertise {
        font-size: 10px;
    }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

    .team-heading-left h2 {
        font-size: 58px;
    }

    .team-image-wrap {
        height: 480px;
    }

    .team-info h3 {
        font-size: 29px;
    }

}